@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Port+Lligat+Slab&display=swap');

html {
	scroll-behavior: smooth;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.row {
	margin-right: -15px;
    margin-left: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

:root {
	--body-font-family: 'Poppins', sans-serif;
	--heading-font-family: 'Port Lligat Slab', serif;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
	max-width: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover {
	text-decoration: none;
	color: #000;
}

.slick-arrow {
	-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: calc(100% - 10rem);
}

body {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	position: relative;
	font-family:var(--body-font-family);
}

.section {
	position: relative;
	padding: 50px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3 {
	font-family: var(--heading-font-family);
}


.only_desktop_view {
	display: block;
}

.only_mobile_view {
	display: none;
}







.before_login_page {
	background: #04113D;
}

.before_login_left_side {
	padding: 0;
	position: relative;
}

.before_login_left_side:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(13, 12, 12, 0.40);
}

.before_login_left_side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.before_login_right_side {
	padding: 0 50px;
}

.logo {
	margin: 0 auto;
}

.before_login_form {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}

.before_login_form h2 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #fff;
}

.before_login_form form .row {
	margin-right: -5px;
  margin-left: -5px;
}

.before_login_form form .row>* {
	padding: 0 5px;
}

.before_login_form form .form-group {
	margin-bottom: 25px;
}

.before_login_form form .form-group .bi-eye-slash {
	position: absolute;
	right: 20px;
 	top: 53px;
	color: #fff;
	background: none;
	border: none;
	outline: none;
}

.before_login_form form label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.before_login_form form .form-control {
	width: 100%;
	height: 58px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	border-radius: 10px;
	border: 1px solid #fff;
	background: transparent;
	padding: 15px 30px;
}

.before_login_form form textarea.form-control {
	height: 90px;
}

.before_login_form form .form-control::placeholder {
	color: #929292;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.before_login_form form .form-control:focus {
	box-shadow: none;
}

.before_login_form form .submit_button {
	width: 100%;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #F6AE1E;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.before_login_form form .submit_button:focus {
	outline: none;
	box-shadow: none;
}

.before_login_form form .form-group.allready a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}


.terms_check {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.terms_check label.remember_checkbox {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding-left: 6px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.terms_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0 !important;
	width: 0 !important;
}

.terms_check .remember_checkbox .checkmark {
	border: 1px solid #fff;
	background: transparent;
	border-radius: 5px;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 10px;
	display: inline-block;
}

.terms_check .remember_checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.terms_check .remember_checkbox input:checked~.checkmark:after {
	display: block;
}

.terms_check .remember_checkbox .checkmark:after {
	left: 0;
	top: -3px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.terms_check a {
	color: #FFD174;
	opacity: .6;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}


.before_login_form form .or {
	position: relative;
	text-align: center;
	margin: auto auto 25px;
}

.before_login_form form .or:before {
	width: 100%;
	height: 1px;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	position: absolute;
	background: #fff;
}

.before_login_form form .or:after {
	width: 66px;
	height: 100%;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	position: absolute;
	background: #04113D;
}

.before_login_form form .or span {
	width: 36px;
	height: 36px;
	margin: auto;
	border-radius: 50%;
	border: solid 1px #FDFDFD;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: #04113D;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.login_social_media {

}

.login_social_media ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_social_media ul li {
	margin: 0 8px;
}

.login_social_media ul li a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #04113D;
}


.otp_time {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.otp_input_field {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.otp_input_field input {
	color: #fff;
	width: 120px;
	height: 130px;
	padding: 10px;
	font-size: 60px;
	font-weight: 275;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #fff;
	background: transparent;
}

.otp_input_field input:focus {
	outline: none;
	box-shadow: none;
}

.otp_input_field input::placeholder {
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	opacity: 0;
}

.otp_input_field input[disabled]::placeholder {
	opacity: 1;
	font-weight: 275;
	color: #9E9D9D;
}

.resend_otp .btn {
	color: rgba(255, 255, 255, 0.925);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}

.error{ color:red; } 
.alert-danger{
	margin-top: 10px
}







/*--- 03-11-23 ---*/


.button a,
.button button {
	color: #fff;
	padding: 13px 28px;
	border-radius: 10px;
	line-height: normal;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	border: solid 1px transparent;
}

.yellow_button a,
.yellow_button button {
	background: #F6AE1E;
}


header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.header_left {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.toggle_button {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
  margin-right: 15px;
}

.toggle_button div {
	width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
  position: relative;
  transition: all .25s ease 0s;
}

.toggle_button div:before,
.toggle_button div:after {
  content: "";
  position: absolute;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #000;
  border-radius: 3px;
  transition: all .25s ease 0s;
}

.toggle_button div:before {		
	width: 80%;
	-webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}	

.toggle_button div:after {
	width: 55%;
	-webkit-transform: translateY(10px);
  transform: translateY(10px);
}	

.toggle_button:hover div:before,
.toggle_button:hover div:after {
	width: 100%;
}

.menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.menu ul li {
	padding: 0 30px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
}

.menu ul li a {
	color: #000;
}

.menu ul li.child_menu {
	
}

.menu ul li.child_menu:after {
	font-family:'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu ul li.child_menu:hover:after {
	color: var(--e-global-color-orange);
	transform: rotate(180deg);
}


.menu ul li.child_menu > a {
	padding: 10px 5px;
}

.menu ul li.child_menu .child_menu_panel {
  -webkit-box-shadow: 0 6px 45px 0 rgb(0 0 0 / 9%);
  box-shadow: 0 6px 45px 0 rgb(0 0 0 / 9%);
  position: absolute;
  top: 130%;
  left: 0;
  background: rgba(255, 255, 255, .8);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
  max-height: none;
  z-index: 999;
  min-width: 200px;
  max-width: 200px;
  list-style: none;
  visibility: hidden;
  padding: 10px 0;
  opacity: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.menu ul li.child_menu .child_menu_panel li {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 15px;
}

.menu ul li.child_menu .child_menu_panel li a {
	width: 100%;
	padding: 0;
	display: block;
}

.menu ul li.child_menu .child_menu_panel li a:hover {
	color: #F6AE1E;
}

.menu ul li.child_menu:hover > .child_menu_panel {
	opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.menu ul li.child_menu .child_menu_panel .child_menu_panel {
	left: -100%;
	top: 0;
}


.header_right {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_right ul li {
	padding: 0 20px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.header_right ul li a {
	color: #000;
}

.header_right .button {
	margin-left: 20px;
}

.inner_header .menu > ul > li,
.inner_header .menu > ul > li > a {
	color: #fff;
}

.inner_header .toggle_button div,
.inner_header .toggle_button div:before,
.inner_header .toggle_button div:after {
	background: #fff;
}

.inner_header .header_right ul li,
.inner_header .header_right ul li a {
	color: #fff;
}


.header_fixed {
	background: rgba(0, 0, 0, 0.6);
}




.header_fixed .toggle_button div,
.header_fixed .toggle_button div:before, 
.header_fixed .toggle_button div:after {
	background: #fff;
}


.header_fixed .header_left > ul > li,
.header_fixed .menu > ul > li > a,
.header_fixed .menu ul li.child_menu:after,
.header_fixed .header_right ul li,
.header_fixed .header_right ul li a {
	color: #fff;
}

.header_fixed .menu > ul > li {
	font-size: 14px;
	padding: 0 25px;
}


.header_fixed .logo {
	padding-bottom: 10px;
}

.header_fixed .logo img {
	max-width: 100px;
}

.header_fixed .header_right  ul li {
	font-size: 14px;
	padding: 0 15px;
}

.header_fixed .header_right .button a {
	padding: 10px 20px;
	font-size: 14px;
}







.footer {
	width: 100%;
	background: #000;
}

.footer_top {
	padding: 50px 0;
}

.footer_top:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.footer_top .container {
	position: relative;
	z-index: 2;
}

.footer_top_left {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.footer_top_left h2 {
	color: #FFF;
	margin-top: 30px;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 63px;
	text-transform: uppercase;
}

.footer_top_right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer_top_right form {
	width: 100%;
}

.footer_top_right .newsletter {
	width: 100%;
	border-bottom: solid 2px #fff;
	position: relative;
}

.footer_top_right .newsletter input {
	width: 100%;
	height: 65px;
	border: none;
	color: #fff;
	outline: none;
	font-size: 16px;
	background: transparent;
	padding-bottom: 15px;
	padding-right: 140px;
}

.footer_top_right .newsletter input::placeholder {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.footer_top_right .newsletter button {
	width: 20%;
	padding: 13px 28px;
	border-radius: 10px;
	line-height: normal;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	outline: none;
	box-shadow: none;
	text-transform: uppercase;
	background: #F6AE1E;
	border: solid 1px transparent;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
}

.footer_top_right .terms_check label {
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
}

.terms_check .remember_checkbox input:checked~.checkmark {
	background: #F6AE1E;
}

.footer_top_right .terms_check a {
	opacity: 1;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 5px;
}

.footer_bottom {
	border-top: solid 1px rgba(255, 255, 255, 0.6);
}

.footer_bottom_one_box {
	text-align: center;
	padding: 30px 15px;
	border-right: solid 1px rgba(255, 255, 255, 0.6);
}

.footer_bottom_one_box:last-child {
	border: none;
}

.footer_bottom_one_box h6 {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.footer_bottom_one_box h5 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer_bottom_one_box h5 a {
	color: #fff;
}

.footer_bottom_two {
	padding: 20px 15px;
	border-top: solid 1px rgba(255, 255, 255, 0.6);
}

.copyright_text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.footer_list {

}

.footer_list ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer_list ul li {
	color: #FFF;
	padding: 0 0 0 50px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.footer_list ul li a {
	color: #fff;
}


.social_icon {

}

.social_icon ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_icon ul li {
	margin: 0 5px;
}

.social_icon ul li a {
	width: 30px;
	height: 30px;
	color: #000;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_bottom_two {

}





.home_banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.home_banner .banner_overlay {
	background: rgba(255, 255, 255, 0.8);
}

.home_banner .carousel,
.home_banner .carousel div {
	width: 100%;
	height: 100%;
}

.home_banner .carousel img {
	width: 100%;
}

.home_banner:after {
	width: 100%;
	height: 140px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F2F2F2 59.9%);
}

.home_banner .carousel-indicators {
	position: absolute;
	left: 100px;
	bottom: 30px;
	width: 40px;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.home_banner .carousel-indicators li {
	width: 100%;
	height: auto;
	text-indent: 0;
	background: transparent;
	border: none;
	margin: 20px 0 0;
	opacity: 1;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

.home_banner .carousel-indicators li:after {
	width: 19px;
	height: 3px;
	border-radius: 10px;
	background: #000;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}

.home_banner .carousel-indicators li.active {
	font-weight: 700;
}

.home_banner .carousel-indicators li.active:after {
	opacity: 1;
}

.home_banner .home_banner_content {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 22;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

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

.home_banner_content h1 {
	color: #000;
	text-align: center;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.home_banner .home_banner_content .button {
	margin-top: 20px;
}


.custom_rooms_search {
	width: 70%;
	height: auto;
	margin: auto;
	padding: 25px 35px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: -50px;
}

.custom_rooms_search .form-group {
	margin: 0;
}

.custom_rooms_search .form-group label {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.custom_rooms_search .form-group input {
	width: 100%;
	height: 35px;
	border: none !important;
	outline: none;
	background: url(../images/calendar.svg) no-repeat;
	background-position: right center;
}

.custom_rooms_search .form-group select {
	width: 100%;
	height: 35px;
	border: none;
	outline: none;
	-webkit-appearance: none;
}


.custom_select {
	width: 100%;
	position: relative;
}

.custom_select:after {
	width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #9D9D9D;
}

.custom_rooms_search .button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}






#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}


.home_sec2 {
	padding: 130px 0 50px;
	background-color: linear-gradient(to bottom, #f2f2f2 65%, #ffffff 65%);
	background-image: url(../images/home-sec2-bg.png);
	background-size: 100% auto;
}

.home_heading {
	margin: auto;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.home_heading img {
	margin-bottom: 10px;
}

.home_heading h6 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.home_heading h2 {
	color: #000;
	text-align: center;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	text-transform: uppercase;
	margin-bottom: 30px;
}


.home_sec2_slider .slick-list {
	padding-left: 15rem;
}

.home_sec2_image {
	height: 460px;
}

.home_sec2_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-slider .slick-arrow {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	z-index: 9;
	opacity: 1;
}

.slick-slider .slick-arrow:before {
	width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid #9D9D9D;
  opacity: 1;
}

.slick-slider .slick-prev {
	left: 230px;
}

.slick-slider .slick-next {
	right: 230px;
}

.slick-slider .slick-next:before {
	transform: rotate(180deg);
}


.home_sec3 {
	padding: 200px 15px;
}

.home_sec3:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sec-3-af.png);
	background-position: right center;
}

.home_sec3 .container {
	position: relative;
	z-index: 2;
}

.home_sec3_left {

}

.home_sec3_left h2 {
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}

.home_sec3_right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_sec4 {

}

.home_sec4_heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home_sec4_heading h2 {
	color: #000;
	text-align: center;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	text-transform: uppercase;
}

.home_sec4_slider {
	width: 100%;
	margin-top: 30px;
}

.home_sec4_slider ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_sec4_slider ul.slick-dots li {
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_sec4_slider ul li button {
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #BABABA;
}

.home_sec4_slider ul li.slick-active button {
	background: #292929;
}

.home_sec4_slider ul li button:before {
	display: none;
}

.rooms_box {

}

.rooms_box_image {
	width: 100%;
	height: 330px;
	position: relative;
}

.rooms_box_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.room_price {
	padding: 13px 22px;
	border-radius: 10px;
	background: #FFF;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
	right: 25px;
	top: 25px;
}

.rooms_box_content {
	width: 100%;
	padding-top: 20px;
}

.rooms_box_content h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	text-transform: uppercase;
}

.rooms_box_content ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 10px 0 30px;
}

.rooms_box_content ul li {
	width: 33.33%;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.rooms_box_content p {
	margin: 0 0 30px;
	color: rgba(0, 0, 0, 0.6);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.rooms_box_content a {
	color: #F6AE1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: uppercase;
}



.home_sec5 {
	background: #fff;
}

.home_sec5_image {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.home_sec5 .container {
	position: relative;
	z-index: 3;
}

.home_sec5 .home_heading,
.home_sec5 .home_heading h2,
.home_sec5 .home_heading h6 {
	color: #fff;
}


.all_exprience {
	margin-top: 30px;
}

.all_exprience .row {
	display: flex;
	justify-content: space-between;
}

.exprience_box {
	padding: 0 15px;
	width: 30%;
}

.exprience_box_image {
	width: 100%;
	height: 570px;
	position: relative;
}

.exprience_box_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exprience_box_image:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	bottom: -20px;
	left: -20px;
	z-index: 1;
	border: 2px solid #F6AE1E;
}

.exprience_box_content {
	width: 100%;
	margin-top: 50px;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.exprience_box_content h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	text-transform: uppercase;
}

.exprience_box_content a {
	color: #F6AE1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: uppercase;
}


.home_sec6 {
	padding: 80px 0;
}

.home_sec6 .home_heading,
.home_sec6 .home_heading h2,
.home_sec6 .home_heading h6 {
	color: #fff;
} 

.home_sec6 .container {
	position: relative;
	z-index: 2;
}

.feedback {
	width: 100%;
	color: #FFF;
	text-align: center;
	font-family: var(--heading-font-family);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 63px;
	text-transform: uppercase;
}

.feedback h6 {
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.star {
	width: 100%;
	color: #F6AE1E;
	font-size: 16px;
	text-align: center;
}

.star i {
	margin: 0 5px;
}


.home_sec7 {
	padding: 100px 0;
}

.home_sec7_left {
	display: flex;
}

.home_sec7_left img {
	width: 100%;
}

.home_sec7_right {

}

.home_sec7_right h6 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home_sec7_right h2 {
	color: #000;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.home_sec7_right ul {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.home_sec7_right ul li {
	width: 45%;
	display: flex;
	margin: 0 0 50px 0;
}

.home_sec7_right ul li .home_sec7_icon {
	width: 50px;
	height: 50px;
}

.home_sec7_right ul li .home_sec7_content {
	width: calc(100% - 50px);
	padding-left: 15px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home_sec7_right ul li .home_sec7_content h5 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home_sec7_right_image {
	width: 100%;
}

.home_sec7_right_image img {
	width: 100%;
}




.inner_banner {
	width: 100%;
	height: 400px;
	position: relative;
}

.inner_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_overlay {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.4;
	background: #000;
}

.inner_banner_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: center;
	padding-bottom: 60px;
}

.inner_banner_content img {
	width: auto;
	height: auto;
}

.inner_banner_content h1 {
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 25px;
}







.my_profile_sec {
	width: 100%;
}

.my_profile_main {
	margin: auto;
	border-radius: 10px;
	background: #FFF;
	padding: 0;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.my_profile_top {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.my_profile_user_box {
	width: auto;
	height: auto;
	text-align: center;
}

  
.my_profile_user_image {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	position: relative;
	/* overflow: hidden; */
	margin: auto auto 20px;
}

.my_profile_user_image > img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profile_upload {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6AE1E;
    border: solid 2px #fff;
    position: absolute;
    bottom: -10px;
    right: -15px;
}

.profile_upload form {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.my_profile_user_box h2 {
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; 
}

.my_profile_all_information {
	width: 100%;
}

.my_profile_information_sec {
	width: 100%;
	padding: 50px 40px;
}

.my_profile_information_sec:not(:last-child) {
	border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.my_profile_information_sec:nth-child(even) {
	background: #F7F8FD;
}

.admin_form_field .form-control {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #83AFC0;
    background: #FCFCFC;
    font-size: 16px;
	margin-bottom: 10px;
}

.my_profile_information_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.my_profile_information_top_heading {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.my_profile_information_top_heading h3 {
	color: #061B64;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
}

.my_profile_information_top_edit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #061B64;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.edit_icon {
	width: 33px;
	height: 33px;
	color: #061B64;
	border-radius: 50%;
	background: #F6AE1E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	cursor: pointer;
}
.save_contact_btn{
	width: 33px;
	height: 33px;
	color: white;
	border-radius: 50%;
	background: #69b458;
	display: none;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border: none;
	outline: none;
}
.save_icon {
	width: 33px;
	height: 33px;
	color: white;
	border-radius: 50%;
	background: #69b458;
	display: none;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border: none;
	outline: none;
}
.my_profile_information_bottom {
	width: 100%;
}

.my_profile_information_bottom .form-group {
	margin-top: 30px;
	margin-bottom: 0;
}

.my_profile_information_bottom .form-group label {
	color: #061B64;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

.my_profile_information_bottom .form-group span {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
}

.more_details_sec {
	margin-top: 20px;
}

.more_details_box {
	margin-bottom: 20px;
}

.more_details_box a {
	padding: 25px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	border: 1px solid #ECECEC;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.more_details_box_left {
	width: calc(100% - 45px);
	padding-right: 15px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.more_details_box_left h3 {
	color: #061B64;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 5px;
}

.more_details_box_icon {
	width: 45px;
	height: 45px;
	color: #000;
	font-size: 22px;
	border-radius: 50%;
	background: #F0F3FF;
	display: flex;
	align-items: center;
	justify-content: center;
}


.faq_accordian_box {
	width: 100%;
}

.faq_accordian_box .card {
	width: 100%;
	border: none;
	padding-bottom: 20px;
}

.card-header {
	text-align: left;
	padding: 0;
	border: none;
	background: transparent;
	position: relative;
}

.card-header button {
	width: 100%;
	color: #061B64 !important;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	border: none;
	padding: 0;
	text-decoration: none !important;
}

.card-body {
	color: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 0;
}

.faq_accordian_box .card .card-header button:after,
.faq_accordian_box .card .card-header button.collapsed:after {
	width: 40px;
	height: 40px;
	content: "\f105";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: #F0F3FF;
	font-family:var(--fa-style-family,"Font Awesome 6 Pro");
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.faq_accordian_box .card .card-header button:after {
	transform: rotate(-90deg);
}

.faq_accordian_box .card .card-header button.collapsed:after {
	transform: rotate(0deg);
}


.add_traveller {
	width: 100%;
	margin-top: 40px;
}

.add_traveller a {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 12px 20px;
	color: #043BF3;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	border-radius: 100px;
	border: 1px solid #E9E4E4;
	background: #FAFAFB;
	font-family: var(--heading-font-family);
	display: flex;
	align-items: center;
	justify-content: center;
}

.add_traveller a img {
	margin-right: 10px;
}
.basic-details-input{
	display: none;
}
.contact-details-input{
	display: none;
}

.submit_button {
	width: 100%;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #F6AE1E;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	outline: none;
}
.cancel_button{
	text-align: center;
    vertical-align: middle;
	display: inline-block;
    font-weight: 400;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	color: #fff;
    background-color: #e21414;

}

/*--- hotel listing page ---*/


.hotel_listing_sec2 {
	
}

.hotel_listing_left {
	padding-top: 40px;
}

.hotel_listing_map {
	width: 100%;
	height: 165px;
	border-radius: 10px;
	overflow: hidden;
}

.hotel_listing_map iframe {
	width: 100%;
	height: 100%;
}

.hotel_listing_map_search {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hotel_listing_map_search form {
	width: 100%;
}

.hotel_listing_map_search form .form-group {
	width: 100%;
}

.hotel_listing_map_search_wrap {
	width: 100%;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	border: 1px solid #767676;
	background: #FFF;
	padding: 5px;
}

.hotel_listing_map_search form .hotel_listing_map_search_wrap button {
	border: none;
	color: #F6AE1E;
	width: 50px;
	height: 100%;
	background: transparent;
}

.hotel_listing_map_search form .hotel_listing_map_search_wrap button:focus {
	outline: none;
	box-shadow: none;
}

.hotel_listing_map_search form .hotel_listing_map_search_wrap input {
	width: calc(100% - 50px);
	height: 100%;
	border: none;
	outline: none;
}

.hotel_listing_map_search form .hotel_listing_map_search_wrap input::placeholder {
	color: #929292;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.hotel_price_range_main {
	width: 100%;
}

.hotel_price_range_main h4 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hotel_price_range_main {
	width: 100%;
}

.hotel_price_range .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 35px;
}
.hotel_price_range .price-input .field {
  display: flex;
  width: 45%;
  height: auto;
  align-items: center;
}
.hotel_price_range .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  text-align: left;
  padding: 0 10px;
  border: none;
  -moz-appearance: textfield;
  color: #929292;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hotel_price_range .field input::placeholder {
	color: #929292;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hotel_price_range input[type="number"]::-webkit-outer-spin-button,
.hotel_price_range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hotel_price_range .slider {
  height: 10px;
  position: relative;
  background: #D9D9D9;
  border-radius: 5px;
}
.hotel_price_range .slider .progress {
  height: 100%;
  left: 0;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #F6AE1E;
}
.hotel_price_range .range-input {
  position: relative;
}
.hotel_price_range .range-input input {
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hotel_price_range input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: solid 4px #F6AE1E;
}
.hotel_price_range input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: solid 4px #F6AE1E;
}

.hotel_listing_filter {
	width: 100%;
}

.hotel_listing_filter_wrap {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}

.hotel_listing_filter_wrap h4 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.hotel_listing_filter_list {
	width: 100%;
}

.hotel_listing_filter_list .terms_check .remember_checkbox .checkmark {
	border-radius: 5px;
	border: 1px solid #7C7C7C;
	background: #FFF;
}

.hotel_listing_filter_list .terms_check .remember_checkbox input:checked~.checkmark {
	border-color: #F6AE1E;
}

.hotel_listing_filter_list .terms_check label.remember_checkbox {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.hotel_listing_filter_list .terms_check label.remember_checkbox i {
	color: #F6AE1E;
	margin: 0 2px;
}



.hotel_listing_right {
	padding-top: 40px;
}

.hotel_listing_sort {
	width: 100%;
	padding: 24px 20px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.sort_wrap {
	margin: 0 7px;
}

.sort_wrap a,
.sort_wrap button,
.sort_wrap select {
	padding: 13px 25px;
	border-radius: 10px;
	border: 1px solid #767676;
	background: #FFF;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: inline-block;
	outline: none;
}

.sort_wrap .active {
	background: #F6AE1E;
	color: #fff;
	border-color: #F6AE1E;
}

.sort_wrap select {
	padding: 14px 45px 13.5px 25px;
  -webkit-appearance: none;
}

.sort_wrap .custom_select:after {
	right: 10px;
}


.all_hotel_list {
	width: 100%;
	margin-top: 30px;
}

.hotel_list {
	width: 100%;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.hotel_list_image_side {
	width: 300px;
	display: flex;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}

.hotel_list_image_big {
	width: 240px;
	height: 100%;
}

.hotel_list_image_big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel_list_image_small_list {
	width: 60px;
}

.hotel_list_image_small {
	width: 100%;
	height: 25%;
	position: relative;
}

.hotel_list_image_small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel_list_image_small a {
	color: #FFF;
	font-family: var(--heading-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	position: absolute;
	padding: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotel_list_content_side {
	width: calc(100% - 300px);
	padding: 20px;
	display: flex;
}

.hotel_list_content_side_left {
	width: 72%;
	padding-right: 20px;
	border-right: solid 1px rgba(0, 0, 0, 0.4);
} 

.hotel_list_content_side_left h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.hotel_location_or_rating {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.hotel_location {
	color: #5E5E5E;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.hotel_rating {
	display: flex;
	margin-left: 10px;
}

.hotel_rating i {
	margin: 0 2px;
	color: #F6AE1E;
}

.property_offer {
	width: 100%;
}

.property_offer h5 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.property_offer_list {
	width: 100%;
	display: inline-flex;
	margin-bottom: 15px;
}

.property_offer_list span,
.property_offer_list a {
	width: auto;
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 2px;
	background: #F6AE1E;
	border: none;
	margin-right: 10px;
}

.proerty_last {
	width: 100%;
	margin-top: 10px;
}

.property_last_list {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 12px;
}

.property_red {
	color: #F00;
}

.property_gray {
	color: rgba(0, 0, 0, 0.6);
}

.property_green {
	color: #098C0E;
}



.hotel_list_content_side_right {
	width: 28%;
	text-align: right;
	padding-left: 15px;
}

.hotel_list_content_side_right h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.hotel_list_content_side_right h6 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.discount_offer {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 5px 20px;
	border-radius: 2px;
	background: #F00;
}

.hotel_price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 20px;
	font-family: var(--heading-font-family);
}

.hotel_price .old_price {
	color: rgba(0, 0, 0, 0.6);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
	text-decoration: line-through;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.hotel_price .new_price {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

.hotel_cashback_term {
	width: 100%;
	margin-top: 10px;
}

.hotel_cashback_term a {
	width: 100%;
	margin-top: 10px;
	color: #767676;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.free_cancel {
	width: 100%;
	margin-top: 10px;
}

.free_cancel a {
	color: #098C0E;
	opacity: .6;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}


.pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pagination a {
	padding: 6px 12px;
	margin: 0 4px;
	border-radius: 4px;
	border: 1px solid #DFE3E8;
	background: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.pagination a.active {
	color: #F6AE1E;
	border-color: #F6AE1E;
}

.pagination a[disabled] {
	color: #fff;
	opacity: 0.5;
	background: #919EAB;
}



/*--- hotel details ---*/


.hotel_details_sec1 {

}

.hotel_details_sec1_left {
	padding-right: 5px;
}

.hotel_details_video {
	width: 100%;
	height: 100%;
	position: relative;
}

.hotel_details_video > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel_details_video .play_button {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 22;
}

.hotel_details_sec1_right {
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
}

.hotel_details_image {
	width: 100%;
	margin-bottom: 10px;
}

.hotel_details_image:last-child {
	margin: 0;
}

.hotel_details_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotel_details_image_large,
.hotel_details_image_small {
	width: 50%;
	padding: 0 5px;
}

.hotel_details_image_large .hotel_details_image {
	height: 240px;
}

.hotel_details_image_small .hotel_details_image {
	height: 115px;
}

.hotel_details_sec1_bottom_left {

}

.hotel_details_sec1_bottom_left .rooms_box_content {
	display: inline-block;
	padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);	
}

.hotel_details_sec1_bottom_left .rooms_box_content h3 {
	font-size: 50px;
	margin-bottom: 30px;
}

.hotel_details_sec1_bottom_left .rooms_box_content ul li {
	width: auto;
	margin-right: 60px;
}

.hotel_details_sec1_bottom_left .rooms_box_content h5 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.hotel_details_sec1_bottom_left .rooms_box_content p {
	color: #616161;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	opacity: .6;
	margin-bottom: 20px;
}

.hotel_details_content_bottom {
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);	
}

.hotel_details_content_bottom h3 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hotel_details_content_bottom ul li {
	width: 100%;
	padding-left: 25px;
	margin-bottom: 25px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	position: relative;
}

.hotel_details_content_bottom ul li:before {
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	left: 2px;
	top: 6px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
}


.hotel_details_content_bottom_last_list {
	width: 100%;
	display: inline-block;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);	
}


.hotel_details_form {
	width: 100%;
	padding: 40px 50px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.hotel_details_form_head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.hotel_details_form_head h3 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

.hotel_room_price {
	display: flex;
	color: #000;
	font-family: var(--heading-font-family);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

.hotel_room_price sub {
	color: #000;
	font-family: var(--heading-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

.hotel_details_form form {
	width: 100%;
}

.hotel_details_form form .form-row {
	width: 100%;
	padding-right: 5px;
}

.hotel_details_form_wrap {
	width: 100%;
	height: 50px;
	padding: 0 30px 0 12px;
	border-radius: 10px;
	border: 1px solid #767676;
	background: #FFF;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.hotel_details_form_wrap label {
	margin: 0;
	color: #929292;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}	

.hotel_details_form_wrap .form-control {
	text-align: right;
	padding: 10px 15px;
	border: none;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	color: #929292;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.hotel_details_form .form-group h4 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
	text-transform: uppercase;
	font-family: var(--heading-font-family);
	margin-top: 20px;
}

.hotel_details_form .terms_check {
	padding: 0 15px;
	margin-bottom: 0;
}

.hotel_details_form .terms_check label {
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 37px;
}

.hotel_details_form .terms_check .checkmark {
	border-radius: 5px;
	border: 1px solid #7C7C7C;
	background: #FFF;
}

.hotel_details_form .terms_check .remember_checkbox input:checked~.checkmark {
	border-color: #F6AE1E;
}

.hotel_details_form .total_cost {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 25px;
	border-top: solid 1px #000;
}

.hotel_details_form .total_cost h4 {
	margin: 0;
}

.hotel_details_form .hotel_details_button {
	margin-top: 20px;
}

.hotel_details_form .hotel_details_button button {
	width: 100%;
}

