@media(max-width:1500px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1069px) {}

@media(max-width:991px) {


    #main-header .navbar-brand img {
        width: 160px;
    }

    #doctors-section .doctor-card {
        flex-direction: column;
    }

    #doctors-section .doctor-image {
        width: 100%;
        min-width: 100%;
    }

    #appointment-section .appointment-box {
        padding: 40px 25px;
    }



    #hero-section .hero-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    #hero-section h1 {
        font-size: 40px;
    }

    #hero-section .hero-doctors {
        gap: 15px;
    }

}

@media(max-width:767px) {
    .section-heading h2 {
        font-size: 35px;
    }

    #about-section .about-image img,
    #why-section .why-image img {
        height: 380px;
    }

    #about-section .about-points {
        grid-template-columns: 1fr;
    }

    #services-section .service-heading {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 10px;
    }

    #services-section .service-heading-icon {
        flex: 0 0 55px;
    }


    #appointment-section h2 {
        font-size: 35px;
    }

    #appointment-section .appointment-form {
        padding: 20px;
    }

    #doctors-section .doctor-image img {
        width: 100%;
        height: 300px;
    }

    #appointment-section .appointment-contact a,
    #appointment-section .appointment-contact span {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        width: 200px;
    }
}


@media(max-width:643px) {}

@media(max-width:575px) {

    #hero-section h1 {
        font-size: 34px;
    }

    #hero-section .hero-buttons {
        flex-direction: column;
    }

    #hero-section .primary-btn,
    #hero-section .call-btn {
        justify-content: center;
    }

    #hero-section .hero-doctors {
        flex-direction: column;
        align-items: flex-start;
    }

    #hero-section .hero-divider {
        display: none;
    }

    #hero-section .hero-enquiry {
        padding: 22px 18px;
    }

    #enquiryModal .modal-dialog {
        margin: 15px;
    }

    #enquiryModal .modal-body {
        padding: 22px 18px;
    }

    #enquiryModal .modal-title {
        font-size: 20px;
    }

    #main-header .navbar-brand img {
        width: 145px;
    }



    #about-section .about-image {
        padding: 5px;
    }

    #about-section .about-image img,
    #why-section .why-image img {
        height: 320px;
    }

    #about-section .about-badge {
        right: 5px;
        padding: 12px 15px;
    }

    #about-section .about-badge strong {
        font-size: 30px;
    }

    #doctors-section .doctor-content {
        padding: 25px 20px;
    }

    #services-section .service-heading h3 {
        font-size: 24px;
    }

    #why-section .experience-box {
        right: 5px;
    }

    #testimonial-section .testimonial-card {
        padding: 25px;
    }

    #testimonial-section .testimonial-card p {
        min-height: auto;
    }


}

@media(max-width:480px) {}

@media(max-width:400px) {}

@media(max-width:359px) {}