#schizophrenia-about-maarga {
    padding-bottom: 3%;
}

.schizophrenia-services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 2vw;
    margin-top: 2%;
}

.service-tag {
    display: flex;
    align-items: center;
    padding: 0.7vw 1.2vw;
    width: calc(40% - 1vw);
    color: #3C4196;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 25px;
    background-color: #ffffff;
    /*border: 1px solid #707070;*/
    /*width: max-content;*/
}

.bullet-dot {
    width: 0.6vw;
    height: 0.6vw;
    background-color: #3C4196;
    border-radius: 50%;
    margin-right: 1vw;
    flex-shrink: 0;
}

#schizophrenia-about-condition {
    background-color: #f7f3f8;
    padding-top: 3%;
    padding-bottom: 3%;
}

@media (max-width: 992px) and (min-width: 768px) {

    .service-tag {
        font-size: 2vw;
        padding: 1vw 1.5vw;
    }

    .bullet-dot {
        width: 0.8vw;
        height: 0.8vw;
    }
}



.schizophrenia-symptoms-img img.img-fluid {
    width: 115%;
    max-width: 115%;
    left: -19%;
    position: relative;
}


#schizophrenia-symptoms {
    padding-top: 0%;
    padding-bottom: 1%;
}

.schizophrenia-symptoms-content {
    padding-left: 0%;
}

.symptom-box {
    margin-bottom: 2vw;
    margin-top: 4vw;
}

.maarga-outer-wrapper .symptom-heading {
    background-color: #3C4196;
    color: #fff !important;
    width: max-content;
    padding: 0.7vw 2vw;
    border-radius: 12px;
    font-size: 1.4vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
    width: max-content;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.maarga-outer-wrapper ul li::after {
    background-color: #3C4196;
}

#schizophrenia-symptoms ul.blue-color {
    padding-top: 0%;
}

#schizophrenia-symptoms ul.blue-color li {
    color: #737373;
    font-weight: 500;
    margin-bottom: 0.5vw;
}

.symptoms-bottom-text {
    width: 90%;
    padding-top: 2%;
}

#schizophrenia-types {
    padding-top: 2%;
    padding-bottom: 4%;
}

.schizophrenia-types-row {
    align-items: center !important;
    padding-top: 2%;
    display: flex;
}

.schizophrenia-type-item {
    position: relative;
    padding-left: 2vw;
    margin-bottom: 2vw;
}

/* .schizophrenia-type-item::before {
    content: "";
    width: 1vw;
    height: 1vw;
    border: 2px solid #3C4196;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.4vw;
} */

.schizophrenia-type-item::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    background-color: #3C4196;
    border-radius: 50%;
    position: absolute;
    left: 0.275vw;
    top: 0.9vw;
}

.col-lg-6.col-sm-12.schizophrenia-types-image {
    margin: auto;
}

.type-heading {
    color: #3C4196 !important;
    font-size: 1.5vw !important;
    font-weight: 600 !important;
    padding-bottom: 0.5% !important;
}

.schizophrenia-types-image img {
    width: 85%;
    display: block;
    margin: auto;
}

.schizophrenia-bottom-note {
    background-color: #dff0ff;
    border-radius: 18px;
    padding: 1.5% 3%;
    margin-top: 2%;
}

.schizophrenia-bottom-note p {
    padding-bottom: 0px;
}

#schizophrenia-treatment-types {
    background-color: #fff1f1;
    padding-top: 3%;
    padding-bottom: 3%;
}

.mt-3 {
    margin-top: 4% ! IMPORTANT;
}



#schizophrenia-medication-management {
    background-color: #f5ecff;
    padding-bottom: 0%;
    margin-bottom: 2%;
}

hr {
    margin-top: 3%;
    margin-bottom: 3%;
    border: 0;
    border-top: 1px solid #eee;
    background-color: #000000;
    border: 1px solid #3c4196;
}

.medication-selection-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 3% 0%;
    margin-bottom: 0px;
}


.medication-selection-box {
    width: 22%;
    text-align: center;
    position: relative;
    border-top: 4px solid #3C4196;
    border-left: 2px solid #3C4196;
    border-right: 2px solid #3C4196;
    border-radius: 250px 250px 0px 0px;
    padding-top: 3.5%;
    background-color: #fff;
}

.medication-selection-box span {
    width: 3vw;
    height: 3vw;
    background: #3C4196;
    color: #fcda17;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    position: relative;
    top: 1vw;
}

.medication-selection-box p {
    color: #3C4196;
    font-weight: 600;
    padding-top: 3%;
    position: relative;
    top: 2vw;
    text-align: center;
    width: 80%;
    margin: auto;
    display: block;
    font-size: 1.4vw;
}

.medication-content-row {
    align-items: center;
}

.medication-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    margin-bottom: 4%;
    margin-top: 0%;
}

.medication-tags span {
    color: #3C4196;
    font-weight: 600;
    position: relative;
    padding-left: 1.2vw;
}

.medication-tags span::before {
    content: "";
    width: .5vw;
    height: .5vw;
    background: #3C4196;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .7vw;
}

.medication-content-row {
    align-items: flex-end;
    display: flex;
}

.medication-image-wrapper img {
    width: 85%;
    margin-left: auto;
    display: block;
}

#schizophrenia-psychotherapy {
    padding-bottom: 1%;
}

.cbt-content {
    background: #f8f3dd;
    padding: 1vw;
    padding-bottom: 1.2vw !important;
    margin-top: 1%;
    margin-bottom: 2%;
}

#schizophrenia-psychotherapy p.min-heading-page {
    padding-bottom: 0px;
}

.maarga-outer-wrapper ul li {
    padding-left: 1.3vw;
    margin-bottom: 1%;
}

.maarga-outer-wrapper ul {
    list-style: none;
    padding-top: 0%;
    padding-left: 0px;
}

#schizophrenia-rehabilitation ul li {
    font-weight: 600;
}

#schizophrenia-rehabilitation h3.normal-heading-page {
    margin-top: 0px;
}

.therapy-card-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1%;
    margin-bottom: 3%;
}

.therapy-card {
    width: 24%;
}

.therapy-title {
    color: #3C4196 !important;
    font-weight: 600 !important;
    padding-bottom: 2% !important;
}

#schizophrenia-rehabilitation {
    padding-bottom: 1%;
}

#schizophrenia-rehabilitation .row,
#schizophrenia-inpatient-care .row {
    align-items: center;
    display: flex;
}

#schizophrenia-rehabilitation img,
#schizophrenia-inpatient-care img {
    width: 95%;
}

#schizophrenia-rehabilitation img {
    width: 120%;
    max-width: 120%;
}

#schizophrenia-inpatient-care img.img-fluid {
    width: 115%;
    max-width: 115%;
    left: -11%;
    position: relative;
}

#schizophrenia-rehabilitation .row .col-lg-6:last-child::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9999999999999999) 100%);
}

#schizophrenia-rehabilitation .row .col-lg-6:last-child {
    position: relative;
}

.inpatient-content {
    padding-left: 4%;
}



#schizophrenia-ect {
    padding-bottom: 4%;
}

#schizophrenia-ect .row,
#schizophrenia-treatment-cost .row {
    align-items: center;
    display: flex;
}

#schizophrenia-ect img {
    width: 90%;
    display: block;
    margin-left: auto;
}

.maarga-outer-wrapper p.why-tag {
    font-weight: 600;
}

section.test-cur div div#testimonial-slider-doc {
    padding-top: 2%;
}



#schizophrenia-treatment-cost {
    background-color: #ffffff;
    padding-top: 0%;
    padding-bottom: 0%;
    margin: 3% 0%;
    margin-bottom: 0px;
}

#schizophrenia-treatment-cost img {
    width: 117%;
    max-width: 117%;
    position: relative;
    left: -17%;
}

#schizophrenia-treatment-cost .row .col-lg-6:first-child::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.9999999999999999) 0%, rgba(255, 255, 255, 0) 100%);
}

#schizophrenia-treatment-cost .row .col-lg-6:first-child {
    position: relative;
}


.treatment-cost-content {
    padding-left: 4%;
}

#schizophrenia-approach {
    background-color: #f2fbf3;
    padding-top: 3%;
    padding-bottom: 3%;
}

.approach-box {
    margin-top: 2%;
}

.maarga-outer-wrapper .approach-heading {
    color: #3C4196;
    font-size: 1.4vw;
    font-weight: 600;
    position: relative;
    padding-left: 1.5vw;
    margin-bottom: 1%;
}

.approach-heading::before {
    content: "";
    width: .6vw;
    height: .6vw;
    background-color: #3C4196;
    border-radius: 50%;
    position: absolute;
    left: 0.25vw;
    top: .85vw;
}

.approach-heading::after {
    content: "";
    width: 1.1vw;
    height: 1.1vw;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #3C4196;
    position: absolute;
    left: 0;
    top: .6vw;
}

#schizophrenia-support p.approach-heading,
#schizophrenia-approach p.approach-heading {
    margin-bottom: 0px;
    padding-bottom: 0.3%;
}

#schizophrenia-support.maarga-outer-wrapper ul li,
#schizophrenia-approach.maarga-outer-wrapper ul li {
    padding-left: 1.3vw;
    margin-bottom: 0.4%;
    padding-bottom: 0px;
}

#schizophrenia-support {
    background-color: #f8eef1;
    padding-top: 3%;
    padding-bottom: 3%;
}

.support-box ul {
    padding-top: 1%;
}



#schizophrenia-help-section {
    padding-bottom: 4%;
}

.help-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3vw 2vw;
    padding-top: 3%;
}

.help-box {
    width: 31.5%;
    border: 1px solid #6d74c7;
    border-radius: 22px;
    position: relative;
    padding: 3.5vw 2vw 2vw;
    text-align: center;
    min-height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-number {
    position: absolute;
    top: -1.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 4vw;
    height: 4vw;
    background: #3C4196;
    color: #F4D711;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8vw;
    font-weight: 700;
    font-family: 'Lato';
}

.help-box p {
    color: #3C4196;
    font-size: 1.4vw;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 0px;
}

.help-bottom-text {
    padding-top: 3%;
}



/* WHY CHOOSE US */

#schizophrenia-why-choose {
    background-color: transparent;
    padding-top: 3%;
    padding-bottom: 3%;
}

#schizophrenia-why-choose .row {
    align-items: center;
}

.why-choose-image img {
    width: 125%;
    max-width: 122%;
    left: -30%;
    position: relative;
}


.why-choose-content {
    padding-left: 2%;
}

.why-choose-tags {
    padding-top: 2%;
}

.maarga-outer-wrapper .why-tag {
    border: 1px solid #9f9f9f;
    border-radius: 50px;
    padding: 0.2vw 1vw 0.3vw 2.5vw;
    color: #3C4196 !important;
    position: relative;
    margin-bottom: 0.5vw;
    width: max-content;
    max-width: 100%;
}

.why-tag::before {
    content: "✓";
    position: absolute;
    left: 0.9vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2vw;
    height: 1.2vw;
    background: #7ac943;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.why-bottom-text {
    padding-top: 2%;
}





#bangalore-marga-faq {
    background-image: unset;
    BACKGROUND-COLOR: UNSET;
}

p.book-heading {
    color: rgba(60, 65, 150, 1);
    font-weight: 600;
    font-size: 2vw;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
}

p.book-heading span {
    font-size: 2.3vw;
    display: block;
    line-height: 1;
}

section#anxiety-gurgaon-banner {
    margin-top: 8%;
}

h1.banner-heading {
    color: #f4d711;
    font-weight: 600;
    text-align: center;
    font-size: 3vw;
}

#schizophrenia-psychotherapy .normal-heading-page{
    color:#3C4196 !important;
    font-size:1.95vw;
    font-weight:600;
    margin-bottom:2%;
}

#schizophrenia-rehabilitation .normal-heading-page{
    color:#3C4196 !important;
    font-size:1.95vw;
    font-weight:600;
    margin-bottom:3%;
}

#schizophrenia-inpatient-care .normal-heading-page{
    color:#3C4196 !important;
    font-size:1.95vw;
    font-weight:600;
    margin-bottom:3%;
}
#schizophrenia-ect .normal-heading-page{
    color:#3C4196 !important;
    font-size:1.95vw;
    font-weight:600;
    margin-bottom:3%;
}

#schizophrenia-psychotherapy h3::after
{
    content: "";
    position: absolute;
    left: 0;
    /*bottom: -0.3vw;*/
    width: 5vw;
    height: 0.3vw;
    top:4.1vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

#schizophrenia-rehabilitation h3::after
{
    content: "";
    position: absolute;
    left: 1vw;
    /*bottom: -0.3vw;*/
    width: 4vw;
    top:2.7vw;
    height: 0.3vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

#schizophrenia-inpatient-care h3::after
{
    content: "";
    position: absolute;
    left: 3.5vw;
    /*bottom: -0.3vw;*/
    width: 4vw;
    top:4.1vw;
    height: 0.3vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

#schizophrenia-ect h3::after
{
    content: "";
    position: absolute;
    left: 1vw;
    top:4.1vw;
    /*bottom: -0.3vw;*/
    width: 4vw;
    height: 0.3vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

h1.banner-heading span {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 2.1vw;
    display: block;
    line-height: 1;
}

.banner-content-wrapper {
    background-color: #e5e4dc;
    margin: auto;
    display: block;
}

#schizophrenia-gurgaon-banner {
    padding: 3% 0%;
    background-image: url(/public/uploads/images/Schizophrenia-Gurgaon/Banner-image.webp);
    background-position: bottom left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 5%;
    background-color: #000;
    padding-bottom: 2%;
}

#schizophrenia-gurgaon-banner.maarga-outer-wrapper h1::after {
    display: none;
}

.austim-prf-wrapper {
    margin-top: 4%;
}

#bangalore-marga-faq {
    padding-bottom: 1%;
    padding-top: 0px;
}

.medication-tags span {
    font-size: 1.2vw;
}

/* ===== MEDIA QUERIES MOVED TO BOTTOM ===== */

@media (max-width: 767px) {

    #schizophrenia-about-condition {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .medication-tags span {
        font-size: 4vw;
    }

    .schizophrenia-services-wrapper {
        gap: 3vw;
    }

    .service-tag {
        width: 100%;
        font-size: 4.2vw;
        padding: 2.5vw 4vw;
    }

    .bullet-dot {
        width: 2vw;
        height: 2vw;
        margin-right: 3vw;
    }

    .schizophrenia-symptoms-content {
        padding-left: 0%;
        padding-top: 6%;
    }

    .symptom-heading {
        font-size: 4vw !important;
        padding: 2vw 5vw;
        border-radius: 10px;
        margin-bottom: 3vw;
    }

    .symptom-box {
        margin-bottom: 8vw;
    }

    .symptoms-bottom-text {
        width: 100%;
    }

    .schizophrenia-types-image {
        order: 1;
        padding-bottom: 6%;
    }

    .schizophrenia-types-row .col-lg-6:first-child {
        order: 2;
    }

    .schizophrenia-type-item {
        padding-left: 6vw;
        margin-bottom: 6vw;
    }

    .schizophrenia-type-item::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    .schizophrenia-type-item::after {
        width: 2.2vw;
        height: 2.2vw;
        left: 0.9vw;
        top: 2.5vw;
    }

    .type-heading {
        font-size: 4.5vw !important;
    }

    .schizophrenia-types-image img {
        width: 100%;
    }

    .schizophrenia-bottom-note {
        padding: 4% 5%;
        margin-top: 5%;
    }

    #schizophrenia-treatment-types {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .medication-selection-wrapper,
    .therapy-card-wrapper {
        flex-wrap: wrap;
    }

    .medication-selection-box,
    .therapy-card {
        width: 100%;
        margin-bottom: 4%;
    }

    .medication-selection-box span {
        width: 10vw;
        height: 10vw;
    }

    .medication-tags span {
        padding-left: 4vw;
    }

    .medication-tags span::before {
        width: 2vw;
        height: 2vw;
        top: 1.5vw;
    }

    .inpatient-content {
        padding-left: 0%;
        padding-top: 5%;
    }

    #schizophrenia-ect img,
    #schizophrenia-treatment-cost img {
        width: 100%;
        margin-bottom: 5%;
        max-width: 100%;
        left: 0px;
    }

    .treatment-cost-content {
        padding-left: 0%;
    }

    .col-lg-6.col-sm-12.treatment-cost-content {
        padding: 0% 4%;
        position: relative;
        order: 1;
    }

    #schizophrenia-treatment-cost .row .col-lg-6:first-child {
        position: relative;
        order: 2;
        margin-top: 4%;
    }

    #service-main .why .whyImg .imgTxt h3,
    #service-main .why .whyTxt h2,
    h3 {
        padding: 0 0 0 0px;
    }

    .maarga-outer-wrapper .normal-heading-page {
        line-height: 1.2;
        font-size: 5vw;
        padding-left: 0px;
    }

    .approach-heading {
        font-size: 4.5vw;
        padding-left: 5vw;
    }

    .col-lg-6.col-sm-12.inpatient-content {
        padding: 0% 5%;
    }

    .maarga-outer-wrapper ul li {
        padding-left: 4.3vw;
        margin-bottom: 1%;
    }

    .col-lg-6.col-sm-12.schizophrenia-symptoms-content {
        padding: 0% 5%;
    }

    .approach-heading::before {
        width: 2vw;
        height: 2vw;
        top: 2.3vw;
        left: 1vw;
    }

    #schizophrenia-approach,
    #schizophrenia-support {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .help-box {
        width: 100%;
        min-height: auto;
        padding: 10vw 5vw 5vw;
    }

    .help-number {
        width: 12vw;
        height: 12vw;
        top: -6vw;
        font-size: 5vw;
    }

    .help-box p {
        font-size: 4.5vw;
    }

    .why-choose-content {
        padding-left: 0%;
        padding-top: 6%;
    }

    .why-tag {
        width: 100%;
        border-radius: 15px;
        padding: 3vw 3vw 3vw 10vw;
    }

    .why-tag::before {
        left: 3vw;
        width: 4vw;
        height: 4vw;
        font-size: 2.5vw;
    }

    /* Banner */

    #schizophrenia-gurgaon-banner {
        background-size: cover;
        background-position: center left -50vw;
        margin-top: 0%;
        padding: 0% 0%;
        margin-bottom: 60%;
    }

    #schizophrenia-gurgaon-banner .row.maarga-outer-wrapper .col-lg-5 {
        position: relative;
        top: 65vw;
    }

    h1.banner-heading {
        font-size: 9vw;
    }

    h1.banner-heading span {
        font-size: 5vw;
    }

    p.book-heading {
        font-size: 5vw;
    }

    p.book-heading span {
        font-size: 6vw;
    }


    /* About Section */

    .service-tag {
        width: 100%;
        max-width: 100%;
    }


    /* Symptoms */

    .schizophrenia-symptoms-img img.img-fluid {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .symptom-box {
        margin-top: 8vw;
    }

    .maarga-outer-wrapper .symptom-heading {
        font-size: 4vw !important;
    }


    /* Types */

    .schizophrenia-type-item::after {
        left: 1vw;
    }

    .col-lg-6.col-sm-12.schizophrenia-types-image {
        margin-top: 5%;
    }


    /* Medication */

    #schizophrenia-medication-management {
        padding-bottom: 6%;
    }

    .medication-selection-wrapper {
        gap: 5vw;
    }

    .medication-selection-box {
        width: 100%;
        padding-top: 8%;
    }

    .medication-selection-box p {
        font-size: 4vw;
        width: 90%;
        top: -2vw;
    }

    .medication-selection-box span {
        top: 0vw;
    }

    #schizophrenia-rehabilitation .row .col-lg-6:first-child {
        position: relative;
        order: 1;
        margin-bottom: 5% !important;
        margin-top: 5%;
    }

    .medication-tags {
        gap: 3vw;
    }

    .medication-tags span {
        display: block;
        width: 100%;
    }

    .medication-image-wrapper img {
        width: 100%;
        margin-top: 5%;
    }


    /* Psychotherapy */

    .cbt-content {
        padding: 4vw;
    }

    .therapy-card {
        width: 100%;
    }

    .therapy-title {
        font-size: 4.5vw;
    }


    /* Rehabilitation */

    #schizophrenia-rehabilitation img {
        width: 100%;
        max-width: 100%;
    }

    #schizophrenia-rehabilitation .row .col-lg-6:last-child::after {
        display: none;
    }


    /* Inpatient */

    #schizophrenia-inpatient-care img.img-fluid {
        width: 100%;
        max-width: 100%;
        left: 0;
    }


    /* ECT */

    #schizophrenia-ect {
        padding-bottom: 6%;
    }


    /* Cost */

    #schizophrenia-treatment-cost {
        margin: 6% 0%;
    }

    #schizophrenia-treatment-cost .row .col-lg-6:first-child::after {
        display: none;
    }


    /* Approach */

    .maarga-outer-wrapper .approach-heading {
        font-size: 4.5vw;
        padding-left: 6vw;
    }

    .approach-heading::after {
        width: 4vw;
        height: 4vw;
        top: 1.3vw;
    }

    #schizophrenia-support.maarga-outer-wrapper ul li,
    #schizophrenia-approach.maarga-outer-wrapper ul li {
        padding-left: 5vw;
    }


    /* Help Section */

    .help-box-wrapper {
        gap: 10vw;
    }

    .help-bottom-text {
        padding-top: 6%;
    }


    /* Why Choose */

    .why-choose-image img {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .maarga-outer-wrapper .why-tag {
        width: 100%;
        max-width: 100%;
        padding: 2%;
        padding-left: 10vw;
        margin-bottom: 5%;
    }


    /* FAQ */

    #bangalore-marga-faq {
        padding-top: 6%;
        padding-bottom: 6%;
    }


    /* Testimonial */

    section.test-cur {
        padding-top: 6%;
        padding-bottom: 12%;
    }

    section.test-cur .test-doc {
        margin-right: 0%;
    }

    section.hp-sec5 .our-commitments1 {
        position: relative;
        bottom: 0px;
    }

    .footer-slogan:hover {
        color: #fff;
        font-size: 5vw;
    }
    
    
#schizophrenia-psychotherapy .normal-heading-page{
    font-size:6vw;
}

#schizophrenia-rehabilitation .normal-heading-page{
    font-size:6vw;
}

#schizophrenia-inpatient-care .normal-heading-page{
  font-size:6vw;
}
#schizophrenia-ect .normal-heading-page{
   font-size:6vw;
}

#schizophrenia-psychotherapy h3::after
{
    content: "";
    position: absolute;
    left: 0;
    /*bottom: -0.3vw;*/
    width: 15vw;
    height: 0.8vw;
    top: 20.1vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

#schizophrenia-rehabilitation h3::after
{
    content: "";
    position: absolute;
    left: 4vw;
    /* bottom: -0.3vw; */
    width: 19vw;
    top: 14.7vw;
    height: 0.8vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

#schizophrenia-inpatient-care h3::after
{
    content: "";
    position: absolute;
    left: 5vw;
    top: 13.1vw;
    /* bottom: -0.3vw; */
    width: 16vw;
    height: 0.8vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}

#schizophrenia-ect h3::after
{
    content: "";
    position: absolute;
    left: 4vw;
    top: 12.1vw;
    /* bottom: -0.3vw; */
    width: 16vw;
    height: 0.8vw;
    background-color: #F4D711 !important;
    border-radius: 2px
    
}


}

@media (min-width: 767px) {
    section.test-cur {
        padding-bottom: 4%;
        padding-top: 2%;
    }
}

#bangalore-marga-faq span.fw-bold {
    width: 100%;
    padding-right: 0px;
}

@media (min-width: 767px) and (max-width: 992px) {
    #bangalore-marga-faq .accordion-button {
        padding-bottom: 0px;
        font-family: 'Lato';
        top: 0px !important;
        width: 92% ! IMPORTANT;
    }

    span.faq-icon.ms-auto {
        top: 0vw !important;
        width: 2.8vw !important;
        right: -6%;
        top: 10% !important;
    }
    
    
#schizophrenia-psychotherapy h3::after
{
        top: 5.1vw;
    
}

#schizophrenia-rehabilitation h3::after
{
    left: 2vw;
    
}

#schizophrenia-inpatient-care h3::after
{
    left: 3.7vw;
    top: 5.1vw;
    
}

#schizophrenia-ect h3::after
{
     left: 2vw;
    top: 5.1vw
    
}



}

.maarga-outer-wrapper p a {
    text-decoration: none;
    font-weight: 600;
    color: #3c4196;
    font-size: inherit;
}

.maarga-outer-wrapper p a:hover {
    text-decoration: underline;
}

.maarga-outer-wrapper li a:hover {
    text-decoration: underline;
}

.maarga-outer-wrapper li a {
    text-decoration: none;
    font-weight: 600;
    color: #3c4196;
    font-size: inherit;
}