@media (min-width: 576px) {
    .horizontal-scroll .card {
        width: calc(100% / 3); /* Adjust width for small screens */
    }
    .horizontal-scroll2 .card {
        width: calc(100% / 3); /* Adjust width for small screens */
    }
}
@media (min-width: 768px) {
    .horizontal-scroll .card {
        width: calc(100% / 4); /* Adjust width for medium screens */
    }
    .horizontal-scroll2 .card {
        width: calc(100% / 4); /* Adjust width for medium screens */
    }
}
@media (min-width: 992px) {
    .horizontal-scroll .card {
        width: calc(100% / 5); /* Adjust width for large screens */
    }
    .horizontal-scroll2 .card {
        width: calc(100% / 5); /* Adjust width for large screens */
    }
}
@media (min-width: 1200px) {
    .horizontal-scroll .card {
        width: calc(100% / 5.5); /* Adjust width for extra large screens */
    }
    .horizontal-scroll2 .card {
        width: calc(100% / 5.5); /* Adjust width for extra large screens */
    }
}

/* Extra Small Devices (Phones) */
@media (max-width: 575.98px) {
    .display-sm-6{
        font-size: 1.65rem !important;
    }
    .fs-2-mobile{
        font-size: 20px !important;
    }
    .fs-5-mobile{
        font-size: 1rem !important;
    }
    .fs-6-mobile{
        font-size: 12px !important;
    }
    .fs-7-mobile{
        font-size: 10px !important;
    }
    .banner-section{
        padding: 35px 35px 0 35px !important;
    }
    .banner-title{
        font-size: 50px !important;
        /* letter-spacing: 5px !important; */
        font-weight: 500 !important;

    }
    .banner-title-row{
        margin-bottom: 25px;
    }
    .banner-cta-text{
        font-size: 18px;
    }
    .banner-image{
        margin-top: auto;
    }
    .banner-bottom-area{
        margin-top: 25px;
    }
    .cta-cards{
        height: 100% !important;
    }
    .cta-title{
        font-size: 15px !important;
    }
    .cta-tag{
        font-size: 12px !important;
    }
    .cta-image{
        width: 75% !important;
    }
    .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
    .banner-title-row{
        margin-top: auto !important;
    }
    .mobile-header-section{
        border-radius: 1.25rem;
    }
    .banner-image img{
        width: 100% !important;
    }
    .book-sepc-test-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .testimonial-description{
        font-size: 14px !important;
    }
    .footer-custom-sub{
        padding: 25px !important;
    }
    .social-links{
        margin-top: 25px !important;
    }
    .footer-custom li{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .footer-menu-list li{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .service-item {
        display: inline-block;
    }
    .service-item h2 {
        font-size: 1.2rem;
        color: #f58a59;
        margin: 0;
        font-weight: bold;
    }
    .service-item p {
        font-size: 10px !important;
        margin: 0;
        color: white;
    }
    .page-search-bar{
        margin-top: 25px;
    }
    .hospital-banner-box{
        padding: 55px 30px 5px 30px !important
    }
    .specialist-banner-image{
        width: 50% !important;
    }
    .display-7-mobile{
        font-size: 24px !important;
    }
    .trusted-by-section {
        padding-top: 0 !important;
        padding-bottom: 30px;
    }
    .trusted-by-section .stat{
        font-size: 24px !important;
    }
    .consultation-section{
        margin-top: 5px;
    }
    .homepage-stats .stat{
        font-size: 15px !important;
        font-weight: bold;
    }
    .homepage-stats .label{
        font-size: 10px !important;
    }
}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    
}

/* Medium Devices (Desktops) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    
}

/* Large Devices (Large Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    
}

/* Extra Large Devices (Extra Large Desktops) */
@media (min-width: 1200px) { 
    
}