/* 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: 90px;
        margin-top: 1px;
    }
    .wrap_slider{
        height: 200px;
    }
    .menu_account{
        display: none;
    }
    .wrap_img_sec{
        height: 70px !important;
    }

    header{
        background: #226c4a;
        border-radius: 50px;
        margin: auto;
        width: 95%;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .wrap_search input{
        width: 65%;
        font-size: .9rem;
    }
    .wrap_search button img {
        width: 40px;
    }


    .btn_search_city span , .btn_search_country span{
        min-width: 95px !important;
    }

    
    .wrap_post h1{
        font-size: 14px !important;
    }
    
    .wrap_post .small{
        font-size: 11px !important;
    }
    .wrap_image{
            height: 80px;
    }

    .header_left_bottom {
            height: 50px !important;
    line-height: 43px !important;
    }
    
    .wrap_header_left_bottom{
                height: 50px !important;
    }
    
    
}
