@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Jost', sans-serif !important;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Jost', sans-serif !important;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Jost', sans-serif !important;
	line-height: 1.4em;
	color: #111;
}
p{
color: #0d0d0d;
    font-size: 18px;
    margin-bottom: 14px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	font-family: 'Jost', sans-serif !important;
}
a:hover {
	color: #00a3c8;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 9;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #fff;
	width: 100%;
}

.cus-rooms{

}

.cus-rooms .nav-tabs>li>a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #e9e6e6;
    border-radius: 0px;
    font-size: 17px;
    text-align: center;
    color: #595858;
}

.cus-rooms .nav>li>a {
    position: relative;
    display: block;
    padding: 17px 56px;
        cursor: pointer !important;
}
.cus-rooms .nav-tabs {
border-bottom: 0px solid #ddd;
    text-align: center;
    /* padding-left: 182px; */
    display: flex;
    justify-content: center;
}
.cus-rooms .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #f9973d;
    border-bottom-color: transparent;
    padding: 17px 56px;
}

.cus-rooms .nav-tabs>li>a:hover {
    background-color: #f9973d;
	color: #fff;
    padding: 17px 56px;
}



/******* Header ************/

.top-header {
    background: #000;
    padding: 7px 0;
}

.phone ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.phone ul li {
    text-decoration: none;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.phone ul li a {
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
}
.phone ul li a i {
    color: #fff;
    margin-right: 5px;
}
.social a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.social a i {
    color: #fff;
    font-size: 16px;
}
.phone ul li:last-child {
    border-right: 0px solid #fff;
}
#header{

}

#header img{
	margin: 0 auto;
}


.hotel-list{
    background-image: url(../images/detail-bg.jpg);
    padding: 120px 0;
    object-fit: cover;
    background-position: center;
}

.cus-form {
       padding: 15px;
    height: 92px;
    border-radius: 15px;
    margin-top: 490px;
    top: 0;
}

.cus-form-box {
    background: #fff;
    height: 60px;
    padding: 0 0px 0 12px;
    border-radius: 11px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.cus-form-box .form-group {
    margin-bottom: 0px;
}

.cus-form-box .search {
    position: absolute;
    left: 8px;
    top: 20px;
    z-index: 99;
    box-shadow: none;
}

.cus-form-box .search i {
    color: #f9973d;
    font-size: 18px;
    text-shadow: none;
}

.cus-form-box .search i {
    color: #f9973d;
    font-size: 18px;
    text-shadow: none;
}
.cus-form-box .form-control {
    border-radius: 0px;
    border: none;
    padding: 8px 6px 8px 35px;
    position: relative;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #eee;
}
.cus-form-box .btn-primary {
    color: #fff;
    background-color: #f9973d;
    border-color: #f9973d;
    border-radius: 0px;
    font-size: 18px;
    padding: 17px 25px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.cus-form-box .btn-primary i {
    color: #fff;
    margin-right: 10px;
}
.inner-cus-form{
	margin-top: 0px;
}

.cus-form-box .input-group-addon {
    padding: 6px 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #f9973d;
    text-align: center;
    display: block;
    height: 20px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    z-index: 99;
    top: 13px;
}

.rooms{
	padding: 40px 0;
}


.room-text{
    padding: 40px 0 30px;
}

.room-text .carousel-inner img{
    width: 100%;
    height: 440px;
    object-fit: cover;
        margin-bottom: 20px;
}

html {
	scroll-behavior: smooth;
  }

.cus-room-text{
	padding: 0px 0 0 0;
}


.cus-room-text h6{
    font-size: 18px;
    color: #f9973d;
    margin-bottom: 5px;
    line-height: 5px;
}

.cus-room-text h2{
	color: #0d0d0d;
	font-size: 36px;
}

.cus-room-text p span{
	font-size: 14px;
	color: #4f4e4e;
}

.cus-room-text hr{
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #d8d8d7;
}

.select-room{}

.select-room h4{
    font-size: 26px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 0px 0 8px 21px;
}

.select-room h4::before{
	content: '';
    height: 20px;
    background: #f9973d;
    width: 5px;
    position: absolute;
    top: 7px;
    left: 0;
}

.select-room hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #d8d8d7;
}
.cus-border{
    border-right: 1px solid #d8d8d7;
    padding: 0px 20px 0 0;
    
    height: 100%;

}
.deluxe-room {

}

.deluxe-room img{
	position: relative;
}

.photo {
   

}
.photo a{
    color: #fff;
    font-size: 12px;
    position: absolute;
    background: rgb(249 151 61);
    padding: 3px 10px;
    border-radius: 5px;
    right: 45px;
    top: 115px
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: -20px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    background: #fff !important;
    height: 33px;
    width: 35px;
    border-radius: 20px;
}
.close:hover{
    opacity: 1;
}

.deluxe-text{}

.deluxe-text h3{
    font-size: 22px;
    color: #000;
}
.deluxe-text p{
    margin-bottom: 8px;
}

.deluxe-text p span{
    color:#7e7e7e;
    font-size: 14px;
    margin-bottom: 0px;
}

.deluxe-text p span i{
    font-size: 14px;
     margin-right: 8px;
}

.bed{

}

.bed h3{
    font-size: 22px;
    color: #000;
    margin: 0px 0 20px 0;
}
.bed p{
    font-size:15px;
}
.price{}
.price h4{
    font-size: 24px;
    color: #000; 
    
    line-height: 23px;

}
.price h4 span{
    font-size: 15px;
}

.cart{
    float: right;
}

.cart .btn-success{
    color: #fff;
    background-color: #f9973d;
    border-color: #f9973d;
    border-radius: 0px;
    padding: 6px 14px;
        width: 100%;
        margin-bottom:10px;
}

.more {
    padding: 25px 0;
}
.more a{
    font-size: 18px;
    color: #ff9900;
    /* position: absolute; */
    /* right: 30%; */
    cursor: pointer;
        float: right;
    margin-top: -20px;
    margin-right: 300px;
}
.more a i{
       font-size: 14px;
    color: #ff9900; 
}
.content {
    padding: 17px 25px;
    background: #f7f7f7;
    margin-top: 30px;
}

.content h3{
        font-size: 22px;
        margin-bottom:10px;
}
.content ul{
        text-decoration: none;
    list-style-type: none;
}
.content ul li{
        display: inline-block;
    padding: 0 37px 20px 0;
    text-align: center;
    color: #f88d2e;
}

.content ul li h4{
        color: #f88d2e;
}
.content ul li h4 span{
    
}

.content p{
        font-size: 16px;
}
.content p span{
     font-weight: 600;
    color: #f88d2e;
    font-size: 20px;
    float: right;   
}


hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #d8d8d7;
}
.hotel-description{}

.hotel-description h5{
    color: #0d0d0d;
    font-size: 20px;
    margin-top: 30px;
}

.hotel-description ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.hotel-description ul li{
    position: relative;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 30px;
    color: #403f3f
}

.hotel-description ul li::before{
    content: '\f00c';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: 0px;
    position: absolute;
    font-size: 13px;
    color: #403f3f
}

.hotel-features{}

.hotel-features ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.hotel-features ul li{
font-size: 14px !important;
    text-decoration: none;
    display: inline-block;
    width: 24%;
    color: #403f3f;
    margin-top: 19px;
}

.hotel-features ul li i{
    font-size: 14px;
    margin-right: 5px;
}


.offer-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.offer-box img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
}
.offer-box:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.star {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #191919;
    padding: 8px;
}
.star i {
    color: #f9973d;
    font-size: 13px;
}

.cus-text {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, #000000e6 10%, #0000008f 73%, #00000000 100%);
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: left;
}
.cus-text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.filter{
    padding: 50px 0;
}

.filter-box{
    border:1px solid#d5d5d5;
    padding: 25px;
}

.filter-box h3{
    margin-top: 0px;
    font-size: 22px;
    color:#000;
    font-weight: 400;
}

.filter-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #393838;
    font-size: 16px;
}


input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
   
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #f9973d;
    cursor: pointer;
   border-radius: 50px;
  }
  
  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #f9973d, 0px 0px 1px #f9973d;
    border: 1px solid #f9973d;
   
    border-radius: 3px;
    background: #f9973d;
    cursor: pointer;
  
  }
  
  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #f9973d, 0px 0px 1px #f9973d;
    border: 1px solid #f9973d;
  
    border-radius: 3px;
    background: #f9973d;
    cursor: pointer;
  }

  input[type="checkbox"] {
    height: 16px;
    width: 15px;
    border-radius: 0px !important;
    margin-top: 7px;
    margin-left: -29px !important;

}

.radio label, .checkbox label {
    padding-left: 28px;

}

.filter-address{
    border-right: 1px solid #e7e7e7;
    height: 247px;
}
.filter-address p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #4f4e4e;
}
.filter-address p i{
    margin-right: 8px;
}


.filter-address p span{
    font-size: 14px;
    color: #f9973d;
}
.filter-address h3{
    font-size: 22px;
    color: #232323;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
}
.cus-star{
    background:#ebebeb;
    border: 1px solid #f9973d;
    border-radius: 25px;
    float: right;
    padding: 6px 10px;
}
.cus-star i{
    color:#f9973d;
}

.cus-prices {
    float: right;
    margin-top: 135px;
}
.cus-prices p{
    font-size: 16px;
    color: #232323;
}

.cus-prices p span{
    font-size: 18px;
    font-weight: 800;
}
.cus-prices .btn-success {
    color: #fff;
    background-color: #f9973d;
    border-color: #f9973d;
    border-radius: 0px;
    padding: 6px 14px;
    float: right;
    font-size: 16px;
}

.cus-pagination{
    float: right;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f9973d;
    border-color: #f9973d;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #f9973d;
    border-color: #f9973d;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}

.menu{
    padding: 60px 0;
}
.menu-box{
    margin-bottom: 40px;
}
.menu-box .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #f9973d;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: #f9973d;
    border-bottom: 2px solid;
}
.menu-box .nav-tabs>li>a:hover {
    border-color: #fff #fff #f9973d;
}
.menu-box .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #f9973d;
}
.menu-box .nav>li>a {
    position: relative;
    display: block;
padding: 10px 20px !important;
    font-size: 17px !important;
}

.menu-text{}

.menu-text h4{
    font-size: 30px;
    color:#000;
}

.menu-photo{
    margin-top: 60px;
}

.menu-photo h3{
    font-size: 35px;
}
.menu-pic{}
.menu-pic ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu-pic ul li{
    text-decoration: none;
    display: inline-block;
    float: left;
     width: 22%;
    margin-right: 18px;
}
.menu-pic ul li a{
    width: 25%;
}

.menu-pic ul li a img{
    height: 220px;
    width: 220px;
    object-fit: cover;
    margin-bottom: 16px;
}
.menu-text{
    margin-top: 60px;
}


.menu-text li.nav-item.active {
    border: 2px solid #fe9f01;
}
.menu-text .nav-tabs>li a, .nav-tabs>li a:hover, .nav-tabs>li a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 2px solid #dadada;
    border-bottom-color: #dadada;
    padding: 9px 19px;
    border-radius: 0;
}
.menu-text .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
}
.menu-text .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.menu-text .nav-tabs>li>a {
    text-transform: uppercase;
    padding: 9px 19px !important;
}
.menu-text .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #f88d2e;
    border-radius: 0px;
    color: #f88d2e;
    padding: 9px 19px;
}
.menu-text .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #f9973d;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd !important;
    border-bottom-color: #f9973d !important;
    border-bottom: 0px solid;
       padding: 9px 19px !important;
}
.cus-margin{
    margin-top: 40px;
}
.menu-list{}

.menu-list h4{
    margin-bottom: 40px;
}
.menu-list p{

}
.menu-list p span{
    float: right;
    font-size: 17px;
    font-weight: 600;
}
.review{}

.review label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.review .form-control {
    
    height: 42px;
    
    border: 1px solid #adacac;
    border-radius: 0px;
    
}
textarea.form-control {
    height: auto !important;
}

.cus-star1 i{
    color:#cccccc;
}
.btn-default{
    color: #fff;
    background-color: #f9973d;
    border-color: #f9973d;
    border-radius: 0px;
    padding: 7px 25px;
    float: right;
    font-size: 18px;
}
.make{
    -webkit-box-shadow: 0 2px 8px rgb(153 153 153 / 40%);
    box-shadow: 0 2px 8px rgb(153 153 153 / 40%);
    border: none;
    border-radius: 2px;
    padding: 20px;
}
.make h4{
    color:#000;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    border-bottom: 1px solid #dad7d7;
    line-height: 40px;
}
.make label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}
.make .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 26px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 1px solid #a39f9f;
    box-shadow: none;
}
.make .input-group-addon {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}



.make .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    display: flex;
}

.info{
    padding: .5rem;
    background-color: #f1f2f4;
    margin-bottom: 20px;
}
.info p{
    padding: 0 0 0 20px;
    position: relative;
    line-height: 18px;
}
.info p i{
    position: absolute;
    left: 0px;
    top: 3px;
}

.menu-map{
    margin-top: 30px;
    border: 1px solid #eee;
}
.menu-map p{
    padding: 20px 15px 0;
}
.opening{
    margin-top: 20px;
}
.opening p{
    font-size: 15px;
    padding: 0 0 0 37px;
    position: relative;
    margin-bottom: 12px;
}

.opening p span{
    font-weight: 600;
    font-size: 16px;
}
.opening p i{
    width: 20px;
    position: absolute;
    left: 5px;
    font-size: 18px;
    top: 2px;
}

.booking-item{
    padding: 60px 0 50px;
    border-top: 1px solid #d8d8d7;
}

.booking-text-address{
    height: auto;
    padding:0 20px 0 0;
}



.booking-text-address p i {
    margin-left: 8px;
    font-size: 18px;
}

.night{
    float: right;
}
.night p{
    text-align: right;
}
.night p span{
    color:#595858;
    font-size: 15px;
}
.guest-box{
    padding: 0 30px 0 0;
margin-top: 20px;
}

.guest-box h5{
    font-size: 18px;
    color: #f9973d;
    font-weight: 600;
}

.guest-box p{
    color: #2a2929;
    font-size: 19px;
    line-height: 30px;
}
.guest-box-text{
    margin-top: 20px;
}
.guest-text{
    margin-top: 10px;
}
.guest-text p{
    font-size: 16px;
    margin-bottom: 0px;
}
.guest-text h4{
    font-size: 25px;
    color: #f9973d;
    font-weight: 600;
    margin: 0px;
}
.night-text{}

.night-text ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.night-text ul li{
    text-decoration: none;
    display: inline-block;
    padding: 0 20px 0 0;
    border-right: 1px solid #d7d4d4;
    font-size: 17px !important;
    color: #585757;

}
.night-text ul li span{
    font-size: 18px;
    color: #f9973d;
    font-weight: 700;
}
.night-text ul li:last-child{
    border-right: 0px solid #d7d4d4;
    padding-right: 0px;
}

.resort{}
.resort h6{
    color: #2a2929;
    font-size: 19px;
    line-height: 22px;
}
.resort p{
    font-size: 16px;
    color: #585757;
    line-height: 24px;

}
.resort p span{
    float: right;
    font-size: 19px;
    color: #f9973d;
    font-weight: 600;
}
.adult{}

.adult h4{
 
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 0 0 14px 17px;
    position: relative;

}
.adult h4:before{
content: '';
    height: 20px;
    background: #f9973d;
    width: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}

.adult .checkbox label {

    color: #f88d2e;
}
.adult hr{
    margin-top: 10px;
    margin-bottom: 30px;
}
.radio, .checkbox {
    min-height: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {

    width: 100%;
}

.children{
    margin-bottom: 0px;
}
.children h4{
  
}

.children .checkbox label {
 
    color: #201f1f;
}
.children .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.payment{
    background: #F98D2E;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.payment p{
   color: #fff;
    font-size: 22px;
}
.payment p span{
    font-size: 24px;
    font-weight: 600;
}
.payment-btn{
float:right;
}


.payment-btn a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    margin-right: 5px;
    display: inline-block;
}

.cus-btn3{
    background: #066db7;
    padding: 10px 12px;
    color: #fff!important;
    font-size: 16px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    border-radius: 5px;
}

.osaka{}
.osaka h4{
    margin-bottom: 30px;
}
.almost{}

.almost h2{
    margin-top: 20px;
    color: #2d333f;
}
.almost ul{
    list-style: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
.almost ul li{
    display: inline-block;
    padding: 0px 30px 0 0;
    color: #2d333f;
}
.holding{
    background: #eef8fb;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.holding p span{
    font-size: 18px;
    font-weight: 600;
}
.dinner{
    margin-top: 30px;
}
.dinner{}
.dinner p a{
    color:#f78620;
    font-size: 18px;
    font-weight: 800;
}
.dinner .form-control {
    height: 44px;
    border-radius: 2px;

}
.dinner .btn-primary {
    color: #fff;
    background-color: #f78620;
    border-color: #f78620;
    border-radius: 4px !important;
    font-weight: 600;
}
.what h4{
    font-size: 18px;
    font-weight: 600;
}
.what p{
    font-size: 15px;
}



.footer{
	background:#222222;
}

.footer img{
	margin: 0 auto;
}
.copy{
	background:#000;
}


.copy img{
	margin: 0 auto;
}

.wp-menu-img{
        margin-bottom: 25px;
}
.wp-menu-img img {
    height: 120px;
    width: 100%;
       object-fit: cover;
    border-radius: 8px;
}
.wp-menu-text h3 {
    margin-bottom: 10px;
}

.wp-menu-price h4 {
    color: #ff0000;
    font-weight: 600;
}

.form-horizontal .control-label {
    text-align: left;
        padding-top: 0px;
    
}
.make textarea {
    border: none;
    border-bottom: 1px solid #000;
}

.make .form-group {
    margin-bottom: 9px;
}
.cus-cart {
    position: fixed;
    z-index: 9;
    right: 0px;
    bottom: 0px;
    background: #fff;
    width: 20%;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 17%);
}
.cart-box {
     width: 50%;
    display: inline-block;
    float: left;
    padding: 20px 0 0 0;
}
.cart-btn{
         width: 50%;
    display: inline-block;
    float: left;
    padding: 20px 0 0 0;
}
.cart-box p {
    margin-top: 8px;
}
.cart-box p span{
    color:#f88d2e;
}

.cart-back-icon {
    background: #dedede;
    padding: 4px 14px;
    position: relative;
    width: 42px;
    position: absolute;
    top: 0;
    left: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: none !important;
}
.cus-rooms .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color: #f7994e;
    border: 1px solid #f7994e !important;
    border-bottom-color: #f9973d !important;
    border-bottom: 0px solid;
    padding: 17px 30px !important;
}
.cus-rooms .nav>li>a {
    padding: 17px 30px !important;
}

.form-control {
    padding: 0 0px 0 10px;
    height: 41px;
    background: #fff;
}

button#child-button {
    border: 1px solid #767676;
    padding: 11px 12px;
    margin-left: 17px;
    background: #fff;
    color: #666;
}
input {
    width: 100%;
}
.mt-10 {
    margin-top: 2px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 9px;
    font-weight: 600 !important;
    line-height: 27px !important;
        font-size: 17px;
}

input {
    border-radius: 4px !important;
    font-weight: 500;
    border: 1px solid #6666665e !important;
}
.form-control{
       border-radius: 4px !important;
    font-weight: 500;
    border: 1px solid #6666665e !important;
}

.children .checkbox label {
    color: #201f1f;
    font-weight: 500 !important;
        font-size: 16px;
}
.booking-text {
    margin: 60px 0 30px 0;
}
.select-room h6{
color: #066db7;
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 13px;
}
.select-room h6 a{
      color: #066db7;
          font-size: 26px;
              font-weight: 600;
    line-height: 37px;
}
.creat-login {
    position: relative;
    margin: 14px 0 0 0;
}
.creat-login h4{
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 0px;
    font-weight: 600;
    padding: 0 0 5px 17px;
    position: relative;
}
.creat-login:before{
        content: '';
    height: 20px;
    background: #f9973d;
    width: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}
.creat-login p{
  color: #066db7;  
}
.creat-login p a{
  color: #066db7;  
}


@media (min-width: 1920px) and (max-width: 3000px) {
    .cus-form {
    padding: 15px;
    height: 92px;
    border-radius: 15px;
    margin-top: 557px;
    top: 0;
}
.wp-slider {
    position: absolute;
    width: 75%;
    top: 490px;
    margin: 0 auto;
    left: 13%;
    z-index: 99;
}    
    
}




/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
.phone ul li {
    line-height: 15px;
    padding: 0 5px 0 0;
}
.phone ul li a {
    font-size: 12px;
}
.menu-img .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.menu {
    padding: 30px 0;
}
.menu-box .nav>li>a {
    padding: 10px 9px !important;
    font-size: 15px !important;
}
.menu-text {
    margin-top: 20px;
}
.menu-text h4 {
    font-size: 25px;
    color: #000;
}
.menu-photo {
    margin-top: 20px;
}
.menu-photo h3 {
    font-size: 26px;
}
ul.lightgallery li {
    display: inline-block;
    width: 100% !important;
    margin-right: 0px;
}
ul.lightgallery li a img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover;
}
.btn-default {
    float: none;
}
.make h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.hotel-list {
    padding: 30px 0;
}
.inner-cus-form {
    margin-top: 0px;
    height: auto;
}
.cus-form-box {
    height: auto;
    padding:10px;
}
.cus-form-box .btn-primary {
    border-radius: 10px;
        font-size: 17px;
    padding: 8px 25px;
}
.cus-form-box .form-control {
    border-right: 0px solid #eee;
}
.menu-text .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    margin-right: 14px;
}
.menu-text .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    padding: 7px 19px !important;
}
.wp-menu-img img {
    height: auto;
}
.wp-menu-img {
    margin-bottom: 7px;
}
.wp-menu-text p{
    margin-bottom:0px;
}
.wp-menu-price {
    margin-bottom: 25px;
}

.wp-menu-price h4 {
    color: #ff0000;
    font-weight: 600;
}
.cus-rooms .nav-tabs {
    padding-left: 0px;
}
.cus-rooms .nav>li>a {
    padding: 11px 9px !important;
}
.cus-rooms .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
    padding: 11px 9px !important;
}
.cus-rooms .nav-tabs>li>a {
    font-size: 12px;
}
.room-text .carousel-inner img {
    height: auto;
}
.carousel-indicators {
    bottom: 28px;
}
.cus-room-text h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 11px 0 8px;
}
.cus-room-text p {
    font-size: 16px;
}
.select-room h4 {
    font-size: 23px;
}
.deluxe-text h3 {
    font-size: 18px;
    color: #000;
    background: #fff;
    margin: 0px;
    text-align: left;
}
.bed h3 {
    font-size: 20px;
    color: #000;
    margin: 0px 0 20px 0;
    background: #fff;
    text-align: left;
}
.more {
    padding: 25px 0 0px;
    display: inline-block;
}
.more a {
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
    float: left;
    font-size: 22px;
}
.cart {
    float: left;
}
.price {
    margin-bottom: 17px;
}
.deluxe hr{
    display:none;
}
.hotel-features ul li {
    width: 100%;
    margin-top: 10px;
}
.booking-item {
    padding: 30px 0;
    border-top: 1px solid #d8d8d7;
}
.filter-address {
    border-right: 0px solid #e7e7e7;
    height: auto;
    margin-bottom: 20px;
}

.night {
    float: left;
}

.night p {
    text-align: left;
}

.guest-box-text img{
    height:auto;
}
.form-control {
    border: 1px solid #8a8a8a;
        margin-bottom: 17px !important;
}
button#child-button {
    border: 1px solid #767676;
    padding: 11px 12px;
    margin-left: 0px;
    background: #fff;
    color: #666;
    display: block;
    width: 100%;
}
.payment-btn {
    float: left;
}
.panel-body .form-control {
    border: 1px solid #8a8a8a;
    margin-bottom: 0px !important;
}
.cus-cart {
    width: 70%;
}
.content {
    padding: 17px 14px;
}
.content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.children {
    margin-bottom: 0px;
    padding: 0 15px;
}

}

/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}

/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {

}
