@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
     .main-Banner::before {
        background-size: 75%;
    }

  .main-Banner {
    height: 58vh;
  }

.servicesSec figure img {
    height: 800px;
    object-fit: cover;
}
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
  .servicesSec figure img {
    height: 750px;
    object-fit: cover;
}
.abtMisionImg {
    width: 16%;
}

.abtInner {
    padding: 10rem 0 14rem;
}
.leadForm {
    padding: 3rem 3rem 3rem 6rem;
}
.contactLink .contactInfo .contactIcon {
    width: 50px;
    height: 50px;
}
    .main-Banner::before {
        background-size: 70%;
        background-position-y: center;
    }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }

  .main-Banner {
    height: 38vh;
    min-height: 33rem;
  }

  .bannertext h1 {
    font-size: 3rem;
  }
.main-Banner::before {
        background-size: 70%;
    }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }

  .main-header {
    padding: 0;
  }

  .menuWrap .menu a {
    padding: 16px 10px;
  }

  .main-header {
    position: relative;
  }

  .menu-Bar {
    display: none;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }

  .menuWrap.open {
    display: flex;
    left: 0px
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    /* bottom:0; */
    margin: auto;
    background: var(--theme-color);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw
  }

  ul.menu li {
    display: block
  }

  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize
  }

  .menuWrap .menu {
    display: block;
  }

  .menu li:hover a,
  .menu li.active a {
    background: var(--black);
  }

  .menu-Bar span {
    background: var(--white);
  }

  .menu li:hover>a,
  .menu li.active>a,
  .menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {
    background: var(--black) !important;
  }

  .menu>li.menu-item-has-children>.sub-menu>li {
    background: transparent !important;
  }

  .main-Banner::before {
    background: #300a3bcc;
  }

  .main-Banner {
    background-size: cover !important;
  }

  .themeBtn {
    padding: 8px 1rem 8px 2rem;
  }

  .abtImg {
    margin-bottom: 2rem;
  }

  h4 {
    font-size: 2.35rem;
  }

  section {
    padding: 3rem 0;
  }

  .servicesSec figure img {
    display: none;
  }

  .serBox {
    height: auto;
  }

  .ctaBg {
    padding: 1rem;
  }

  .ctaBg figure {
    margin-top: 2rem;
  }

  .ctaBg .col-md-7 {
    padding: 0;
  }
  .processBox {
    margin: 2rem 0;
  }

  .processBox span {
    font-size: 4rem;
    top: -3rem;
    z-index: 1;
  }

  .processBox span::before {
    display: none;
  }

  .reviewsSlider .swiper-button-next {
    left: 6rem;
  }

  .ctaSec .col-md-4 {
    display: none;
  }

  .ctaBg .themeBtn {
    margin-bottom: 1rem;
  }

  .faqSec figure {
    display: none;
  }

  .paymentBox {
    float: left;
    margin-bottom: 1rem;
  }

  .copyRight p {
    text-align: center;
  }

  .copyRight ul {
    justify-content: center;
    margin-top: 1rem;
  }
  .headerMenu {
    justify-content: start;
}

.ma5menu__toggle {
    position: absolute;
    right: 3rem;
    top: 0.5rem;
}
}

@media only screen and (max-width: 991px) {
  .menuWrap .menu a {
    padding: 8px 10px;
    margin-bottom: 6px;
  }
.abtMisionImg {
    display: none;
}
.mmheader .col-md-12 {
    padding-left: 0;
}
.serbannerImg {
    display: none;
}
.abtResponsive .col-md-7 {
    order: 2;
}
.leadForm {
    padding: 1.5rem;
    margin: 0 0 2rem;
}

.leadForm input {
    height: 3.5rem;
}
.contactSec .col-md-5 {
    order: 2;
}
}

@media only screen and (max-width: 767px) {

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 1rem;
    border-top: 6px solid #B996C6;
  }

  .headerMenu .logo img {
    height: 100%;
    width: 12rem;
  }

  .main-Banner {
    height: 80vh;
    min-height: auto;
  }

  .bannertext h1 {
    font-size: 2.125rem;
  }

  .abtImg .yeattag {
    bottom: 0;
    right: 0;
  }

  section {
    padding: 2rem 0;
  }

  .serBox {
    padding: 4rem 1rem 1rem;
    margin: 1rem 0;
  }
.serPara p {
    width: 100%;
    margin: 0 0 2rem;
}
  .serviceSlider {
    padding-bottom: 4rem;
  }

  .ctaBg {
    border: 5px solid #fff;
    padding: 1rem;
    margin: 0;
  }

  .ctaBg figure {
    display: none;
  }

  h4 {
    font-size: 2rem;
  }

  .packageBody ul {
    height: 240px;
  }

  .processBox {
    margin: 1.25rem 0;
  }

  .whychooseSec figure {
    margin-top: 2rem;
  }

  .reviewSec {
    padding: 2rem 0;
  }

  .reviewImg::before {
    width: 12rem;
    height: 12rem;
  }

  .accordian h4::after {
    right: 10px;
  }

  footer {
    padding: 2rem 0rem 0;
  }

  ul.socialLinks {
    gap: 2rem;
  }

  .footerList {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }

  .secondRow {
    padding: 0;
  }
  .serBox {padding: 2rem 1rem;}

.serBox .serIcon {position: unset;border-radius: 100px;padding: 0;height: 70px;width: 70px;margin: 0 auto 1rem;}
.faqBox {
    margin-right: 0;
}
.abtContnt img {
    width: 40px;
}
.misionBox {
    padding: 0;
    border-radius: 15px;
}

.abtInner {
    background: var(--primary);
    padding: 3rem 0;
}
.contactLink {
    padding: 1px 1.25rem;
}
.abtContnt {
    flex-direction: column;
    padding: 1rem 1.5rem;
}

.misionBox .abtContnt {
    margin: 0;
}
    .ma5menu__toggle {
        position: absolute;
        right: 1rem;
        top: 0.8rem;
    }
}

@media only screen and (max-width: 575px) {
  .themeBtn span {width: 25px;height: 25px;}
  .privacyContent .section-title {
    font-size: 2rem;
}
ul.links {
    margin-top: 0;
}
}