@media only screen and (max-width: 1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
.hero__slideContent {
    margin-left: 340px;
    display:none;
}
.hero-banner {
    padding: 12px 0 6px 0;
}
.menu_list {
    margin-top: 26px;
    float: left;
    margin-left: 145px;
}
.book_now_contact span {
    display: inline-block;
    background: #ccc;
    margin-right: 10px;
    width: 118px;
    text-align: left;
}
   
}
@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }

    .logo {
    width: 145px;
    margin: 0px;
    float: left;
    margin-top: 48px;
    margin-bottom:15px;
    margin-left:0%;
}
.book_now {
    float: right;
    margin-top: 81px;
}
.book_now_content{width:100%;position:static;bottom:0px;text-align:right;left:0px;}
section.banner_content {
    width: 100%;
    float: left;
    background: #fec00d;
    margin-top: -23px;
    position: relative;
}
.book_now_contact figure {
    float: left;
    margin-left: 10px;
    width: 324px;
    margin-bottom: 0px;
    margin-bottom:10px;
}
.check_indate {
    border-radius: 0px !important;
    font-size: 12px !important;
    width: 212px !important;
    height: 38px !important;
    background: url(../img/bg.jpg) no-repeat 95% 50% #fff !important;
}
.book_now_contact span {
    display: inline-block;
    background: #ccc;
    margin-right: 10px;
    width: 165px;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px !important;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.copy_right_links p{float:left;width:100%;margin-bottom:8px;}

.copy_right_links{width:100%;text-align:center;text-align:center;}
}
@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

    .book_now_contact span {
    display: inline-block;
    background: #ccc;
    margin-right:0px;
    width: 100%;
    text-align: left;
    margin-bottom:10px;
}
.book_now_contact figure {
    float: left;
    margin-left:0px;
    width:100%;
    margin-bottom: 0px;
    margin-bottom:0px;
}
.check_indate {
    border-radius: 0px !important;
    font-size: 12px !important;
    width: 212px !important;
    height: 38px !important;
    background: url(../img/bg.jpg) no-repeat 98% 50% #fff !important;
}
.book_now_contact a {
    padding: 8px 20px;
    background: #b98a02;
    color: #fff;
    float: right;
    border-radius: 10px;
    margin-right:40%;
}

}
@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }

        .logo {
    width: 145px;
    margin: 0px;
    float: left;
    margin-top: 48px;
    margin-bottom:15px;
    margin-left:0%;
}

.logo img{width:100%;}

.book_now {
    float: right;
    margin-top: 41px;
}
.book_now_contact a {
    padding: 8px 20px;
    background: #b98a02;
    color: #fff;
    float: right;
    border-radius: 10px;
    margin-right:33%;
}

}
