@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
body {
	background: #fff;
	color: #333;
	font-size: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	margin: .5rem 0;
	font-weight: 300;
	line-height: 1.2;
}
p, a, li {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 14px;
}
button:focus {
    outline: none;
}
.btn {
	border-radius: 0;
}
.img-thumbnail {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	max-width: 100%;
	height: auto;
}
/* width */
::-webkit-scrollbar {
 width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px grey;
 background-color: #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #00b0b0;
box-shadow: inset 0 0 5px grey;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #1d6571;
 box-shadow: inset 0 0 5px grey;
}
/*five column in a row start*/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
.col-sm-15 {
	width: 20%;
	float: left;
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}
/*five column in a row end*/
.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.chera-logo {
	max-width: 120px;
}
.bg-primary {
	background-color: #ffefc4 !important;
}
/*navbar start*/
.main-menu-c {
	background-color: transparent;
	padding: 0;
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.19);
}
.home-header .main-menu-c.scrolled {
	background-color: #fff;
	padding: 0;
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.19);
	border-bottom: 1px solid #f7a93d;
}
.home-header .fixed-top {
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 1030;
	opacity: 1;
	transition: all .5s linear;
	z-index: 999;
	max-height: 100px;
	background: rgba(33, 37, 41, .3);
}
.home-header .fixed-top .logo {
	display: none;
}
.home-header .fixed-top .logo-white {
	display: block;
}
.home-header .fixed-top.scrolled .logo {
	display: block;
	transition: all .5s linear;
}
.home-header .fixed-top.scrolled .logo-white {
	display: none;
	transition: all .5s linear;
}
.home-header .fixed-top.scrolled {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	opacity: 1;
	visibility: visible;
	transition: all .5s linear;
}
.bg-light {
    background-color: #fffff6!important;
}
#standardroom .modal-content, #superiorroom .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffefc4;
	background-clip: padding-box;
	border: 1px solid #ffffff;
	border-radius: 0;
	outline: 0;
}
#standardroom .close, #superiorroom .close {
	float: right;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #ecbd3f;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	right: 30px;
}
.home-header .main-menu-c.scrolled .navbar-nav .nav-link {
	color: #333;
	text-transform: uppercase;
	transition: all .5s linear;
}
.main-menu-c .navbar-nav .nav-link {
	color: #fff;
	padding: 10px;
}
.main-menu-c .navbar-nav .active>.nav-link {
	color: #fff;
	background-color: transparent;
}
.home-header .main-menu-c.scrolled .navbar-nav .active>.nav-link {
	color: #333;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(112, 169, 56);
}
/*navbar end*/
.chera-banner {
	background-image: url("../images/banner.jpg");
	padding: 18% 0 18% 0;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -70px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0);
}
.banner-text {
	color: #fff;
	margin-top: 15%;
}
.banner-text h1 {
	font-weight: bolder;
	font-family: 'Montserrat', sans-serif;
}
.banner-text h3 {
	font-weight: bolder;
	margin-top: 0;
	font-size: 30px;
	letter-spacing: 3px;
}
.banner-text p {
	margin: 0px 0px 30px 0px;
}
.banner-btn-1 {
	background-color: #fff;
	color: #333;
	padding: 15px 15px 15px 15px;
}
.banner-btn-1:hover {
	border: 1px solid#fff;
	color: #fff;
	padding: 15px 15px 15px 15px;
	background: none;
}
.banner-btn-2 {
	border: 1px solid #fff;
	color: #fff;
	padding: 15px 15px 15px 15px;
	margin-left: 10px;
}
.banner-btn-2:hover {
	background-color: #fff;
	color: #333;
	padding: 15px 15px 15px 15px;
	margin-left: 10px;
}
.banner-btn-3 {
	background-color: #fff;
	color: #333;
	padding: 12px 15px 12px 15px;
}
.banner-btn-3:hover {
	border: 1px solid#fff;
	color: #fff;
	padding: 12px 15px 12px 15px;
	background: none;
}
.btn-3 {
	background-color: #0b152e;
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
}
.btn-3:hover {
	background-color: #fff;
	border: 1px solid#050a17;
	color: #050a17;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
}
.standard-rooms-button {
	text-align: center;
}
.contact-inner i {
	font-size: 35px;
}
.contact-border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.contact-sub {
	padding: 20px 0px 20px 0px;
}
.chera-trip-advise {
	background-color: #16b087;
	padding: 20px 0px 20px 0px;
}
.chera-rooms {
	background-image: url("../images/stanardroom1.jpg");
	padding: 100px 0px 100px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.standard-rooms {
	background-color: #ffffffde;
	border: solid 2px #ffffff;
	padding: 13px;
	background-clip: content-box;
}
.rooms-inside {
	padding: 10px 30px 10px 30px;
}
.rooms-inside img {
	max-width: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.standard-rooms h3 {
	font-weight: bolder;
	color: #0b152e;
}
.standard-rooms p {
	margin-top: 40px;
}
.chera-rooms-2 {
	background-image: url("../images/superiorroom1.jpg");
	padding: 100px 0px 100px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.thumbnail {
	margin-bottom: 0px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	margin-top: 10%;
	width: 5%;
}
.image-chera {
	display: block;
	width: 100%;
	height: auto;
}
.overlay-gallery {
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 14px;
	right: 0;
	height: 92%;
	width: 89%;
	opacity: 0;
	transition: .5s ease;
	background-color: #0000006b;
}
.che-inside-gallery {
	margin-top: 20px;
}
.che-inside-gallery:hover .overlay-gallery {
	opacity: 1;
}
.text-inside {
	color: white;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.text-inside i {
	color: #fff;
	font-size: 40px;
	border: 1px solid #fff;
	border-radius: 25px;
}
.gallery-heading img {
	max-width: 100px;
	margin-bottom: 40px;
}
.room-heading img {
	margin-bottom: 40px;
}
.chera-services {
	background-image: url("../images/services-banner.jpg");
	padding: 50px 0px 50px 0px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.services-heading h2 {
	color: #fff;
}
.services-heading img {
	max-width: 100px;
}
.strt-booking-heading img {
}
.services-inside {
	margin-top: 50px;
}
.services-inside i {
	color: #fff;
	font-size: 100px;
}
.services-inside p {
	color: #fff;
}
.chera-holiday {
	padding: 50px 0px 50px 0px;
}
.holiday-inside {
	margin-top: 50px;
}
.holiday-inside i {
	font-size: 100px;
	border: 1px solid #333;
	padding: 15px 15px 15px 15px;
	border-radius: 72px;
}
.holiday-inside i:hover {
	font-size: 100px;
	background-color: #eac01c;
	padding: 15px 15px 15px 15px;
	border-radius: 72px;
	color: #fff;
	border: 1px solid #eac01c;
}
.holiday-inside p {
	margin-top: 30px;
}
.holiday-headline h1 {
	font-weight: bolder;
}
.holiday-headline p {
	margin-top: 20px;
}
.holiday-headline img {
	max-width: 100px;
}
.chera-booking {
	background-image: url("../images/booking.jpg");
	padding: 50px 0px 0px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: -2px 10px 18px -6px rgba(0,0,0,0.3);
}
.chera-booking form {
	margin: 10px 0px 30px 0px;
}
.con-heading {
	padding: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 2px solid #fff;
}
.con-heading h2 {
	color: #fff;
	font-weight: bolder;
}
.con-heading h3 {
	color: #fff;
	font-weight: bolder;
	margin-top: 10px;
}
.con-sub {
	padding: 30px 10px 30px 40px;
	border-top: 2px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: #fff;
}
.con-sub i {
	font-size: 24px;
}
.icon-locate-1 {
	list-style: none;
	display: block;
	font-family: 'Montserrat', sans-serif!important;
	margin-top: 5px;
}
.icon-locate-1:before {
	content: "\e912";
	font-family: 'icomoon' !important;
	font-size: 24px;
	margin-left: -35px;
	position: absolute;
}
.icon-call {
	list-style: none;
	display: block;
	font-family: 'Montserrat', sans-serif!important;
	margin-top: 20px;
}
.icon-call:before {
	content: "\e90c";
	font-family: 'icomoon' !important;
	font-size: 24px;
	margin-left: -35px;
	position: absolute;
}
.icon-mail {
	list-style: none;
	display: block;
	font-family: 'Montserrat', sans-serif!important;
	margin-top: 20px;
}
.icon-mail:before {
	content: "\e914";
	font-family: 'icomoon' !important;
	font-size: 24px;
	margin-left: -35px;
	position: absolute;
}
/* Style inputs with type="text", select elements and textareas */
input[type=tel], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */
	border: 1px solid #ffffff; /* Gray border */
	border-radius: 0px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 10px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */;
}
/* Style inputs with type="text", select elements and textareas */
input[type=email], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */
	border: 1px solid #ffffff; /* Gray border */
	border-radius: 0px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 10px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */
	border: 1px solid #ffffff; /* Gray border */
	border-radius: 0px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 10px; /* Bottom margin */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */;
	background-color: #0000;
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
	background-color: #45a049;
}
input[type=number] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ffffff;
	border-radius: 0px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 10px;
	resize: vertical;
}
input[type=date] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ffffff;
	border-radius: 0px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 10px;
	resize: vertical;
}
.inside-form {
	background: #fff;
	padding: 10px 25px 20px 25px;
}
.booking-heading {
	margin-bottom: 10px;
}
.booking-heading h3 {
	font-weight: bolder;
}
.booking-heading img {
	max-width: 100px;
}
.btn-book {
	color: #fff;
	background-color: #0b152e;
	padding: 10px 10px 10px 10px;
}
.btn-book:hover {
	color: #0b152e;
	border: 1px solid #0b152e;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}
.inside-address {
	margin-top: 103px;
}
.chera-map {
}
.chera-footer-lgo {
	max-width: 100px;
	margin: 0px auto;
}
.room-details-text {
	padding: 10px 20px 16px 20px;
}
.room-details-text h2 {
	font-weight: bolder;
	color: #0b152e;
	margin-top: 30px;
	font-size: 27px;
}
.room-details-text h5 {
	color: #0b152e;
	margin-top: 40px;
	font-size: 16px;
}
.room-detail-table td {
	padding: 10px 20px 0px 0px;
}
.room-details-text i {
	color: #0b152e;
}
.rmm-main-row {
	-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.26);
	padding: 15px;
}
.color-red {
	color: #d2232a;
}
.bg-color-blue {
	background-color: #fee7e0;
}
.bg-color-grey {
	background-color: #f1f2f2;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 50px;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	width: 100%;
	padding-left: 30px;
}
.room-slide-btns {
/* position: absolute; */
	/* bottom: 10%; */
	/* right: 20%; */
}
.left-custom-arrow i {
	position: absolute;
	bottom: 3%;
	left: 5%;
	color: white;
	font-size: 25px;
	border: 1px solid#fff;
	padding: 4px 10px 4px 10px;
	border-radius: 34px;
}
.right-custom-arrow i {
	position: absolute;
	bottom: 3%;
	left: 15%;
	color: white;
	font-size: 25px;
	border: 1px solid#fff;
	padding: 4px 9px 4px 10px;
	border-radius: 34px;
}
.chera-food-text {
	position: absolute;
	bottom: 0px;
	left: 16px;
	background: linear-gradient(#00000005, #000000d4);
	width: 91%;
	padding: 10px 0px 5px 25px;
	color: #fff;
}
.food-menu-inner {
	margin-top: 30px;
}
.food-heading img {
	margin-bottom: 30px;
}
#mySidenav a {
	position: fixed;
	right: -130px;
	transition: 0.3s;
	padding: 8px 10px 8px 12px;
	width: 170px;
	text-decoration: none;
	font-size: 16px;
	color: white;
	z-index: 4;/* border-radius: 0 5px 5px 0; */
}
#mySidenav a:hover {
	right: 0;
}
#about {
	top: 200px;
	background-color: #08b9ab;
}
#blog {
	top: 238px;
	background-color: #6d3a8f;
}
#projects {
	top: 276px;
	background-color: #385a96;
}
#contact {
	top: 314px;
	background-color: #e00000;
}
.socio-side-fxd {
	position: fixed;
	top: 50%;
}
.sidenav i {
	margin-right: 20px;
}
.feedback-input {
	background-color: #0000;
}
.chera-booking select {
	background-color: #0000;
	color: #fff;
}
.chera-booking option {
	color: #333;
	padding: 10px;
	margin-top: 20px;
}
.chera-booking {
	padding: 50px 0px 50px 0px;
}
 input[type=date]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 display: none;
}
.chera-signboard {
}
.chera-signboard img {
	position: absolute;
	max-width: 300px;
	bottom: -200px;
}
textarea:focus {
	background-color: #fff;
	color: #000;
}
textarea:focus::placeholder {
 color: #999;
}
textarea::placeholder {
 color: #fff;
}
textarea {
	color: #fff;
}
input {
	color: #fff;
}
input:focus {
	background-color: #fff;
	color: #000;
}
input::placeholder {
 color: #fff;
}
input:focus::placeholder {
 color: #999;
}
.cntct-ftr {
	margin-top: 0;
}
#return-to-top {
	position: fixed;
	bottom: 47px;
	right: 20px;
	background-color: #09182f;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	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: 10;
}
#return-to-top i {
	color: #eac01c;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
.footer-fxd-cls {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.chera-main {
	z-index: 3;
	position: relative;
	background-color: #fff;
	}
.chera-contact {
	background-color: #16b087;
	color: #fff;
}
.chera-contact a {
	color: #fff;
}
.chera-contact a:hover {
	text-decoration: none;
}
.typ-cal-icon i {
	color: #fff;
	position: absolute;
	right: 10%;
	top: 35%;
}
po {
	list-style-type: none;
}
.fotr-socio-i i {
	padding: 10px;
	box-shadow: 0 2px 9px 0px #999;
}
.ftr-socio-nw img {
	width: 40px;
}
.ftr-socio-nw ul li {
	display: inline-block;
}
.ftr-socio-nw ul {
	padding-left: 0;
}
.chera-trip {
	color: #fff;
	font-size: 30px;
	background-color: #08b9ab;
}
.chera-instagram {
	color: #fff;
	font-size: 30px;
	background-color: #6d3a8f;
}
.chera-facebook {
	color: #fff;
	font-size: 30px;
	background-color: #385a96;
}
.chera-youtube-icon {
	color: #fff;
	font-size: 30px;
	background-color: #e00000;
}
.highlights-text {
	color: #bb0000;
	font-weight: bold;
}
.cher-prem-fetu ul li {
	padding: 5px;
	color: #333;
}
.cher-prem-fetu ul li i {
	padding-right: 5px;
}
.cher-prem-fetu {
	padding: 30px 0;
	border: 1px solid #e0c764;
	background: #fff;
}
.close {
	float: right;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #969696;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	right: 10px;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.expand-on-click p {
	line-height: 1.5;
}
.chera-ayurveda {
	padding: 50px 0px 50px 0px;
	background-color: #fff;
}
.chera-distance h4 {
	margin-top: 20px;
	font-weight: bolder;
}
.padding-top-30per {
	padding-top: 30%;
}
.txt-over-img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: #fff;
}
.container-txt-over-img {
	position: relative;
	overflow: hidden;
}
.container-txt-over-img img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}
.container-txt-over-img:hover img {
	transform: scale(1.1);
}
.container-txt-over-img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 0;
}
.mb-3 {
	margin-bottom: 20px;
}
.btn-4 {
	background-color: transparent;
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
	border: 2px solid #fff;
}
.btn-4:hover {
	background-color: transparent;
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 20px 0px 20px 0px;
	border: 2px solid #fff;
}
.box {
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.box:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.list-style {
	margin: 0;

	padding: 0;
}
.list-style li {
	list-style: none;
	list-style-position: inside;
}
.list-style li:before {
	content: '\f18c';
	font-family: "Font Awesome 5 Brands";
	padding-right: 10px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	z-index: 999;
}
.navbar-dark {
	background: #00000040;
	padding-top: 0;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
}
.nav-link {
	display: block;
	padding: 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
.navbar-default {
	background-color: #09182f!important;
}
.contact-border {
	border: none!important;
}
.carousel-caption {
	position: absolute;
	left: 0!important;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	width: 100%;
	padding-left: 30px;
	background: none;
}
.left-custom-arrow i {
	position: absolute;
	bottom: 3%;
	color: white;
	font-size: 25px;
	border: 1px solid#fff;
	padding: 4px 10px 4px 10px;
	border-radius: 34px;
}
.navbar-fixed-top.scrolled {
	background-color: #09182f !important;
	border: 0!important;
	padding: 5px 0;
}
.chera-banner {
	margin-top: 40px!important;
}
.banner-text h1 {
	font-size: 18px;
}
.banner-text h3 {
	font-size: 25px!important;
}
.banner-text {
	margin-top: 50%!important;
}
.chera-banner {
	height: 100vh!important;
}
.chera-booking, .chera-services {
	background-attachment: inherit!important;
}

 @media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}
}
@media (max-width: 991px) {
.navbar {
	background-color: #09182f!important;
	/* border-color: #e7e7e7; */
	padding: 5px 0;
}
.chera-logo {
	max-width: 60px;
}
.navbar-brand {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.navbar-toggler {
	float: none;
	margin: 0 auto;
	border-width: 0;
	border-radius: 0;
	padding-top: 60px;
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background: #09182f;
	padding: 0px 10px;
}
.home-header .main-menu-c.scrolled .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
 padding: .5rem 0;
 margin: .125rem 0 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
 border-radius: .25rem;
}
.dropdown-item {
	display: block;
	width: 100%;
 padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 80%;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.navbar-nav a {
	font-size: 14px;
	text-transform: uppercase;
}
.chera-welcome .carousel-caption {
	position: absolute;
	z-index: 10;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	width: 100%;
	padding-left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.chera-footer {
	background-image: url(../images/footer-mobile.png);
	padding: 50px 0px 10px 0px!important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.chera-main{
    padding-top:20px;
}
	.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    top: 15px;
    right: 15px;
}

.banner-btn-mobi {
	position: fixed;
	bottom: 0;
	color: #333;
	z-index: 99;
	left: 0;
	right: 0;
font-weight: bolder;
    margin-bottom: 0;
     background-color: #fbdf59;
}

.banner-btn-mobi li{
     margin-right: 0 !important;
   float:left;
   text-align:center;
}
.banner-btn-mobi li:nth-child(1){
     width: 25%;
}

.banner-btn-mobi li:nth-child(2){
      width: 50%;
}
.banner-btn-mobi li:nth-child(3){
     width: 25%;
}
.banner-btn-mobi a, .banner-btn-mobi a:hover {
	text-decoration: none;
	color: #403504;
	font-size: 20px;
}
}
@media (min-width: 992px) {
	.chera-main{
    margin-top: -50px;
}
.chera-welcome .carousel-caption {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
	margin-top: 100px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	width: 100%;
	padding-left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.chera-footer {
	background-image: url(../images/footer.png);
	padding: 20px 0px 20px 20px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
	.whatsappicon{
    position:fixed;
    right:15px;
    bottom:15px;
    background: #25D366;
    padding: 10px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    z-index:99999;
    border: 1px solid #fff;
}
	.whatsappicon i{
font-size: 48px;
    color: #ffffff;
}
    
}

footer a,footer a:hover{
    color:#333;
}
@media only screen and (max-width: 767px) {
.wpcf7 input[type="date"]:before {
    content: attr(placeholder);
}
}