#mht-banner {
    background-image: url(/public/uploads/images/Mental-Health-Test/MHT-Banner.webp);
    background-size: 100% 100%;
    min-height: auto;
    margin-top: 8%;
    padding: 5% 0%;
    position: relative;
}

#mht-banner::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 70%;
    background-image: url(/public/uploads/images/Mental-Health-Test/circle-overlay-image-two.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.banner-content-wrapper {
    filter: drop-shadow(rgba(0, 0, 0, 0.16) 4.95px 4.95px 6px);
    background-color: rgb(255, 238, 242);
    border-radius: 18px;
}

.maarga-outer-wrapper h1 {
    margin-left: 15%;
    font-size: 3.3vw;
    text-align: center;
}

.maarga-outer-wrapper h1::after {
    display: none;
}

.typer-outer-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
    padding-top: 2%;
}


.types-card-box {
    border-radius: 15px;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    padding: 1.5%;
    border-top-left-radius: 0px;
    width: 31%;
    border-top-right-radius: 0px;
    margin-bottom: 4%;
}

#mht-types {
    background-color: #fff7ec;
}

.maarga-outer-wrapper .types-card-box p {
    text-align: center;
    padding-top: 3%;
    font-size: 1.8vw;
}

section#mht-choose {
    position: relative;
}

img.img-fluid.choose-maarga-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.choose-box-outer {
    width: 45%;
}

.choose-box-card {
    border-radius: 12px;
    background-color: #e7f4f2;
    margin-bottom: 4%;
    padding: 2% 5%;
}

section#mht-choose .choose-box-card p {
    color: #000000;
    line-height: 1.3;
}

section#mht-choose .choose-box-card p.min-heading-page {
    color: #3c4196;
    line-height: 1.3;
    padding-top: 1%;
}

.choose-box-card.card-two-choose {
    background-color: #efe6ef;
}

.choose-box-card.card-three-choose {
    background-color: #e2e4f1;
}


.search-container {
    width: 48%;
    position: relative;
    margin: 2% 0;
}

/* Input field */
.search-container input {
    width: 100%;
    padding: 2% 2% 2% 10%;
    font-size: 1.1vw;
    outline: none;
    color: #333;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    border: 0.5px solid #707070;
}

/* Placeholder styling */
.search-container input::placeholder {
    color: #bfbfbf;
    font-weight: 400;
}

/* Icon */
.search-icon {
    position: absolute;
    left: 4%;
    top: 47%;
    transform: translateY(-50%);
    font-size: 1.2vw;
    color: #c0c0c0;
    pointer-events: none;
    width: 1.3vw;
}

.search-field {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    gap: 3%;
    padding-bottom: 2%;
}

section#footer-book-appt {
    margin-top: 7%;
}

section#bangalore-marga-faq {
    background-image: unset !important;
}

.austim-prf-wrapper {
    margin-top: 3%;
}

@media (max-width: 992px) and (min-width: 767px) {
    .col-lg-5.col-md-5.col-sm-12 {
        width: 100%;
        margin-left: 0%;
    }

    .search-container input {
        width: 100%;
        padding: 3% 3% 3% 13%;
        font-size: 1.6vw;
    }

    .search-icon {
        width: 1.8vw;
    }

    section#footer-book-appt {
        margin-top: -2%;
    }

    #bangalore-marga-faq .accordion-button {
        padding-bottom: 5%;
        font-family: 'Lato';
        width: 90%;
    }

    span.faq-icon.ms-auto {
        width: 3vw;
    }

    #mht-banner {
        background-size: cover;
        background-position: center;
    }
}



@media (max-width: 767px) {

    #mht-banner {
        background-image: url(/public/uploads/images/Mental-Health-Test/Mobile-banner-MHT.webp);
        background-size: 100% auto;
        min-height: auto;
        margin-top: 19%;
        padding-top: 45%;
    }

    .banner-content-wrapper {
        margin-top: 8%;
    }

    #mht-banner::after {
        display: none;
    }

    .maarga-outer-wrapper h1 {
        margin-left: 0%;
        font-size: 6vw;
        text-align: center;
        padding-top: 15%;
    }

    .banner-content-wrapper p.form-heading span {
        font-size: 6vw;
        display: unset;
    }

    .banner-content-wrapper p.form-heading {
        font-size: 6vw;
    }

    .banner-content-wrapper p.form-heading {
        padding-top: 9%;
        padding-bottom: 3%;
    }

    #mht-banner {
        background-size: 100% auto;
        background-position: top;
        min-height: auto;
        margin-top: 0%;
    }

    .search-container input {
        width: 100%;
        padding: 3% 3% 3% 15%;
        font-size: 4vw;
    }

    .search-container {
        width: 100%;
        margin: 2% 0;
        margin-bottom: 5%;
    }

    .search-icon {
        width: 5vw;
    }

    .types-card-box {
        width: 48%;
        padding: 2.5%;
    }

    .maarga-outer-wrapper .types-card-box p {
        font-size: 4vw;
    }

    .choose-box-card {
        margin-bottom: 2%;
        margin-top: 8%;
    }

    .choose-box-outer {
        width: 100%;
    }


    section#mht-choose {
        display: block;
        overflow-x: hidden;
    }

    section#footer-book-appt {
        margin-top: -6%;
    }

    img.img-fluid.choose-maarga-image {
        position: relative;
        top: 0px;
        left: -100%;
        width: 200%;
        max-width: 200%;
    }

}



.body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all {
    height: auto ! IMPORTANT;
    padding: 0px !important;
    margin-bottom: 0px !important;
    opacity: 1;
}

.body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
    bottom: 0vw;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.body-nav-fixed-menu-top p.m-subscribe1__title {
    text-align: center;
    padding-bottom: 0px;
}



@media (max-width: 767px) {
    .body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
        padding: 7% 8%;
        max-width: 100%;
        width: 100%;
        position: relative;
        bottom: 0px;
    }

    .body-nav-fixed-menu-top p.m-subscribe1__title {
        font-size: 5vw;
    }
}

section#bangalore-marga-faq {
    padding-top: 10%;
}

#bangalore-marga-faq {
    padding-bottom: 4%;
    margin-bottom: 4%;
}

@media (max-width: 1050px) and (min-width: 767px) {
    .body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
        width: 100%;
        max-width: 100%;
        padding: 2% 3%;
    }

    .our-commitments1 .row {
        justify-content: center;
    }
}