@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

/*===========================================================================================================================*/

html {
  scroll-behavior: smooth;
}
* {margin: 0;padding: 0;text-decoration: none;box-sizing: border-box;}
body {font-family: 'Oswald', sans-serif;}

:root {
  --main-color: #e31f23;
  --main-color: green;
  --second-bg-color: #e31f23;
  --active-tab-bg: #034803;
  --white-color: #fff!important;
  --light-white-color: #f1f1f1;
  --gray-green-color: #8aa15f;
}

p{line-height:25px}
.clear {
    clear: both;
}
p,a,li,label{font-family: 'Open Sans', sans-serif; font-size:14px; color:#000; list-style-type:none;}
h1,h2,h3,h4,h5,h6,a{font-family: 'Oswald', sans-serif;    font-weight: normal;}

.clr:before, .clr:after {clear: both;content: "";display: table;}
.clr:after {clear: both;}
.clr {*zoom:1;}

img{ width:100%;}

.text-main-color{
	color: var(--main-color)!important;
}
.container{ width:1100px; margin:0px auto; border:0px solid green; }
.inner_container {width:1100px; margin:50px auto; border:0px solid black;}

.sub-heading{ font-size:18px; margin:15px 0px;    font-weight: normal;}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a{
	color: var(--main-color)!important;
}

/*===========================================================*/

.white-bg {background: var(--main-color);padding-bottom: 5px;box-shadow: 0px 0px 8px #524d4d52;position: relative;padding-top: 3px;}

.white-bg ul li {display: inline-block; font-weight:lighter;font-family: 'Oswald', sans-serif; color: var(--white-color);}
.white-bg ul li a{color: var(--white-color);}
.white-bg ul li:first-child {margin-right: 30px;}

.white-bg ul li:last-child { float:right;}

.white-bg ul li i { margin-right: 15px; color:var(--main-color);color:var(--white-color);}


/*pink*/

.pink-bg{background:#f7f7f7;box-shadow: 0px 0px 8px #524d4d;}

/*slider*/

#iview {display: block;max-width:100%;min-width: 300px;position: relative;margin: 0px auto;overflow: hidden;}
#iview .iviewSlider {display: block;width:1280px;height:430px!important;overflow: hidden;border-radius: 4px;}
#iview div.iview-directionNav {position: absolute;top: 47%;left: 0px;z-index: 9;width: 100%;}

#iview div.iview-directionNav a {
display: block;cursor: pointer;	position: absolute;	width: 27px;height: 27px;background-image: url(../images/bg_direction_nav_white.png);
text-indent: -9999px;-webkit-transition: left 0.3s ease-in-out;	-webkit-transition-property: left,right;-moz-transition: left 0.3s ease-in-out;
-moz-transition-property: left,right;-o-transition: left 0.3s ease-in-out;	-o-transition-property: left,right;	-ms-transition: left 0.3s ease-in-out;
-ms-transition-property: left,right;transition: left 0.3s ease-in-out;	transition-property: left,right;}

#iview div.iview-directionNav a.iview-nextNav {	right: -27px;background-position: 27px 0px;}
#iview div.iview-directionNav a.iview-prevNav {left: -27px;background-position: 0px 0px}
#iview.iview-hover div.iview-directionNav a.iview-nextNav {right: 20px;}
#iview.iview-hover div.iview-directionNav a.iview-prevNav {left: 20px;}
.iview-caption.caption1 {text-shadow: none; }


#iview-preloader {border: #666 1px solid;width: 150px}
#iview-preloader div {background: #666;}
#iview-timer {border-radius: 10px;}
#iview-timer div {border-radius: 10px;}

/*more css slider*/

.iviewSlider img{width:100%;}
/**/
.caption-contain { width: 53em!important;}
/* The slider */

.iviewSlider {overflow: hidden;}
#iview {   display: block; min-width: 300px; background: #000;background: #ddd;position: relative; margin: 0px auto 0px auto;overflow: hidden;}

/* The timer in the Slider */

#iview-timer {position: absolute;z-index: 100;border-radius: 5px;cursor: pointer; display:none!important;}
#iview-timer div {border-radius: 3px;}

/* The Preloader in the Slider */

#iview-preloader {position: absolute;z-index: 1000;-webkit-border-radius: 3px;-moz-border-radius: 3px;	border-radius: 3px;border: #000 1px solid;	padding: 1px;
	width: 100px;height: 3px;}
#iview-preloader div {float: left;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;height: 3px;background: #000;width: 0px;}
#iview {display: block;min-width: 300px;background: #000;background: #ddd;position: relative;margin: 0px auto 0px auto;overflow: hidden;}

/* The strips and boxes in the Slider */

.iview-strip {display:block;position:absolute;z-index:5;}
.iview-block {display:block;position:absolute;z-index:5;}

/* Direction nav styles (e.g. Next & Prev) */

.iview-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.iview-prevNav {left:0px;}
.iview-nextNav {right:0px;}

/* Control nav styles (e.g. 1,2,3...) */

.iview-controlNav {position:absolute;z-index:9;}
.iview-controlNav a {z-index:9;cursor:pointer;}
.iview-controlNav a.active {font-weight:bold;}
.iview-controlNav .iview-items ul {list-style: none;}
.iview-controlNav .iview-items ul li {display: inline;	position: relative;}
.iview-controlNav .iview-tooltip {position: absolute;}

/* The captions in the Slider */
.iview-caption {position:absolute;z-index:4;overflow: hidden;cursor: default;}

/* The video show in the Slider */
.iview-video-show {	background: #000;position: absolute;width: 100%;height: 100%;z-index: 101;}
.iview-video-show .iview-video-container {position: relative;width: 100%;height: 100%;}
.iview-video-show .iview-video-container a.iview-video-close {position: absolute;right: 10px;top: 10px;background: #222;color: #FFF;height: 20px;
	width: 20px;text-align: center;	line-height: 29px;	font-size: 22px;font-weight: bold;overflow: hidden;	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;border-radius: 15px;}
.iview-video-show .iview-video-container a.iview-video-close:hover {background: #444;}

/*top-container*/

.top-container { margin-top: -85px;  z-index: 99; position: relative;}

.top-container .container {box-shadow: 0px 2px 3px 1px #989696;}

.contain-left { background: var(--main-color); padding: 2%; width: 36%; text-align: justify; float: left; color: var(--white-color);margin-bottom: 0; height: 300px;}

.contain-left h1 { text-transform: uppercase; font-size: 1.8em; text-align: left; margin-bottom: 14px;/* background: url(../images/line.png) no-repeat bottom left; *//* padding-bottom: 15px; */    font-weight: lighter;}

.contain-left p { margin-top: 24px;color: var(--white-color)}

.contain-right { background: #fff; width: 64%; float: right;}

.contain-right ul li { width: 33.33333333%;border-right: 1px solid #ccc;display: inline-block;float: left;padding: 20px;border-bottom: 1px solid #eae6e6;
		transition: ease-in-out .3S; position: relative; height: 150px;}

.contain-right ul li:nth-child(3), .contain-right ul li:nth-child(6) { border-right: 0px solid;}

.contain-right ul li i {width: 50px;display: block;margin: 18px auto 10px auto;transition: ease-in-out .3S; }

.contain-right ul li h5 { text-align: center;  font-weight: 400;   font-size: 15px;  color: #363636;    transition: ease-in-out .3S; }

/*hover*/

.contain-right ul li:hover { background:#f1f1f1;}
.contain-right ul li:hover h5{ margin-top:-100px; }
.contain-right ul li:hover i{ margin-top:60px;}

/* Room */

.room { margin-top:6%;}

.room h1 { text-transform: uppercase; font-size: 1.8em; margin-bottom: 14px;/* background: url(../images/line.png) no-repeat bottom left; */padding-bottom: 15px;    font-weight: lighter;text-align: center;}

.room-box { width: 46%; float: left; margin-top: 2%;background: #f1f1f1;border: 4px solid #fff; box-shadow: 0px 0px 3px #999; cursor: pointer;}
.room-box-inner{ }

.FR{ float:right;}

.room-box figure img{ transform:scale(1); transition:ease-in-out .3S;}

aside.room-box figure { position: relative; overflow:hidden;}

.room-box span { width: 95%; transition:ease-in-out .3S; display: block; background:rgba(255,255,255,.2); position: absolute; top: 4.5%; height: 90%;left: 2.5%;    border: 1px solid #fff;}

.detail { text-align: center;  font-size: 29px;  padding: 2%; color:#535151;    font-weight: 600;}
.detail p { font-size: 14px;}

.detail h4 a {
		font-weight: lighter;
		font-size: 30px;
}
.room-box:hover figure span { opacity:0;}
.room-box:hover figure img { transform:scale(1.2)}

/*Destination*/

.destination{ background:url(../images/destination-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed; padding:3% 0px; margin-top:8%;}
.destination1{ background:url(../images/mukteshwar1.jpg) no-repeat; background-size:cover; background-attachment:fixed; padding:4% 0px; margin-top: 0px;}

.destination h1 { color: #fff; font-size: 34px; text-align: center; padding: 50px 0px;    font-weight: lighter;}

.destination ul li {width: 20%;background: #fff; float:left;display: inline-block; vertical-align: top;}

.destination-detail {padding: 15px;}

/* item-boxed  ------------------------------*/

.content-boxes{overflow: auto;display: block;display: flex; flex-wrap: wrap;}

.content-boxes-04 .item-boxed{width: 25% !important;}

.content-boxes .item-boxed{width: 50%;float: left;overflow: hidden;position: relative;min-height: 234px;display: flex;flex-direction: row; flex-wrap: wrap;}
.lr-item-box{justify-content: flex-end;}

.image-boxed{float: left;position: relative;overflow: hidden;width: 50%;}

.image-bottom{float: right;}

.image-boxed img{width: 100%;-webkit-transition: 0.3s all ease;	-moz-transition: 0.3s all ease;-o-transition: 0.3s all ease;-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;height: 100%; object-fit: cover;}
	
.image-boxed img:hover{-moz-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);-webkit-transition: 0.3s all ease;-moz-transition: 0.3s all ease;-o-transition: 0.3s all ease;-ms-transition: 0.3s all ease;transition: 0.3s all ease;}

.image-boxed .overlay{position: absolute;text-align: center;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;	-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}

.item-boxed:hover .overlay{opacity: 0.3; -webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;}
	
.image-boxed:hover img{ -moz-transform: scale(1.2); -webkit-transform: scale(1.2);transform: scale(1.2);-webkit-transition: 0.3s all ease;-moz-transition: 0.3s all ease;-o-transition: 0.3s all ease;-ms-transition: 0.3s all ease;transition: 0.3s all ease; cursor: pointer;}

.image-boxed a.more-boxe{position: absolute;	text-align: center;	width: 100%;left: 0;color: #fff;top: 40%;font-size: 0;}

.image-boxed a.more-box i{font-size: 0rem;color: #fff;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;	transition: all .25s ease-in-out;}

.item-boxed:hover a.more-boxe i{font-size: 2.5rem;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}

.info-boxed{background: #fff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;	display: block;height: 100%;padding: 0;
		position: absolute;right: 0;top: 0;padding: 35px 25px 30px 25px;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0);width: 50%;	z-index: 9999;}
	
.boxed-bottom{left: 0;border-bottom: 1px solid #dedede;}

.boxed-top{border-top: 1px solid #dedede;}

.info-boxed h3{	font-size: 1.2rem;	font-weight: lighter;padding: 0;}

.info-boxed h3 span {
		font-size: 0.775rem;
		display: block;
		margin-top: 8px;
		font-weight: normal;
		font-style: normal;
font-family: 'Open Sans', sans-serif;
}
hr.separator { border: none; border-top: 1px solid #d5d5d5;  clear: both;  display: block;  position: relative; margin: 20px auto 20px auto !important;}

hr.separator:before {background: #d5d5d5; content: ""; height: 9px;  left: 50%;  margin: -4px 0 0 -4px;  position: absolute;  top: -1px; -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);  transform: rotate(-45deg); width: 9px;}
.info-boxed p { margin-bottom: 10px; font-weight: normal;  font-size: 12px;    line-height: 20px;}

.info-boxed .content-btn{float: left;}

.info-boxed .btn { border: 0;font-size: 0.7rem;padding: 5px 10px; background: var(--main-color);color: #fff;border-radius: 2px;}

.info-boxed .price{left: -90px;	top:55px;font-size: 3rem;line-height: 3rem;	font-weight: normal;color: #fff;position: absolute;}

.info-boxed.boxed-bottom .price{left:100%;	margin-left:50px;top: 55px;font-size:3rem;line-height: 3rem;font-weight:lighter;color:#fff;position: absolute;}

.info-boxed .price span{font-weight: bold;font-size: 1.5rem;left:-20px;top: -5px;position: absolute;}

.boxed-top:before {border: 20px solid #fff;	border-bottom-color: transparent; border-left-color:transparent;border-top-color: transparent;content: "";
 display: block;left: -40px;position: absolute;top: 65px;z-index: 999;}
	
.boxed-bottom:before{	border: 20px solid #fff; border-bottom-color: transparent;border-right-color: transparent; border-top-color: transparent;
		content: ""; display: block; left: auto; right: -40px; position: absolute; top: 65px;z-index: 999;}
	
.starts{margin: 5px 0 20px 0;}

.item-boxed .starts{float:right;}

.title-detailed .starts{margin: 0;}

.starts li{	display:inline-block;font-size: 0.8rem;}

.starts li a i{	color:#ed8323;	opacity: 0.8;}

.starts li:hover a i{opacity: 1;}


/* Item Boxes 2 -------*/

.boxes-2{position: relative;}

.boxes-2 img{width: 100%;}

.info-boxes-2{position: absolute;top: 0;left: 0;	width: 100%;height: 100%;	padding-top: 20%;	background: rgba(0,0,0,0.5);text-align: center;}

.info-boxes-2 h3{font-size: 3rem;	line-height: 2.8rem;	padding: 20px 0;	color: #fff;	border-top: 1px solid #fff;	border-bottom: 1px solid #fff;
	text-align: center;	position: relative;}
	
.info-boxes-2 h3 i{	font-size: 4rem;	position: absolute;	top: -90px;	left: 50px;}

.info-boxes-2 h3 .up{	font-size: 2rem;	font-weight: bold;	line-height: 2.3rem;	position: absolute;	top: -50px;	right: 20px;}

.info-boxes-2 h3 .down{	font-size: 1.2rem;	line-height: 2rem;	padding-top: 5px;	display: block;}

.info-boxes-2 .btn{	margin-top: 30px;}

/*====================*/

.wrap-testimonial{ padding:5% 0px;}

.wrap-testimonial h1 {text-transform: uppercase;font-size: 1.8em;margin-bottom: 14px;/*background: url(../images/line.png) no-repeat bottom left;*/padding-bottom: 15px; font-weight:lighter;text-align: center;}

.testimonial {border: 1px solid #c9ced3;border-top: 3px solid #c9ced3;padding: 70px 25px 100px;margin-bottom: 30px;position: relative;margin: 1%;background: #ffffff;min-height: 332px;}

.testimonial:after{ content: "\f10d";font-family: "FontAwesome";font-weight: 900;font-size: 30px;color:#d0d2d2;position: absolute;top: 20px;left: 25px;
}
.testimonial .description{color: #666;line-height:26px;}

.testimonial .pic{width: 70px;height: 70px;position: absolute;bottom: 10px;left: 25px;}

.testimonial .pic img{ width: 100%;height: auto;}

.testimonial .testimonial-title {font-size: 13px!important; color: #3e3b3b;position: absolute;bottom: 20px;left: 150px;font-weight: normal;}

.testimonial .testimonial-title small{display: block;font-size: 13px; color: #666; margin-top: 7px;}

.owl-theme .owl-controls .owl-page.active span{ background: #00adb7;}

/*==========*/

.footer {background: #2b2525f0; padding: 10px 0px;}

.footer ul li {display: inline-block; width: 24.33%; border-left: 1px solid #999;  box-sizing: border-box;  color: #ccc;    text-align: center;}

.footer ul li i{color:#999; margin-right:5px;}

.footer ul li:first-child {text-align: left; width: 26%; border: 0px;}

.footer ul li:last-child {text-align: right;width: 23%;}

.footer ul li:nth-child(2), .footer ul li:nth-child(3) { padding-left: 25px; width: 25%;}

.footer ul li p, .footer ul li a, .footer ul li p a {font-size: 13px;    font-weight: normal;color: #ccc;font-family: 'Open Sans', sans-serif;}

.footer ul li p {font-size: 13px;font-weight: normal;color: #a29c9c;}

.bottom-fo{ background:#2b2525f0;}

.bottom-fo p{padding: 10px 0px; color:#ccc; text-align:center; font-size:11px;font-family: 'Open Sans', sans-serif;}

.bottom-fo p a {font-family: 'Open Sans', sans-serif;font-size: 13px;color: #fff;}

/*
================Login Page==================
*/

.login-page {background: url(../images/login-page-bg.png) repeat;background-attachment: fixed;height: 100%;background-position: center;background-size: 10%;}

.login-form {width: 51%;	margin: 0em auto;border: 4px solid rgba(255,255,255,.2);position: relative;	top: 25%;background: #fff;}

/*Left*/

.login-left {float: left;width: 41%;background: var(--main-color);padding: 3.3em 2em;}

.login_logo {text-align: center;width:50%;margin: 0px auto;}

.login-left h2 {background: #fff;text-align: center;margin: 15px auto 5px auto;width: 85%;text-transform: uppercase;color: var(--main-color);}

.login-left p {text-align: center;color: #fff;}

.social-icons {margin-top: 70px;}

.social-icons ul {text-align: center;}

.social-icons ul li {display: inline-block;}

.social-icons ul li a {width: 35px;height: 35px;border: 1px solid;text-align: center;font-size: 15px;color: #ffffff;display: block;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}
.social-icons ul li a i {line-height: 35px;}

.social-icons ul li a:hover {background: #fff!important;color: var(--main-color);	border: 1px solid;}

/*Right*/

.login-right {float: left;width: 59%;background-color: #fff;padding: 5%;}

.login-right h2 {font-weight: normal;font-size: 20px;	border-bottom: 1px solid;margin-bottom: 15px;}

.login-right input.email {background: url(../images/l2.png) no-repeat 98% 67%}

.login-right input.password {background: url(../images/l3.png) no-repeat 98% 67%;}

.login-right input[type="text"], .login-right input[type="password"] {outline: none;font-size: 13px;color: #000;padding: 19px 30px 10px 10px;margin: 0;
	width: 99.87%;border: none;	border-bottom: 2px solid #cecfd3;-webkit-appearance: none;font-family: ruda;}
	
.label_div {margin-top: 20px;	margin-bottom: 20px;}

.label_div label:first-child {color: #000;font-size: 13px;float: left;}

.label_div label:last-child {float: right;}

.label_div label:last-child a {color: #000;}

.label_div label input[type="checkbox"] {vertical-align: middle;}

.login_button button {padding: 8px 30px;background: var(--main-color);border: 2px solid #fff;	color: #fff;font-family: ruda;border-radius: 4px;cursor: pointer;			    -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}

.login_button button:last-child {float: right;}

.login_button button:hover {background: #fff;color: var(--main-color);border: 2px solid var(--main-color);}

/*
==========================================================================Inner page css===================================================================
*/

/*about Us*/


h2.inner_main-heading {margin-bottom: 25px;color: var(--main-color);text-transform: uppercase;/*background: url(../images/line.png) no-repeat bottom */left;padding-bottom: 15px;    font-weight: lighter;}


.inner_slider {
		height: 380px;
		width: 100%;
		background-size: cover!important;
		background-repeat: no-repeat!important;
}
		
.room-banner{background: url(../images/inner-banner/room-banner.jpg);}
.Dulex-rooms{background: url(../images/inner-banner/Dulex-rooms.jpg);}
.Premium-rooms{background: url(../images/inner-banner/Premium-rooms.jpg);}
.about-banner{background: url(../images/inner-banner/about-banner.jpg);}
.contact_slider {background: url(../images/inner-banner/contact-banner.jpg);background-position: center;}
.policy-banner{background: url(../images/inner-banner/policy-banner.jpg);}
.gallery-banner{background: url(../images/inner-banner/gallery-banner.jpg);}
.restaurant{background: url(../images/inner-banner/restaurant.jpg);}

/*Contact*/

.contact-add {background: #f1f1f1 none repeat scroll 0 0;border: 1px solid #ccc;float: left;padding: 1%;width: 30%;}

.contact-add > div {margin-top: 19px;}

.contact-add i {background: #fff none repeat scroll 0 0;border: 1px solid;color: var(--main-color); display: inline-block;font-size: 15px;height: 25px; line-height: 25px;
		margin-right: 3%;text-align: center;vertical-align: top;width: 25px;}
	
.contact-add p {display: inline-block;}
.contact-add p a{font-family: 'Open Sans', sans-serif; }

/**/

.contact-from {width: 65%;float: right;background: #f3f3f3;padding: 15px; border: 1px solid #ccc;}

form.contact-from input:nth-child(3) {margin: 25px 1.8%;}

form.contact-from input {border: 1px solid #ccc;padding: 13px;width: 31%;border-radius: 4px;}

.contact-from textarea {border: 1px solid #ccc;border-radius: 4px; padding: 1.5%; width: 98%;height:80px;}

form.contact-from button {background: var(--main-color);border: 1px solid #fff;color: #fff;cursor: pointer;display: block;font-family: oswald;font-size: 16px;    letter-spacing: 2px;margin-top: 2%;padding: 10px 15px;}
	
form.contact-from button:hover{ background:#252D30}

/*room-detail*/

.room-detail { padding-bottom: 40px;border-bottom: 1px solid #ccc;margin-bottom: 40px;}

.carousel {width:335px;border: 5px solid #fff; box-shadow: 0px 0px 3px #9a9898; float:left; overflow:hidden}

.carousel img { display:block; width:auto!important;}

.room-detail h4 {margin-bottom: 15px;border-bottom: 1px solid #000;padding-bottom: 10px;text-transform: uppercase;}

.room-detail a {  color: var(--main-color);  font-weight: normal;  text-align: center;  display: block;}

.room-text {width: 67%; float: right;}

.room-detail h4 { margin-bottom: 15px;}

ul.room-detail_ul {margin-top: 5px;}

/*room*/

table {  width: 100%;  font-family: 'Open Sans', sans-serif;  margin-bottom: 22px;  font-size: 13px;}

table, td { border: 1px solid #ccc;  border-collapse: collapse;  padding: 2px;    text-align: center;}

p.note {background: #e8e8e8; padding: 10px;font-size: 15px;text-align: left;width: 100%;line-height: 30px;}
ul.room-detail_ul li {display: inline-block;border: 1px solid #ececec;text-align: left;background: #fbf8f8; font-size: 12px;vertical-align: top; padding: 5px;
		margin-bottom: 4px;}	
	
ul.room-detail_ul li i {float: left;height: 35PX; width: 40px;background: url(../images/small-icon-set.png) no-repeat;}

ul.room-detail_ul li:first-child i{ background-position:6px 0px}
ul.room-detail_ul li:nth-child(2) i { background-position: -40px 0px;}
ul.room-detail_ul li:nth-child(3) i { background-position: -85px 0px}
ul.room-detail_ul li:nth-child(4) i { background-position: -175px 0px;}
ul.room-detail_ul li:nth-child(5) i { background-position: -224px 0px;}
ul.room-detail_ul li:nth-child(6) i { background-position: -274px 0px}
ul.room-detail_ul li:nth-child(7) i { background-position: -317px 0px}

ul.room-detail_ul li:nth-child(8) { }
ul.room-detail_ul li:nth-child(8) i { background-position: -366px 0px}

ul.room-detail_ul li:nth-child(9) i { background-position:-418px 0px}
ul.room-detail_ul li:nth-child(10) i {background-position: -471px 0px}
ul.room-detail_ul li:nth-child(11) i { background-position: -518px 0px}
ul.room-detail_ul li:nth-child(12) i { background-position: -564px 0px}
ul.room-detail_ul li:nth-child(13) i { background-position: -127px 0px}



ul.room-detail_ul li h6 { font-size: 14px; font-weight: normal; margin-bottom: 5px;}
ul.room-detail_ul li p { font-weight: bold; font-size: 15px;}



/* START TOOLTIP STYLES */
[tooltip] { position: relative;}

/* Applies to all tooltips */

[tooltip]::before,[tooltip]::after {
	text-transform: none; font-size: .9em; line-height: 1;pointer-events: none;  position: absolute;  display: none;  opacity: 0;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none; 
}
[tooltip]::before {content: ''; border: 5px solid transparent; /* opinion 4 */  z-index: 1001; /* absurdity 1 */ left:26px!important;}

[tooltip]::after {  content: attr(tooltip); /* magic! *//* most of the rest of this is opinion */  text-align: center;  
	min-width: 3em; max-width: 21em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 1ch 1.5ch; border-radius: .3ch; box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);  background: #333;  color: #fff; z-index: 1000; /* absurdity 2 */}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,[tooltip]:hover::after { display: block;}

/* don't show empty tooltips */
[tooltip='']::before,[tooltip='']::after {  display: none !important;}

/* FLOW: UP */
[tooltip]:not([flow])::before,[tooltip][flow^="up"]::before { bottom: 100%; border-bottom-width: 0; border-top-color: #333;}

[tooltip]:not([flow])::after,[tooltip][flow^="up"]::after { bottom: calc(100% + 5px);}

[tooltip]:not([flow])::before,[tooltip]:not([flow])::after,[tooltip][flow^="up"]::before,[tooltip][flow^="up"]::after { left: 50%; -webkit-transform: translate(-50%, -.5em);
					transform: translate(-50%, -.5em);}


/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
	to { opacity: .9;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}
}
@keyframes tooltips-vert {
	to {opacity: .9;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}
}

@-webkit-keyframes tooltips-horz {
	to {opacity: .9;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);}
}

@keyframes tooltips-horz {
	to {opacity: .9;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);}
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after { -webkit-animation: tooltips-vert 300ms ease-out forwards;animation: tooltips-vert 300ms ease-out forwards;}


[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {-webkit-animation: tooltips-horz 300ms ease-out forwards;animation: tooltips-horz 300ms ease-out forwards;}


/*===========
Galery
r============
*/.gallery a img {
	float: left;
	width: 20%;
	height: auto;
	border: 2px solid #fff;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 5;
}

.sl-overlay {position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: #000;opacity: .7;display: none;z-index: 1006}
.sl-wrapper {z-index: 1000}
.sl-wrapper button {border: 0;background: 0 0;font-size: 24px;	padding: 0;cursor: pointer;color: #fff;}
.sl-wrapper button:hover {opacity: .7}
.sl-wrapper .sl-close {display: none;	position: fixed;right: 30px;top: 30px;z-index: 1015}
.sl-wrapper .sl-counter {display: none;position: fixed;top: 30px;left: 30px;z-index: 1015;color: #fff;}
.sl-wrapper .sl-navigation {width: 100%;display: none}
.sl-wrapper .sl-navigation button {position: fixed;	top: 50%;margin-top: -10px;height: 30px;width: 30px;line-height: 30px;text-algin: center;display: block;
	z-index: 9999;color: #fff;}
	
.sl-wrapper .sl-navigation button.sl-next {	right: 40px}
.sl-wrapper .sl-navigation button.sl-prev {left: 40px}
.sl-wrapper .sl-image {position: fixed;-ms-touch-action: none;touch-action: none;z-index: 10000}
.sl-wrapper .sl-image img {	margin: 0;padding: 0;display: block}
.sl-wrapper .sl-image .sl-caption {	display: none;	padding: 10px;	color: #fff;background: #000;opacity: .8;	position: absolute;	bottom: 0;left: 0;right: 0
}
.sl-wrapper .sl-image .sl-download {display: none;position: absolute;bottom: 5px;right: 5px;color: #fff;z-index: 1005}
.sl-spinner {display: none;	border: 5px solid #333;	border-radius: 40px;height: 40px;left: 50%;	margin: -20px 0 0 -20px;opacity: 0;position: fixed;top: 50%;
	width: 40px;z-index: 1007;-webkit-animation: pulsate 1s ease-out infinite;-moz-animation: pulsate 1s ease-out infinite;-ms-animation: pulsate 1s ease-out infinite;-o-animation: pulsate 1s ease-out infinite;animation: pulsate 1s ease-out infinite}
	
@-webkit-keyframes pulsate {
	
	0% {transform:scale(.1);opacity:0}
	50% {opacity:1}
	100% {transform:scale(1.2);opacity:0}
}

@keyframes pulsate {
	
	0% {transform:scale(.1);opacity:0}
	50% {opacity:1}
	100% {transform:scale(1.2);opacity:0}
}
@-moz-keyframes pulsate {
	0% {transform:scale(.1);opacity:0}
	50% {opacity:1}
	100% {transform:scale(1.2);opacity:0}
}
@-o-keyframes pulsate {
	0% {transform:scale(.1);opacity:0}
	50% {opacity:1}
	100% {transform:scale(1.2);opacity:0}
}
@-ms-keyframes pulsate {
	0%, 100% {opacity:0}
	0% {transform:scale(.1)}
	50% {opacity:1}
	100% {transform:scale(1.2)}
}

/*Restaurant*/

.location_time {width: 40%;border: 1px solid #ccc; background: #f2f2f2; text-align: center; float:left;}

.location_time ul li { list-style-type: none;}

.location_time h4 { font-size: 20px; margin: 20px 0px; text-transform:uppercase;}

.location_time ul { margin-bottom: 16px;}

.hour-location figure {
		width: 60%;
		float: right;
		background: url(../images/kasturi-tower.jpg) no-repeat;
		height: 323px;
		background-size: cover;
}
/*hotel policy*/

ul.number-ul li { list-style-type: decimal!important; line-height: 28px;   margin-left: 15px; padding-left: 10px;}


/*menu*/
/*left*/
.menu_div span {
		display: inline-block;
		border-bottom: 0px solid #ccc;
		padding: 4px;
		font-size: 12px;
		font-weight: normal;
		background: #f1efef;
		border: 1px solid #ccc;
		font-family: 'Open Sans', sans-serif;
		margin: 5px 0px;
}
/*1*/
.left-aside{ width: 50%; float: left;}

.right-figure {
		width: 35%;
		float: right;
}
/*2*/

.right-aside {
		width: 67%;
		float: right;
		padding-top: 51px;
		text-align: right;
}.left-figure {  width: 30%;  float: left;}

/**/
.menu_div h4 {
		font-size: 15px;
		border-bottom: 1px solid;
		margin-bottom: 15px;
}
.menu_div {
		padding: 20px;
		margin-bottom: 15px;
}


.cycle {height: 348px;cursor: move;background-size: cover; }



.modalModifyCancel__inner{
overflow: hidden !important;
}
.BEx4IDaY4cXE{
height: 38px !important;
}     
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
margin-top: 10px;
}
#BEx4IDaY3bWR .BEx4ZXaY3bOP > div{
margin-top: -24px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bDPI{
top: 31px !important;
right: 31px !important;
}
.BEh8JJiwI1dPaBPrice{
margin-top: 3px !important;
width: 103px !important;
padding: 0px 0px 19px 3px !important;
text-transform: capitalize;
}
.BEh4IDsZ4eZE{
	color: #005C93 !important;
}
.BEh4IDsZ4dZE{
	color: #333 !important;
}
.divWidth{
	color: #333 !important;
}
#BEx4IDaY3bWD select.BEx4ZXaY3bPC, #BEx4IDaY3bWD select.BEx4ZXaY3bPP{
background: #fff !important;
color: #000 !important;
}
#BEx4IDaY3bWD input.BEx4ZXaY3bQBT{
background: #e31e24 !important;
margin-bottom: 0px !important;
margin-top: 8px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bWR a{
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#BEx4IDaY3bWD .BEx4IDaY3bQBT:hover .BEx4ZXaY3bQBT, .BEx4ZXaY3bQBT:focus{
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
background: #ffffff !important;
color: #ed8323 !important;
} 
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
		width: 240px;
		z-index: 999 !important;
		position: absolute !important;
		left: 112px !important;
		top: 167px !important;
}
.BEh4IDsZ4fZE{
				color: #e31e24 !important;
}
.BEh8JJiwI1dPaBPrice{
		background-color: #e31e24 !important;
}
.widget .BEh4IDsZ4fZE, .widget .BEh4IDsZ4eZE, .widget .BEh4IDsZ4dZE, .widget .BEh4IDsZdPr0ZE span {
		color: #e31e24 !important;
}
.BEh4IDsZ4dZENP{
		color: #e31e24 !important;
}
.widget #BEx4IDaY3bWD .BEx4ZXaY3bWR {
		border-color: #e31e24 !important;
		box-shadow: none;
}
.BExyz5i8narrowSingle-up{
	border-bottom: 5px solid #e31e24 !important;
}



.describe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;

}
.inner-overlay{
	opacity: 0;
	width: 95%;
	height: 95%;
	border: 1px solid #fff;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}
.inner-overlay p{
	color: #fff;
}
.view-more {
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
		height: 100%;
		background: var(--main-color);
		left: 0;
		padding: 5px 0px;
		cursor: pointer;
		top: auto;
		transition: transform 0.4s, opacity 0.1s 0.3s;
		transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
		-webkit-transform: translateY(85%);
		transform: translateY(85%);
}
.view-more a{
		color: #fff;
}
.view-more:hover{
	top: 0;
	-webkit-transform: translateY(0px);
		transform: translateY(0px);
		transition: transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.view-more:hover .v{
	display: none;
}
.view-more:hover .inner-overlay{
	opacity: 1;
}
.adventure-box{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}
.adventure-heading {
		text-align: center;
		padding-bottom: 50px;
		font-weight: lighter;
		font-size: 1.8em;
		text-transform: uppercase;
}
.sec-img{
	width: 40%;
	background: green;
	height: 250px;
}
.about-activities{
	width: 60%;
}
.wrapper-adve{
	overflow: hidden;/* 
	margin-bottom: 40px; */
}
.about-activities h2 {
		font-weight: 300;
		letter-spacing: 1px;
		padding-bottom: 25px;
}
.pl-40{
	padding-left: 40px;
}
.pr-40{
	padding-right: 40px;
}
.near-by-place{
	background:url(../images/destination-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed;
	width: 100%;
	padding: 3%;
	margin-top: 50px;
}
.near-by-place h1{
	font-size: 34px;
	color: #000;
	text-align: center;
	padding: 50px 0px;
	font-weight: lighter;
}
.content-inner{
	display: block;
}
.content-inner .content-box{
	width: 50%;
	float: left;
	height: 200px;
	background: red;
}
.image-hold{
	width: 50%;
	height: 100%;
	background: black;
	display: inline-block;
	position: relative;
}
.place-info{
	width: 50%;
	background: #fff;
	height: 100%;
	float: right;
	position: relative;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.bg-overlay{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.left-side:before {
	content: '';
	border: 20px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	display: block;
	left: -40px;
	position: absolute;
	top: 65px;
	z-index: 999;
}
.right-side:before{
	border: 20px solid #fff;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	left: auto;
	right: -40px;
	position: absolute;
	top: 65px;
	z-index: 999;
}

/* .pos-rel{
	position: relative;
} */

.visible-range h1{
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 14px;
}

.section-meta{
	text-align: center;
}
.range-wrap{
	width: 100%;
	margin-top: 30px;
}
.range-wrap .place-box{
	/* background: red; */
	width: 25%;
	height: 230px;
	position: relative;
	float: left;
}
.place-info {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(30,30,30,.4);
		text-align: center;
		box-sizing: border-box;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
		color: #fff;
		padding: 15px;
		opacity: 0;
}
.place-info  p{
	color: #fff;
	margin-top: 20px;
}

.inner-info-box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
}
.place-box:hover .place-info{
	opacity: 1;
}
section.visible-range {
	/* padding: 30px 0px; */
	margin-top: 5%;
}

.adve-sec{
	position: relative;
	/* padding: 30px 0px; */
	margin-top: 5%;
}
.adve-activity {
    width: 50%;
   
}
.left-padding{
	padding-left: 100px;
    padding-top: 61px;
    padding-right: 50px;
}
.right-padding{
	padding-left: 50px;
    padding-top: 61px;
    padding-right: 100px;
}
.adve-img{
	width: 50%;
	height: 300px;
}
.trekkin-bg{
	background:url(../images/adventure1.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.paragliding-bg{
	background:url(../images/paraglyding.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.birdwatching-bg{
	background:url(../images/bird.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.fruit-bg{
	background:url(../images/fruit.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.yoga-bg{
	background:url(../images/yoga.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.sunrise-bg{
	background:url(../images/sunrise.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.naulas-bg{
	background:url(../images/naula.jpg) no-repeat; background-size:cover;  background-position: center;;
}
.wrap-adve{
	position: relative;	

}
.adve-activity h2 {
    font-weight: 300;
    margin-bottom: 20px;
}
.inner-contetn{

}
.inner-contetn>p {
    text-align: justify;
}
.wrapper-adve{
	background-color: #f5f5f5;
}
ul.ul-tab li {
    display: inline-block;
    width: 33.1%;
    background: var(--main-color);
    padding: 2px 0px;
    text-align: center;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
}

ul.ul-tab li i:before{
	font-size: 44px;
}
.reach {
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
}

ul.reach-ul li {
    display: block;
    color: #000;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
.reach1{
	display: block;
}
.active-tab{
	background: var(--active-tab-bg)!important;
}
.reach-how{
	padding-top: 5%;
}
tr.th-bg {
    background: #f5f5f5;
}

tr.th-bg th {
    padding: 15px;
}

tbody.room-type tr td {
    padding: 12px;
}
.room-type-table {
    margin-top: 50px;
}
.bg-clr{
	background-color: #f5f5f5;
}
.reach-way-wrap {
    margin-top: 10px;
}
.destination1 h1 {
    padding-bottom: 40px;
    padding-top: 0px;
}
.about-location{
	width: 50%;
}
.hotel-img{
	width: 50%;
}
.heritage-img{
	position: relative;
    /* box-shadow: 14px -14px 0 0 rgba(var(--themecolorrgba,253,92,99), 0.15); */
    /* box-shadow: -14px -14px 0 0 rgb(232 67 70 / 66%); */
}

.about-location {
    width: 50%;
    /* padding-left: 50px; */
    padding-bottom: 20px;
    position: relative;
}

.loc-white {
    background: #fff;
    padding: 20px;
    padding-left: 40px;
    /* position: absolute; */
    /* top: 0; */
    transform: translateY(11%);
}
.hotel-location{
	background-color: #f5f5f5;
	padding: 5% 0% 6% 0%;
}
ul.ul-tab {
    text-align: center;
}
section.near-by-city {
    padding-top: 10%;
}
h1.near-by-city {
    text-align: center;
    padding-bottom: 18px;
    font-weight: lighter;
    font-size: 1.8em;
    text-transform: uppercase;
}

.navigate{
	padding: 60px 0px;
}

aside.hotel-add-link {
    box-sizing: border-box;
    width: 49%;
    float: left;
}
.inner-wrapper {
    border: 1px solid #ccc;
    text-align: center;
    padding: 28px 0px;
}
.mr-20 {
    margin-right: 22px;
}
.hotel-add {
    margin-top: 10px;
    margin-bottom: 20px
}

.continue-btn {
    background: var(--main-color);
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}
.continue-btn:hover {
    background: var(--main-color);
}
.heading-h1 {
    font-size: 1.8em;
    margin-bottom: 14px;
    padding-bottom: 15px;
    font-weight: lighter;
    text-align: center;
}
.continue-btn:hover i {
    padding-left: 6px;
    transition: all .3s ease-in-out;
}

/* contact form css */
.con-form{
	width: 350px;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, .5);
	position: fixed;
	right: -350px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	z-index: 99999999;
	transition: 0.3s ease-in-out;
	border: 1px solid #EFF0F0;
}
.form-input input, textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #ccc;
}
.form-input {
    margin-top: 15px;
    transition: 0.3s ease-in-out;
}
input.send-msg {
    background: var(--main-color);
    color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
}
.toggal-btn p {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    padding: 5px 29px;
    font-weight: bold;
}
.toggal-btn p:after {
    content: '\f177 ';
    position: absolute;
    font-family: Fontawesome;
    transform: rotate(90deg);
    margin-left: 1px;
}

.toggal-btn-close p:after {
    content: '\f178'!important;
}
.toggal-btn {
    position: absolute;
    top: 50%;
    left: -85px;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.toggal-active{
	right: 0!important;
}
.bookig-check input {
    width: unset!important;
}
.bookig-check label {
    font-size: 14px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
}
.width-100 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-w-4{
	box-sizing: border-box;
	width: 22.6%;
	margin: 0px 8px 15px 8px;
}
.col-w-3{
	box-sizing: border-box;
	width: 30.9%;
	margin: 0px 8px 15px 8px;
}
.col-w-12{
	box-sizing: border-box;
	width: 100%;
	margin: 0px 8px 15px 8px;
}
.col-w-2{
	box-sizing: border-box;
	width: 47.6%;
	margin: 0px 8px 15px 8px;
}
.width-100 label {
    display: block;
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 10px;
}
.form-inp {
    width: 100%!important;
    outline: none;
    height: 48px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #282727;
}

.booking-info-box{
	margin-top: 20px;
	display: none;
}
.mt-2{
	margin-top: 20px;
}
.notice-box span {
    font-family: 'Open Sans';
    font-size: 13px;
}
.notice-box {
    background: #eca3a3;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}
.col-w-12.pb-0 {
    margin-bottom: 0px;
}

/* new navigatio by pramod */
/* .body-start-here {
    position: relative;
}
.main-navigation {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 22;
    background: rgba(0, 0, 0, 0.22);
} */


ul.gallery {
    text-align: center;
    display: block;
}

ul.gallery li {
    width: 24%;
    display: inline-block;
    height: 220px;
}

ul.gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.this-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #00000091;
    display: none;
}
.this-loader img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-model-main, .custom-model-main1, .custom-model-main2 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.popup-hcard{
	padding: 10px;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.room-info-table {
    width: 80%;
    margin: 0px auto;
    margin-top: 8px;
}
tbody.room-type {
    background: #fff;
}
.room-info-table table{
	margin-bottom: 10px;
}
.room-img{
	width: 75%;
	/* max-height: 450px; */
}
.alert-msg, .alert-msg a{color: red; font-size: 13px; text-align: center; margin-bottom: 5px;line-height: 16px;}

/* whatsapp chat css start*/

.whatsapp-chat-main-wrap{
	display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right: 0px;
    left: auto;
}
.wh-chat-btn{
	height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
}
.icon-wrap{
	display: flex;
}
.chat-window-active{
	/* box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px; */
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    /* pointer-events: all; */
    visibility: visible;
    /* touch-action: auto; */
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
    width: 360px;
}
.chat-window {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    /* pointer-events: none; */
    /* touch-action: none; */
    visibility: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    margin-bottom: 80px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
    width: 360px;
}
.win-close-btn{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.win-close-btn:before, .win-close-btn:after{
	content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}
.win-close-btn:before{
	transform: rotate(45deg);
}
.win-close-btn:after{
	transform: rotate(-45deg);
}
.chat-win-header{
    background: rgb(9, 94, 84);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
}
.user-img-chat-win{
	width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.user-img-chat-win:before{
	content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(9, 94, 84);
}
	
.user-img-container{
	height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.user-img-container:after {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden;
}
.user-img-main{
	min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/live-chat.jpg');
}
.user-info-header{
	margin-left: 16px;
    margin-right: 16px;
}
.user-name-main{
	font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto';
}
.user-tagline{
	font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto';
}
.chat-win-body{
	padding: 20px 12px 10px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}
.chat-win-body:before{
	display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url('../images/whatsapp.png');
}
.chat-msg-container{
	display: flex;
    z-index: 1;
}
.chat-msg-main{
	padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 8px;
    max-width: calc(100% - 66px);
}
.chat-msg-main:before{
	position: absolute;
    background-image: url('../images/arrow-whatsapp.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.chat-auth-name{
	font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
    font-family: 'Roboto';
}
.chat-text-msg{
	font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
    font-family: 'Roboto';
}
.chat-time{
	text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
    font-family: "Arial", sans-serif;
}
.chat-input{
    position: relative;
    display: flex;
    z-index: 2;
    margin-top: 10px;
}
.chat-input textarea {
	margin-bottom: 0;
    outline: none;
    resize: none;
    padding: 11px;
    border-radius: 30px;
    font-size: 14px;
    height: 42px;
    font-family: "Arial", sans-serif;
}
.send-it-wrap {
    background: #095e54;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
}
.send-it-wrap a {
    color: #fff;
    border-radius: 70%;
    display: block;
    padding: 8px;
}
.send-it-wrap a i {
    transform: rotate(49deg);
}	
@media screen and (max-width:414px) {
	.chat-window-active,.chat-window{
		width: 88%;
	}
}

/* whatsapp chat css end*/