/* Responsive design */
@media (min-width: 1281px) and (max-width: 1599px) {
    
    .banner-image {
        transform: translateY(-10%);
    }
.banner_content {
    width: 85%;
}

.banner_content h1 {
    font-size: 42px;
    line-height: 52px;
}
.pointers_wrapper ul li {
    width: 45%;
    margin-bottom: 25px;
    margin-right: 18px;
}

.main-content {
    transform: translateY(-30%);
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
    
    section.recover_main_wrapper.sp ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    .footer_flex h3 {
    font-size: 25px;
    line-height: 35px;

}

.footer_flex ul li {
    font-size: 16px;
    line-height: 26px;
}

.accordion.faqs-wrap button.accordion-button{
     font-size: 20px;
    line-height: 30px;
}
    section.about_doctor_wrapper.sp {
        height: 80vh;
    }
    .about_content {
        width: 50%;
    }

.about_content p {
    font-size: 16px;
    line-height: 26px;
}
    .why_content ul li::before {
        width: 65px;
        height: 65px;
    }
    .why_content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .why_content ul li {
        padding-left: 0;
        margin-bottom: 18px;
    }
    /* CSS */
    ul.navbar-nav.ms-auto li a {
        font-size: 16px;
        line-height: 26px;
        color: #506380;
        margin-right: 15px;
    }
    nav.navbar.navbar-expand-lg.sticky-top.navbar-light {
        position: sticky;
        background: #fff !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 24px 26px;
        height: 80px;
    }
    nav.navbar.navbar-expand-lg.sticky-top.navbar-light.scrolled{
        padding: 24px 26px;
    }
section.hero_area {
    height: 75vh;
}
section.hero_area img {
    object-fit: cover;
    object-position: left;
    height: 100%;
}
.main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100px);
    padding: 0 95px;
}
.banner_content {
    width: 85%;
}
.banner_content h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
}
.banner_content p {
    width: 90%;
    margin-bottom: 24px;
}
section.hero_area .pointers_wrapper ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 21px;
}
section.hero_area .pointers_wrapper ul li {
    width: 50%;
    justify-content: inherit;
    margin-bottom: 17px;
    margin-right: 0px;
    font-size: 14px;
    line-height: 24px;
}
section.hero_area .pointers-img {
    margin-right: 15px;
}
.banner-image {
    transform: translateY(0px);
}

.hero-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
}
/*.main_title {*/
/*    margin-bottom: 24px;*/
/*}*/
.main_title h2 {
    font-size: 32px;
    line-height: 42px;
}
.features {
    gap: 18px;
}
.feature-card {
    display: block;
    
}
.feature-icon {
    margin: 0 auto 24px;
}
.feature-content h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-content p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

p {
    font-size: 17px;
    line-height: 27px;
}
  }



@media (max-width: 992px) {
    
    .logo {
    width: 180px;
    margin-bottom: 20px;
}

a.navbar-brand {
    width: 160px;
}

    .feedback-wrap h3 {
    font-size: 17px;
    line-height: 27px;
}


    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .hero-content {
        padding-right: 0;
        text-align: center;
    }
    
    .feature-list {
        justify-content: center;
    }
    
    .booking-options {
        justify-content: center;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-description {
        margin: 0 auto 30px;
        text-align: center;
    }
    section.about_doctor_wrapper.sp {
        padding-bottom: 0;
    }

    .hero-title {
        width: 100%;
        margin-bottom: 22px;
        font-size: 24px;
        line-height: 34px;
    }
    .main_title h2 {
        font-size: 24px;
        line-height: 34px;
        font-family: 'Avenir Next';
        font-weight: 600;
        color: #000;
    }
    .sp{
        padding: 50px 0 ;
    }
    .hero-wrapper {
        grid-template-columns: 1fr;
       
    }
    
    section.hero-section.sp {
        padding: 50px 0;
        padding-bottom: 0;
        /* display: none; */
    }
.pointers_wrapper ul li {
    width: 100%;
    justify-content: inherit;
    
}
.pointers-img {
    margin-right: 15px;
}
.banner-image {
    display: none;
}

.features {
    display: block;
}
.subheadline {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.tetimonail-slider .owl-item:nth-child(odd) {
    margin-top: 0;
}
section.emi-wrapper.sp .main_title h2{
    font-size: 20px;
    line-height: 30px;
}
.emi-main .main_title {
    margin-bottom: 30px;
}
.feature-card {
    width: 100%;
    background: #eee;
    margin-bottom: 34px;
    align-items: center;
}
section.why_wrapper.sp {
    height: auto;
    position: relative;
}
section.why_wrapper.sp .main_title h2 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    width: 90%;
    margin:
     0 auto;
}
section.emi-wrapper.sp {
    padding-bottom: 50px;
}
section.recover_main_wrapper.sp .button-wrapper {
    text-align: center;
}
.why_content ul li::before {
    width: 60px;
    height: 60px;
    left: -80px;
    top: 10px;
    font-size: 28px;
}
.why_content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    width: 90%;
}
.why_content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}
.why_content ul li {
    margin-bottom: 25px;
    position: relative;
}
.why_content ul li {
    position: relative;
    list-style: none;
    padding-left: 10px;
}
section.why_wrapper.sp {
    padding: 34px 0;
}
section.recover_main_wrapper.sp ul li {
        /* margin-bottom: 28px; */
        background: #6244ba;
        padding: 12px 18px;
        /* margin-right: 25px; */
        color: #fff;
        text-align: center;
        display: flex
;
        align-items: center;
        font-size: 15px;
        line-height: 27px;
        text-align: center;
        justify-content: center;
    }
section.recover_main_wrapper.sp ul {
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
}
section.recover_main_wrapper.sp {
    padding-bottom: 50px;
}
p{
    font-size: 16px;
    line-height: 26px;
}
.about_content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 18px;
}
.about_image {
        width: 80%;
        margin-bottom: 32px;
        margin: 0 auto;
    }
.about_content {
    top: unset;
    box-shadow: 2px 2px 12px 0px #cfbfbf78;
    position: inherit;
    width: 100%;
    background: #fff;
    padding: 37px 31px;
    border-radius: 27px;
    top: 36%;
    right: 0;
    transform: unset;
}

.about_content p:first-of-type:before {
    top: -8px;
    left: -5px;
    width: 46px;
    height: 46px;
}
section.faqs_wrapper.sp div#accordionExample {
    width: 100%;
}
.accordion.faqs-wrap button.accordion-button {
    font-size: 17px;
    line-height: 28px;
    padding: 22px 35px 22px 15px;
}
section.faqs_wrapper.sp {
    padding-bottom: 50px;
}
.footer_flex h3 {
    font-size: 20px;
    line-height: 30px;
}
.footer_flex ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
}
footer.footer-wrapper.sp {
    padding-bottom: 40px;
}
.copyright-wrapper {
    padding: 24px 0;
}
.copyright_main p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
footer.footer-wrapper.sp {
    padding-bottom: 20px;
}
nav.navbar.navbar-expand-lg.sticky-top.navbar-light.scrolled {
    padding: 0;
}
nav.navbar.navbar-expand-lg.sticky-top.navbar-light {
    padding: 0;
    background: #fff !important;
    border-bottom: 1px solid #eee;
}
.main_title {
    margin-bottom: 24px;
}

.feature-content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}
.feature-content p {
    margin-bottom: 0;
}
.tetimonail-slider .feedback-wrap p:before {
    width: 24px;
    height: 24px;
}
section.testimonnial_wrapper.sp {
    padding-bottom: 0;
}
.feedback-wrap {
    padding: 30px 20px;
}
.feedback-wrap p {
    margin-top: 20px;
}

section.recovery_wrapper.sp .recovery_main {
    top: 0;
    padding: 50px 25px 0;
}
section.recovery_wrapper.mateched_wrapper.sp {
    height: 90vh;
}
.recovery-content .main_title {
    margin-bottom: 8px;
}
.button-wrapper {
        margin-top: 20px;
    }
.recovery-image {
    margin-top: 32px;
}
section.recovery_wrapper.mateched_wrapper.sp img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: left;
}
section.recovery_wrapper.mateched_wrapper.sp {
    height: 80vh;
}

section.hero_area {
    height: 75vh;
}
section.hero_area img {
    object-fit: cover;
    object-position: left;
    height: 100%;
}
.main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(20%);
    padding: 0;
}
.banner_content {
    width: 100%;
}
.banner_content h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
}
.banner_content p {
    width: 90%;
    margin-bottom: 38px;
}
section.hero_area .pointers_wrapper ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 21px;
}
section.hero_area .pointers_wrapper ul li {
    width: 50%;
    justify-content: inherit;
    margin-bottom: 17px;
    margin-right: -1px;
    font-size: 12px;
    line-height: 24px;
}
section.hero_area .pointers-img {
    margin-right: 15px;
}

.copyright_main p {
    margin-bottom: 12px;
}
.copyright_main {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
ul.navbar-nav.ms-auto li:last-child {
    display: none;
}
ul.navbar-nav.ms-auto {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 24px;
}
.button_strip_wrapper {
        display: block;
    }
    
    a.button_main{
        padding: 16px 22px;
    }
}

@media (max-width: 576px) {
    
    
        .logo {
    width: 180px;
    margin-bottom: 20px;
}

    a.navbar-brand {
        width: 180px;
    }


     a.button_main{
        padding: 16px 22px;
    }
    .button_strip_wrapper {
        display: block;
    }
   ul.navbar-nav.ms-auto li:last-child {
    display: none;
}
ul.navbar-nav.ms-auto {
        margin-left: -10px !important;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 24px;
        background: #fff;
        /* padding: 0; */
        width: 390px;
        padding-left: 26px;
    }
    .copyright_main p {
    margin-bottom: 12px;
}
.copyright_main {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
    .main_title {
        margin-bottom: 24px;
    }
    /* .hero-title {
        font-size: 2.2rem;
    }
     */
    .booking-options {
        flex-direction: column-reverse;
        width: 100%;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
    
    .form-card {
        padding: 30px 20px;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 10px;
    }
}


