@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1400px) {
    .global-search-box {
        min-height: 350px;
    }
}

@media (max-width: 1100px) {
    .banner-content-box .title h1 {
        font-size: 36px;
    }
    .search-box {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 16px;
    }
    .site-header .navbar-nav .nav-link {
        font-size: 16px;
        padding: 25px 10px;
    }
    .site-header .logo {
        max-width: 200px;
    }
    .search-box {
        max-width: 550px;
        margin: 0 auto;
    }
    .global-search-box {
        align-items: center;
        justify-content: center;
        min-height: 300px;
    }
    .search-box .title h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .body-content {
        margin-top: 75px;
    }
    .section-container {
        padding: 35px 0px 25px;
    }
    .section-title .title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .custom-btn {
        font-size: 14px;
        height: 42px;
        min-width: 135px;
    }
    .site-header .navbar-nav {
        width: 100%;
    }
    .site-header .navbar-nav .nav-link {
        font-size: 16px;
        padding: 15px 10px;
    }
    .site-header .navbar-nav .nav-link.contact-btn {
        padding: 8px 26px;
    }
    .site-header .navbar-brand {
        max-width: 122px;
    }
    .site-header .logo {
        max-height: 40px;
    }
    .banner-content-box {
        text-align: center;
    }
    .banner-content-box .title h1 {
        font-size: 26px;
    }
    .why-chose-item h3 {
        font-size: 20px;
    }
    .faqs-list-items .btn-link {
        font-size: 16px;
        padding-right: 30px !important;
    }
    .collapse-icon {
        top: 26px;
        right: 8px;
    }
    .collapse-icon i {
        font-size: 18px;
    }
    .global-search-box {
        align-items: center;
        justify-content: center;
        min-height: 250px;
    }
    .search-box .title h1 {
        font-size: 24px;
    }
    .search-form .btn.search-btn {
        font-size: 15px;
        min-width: 26px;
        height: 40px;
        top: 3px;
        right: 4px;
    }
    .search-form input {
        padding: 0px 20px 0px 20px;
        font-size: 15px;
        height: 46px;
    }
    .content-wrapper .category-title h3 {
        font-size: 18px;
    }
    .category-list-items .data-list-item {
        min-height: 250px;
        padding: 10px 10px;
        margin-bottom: 20px;
    }
    .category-list-items .data-list-item .list-item-icon i {
        font-size: 50px;
    }
    .category-list-items .data-list-item h3 {
        font-size: 18px;
    }
    .footer-logo {
        max-width: 200px;
        margin: 0 auto 25px;
    }
    #header {
        padding: 5px 0px;
    }
    #about-us {
        padding: 50px 0px 50px;
    }
    /* Footer */
    #footer .subscription-form input {
        padding: 0px 20px 0px 20px;
        font-size: 15px;
        height: 46px;
    }
    /* Category Details Page */
    #sidebar .data-list-item a {
        color: var(--heading-color);
        font-size: 16px;
    }
    .video-box video,
    .video-box iframe {
        width: 100%;
        min-height: 200px;
    }
    .get-answer i {
        font-size: 30px;
    }
    /* Articles page */
    .breadcrumb-item {
        font-size: 16px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        content: "-";
        font-size: 24px;
        line-height: 20px;
    }
    /* Contact Us Page */
    .contact-info-item h3 {
        font-size: 16px;
    }
    .contact-form input {
        padding: 0px 20px 0px 20px;
        font-size: 15px;
        height: 46px;
    }
}