@media (max-width: 1024px) {
    /*-------------------------------------*/
    /* MAIN NAV */
    /*-------------------------------------*/
    .main_nav .nav_booknow {
        display: none !important;
    }

    .hamburger {
        right: 70px !important;
    }

    .main_nav.active .primary_menu {
        width: 100%;
    }
    .col-md-offset-2{
        width: 100% !important;
        margin: 0 !important;
    }
    .space-for-header{
        top: 48px;
    }
    .tab_warning{
        text-align: left;
    }

}

@media (max-width: 992px) {
    .text_title {
        margin-top: 50px !important;
    }

    .bg-white h1 {
        font-size: 34px !important;
    }
    .bg-white {
        padding: 0 25px;
    }
    .bg-white.info .btn_book{
        float: initial;
    }
    .promotion{
        position: relative !important;
    }
    .cnt223{
        width: 80%;
    }
    .content_footer .col_box a{
        display: block;
    }
    .section_awards .container{
        width: 600px;
    }
    .box_download{
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

}

@media (max-width: 768px){
    .space-for-header {
        position: fixed !important;
        height: 70px;
    }
    .booking_mobile{
        display: block;
    }
    .col_img img{
        height: 250px;
    }
    .content-p{
        padding: 0 20px;
    }
    .offers_home img{
        padding: 0;
    }
    .space-for-footer{
        margin-top: 0 !important;
        margin-bottom: 44px;
    }
    .grid-accom{
        padding: 0 20px !important;
    }
    .detail-accom{
        padding: 25px 0 !important;
    }
    .bg-white{
        padding: 0;
    }

    hr{
        margin: auto;
    }
    .bg-white h1 {
        font-size: 28px !important;
    }
    .photo-accom img{
        padding: 0 !important;
    }
    .bg-social{
        top: 50% !important;
    }
    .logo_hotel{
        left: 20px;
    }
    .tab_warning{
        padding: 10px 20px;
        text-align: left;
    }
    .section_awards .container{
        width: 100%;
    }
    .details_offers_home{
        right: 0;
        bottom: 0;
    }


}
@media (max-width: 767px){
    .logo_hotel img{
        width: 115px;

    }
    .main_nav{
        display: block;
    }
    .tab_warning{
        font-size: 9px;
    }
    .space-for-header {
        top: 51px;
    }
    .hamburger{
        top: 72px;
    }

}

