@media(max-width: 1200px) {
    .header-logo {
        width: 210px;
    }

    .header-navigation a {
        font-size: 14px;
        color: var(--dark-blue);
        letter-spacing: 0.28px;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 66px;
    }

    .heading-2 {
        font-family: "Figtree", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }

    .heading-4 {
        font-family: "Figtree", sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }

    .about-us-image-wrapper img.high-quality {
        top: -2.5rem;
        right: -2.5rem;
        width: 120px;
    }

    .our-services-page-banner-badge {
        height: 65px;
        padding: 0 2rem;
    }
}

@media(max-width: 992px) {
    body {
        font-size: 13px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .hero-section {
        padding-top: calc(70px + 1rem);
        height: 100vh;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
    }

    .heading-2 {
        font-family: "Figtree", sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 52px;
    }

    .sub-heading {
        font-family: "Figtree", sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }

    .hero-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-btn-video {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        font-size: 14px;

        padding-top: 2rem;
    }

    .hero-btn-video img {
        width: 30px;
    }

    .patient-counter-wrapper {
        top: 80%;
        padding: 0.1rem 0.5rem;
    }

    .patient-counter-avatar {
        width: 40px;
        height: 40px;
    }

    .patient-counter span {
        font-size: 20px;
        font-weight: 500;
    }

    .service-category-card {
        height: 180px;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    .service-category-card svg {
        width: 50px;
        height: 50px;
    }

    .patient-counter-check {
        margin-top: -2.25rem;
        margin-right: -0.5rem;
    }

    .patient-counter-check img {
        width: 20px;
    }

    .about-us-description {
        padding-top: 2rem;
    }

    .about-us-description-heading {
        font-size: 18px;
        line-height: 28px;
    }

    .about-us-description i {
        font-size: 20px;
    }

    .why-choose-us-image {
        display: none;
    }

    .home-mid-banner-image {
        margin-top: 1rem;
    }

    .footer {
        margin-top: 4rem;
    }

    .footer-logo {
        width: 220px;
        margin-top: -6rem;
    }

    .pages-bg-banner {
        text-align: center;
        padding-bottom: 2rem;
    }

    .our-services-page-banner {
        display: none;
    }

    .expert-doctors .expert-doctors-col{
        margin-bottom: calc(5rem + 2rem);
    }

    .expert-doctors .expert-doctors-col:last-child {
        margin-bottom: 0px;
    }
}

@media(max-width: 767px) {
    .btn {
        font-size: 13px;
        padding: 0 1.25rem;
    }

    .header-logo {
        width: 180px;
    }

    .mobile-menu-toggle svg {
        width: 36px;
        height: 36px;
    }

    .hero-section {
        padding-top: 70px;
        height: 100vh;
        background-position: 60% center;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 52px;
    }

    .hero-section p {
        font-size: 12px;
        line-height: 22px;
    }

    .service-categories-wrapper {
        margin-top: 2rem;
    }

    .service-category-card:hover {
        margin-top: 0px;
    }

    .copyright-follow {
        justify-content: center;
    }

    .copyright-text {
        text-align: center;
    }

    .footer-heading {
        font-family: "Figtree", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }

    .search-toolbar {
        margin-top: 1rem;
    }
}

@media(max-width: 576px) {
    .btn {
        font-size: 12px;
        height: 40px;
        padding: 0 1rem;
    }

    header {
        padding: 1rem 0;
    }

    .hero-section {
        background-image: url('../images/backgrounds/hero-background.png');
        padding-top: 60px;
        height: 100%;
        padding-bottom: 1rem;
        /* text-align: center; */
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
    }

    .heading-2 {
        font-family: "Figtree", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
    }

    .heading-4 {
        font-family: "Figtree", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .sub-heading {
        font-family: "Figtree", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    .hero-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-btn-video {
        padding-bottom: 2rem;
        font-size: 13px;
        /* justify-content: center; */
    }

    .hero-btn-video img {
        width: 28px;
    }

    .hero-women-image {
        display: block;
        width: 360px;
        margin-left: auto;
    }

    .patient-counter-wrapper {
        left: 10%;
        transform: none;
    }

    .about-us-image-wrapper img.high-quality {
        display: none;
    }

    .why-choose-us-card-icon {
        width: 30px;
        height: 30px;
    }

    .footer {
        margin-top: 3rem;
    }

    .footer-logo {
        width: 190px;
        margin-top: -5rem;
    }

    .pages-bg-banner {
        padding-top: 110px;
    }
}

@media(max-width: 460px) {
    .btn {
        font-size: 11px;
        padding: 0 1rem;
        height: 36px;
    }

    .header-logo {
        width: 150px;
    }

    .mobile-menu-toggle svg {
        width: 30px;
        height: 30px;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
    }

    .hero-section p {
        font-size: 12px;
        line-height: 22px;
    }

    .hero-women-image {
        width: 280px;
    }
}

@media(max-width: 431px) {
    .btn {
        font-size: 11px;
        padding: 0 0.75rem;
    }

    .patient-counter-wrapper {
        top: 60%;
    }
}

@media(max-width: 391px) {
    .btn {
        font-size: 11px;
        padding: 0 0.5rem;
    }

    .patient-counter-wrapper {
        top: 70%;
    }
}

@media(max-width: 376px) {
    .btn {
        font-size: 10px;
    }

    .patient-counter-wrapper {
        top: 85%;
    }

    .accordion-button {
        font-size: 15px;
    }
}

/* Media for iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
    .hero-section {
        background-position: 80% center;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 62px;
        font-weight: 700;
        line-height: 72px;
    }

    .hero-section p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Media for iPad Mini */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) {
    .hero-section {
        background-position: 80% center;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
    }

    .hero-section p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Media for iPad Air */
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
    .hero-section {
        background-position: 80% center;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
    }

    .hero-section p {
        font-size: 13px;
        line-height: 23px;
    }
}

/* Media for Surface Pro 7 */
@media only screen and (min-device-width: 912px) and (max-device-width: 912px) {
    .hero-section {
        background-position: 80% center;
    }

    .heading-1 {
        font-family: "Figtree", sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
    }

    .hero-section p {
        font-size: 14px;
        line-height: 24px;
    }
}
