@media screen and (min-width:1200px) {
    .banner-section {
        height: 100svh;
    }

    .pt-5 {
        padding-top: 100px !important;
    }

    .pb-5 {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width:1399px) {
    .banner-content h2 {
        font-size: 42px;
    }
}

@media screen and (min-width:992px) {
    .nav-link {
        position: relative;
        color: #000;
        transition: color 0.3s;
    }

    .nav-link.active::after {
        width: 100%;
    }

    .nav-link.active {
        color: #0097B2 !important;
    }


    /* .nav-link::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -23px;
        left: auto;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #0097B2;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    } */

    .nav-link:hover {
        color: #0097B2;
    }

    .nav-link:hover::after {
        width: 100%;
        left: 0;
    }

    .advance_search .collapse:not(.show) {
        display: block !important;
    }
}

@media screen and (max-width:1199px) {
    .main-menu .nav-link {
        font-size: 14px;
        margin: 0px 14px !important;
    }
}

@media screen and (max-width:991px) {

    .header_sec {
        padding: 5px 0px;
    }

    .mobile_nav .nav-link {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        padding: 13px 0px !important;
        color: var(--bg-black);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: relative;
        margin: 0px 22px;
    }

    .mobile_nav .nav-link:hover {
        color: var(--bg-primary) !important;
    }

    .mobile_nav .offcanvas {
        width: 280px !important;
        border: none !important;
        background: #ffffff;
    }

    .offcanvas-header .btn-close {
        outline: none;
        box-shadow: none !important;
    }

    .banner-section {
        padding: 80px 0px;
    }

    .section_heading h4 {
        font-size: 32px;
    }

}

@media screen and (max-width:776px) {
    .banner-content h2 {
        font-size: 40px;
    }

    .premium_content h4 {
        font-size: 22px;
    }

    .apps_content h4 {
        font-size: 22px;
    }

    .apps_content p {
        font-size: 15px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .search_option h4 {
        font-size: 22px;
    }
}



@media screen and (max-width:575px) {

    .banner-content h2 {
        font-size: 28px;
    }

    .section_heading h4 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .section_heading p {
        font-size: 16px;
    }

    .book_of_month img {
        transform: translate(21px, 20px);
    }

    .banner-section {
        padding: 56px 0px;
    }


    .right-side-menu .nav-link {
        font-size: 0px;
        width: 50px;
        height: 50px;
        text-align: center !important;
        padding: 0px 15px !important;
        border-radius: 50px !important;
        background: #efefef;
    }

    .category_item .category_name a {
        font-size: 14px;
    }

    .footer {
        padding: 20px 0px;
    }

    .breadcrumb-item h4 {
        font-size: 18px;
    }

    .image-wrap {
        opacity: .2;
    }

    .premium_content h4 {
        font-size: 20px;
    }

    .premium_content p {
        font-size: 14px;
    }

    .search_option h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .book_of_month img {
        transform: translate(6px, 11px);
    }

    .social_login a {
        font-size: 0px;
        background: transparent !important;
        display: inline;
    }

    .media-body,
    .media-left {
        display: block;
        vertical-align: top;
        text-align: center;
    }

    .post-comments .media .media-left:after {
        display: none;
    }

    .navbar-brand img {
        width: auto;
        height: 60px;
    }
}
