@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    font-size: 1rem;
    --bs-primary: #AE2577;
    --bs-secondary: #34304B;
    --bs-body-font-family: 'Inter', sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #34304B;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: initial !important;
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 60px 0;
}

.sec_head {
    font-size: 2.5rem;
    margin-bottom: 16px;
    color: #363048;
    font-weight: 600;
}

.sec_head span {
    color: var(--bs-primary);
}

.subtext span {
    color: var(--bs-primary);
    font-weight: 500;
}

.navbar-nav .nav-link {
    color: #000;
}

.navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn {
    font-size: .875rem
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: #0d9488;
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: transparent
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #fff;
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.bg-info {
    background-color: var(--bs-primary) !important;
}

.border-info {
    border-color: var(--bs-primary) !important;
}

.form-control,
.form-select {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: .875rem;
    color: #0B2542;
    background-color: #fff;
    transition: all .3s ease
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #6f6d6d;
    box-shadow: none
}

.banner-img::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
}

.banner_content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.banner_head {
    display: grid;
    font-size: 2.5rem;
}

.banner_head span {
    font-size: 2rem;
}

.banner-form-row {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner_form {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 13px 20px #0000000d;
    background: linear-gradient(304deg, rgba(137, 175, 230, 1) 76%, rgba(248, 248, 248, 0.94) 100%);
}

.banner_form .form-group {
    margin-bottom: 12px;
}

.banner-head {
    color: var(--bs-secondary);
}

.diabetes_block {
    background-color: #FDE5E5;
    border-radius: 12px;
    padding: 30px;
}

.dia_head {
    color: #34304B;
}

.reversal_block {
    background-color: #E1FAD7;
    border-radius: 12px;
    padding: 30px;
}

.possible_block .col:nth-child(1) .possible_card {
    background-color: #FAEDF4;
}

.possible_block .col:nth-child(2) .possible_card {
    background-color: #DEA4C6;
}

.possible_block .col:nth-child(3) .possible_card {
    background-color: #C6649D;
}

.possible_block .col:nth-child(4) .possible_card {
    background-color: #AE2677;
}

.possible_card {
    height: 100%;
}

.possible_card p {
    margin-bottom: 0;
}

.section {
    position: relative;
}

.section::after {
    border-bottom: 2px solid var(--bs-primary);
    width: 260px;
    position: absolute;
    content: '';
    margin: auto;
    right: 0;
    left: 0;
    margin-top: 30px;
}

.doc_name {
    background-color: #1F6BDD;
    padding: 4px 12px;
    width: fit-content;
    margin: 8px 0 0;
    border-radius: 0 8px 8px 0;
}
.success_card {
    height: 100%;
    position: relative;
}
.success_card .card-body {
    /* min-height: 210px; */
}
.success_card .card-title {
    font-size: 1.5rem;
}
.swiper-slide {
    height: initial;
}
.success-pagination {
    width: auto;
    margin: 0 6px;
}
.success-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #041624;
    opacity: 1;
}
.success-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #041624;
}
.doc_exp {
    background: #0b5464;
    border-radius: 11.067px;
    color: #fff;
    margin: 10px 20px;
    padding: 12px 20px;
}

.story_card .num {
    color: #FB5E5E;
    font-size: 1.5rem;
    font-weight: 700;
}

.story_card .text {
    font-size: 1.125rem;
    font-weight: 500;
}

.story_card img {
    width: 70px;
}

.advisory_card {
    background-color: #EFF5FF;
}

.advisory_card .doctor_name {
    color: #0B5464;
    font-size: 1.25rem;
}

.location_card .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707070;
    background: #fff;
    border-radius: 0;
    margin: 0 0 10px;
    box-shadow: none;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.location_card .accordion-button {
    padding: 12px 0;
    border: 0;
    border-radius: 0;
    color: #34304B;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.location_card .accordion-body {
    padding: 12px 0;
}

.location_card .accordion-button:after {
    background-image: url(../images/plus.svg);
}

.location_card .accordion-button:not(.collapsed):after {
    transform: rotate(-180deg);
    background-position: center;
    background-image: url(../images/minuss.svg);
}

.footer {
    background-color: #0B5464;
}

@media (max-width: 991px) {
    .section {
        padding: 40px 0;
    }

    .banner_head {
        font-size: 2.75rem;
    }

    .banner_head span {
        font-size: 1.75rem;
    }

    .sec_head {
        font-size: 2.25rem;
    }

    .banner-form-row {
        position: relative;
        transform: none;
        margin-top: 20px;
    }
    .location_card .accordion-button {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 30px 0;
    }

    .banner_head {
        font-size: 2.25rem;
    }

    .sec_head {
        font-size: 2rem;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-bottom: 0;
    }

    .navbar-nav .nav-link {
        padding: 4px 0;
    }

    .banner_btn {
        flex-direction: column;
        align-items: stretch;
    }

    .advisory_card .doctor_name {
        font-size: 1rem;
    }

    .sec_head {
        text-align: start !important;
    }
}

@media (max-width: 575px) {
    .banner_head {
        font-size: 1.5rem;
    }

    .banner_head span {
        font-size: 1.125rem;
    }

    .sec_head {
        font-size: 1.5rem;

    }

    .advisory_card {
        align-items: start !important;
    }

    .advisory_card .text {
        font-size: 0.8rem;
    }

    .advisory_card img {
        width: 100px;
    }
}