@media  screen and (max-width: 1024px) {
    .small_section {
        width: calc(40% - 30px);
        margin-right: 30px;
    } 
    .banner_list_div {
        width: 60%;
    }
    .popular_product .product-items {
        width: 100%;
    }
    .banner-section {
        background: transparent;
    }
    .banner-section .banner {
        height: auto !important;
    }
    .product-items .product-img {
        height: auto !important;
    }
    .footer-section .contact .form .form-control {
        margin-bottom: 10px;
    }
    .footer-section .contact .form .btn {
        margin-bottom: 10px;
    }
    .career-section .right {
        width: 45%;
    }
    .career-section .left {
        width: 55%;
    }
    .category-open-section {
        display: none;
    }
    .offer-section .left .banner .banner-text h4 {
        line-height: 12px;
    }
    .category_remove_btn {
        display: none;
      }
      .filter_remove_btn {
        display: none;
      }
      

} 
@media  screen and (max-width: 767px) {
   
    .header-section .navbar ul li a.btn {
        line-height: 25px;
        font-size: 12px;
    }
    .justify-content-tablet {
        justify-content: space-between;
    }
    .small_section {
        width: 100%;
    }
    .small_section .mobile_view {
        position: absolute; 
         top: 0px;
         left: 0px;
        width: 85%;
        z-index: 999;
        display: none;
    }
    .category_remove_btn {
        position: absolute;
        right: 10px;
        width: 25px;
        height: 25px;
        background: lightslategrey;
        border: navajowhite;
        border-radius: 50% !important;
        top: 10px;
        color: #fff;
        font-size: 17px;
        display: block !important;
        padding: 0px 5px !important;
    }
    .filter_remove_btn {
        position: absolute;
        right: 10px;
        width: 25px;
        height: 25px;
        background: lightslategrey;
        border: navajowhite;
        border-radius: 50% !important;
        top: 10px;
        color: #fff;
        font-size: 17px;
        display: block !important;
        padding: 0px 5px !important; 
    }
    
    .banner_list_div {
        width: 100%;
        order: -1;
        margin-top: 12px;
    }
    
    .category-open-section {
        position: relative;
        display: block;
    }
    .category-open {
        position: absolute;
        right: 10px;
         color: #fff;
        background-color: #24aeb1;
        padding: 0px 10px;
        border-radius: 3px;
        line-height: 28px;
        cursor: pointer;
        display: block;
        z-index: 1;
        border: none;
        
    }
    .category-product-three {
        width: 100%;
    }
    .product-section ul li a.btn {
        width: 100px;
        margin: 5px;
    }
    .footer-section .contact .form .form-control {
        height: 35px;
    }
    .footer-section .contact .form .btn {
        margin-bottom: 5px;
    }
    .banner-section {
        background: transparent;
    }
    .banner-section .banner {
        height: auto !important;
    }
    .product-detail-section .right .add-button .btn:nth-child(1){
        width: auto;
    }
    .offer-section .left .banner .banner-text h4 {
        line-height: 42px;
    }
}