@media screen and (max-width:480px)
{
    .top-slide-div-resp{
        display: block !important;
    }
    .top-slide-div-desk{
        display: none !important;
    }
    .owl-carousel-header .owl-stage, .owl-carousel-header .owl-stage-outer{
        height: 60px !important;
    }
    .owl-carousel-header{
        height: 60px !important;
    }
    #enquiryModal .modal-dialog, #seachModal .modal-dialog{
        max-width: 100%!important;
    }
    .float {
        position: fixed;
        width: 100%;
        height: 48px;
        bottom: 0;
        padding: 10px;
        z-index: 1000;
        left: 0;
        background-color: #130f40;
        color: #FFF;
        border-radius: 0px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        transform: none;
        top:unset;
    }
    #navbarNavAltMarkup li {
        padding:10px;
        color: #FFF!important;
    }
    #navbarNavAltMarkup li a{
        color: #FFF!important;
    }
    .top-Warp{
        display: none;
    }
    .list-resp{
        height: 200px;
        overflow: scroll;
    }
}


