@import url('https://fonts.googleapis.com/css2?family=Anton&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Frank+Ruhl+Libre:wght@300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Playball&family=Poppins: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&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Frank+Ruhl+Libre:wght@300..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Playball&family=Poppins: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&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cedarville+Cursive&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Frank+Ruhl+Libre:wght@300..900&family=Gilda+Display&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Playball&family=Poppins: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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Style+Script&family=Teko:wght@300..700&display=swap');
body {
   /* background-color: #e1e1e1 !important;*/
}

p{
	font-family: 'Barlow', sans-serif!important;
    font-size: 15px!important;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px!important;
}
/**/

/**/
.hotel-wraper,.bg-images1{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
	z-index:14;
}
.hotel-wraper{
	background-image: url(../img/1.jpg);
	/*min-height: 250px;*/
	/*margin-top: 60px;*/
	display: flex;
    align-items: end;
    justify-content: center;
	height:100vh;
	padding:150px 0px;
	/*padding-bottom: 50px;*/
}
.bg-images1{
	background-image: url(../img/hotel/55420.png);
}
.carousel-bg .carousel-inner .item::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgb(0 0 0 / 60%);
	z-index:-1;
}

.hotel-wraper::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgb(0 0 0 / 40%);
	z-index:-1;
}
.hotel-form-wraper{
	margin-top: -6rem;
}
.mainheader{
	width: 700px;
    margin: 0px auto 150px;
}
.maintitle{
	text-align: center;
    font-size: 45px;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-family: ui-monospace;
    text-transform: uppercase;
	    letter-spacing: 1.5px;
}
.main-subtitle{
    text-align: center;
    color: #fff !important;
    letter-spacing: 1.5px;
    font-size: 18px;
	font-family: "Noto Sans TC", sans-serif;
    font-weight: 300 !important;
    margin-bottom: 20px !important;	
	text-transform: uppercase;
}
.star-checked{
	display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-bottom: 20px;
}
.star-checked .fa{
	font-size: 13px;
}
.star-checked .checked {
  color: #ffc107;
}
.hotel-form-wraper .form-group{
	position:relative;
}
.hotelformbg{
    padding: 0px 0px 0px;
}
.hotel-form{
	display: flex;
    /*gap: 10px;*/
}
.hform-box{
	
}
.form-box-1{
	
}
.form-box-2{
	
}
.form-box-3{
	
}
.form-box-4{
	width:16%;
}
.form-box-1{
	width:28%;
}
.form-box-2{
	width:36%;
}
.form-box-3{
	width:20%;
}

.hinput-location{
	padding: 15px 10px 5px 40px!important;
}
.hotel-input, .hotel-input:focus{
	width:100%;
	height:70px;
	padding: 15px 10px 5px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
	/*border-radius:5px;*/
	outline: none;
    /*border: 1px solid #a5a5a5;*/
	border:none;
}
.hotel-input:focus{
	/*border:1px solid #df3d1c;*/
}
.hotel-btn{
	width:100%;
	height:70px;
	color:#fff;
	font-size:15px;
	font-weight:500;
	outline: none;
    /*border: 1px solid #a5a5a5;
	border-radius:5px;*/
	border:none;
	background: linear-gradient(96deg, #af311b, #eb662b) !important;
}
.hotel-btn:hover{
	background: linear-gradient(96deg, #eb662b, #af311b) !important;
}
.hicon{
	position: absolute;
    left: 10px;
    top: 30px;
    width: 20px;
}
.hlabel{
	font-size: 13px;
    font-weight: 600;
    color: #333;
    position: absolute;
    left: 40px;
    top: 6px;
    text-transform: capitalize;
}
.home-container {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}
.hcontentbox p{
    font-family: "Noto Sans TC", sans-serif!important;
}
.hotel-section{
	padding: 120px 0;
}
.hotel-header{
	margin-bottom:1.5em;
}
.half-header{
	width:500px;
}
.center-header{
	text-align:center;
}
.center-header .hotel-subtitle{
	justify-content:center;
}
/*.hotel-subtitle{
	display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ff9162;
    position: relative;
    font-weight: 500;
	font-size: 16px;
	font-family: "Noto Sans TC", sans-serif;
	margin-bottom: 15px;
}*/
.hform-box .form-group{
	position:relative;
	margin-bottom:0px!important;
}
.dec-icon{
	width: 30px;
    margin-right: 0.5rem;
}
.hotel-subtitle{
	font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400!important;
    color: #666!important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4px;
    margin-bottom: 10px;
	display:block;
}
.hotel-title{
	font-size: 40px;
    font-weight: 500 !important;
    color: #111 !important;
    font-family: 'Gilda Display', serif;
    line-height: 1.2em !important;
    letter-spacing: 1px;
}
.white-container, .gradient-container{
	border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    padding: 30px 40px 30px;
}
.form-container{
	border-radius: 5px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    padding: 0px 0px 30px!important;
	background-color: #ffffff;
}
.white-container{
	background-color: #ffffff;
}
.gradient-container{
	padding: 20px 30px;
	background: linear-gradient(45deg, #ffffff, #ffd1bd);
}
.offer-tabs{
	display:flex;
	margin-bottom:10px!important;
}
.offer-tabs li{
	width:auto!important;
	margin-right:10px!important;
}
.offer-tabs li a{
	font-size:14px!important;
	background-color:#fff!important;
	outline:none;
	letter-spacing:0px!important;
	padding: 14px 20px 13px!important;
    border: 1px solid rgb(228, 228, 228)!important;
    border-radius: 4px!important;
    cursor: pointer;
    flex-shrink: 0;
}
.offer-tabs li.active a{
	background:#ffd1bd!important;
	color:#111!important;
}
.offertab-content{
	padding:0px!important;
}
.allTabs-contain, .trand-contain{
	display:flex;
	gap:20px;
}
.trand-destbox, .allTabs-box{
	/*border: 1px solid rgb(228, 228, 228);
	padding:10px;
	border-radius: 10px;*/
	cursor:pointer;
}
.trand-destbox{
	width:16.6%;
	padding:0px;
}

.allTabs-box{
	width:33.3333%;
	background:#fff;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.offer-images{
	width:100%;
	height:240px;
	overflow:hidden;
	/*border-radius: 10px;*/
	position:relative;
}
.offer-images img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:fill;
}

.offer-content{
	margin-top: 10px;
	padding:30px;
}
.offerfor{
	
}
.gToffer{
	font-weight: 800;
}
.validity{
	color: #111;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 400;
    display: block;
}
.guidlines-sec{
	display:flex;
	gap:20px;
	align-items:center;
}
.guidlines-img{
	width:70px;
}
.guidlines-img img{
	width:100%;
}
.guidlines-text{
	color: #111;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 500;
    display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.guidlines-btn{
	
}
.guidlines-btn a, .guidlines-btn a:hover{
	color: #df3d1c;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 600;
    display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.trend-images{
	width:100%;
	height:300px;
	overflow:hidden;
	border-radius: 10px;
	position:relative;
}
.trend-images::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: linear-gradient(2deg, black, transparent, black);
    z-index: 0;
}
.trend-images img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all ease-in-out 0.3s;
}

.tCity{
	position: absolute;
    top: 20px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	z-index: 1;
}
.tStartfrom{
	position: absolute;
    bottom: 40px;
    left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	z-index: 1;
}
.tPrice{
	position: absolute;
    bottom: 18px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
	z-index: 1;
}
.form-header{
	padding: 10px 20px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600 !important;
    color: #111 !important;
    font-family: "Noto Sans TC", sans-serif;
    background: linear-gradient(45deg, #ffffff, #ffd1bd);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: start;
	gap:7px;
}
.header-icon{
	width:25px;
}
.datebox{
	display:flex;
}
.datebox-1{
	width:50%;
}
.datebox-2{
	width:50%;
}
/**/

@media only screen and (max-width: 767px) {
  .hotel-form {
    display: block;
  }
  .form-box-1, .form-box-3{
	  width:100%;
  }
  .form-box-2{
	width:100%;
  }
  /*.form-box-2 {
    width: 49% !important;
    float: left;
}
.form-box-3 {
    width: 49% !important;
    float: right;
}*/
.form-box-4 {
    width: 100%;
}
.form-box-1, .form-box-2, .form-box-3{
	margin-bottom:10px;
}
.hotel-wraper {
	padding:150px 0px 50px;
	height:auto;
}
.hotel-form-wraper {
    margin-top: -11rem;
}
.maintitle {
    font-size: 20px;
    margin-top: 0px !important;
}
/*.hotel-form-wraper, .hotel-section{
	padding:10px;
}*/
}
/*new design start here*/
.rsrvnbtncl{
	display: flex;
    gap: 10px;
    align-items: end;
    justify-content: start;
}
.rsrvnimg{
	width: 35px;
}
.rsrvntxt{
	
}
.rsrvntt{
	font-size: 15px;
    margin: 0;
	font-family: 'Barlow', sans-serif !important;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
	display:block;
}
.rsrvnnum{
	font-size: 27px;
    color: #111111;
    letter-spacing: -1px;
	display:block;
	line-height: 30px;
}
.bg-color{
	background: #fff6f4;
}
.hRoom-ms{
	position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.hRoom-ms-horizontal{
	height: 350px;
}
.hRoom-ms .hRoomvh{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
	transition:all ease-in-out 0.5s;
}
.hRoom-ms::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.hRoom-ms:hover .con{
	/*background: linear-gradient(180deg, #00000073, #00000096, #000000);*/
	bottom: 0px;
}
.hRoom-ms:hover:after{
	background: linear-gradient(180deg, #00000073, #00000096, #000000);
}
.hRoom-ms:hover .hRoomvh{
	transform: scale(1.1);
}
.con h6:hover .con{
	bottom: 0px;
}
.con{
	position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
	transition:all ease-in-out 0.5s;
}
.con h6{
	
}
.con h6 a{
	position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
	font-family: 'Gilda Display', serif;
}
.con h5{
	
}
.con h5 a{
	position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
	display: inline-block;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
	font-family: 'Gilda Display', serif;
}
.line{
	text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.con .permalink {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    transition: all .3sease;
    display: inline;
}
.con .permalink a {
    color: #fff;
    text-align: right;
	    display: block;
}
.con .facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.facilities ul li {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: 20px;
    float: left;
}
 .con i {
    color: #fff;
    font-size: 18px;
}
.facilities ul li i {
    margin-right: 10px;
}
.bg-black{
	background:rgb(34, 34, 34);
}
.color-app{
	color:#db3828!important;
}
.htorservc{
	padding-right:40px;
}
.text-on-black{
	color: #adadad;
}
.offeron{
	position: relative;
    color: #111;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Gilda Display', serif
}
.offerttl, .dhtlname {
    position: relative;
    color: #111;
    font-size: 27px;
    font-weight: 400;
    display: block;
	text-transform: capitalize;
    margin-top: 6px !important;
    margin-bottom: 8px !important;
    font-family: 'Gilda Display', serif;
}
.htlbox-box{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.deal-images{
	width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.deal-images img{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.deal-contents{
	padding: 25px 15px;
}
.dgns{
	background: #db3828;
    color: #fff;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 20px !important;
    padding: 3px 8px 6px;
}
.dlocation, .drevw{
	font-family: 'Barlow', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.75em;
    display: block;
}
.drevw{
	
}
.rvwcont{
	padding: 2px 8px;
    background: #dc3b2b;
    color: #fff;
    margin-right: 5px;
}
.dhtlname{
	margin-bottom: 0px !important;
}
.dightprice{
	display: flex;
    gap: 10px;
    justify-content: end;
}
.dnight, .doldprice, .dprice{
	font-family: 'Barlow', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.75em;
    display: block;
}
.dnight{
	
}
.doldprice{
	color: #db3828;
    text-decoration: line-through;
}
.dprice{
	font-weight: 700;
}
.bg-images{
	background-image: url(../img/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding: 140px 0px;
    background-attachment: fixed;
	z-index: 0;
}
.bg-images::after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: -1;
}
.tstmo-hotel-subtitle{
	font-size: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400 !important;
    color: #666 !important;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 7px;
    display: block;
}
.tstmo-hotel-title{
	font-size: 27px;
    font-weight: 500 !important;
    color: #111 !important;
    font-family: 'Gilda Display', serif;
    line-height: 1.4em !important;
    letter-spacing: 1px;
}
.htestimonial-tabs{
	
}
.htestimonial-destbox{
	
}
.htestimonial-container{
	
}
.tmlimgnm{
	display: flex;
    gap: 15px;
    align-items: center;
    justify-content: start;
}
.img-testmonial{
	width: 60px!important;
    border-radius: 50%;
}
.tmlnmrvw{
	
}
.tmlrvw{
	font-family: 'Barlow', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
}
.tmlnm{
	position: relative;
    color: #fff!important;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Gilda Display', serif;
}
.tsml-hdr{
	position:relative;
}
.tsml-hdr::after{
	content: '';
    position: absolute;
    left: 3px;
    bottom: -8px;
    width: 60px;
    height: 1px;
    background: #757575;
}
.htestimonial-tabs .slick-slide{
	padding:0px!important;
}
.testimonials-sec{
	width: 60%;
    margin: auto;
}
.ealeimg{
	height:150px;
	overflow:hidden;
	position:relative;
	margin: 20px 0px;
}
.ealeimg .smeale{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ealebox{
	display: flex;
    align-items: center;
    justify-content: start;
    padding: 30px;
    height: 300px;
    margin: 10px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition:all ease-in-out 0.3s;
}
.ealebox-inner{
	text-align:center;
}
.ealebox-inner h5{
	position: relative;
    color: #111;
    font-size: 27px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    margin-top: 6px !important;
    margin-bottom: 8px !important;
    font-family: 'Gilda Display', serif;
}
.ealebox-inner img{
	width: 60px;
    margin: 0px auto 8px;
	
}
.ealebox-inner span{
	font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px !important;
}

.easle-teambg{
	background-image: url(../img/teambg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.easle-luxyrmbg{
	background:rgb(34 34 34);
}
.ealebox:hover{
	transform: translateY(-2px);
}
.hrsBooknow{
	position: absolute;
    top: 52px;
    right: -18px;
    z-index: 1;
    color: #ddd;
    transform: rotate(270deg);
    border: 1px solid #ddd;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
	cursor:pointer;
}

@media only screen and (max-width: 1400px) {
	.mainheader {
		margin: 128px auto 70px;
	}
	.hRoom-ms {
        height: 420px;
    }
}
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 991px) {
	.hotel-section {
    padding: 60px 0;
}
.rsrvnbtncl {
    margin-bottom: 30px;
}
.easle-teambg, .easle-luxyrmbg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rsrvntt {
    line-height: 1em;
}
.hotel-subtitle {
    letter-spacing: 2px;
    margin-bottom: 2px;
        font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
	.mainheader {
		width: 100%;
		margin: 0px auto 50px;
	}
	.mobile-calls {
        display: flex!important;
        align-items: center;
        justify-content: center;
        margin-top: 0 !important;
    }
    .mobile-calls i {
        margin-top: 0px!important;
    }
	/*.rsrvnbtncl {
		margin-bottom: 30px;
	}*/
	.ealeimg {
		display:none;
	}
	.ealebox , .allTabs-box{
		margin-top:30px;
	}
	.htorservc {
		padding-right: 0px;
	}
	.allTabs-box{
		
	}
	.hotel-header {
        margin-bottom: 30px;
        padding-left: 10px;
        border-left: 2px solid #e25e35;
    }
	.testimonials-sec {
		width: 100%; 
	}
	.deal-images img {
		object-fit: cover;
	}
	.hotel-title {
        font-size: 25px;
    }
    .con h5 a {
        margin-top: 0px !important;
    }
    .offerttl, .dhtlname {
        font-size: 25px;
        margin-top: 7px !important;
        margin-bottom: 9px !important;
    }
}
@media only screen and (max-width: 600px) {
	.form-box-1 {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		
	}
	.form-box-3 {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		
	}
	.hotel-input, .hotel-input:focus {
		height: 50px;
		padding: 10px 10px 10px 40px!important;
	}
	.form-box-1, .form-box-2, .form-box-3 {
        margin-bottom:3px;
    }
	.hlabel {
		display:none;
	}
	.hicon {
		top: 15px;
	}
	.form-box-4 {
        margin-top:20px;
    }
	.hotel-btn {
		height: 50px;
		border-radius:15px;
	}
	.main-subtitle {
		font-size: 14px;
	}
	.maintitle {
        font-size: 16px;
    }
	.mainheader {
        margin: 0px auto 25px;
    }
	.hotel-wraper::before{
		background: rgb(34 34 34 / 70%);
	}
}

/**/

.roomtitle{
	padding: 0px 0px 5px!important;
    border-bottom: 1px solid #111;
    font-size: 14px !important;
    font-weight: 600;
    color: #222!important;
	background:#fff!important;
}