/******************************************************************
  Template Name: Hotel Template
  Description: Hotel HTML Template
  Author: colorlib
  Author URI: https://www.colorlib.com/
  Version: 1.0
  Created: colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Room Availability Section
6.  About Section
7.  Fecilities Section
8.  Testimonial Section
9.  Footer
10. Other Pages Style

-------------------------------------------------------------------*/


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Taviraj", serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
	font-family: "Taviraj", serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #858585;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #081624;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 40px;
	font-style: normal;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 80px;
}

.section-title h1 {
	color: #242424;
	font-size: 72px;
	font-weight: 400;
	line-height: 72px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 23px;
	/* padding-bottom: 100px; */
	
}
.spad-1 {
	padding-top: 23px;
	/* padding-bottom: 100px; */
	margin-top: -72px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #000;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 0;
	padding-left: 34px;
	padding-right: 64px;
	color: #081624;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	border: 2px solid #AE954B;
	position: relative;
	cursor: pointer;
	margin-right: 20px !important;
}

.primary-btn i {
	position: absolute;
	right: 25px;
	top: 14px;
	font-size: 21px;
	color: #AE9548;
}

.submit-btn {
	color: #ffffff;
	background: #82D026;
	font-size: 14px;
	font-weight: 400;
	border: none;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.el-title {
	margin-bottom: 75px;
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

/*---------------------
  Header
-----------------------*/

.header-section {
	background: #ffffff;
	padding: 20px 0;
	position: absolute;
	left: 0;
	width: 100%;
}

.header-section.other-page {
	border-bottom: 1px solid #ae9548;
}

.header-section.other-page .inner-header .main-menu {
	margin-right: 0;
}

.header-section.other-page .inner-header .main-menu ul li {
	margin-right: 38px;
}

.header-section.other-page .inner-header .top-widget {
	float: right;
}

.header-section.other-page .inner-header .top-widget .top-info {
	float: left;
}

.header-section.other-page .inner-header .top-widget .top-info.address {
	margin-right: 40px;
}

.header-section.other-page .inner-header .top-widget .top-info.phone-num {
	float: right;
	position: relative;
}

.header-section.other-page .inner-header .top-widget .top-info.phone-num img {
	position: absolute;
	left: 0;
	top: -3px;
}

.header-section.other-page .inner-header .top-widget .top-info.phone-num span {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 18px;
	display: inline-block;
	margin-left: 45px;
}

.inner-header .logo {
	float: left;
	padding-left: 35px;
	margin-right: 30px;
}

.inner-header .logo a {
	display: block;
}

.inner-header .main-menu {
	/* float: left; */
	margin-right: 25px;
}

.inner-header .main-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.inner-header .main-menu ul li:hover a {
	color: #ae9548;
}

.inner-header .main-menu ul li .drop-menu {
	position: absolute;
	left: 0;
	top: 70px;
	background: #ffffff;
	width: 220px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.inner-header .main-menu ul li .drop-menu li {
	display: block;
	margin-right: 0;
}

.inner-header .main-menu ul li .drop-menu li:hover a {
	color: #ae9548;
}

.inner-header .main-menu ul li .drop-menu li a {
	color: #242424;
	display: block;
	padding: 7px 20px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.inner-header .main-menu ul li a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.5px;
}

.active{
	color: #b49548 !important;
	
}

.inner-header .main-menu ul li:hover>.drop-menu {
	top: 30px;
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.inner-header .top-info {
	float: right;
	position: relative;
}

.inner-header .top-info img {
	position: absolute;
	left: 0;
	top: 2px;
}

.inner-header .top-info span {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
	display: inline-block;
	margin-left: 45px;
	max-width: 160px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero Slider
-----------------------*/

.slider-item .single-slider-item {
	height: 938px;
	padding-top: 395px;
}

.slider-item .single-slider-item h1 {
	font-size: 96px;
	color: #ffffff;
	line-height: 96px;
}

.slider-nav {
	position: absolute;
	right: 0;
	top: 0;
}

.slider-nav .single-slider-nav {
	display: inline-block;
	margin-right: 26px;
}

.slider-nav .single-slider-nav.last {
	margin-right: 0;
}

.slider-nav .single-slider-nav:hover .nav-text {
	background: #ffffff;
	border: 1px solid #ae9548;
	border-top: 0;
}

.slider-nav .single-slider-nav:hover .nav-text p {
	color: #081624;
}

.slider-nav .single-slider-nav .nav-text {
	background: #353535;
	padding: 8px 15px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #353535;
	border-top: 0;
}

.slider-nav .single-slider-nav .nav-text p {
	color: #ffffff;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.slider-nav .single-slider-nav .nav-text p i {
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 20px;
	color: #ae9548;
}

/*---------------------
  Room Availability
-----------------------*/

.room-check {
	padding-bottom: 52px;
}

.room-item {
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 15px 75px 6px #ECECEC;
	box-shadow: 2px 15px 75px 6px #ECECEC;
}

.room-item .room-pic-item.owl-carousel .owl-nav button[type=button] {
	color: #AE9548;
	font-size: 26px;
	height: 69px;
	width: 52px;
	background: #353535;
	line-height: 72px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-34.5px);
	transform: translateY(-34.5px);
}

.room-item .room-pic-item.owl-carousel .owl-nav button[type=button].owl-next {
	left: auto;
	right: 0;
}

.room-item .room-text {
	overflow: hidden;
	padding-left: 35px;
	padding-top: 35px;
	padding-right: 45px;
	padding-bottom: 37px;
}

.room-item .room-text .room-title {
	overflow: hidden;
	margin-bottom: 36px;
}

.room-item .room-text .room-title h2 {
	float: left;
	font-size: 25px;
	color: #2d220f;
}

.room-item .room-text .room-title .room-price {
	float: right;
	position: relative;
}

.room-item .room-text .room-title .room-price span {
	position: absolute;
	left: -40px;
	bottom: 7px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 14px;
	color: #2d220f;
}

.room-item .room-text .room-title .room-price h2 {
	font-size: 25px;
	color: #081624;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.room-item .room-text .room-features {
	overflow: hidden;
}

.room-item .room-text .room-features .room-info {
	float: left;
	text-align: center;
	margin-right: 50px;
}

.room-item .room-text .room-features .room-info.last {
	margin-right: 0;
}

.room-item .room-text .room-features .room-info i {
	display: block;
	color: #ae9548;
	margin-bottom: -4px;
}

.room-item .room-text .room-features .room-info span {
	display: block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #2d220f;
}

.check-form {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 55px;
	padding-bottom: 61px;
	border: 2px solid #AE9548;
	margin-bottom: 40px;
}

.check-form h2 {
	font-size: 36px;
	font-weight: 400;
	color: #081624;
	margin-bottom: 40px;
}

.check-form .datepicker {
	margin-bottom: 52px;
}

.check-form .datepicker .date-select {
	display: inline-block;
	position: relative;
	margin-right: 56px;
}

.check-form .datepicker .date-select.to {
	margin-right: 0;
}

.check-form .datepicker .date-select p {
	font-size: 14px;
	color: #081624;
	margin-bottom: 2px;
	font-weight: 400;
}

.check-form .datepicker .date-select input {
	font-size: 14px;
	font-weight: 600;
	color: #242424;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	opacity: 0.5;
	border: none;
	letter-spacing: 1.2px;
	height: 48px;
	border-bottom: 1px solid #888888;
	width: 100%;
	display: block;
}

.check-form .datepicker .date-select img {
	position: absolute;
	right: 0;
	bottom: 16px;
}

.check-form .room-quantity {
	margin-bottom: 34px;
}

.check-form .room-quantity .single-quantity {
	display: inline-block;
	margin-right: 105px;
}

.check-form .room-quantity .single-quantity.last {
	margin-right: 0;
}

.check-form .room-quantity .single-quantity p {
	font-size: 14px;
	color: #081624;
	margin-bottom: 2px;
	font-weight: 400;
}

.check-form .room-quantity .single-quantity .pro-qty {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #8C9299;
}

.check-form .room-quantity .single-quantity .pro-qty .qtybtn {
	float: left;
	width: 15px;
	text-align: center;
	cursor: pointer;
	display: block;
	color: #081624;
	font-size: 18px;
	letter-spacing: 0.4px;
	font-weight: 300;
}

.check-form .room-quantity .single-quantity .pro-qty input {
	width: 81%;
	border: none;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #081624;
	opacity: 0.25;
	letter-spacing: 0.4px;
	margin-top: -2px;
}

.check-form .room-selector {
	display: block;
}

.check-form .room-selector p {
	font-size: 14px;
	color: #242424;
	margin-bottom: 2px;
	font-weight: 400;
}

.check-form .room-selector .nice-select {
	border-radius: 0;
	border-bottom: 1px solid #888888;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	width: 100%;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 55px;
}

.check-form .room-selector .nice-select span {
	color: #242424;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	opacity: 0.5;
}

.check-form .room-selector select {
	width: 100%;
}

.check-form button {
	font-size: 18px;
	color: #081624;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	background: transparent;
	border: none;
	cursor: pointer;
	position: relative;
	float: right;
	margin-right:25px;
}

.check-form button i {
	line-height: 16px;
	margin-top: 6px;
	position: absolute;
	right: -45px;
	bottom: 7px;
	font-size: 31px;
	color: #AE9548;
}

.nice-select {
	border: 0;
}

.nice-select.open .list {
	width: 100%;
}

.nice-select:after {
	border-bottom: 1px solid #0E0E0E;
	border-right: 1px solid #0E0E0E;
	height: 10px;
	width: 10px;
	right: 4px;
	top: 40%;
}

.nice-select .list {
	border-radius: 0;
	margin-top: 0;
}

.about-room h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	color: #ff0f0f;
	margin-bottom: 26px;
	text-shadow: 2px 2px #ffe971;
}

.about-room .about-para {
	margin-bottom: 13px;
}

.about-room .about-para p {
	color: #242424;
	line-height: 32px;
}

.about-room .about-btn {
	text-align: center;
}

/*---------------------
  Facilities
-----------------------*/

.facilities-section {
	background: #F7F7F7;
	padding-bottom: 115px;
	padding-top: 86px;
}

.facilities-content .left-img {
	margin-right: -15px;
}

.facilities-content .left-img img {
	height: 570px;
}

.facilities-content .facilities-text-warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 570px;
	background: #ffffff;
	padding: 70px 30px;
}

.facilities-content .facilities-text {
	max-width: 410px;
}

.facilities-content .facilities-text h2 {
	color: #242424;
	letter-spacing: 0.2px;
	margin-bottom: 17px;
}

.facilities-content .facilities-text p {
	font-size: 18px;
	line-height: 36px;
	color: #242424;
	color: #242424;
	margin-bottom: 24px;
}

.facilities-content .facilities-text .primary-btn.fac-btn i {
	right: 35px;
}

.facilities-content .facilities-img {
	height: 100%;
}

.testimonial-author-item ul li a:hover .about-text {
	display: block;
}

.testimonial-author-item ul li a:hover .about-pic {
	margin-right: 32px;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial-item {
	margin-left: -40px;
	margin-right: -40px;
}

.testimonial-item .single-testimonial-item {
	-webkit-box-shadow: 2px 15px 75px 6px #e8e8e8;
	box-shadow: 2px 15px 75px 6px #e8e8e8;
	padding-left: 40px;
	padding-top: 55px;
	padding-bottom: 45px;
	padding-right: 35px;
	margin-bottom: 52px;
	position: relative;
}

.testimonial-item .single-testimonial-item .test-date {
	color: #242424;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 1.2px;
	opacity: 0.5;
}

.testimonial-item .single-testimonial-item .test-rating {
	color: #ED8A19;
	font-size: 24px;
	margin-bottom: 10px;
}

.testimonial-item .single-testimonial-item .test-rating i {
	margin-right: 5px;
}

.testimonial-item .single-testimonial-item h4 {
	color: #242424;
	font-size: 24px;
	line-height: 50.03px;
}

.testimonial-item .single-testimonial-item p {
	font-size: 16px;
	color: #242424;
	line-height: 32px;
	letter-spacing: 0.2px;
}

.testimonial-author-item ul li {
	list-style: none;
	display: inline-block;
}

.testimonial-author-item ul li a.active {
	opacity: 1;
}

.testimonial-author-item ul li a.active .author-pic {
	margin-right: 32px;
}

.testimonial-author-item ul li a.active .author-pic:after {
	opacity: 1;
}

.testimonial-author-item ul li a.active .author-text {
	display: block;
	margin-right: 35px;
}

.testimonial-author-item ul li a {
	display: block;
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testimonial-author-item ul li a:hover {
	opacity: 1;
}

.testimonial-author-item ul li a .author-pic {
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.testimonial-author-item ul li a .author-pic:after {
	position: absolute;
	left: 15px;
	top: -72px;
	width: 40px;
	height: 40px;
	background: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.testimonial-author-item ul li a .author-pic img {
	height: 68px;
	width: 68px;
	border-radius: 50%;
}

.testimonial-author-item ul li a .author-text {
	float: left;
	margin-top: 8px;
	display: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testimonial-author-item ul li a .author-text h5 {
	color: #ae9548;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}

.testimonial-author-item ul li a .author-text h5 span {
	color: #242424;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.2px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
}

/*---------------------
  Follow Instagram
-----------------------*/

.follow-instagram {
	background: #f7f7f7;
	padding: 23px 0;
}

.follow-instagram h2 {
	font-size: 36px;
	color: #242424;
	line-height: 72px;
	font-weight: 400;
}

/*---------------------
  Footer Room Pic
-----------------------*/

.footer-room-pic img {
	width: 20%;
}

/*---------------------
  Footer
-----------------------*/

.pb-50 {
	padding-bottom: 50px;
}

.footer-section {
	background: #f1f3f4;
	/* padding-top: 20px; */
	overflow: hidden;
}

.footer-section .footer-logo {
	/* margin-bottom: 50px; */
}

.footer-section .footer-logo a {
	display: block;
}

.footer-section .single-footer-widget {
	margin-bottom: 25px;
}

.footer-section .single-footer-widget h5 {
	font-size: 18px;
	line-height: 42px;
	color: #ae9548;
}

.footer-section .single-footer-widget .widget-text {
	position: relative;
}

.footer-section .single-footer-widget .widget-text i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 18px;
	color: #ae9548;
}

.footer-section .single-footer-widget .widget-text p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000;
	margin-left: 30px;
}

.footer-section .copyright-area {
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px solid #ae9548;
}

.footer-section .copyright-area .copyright-text {
	float: left;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

.footer-section .copyright-area .copyright-text i {
	color: #ff2410;
}

.footer-section .copyright-area .copyright-text a {
	color: #000;
	text-decoration: none;
}

.footer-section .copyright-area .privacy-links {
	float: right;
	margin-right: 35px;
}

.footer-section .copyright-area .privacy-links a {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin-right: 30px;
}

/*--------------------------- Other Pages Styles --------------------------*/

/*---------------------
  Hero Section
-----------------------*/

.hero-section {
	/* height: 390px; */
	padding-top: 100px;
    padding-bottom: 0px;
}


.hero-text {
	position: relative;
	/* padding-left: 270px; */
}

.hero-text h1 {
	font-size: 60px;
	color: #ffffff;
	line-height: 120px;
}

.hero-text .page-nav a {
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	font-family: "Taviraj", serif;
	position: absolute;
	left: 49px;
	top: 30%;
}

.hero-text .page-nav a i {
	color: #ae9548;
	position: relative;
	top: 2px;
}

.hero-text .page-nav a.left-nav i {
	margin-right: 20px;
}

.hero-text .page-nav a.right-nav {
	left: auto;
	right: 49px;
}

.hero-text .page-nav a.right-nav i {
	margin-left: 20px;
}

/*---------------------
  About Room
-----------------------*/

.about-us-room {
	padding-top: 90px;
	padding-bottom: 62px;
}

.about-us-room h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	color: #242424;
	margin-bottom: 26px;
}

.about-us-room .about-para {
	margin-bottom: 13px;
}

.about-us-room .about-para p {
	color: #242424;
	line-height: 32px;
	letter-spacing: 0.1px;
}

/*---------------------
  Video Tour
-----------------------*/

.video-tour {
	height: 657px;
	position: relative;
	padding-top: 282px;
}

.video-tour .video-text h2 {
	font-size: 48px;
	color: #ffffff;
}

.video-tour .video-play-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-51.5px);
	transform: translateY(-51.5px);
	margin: 0 auto;
}

.video-tour .video-play-btn a {
	display: block;
}

.video-tour .video-play-btn a i {
	color: #ffffff;
	font-size: 45px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.video-tour .video-play-btn a i:after {
	position: absolute;
	left: -52px;
	top: -42px;
	width: 127px;
	height: 127px;
	border: 2px solid #ffffff;
	content: "";
	border-radius: 50%;
}

/*---------------------
  Gallery
-----------------------*/

.gallery-section {
	padding-bottom: 60px;
}

.gallery-text {
	padding-top: 136px;
	margin-bottom: 40px;
}

.gallery-text h2 {
	color: #242424;
	margin-bottom: 17px;
	font-size: 48px;
}

.gallery-text p {
	font-size: 16px;
	line-height: 32px;
	color: #242424;
	margin-bottom: 30px;
	letter-spacing: 0.2px;
}

.gallery-text .primary-btn.fac-btn i {
	right: 35px;
}

.gallery-img {
	margin-bottom: 30px;
}

.gallery-img img {
	min-width: 100%;
}

/*---------------------
  Staff
-----------------------*/

.staff-section {
	padding-top: 0;
	padding-bottom: 70px;
}

.staff-section .section-title h2 {
	font-size: 48px;
	font-weight: 500;
}

.single-staff-item {
	-webkit-box-shadow: 4px 20px 30px 10px #ECECEC;
	box-shadow: 4px 20px 30px 10px #ECECEC;
	margin-bottom: 30px;
}

.single-staff-item .staff-img img {
	min-width: 100%;
}

.single-staff-item .staff-text {
	padding-left: 28px;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-right: 30px;
	position: relative;
}

.single-staff-item .staff-text h5 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #ae9548;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.single-staff-item .staff-text span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	color: #242424;
	opacity: 0.5;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.single-staff-item .staff-text a i {
	color: #ae9548;
	font-size: 25px;
	position: absolute;
	right: 30px;
	bottom: 42px;
}

/*---------------------
  Services Section
-----------------------*/

.services-section {
	padding: 40px 15px 10px;
}

.single-services-item {
	margin-bottom: 30px;
}

.single-services-item.changed-align .services-text {
	-webkit-transform: translateY(-72px);
	transform: translateY(-72px);
}

.single-services-item .services-pic-item {
	position: relative;
}

.single-services-item .services-pic-item img {
	width: 100%;
}

.single-services-item .services-text {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 0 40px;
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
}

.single-services-item .services-text h2 {
	font-size: 48px;
	color: #ffffff;
	line-height: 48px;
}

/*---------------------
  Features Section
-----------------------*/

.features-section {
	background: #F7F7F7;
	padding-bottom: 65px;
}

.single-features-item {
	text-align: center;
	margin-bottom: 55px;
}

.single-features-item i {
	color: #ae9548;
	display: inline-block;
	margin-bottom: 10px;
}

.single-features-item h4 {
	font-size: 24px;
	color: #242424;
	margin-bottom: 13px;
}

.single-features-item p {
	color: #242424;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2px;
}

/*---------------------
  Rooms Section
-----------------------*/

.room-section {
	padding-bottom: 0;
}

.rooms-page-item {
	-webkit-box-shadow: 2px 15px 75px 6px #EBEBEB;
	/* box-shadow: 2px 15px 75px 6px #EBEBEB; */
	box-shadow: 0px 2px 15px rgb(0 0 0 / 60%);
	/* margin-bottom: 100px; */
	border-radius: 17px;
}

.rooms-page-item .room-pic-slider .single-room-pic img {

  height: 420px; /* 40% of the current screen height */
  
	border-radius: 17px 0px 0px 17px;
}


.rooms-page-item .room-pic-slider.owl-carousel .owl-nav button[type=button] {
	color: #AE9548;
	font-size: 26px;
	height: 69px;
	width: 52px;
	background: #353535;
	line-height: 72px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-34.5px);
	transform: translateY(-34.5px);
}

.rooms-page-item .room-pic-slider.owl-carousel .owl-nav button[type=button].owl-next {
	left: auto;
	right: 0;
}

.rooms-page-item .room-text {
	padding-top: 18px;
	padding-right: 30px;
	/* padding-bottom: 34px; */
}

.rooms-page-item .room-text .room-title {
	overflow: hidden;
	/* margin-bottom: 18px; */
	/* padding-right: 40px; */
	text-align: center;
	margin-top: -14px;
	display: grid;
}

.rooms-page-item .room-text .room-title h2 {
	float: left;
	font-size: 36px;
	color: #2d220f;
}

.rooms-page-item .room-text .room-title .room-price {
	float: right;
	position: relative;
}

.rooms-page-item .room-text .room-title .room-price span {
	position: absolute;
	left: -40px;
	bottom: 7px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 14px;
	color: #2d220f;
}

.rooms-page-item .room-text .room-title .room-price h2 {
	font-size: 36px;
	color: #081624;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.rooms-page-item .room-text .room-title .room-price sub {
	position: absolute;
	right: -37px;
	bottom: 13px;
	color: #2d220f;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.rooms-page-item .room-text .room-desc {
	margin-bottom: 20px;
}

.rooms-page-item .room-text .room-desc p {
	font-size: 16px;
	color: #242424;
	line-height: 32px;
	letter-spacing: 0.2px;
}

.rooms-page-item .room-text .room-features {
	overflow: hidden;
	margin-bottom: 35px;
}

.rooms-page-item .room-text .room-features .room-info {
	float: left;
	text-align: center;
	margin-right: 38px;
}

.rooms-page-item .room-text .room-features .room-info.last {
	margin-right: 0;
}

.rooms-page-item .room-text .room-features .room-info i {
	display: block;
	color: #ae9548;
	margin-bottom: -4px;
}

.rooms-page-item .room-text .room-features .room-info span {
	display: block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #2d220f;
}

.room-section-1 {
	padding-bottom: 0;
}

.rooms-page-item-1 {
	-webkit-box-shadow: 2px 15px 75px 6px #EBEBEB;
	box-shadow: 2px 15px 75px 6px #EBEBEB;
	margin-bottom: 100px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 60%);
	border-radius: 10px;
}

.rooms-page-item-1 .single-room-pic img {
	width: 100%;
	height: 255px;
	border-radius: 10px 0px 0px 10px;
}

.rooms-page-item-1 .room-pic-slider.owl-carousel .owl-nav button[type=button] {
	color: #AE9548;
	font-size: 26px;
	height: 69px;
	width: 52px;
	background: #353535;
	line-height: 72px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-34.5px);
	transform: translateY(-34.5px);
}

.rooms-page-item-1 .room-pic-slider.owl-carousel .owl-nav button[type=button].owl-next {
	left: auto;
	right: 0;
}

.rooms-page-item-1 .room-text {
	padding-top: 7px;
	/* padding-right: 30px; */
	padding-bottom: 16px;
}

.rooms-page-item-1 .room-text .room-title {
	overflow: hidden;
	margin-bottom: 18px;
	padding-right: 40px;
	text-align: center;
    display: grid;
}

.rooms-page-item-1 .room-text .room-title h2 {
	float: left;
	font-size: 25px;
	color: #2d220f;
}

.rooms-page-item-1 .room-text .room-title .room-price {
	float: right;
	position: relative;
}

.rooms-page-item-1 .room-text .room-title .room-price span {
	position: absolute;
	left: -40px;
	bottom: 7px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 14px;
	color: #2d220f;
}

.rooms-page-item-1 .room-text .room-title .room-price h2 {
	font-size: 25px;
	color: #081624;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.rooms-page-item-1 .room-text .room-title .room-price sub {
	position: absolute;
	right: -37px;
	bottom: 13px;
	color: #2d220f;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.rooms-page-item-1 .room-text .room-desc {
	margin-bottom: 20px;
}

.rooms-page-item-1 .room-text .room-desc p {
	font-size: 16px;
	color: #242424;
	line-height: 32px;
	letter-spacing: 0.2px;
}

.rooms-page-item-1 .room-text .room-features {
	overflow: hidden;
	margin-bottom: 35px;
}

.rooms-page-item-1 .room-text .room-features .room-info {
	/* float: left; */
	text-align: center;
	margin-right: 38px;
}

.rooms-page-item-1 .room-text .room-features .room-info.last {
	margin-right: 0;
}

.rooms-page-item-1 .room-text .room-features .room-info i {
	/* display: block; */
	color: #ae9548;
	margin-bottom: -4px;
}

.rooms-page-item-1 .room-text .room-features .room-info span {
	display: block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #2d220f;
}



/*---------------------
  Blog
-----------------------*/

.side-bar {
	margin-bottom: 50px;
}

.side-bar .categories-item {
	margin-bottom: 62px;
}

.side-bar .categories-item h4 {
	font-size: 24px;
	color: #242424;
	letter-spacing: 0.2px;
	margin-bottom: 37px;
}

.side-bar .categories-item .categories-list ul li {
	color: #242424;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0.2px;
	list-style: none;
	margin-bottom: 26px;
	position: relative;
}

.side-bar .categories-item .categories-list ul li:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
	background: #F3F3F3;
	content: "";
}

.side-bar .categories-item .categories-list ul li span {
	height: 24px;
	width: 24px;
	display: inline-block;
	line-height: 24px;
	background: #ae9548;
	font-size: 14px;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	border-radius: 50%;
	text-align: center;
	float: right;
}

.side-bar .recent-post {
	margin-bottom: 46x;
}

.side-bar .recent-post h4 {
	font-size: 24px;
	color: #242424;
	letter-spacing: 0.2px;
	margin-bottom: 35px;
}

.side-bar .recent-post .single-recent-post {
	overflow: hidden;
	margin-bottom: 30px;
}

.side-bar .recent-post .single-recent-post .recent-pic {
	float: left;
	margin-right: 20px;
}

.side-bar .recent-post .single-recent-post .recent-text h5 {
	font-size: 18px;
	color: #242424;
	line-height: 24px;
	margin-bottom: 9px;
}

.side-bar .recent-post .single-recent-post .recent-text .recent-time {
	position: relative;
	display: inline-block;
}

.side-bar .recent-post .single-recent-post .recent-text .recent-time i {
	position: absolute;
	left: 0;
	top: 4px;
	color: #ae9548;
	font-size: 18px;
}

.side-bar .recent-post .single-recent-post .recent-text .recent-time span {
	color: #242424;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-left: 23px;
}

.side-bar .tags-item h4 {
	font-size: 24px;
	color: #242424;
	letter-spacing: 0.2px;
	margin-bottom: 24px;
}

.side-bar .tags-item .tag-links a {
	color: #ae9548;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2px;
	border: 1px solid #ae9548;
	border-radius: 50px;
	padding: 2px 12px;
	margin-right: 6px;
	margin-bottom: 9px;
}

.blog-post .single-blog-post {
	-webkit-box-shadow: 2px 15px 75px 6px #EBEBEB;
	box-shadow: 2px 15px 75px 6px #EBEBEB;
	margin-bottom: 50px;
}

.blog-post .single-blog-post .blog-text {
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-right: 40px;
}

.blog-post .single-blog-post .blog-text h4 {
	color: #2d220f;
	letter-spacing: 0.2px;
	margin-bottom: 13px;
}

.blog-post .single-blog-post .blog-text .blog-widget {
	margin-bottom: 20px;
}

.blog-post .single-blog-post .blog-text .blog-widget .blog-info {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.blog-post .single-blog-post .blog-text .blog-widget .blog-info i {
	color: #ae9548;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 3px;
}

.contact-information i{
	color: #ae9548;
	font-size: 23px;
	position: absolute;
	left: 0;
	top: 3px;
}


.blog-post .single-blog-post .blog-text .blog-widget .blog-info img {
	position: absolute;
	left: 0;
	top: 5px;
}

.blog-post .single-blog-post .blog-text .blog-widget .blog-info span {
	color: #242424;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-left: 26px;
}

.blog-post .single-blog-post p {
	font-size: 14px;
	color: #242424;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.blog-post .single-blog-post a {
	display: inline-block;
	color: #081624;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.blog-post .single-blog-post a i {
	font-size: 22px;
	color: #ae9548;
	position: absolute;
	right: -32px;
	top: -1px;
}

.blog-post .blog-pagination a {
	display: inline-block;
	height: 32px;
	width: 32px;
	border: 1px solid #ae9548;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #ae9548;
	margin-right: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-post .blog-pagination a:hover,
.blog-post .blog-pagination a.active {
	background: #ae9548;
	color: #ffffff;
}

/*---------------------
  Contact
-----------------------*/

.contact-left {
	margin-top: 60px;
	margin-bottom: 30px;
}

.contact-left .contact-information {
	margin-bottom: 80px;
}

.contact-left .contact-information h2 {
	color: #081624;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 28px;
}

.contact-left .contact-information ul li {
	list-style: none;
	position: relative;
	margin-bottom: 26px;
}

.contact-left .contact-information ul li img {
	position: absolute;
	left: 0;
	top: 2px;
}

.contact-left .contact-information ul li span {
	color: #0e0e0e;
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 18px;
	margin-left: 40px;
}

.contact-left .contact-information ul li a {
	color: #0e0e0e;
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 18px;
	margin-left: 40px;
}

.contact-left .social-links h2 {
	color: #081624;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 46px;
}

.contact-left .social-links a {
	display: inline-block;
	height: 46px;
	width: 46px;
	border: 1px solid #ae9548;
	color: #ae9548;
	border-radius: 50%;
	line-height: 46px;
	font-size: 22px;
	margin-right: 7px;
	text-align: center;
}

.contact-form {
	border: 2px solid #ae9548;
	padding-left: 60px;
	padding-top: 55px;
	padding-right: 68px;
	padding-bottom: 47px;
}

.contact-form h5 {
	font-size: 36px;
	font-weight: 400;
	color: #081624;
	line-height: 50px;
	margin-bottom: 20px;
}

.contact-form form p {
	font-size: 14px;
	color: #242424;
	line-height: 42px;
	letter-spacing: 0.4px;
	margin: 0;
}

.contact-form form input {
	width: 100%;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #242424;
	letter-spacing: 1.2px;
	opacity: 0.5;
	position: relative;
	line-height: 42px;
	border: none;
}

.contact-form form input::-webkit-input-placeholder {
	text-transform: uppercase;
}

.contact-form form input::-moz-placeholder {
	text-transform: uppercase;
}

.contact-form form input:-ms-input-placeholder {
	text-transform: uppercase;
}

.contact-form form input::-ms-input-placeholder {
	text-transform: uppercase;
}

.contact-form form input::placeholder {
	text-transform: uppercase;
}

.contact-form form textarea {
	width: 100%;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #242424;
	letter-spacing: 1.2px;
	opacity: 0.5;
	border: none;
	resize: none;
	height: 81px;
	line-height: 2;
}

.contact-form form textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}

.contact-form form textarea::-moz-placeholder {
	text-transform: uppercase;
}

.contact-form form textarea:-ms-input-placeholder {
	text-transform: uppercase;
}

.contact-form form textarea::-ms-input-placeholder {
	text-transform: uppercase;
}

.contact-form form textarea::placeholder {
	text-transform: uppercase;
}

.contact-form form button {
	font-size: 18px;
	color: #081624;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	background: transparent;
	border: none;
	cursor: pointer;
	position: relative;
}

.contact-form form button i {
	line-height: 16px;
	margin-top: 6px;
	position: absolute;
	right: -45px;
	bottom: 7px;
	font-size: 31px;
	color: #AE9548;
}

.contact-form form .input-group {
	position: relative;
	margin-bottom: 10px;
}

.contact-form form .input-group:after {
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	height: 1px;
	background: #000;
	content: "";
}

.contact-form form .input-group.phone-num img {
	top: 10px;
}

.contact-form form .input-group img {
	position: absolute;
	right: 0;
	top: 15px;
}

.contact-form form .message {
	border-bottom: 1px solid #888888;
	margin-top: 27px;
	margin-bottom: 40px;
}

.contact-form form .message .textarea {
	position: relative;
}

.contact-form form .message .textarea:before {
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	height: 1px;
	background: #000;
	content: "";
}

.contact-form form .message .textarea:after {
	position: absolute;
	right: 0;
	bottom: 25px;
	width: 100%;
	height: 1px;
	background: #888888;
	content: "";
}

.contact-form form .message .textarea img {
	position: absolute;
	right: 5px;
	top: 5px;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 560px;
}

.map iframe {
	width: 100%;
}

/*----------------------- Responsive Media Styles -------------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.inner-header .logo {
		padding-left: 0;
	}
	.header-section.other-page .inner-header .main-menu ul li {
		margin-right: 20px;
	}
}

/* Medium Device: 1280px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.inner-header .logo {
		padding-left: 0;
		
	}
	.inner-header .logo h2 {
		font-size: 20px;
		margin-top: 1px !important;
		
	}
	.inner-header .main-menu {
		margin-right: 20px;
	}
	.inner-header .main-menu ul li {
		margin-right: 13px;
	}
	.slider-item .single-slider-item h1 {
		font-size: 90px;
	}
	.room-item .room-text .room-features .room-info {
		margin-right: 28px;
	}
	.check-form .datepicker .date-select {
		margin-right: 20px;
	}
	.check-form .datepicker .date-select input {
		width: 150px;
	}
	.check-form .room-quantity .single-quantity {
		margin-right: 70px;
	}
	.testimonial-item {
		margin-left: 0;
		margin-right: 0;
	}
	.testimonial-item .single-testimonial-item:after {
		left: 15px;
	}
	.header-section.other-page .inner-header .main-menu {
		float: right;
	}
	.header-section.other-page .inner-header .top-widget {
		display: none;
	}
	.single-services-item .services-text h2 {
		font-size: 28px;
	}
	.rooms-page-item .room-text .room-desc p {
		line-height: 24px;
	}
	.rooms-page-item .room-text {
		padding-bottom: 26px;
	}
	.video-tour .video-text h2 {
		font-size: 40px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.inner-header .logo {
		margin-right: 30px;
	}
	.inner-header .main-menu {
		float: right;
		margin-right: 0;
	}
	.inner-header .logo {
		padding-left: 0;
		margin-right: 20px;
	}
	.header-section.other-page .inner-header .main-menu ul li,
	.inner-header .main-menu ul li {
		margin-right: 15px;
	}
	.inner-header .top-info {
		display: none;
	}
	.header-section.other-page .inner-header .logo {
		margin-right: 40px;
	}
	.slider-item .single-slider-item {
		padding-top: 300px;
	}
	.hero-text {
		padding-left: 0;
	}
	.hero-text .page-nav a,
	.hero-text .page-nav a.right-nav {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin-right: 30px;
	}
	.hero-text .page-nav a.right-nav {
		margin-right: 0;
	}
	.slider-nav {
		position: relative;
		display: block;
		padding-top: 40px;
	}
	.slider-item .single-slider-item h1 {
		font-size: 65px;
		line-height: 1;
	}
	.about-room h2 {
		font-size: 35px;
	}
	.facilities-content .facilities-img {
		height: 600px;
	}
	.testimonial-item {
		margin-left: 0;
		margin-right: 0;
	}
	.testimonial-item .single-testimonial-item:after {
		left: 15px;
	}
	.about-us-room h2 {
		font-size: 35px;
	}
	.video-tour .video-play-btn {
		left: 285px;
	}
	.rooms-page-item .room-text {
		padding-left: 35px;
	}
	.rooms-page-item .room-pic-slider .single-room-pic img {
		height: auto;
	}
	.side-bar {
		padding-top: 50px;
	}
}

/* Large Mobile Device: 480px */



@media only screen and (max-width: 991px) {
	.inner-header .logo {
		padding-left: 0;
	}
	.inner-header .logo h2 {
		font-size: 22px;
    	margin-top: 1px !important;		
	}

	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.slicknav_nav {
		background: #555;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 10px;
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
	}
	.slicknav_btn {
		margin: 0 0 10px 0;
	}
	.header-section.other-page .inner-header .main-menu,
	.inner-header .main-menu {
		display: none;
	}
	.header-section.other-page .inner-header .top-widget,
	.inner-header .top-info {
		display: none;
	}
	.header-section {
		z-index: 999;
	}
	.slider-item .single-slider-item h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.slider-item .single-slider-item {
		height: auto;
		padding: 250px 0 150px;
	}
	.slider-nav {
		position: relative;
		display: block;
		padding-top: 40px;
	}
	.slider-nav .single-slider-nav {
		margin-right: 25px;
		width: 130px;
	}
	.slider-nav .single-slider-nav .nav-text p i {
		right: 5px;
		top: 12px;
	}
	.slider-nav .single-slider-nav .nav-text p {
		font-size: 13px;
	}
	.facilities-content .facilities-img {
		height: 400px;
	}
	.room-item .room-text .room-features .room-info {
		margin-right: 28px;
	}
	.check-form .datepicker .date-select {
		margin-right: 30px;
	}
	.check-form .datepicker .date-select input {
		font-size: 13px;
		width: 145px;
	}
	.check-form .room-quantity .single-quantity {
		margin-right: 70px;
	}
	.facilities-content .left-img {
		margin-right: 0;
	}
	.facilities-content .left-img img {
		width: 100%;
	}
	.facilities-content .facilities-text-t {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.facilities-content .facilities-text-d {
		margin-right: 0;
	}
	.facilities-content .right-img img {
		width: 100%;
	}
	.facilities-content .right-img {
		margin-left: 0;
	}
	.testimonial-item {
		margin-left: 0;
		margin-right: 0;
	}
	.testimonial-author-item ul li {
		position: relative;
	}
	.testimonial-author-item ul li a.active .author-text {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100px;
	}
	.testimonial-author-item ul li a.active .author-text h5 {
		font-size: 14px;
	}
	.testimonial-author-item ul li a.active .author-text span {
		font-size: 10px;
		line-height: 1;
	}
	.testimonial-item .single-testimonial-item:after {
		left: 15px;
	}
	.follow-instagram h2 {
		line-height: 45px;
	}
	.footer-section .copyright-area {
		text-align: center;
	}
	.footer-section .copyright-area .copyright-text {
		float: none;
	}
	.footer-section .copyright-area .privacy-links {
		float: none;
		margin-right: 0;
	}
	.footer-section .copyright-area .privacy-links a:last-child {
		margin-right: 0;
	}
	.video-tour .video-text h2 {
		text-align: center;
	}
	.video-tour {
		padding-top: 220px;
	}
	.video-tour .video-play-btn {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		text-align: center;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin: 0 auto;
		width: 40px;
		padding-top: 50px;
	}
	.rooms-page-item .room-text {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.rooms-page-item .room-pic-slider .single-room-pic img {
		height: auto;
		border-radius: 17px 17px 0px 0px;
	}
	.rooms-page-item-1 .room-pic-slider .single-room-pic img{
		border-radius: 10px 10px 0px 0px;
	}
	.hero-text {
		padding-left: 0;
	}
	.hero-text .page-nav a,
	.hero-text .page-nav a.right-nav {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin-right: 30px;
		font-size: 20px;
	}
	.hero-text .page-nav a.right-nav {
		margin-right: 0;
	}
	.single-services-item .services-text h2 {
		font-size: 35px;
	}
	.side-bar {
		padding-top: 50px;
	}
	.follow-instagram h2 {
		font-size: 20px;
	}
}

@media only screen and (min-width:480px) and (max-width:767px){
	.check-form .datepicker .date-select input{
		width:360px;
		font-size: 17px;
	}
	.check-form .room-selector .nice-select{
		width:360px;
	}
}

@media only screen and (min-width:400px) and (max-width:479px){
	.check-form .datepicker .date-select input{
		width:271px !important;
		font-size: 17px;
	}
	.check-form .room-selector .nice-select{
		width:271px !important;
	}
}

/* Small Mobile Device: 320px */

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.slider-nav .single-slider-nav {
		margin-bottom: 30px;
	}
	.inner-header .logo {
		margin-right: 0;
	}
	.section-title h1 {
		font-size: 57px;
	}
	.facilities-content .facilities-text-t {
		padding-left: 45px;
		padding-top: 100px;
		padding-right: 45px;
		padding-bottom: 100px;
	}
	.facilities-content .facilities-text-d {
		padding-left: 45px;
		padding-top: 100px;
	}
	.room-item .room-text {
		padding-left: 20px;
		padding-top: 35px;
		padding-right: 12px;
	}
	.room-item .room-text .room-title h2 {
		font-size: 25px;
	}
	.room-item .room-text .room-title .room-price h2 {
		font-size: 25px;
	}
	.check-form {
		padding-left: 30px;
		padding-right: 30px;
	}
	.check-form .datepicker .date-select {
		margin-right: 20px;
	}
	.check-form .datepicker .date-select input {
		font-size: 16px;
		width: 225px;
		height: 30px;
	}
	.check-form .room-selector .nice-select{
		
		width: 225px;
		
	}
	.check-form .datepicker .date-select img {
		bottom: 7px;
	}
	.check-form .room-quantity .single-quantity {
		margin-right: 20px;
	}
	.check-form button i {
		right: -32px;
	}
	.blog-post .single-blog-post .blog-text .blog-widget .blog-info {
		margin-right: 13px;
	}
	.header-section.other-page .inner-header .logo {
		margin-right: 0;
	}
	.hero-text h1 {
		font-size: 60px;
	}
	.contact-form {
		padding-left: 30px;
		padding-top: 45px;
		padding-right: 30px;
	}
}


tbody>tr>th
{
  padding:5px !important;
  background:#8bc34a;
  color:#000;
  cursor:pointer;
  border: 2px solid #000;
}
.table thead th
{
  border: 2px solid #000 ;
}
tbody>tr>th:hover
{
  color: #000;
  background: red;
}
.table th
{
  padding:1px;
  text-align:center;
}
tbody>tr>th.active
{
  color: #000;
  background: red;
}
.day_offer {
    position: absolute;
    /* top: 110px; */
    top: 37px;
    color: #fffb00;
    background: red;
    padding: 0px 5px 0px 5px;
    margin-left: -7%;
    font-size: 40px;
    z-index: 999;
    /* border: 2px solid #000; */
    border-radius: 5px;
}

.day_offer:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    right: auto;
    top: 57px;
    bottom: auto;
    border: 18px solid;
    border-color: red transparent transparent transparent;
}

table
{
  /* width: 100%; */
  border: 1px solid #000;
}
.booking
{
  position: absolute;
bottom: 5px;
right: 20px;
}
h3.red
{
  color: #ef0d0d;
}
h3.green
{
  color:green;
}
.img-fluid.card
{
  padding: 5px;
}
.site-section {
padding: 1.5em 0;
}
@media (min-width: 768px)
{
.site-section {
padding: 1.5em 0;
}
}
.room-section ul{
display:flex;
margin-top: -26px;
	margin-bottom: 7px;
	list-style: disc;
	border: 1px solid #b49548;
}
.room-section ul li{
margin-left:40px;
}

@media only screen and (max-width:768px){
.room-desc .table{
width:100px;

}
.room-section ul{
	display: block;
	margin-top: 1px;
}
.btn-1{
 text-align: center;
 
}
.room-title{
	display: block;
}
.rooms-page-item .room-text .room-title{
	margin-top: 0px;
	display: grid;
}
}
@media only screen and (min-width:769px) and (max-width:992px){
	.rooms-page-item .room-text .room-title{
		margin-top: -6px;
	display: grid;
		
}
.rooms-page-item .room-pic-slider .single-room-pic img{
	border-radius: 17px 17px 0px 0px;
}
.rooms-page-item-1 .room-pic-slider .single-room-pic img{
	border-radius: 10px 10px 0px 0px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	
.rooms-page-item .room-pic-slider .single-room-pic img{
	height: 381px;
}
}

.img-scroll {
    height: 210px;
    margin-left: 20px;
    margin-top: 11px;
	margin-bottom: 10px;
}



h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
 {
	text-decoration: none;
	outline: none;
}

a:hover{
	color:#b49548;

}
a,

a:focus {
	color: #000;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
	padding: 60px 0;
   /* min-height: 100vh;*/
}

.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #b49548;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #ff0f0f;
font-weight: 600;
padding-bottom:18px;
text-shadow: 2px 2px #ffe971;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #00aeef;
}

.btn-style-one:hover{
background-color: #0794c9;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
/* padding-top: 90px; */
}

@media only screen and (max-width:992px){
	.about-section .content-column .inner-column{
		padding-top:90px;

	}
}
.about-section .text{
margin-bottom: 20px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: orange;
padding: 10px 15px;
left: 96px;
width: calc(100% - 152px);
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.about-section .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(50% + 80px);
height: calc(100% + 160px);
top: -80px;
left: -3px;
background: transparent;
z-index: 0;
border: 44px solid #b49548;
}

.about-section .image-column .image-1{
position: relative;
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 46px;
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color: #fff;
}



.tick-icon {
	list-style: none !important; 
	padding: 0;
  }
  .tick-icon li {
	  list-style: none !important;
	padding-left: 1.3em;
	margin: 6px;
  }
  .tick-icon li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
  }

  .btn-1{
	  float: right;
  }

  .box-1 {

	box-shadow: 0px 2px 15px rgb(220 53 69);
  }
  


  .box-2 {

	box-shadow: 0px 2px 15px rgb(29 0 255);
  }
  
  
  
  .box-3 {

	box-shadow: 0px 2px 15px rgb(40 167 69);
  }
  
  	

  .color-change {
	animation: color-change 1s infinite;
	color:#fff;
  }
  
  @keyframes color-change {
	0% { background-color:red; }
	50% { background-color:#28a745; }
	100% { background-color:red; }
  }

  .color-change-1 {
	animation: color-change-1 1s infinite;
	color:#fff;
  }
  
  @keyframes color-change-1 {
	0% { background-color:red; }
	50% { background-color:#28a745; }
	100% { background-color:blue; }
  }

  .btn-warning a{
	  color: #ffffff !important;
  }
  .btn-warning :hover{
	  color:#ffffff;
  }
  .btn-success a{
	color: #ffffff !important;
}
.btn-success :hover{
	color:#ffffff;
}
.btn-danger a{
	color: #ffffff !important;
}
.btn-danger :hover{
	color:#ffffff;
}


  .arrow-down{
	border: 1px solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 2px;
  }

 
@media (max-width: 992px) {
	.arrow-down {
		display: table-header-group;
	}
}


.myDiv{
	display:none;
    padding:10px;
}  
#showOne{
    border:1px solid red;
}

.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Josefin Sans', sans-serif;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}

.booking-form {
	background-color: #fff;
	/* max-width: 768px; */
	width: 100%;
	margin: auto;
	padding: 30px;
	border-radius: 3px;
}

.booking-form .form-header {
	text-align: center;
	margin-bottom: 40px;
}

.booking-form .form-header h1 {
	font-family: 'Cardo', serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	color: #0c0c09;
	margin-top: 0;
	margin-bottom: 0px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
}

.booking-form .form-control {
	background-color: #fff;
	height: 50px;
	padding: 0px 20px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	color: #6b6b6d;
	font-size: 14px;
	cursor: pointer;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #e1e1e1;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #e1e1e1;
}

.booking-form .form-control::placeholder {
	color: #e1e1e1;
}

.booking-form .form-control:focus {
	border-color: #c99552;
}

.booking-form input[type="date"].form-control:invalid {
	color: #e1e1e1;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	background: #e1e1e1;
	height: 50px;
	line-height: 50px;
	color: rgba(107, 107, 109, 0.3);
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form select.form-control+.select-arrow::after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form select.form-control:focus+.select-arrow {
	background: #c99552;
	color: #fff;
}

.booking-form .form-label {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	display: inline-block;
	color: #c99552;
	text-transform: capitalize;
}

.booking-form .in-out {
	position: absolute;
	font-size: 24px;
	color: #c99552;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 20;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50px;
}

.booking-form .form-btn {
	margin-top: 0px;
}

.booking-form .submit-btn {
	color: #fff;
	background-color: #c99552;
	font-weight: 700;
	height: 50px;
	border: none;
	display: block;
	font-size: 14px;
	width: 100%;
	text-transform: capitalize;
	border-radius: 3px;
	margin: 0px;
}


.calendar{
	position: inherit;
    display: inline-flex;
    margin-top: -34px;
    float: right;
    margin-right: 14px;
}


.check-room{
	background-color: #fff;
    height: 50px !important;
    padding: 4px 4px !important;
    border: 1px solid #e1e1e1 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    color: #6b6b6d;
    font-size: 14px;
}


.check-room .select-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	background: #e1e1e1;
	height: 50px;
	line-height: 50px;
	color: rgba(107, 107, 109, 0.3);
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

 .check-room .select-arrow::after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

 .check-room:focus .select-arrow {
	background: #c99552;
	color: #fff;
}





#wrap {
	text-align: center;
	margin-top: 5rem;
  }
  
  
  #wrap a {
	  font-size: 1.2rem;
	  padding: 0.75rem;
	  background: rgba(0, 0, 0, 0.78);
	  color: #fefefe;
	  -webkit-transition: .25s ease;
			  transition: .25s ease;
  }
  
  #popup {
	  display: none;
	  position: absolute;
	  z-index: 1000;
	  text-align: center;
	  top:50%;
	  left:50%;
	  margin:-100px 0 0 -150px;
	  background:#fff;
	  width:240px;
	  height:140px;
	  padding:30px;
	  border: 1px solid black;
  }
  
  #popup h2 {
	  font-size:36px;
	  color:#000;
  }
  
  #popup a{
	  font-size:16px;
	  color:#000;
	  text-transform:uppercase;
	  -webkit-transition: .25s ease;
			  transition: .25s ease;
  }
  
  #wrap a:hover {
	  background: rgba(0, 0, 0, 0.9);
  }
  
  #popup a:hover {
	  text-decoration: underline;
  }


  .pro-qty {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #8C9299;
}

 .pro-qty .qtybtn {
	float: left;
	width: 34px;
	text-align: center;
	cursor: pointer;
	display: block;
	color: #081624;
	font-size: 18px;
	letter-spacing: 0.4px;
	font-weight: 300;
	background: #b49548;
}

 .pro-qty input {
	width: 68%;
	border: none;
	float: left;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #081624;
	opacity: 0.25;
	letter-spacing: 0.4px;
	margin-top: -2px;
}

.adult{
	border: 1px solid #c99552;
    padding: 16px;
    margin: -19px;
    background: #fff;
	margin-top: 16px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 60%);
	border-radius: 3px;
	position: absolute;
	width: 100%;
	display: flex;
	z-index: 99;
	height: 119px;
	
}


.error
    {
        color:red;
	}
	

	

	input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 30px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 25%;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

@media only screen and (min-width:992px){
	.input-group .quantity-field{
		width: 68% !important;
	}
}

@media only screen and (max-width:576px){
	.input-group .quantity-field{
		width: 75% !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.adult{
		display: block;
		height: 200px;
	}
	.rooms{
		margin-left: 0px !important;
	}
	.input-group .quantity-field{
		width: 54% !important;
	}
	.check-box{
		margin-top: 7px !important;
	}
}

.box-shadow{
	    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.text-table {
    display: table;
    width: 100%;
}
.stay dates{
	width: 240px;
    float: left;
}
.text-table-cell{
	/* width: 100%; */
}

.text-table .text-table-cell{
	display: table-cell;
    vertical-align: top;
}

.check-dates{
	width: 103px;
    height: 113px;
    border-radius: 2.8px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
    margin-right: 8px;
    color: #666;
    display: inline-block;
}
.date-top{
	padding: 10px;
}
.checking-text{
	position: relative;
    bottom: 2px;
}
.bk-dates{
	font-size: 30px;
    font-weight: 500;
    color: #333;
    display: block;
}
.date-footer{
	background-color: #fff;
    font-size: .8571rem;
    line-height: 1.39;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    padding: 4px 0;
}

.list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
	padding: 0;
}
.clearfix:before{
    display: table;
    content: "";
	line-height: 0;
}
.list>li:before, .list>li:after {
    content: " ";
	display: table;
}
.list>li:after {
	clear: both;
}
.under-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #d64443;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


table{
	font-size: 20px;
	padding: 20px;
	border: none !important;
	
}
table tr td{
	padding: 5px;
}

.text-muted-1{
	background-image: linear-gradient(to right, #43264e,#ea2331);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.booking_payment{
	font-family: "Rubik-Regular","Arial, Helvetica, sans-serif";
	padding: 0px;
}

.img-thumbnail{
	height: 100%;
}

.img-thumnail-1{
	height: auto !important;
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
	max-width: 100%;
	max-height: 100%; 
	overflow: hidden;
  }
  
  /* inner wrapper: make responsive */
  .responsive-wrapper {
	position: relative;
	height: 0;    /* gets height from padding-bottom */
	
	/* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
	  -webkit-overflow-scrolling: touch; overflow: auto; */
	
  }
   
  .responsive-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	border: none;
  }
  
  /* padding-bottom = h/w as % -- sets aspect ratio */
  /* YouTube video aspect ratio */
  .responsive-wrapper-wxh-572x612 {
	padding-bottom: 107%;
  }
  
  /* general styles */
  /* ============== */
  .set-border {
	border: 5px solid #b49548;
  }
  .set-box-shadow { 
	-webkit-box-shadow: 4px 4px 14px #b49548;
	-moz-box-shadow: 4px 4px 14px #b49548;
	box-shadow: 4px 4px 14px #b49548;
  }
  .set-padding {
	padding: 40px;
  }
  .set-margin {
	margin: 30px;
  }
  .center-block-horiz {
	margin-left: auto !important;
	margin-right: auto !important;
  }
  
 #select.primary-btn {
	background-color: #28a745;
	border-color: #035916;
	color: #fff;
}
#select.primary-btn:hover, #select.primary-btn:not(:disabled):not(.disabled).active, #select.primary-btn:not(:disabled):not(.disabled):active, .show > #select.primary-btn.dropdown-toggle {	
	background-color: #1e7e34;
	border-color: #1c7430;
	color: #fff;
  }
#select.primary-btn i
{
 color: #fff;
}
#select.primary-btn.cancel
{
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
#select.primary-btn.cancel:hover, #select.primary-btn.cancel:not(:disabled):not(.disabled).active, #select.primary-btn.cancel:not(:disabled):not(.disabled):active, .show > #select.primary-btn.cancel.dropdown-toggle
{
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-delete {
	background-color: #c82333;
	border: none;
	color: white;
	/* padding: 12px 16px; */
	padding: 0px 7px;
	font-size: 16px;
	cursor: pointer;
	border-radius:50%;
  }
  
  /* Darker background on mouse-over */
  .btn-delete:hover {
	background-color: #bd2130;
  }