@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #CE0135 !important;
    --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;
}
@media (min-width: 1200px) {
   .container-xl {
        max-width: 1280px !important;
        margin: 0 auto;
    }
}
body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

.section {
    padding: 50px 0
}

.btn {
    font-size: .875rem;
}
img {
    max-width: 100%;
    height: auto;
}
.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;
    padding: 10px 40px;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #A5022B;
    color: #fff;
    border-color: #A5022B;
}

.banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    justify-content: flex-end;
}

.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%;
}

.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-size: 0.9rem;
}


.banner-form-text .heading {
    font-weight: 600;
    font-size: 2.25rem;
}

.banner-list {
    padding: 20px 0;
}

.banner-list li {
    display: flex;
    gap: 6px;
    padding: 0 0 6px;
}

.consultation-form {
    background-color: #ffff;
    border-radius: 12px;
    padding: 20px 30px;
}

.consultation-form .form-head {
    font-weight: 600;
    font-size: 1rem;
}

::placeholder {
    color: #999 !important;
}
.meet_card {
    height: 100%;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}
.meet_card .card-body {
    padding: 0;
    min-height: 116px;
}
.meet_card img {
    /* width: 100%; */
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    min-width: 100px !important;
}
.doc_name {
    font-size: 1rem;
    font-weight: 700;
}
.small, small {
    font-size: .875em;
}
.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: 0.5rem;
}
/* .docotor_list li::marker {
    color: var(--bs-primary) !important;
}
 ul li::marker {
        color: var(--bs-primary) !important;
} */
.docotor_list li {
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
}
.docotor_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    transform: translateY(0);
    width: 6px;
    height: 6px;
    background-color: #d02c2f;
    border-radius: 50%;
}
@media (max-width: 1024px) {
    .container-xl { 
        margin: 0 16px;
    }
    .banner_head_row {
        position: absolute;
        top: 20px;
        right: 50%;
        left: auto;
    }

    .banner_content {
        position: relative;
        transform: none;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        top: 16px;
    }

    .banner-form-text {
        position: absolute;
        right: 0;
        top: 20px;
        left: 10px;
    }

    .banner-form-text .heading {
        font-size: 2rem;
    }

}

@media (max-width: 640px) {
    .banner-form-text .heading {
        font-size: 1.5rem;
    }

    .offer_card_new {
        margin-bottom: 2px;
    }

    .banner-list {
        font-size: 14px;
        padding: 4px 0 0;
    }
}