/*<!----------------------media-quiry------------------------->*/

@media screen and (max-width:2560px){
#ecww-widget{
padding-bottom: 281px !important;
}
}
@media screen and (max-width:1199px) {
#ecww-widget{
padding-bottom: 834px !important;
}
}
@media screen and (max-width:768px) {
#ecww-widget {
    padding-bottom: 840px !important;
}
    .navbar .navbar-nav{
        width: 100% !important;}
    .search-wrap h3 {
    font-size: 20px;
    text-align: center;
    }
    .trand{
        font-size: 13px !important;
    }
}
@media screen and (max-width:425px) {
#ecww-widget {
    padding-bottom: 840px !important;
}
    .main-banner img{
            height: 155px;
    }
    .slide_inquiry {
    width: 254px !important;
    }
    .slide_inquiry .find-us{
        width: 20px;
    }
    .main-heading h1 {
    font-size: 26px !important;
}
    .prop-name{
        font-size: 16px !important;
    }
    .amenities .table td{
        width: 100% !important;
    }
    
}
@media screen and (max-width:375px) {
    #ic_steps .steps-box h4{
            font-size: 16px;
    }
}
@media screen and (max-width:320px) {
    .home-top ul .three-li{
            display: flex !important;
    }
    .home-top ul{
        float: none !important;
    }
}
/*<!----------------------media-quiry------------------------->*/