@media only screen and (max-width:320px){
    .slick-slide img {
        display: block;
        object-fit: cover !important;
        width: 100% !important;
        margin: auto !important;
        height: 150px;
    }
    .banner-img {
        height: 150px !important;
    }

    .home_banner2_images {
        margin-top: 30px !important;
    }
    .subcategory {
        margin-top: 15px;
    }
    .trustedLogoBox img {
        width: 50px !important;
        height: auto;
    }
    div.mt-350 {
        margin-top: 58% !important;
    }
}










































@media only screen and (max-width:375px) {
    .mt-350 {
        margin-top: 100% !important;
    }
    .bs-image-text {
        bottom: -6%;
        left: 11%;
        font-size: 12px;
        font-weight: 500;
    }
}