@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #CE0135;
    --bs-secondary: #0D3D3E;
    --bs-body-font-family: "Libre Franklin", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #666666;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 50px 0
}

.btn {
    font-size: .875rem;
    border-radius: 4px;
    /* --bs-btn-padding-x: 1rem; */
}

.sec_head {
    font-size: 2.75rem;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 14px;
    color: #000;
}

.sec_head span {
    color: var(--bs-primary);
    font-weight: 500;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent;
    padding: 10px 40px;

}

.btn-secondary {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #A5022B;
    color: #fff;
    border-color: #A5022B;
}

.banner_sec {
    /* padding: 60px 0 100px; */
    /* background: linear-gradient(180deg, rgba(251, 234, 228, 1) 18%, rgba(255, 210, 215, 1) 100%); */
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


/* .banner-content {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
} */

.banner-content .btn {
    font-weight: 600;
}

.banner-content .text {
    font-size: 0.8rem;
}

.banner-content .btn {
    font-weight: 600;
}

.banner-offer {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    left: 30%;
}

.launchOffer {
    margin-bottom: -20px;
    z-index: 2;
    position: relative;
}

.offer_card_new {
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #ffffff8c;
    z-index: 1;
    width: fit-content;
    padding: 4px 8px;
    margin-bottom: 16px;
}

.offer_card_new p {
    font-weight: 600;
}

.offer_card {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #ffffff8c;
    width: 220px;
    z-index: 1;
}

.offer_card p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.offer_card p span {
    color: var(--bs-primary);
}

.banner-form-text .heading {
    font-weight: 600;
    font-size: 2.25rem;
}

.banner-list {
    padding: 20px 0;
}

.banner-list li {
    font-size: 1rem;
    font-weight: 500;
}

.banner-list li span {
    font-weight: 600;
    color: var(--bs-primary);
}

.consultation-form {
    background-color: #ffff;
    border-radius: 12px;
    padding: 20px 30px;
}

.consultation-form .form-head {
    font-weight: 600;
    font-size: 1rem;
}

/* step_inside_sec */
.back_ground {
    background-image: url('../images/back.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rating {
    border: 1px solid #00000076;
    border-radius: 20px;
    padding: 4px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}

.rating .text {
    font-weight: 500;
    font-size: 0.9rem;
    color: #000;
}

.rating .number {
    color: var(--bs-primary);
    font-weight: 600;
}

.rare_block {
    padding: 20px 0;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
}

.common_rare_box {
    text-align: center;
    border-right: 1px solid #E4E4E4;
}

.rare_block div>div:last-child .common_rare_box {
    border-right: none;
}

.common_rare_box img {
    width: 56px;
    margin-bottom: 10px;
}

.btn_book {
    width: fit-content;
}

.personalized_card {
    background-color: #F5C9B980;
    border-radius: 12px;
    padding: 16px 30px;
    height: 100%;
}

.personalized_card .head {
    font-size: 1.5rem;
    font-weight: 600;
}

.personalized_card .text {
    font-size: 1.125rem;
}

.feature-head {
    height: 80px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    justify-content: center;
    border: 1px dashed #000;
}

.feature_block ul li {
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px dashed #000;
    padding: 10px 12px;
}

.doc_ediu {
    font-size: 1.25rem;
}

.doc_list {
    width: fit-content;
    padding: 12px 30px;
    border-radius: 16px;
    margin-top: 20px;
}

.meet_card {
    height: 100%;
}
 .meet_card .card-body {
        padding: 8px;
    }
    .doc_name {
        font-size: 1.125rem;
    }
.mid_text {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000000ce;
    padding: 4px 0;
    text-align: center;
    font-weight: 600;
}

.docotor_list {
    column-count: 2;
    gap: 26px;
    padding-left: 1rem;
}

.docotor_list li::marker {
    color: var(--bs-primary);
}

.power_content ul li {
    padding: 8px 0;
    font-size: 22px;
}

.power_block .common_rare_box img {
    width: 40px;
}

.treatment_sec {
    overflow: hidden;
}

.treatment_swiper {
    overflow: visible;
}

.treatment_card {
    background-color: #F2ECE8;
    border-radius: 16px;
    /* margin-top: 40px; */
    overflow: visible;
    height: 100%;
}

.treatment_card .subtitle {
    font-size: 1.25rem;
}

.treatment_img {
    margin-top: -30px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.treatment_block {
    padding: 40px 0 0px;
}

.swiper-slide {
    height: initial;
}

.swiper-slide-center {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    bottom: 36px;
}

.swiper-slide-center .swiperbtn-next,
.swiper-slide-center .swiperbtn-prev {
    width: 70px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 8px 30px;
}

.swiper-slide-center .swiperbtn-prev {
    background-image: url('../images/prev.svg');
}

.swiper-slide-center .swiperbtn-next {
    background-image: url('../images/next.svg');

}
.clinioc {
    border-right: 1px solid var(--bs-primary);
    font-size: 1.75rem;
}
.address h5 {
    font-size: 1.75rem;
}

.address h5 {
    font-size: 1.75rem;
}

.footer {
    background-color: #F2D7C299;
    padding: 40px 0 30px;
}

.footer_bottom {
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.footer_bottom a {
    text-decoration: none;
    color: #000000b1;
    font-size: 14px;
}

.popup-form .btn-close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 30px;
    padding: 12px;
}
.popup-form  .modal-body {
    padding: 30px;
}
.popup-form .modal-content {
    border-radius: 22px;
}
.popup-form .form-control {
    padding: 12px 16px;
}
@media (max-width: 991px) {

    .banner_head_row {
        top: 50px;
        right: 16%;
        left: auto;
    }

    .banner_content {
        position: relative;
        transform: none;
    }
    .banner-form-text {
        position: absolute;
        right: 10px;
        top: 0;
        margin-top: -300px;
    }

    .banner_head_row {
        position: absolute;
        top: 0;
        right: 50%;
        left: auto;
    }

    .bannerimg {
        width: 330px;
    }


    .banner-offer {
        transform: translateY(-120%);
        position: static;
    }

    .launchOffer {
        width: 130px;
    }

    .offer_card {
        width: 160px;
        padding: 0;
    }

    .offer_card p {
        font-size: 1rem;
    }

    .banner-content {
        left: auto;
        top: 86%;
        right: 0;
        text-align: end;
    }

    .sec_head {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar .btn {
        padding: 0 2px;
    }

    .banner_head_row {
        left: 20px;
    }

    .sec_head {
        font-size: 2rem;
    }

    .banner-form-text {
        position: absolute;
        right: 0;
        top: 20px;
        margin-top: auto;
        left: 20px;
    }

    .consultation-form {
        margin-top: -50px;
    }

    .power_sec .sec_head {
        flex-wrap: wrap;
    }

    .section {
        padding: 30px 0;
    }

    .lead_row {
        flex-direction: column-reverse;
    }

    .head_doc,
    .doc_q,
    .doc_ediu {
        text-align: center;
    }

    .doc_list {
        width: auto;
    }

    .personalized_card .head {
        font-size: 1.125rem;
    }

    .personalized_card img {
        width: 60px;
    }
}

@media (max-width: 567px) {
    .sec_head {
        font-size: 1.5rem;
        display: grid;
    }

    .bannerimg {
        width: 230px;
    }

    .banner-form-text .heading {
        font-size: 1.25rem;
    }

    .launchOffer {
        width: 100px;
    }

    .banner-list {
        padding: 0;
    }

    .banner-list li {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .banner-content .text {
        font-size: 0.7rem;
    }

    .banner-offer {
        left: 0;
        top: 100%;
    }
  .clinioc {
    position: relative;
    margin-bottom: 16px;
  }
    .clinioc::after {
        content: '';
        background-color: var(--bs-primary);
        width: 100px;
        height: 1px;
        bottom: 0;
        position: absolute;
    }

    .clinioc,
    .address {
        border-right: none;
        text-align: center;
        justify-content: center;
    }

    .meet_card {
        font-size: 0.9rem !important;
    }

    .power_content ul li {
        font-size: 0.9rem;
        padding: 2px 0;
    }

    .treatment_card {
        margin: 0 30px;
    }

    .personalized_card {
        padding: 16px;
    }

    .personalized_card .text {
        font-size: 0.9rem;
    }

    .personalized_card img {
        width: 50px;
    }

    .treatment_block {
        padding: 0;
    }

    .treatment_sec .sec_head {
        margin-bottom: 50px;
    }

    .doc_ediu {
        font-size: 1rem;
    }

    .treatment_img {
        width: 50px;
        margin-bottom: 10px;
    }

    .treatment_card .card-title {
        font-size: 1rem;
        margin-bottom: 8px !important;
    }

    .treatment_card .subtitle {
        font-size: 0.9rem;
    }

    .treatment-swiper-slide-action {
        display: none;
    }

    .navbar-brand img {
        width: 80px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .offer_card_new {
        margin-bottom: 8px;
    }

    .offer_card_new p {
        font-size: 0.8rem;
    }

    .footer {
        padding: 20px 0;
    }

    .footer_bottom {
        gap: 2px;
    }

    .footer_bottom a {
        font-size: 12px;
    }

    .address h5,
    .address .h5 {
        font-size: 1.25rem;
    }

    .yt_vid img {
        height: 260px;
    }

    .feature_block ul li {
        font-size: 0.8rem;
        height: 80px;
    }

    .treatment_swiper>div {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .treatment_swiper>div>div {
        flex: 1 1 100%;
    }

    .treatment-swiper-btn-next,
    .treatment-swiper-btn-prev {
        display: none;
    }
    .meet_card .card-body {
        padding: 0 8px;
    }
    .meet_card {
        padding: 20px !important;
    }
}