.banner-btn {
    width: auto;
    font-size: 16px;
    font-weight: medium;
    background-color: #E35304;
    border-radius: 16.5px;
    margin-left: 4rem;
    color: #FFFFFF;
    padding: 3.5px 22px 3.5px 18px;
    display: inline-block;
}
.font-size-22 {
    font-size: 22px !important;
}
@media (max-width: 767.98px) {
    .banner-btn {
        margin-left: 1.875rem;
    }

    .card-new-container {
        display: flex;
        flex-direction: column !important;
    }

        .card-new-container img {
            width: 100%;
        }
    body:has(.heading-beige-container)
    section:first-of-type .sub-title-orange {
        padding-top: 40px !important;
    }
}

@media (min-width:768px) and (max-width: 1079.98px) {
    .card-new-content {
        width: 70%;
    }

    /* .card-new-image img {
        width: 100%;
    } */

    .card-new-hr-image img {
        width: 100%;
    }
    .doctor-container img {
        width: 100%;
    }
}

.card-new-container {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.image-note {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-size: 10px;
    padding-top: 10px;
}


.heading-beige-container {
    width: 100%;
    height: 61px;
    background-color: #FAF0E5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:70px;
}

.decortive-header {
    width: 262px;
    height: 40px;
    font-size: 18px;
    background-color: #E35304;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    bottom: 20px;
    left: -18px;
}

.anchor-text::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #37457B;
    border-top: 2px solid #37457B;
}

.anchor-text {
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    padding-right: 1rem;
    font-size:18px;
}

rt {
    font-size: 11px;
    padding-bottom: 2px;
}

.font-size-18 {
    font-size: 18px;
}
.no-bullet {
    margin-left: -25px;
}

.star-ol li.no-bullet {
    counter-increment: none;
}

    .star-ol li.no-bullet::before {
        content: none;
    }