/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .owl-carousel .owl-nav.disabled{
        display: block !important;
    }

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .owl-carousel .owl-nav.disabled{
        display: block !important;
    }

}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
        display: block !important;
    }

}


/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Large Mobile :480px. */
@media only screen and  (max-width: 575.98px) {
    .container_slider{
        height: 250px;
    }
    .logo{
        width: 85px;
    }
    .wrap_slider{
        height: 260px;
        margin-top: -80px;
    }
    
    .wrap_slider img{
        width: 100%;
        height: 260px;
            object-fit: cover;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
    }
    
    .menu_account{
        display: none;
    }
    .wrap_img_sec{
        height: 70px !important;
    }


    .chooses_booking{
        max-width: 100%;
        right: 0px !important;
    }
    .container_search{
        top: 10px  !important;
        margin-bottom: 110px;
    }
    .container_menu{
        display: none;
    }

}


.header_mobile{
    background-color: rgba(123, 122, 248, 0.7);
    width: 95% !important;
    margin: auto;
    right: 2%;
    border-radius: 49px;
    margin-top: 5px;
}