@media( min-width: 1200px ) {
    .container {
        max-width: 1000px !important;
        padding: 0;
    }
}

@media( min-width: 1400px ) {
    .container {
        max-width: 1200px !important;
        padding: 0;
    }
    .bannerContent {
        padding: 8.5rem 0;
    }
    .formWrap {
        bottom: 0.35rem;
    }
}

@media( max-width: 1399px ) {
    body, html {
        font-size: 14px;
    }
    .bannerContent .bannerPatternLeft,
    .patternLeft {
        transform: translateX( calc( -500px - 6rem ) );
    }
    .bannerSection .carousel-indicators {
        transform: translateX(-500px);
    }
}

@media( max-width: 1199px ) {
    .bannerSection .carousel-indicators {
        transform: translateX(-470px);
    }
    .overview_inner {
        width: 400px;
        padding-left: 60px;
    }
    .formWrap {
        bottom: 0rem;
    }
}

@media( max-width: 991px ) {
    body, html {
        font-size: 12px;
    }
    p,
    .details-tab-content ul li {
        font-size: 14px;
    }
    .bannerContent .bannerPatternLeft,
    .patternLeft {
        transform: translateX( calc( -348px - 6rem ) );
    }
    .bannerSection .carousel-indicators {
        transform: translateX(-348px);
    }
    .bannerContent .bannerPatternRight,
    .patternRight {
        inset: 0 0 0 55%;
    }
    .bannerContent img {
        inset: 0 auto auto 55%;
    }
    .formWrap {
        width: 50%;
        right: -20px;
        bottom: 0.75rem;
    }
    .formWrap .form-control, 
    .formWrap .countryCode > span {
        font-size: 14px;
    }
    .headText {
        font-size: 2.45rem;
    }
    .highlightBox h3 {
        width: 20rem !important;
    }
    .details-tab .nav-link {
        font-size: 1.6rem;
    }
    .adBox h6 {
        font-size: 1.5rem;
    }
    .adBox p {
        font-size: 1rem;
    }
    .aboutAMP {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 3rem;
    }
    .bannerContent {
        padding: 14.5rem 0 9.2rem;
    }
    .overview_inner {
        width: 100%;
        max-width: 400px;
        padding-left: 0px;
        padding-top: 4rem;
    }
    .infoSection .container_inner {
        padding-right: 400px;
    }
    .testimonialItem p {
        min-height: 220px;
    } 
}

@media( max-width: 767px ) {
    .formWrap {
        position: static;
        width: 100%;
        margin-top: 3rem;
        padding-block: 3rem;
        padding-inline: 0.2rem;
    }
    .formWrap::after {
        top: 0;
    }
    .formWrap .headText {
        font-size: 2.25rem !important;
    }
    .bannerContent .bannerPatternLeft,
    .patternLeft {
        transform: translateX( calc( -220px - 6rem ) );
    }
    .bannerSection .carousel-indicators {
        transform: translateX(-258px);
        bottom: 5rem;
    }
    .bannerContent .container {
        z-index: 5;
    }
    .bannerContent {
        padding: 8rem 0;
    }
    .bannerContent img {
        opacity: 0.5;
    }
    .highlightBox:nth-child(3n) h3,
    .highlightBox:nth-child(3n+2) h3,
    .highlightBox:nth-child(3n+1) h3 {
        width: auto !important;
    }
    .details-tab .nav-link {
        min-width: 261px;
        margin: 0;
    }
    .profileGroup {
        margin-top: 3rem;
    }
    .infoSection .container_inner {
        padding-right: 0px;
    }
    .testimonialItem p {
        min-height: 140px;
    } 
}

@media( max-width: 575px ) {
    .container {
        padding: 0 20px;
    }
    .headerSection img,
    .thankyouHeader img {
        width: 10.375rem;
        max-width: 25vw;
    }
    .bannerContent {
        padding: 5rem 0 8rem;
    }
    .bannerContent h1 {
        font-size: 2.4rem;
    }
    .bannerContent h5 {
        font-size: 1.3rem;
    }
    .bannerSection .carousel-indicators {
        transform: translateX(0%);
        left: 20px;
        bottom: 4rem;
    }
    .bannerContent img {
        width: 45vw;
        object-position: center center;
    }
    .bannerContent .bannerPatternRight,
    .patternRight {
        opacity: 0.2;
    }
    .highlightBox h3 {
        font-size: 1.3rem;
        padding-left: 4rem;
    }

    .highlightBox h3::before {
        font-size: 6rem;
    }
    .highlightBox:first-child h3::before {
        width: auto;
    }
    .details-tab .nav-link {
        min-width: auto;
        width: calc( 100vw - 40px );
    }
    .benefitsBox br {
        display: none;
    }
    .footerSection h2 {
        font-size: 2rem;
    }
    .footerSection p {
        line-height: 1.7;
    }

    .fab_download {
        right: 50%;
        bottom: 0;
        transform: translateX(50%) translateY(110%);
        width: 100%;
        height: 45px;
        max-width: 350px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .fab_download.scrolled {
        transform: translateX(50%) translateY(0%);
    }
    .fab_d_icon img {
        transform: scale(0.65);
    }
    .fab_d_text p {
        font-size: 1.25rem;
    }
    .formWrap {
        margin-top: 0;
    }
    .testimonialItem p {
        min-height: 55vw;
    } 
}

@media( max-width: 370px ) {
    .formWrap {
        padding-inline: 0.2rem;
    }
    .overview_inner_box, .overview_inner_divider {
        width: 110px;
    }
}