@media (max-width:1366px){
    .main__logo--img {
        width: 35%;
    }
    .header__account--btn {
      
        font-size: 15px;
    }
    .follow{margin:0 20px 0 0 ; font-size: 15px;}
    .rooms1 .item .con h5, .rooms1 .item .con h5 a{font-size: 23px;}
}

@media only screen and (max-width:991px) {
    .slider__content--maintitle {
        font-size: 4rem !important;
        line-height: 65px;
    }
    .filter-sec-mv{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .banner-desc{
        display: none;
    }
}
@media only screen and (max-width:767px) {
    .category-banner2 .content h3{
        line-height: 4rem;
    }   
    .ship-padding{
        padding: 0px;
    }
    .prod-sec-padding{
        padding-bottom: 0px !important;
    }
    .footer__widget--title__arrowdown--icon{
        color: #fff;
    }    
}
@media only screen and (max-width:360px) {
    .filter-sec-mv{
       flex-direction: column;
       justify-content: flex-start;
       width: 80%;
    }
}