@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 1199.98px) {
    .menu-link {
        font-size: 0.8rem;
        padding: 1.5rem 0.7rem;
    }
}

@media (max-width: 991.98px) {

    .submenu-link,
    .menu-link {
        font-size: 13px;
        text-transform: uppercase;
        border-bottom: 1px solid var(--bs-gray-200);
        color: var(--bs-gray-800);
        padding: 0.5rem 1rem !important;
        display: block;
    }

    .submenu-link {
        padding-left: 2rem !important;
        font-size: 12px;
        text-transform: capitalize;
    }

    .video-wrapper::before {
        padding-top: 500px;
    }

    .header-top-content {
        padding-left: 105px;
    }
}

@media (max-width: 767.98px) {
    .page-heading {
        min-height: 150px;
    }

    .video-wrapper::before {
        padding-top: 400px;
    }

    .counter-col {
        border-right: none !important;
    }

    .logo-link {
        top: -55px;
    }
    
    .header-top-content {
        padding-left: 115px;
    }
}

@media (max-width: 575.98px) {
    .header-top {
        font-size: 12px;
    }

    .field__input,
    .search__input {
        padding: 8px;
        font-size: 12px;
        border-radius: 6px;
    }

    .field__label {
        font-size: 12px;
    }

    .search__button {
        width: 40px;
    }

    .reset__button {
        right: calc(1px + 40px);
    }

    .newsletter-input {
        padding: 0.4rem 0.7rem;
        font-size: 13px;
    }

    .newsletter-btn {
        font-size: 13px;
    }

    .newsletter-form {
        border-radius: 0.3rem;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }

    .search-modal__content {
        padding-left: 0;
        padding-right: 0;
    }

    .header-icons {
        gap: 0.4rem;
    }

    .page-heading {
        min-height: 120px;
    }

    .header-top-content {
        padding-left: 105px;
    }

    .h1,
    h1 {
        font-size: calc(1.175rem + 1.5vw);
    }

    .logo-link {
        top: -52px;
    }

    .slide-card p {
        font-size: 12px;
    }

    .gradient-btn .icon {
        width: 30px;
        height: 30px;
    }

    .gradient-btn {
        font-size: 12px;
    }

    .slide-card {
        padding: 1rem 1rem 1.2rem;
    }

    .final-tiles-gallery .ftg-filters .capsule-button {
        font-size: 12px;
        padding: 0.35rem 1rem;
    }

    .video-card .video {
        background-position: 0 -50px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .h3,
    h3 {
        font-size: calc(1.1rem + .6vw);
    }

    .h2,
    h2 {
        font-size: calc(1.125rem + .9vw);
    }

    .four-box p {
        font-size: 14px;
    }

    .doctor-content {
        padding: 0.7rem;
    }

    .doctor-name {
        font-size: 0.9rem;
    }

    .doctor-eduction {
        font-size: 10px;
    }
}