@media(max-width:1500px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1069px) {}

@media(max-width:991px) {

    .sticky .headermn {
        padding: 0px 0px;
    }

    header .navbar-nav {
        text-align: start;
        align-items: start;
    }

    header .nav-link {
        color: #000;
    }

    header .navbar .whatsapp {
        margin-top: 20px;
    }



    #about-hospital .about-content h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #about-hospital .about-content p {
        text-align: justify;
        margin-bottom: 10px;
    }

    #about-hospital .feature-box h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    #about-hospital .feature-box {
        align-items: center;
        margin-bottom: 10px;
    }

    #about-hospital .about-floating-card {
        display: none;
    }

    #team-section .gal-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #team-section .team-image img {
        height: 350px;
    }

    #founders-section .founders__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    #founders-section .founders__vline {
        display: none;
    }

    #founders-section {
        padding: 64px 20px 72px;
    }

}

@media(max-width:768px) {
    #appointment-section .shape {
        display: none;
    }


    #about-hospital .row {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    #contact .contact-form-wrap .contact-form-title {
        font-size: 20px;
    }

    #stats-counter .sc-title {
        font-size: 26px;
        font-weight: 900;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    #stats-counter .sc-num {
        font-size: 26px;
    }

    #treatment .treatment-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #gallery .gal-header .gal-label-text {
        font-size: 8px;
    }

    #gallery .gal-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #testimonial .service-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }


    #appointment-section .sub-heading {
        font-size: 26px;
    }

    #appointment-section .form-wrapper {
        padding: 15px 20px;
    }

    #faq-section .treatment-label-text {
        font-size: 6px;
    }

    #faq-section .treatment-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #faq-section .faq-btn {
        text-align: left;
        padding: 10px 20px;
    }

    #blog-page .blog-section-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    footer .footerboo {
        padding: 5px;
    }

    #contact .contact-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .breadcrumbs h2 {
        font-size: 26px;
    }

    #why-choose h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #founders-section .gal-header .gal-label-text {
        text-align: center;
    }

    #founders-section .gal-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #founders-section .doc-card__top {
        padding: 15px;
        gap: 15px;
    }

    #founders-section .doc-card__body {
        padding: 0 15px;
    }
    
    .breadcrumbs {
    padding: 50px 0px;
}

}

@media(max-width:643px) {}

@media(max-width:579px) {}

@media(max-width:480px) {

    .sticky .headermn .navbar .navbar-brand {
        width: 25%;
    }

    header .header-top {
        display: none;
    }

    header .navbar-nav {
        gap: 20px;
    }

    header .headermn .navbar .navbar-brand {
        width: 25%;
    }

    header .navbar .offcanvas {
        width: 300px;
    }


    footer .footertop .about img {
        width: 70px;
    }

    footer .row {
        row-gap: 20px;
    }

    footer .footertop {
        padding: 25px 0 0px;
    }

    footer .footertop .about p {
        width: 100%;
    }

    footer .footerboo ul {
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    footer .footerboo ul li:first-child {
        margin-bottom: 10px;
    }

    #founders-section .doc-card__top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #founders-section .doc-card__photo-wrap {
        margin-bottom: 10px;
    }

    #founders-section .doc-card__creds {
        justify-content: center;
    }

    #founders-section .doc-card__stats {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width:400px) {}

@media(max-width:359px) {}