@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) {

  .bannerRight img {
    height: 46rem;
    position: relative;
    right: -5rem;
  }

  .pricingSec h2 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 2rem;
  }

  .headPara h2 {
    font-size: 36px;
  }

  .aboutInner .aboutRight img {
    position: relative;
    right: 0rem;
    height: 30rem;
  }

  .aboutInner .aboutRight {
    position: absolute;
    top: 10rem;
    right: 0;
  }

  .boxOne ul li {
    font-size: 1rem;
  }

  .cmnSecFour .innerBoxes h4 {
    color: var(--theme-color);
    font-size: 24px;
  }

  .pricingBox .right h5 {
    font-size: 14px;
    text-align: left;
  }

  .faqSec h4 {
    font-size: 24px;
  }

  .stepContent::before {
    content: "";
    position: absolute;
    right: -3rem;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mix/elemSteps.png) no-repeat center;
    background-size: contain;
    z-index: -1;
  }

  .box-in-l-space {
    position: absolute;
    bottom: 0;
    height: 16.2rem;
    left: 7rem;
  }

  .boxOne p {
    font-size: 14px;
  }

  /* .whyChooseSec .boxOne {
    margin-top: 2rem !important;
  } */
  .whyChooseSec p {
    margin: 1rem 0;
    font-size: 1rem;
  }

  .whyChooseSec .boxOne .right {
    padding: 1rem;
  }

  .whyChooseSec .boxOne.second {
    justify-content: space-between;
    height: 100%;
  }

  .whyChooseSec .boxOne.second .right {
    padding: 2rem;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }

  .bannerRight img {
    height: 50rem;
    position: relative;
    right: -5rem;
  }

  .pricingSec h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 2rem;
  }

  .reviewSlider .testimonial .quote {
    font-size: 10rem;
    color: #ddd;
    position: absolute;
    top: -4rem;
    left: 10rem;
  }

  .headPara h2 {
    font-size: 32px;
  }

  .ctaTwoSec .ctaRight img {
    width: 50rem;
  }

  .aboutInner .aboutRight img {
    position: relative;
    right: -1rem;
    height: 32rem;
  }

  .aboutInner .aboutRight {
    position: absolute;
    top: 10rem;
    right: 0;
  }

  /* 
  .boxOne ul li {
    font-size: 14px;
  } */

  .stepContent::before {
    content: "";
    position: absolute;
    right: -4rem;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mix/elemSteps.png) no-repeat center;
    background-size: contain;
  }

  .cmnSecFour .innerBoxes h4 {
    color: var(--theme-color);
    font-size: 18px;
  }

  .faqSec h4 {
    font-size: 24px;
  }

  .main-Banner {
    height: 80vh;
  }

  .aboutSec ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .l-image-container {
    height: 40rem;
  }

  .box-in-l-space {
    position: absolute;
    bottom: 0px;
    height: 19rem;
    left: 6rem;
    width: 280px;
  }

  .headPara h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  .pricingBox .headArea .left h5 span {
    color: #03B8FF;
    font-size: 30px;
  }

  .boxOne span {
    font-size: 12px;
  }

  .stepContent h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f2f5a;
    margin-bottom: 10px;
  }

  .stepContent p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
  }

  .pricingBox .right h5 {
    font-size: 14px;
    text-align: left;
  }

  .stepArrow {
    position: relative;
    width: 150px;
  }

  /* .whyChooseSec .boxOne.second {
    justify-content: space-between;
    height: 100%;
  } */

  .whyChooseSec .boxOne.second .right {
    padding: 3rem;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }

  .ctaTwoSec .ctaRight img {}

  .box-in-l-space {
    position: absolute;
    bottom: 0px;
    height: 19rem;
    left: 9rem;
    width: 280px;
  }

  .stepArrow {
    position: relative;
    width: 160px;
  }
}

@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;
  }

  .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;
  }
}

@media only screen and (max-width: 991px) {
  .menuWrap .menu a {
    padding: 8px 10px;
    margin-bottom: 6px;
  }

}

@media only screen and (max-width: 767px) {

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .headerMenu .logo img {
    width: 8rem;
  }

  .main-Banner.lpBanner {
    height: 100vh;
    padding: 0;
    background-size: cover !important;
    min-height: 56rem;
    display: flex;
    align-items: center;
  }

  .lpBanner.main-Banner .btm {
    display: none;
  }

  .lpBanner .formSec .top .overlayContent h4 {
    line-height: normal;
  }

  .headerMenu {}

  .lpBanner .bannertext {
    text-align: center;
  }

  .lpBanner .bannertext p {
    display: none;
  }

  /* .lpBanner .ma5menu__toggle {
    display: none;
  } */

  .lpBanner .formSec .bottom {
    padding: 0 20px 20px;
    background: #ffffff;
    border-radius: 20px;
  }

  /* .bannerRight {
    display: none;
  } */


  .main-Banner {
    height: 65vh;
    padding-bottom: 0;
  }

  /* .bannerRight {
    top: auto;
    bottom: 0;
  } */

  .pricingBox .headArea .left h5 span {
    color: #03B8FF;
    font-size: 36px;
  }

  .bannerRight img {
    opacity: 0.2;
    height: auto;
    width: 26rem;
  }

  .extraSec {
    padding: 0;
  }

  .aboutSec {
    padding: 0 0 3rem;
  }

  .optionSec .left img {
    height: 42px;
  }

  .contactSec .overlayContent h4 {
    font-size: 18px;
  }

  .formSec {
    margin-top: 2rem;
  }

  .bannertext h1 {
    font-size: 2.2rem;
  }

  .optionSec .inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .optionSec h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .optionSec.cntNew h5 {
    font-size: 12px;
    font-weight: 500;
  }

  .ctaSec {
    background-color: #F5F6F8;
    /* padding: 4rem 0; */
  }

  .ctaTwoSec {
    padding: 4rem 0;
  }

  section {
    padding: 2rem 0;
    position: relative;
  }

  .headPara h5 {
    font-size: 16px;
  }

  .headPara h2 {
    font-size: 20px;
  }

  .aboutSec figure {
    margin-bottom: 2rem;
  }

  .serviceBox {
    background-color: #F5F6F8;
    border-radius: 20px;
    padding: 2rem;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }

  .counterSec .head {
    background-color: var(--theme-color);
    padding: 2rem;
    border-radius: 20px;
    /* margin-bottom: 1rem; */
  }

  .counterSec .head h3 {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 15px;
  }

  .counterData {
    font-size: 22px;
  }

  .counterData span {
    font-size: 22px;
  }

  .counterBox {
    padding: 0;
  }

  .ctaTwoSec .ctaRight img {
    display: none;
  }

  .themeBtn {
    padding: 10px 20px;
  }

  .mt-6rem {
    margin-top: 0;
  }

  .pricingBox {
    margin-bottom: 1rem;
  }

  .pricingBox .right h5 {
    font-size: 12px;
  }

  .testimonial .contentArea {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    z-index: 1;
    position: relative;
    align-items: flex-start;
  }

  .reviewSlider .testimonial .quote {
    font-size: 10rem;
    color: #ddd;
    position: absolute;
    top: 0rem;
    left: 14rem;
  }

  .accordian {
    margin-top: 2rem;
  }

  .accordian li h4 {
    color: #2f2f2f;
    font-size: 1rem;
    padding: 10px 50px 10px 14px;
  }

  .accordian h4::after,
  .accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    top: 20%;
    right: 10px;
  }

  .faqSec img {
    display: none;
  }

  .blogSec {
    padding: 0 0 3rem;
  }

  .blogBox {
    height: auto;
  }

  .blogBox .card {
    border-radius: 20px;
    display: block;
    height: auto;
    background: #F5F5F5;
    margin-bottom: 1rem;
  }

  .ctaTwoSec p {
    width: 100%;
  }

  footer {
    padding: 2rem 0;
    background: #f9f9f9;
  }

  .copyRight ul {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }

  .bannertext {
    position: relative;
    z-index: 2;
  }

  .whyChooseSec .boxOne {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin: 1rem 0;
  }

  /* .whyChooseSec .boxOne .left {
    margin-top: 1rem;
  } */

  .whyChooseSec .boxOne .left img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .whyChooseSec .boxOne .right {
    background: #F5F6F6;
    padding: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* border-radius: 20px; */
  }

  .whyChooseSec .boxOne.second .right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 20px;
  }

  .procesStepSec .innerTop {
    text-align: left;
    padding: 2rem 0;
  }

  .stepContent::before {
    display: none;
  }

  .procesStepBox {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #fff;
    padding: 10px 0;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .stepArrow::before {
    display: none;
  }

  .stepArrow {
    position: relative;
    width: auto;
    background: none;
    clip-path: none;
    color: #000000;
    height: auto;
    align-items: flex-start;
  }

  .stepArrow .stepNo,
  .stepArrow .stepTxt {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
  }

  .pricingSec h2 {
    margin: 0;
    padding: 2rem 0;
  }

  .reviewSlider .testimonial p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .faqSec h4 {
    font-size: 20px;
  }

  .l-shape-img {
    display: none;
  }

  .box-in-l-space {
    position: relative;
    bottom: auto;
    height: auto;
    left: auto;
    width: auto;
  }

  .l-image-container {
    height: auto;
    min-height: auto;
    left: 0;
  }

  .right-box,
  .box-in-l-space {
    padding: 25px 20px;
    width: auto;
  }

  .right-boxes {
    padding-left: 0;
    padding-top: 14px;
  }

  .cmnSecOne {
    padding: 2rem 0;
    background: #fff;
  }

  .boxOne ul li {
    font-size: 1rem;
    padding-right: 0;
  }

  .copyRight p {
    text-align: center;
  }

  .ctaElem::before {
    display: none;
  }

  .cmnSecTwo .row {
    gap: 10px;
  }

  .innerImgTxtFrnt.cntr {
    display: none;
  }

  .cmnSecThree img {
    padding-top: 10px;
  }

  .whyChooseSec .boxOne.second {
    margin: 0;
  }

  .cmnSecFive {
    background: none;
  }

  .cmnSecFive .row:nth-of-type(1) .inner {
    margin-bottom: 0;
  }

  .cmnSecFive .inner {
    padding: 2rem;
  }

  .cmnSecFive .inner h4 {
    font-size: 22px;
  }

  .cmnSecFiveHead {
    padding: 0 0 1rem;
  }

  .optionSec.cntNew .inner {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: row;
  }

  .aboutInner .aboutRight img {
    display: none;
  }

  .cmnSecTwo {
    padding-bottom: 0;
  }

  .whyChooseSec {
    padding: 2rem 0;
  }

  .counterBox p {
    margin: 1rem 0;
  }

  .cmnSecFour .row.mt-4 {
    gap: 20px;
  }

  /* 
  .counterBox p:last-of-type {
    margin: 2rem 0 0;
  } */
}

@media only screen and (max-width: 575px) {}