@media screen and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        font-weight: 600;
        padding: 12px 10px;
        border-radius: 0px;
    }
}
@media screen and (max-width: 991px) {
    .navbar .navbar-brand{
        display: none;
    }
    .navbar .ms-auto{
       float: left !important;
    }

    .banner-section .content-box p{
        display: none;
    }

    .category-section .category-box h5 {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .search_btn {
        margin-top: 5px;
    }
}