@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {
    h1 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1280px) {
    .demo-gallery .image_box {
        height: 300px;
    }
    .brand_logo {
        width: 80px;
        height: 90px;
    }

}

@media screen and (max-width: 1199px) {
    .section_menu{
        padding: 15px;
    }

    .scroll_menu{
        padding: 0 0 0 15px;
    }
    .section_description {
        padding: 100px 15px;
    }
    h2 {
        font-size: 24px;
    }
    .reservation_box .content_ibe{
        padding: 15px 15px;
    }
    /*.reservation_box input{*/
        /*font-size: 20px;*/
    /*}*/
    /*.reservation_box select{*/
        /*font-size: 20px;*/
    /*}*/
    .reservation_box .arrow_index {
        right: 15px;
    }
    /*.reservation_box .btnbook_reser{*/
        /*font-size: 20px!important;*/
    /*}*/
    .section_social{
        padding: 25px 15px;
    }
    .image_box{
        height: 400px;
    }
    .details_content h1 {
        font-size: 30px;
    }
    .section_contentchild {
        padding: 0 50px 100px 50px;
    }
    .section_description span:before {
        margin: 0 20px;
    }
    h1 {
        font-size: 30px;
    }
    .btn_book{
        padding: 0 15px!important;
    }
    .nav > li > a {
        font-size: 14px;
    }
    .content_ibe img {
        width: 20px;
        bottom: 22px;
    }
    .widget_02 ul {
        font-size: 14px;
    }
    .reservation_box .input_inout {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .section_description .col-xs-6 {
        padding: 0 15px;
    }
    .section_footer .col-xs-3 {
        padding: 0 15px;
    }
    .section_footer .col-xs-4 {
        padding: 0 15px;
    }
    .section_footer .col-xs-5 {
        padding: 0 15px;
    }
    .section_contentchild {
        padding: 0 25px 100px 25px;
    }
    .section_amenities .col-xs-12 {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .section_reservation {
        display: none;
    }
    .navbar-nav {
       display: none;
    }
    .nav_mobile{
        display: block;
    }
    #slide_box .owl-nav {
        display: block;
    }
    .col-xs-6 {
        width: 100%;
    }
    .section_social .col-xs-6 {
        width: 50%;
    }
    .col-xs-3 {
        width: 100%;
    }
    .col-xs-4 {
        width: 100%;
    }
    .col-xs-5 {
        width: 100%;
    }
    .section_footer{
        text-align: center;
    }
    .section_description p {
        text-align: center;
    }
    .section_description {
      text-align: center;
    }
    .border_right {
        border-right: none;
        text-align: center;
    }
    #weather {
        margin: 0px auto 25px 0;
    }
    .section_reservationmobile{
        display: block;
    }
    .section_copyright{
        padding: 0 15px 50px 0!important;
    }
    .details_content {
        display: inherit;
        padding: 50px 25px;
        height: auto!important;
        margin-bottom: 25px;
    }
    .address label {
        display: initial;
        width: auto;
    }
    .address i {
        float: none;
        margin-right: 25px;
    }
    .padding10 {
        padding: 10px 0;
    }
    .demo-gallery .image_box {
        height: 400px;
    }
    .section_amenities li {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }
    .widget_02{
        display: none;
    }
    .section_arrow_slide img{
        width: 30px;
    }

}

@media screen and (max-width: 767px) {
    #maximage {
        height: 500px !important;
    }
    .text_welcomemobile{
        display: block!important;
    }
}
@media screen and (max-width: 520px) {
    .section_sisterhotel li{
        padding: 0 15px;
    }
    .section_sisterhotel img {
        height: 50px;
    }
    .section_description span:before {
        margin: 0 20px;
    }
    h1 {
        font-size: 30px;
    }
    .brand_logo {
        width: 80px;
        height: 90px;
    }
    .scroll_menu .brand_logo {
        height: 60px;
        width: 70px;
    }
    .section_social .col-xs-6 {
        width: 100%;
        text-align: center;
        padding: 0 0 15px 0;
    }
    .section_social span {
        margin: 0 15px 0 0;
    }
    .section_social i {
        padding: 8px 5px;
        font-size: 16px;
        width: 35px;
        height: 35px;
    }
    .section_amenities li {
        width: 100%;
    }
    .section_description {
        font-size: 14px;
    }
    .text_slide h1 {
        font-size: 20px;
    }
    .text_slide p {
        font-size: 12px;
    }
    .text_slide {
        bottom: 50px;
        top: auto;
        height: auto;
    }
    #maximage {
        height: 400px!important;
    }
}