@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;900&display=swap');

/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	font-weight: 600;
	font-size: 18px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;
	color: #000;
	font-family: 'El Messiri', sans-serif;
	direction: rtl;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*--------------Typography--------------------------------------*/
p {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #878C9F;
}

blockquote {
	float: right;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-right: 15px solid #eee;
	position: relative;
}

blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position: absolute;
	color: #ccc;
	bottom: 3px;
	font-size: 43px;
	left: 6px;
	opacity: 0.4
}

blockquote p {
	font-family: 'El Messiri', sans-serif;
	font-style: italic;
	color: #494949;
}

/*------ loader-------------------------------------------------*/
.loader-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: #0e4677;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pin,
.ajax-loader {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 4px solid;
	border-radius: 100%;
	margin: -20px -20px 0 0;
}

.pulse,
.ajax-loader-cirle {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	animation: spin 1000ms linear infinite;
}

.pulse:before,
.ajax-loader-cirle:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
	right: 50%;
	top: 50%;
	margin: -2px -12px 0 0;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/* ---------Content Styles--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
}

.container {

	position: relative;
	z-index: 5;
}

.big-container {
	max-width: 1500px;
}

.small-container {
	max-width: 1024px;
}

#wrapper {
	width: 100%;
	position: relative;
	z-index: 5;

}

#wrapper.home-wrap {
	padding-top: 0;
}

.content {
	width: auto;
	position: relative;
	z-index: 4;
	float: unset;
	background: #fff;
	overflow: hidden;
}

.fl-wrap {
	float: right;
	width: 100%;
	position: relative;
}

.no-bg {
	background: none;
}

.full-height {
	height: 100%;
}

.full-width-wrap {
	width: 100%;
}

.bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.wave-bg,
.city-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/wave.png) repeat;
}

.respimg {
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	z-index: 2
}

.op1 {
	opacity: 0.1;
}

.op3 {
	opacity: 0.3;
}

.op7 {
	opacity: 0.5 !important;
}

.box-item {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.box-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background: rgba(51, 51, 51, 0.41);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.box-item a.gal-link {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
	font-size: 8px;
	z-index: 10;
	top: 40%;
	right: 50%;
	margin: -20px -20px 0 0;
	opacity: 0;
	box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-single-gallery .box-item {
	border-radius: 6px;
}

.box-item:hover a.gal-link {
	top: 50%;
	opacity: 1;
}

.box-item:hover:before {
	opacity: 1;
}

.fw-separator {
	float: right;
	width: 100%;
	margin: 25px 0;
	height: 1px;
	background: #eee;
}

.no-padding {
	padding: 0 !important;
}

/*-------------Button---------------------------------------*/
.btn {
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	position: relative;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
	background-color: #0e4677 !important;
	transition: .4s;
	border: 2px solid #0e4677;
}

.btn:hover {
	background-color: transparent !important;
	color: #0e4677;
}

.btn.no-shdow-btn {
	box-shadow: none;
}

.btn.whitebtn i {
	border-color: #eee;
}

/*	.btn:after {
		content: '';
		position: absolute;
		width: 50px;
		height: 100%;
		background: rgb(255 198 71);
		z-index: 0;
		left: 0;
		top: 0;
		transition: all 200ms linear;
	}
*/


.btn i {
	position: absolute;
	left: 0;
	width: 50px;
	height: 44px;
	line-height: 44px;
	border-right: 0;
	text-align: center;
	top: 0;
	z-index: 2
}


.btn.float-btn {
	float: right;
	margin: 10px 0 0;
}

.btn.flat-btn {
	color: #fff;
}

.down-btn {
	float: right;
	padding: 15px 20px;
	margin-left: 15px;
	margin-top: 15px;
	color: #fff;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	font-size: 12px;
	border-radius: 4px;
}

.down-btn i {
	padding-left: 10px;
	font-size: 16px;
}

.list-author-widget-text .btn {
	display: inline-table;
	margin-top: 16px;
}

.list-single-btn {
	display: inline-block;
	padding: 15px 35px;
	background: #fff;
	margin-top: 90px;
	border-radius: 30px;
	position: relative;
	border: 1px solid #eee;
	font-size: 14px;
}

.list-single-btn i {
	padding-right: 10px;
}

.load-more-button {
	display: inline-block;
	color: #fff;
	padding: 15px 70px;
	margin-top: 20px;
	border-radius: 6px;
	font-weight: 700;
	background: #0e4677;
	box-shadow: 0px 0px 0px 7px rgba(204, 204, 204, 0.4);
}

.load-more-button i {
	float: left;
	margin-right: 18px;
	top: 2px;
	position: relative;
	animation-name: spin;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*-------------accordion---------------------------------------*/
.accordion {
	float: right;
	width: 100%;
	position: relative;
}

.accordion a.toggle {
	border: 1px solid #eee;
	padding: 18px 30px 18px 50px;
	float: right;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: right;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 15px;
}

.accordion a.toggle span {
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 60px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.accordion a.toggle span:before,
.accordion a.toggle span:after {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	right: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-right: -5px;
}

.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-right: -1px;
}

.accordion a.toggle.act-accordion {
	color: #fff;
	border-color: transparent;
}

.accordion a.toggle.act-accordion span:after {
	height: 0;
}

.accordion-inner {
	display: none;
	float: right;
	width: 100%;
	position: relative;
	padding: 20px 30px 15px;
	background: #fff;
	margin: 0 0 15px;
	text-align: right;
	border-radius: 4px;
	border: 1px solid #eee;
}

.accordion-inner.visible {
	display: block;
}

/* ------Header------------------------------------------------------------ */
.main-header {
	position: relative;
	width: 100%;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);


}

.fs-header {
	padding: 0px 50px;
}

.header-top {
	height: auto;
	padding: 8px 24px;
	z-index: 20;
	background-color: #0e4677;
	margin: 0;
	border-radius: 0px;
	width: auto;
	float: unset;
}

.header-top .show-lang {
	padding-left: 0;
	text-align: left;
}

.header-top .lang-wrap {
	margin-left: 0;
}

.header-inner {
	padding: 10px 24px;
	margin: 0 15px;
	float: unset;
	z-index: 19;
	width: auto;
	display: block;
}


.logo-holder {
	position: relative;
	height: 50px;
}


.logo-holder img {
	height: 100%;
	width: auto;
}

.add-hotel {
	padding: 0 17px;
	position: relative;
	color: #ffffff;
	height: 40px;
	line-height: 35px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	font-size: 15px;
	background: #0e4677;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.add-hotel span {
	padding-right: 4px;
	font-weight: 700;
}

.show-reg-form {
	float: left;
	color: #fff;
	cursor: pointer;
	margin-left: 20px;
	position: relative;
	top: 0;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 400;
}



.show-reg-form i {
	padding-left: 10px;
}

.show-search-button {
	color: #fff;
	float: left;
	position: relative;
	width: 172px;
	top: 0;
	height: 60px;
	line-height: 60px;
	font-size: 13px;
	cursor: pointer;
	font-weight: 500;
	border-left: 1px solid rgba(0, 0, 0, 0.21);
	box-sizing: border-box;
}

.wishlist-link {
	color: #fff !important;
	float: left;
	position: relative;
	width: 40px;
	top: 0;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	box-sizing: border-box;
	background-color: #ffcf63;
	border-radius: 5px !important;
}

.wishlist-link:hover i {
	font-weight: 800;
}

.wishlist-link span.wl_counter {
	position: absolute;
	top: 16px;
	left: 2px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: rgba(0, 0, 0, 0.11);
	border-radius: 100%;
	z-index: 2;
	font-size: 10px;
	color: #fff;
	border-radius: 54px;
}





.wishlist-wrap {
	position: absolute;
	top: 100%;
	left: -20px;
	opacity: 0;
	visibility: visible;
	display: none;
	width: 400px;
	height: 320px;
	overflow: auto;
	padding: 25px 30px;
	background: #fff;
	z-index: -1;
	border-radius: 0 0 6px 6px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
}

.vis-wishlist {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.wishlist-wrap .box-widget-content {
	padding: 0;
}

.show-search-button i {
	padding-right: 19px;
	position: relative;
	top: 0px;
}

.show-search-button i.vis-head-search-close:before,
.wishlist-link.scwllink i:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00d";
}

.show-search-button:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.21);
	height: auto;
	line-height: initial;
}

.lang-wrap,
.currency-wrap {
	float: left;
	margin-left: 20px;
	position: relative;


}

.currency-wrap {
	margin-left: 0px;
	top: 12px;
}

.lang-tooltip,
.currency-tooltip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	z-index: 105;
	background: #fff;
	padding: 40px 0 12px;
	border-radius: 4px;
	border: 1px solid #eee;
	border-top: none;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
}

.show-lang,
.show-currency-tooltip {
	color: #fff;
	cursor: pointer;
	width: 100px;
	float: left;
	padding: 0 10px;
	position: relative;
	z-index: 106;
	font-size: 12px;
	border: 1px solid transparent;
}

.show-currency-tooltip span {
	position: relative;
	float: right;
}

.show-currency-tooltip i {
	padding-left: 8px;
	float: right;
	position: relative;
	top: 1px;
}

.show-lang i,
.show-currency-tooltip span i {
	position: absolute;
	left: 10px;
	top: 50%;
	line-height: 10px;
	height: 10px;
	margin-top: -5px;
}

.show-currency-tooltip span i {
	left: -30px;
}

.show-lang img,
.lang-tooltip li img {
	position: relative;
	border-radius: 0px;
}

/*	.show-lang img {
		margin-left: 4px;
	}*/

.show-lang span {
	padding: 0 0 0 5px;
	position: relative;
	z-index: 2;
	font-size: 18px;
}

.show-lang .fa-angle-down {
	position: relative;
	top: 2px;
}

.lang-wrap:hover .lang-tooltip,
.currency-wrap:hover .currency-tooltip {
	visibility: visible;
	opacity: 1;
}

.lang-wrap:hover .show-lang span,
.currency-wrap:hover .show-currency-tooltip span {
	color: #ffcf63;
}

.lang-tooltip li,
.currency-tooltip li {
	float: right;
	width: 100%;
	position: relative;
	text-align: right;
	color: #fff;
	border-radius: 4px;
	padding: 6px 14px;
}

.lang-tooltip li:hover,
.currency-tooltip li:hover {
	background: #0e4677;
}

.currency-tooltip li {
	margin-bottom: 4px;
	padding-right: 10px;
}

.currency-tooltip li:last-child {
	margin-bottom: 0;
}

.currency-tooltip li i {
	margin-left: 8px;
}

.lang-tooltip li img {
	margin-left: 10px;
}

.lang-tooltip li:hover a,
.currency-tooltip li:hover a {
	color: #fff;
}

.lang-tooltip li a,
.currency-tooltip li a {
	color: #566985;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
}

.header-search {
	position: absolute;
	top: 130px;
	right: 0;
	width: 100%;
	padding: 20px 30px 30px;
	background: #fff;
	z-index: 130;
	border-bottom: 1px solid #eee;
	opacity: 0;
	margin-top: 30px;
	visibility: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.vis-head-search {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.header-search-input-item label,
.range-slider-title,
.col-list-search-input-item label,
.leave-rating-holder .leave-rating-title {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	color: #0e4677;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.header-search-input-item input[type="text"],
.col-list-search-input-item input[type="text"] {
	float: right;
	width: 100%;
	border: 1px solid #eee;
	padding: 12px 33px 12px 32px;
	border-radius: 6px;
	background: #F7F9FB;
	height: 42px;
	line-height: 42px;
	font-family: 'El Messiri', sans-serif;
	background-image: none !important;
}

.header-search-input-item input[type="text"]:focus,
.col-list-search-input-item input[type="text"]:focus {
	background: #fff;
}

.header-search-input-item.in-loc-dec:before,
.col-list-search-input-item.in-loc-dec:before,
.header-search-input-item.date-parent:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f107";
	position: absolute;
	color: #fff;
	bottom: 10px;
	font-size: 15px;
	left: 14px;
	font-weight: 500;
	z-index: 120;
	transition: all .2s ease-in-out;
}

.not-vis-arrow {
	z-index: 520;
}

.not-vis-arrow:before {
	display: none;
}

.header-search-input-item input[type="number"],
.col-list-search-input-item input[type="number"] {
	border-radius: 6px;
	background: #fff;
}

.header-search-input-item .quantity-item,
.col-list-search-input-item .quantity-item {
	float: right;
	width: 33.3%;
}

.header-search-input-item-icon {
	position: absolute;
	bottom: 10px;
	right: 13px;
	z-index: 100;
	font-weight: 600;
	font-size: 14px;
}

.header-search-button {
	float: right;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	position: relative;
	top: 20px;
	right: 0;
	outline: none;
	cursor: pointer;
	font-family: 'El Messiri', sans-serif;
}

.header-search-button i {
	padding-right: 10px;
}

.header-search-input-item.location a,
.col-list-search-input-item.location a {
	position: absolute;
	bottom: 7px;
	left: 16px;
	z-index: 500;
}

.close-header-search {
	position: absolute;
	width: 100px;
	height: 26px;
	left: 50%;
	margin-left: -50px;
	line-height: 26px;
	bottom: -27px;
	color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
}

.search-opt-wrap-container {
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}

.search-input-item {
	float: right;
	width: 50%;
	padding: 0 16px;
}

.search-input-item.midd-input {
	width: 30%;
	padding: 0 15px;
}

.search-input-item.small-input {
	width: 20%;
	padding: 0 15px 0 18px;
}

.home-btn {
	float: right;
	width: 50px;
	height: 60px;
	margin-left: 15px;
	line-height: 60px;
	color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.21);
	border-right: 1px solid rgba(0, 0, 0, 0.21);
	box-sizing: border-box;
}

.home-btn a {
	color: #fff;
}

/* ------Navigation------------------------------------------------------------ */
.nav-holder {
	float: right;
	position: relative;
	opacity: 1;
	right: 0;
	visibility: visible;
	z-index: 20;
}

.nav-holder nav {
	position: relative;
	float: left;
}

.nav-holder nav li {
	float: right;
	position: relative;
	margin-left: 6px;
	height: 60px;
}

.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 150px;
	top: 50px;
	right: 0;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	transition: all .2s ease-in-out;
}

.nav-holder nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.nav-holder nav li ul li ul {
	top: -10px;
	right: 100%;
	margin-right: 25px;
	margin-top: 0;
	max-width: 150px;
}

.nav-holder nav li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-left: 0px;
}

.nav-holder nav li ul li {
	width: 100%;
	float: right;
	height: auto;
	position: relative;
}

.nav-holder nav li a {
	float: right;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	line-height: 42px;
	letter-spacing: 0px;
	color: #092944;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}

.dark-header .nav-holder nav li a {
	color: #fff;
}

.nav-holder nav li a i {
	padding-right: 6px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav-holder nav li a:hover i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.nav-holder nav li ul a {
	color: #566985;
	float: right;
	width: 100%;
	font-weight: 700;
	text-align: right;
	padding: 5px 15px;
	font-size: 12px;
}

.dark-header .nav-holder nav li ul a {
	color: #000;
}

nav li ul a:before,
nav li ul a:after {
	display: none;
}

.nav-button-wrap {
	height: 40px;
	width: 40px;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
	top: 0px;
	margin-right: 10px;
	display: none;
}

.nav-button {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 22px;
	height: 20px;
	margin-right: -11px;
	margin-top: -6px;
}

.nav-button span {
	float: right;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.header-user-menu {
	float: unset;
	position: relative;
	margin-left: 25px;
	display: flex;
	align-items: center;
}

.text-header {
	font-size: 14px;
}

.header-user-name {
	position: relative;
	float: right;
	cursor: pointer;
	color: #082c4c;
	transition: 0.2s;
	font-weight: 700;
	font-size: 14px;
}

.header-user-name:before,
.qty-dropdown-header:before,
.main-search-input-item_small:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d7";
	position: absolute;
	color: #fff;
	bottom: 8px;
	font-size: 17px;
	left: -15px;
	font-weight: 800;
	transition: all .2s ease-in-out;
	z-index: 20;
}

.main-search-input-item_small:before,
.qty-dropdown-header:before {
	bottom: 20px;
	left: 20px;
}

.qty-dropdown-header:before {
	bottom: -2px;
}

.header-user-name span {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
}

.header-user-name span img {
	width: 100%;
	height: 100%;
}

.header-user-menu ul {
	margin: 10px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 150px;
	top: 60px;
	right: -50px;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;

	transition: all .2s ease-in-out;
	box-shadow: 0 0 20px #0e467714;
}

.header-user-name.hu-menu-visdec:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.header-user-menu ul.hu-menu-vis {
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.header-user-menu ul li {
	float: right;
	width: 100%;
	padding: 4px 0;
}

.header-user-menu ul li a {
	color: #50596E;
	float: right;
	width: 100%;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	padding: 6px 15px;
}

/*------footer -------------------------------------------------*/
.main-footer,
.footer-inner,
.sub-footer,
.top-footer {
	float: right;
	width: 100%;
	position: relative;
}

.main-footer {
	background: #0e4677;
	z-index: 3;
	overflow: hidden;
	float: unset;
	margin-top: 80px;
}

.footer-inner {
	padding: 70px 0 40px;
	border-top: 0;
}

.footer-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/bg/4.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	opacity: 0.2;
	background-origin: content-box;
}

.sub-footer {
	background: #082c4c;
	padding: 15px 0;
	margin: 0 auto 0;
	display: inline-block;
	float: unset;
	z-index: 3;
}

.copyright {
	color: #fff;
	font-size: 14px;
}

.subfooter-nav {
	float: left;
	margin-left: 50px;
}

.subfooter-nav li {
	float: right;
	margin-left: 20px;
}

.subfooter-nav li a {
	color: rgba(255, 255, 255, 0.61);
	font-weight: 400;
	font-size: 12px;
}

.subfooter-lang {
	float: left;
	padding-right: 70px;
	position: relative;
	height: 25px;
}

.subfooter-show-lang {
	float: right;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.subfooter-show-lang i {
	margin-right: 10px;
}

.subfooter-lang:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/map.png) no-repeat center;
	width: 52px;
	height: 25px;
	opacity: 0.8;
}

.subfooter-lang-tooltip {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	padding: 15px 0;
	background: #0e4677;
	left: 0;
	width: 80%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.21);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	visibility: hidden;
	opacity: 0;
}

.subfooter-lang:hover .subfooter-lang-tooltip {
	visibility: visible;
	opacity: 1;
}

.subfooter-lang-tooltip li {
	float: right;
	width: 100%;
	margin-bottom: 6px;
}

.subfooter-lang-tooltip li a {
	text-align: left;
	float: right;
	width: 100%;
	padding: 0 10px;
	font-weight: 500;
}

.footer-carousel-title {
	float: right;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	top: 40px;
	font-size: 14px;
}

.footer-fw-widget {
	padding-bottom: 30px;
	margin-bottom: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.footer-carousel-item img {
	width: 100%;
	height: auto;
}

.footer-carousel-item a {
	opacity: 0.6;
	float: right;
}

.footer-widget h3 {
	font-size: 18px;
	float: right;
	text-transform: uppercase;
	text-align: right;
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	padding-bottom: 25px;
}

.footer-social {
	float: right;
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.21);
}

.footer-social span {
	float: right;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
	top: 8px;
	font-size: 14px;
}

.footer-social ul {
	float: right;
}

.footer-social li {
	float: right;
	margin-left: 14px;
}

.footer-social li a {
	float: right;
	border-right: none;
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 25px;
}

.footer-menu {
	margin-top: 20px;
}

.footer-menu li {
	float: right;
	text-align: right;
	padding-left: 16px;
	position: relative;
}

.footer-menu li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 4px;
	height: 4px;
	left: 6px;
	border-radius: 100%;
}

.footer-menu li:last-child:before {
	display: none;
}

.footer-menu li a {
	color: #eee;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'El Messiri', sans-serif;
}

.footer-menu li a:hover {
	color: rgba(255, 255, 255, 0.41);
}

.no-border {
	border: none !important;
}

.footer-list li {
	display: block;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
}

.footer-list li a {
	color: #fff;
	transition: .4s;
	display: inline-block;
}

.footer-list li a:hover {
	color: #ffc647
}

.footer-list li:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0da";
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 11px;
	transition: all 200ms linear;
	color: #ffc647
}

.footer-list li:hover:before {
	right: 4px;
}

.contact-btn {
	float: right;
	color: #fff;
	padding: 15px 35px;
	font-size: 12px;
	margin-top: 25px;
	font-weight: 600;
	border-radius: 25px;
	position: relative;
	top: 28px;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
}

.contact-btn i {
	padding-right: 15px;
	color: rgba(255, 255, 255, 0.81);
	font-size: 16px;
	position: relative;
	top: 1px;
}

.customer-support-widget {
	margin-top: 20px;
	padding: 25px 50px 15px 50px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.04);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100px;
}

.customer-support-widget:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f4fe";
	position: absolute;
	z-index: -1;
	color: #fff;
	font-size: 84px;
	opacity: 0.07;
	right: 14px;
	bottom: 8px;
}

.customer-support-widget h4 {
	float: right;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-align: right;
	width: 100%;
	margin-bottom: 6px;
}

.cs-mumber {
	float: right;
	text-align: right;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	position: relative;
	top: 6px;
	color: #fff;
}

.cs-mumber:hover {
	color: rgba(255, 255, 255, 0.6);
}

.cs-mumber-button {
	float: left;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 100px;
	top: -15px;
	position: relative;
}

.cs-mumber-button i {
	padding-right: 10px;
}

.contact-btn:hover {
	background: #ffc647;
	color: #0e4677;
}

.cs-mumber-button:hover {
	color: #0e4677;
}

.subscribe-wrap {
	padding: 90px 0;
	overflow: hidden;
}

.subscribe-header h3 {
	float: right;
	width: 100%;
	padding-bottom: 15px;
	color: #fff;
	text-align: right;
	font-weight: 600;
	font-size: 22px;
}

.subscribe-header p {
	color: rgba(255, 255, 255, 0.71);
	text-align: right;
}

.footer-widget #subscribe .enteremail {
	background: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	padding: 0 15px 0 120px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.21);
	z-index: 1;
}

.sp-bg {
	position: absolute;
	bottom: -240px;
	right: -70px;
	width: 350px;
	height: 350px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.11);
	box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.05);
}

.sp-bg:before {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	bottom: -50px;
	left: -50px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.051);
}

#subscribe {
	float: right;
	width: 100%;
	position: relative;
	top: 30px;
}

#subscribe:before {
	content: '';
	position: absolute;
	top: -9px;
	right: -9px;
	left: -9px;
	bottom: -9px;
	background: rgba(255, 255, 255, 0.18);
	z-index: -1;
	border-radius: 4px;
}

.footer-widget #subscribe-button {
	position: absolute;
	left: 0;
	width: 120px;
	height: 50px;
	line-height: 50px;
	top: 0;
	cursor: pointer;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 2;
	background: #0e4677;
	color: #fff;
}

.footer-widget #subscribe-button:hover i {
	color: rgba(255, 255, 255, 1.0);
}

.subscribe-message {
	color: #fff;
	float: right;
	margin-top: 10px;
	text-align: right;
	font-weight: 500;
	line-height: 19px;
}

.subscribe-message i {
	padding-left: 6px;
}

.subscribe-message.valid i {
	color: #5ECFB1;
}

.subscribe-message.error i {
	color: #F00;
}

.footer-widget #subscribe-button i {
	padding-left: 6px;
}

.sub-footer .about-widget img {
	float: right;
	width: 120px;
	height: auto;
}

.footer-widget .footer-contacts-widget p {
	color: #fff;
	text-align: right;
}

.footer-widget .about-widget p {
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.footer-widget .about-widget .btn {
	float: right;
	margin-top: 20px;
	padding: 13px 20px;
	border-radius: 20px;
	color: #fff;
	font-weight: 600;
}

.footer-contacts {
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.21);
	border-bottom: 0;
}

.footer-contacts li {
	float: right;
	width: 100%;
	text-align: right;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 500;
}

.footer-contacts li a,
.footer-contacts li span {
	color: rgba(255, 255, 255, 0.51);
}

.footer-contacts li a {
	color: rgba(255, 255, 255, 0.81);
	padding-right: 4px;
}

.footer-contacts li i {
	padding-left: 4px;
}

.footer-widget .widget-posts li,
.box-widget-content .widget-posts li {
	padding: 13px 0;
	margin-bottom: 10px;
	width: 100%;
	float: right;
}

.box-widget-content .widget-posts li {
	border-bottom: 1px solid #eee;
	margin-bottom: 13px;
	padding: 0 0 13px;
}

.box-widget-content .widget-posts li:last-child {
	margin-bottom: 0;
}

.footer-widget .widget-posts-img,
.box-widget-content .widget-posts-img,
.cart-details_header .widget-posts-img {
	float: right;
	width: 30%;
}

.footer-widget .widget-posts-img img,
.box-widget-content .widget-posts-img img,
.cart-details_header .widget-posts-img img {
	border-radius: 4px;
}

.footer-widget .widget-comments-img img {
	border-radius: 100%;
}

.footer-widget .widget-posts-descr,
.box-widget-content .widget-posts-descr,
.cart-details_header .widget-posts-descr {
	float: right;
	width: 70%;
	padding-right: 20px;
	text-align: right;
	position: relative;
}

.box-widget-content .widget-posts-descr a,
.cart-details_header .widget-posts-descr a {
	color: #666;
}

.box-widget-content .widget-posts-descr .geodir-category-location,
.cart-details_header .widget-posts-descr .geodir-category-location {
	margin-top: 4px;
}

.box-widget-content .widget-posts-descr .geodir-category-location a,
.cart-details_header .widget-posts-descr .geodir-category-location a {
	font-size: 13px;
	color: #878C9F;
}

.box-widget-content .widget-posts-descr .rooms-price {
	font-size: 12px;
	text-transform: uppercase;
	top: 0px;
}

.box-widget-content .widget-posts-descr .rooms-price strong {
	font-size: 9px;
}

.box-widget-content .widget-posts-descr .listing-rating,
.cart-details_header .widget-posts-descr .listing-rating {
	margin-top: 1px;
}

.box-widget-content .widget-posts-descr .listing-rating i,
.cart-details_header .widget-posts-descr .listing-rating i {
	font-size: 10px;
	margin-left: 2px;
}

.box-widget-content .widget-posts-link {
	float: right;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	font-size: 12px;
	margin-top: 20px;
	color: #878C9F;
}

.widget-posts-link:hover {
	color: #666;
}

.box-widget-content .widget-posts-link:before {
	display: none;
}

.box-widget-content .widget-posts-link i {
	padding-right: 10px;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.footer-widget .widget-posts-descr:before {
	content: '';
	position: absolute;
	bottom: -12px;
	right: 20px;
	left: 0;
	height: 1px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.21);
}

.footer-widget .widget-posts-descr a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.71);
	font-weight: 600;
	padding-bottom: 20px;
}

.footer-widget .widget-posts-descr a:hover {
	color: #fff;
}

.footer-widget .widget-posts-date {
	float: right;
	width: 100%;
	margin-top: 10px;
	color: #878C9F;
	font-weight: 600;
	font-size: 12px;
}

.footer-widget .widget-posts-date i {
	color: rgba(255, 255, 255, 0.41) !important;
	padding-left: 10px;
}

.about-wrap {
	margin-bottom: 30px;
}

.about-wrap .list-single-main-item-title h3 {
	font-size: 24px;
}

.about-wrap p,
.about-wrap h4 {
	text-align: justify;
	direction: rtl;
}

.about-wrap h4 {
	font-size: 16px;
	padding: 10px 0 0;
	font-weight: 600;
	color: #ADC7DD;
}

.about-wrap .section-separator {
	margin-bottom: 5px;
}

.fc-cont {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.fc-cont.fc-cont-prev {
	right: 0;
}

.fc-cont.fc-cont-next {
	left: 0;
}

.fc-cont.lc-prev {
	left: 0px;
	font-size: 20px;
	background: #0e4677;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	color: #fff;
	z-index: 120;
	cursor: pointer;
	margin-top: -18px;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
	transition: .4s;
}

.fc-cont.lc-next {
	right: 0;
	font-size: 20px;
	background: #0e4677;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	color: #fff;
	z-index: 120;
	cursor: pointer;
	margin-top: -18px;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
	transition: .4s;
}

.fc-cont.lc-next:hover,
.fc-cont.lc-prev:hover {
	background: #2C3B5A;
}

/*------ section-------------------------------------------------*/
section {
	float: right;
	width: 100%;
	position: relative;
	padding: 50px 0;
	background: #fff;
	z-index: 1;
}

section.middle-padding {
	padding: 50px 0;
}

.small-padding {
	padding: 30px 0;
}

section.no-top-pading {
	padding-top: 0;
}

section.no-pading {
	padding-bottom: 0;
}

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

.section-title h2 {
	float: right;
	width: 100%;
	margin-bottom: 5px;
	font-size: 38px;
	font-weight: 600;
	color: #566985;
	font-family: 'El Messiri', sans-serif;
}

.section-title h4 {
	float: right;
	width: 100%;
	color: #566985;
	font-size: 12px;
	font-weight: 600;
}

.section-title-separator {
	position: relative;
	margin-bottom: 20px;
}

.section-title-separator span {
	position: relative;
	display: inline-table;
	z-index: 2;
}

.section-title-separator span i {
	padding: 0 2px;
	color: #D0DBDB
}

.section-title-separator span i:nth-child(2) {
	font-size: 16px;
}

section.parallax-section {
	padding: 70px 40px;
	overflow: hidden;
	position: relative;
}

section.video-section {
	padding: 150px 0;
	overflow: hidden;
}

section.single-par {
	padding: 60px 0;
	overflow: hidden;
	background-color: #0e4677;
}

.single-par .item-2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.single-par .item-3 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.single-par .item-3 img {
	width: 330px;
}

.single-par .section-title h2 {
	color: #ffffff;
}

section.big-padding {
	padding: 350px 0;
	overflow: hidden;
}

section.parallax-section.small-par {
	padding: 90px 0;
}

section.parallax-section .section-title-separator span,
.ajax-modal-title .section-title-separator span {
	padding: 0;
	background: none;
}

.section-title-separator span i,
.ajax-modal-title .section-title-separator span i {
	padding: 0 2px;
	color: #D0DBDB
}

.section-title-separator span i:nth-child(2) {
	font-size: 16px;
}

.ajax-modal-title .section-title-separator span i {
	font-size: 10px;
}

.ajax-modal-title .section-title-separator span i:nth-child(2) {
	font-size: 13px;
}

section.parallax-section .section-title-separator:before,
.ajax-modal-title .section-title-separator:before {
	display: none;
}

section.parallax-section .overlay {
	opacity: 0.4;
}

.hero-section-wrap {
	z-index: 30;
}


.home-intro h1 {
	font-size: 66px;
	font-weight: 700;
	color: #f0f0f0;
	font-family: 'El Messiri', sans-serif;
	margin-bottom: 20px;
}

section.parallax-section .bg,
.list-single-hero .bg,
.hero-parallax .bg {
	height: 80%;
	top: 0;
}

.section-separator {
	float: right;
	width: 100%;
	position: relative;
	margin: 10px 0 15px;
}

.section-separator:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	height: 4px;
	margin-right: -25px;
	width: 50px;
	border-radius: 3px;
}

.breadcrumbs.inline-breadcrumbs {
	margin-bottom: 20px;
	padding: 19px 20px;
	background: #fff;
	border-radius: 4px;
}

.breadcrumbs.inline-breadcrumbs a,
.breadcrumbs.inline-breadcrumbs span,
.dasboard-breadcrumbs a,
.dasboard-breadcrumbs span {
	float: right;
	padding: 0 16px;
	position: relative;
	color: #888DA0;
	font-size: 12px;
}

.breadcrumbs.inline-breadcrumbs span {
	color: #666;
}

.breadcrumbs.inline-breadcrumbs a:first-child,
.dasboard-breadcrumbs a:first-child {
	padding-right: 0;
}

.dasboard-breadcrumbs a,
.dasboard-breadcrumbs span {
	padding: 0 32px 0 0;
	color: #fff;
}

.dasboard-breadcrumbs span,
section.color-bg .section-title p {
	color: rgba(255, 255, 255, 0.71);
}

.section-title .breadcrumbs,
.flat-title-wrap .breadcrumbs {
	margin-top: 20px;
}

.section-title .breadcrumbs a,
.section-title .breadcrumbs span,
.breadcrumbs-hero-buttom .breadcrumbs a,
.breadcrumbs-hero-buttom .breadcrumbs span,
.flat-title-wrap .breadcrumbs span,
.flat-title-wrap .breadcrumbs a {
	color: rgba(255, 255, 255, 0.71);
	display: inline-block;
	padding: 0 16px;
	position: relative;
	font-weight: 500;
}

.section-title .breadcrumbs span,
.section-title .breadcrumbs a:hover,
.breadcrumbs-hero-buttom .breadcrumbs a,
.flat-title-wrap .breadcrumbs a {
	color: #fff;
}

section.parallax-section .section-title.big-title h2 {
	font-size: 38px;
}

.section-title .breadcrumbs a:before,
.breadcrumbs-hero-buttom .breadcrumbs a:before,
.breadcrumbs.inline-breadcrumbs a:before,
.dasboard-breadcrumbs a:before,
.flat-title-wrap .breadcrumbs a:before,
.breadcrumbs-fs .breadcrumbs a:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f104";
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: -4px;
	margin-top: -7px;
	width: 10px;
	height: 2px;
}

.breadcrumbs-fs .breadcrumbs a:before {
	margin-top: -10px;
}

.dasboard-breadcrumbs a:before {
	left: -20px;
	content: "\f0da";
}

.breadcrumbs-fs {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 25px 0;
	overflow: hidden;
}

.breadcrumbs-fs .breadcrumbs a,
.breadcrumbs-fs .breadcrumbs span {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	color: #878C9F;
	font-size: 12px;
}

.about-wrap .video-box-title {
	background: #ffcf63;
	color: #0e4677;
}

.breadcrumbs-hero-buttom .breadcrumbs a:before {
	left: 10px;
}

.breadcrumbs-hero-buttom {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.list-single-hero-price {
	float: left;
	font-size: 11px;
}

section.color-bg .section-title h2,
.list-single-hero-price,
.header-sec-link a,
.flat-title-wrap h2 {
	color: #fff;
}

.list-single-hero-price span {
	color: #5ECFB1;
	font-size: 24px;
	font-weight: 600;
	padding-right: 20px;
	position: relative;
	top: 2px;
}

.breadcrumbs-hero-buttom .breadcrumbs {
	float: right;
	position: relative;
	top: 10px;
}

.breadcrumbs-hero-buttom .breadcrumbs a,
.breadcrumbs-hero-buttom .breadcrumbs span {
	float: right;
	padding: 0 0 0 32px;
}

section.color-bg .section-title .breadcrumbs {
	margin-top: 0;
	margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
	background: #fff !important;
}

.header-sec-link {
	position: absolute;
	bottom: 0;
	z-index: 10;
	right: 0;
	width: 100%;
}

.header-sec-link a {
	display: inline-block;
	font-size: 19px;
	padding: 8px 60px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.flat-title-wrap {
	padding: 20px 0;
}

.flat-title-wrap h2 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	font-family: 'El Messiri', sans-serif;
}

.section-decor {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	z-index: -1;
	background: url(../images/city7.png) repeat;
	opacity: 0.7;
}

section.parallax-section .section-title h4,
.flat-title-wrap h4 {
	color: rgba(255, 255, 255, 0.71);
	font-size: 12px;
	font-weight: 400;
}

.no-mar-bottom {
	margin-bottom: 0 !important;
}

.hero-parallax {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px 50px 50px 50px;
}

section.hero-section {
	padding: 100px 0;
	z-index: 100;
	position: relative;
	width: auto;
	height: auto;
	display: flex;
	float: unset;
	background-color: #082c4c;
	justify-content: center;
	align-items: center;

	min-height: 750px;
}

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

.banerr .im1 {

	max-width: 320px;
}

.banerr .im2 {
	margin-right: 30px;
	max-width: 300px;
}


.slider-container .slider-item {
	padding: 150px 80px;
}

.home-intro h2,
.home-intro-card h3 {
	font-size: 48px;
	font-weight: 500;
	color: #0e4677;
	font-family: 'El Messiri', sans-serif;
}

.home-intro-card {
	margin-top: 50px;
}

.home-intro-card .btn {
	margin-top: 20px;
}

.home-intro-card h3 {
	text-align: right;
	font-size: 34px;
}

.home-intro-card h5 {
	text-align: right;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	padding-top: 10px;
}

.home-intro h3 {
	color: #97a0ad;
	padding-top: 15px;
	font-size: 14px;
	font-weight: 400;
}

.home-intro p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #f0f0f0;
	width: 80%;
	margin: auto;
}

.home-intro-card-counter {
	float: right;
	margin-bottom: 10px;
	font-size: 11px;
	border-radius: 4px;
	background: #0e4677;
	color: #fff;
	padding: 9px 12px;
	position: relative;
	top: -4px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.home-intro-card-counter.home-intro-card-counter_price {
	top: 0;
	margin-top: 10px;
}

.home-intro-card .listing-rating i {
	margin-left: 4px;
}

.home-intro-subtitle {
	padding-top: 60px;
	color: #fff;
	font-family: 'El Messiri', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.main-search-input {
	padding: 0 0 0 150px;
	border-radius: 40px;
	margin-top: 50px;
	box-shadow: 0px 0px 29px rgb(14 70 119 / 17%);
}

.main-search-input-item {
	float: right;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	height: 70px;
	position: relative;
	background: #fff;
}

.main-search-input-item.location {
	border: none;
}

.main-search-input-item.location input,
.main-search-input-item.location {
	border-radius: 0 10px 10px 0;
	background-image: none !important;
}

.inpt_dec {
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 20;
}

.main-search-input-item input {
	float: right;
	border: none;
	width: 100%;
	height: 70px;
	padding: 0 40px 0 10px;
	font-size: 16px;
}

.main-search-button {
	position: absolute;
	left: 1px;
	height: 70px;
	width: 151px;
	color: #fff;
	top: 0;
	border: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;

}

.main-search-button i {
	padding-right: 10px;
}

.main-search-input-wrap {
	width: 100%;
	margin: 0 auto;
	z-index: 99;
}


.main-search-input-item.location a {
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 312
}

.main-search-input-item.location a:hover {
	border-radius: 100%;
	animation: pulse 1.1s infinite ease-in-out;
}

.qty-dropdown-header {
	font-size: 16px;
	color: #666;
	text-align: right;
	font-weight: 300;
	padding-right: 15px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.qty-dropdown-header i {
	padding-left: 10px;
}

.qty-dropdown-content {
	border: 1px solid #eee;
	background: #fff;
	padding: 15px 20px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	display: none;
	box-sizing: border-box;
	width: 250px
}

.qty-dropdown-content .quantity-item {
	width: 100%;
	float: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.qty-dropdown-content .quantity-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.qty-dropdown-content .quantity-item label {
	float: right;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	top: 12px;
}

.qty-dropdown-content .quantity-item label i {
	padding-left: 10px;
	font-size: 16px;
	width: 20px;
}

.qty-dropdown-content .quantity-item .quantity {
	float: left;
}

/*------ process------------------------------------------------*/
.colomn-text-title h3 {
	text-align: right;
	font-size: 30px;
	color: #0e4677;
	font-weight: 600;
	padding-bottom: 10px;
}

.colomn-text-title p,
.colomn-text-list li p {
	text-align: right;
	color: #878C9F;
}

.colomn-text {
	float: right;
	width: 100%;
	position: relative;
	padding: 0 0 0 20px;
}

.pad-top-column-text {
	padding: 80px;
	margin-bottom: 20px;
}

.pad-top-column-text_small {
	padding-top: 20px;
}

.colomn-text-list .btn,
.intro-item .btn,
.mar-top-btn {
	margin-top: 30px;
}

.hidden-section {
	overflow: hidden;
}

.intro-item h2 {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
}

.intro-item.big-text h2 {
	font-size: 44px;
	font-family: 'El Messiri', sans-serif;
}

.intro-item h2:before {
	content: '';
	position: absolute;
	right: 50%;
	width: 50px;
	height: 4px;
	border-radius: 2px;
	margin-right: -25px;
	bottom: 15px;
}

.intro-item h3 {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.intro-item.big-text h3 {
	font-size: 18px;
}

.light-carousel .slick-slide-item {
	padding: 10px 20px;
	-webkit-transform: translate3d(0, 0, 0);
}

.hotel-card .geodir-category-img {
	border-radius: 20px;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.1);
}

.hotel-card .geodir-category-location {
	float: right;
	position: relative;
	top: 18px;
}

.hotel-card .geodir-category-opt h4 {
	position: relative;
	top: 10px;
}

.hotel-card .geodir-category-location a {
	float: right;
	color: #fff;
	font-size: 10px;
}

.hotel-card .geodir-category-opt .listing-rating {
	top: 4px;
}

/*-------------Team---------------------------------------*/
.team-box {
	float: right;
	width: 33.3%;
	position: relative;
	padding: 10px 4px;
}

.section-team .team-box {
	padding: 10px 8px;
}

.team-photo {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 6px;
}

.section-team .team-photo {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.team-info {
	float: right;
	width: 100%;
	text-align: right;
}

.section-team .team-info {
	border: 1px solid #eee;
	padding: 25px 30px 70px 30px;
	border-top: none;
	position: relative;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
}

.team-info h3,
.team-info h4 {
	float: right;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}

.team-info h4 {
	font-size: 11px;
	color: #666;
}

.team-social {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-right: 30px;
}

.team-social ul {
	float: right;
}

.team-social li {
	float: right;
	height: 50px;
	line-height: 50px;
	margin-left: 15px;
}

.team-social li a:hover {
	color: #878C9F;
}

.team-contact_link {
	float: left;
	width: 60px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-right: 1px solid rgba(0, 0, 0, 0.21);
	box-sizing: border-box;
	text-align: center;
}

.team-dec {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 26px;
	z-index: -1;
	color: #ADC7DD;
}

/*------ register form------------------------------------------------*/
.main-register-wrap,
.reg-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	background: rgba(0, 0, 0, 0.81);
}

.reg-overlay {
	z-index: 1;
	background: none;
}

.hid-body {
	overflow: hidden;
}

.main-register-holder {
	max-width: 550px;
	margin: 100px auto 50px;
	position: relative;
	z-index: 5;
}

.main-register h3 {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 20px;
	padding: 20px 0;
	margin-bottom: 30px;
	font-weight: 600;
	color: #666;
	border-bottom: 1px solid #eee;
}

.main-register h3 span {
	font-weight: 800;
	font-size: 18px;
	color: #566985;
	text-transform: uppercase;
	font-family: 'El Messiri', sans-serif;
}

.main-register {
	float: right;
	width: 100%;
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.3);
}

.close-reg {
	position: absolute;
	top: 12px;
	left: 24px;
	border-radius: 100%;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	z-index: 100;
	border: 1px solid #fff;
}

.soc-log {
	padding: 15px 0;
}

.soc-log p {
	margin-bottom: 12px;
	font-size: 12px;
	color: #454545;
}

.soc-log a {
	float: unset;
	width: auto;
	padding: 10px 84px 10px 20px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	line-height: 60px;
	font-weight: 500;
	position: relative;
	text-align: right;
}

.soc-log a.google-log {
	background-color: #fff;
	box-shadow: 0px 0px 20px #0000001c;
	font-size: 16px;
	margin-bottom: 0;
	transition-property: background-color, box-shadow;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
	color: #737373;
	border-radius: 10px;
}

.soc-log a.google-log:hover {
	color: #ffffff;
}

.soc-log a.google-log:hover svg {
	border-left: 1px solid rgb(10 58 100);
}

.soc-log a svg {
	font-size: 16px;
	position: absolute;
	top: 0;
	width: 64px;
	height: 100%;
	right: 0;
	line-height: 60px;
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.21);
	padding: 12px;
}

.soc-log a.facebook-log {
	background: #3b5998;
}

.soc-log a.twitter-log {
	background: #55acee;
}

.soc-log a.paypal-log {
	background: #205DA5;
	color: #fff;
	padding: 10px 20px;
}

.soc-log a.paypal-log i {
	margin-left: 6px;
}

.log-separator {
	margin-top: 10px;
}

.log-separator span {
	position: relative;
	width: 90px;
	display: inline-block;
	background: #fff;
	z-index: 2;
}

.log-separator:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: #eee;
	z-index: 1;
}

.custom-form .log-submit-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: 12px;
	transition: .4s;
}

.custom-form .log-submit-btn:hover {
	background: #ffcf63 !important;
	color: #0e4677;
}

.main-register .filter-tags {
	float: right;
	margin-top: 30px;
}

.main-register .filter-tags label {
	color: #50596E !important;
}

.lost_password {
	margin-top: 34px;
	float: left;
}

.lost_password a,
.main-register .filter-tags {
	float: right;
	color: #50596E;
	font-size: 12px;
	font-weight: 600;
}

#tabs-container {
	float: right;
	width: 100%;
	margin-top: 10px;
	padding: 0 30px;
}

.tab {
	float: right;
	width: 100%;
}

.tabs-menu {
	float: right;
	width: 100%;
}

.tabs-menu li {
	float: right;
	width: 50%;
}

.tabs-menu li a {
	float: right;
	width: 100%;
	padding: 20px 30px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background: #eee;
	text-align: right;
	text-transform: uppercase;
}

.tabs-menu li a i {
	padding-left: 20px;
}

.tabs-menu li.current a {
	background: #fff;
}

.tabs-menu li.current a,
.tabs-menu li a:hover {
	color: #fff;
}

.tab-content {
	width: 100%;
	padding: 20px 0;
	display: none;
}

#tab-1 {
	display: block;
}

/*-------------Forms---------------------------------------*/
.custom-form {
	float: right;
	width: 100%;
	position: relative;
}

.custom-form .nice-select {
	margin-bottom: 20px;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type="tel"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button] {
	float: right;
	border: 1px solid #eee;
	background: #F7F9FB;
	width: 100%;
	padding: 14px 45px 14px 20px;
	border-radius: 6px;
	color: #666;
	font-size: 13px;
	-webkit-appearance: none;
}

.custom-form textarea:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=password]:focus {
	background: #fff;
}

.custom-form .nice-select input {
	padding-right: 20px;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
	color: #666;
	font-weight: 500;
	font-size: 13px;
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #888DA0;
	font-weight: 600;
	font-size: 13px
}

.custom-form textarea {
	height: 200px;
	resize: none;
	padding: 25px 20px;
	-webkit-appearance: none;
}

.custom-form input {
	margin-bottom: 20px;
}

.filter-tags input,
.custom-form .filter-tags input {
	float: right;
	position: relative;
	border: 2px solid #ccc;
	cursor: pointer;
	padding: 0;
	width: 20px;
	height: 20px;
	position: relative;
	color: #fff;
	background: #fff !important;
	-webkit-appearance: none;
}

.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 2px;
	z-index: 20;
}

.filter-tags label,
.custom-form .filter-tags label {
	float: right;
	padding: 0 10px;
	position: relative;
	top: 4px;
	color: #888DA0;
	font-weight: 600;
	width: auto;
}

.custom-form label {
	float: right;
	position: relative;
	width: 100%;
	text-align: right;
	font-weight: 500;
	color: #666;
	color: #878C9F;
	font-size: 15px;
	font-weight: 500;
}

.main-register .custom-form label {
	padding-bottom: 12px;
}

.custom-form label i {
	padding-left: 12px;
	font-size: 14px;
	position: absolute;
	top: 16px;
	right: 16px;
}

.custom-form button {
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

.quantity {
	float: right;
	width: 65px;
	height: 42px;
	position: relative;
}

.quantity input {
	width: 100%;
	height: 42px;
	line-height: 1.65;
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 10px;
	border: 1px solid #eee;
	border-radius: 0 4px 4px 0;
	margin-bottom: 0;
	text-align: right;
}


.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	position: absolute;
	height: 42px;
	left: 0;
	width: 20px;
	border-left: 1px solid #eee;
}

.quantity-button {
	background: #F7F9FB;
	position: absolute;
	left: 0;
	cursor: pointer;
	border-right: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: 'El Messiri', sans-serif;
	line-height: 1.7;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
	border-bottom: 1px solid #eee;
}

.custom-form.no-icons input,
.custom-form.no-icons textarea {
	padding-right: 10px;
}

.custom-form.no-icons label {
	margin-bottom: 20px;
}

.pass-input-wrap span {
	position: absolute;
	left: 20px;
	cursor: pointer;
	bottom: 36px;
	z-index: 10;
	font-size: 12px;
}

.radio {
	color: #878C9F;
	font-size: 13px;
	position: relative;
	top: -2px;
}

.radio span {
	position: relative;
	padding-right: 30px;
	top: 1px;
}

.radio span:after {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	position: absolute;
	right: 0;
	top: -3px;
	box-sizing: border-box;
}

.radio input[type="radio"] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.radio input[type="radio"]:checked+span {
	color: #666;
}

.radio input[type="radio"]:checked+span:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 4px;
	z-index: 20;
}

.fuzone {
	position: relative;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #F7F9FB;
	transition: all 0.3s linear;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	min-height: 160px;
	margin-top: 0px;
	float: right;
	cursor: pointer;
}

.fuzone input {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
}

.fuzone .fu-text {
	text-align: center;
	margin: 50px 0;
	font-size: 12px;
	color: #878C9F;
	font-weight: 400;
	position: relative;
}

.fuzone .fu-text i {
	font-size: 44px;
	width: 100%;
	padding-bottom: 10px;
	transition: all 0.3s linear;
}

.fuzone:hover .fu-text i {
	transform: translateY(-10px);
}

.photoUpload-files span {
	color: #666;
	margin: 0 3px;
	padding: 3px 6px;
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 10px;
	box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
}

.book-form .quantity-item label {
	width: auto;
	position: relative;
	top: 16px;
	padding-left: 10px;
	color: #878C9F;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.book-form .quantity-item label i {
	position: relative;
	float: right;
	top: 0;
	right: 0;
	padding-left: 8px;
}

.book-form .quantity {
	float: left;
}

.book-form .quantity-item {
	margin-bottom: 20px;
	float: right;
	width: 50%;
}

.book-form .quantity-item.fcit {
	padding-right: 20px;
}

.book-form .btnaplly {
	color: #fff;
	width: 100%;
	background: #F8BB11;
	padding: 15px 0;
	border-radius: 4px;
}

.book-form .btnaplly i {
	padding-right: 10px;
}

.total-coast {
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.total-coast strong {
	color: #878C9F;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 21px;
}

.total-coast span {
	float: left;
	text-align: left;
	font-size: 19px;
	font-weight: 400;
	position: relative;
	top: 3px;
}

.custom-form .total-coast input {
	width: inherit !important;
	float: right;
	border: none;
	background: none;
	height: auto;
	padding: 0;
	color: #888DA0;
	font-size: 24px;
	text-align: left;
	margin-bottom: 0;
	top: -3px;
	position: relative;
	left: 10px;
}

.hid-input {
	display: none;
}

.book-form .bookdate-container label i {
	top: 42px;
}

.book-form .bookdate-container input {
	padding-right: 42px;
}

.book-form .listsearch-input-item label,
.book-form .bookdate-container label {
	margin-bottom: 12px;
}

.bookdate-container-dayscounter {
	position: absolute;
	left: 10px;
	bottom: 32px;
	z-index: 20;
	cursor: help;
}

.bookdate-container-dayscounter span {
	color: #fff;
	position: absolute;
	left: -10px;
	top: -40px;
	border-radius: 4px;
	background: #0e4677;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	font-size: 11px;
	opacity: 0;
	visibility: hidden;
}

.bookdate-container-dayscounter:hover span {
	opacity: 1;
	visibility: visible;
}

.onoffswitch {
	position: relative;
	width: 83px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-right: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: right;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: 'El Messiri', sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-right: 21px;
	background-color: #4DB7FE;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-left: 21px;
	background-color: #4DB7FE;
	color: #FFFFFF;
	text-align: left;
}

.onoffswitch-switch {
	display: block;
	width: 21px;
	margin: 4.5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 49px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-right: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	left: 0px;
}

.main-register .custom-form input[type="text"],
.main-register .custom-form input[type=email],
.main-register .custom-form input[type=password] {
	padding-right: 20px;
}

/*-------------Map---------------------------------------*/
.map-container {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fw-map {
	height: 500px;
}

.fw-map.big_map {
	height: 550px;
}

.fw-map2 #singleMap,
.fw-map2 {
	height: 500px;
}

.hidden-map-container {
	display: none;
	background: #fff;
	overflow: hidden;
}

#singleMap,
.fw-map-small-map {
	height: 420px;
	margin-bottom: 30px;
}

.hidden-map-container #singleMap {
	height: 500px;
	margin-bottom: 15px;
}

.map-container.column-map {
	left: 0 !important;
	right: unset !important;
	top: 0 !important;
	float: unset;
	height: 100% !important;
}

.hotels-city-page .iframe-fix-map-box {
	height: 100%;
	float: unset;
}

.map-container.column-map.left-pos-map {
	right: 0;
}

.map-container #map-main {
	position: absolute;
	top: 0;
	right: 0;
	height: 800px !important;
	width: 100%;
	z-index: 990;
	overflow: hidden;
}

.map-container.column-map {
	width: calc(100% - 650px);
	position: absolute;
	overflow: hidden;
}

.map-close {
	position: absolute;
	right: 365px;
	top: 10px;
	z-index: 1100;
	cursor: pointer;
	width: 43px;
	height: 43px;
	line-height: 43px;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	display: none;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.controls-mapwn {
	position: absolute;
	background: #fff url(../images/search-icon.png) left no-repeat;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	width: 350px;
	z-index: 1000;
	border: none;
	padding: 20px;
	border-radius: 4px;
}

.controls {
	margin: 10px 10px 0 0;
}

#singleMap {
	width: 100%;
	position: absolute;
	height: 300px;
	float: right;
	margin-bottom: 30px;
}

.box-widget #singleMap {
	margin-bottom: 10px;
}

.mapzoom-in,
.mapzoom-out {
	position: absolute;
	z-index: 100;
	top: 50%;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 12px;
	margin-top: -84px;
	-webkit-transform: translate3d(0, 0, 0);
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.mapzoom-out {
	margin-top: -42px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.mapzoom-in {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

#singleMap .mapzoom-in,
#singleMap .mapzoom-out {
	margin-top: 0;
}

#singleMap .mapzoom-in {
	margin-top: -42px;
}

.mapzoom-in:before,
.mapzoom-out:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f068";
	font-size: 10px;
	font-weight: 600;
}

.mapzoom-in:before {
	content: "\f067";
}

.mapnavigation {
	position: absolute;
	bottom: 50px;
	left: 20px;
	z-index: 1030;
	width: 140px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
	overflow: hidden;
}

.mapnavigation:before {
	content: '';
	position: absolute;
	right: 50%;
	width: 1px;
	height: 100%;
	z-index: 10;
	background: #000;
	opacity: 0.2;
}

.mapnavigation a {
	width: 70px;
	padding: 10px 0;
	color: #fff;
	float: right;
	font-size: 11px;
	background: #0e4677;
}

.mapnavigation a i {
	padding: 0 5px;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.mapnavigation a:hover i {
	color: #fff;
}

.cluster img {
	display: none
}

.cluster {
	width: 40px !important;
	height: 40px !important;
}

.cluster div {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 600;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important;
	line-height: 38px !important;
	box-shadow: 0px 0px 0px 4px rgba(6, 27, 65, 0.3);
	border: 2px solid #fff;
	z-index: 100;
	-webkit-transition: all 300ms linear;
	transition: all 100ms 3inear;
	animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
	background: #5d6275;
}

@keyframes cluster-animation {

	0%,
	100% {
		box-shadow: 0px 0px 0px 4px rgba(6, 27, 65, 0.3);
	}

	50% {
		box-shadow: 0px 0px 0px 9px rgba(6, 27, 65, 0.1);
	}
}

.map-view-wrap {
	position: absolute;
	z-index: 211;
	right: 0;
	width: 100%;
	height: 1px;
	top: 0;
}

.map-view-wrap_item {
	position: relative;
	float: right;
	width: 350px;
	border-radius: 6px;
	background: #fff;
	padding: 25px 30px;
	top: 80px;
}

.map-view-wrap .container {
	height: 1px;
}

.mar-top {
	margin-top: 45px !important;
}

/*------listing------------------------------------------------*/
.grey-blue-bg {
	background: #eef2f5;

}


.geodir-opt-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.col-list-wrap {
	position: relative;
	width: 650px;
	float: right;
	background: #eff8ff;
	min-height: 100vh;
	z-index: 50;
	right: 0;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.17);
	transition: all .2s ease-in-out;
	padding-bottom: 40px;
}

.fw-col-list-wrap {
	width: 100% !important;
	box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.27);
	background: none;
	padding-bottom: 0;
}

.fw-col-list-wrap .list-main-wrap-opt {
	padding: 0 8px;
	margin-top: 0;
}

.fh-col-list-wrap,
.center-col-list-wrap {
	width: 100%;
}

.filter-sidebar {
	padding: 25px 30px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #eee;
	z-index: 120;
}

.filter-sidebar .col-list-search-input-item {
	margin-bottom: 25px;
}

.filter-sidebar .col-list-search-input-item:last-child {
	margin-bottom: 0;
}

.filter-sidebar .col-list-search-input-item label {
	margin-bottom: 15px;
	float: unset;
}

.filter-sidebar .col-list-search-input-item .filter-tags label {
	margin-bottom: 0;
}

.filter-sidebar .col-list-search-input-item .header-search-button {
	top: 0;
	right: 0;
}

.list-wrap-search {
	padding: 25px 0;
	background: #fff;
	z-index: 60;
	margin-bottom: 10px;
}

.list-wrap-search.lisfw {
	margin-bottom: 50px;
	border-radius: 10px;
}

.search-opt-wrap {
	margin-top: 20px;
}

.range-slider-wrap {
	margin-top: 6px;
}

.search-opt-container .filter-tags li {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	font-size: 11px;
}

.filter-tags .listing-rating i {
	padding-left: 3px;
	font-size: 10px;
}

.four-star-rating .listing-rating i:nth-child(5),
.three-star-rating .listing-rating i:nth-child(4),
.three-star-rating .listing-rating i:nth-child(5) {
	color: #ccc;
}

.filter-tags .listing-rating span {
	color: #878C9F;
	padding-right: 6px;
}

.leave-rating-title {
	margin-left: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #666;
	position: relative;
	top: -3px;
}

.leave-rating input[type="radio"] {
	display: none;
}

.leave-rating label {
	font-size: 12px;
	float: left;
	letter-spacing: 4px;
	color: #FACC39;
	cursor: pointer;
	transition: 0.3s;
}

.leave-rating-holder .leave-rating {
	float: right;
	margin-top: 6px;
}

.leave-rating label:hover:before,
.leave-rating label.selected:before,
.leave-rating label.min-star:before {
	font-weight: bold;
}

.leave-rating:hover input[type="radio"]:checked~label:before,
.leave-rating input[type="radio"]:checked~label:before,
.leave-rating label:hover~label:before {
	font-weight: bold;
}

.hidden-listing-filter {
	padding: 25px 20px 0;
	margin-top: 25px;
	border-top: 1px solid #eee;
	display: none;
}

.hidden-listing-filter-vis {
	opacity: 1
}

.hidden-listing-filter h4 {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	color: #878C9F;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.show-more-filters {
	position: absolute;
	left: 0;
	bottom: -53px;
	text-align: right;
	cursor: pointer;
	padding: 8px 17px;
	color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	z-index: 20;
	transition: all .2s ease-in-out;
}

.show-more-filters i {
	padding-left: 10px;
	font-size: 9px;
	position: relative;
	top: 0;
	font-weight: 600;
}

.show-more-filters.active-hidden-opt-btn i {
	padding-left: 10px;
	top: 3px;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list-main-wrap-title {
	padding: 20px 0;
	margin-top: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.list-main-wrap-title.single-main-wrap-title {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title {
	padding: 0 0 10px 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.list-main-wrap-title h2 {
	text-align: right;
	font-weight: 500;
	font-size: 18px;
	float: right;
	font-family: 'El Messiri', sans-serif;
	color: #888DA0;
}

.list-main-wrap-opt {
	margin-top: 20px;
}

.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title {
	margin-bottom: 20px;
}

.list-main-wrap-opt-sb {
	margin-top: 0;
}

.half-tags {
	width: 50%;
}

.price-opt,
.price-opt ul,
.price-opt-title,
.price-opt ul li {
	float: right;
}

.price-opt {
	position: relative;
	top: 10px;
}

.price-opt-title {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
}

.price-opt .listsearch-input-item {
	float: right;
	margin-right: 20px;
	position: relative;
	top: -15px;
	width: 200px;
}

.price-opt .listsearch-input-item .nice-select {
	background: #fff;
	width: 100%;
}

.grid-opt {
	float: left;
}

.modal-fullscreen .list-main-wrap .has_one_column.has_two_column .geodir-category-img img {
	height: 200px;
}

.modal-fullscreen .btn-close {

	position: absolute;
	left: 18px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffcf63;
	color: #fff;
	opacity: 1;
	z-index: 99;

}

.map-ifram-box-filter {
	float: left;
	width: calc(100% - 600px);
	min-height: 100vh;
	position: relative;
}

.iframe-map-filter {
	width: 100%;
	min-height: 100vh;
	height: 100vw;
	border-radius: 20px;
	overflow: hidden;
}

.hotels-city-page .col-list-wrap {
	box-shadow: none;

}

.grid-opt li {
	float: right;
	margin-right: 10px;
}

.grid-opt li span {
	float: right;
	font-size: 14px;
	font-weight: 900;
	color: #ccc;
	background: #fff;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	border: 1px solid #eee;
	line-height: 36px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.listing-item-container {
	margin-top: 20px;
	overflow: hidden;
}

.listing-item {
	float: right;
	width: 50%;

	margin-bottom: 12px;
	position: relative;
}

.listing-item:nth-child(even) {
	padding: 0 8px 0 0;
}

.three-columns-grid .listing-item {
	width: 33.3%;
	padding: 0 8px !important;
}

.listing-item.has_one_column,
.slick-slide-item .listing-item {
	width: 100%;
}

.listing-item.has_one_column {
	padding: 0 !important;
}

.listing-item.has_one_column .geodir-category-listing {
	padding-right: 13px !important;
}

.listing-item.has_one_column .geodir-category-img {
	width: 40%;
	border-radius: 10px;
	top: 12px;
}


.listing-item.has_one_column .hotel-card .geodir-category-img {
	width: 100%;
	border-radius: 10px;
	top: 0;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
	padding-right: 0 !important;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-img {
	top: 0px;
}

.listing-item.has_one_column .geodir-category-content {
	width: 60%;
}

.slick-slide-item .listing-item {
	padding: 0 10px;
	margin-bottom: 0;
}

.geodir-category-listing {
	border-radius: 20px;
	background: #fff;
	border: 0;
}

.geodir-category-content {
	padding: 20px;
	z-index: 2;
}

.geodir-category-img {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 20px 20px 0 0;
}

.geodir-category-img .listing-counter {
	top: 20px;
	right: 20px;
	direction: rtl;
}

.geodir-category-img .listing-counter strong {
	padding-left: 4px;
	display: inline-block;
}

.geodir-category-img img,
.gallery-item img {
	width: 100%;
	height: auto;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	height: 300px;
	object-fit: fill;
}

.geodir-category-img:hover img,
.gallery-item:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.listing-avatar {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 4;
}

.listing-avatar img {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.avatar-tooltip {
	position: absolute;
	top: 2px;
	margin-top: 20px;
	opacity: 0;
	right: 100%;
	margin-right: 20px;
	min-width: 150px;
	visibility: hidden;
	padding: 9px 0;
	border-radius: 4px;
	background: #0e4677;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.listing-avatar:hover .avatar-tooltip {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.geodir-category-content p {
	text-align: right;
	font-size: 14px;
	color: #878C9F;
	display: inline-block;
	height: 74px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.geodir-category-content h3,
.cart-details_text .geodir-category-content-title-item h3 {
	float: right;
	text-align: right;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 52px;
}

.geodir-category-content h3 a {
	color: #0e4677;
	font-size: 18px;
	display: inline-block;
	height: 40px;
}

.geodir-category-content-tags {
	margin-top: 10px;
}

.category-name {
	float: right;
	margin-left: 10px;
	position: relative;
	color: #878C9F;
	top: -2px;
	border-radius: 2px;
	background: #eee;
	padding: 4px 14px;
}

.geodir-category-opt {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 100%;
	z-index: 3;
	padding: 10px 20px;
	cursor: pointer;
}

.geodir-category-opt h4 {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 1px;
}

.geodir-category-opt h4 a {
	color: #fff;
}

.geodir-category-opt .listing-rating {
	float: right;
	position: relative;
	top: 10px;
}

.geodir-category-opt .listing-rating i {
	font-size: 10px;
	margin-left: 4px;
}

.geodir-category-opt .rate-class-name {
	float: left;
	position: relative;
	top: -159px;
}

.geodir-category-opt .rate-class-name .score {
	float: right;
	color: #fff;
	margin-right: 10px;
	font-size: 11px;
	text-align: right;
	direction: rtl;
}

.geodir-category-opt .rate-class-name .score strong {
	display: block;
	text-align: right;
	margin: 0px 0 2px;
	font-style: normal;
	color: #fff;
	font-size: 13px;
	font-family: 'El Messiri', sans-serif;
	font-weight: 500;
}

.geodir-category-opt .rate-class-name span {
	background: #0e4677;
	color: #fff;
	float: right;
	font-weight: 600;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}

.geodir-category-content-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/*.geodir-category-content-title:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f59f";
	position: absolute;
	color: #ccc;
	top: 0;
	left: 0;
	font-size: 25px;
	font-weight: 500;
	z-index: -1;
	opacity: 0.5;
}*/

.geodir-category-content-title-item {
	float: right;
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: right;
}

.facilities-list {
	margin: 12px 0 12px;
	list-style: none;
}

.facilities-list li {
	float: right;
	margin-left: 14px;
	cursor: pointer;
	position: relative;
}

.facilities-list li i {
	color: #ADC7DD;
	font-size: 16px;
}

.facilities-list li span {
	position: absolute;
	opacity: 0;
	right: -20px;
	top: -34px;
	height: 26px;
	line-height: 26px;
	min-width: 90px;
	color: #fff;
	font-size: 11px;
	visibility: hidden;
	border-radius: 4px;
	background: #0e4677;
}

.facilities-list li:hover span {
	visibility: visible;
	opacity: 1;
}

.geodir-category-footer {
	direction: rtl;
	margin: 10px 0 0 0;
	padding: 18px 0 0 0;
	border-top: 1px dotted #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.geodir-category-price {
	float: right;
	font-size: 10px;
	color: #ffffff;
	font-weight: 600;
	background: #0e4677;
	padding: 5px 20px;
	border-radius: 10px;
	border: 1px;
	text-transform: uppercase;
	direction: rtl;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.geodir-category-price span {
	font-weight: 600;
	margin-top: 6px;
	font-size: 18px;
	color: #5ECFB1;
	    margin: 4px 5px;
}

.geodir-category-location a {
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #878C9F;
	direction: rtl;
	display: block;
}

.geodir-category-location a i {
	padding-left: 6px;
}

.geodir-opt-list a {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	background: #eef2f5;
	line-height: 36px;
	position: relative;
	color: #878C9F;
	border-radius: 50%;
	font-size: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.geodir-opt-list a:first-of-type {
	margin-right: 0px;
}

.geodir-opt-list a:hover i,
.show-search-button:hover i {
	transition: all .2s ease-in-out;
	animation: bounce 1s;
	color: #fff;
}

@keyframes bounce {

	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.geodir-opt-link {
	padding-left: 6px;
}

.geodir-opt-link a {
	float: right;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #eff8ff;
	width: 100%;
	font-weight: 500;
	border-radius: 4px;
	text-align: right;
	padding-right: 20px;
}

.geodir-opt-link a:hover {
	background: #0e4677;
}

.geodir-opt-link a i {
	position: absolute;
	left: 0;
	width: 40px;
	height: 36px;
	line-height: 36px;
	top: 0;
	font-size: 8px;
	border-right: 1px solid rgba(255, 255, 255, 0.21);
	text-align: center;
}

.geodir-opt-link a:hover {
	color: #fff;
}

.geodir-opt-tooltip {
	position: absolute;
	opacity: 0;
	left: 0;
	top: -40px;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	margin-right: -75px;
	color: #fff;
	font-size: 11px;
	visibility: hidden;
	border-radius: 4px;
}

.geodir-opt-tooltip strong {
	color: #fff;
	padding-right: 6px;
}

.geodir-opt-list a:hover .geodir-opt-tooltip {
	opacity: 1;
	visibility: visible;
}

.sale-window {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 3;
	background: #5ECFB1;
	padding: 8px 18px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 11px;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
}

.sale-window:before,
.sale-window:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
}

.sale-window:after {
	border-bottom: 14px solid #5ECFB1;
	border-right: 16px solid transparent;
	margin-right: -16px;
	margin-top: 6px;
}

.sale-window:before {
	border-top: 14px solid #5ECFB1;
	border-right: 16px solid transparent;
	margin-right: -16px;
	margin-top: -8px;
}

.sale-window.big-sale:after {
	border-bottom: 14px solid #ffcf63;
}

.sale-window.big-sale:before {
	border-top: 14px solid #ffcf63;
}

.sale-window.big-sale {
	background: #ffcf63;
}

.map-popup-wrap {
	display: block;
	width: 300px !important;
	position: relative;
}

.map-popup {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.map-popup-wrap:before {
	top: 100%;
	right: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -1px;
	z-index: 20;
}

.map-popup-wrap:before {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 15px;
	margin-right: -15px;
}

.map-popup img {
	width: 100%;
	height: auto;
}

.listing-content {
	background: #fff;
	padding: 20px 20px;
	z-index: 20;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.listing-content:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f35d";
	position: absolute;
	color: #ccc;
	top: 20px;
	left: 20px;
	font-size: 25px;
	font-weight: 500;
	z-index: -1;
	opacity: 0.5;
}

.listing-title h4 {
	font-size: 16px;
	text-align: right;
	font-weight: 500;
}

.map-popup-location-price {
	position: absolute;
	right: 20px;
	top: 24px;
	padding: 6px 7px;
	font-size: 12px;
	z-index: 20;
	font-weight: 700;
	border-radius: 4px;
	overflow: hidden;
}

.map-popup-location-price strong {
	color: #fff;
	float: right;
	width: 100%;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 400;
}

.map-popup-location-info {
	float: right;
	width: 100%;
	margin-top: 10px;
	color: #878C9F;
	font-weight: 500;
	font-size: 12px;
	text-align: right;
}

.map-popup-location-info i {
	padding-left: 6px;
}

.map-card-rainting {
	position: absolute;
	right: 0;
	width: 100%;
	top: -40px;
	padding: 15px 20px;
	z-index: 2;
}

.map-popup-location-price:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: #061B41;
	opacity: 0.5;
}

.map-card-rainting i {
	float: right;
	margin-left: 4px;
}

.infoBox-close {
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 36px;
	top: 30px;
	left: 20px;
	color: #fff;
	border-radius: 6px;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.infoBox-close:hover,
.header-search-button:hover i,
.contact-btn:hover i,
.header-sec-link a:hover i {
	animation: bounce 1s;
}

.pagination {
	margin-top: 30px;
	text-align: center;
	justify-content: center;
	width: 100%;
	align-items: center;
	padding-bottom: 5px;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.page-item.active .page-link {
	background-color: #0e4677;
	border-color: #0e4677;
	margin: 0;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	border-radius: 5px;
}

.page-item.disabled .page-link {
	border: 0;
}

.pagination a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	border: 0;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	margin: 0 2px;
	color: #888DA0;
	background: #fff;
	letter-spacing: 0;
}

.pagination a:focus {
	outline: none;
}

.pagination a.current-page,
.pagination a:hover {
	color: #fff;
}

.pagination a i {
	font-size: 12px;
}

.back-to-filters {
	position: absolute;
	left: -40px;
	width: 40px;
	height: 40px;
	top: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	z-index: -1;
	background: #0e4677;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.back-to-filters span {
	visibility: visible;
	position: absolute;
	height: 40px;
	min-width: 150px;
	line-height: 40px;
	visibility: hidden;
	opacity: 0;
	top: 0;
	font-size: 12px;
	right: -150px;
	margin-top: 20px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	font-weight: 500;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #0e4677;
}

.back-to-filters:hover span {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.back-to-filters:hover i,
.wishlist-link:hover i {
	animation: bounce 1s;
}

.slideshow-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
}

.slideshow-item,
.slideshow-container .slick-slide {
	position: relative;
	float: right;
	width: 100%;
	height: 100%;
}

.slick-dots {
	position: absolute;
	bottom: 120px;
	width: 100%;
	right: 0;
	z-index: 100;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: rgba(255, 255, 255, 0.41);
	border-radius: 100%;
}

.map-modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
	overflow: auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.map-modal-wrap-overlay {
	position: fixed;
	top: 0;
	right: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.41);
	-webkit-transform: translate3d(0, 0, 0);
}

.map-modal-item {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	top: 25%;
	z-index: 2;
}

.map-modal-container {
	padding: 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.map-modal-container h3 {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: 600;
	margin: 25px 0;
	color: #666;
	padding-right: 30px;
}

.map-modal-container h3 i {
	padding-left: 10px;
}

.map-modal #singleMap {
	margin-bottom: 0;
}

.map-modal-close {
	position: absolute;
	left: 30px;
	bottom: 16px;
	width: 36px;
	height: 36px;
	line-height: 38px;
	border-radius: 4px;
	color: #fff;
	z-index: 10;
	cursor: pointer;
}

.list-single-hero {
	padding: 250px 0 0;
	overflow: hidden;
}

.list-single-hero-title {
	z-index: 2;
	padding: 40px 0 30px;
}

.list-single-hero-title,
.map-card-rainting,
.geodir-category-opt,
.listing-item-cat,
.ajax-modal-title {
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(6, 27, 65, 0)), color-stop(100%, rgba(6, 27, 65, 0.95)));
	background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
	background: -o-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
	background: -ms-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
	background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
}

.list-single-hero-title h2 {
	text-align: right;
	float: right;
	width: 100%;
	z-index: 2;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	position: relative;
	font-family: 'El Messiri', sans-serif;
}

.list-single-hero-title h2:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 40px;
	height: 4px;
	border-radius: 4px;
}

.listing-rating-wrap {
	float: right;
	margin-bottom: 10px;
}

.list-single-hero-title .listing-rating i {
	font-size: 15px;
	margin-left: 4px;
}

.listing-rating-wrap .listing-rating,
.listing-rating-wrap span {
	float: right;
}

.listing-rating-wrap span {
	color: #fff;
	padding-left: 20px;
	font-size: 13px;
	font-weight: 600
}

.list-single-header-contacts {
	margin-top: 40px;
}

.list-single-header-contacts li {
	float: right;
	margin-left: 18px;
}

.list-single-header-contacts li a {
	color: #fff;
	font-size: 12px;
}

.list-single-header-contacts li i {
	padding-left: 10px;
}

.list-single-hero-details {
	margin-top: 6px;
}

.list-single-hero-rating {
	float: left;
	position: relative;
	z-index: 1;
}

.list-single-hero-rating .rate-class-name {
	float: left;
	cursor: pointer;
}

.list-single-hero-rating .rate-class-name span {
	background: #0e4677;
	color: #fff;
	float: right;
	font-weight: 600;
	border-radius: 7px 7px 0 7px;
	padding: 22px;
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
}

.list-single-hero-rating .score {
	float: right;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	margin-top: 20px;
}

.list-single-hero-rating .score strong {
	width: 100%;
	float: right;
	padding-bottom: 4px;
}

.list-single-hero-rating-list {
	position: absolute;
	bottom: 100%;
	margin-bottom: 20px;
	left: 0;
	z-index: 10;
	background: rgba(6, 27, 65, 0.45);
	padding: 15px;
	overflow: hidden;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.list-single-hero-rating:hover .list-single-hero-rating-list {
	visibility: visible;
	opacity: 1;
	margin-bottom: 10px;
}

.list-single-hero-rating-list .rate-item {
	margin-bottom: 10px;
}

.flat-hero-container {
	background: #fff;
	padding: 25px 30px 30px;
	border-radius: 4px;
}

.flat-hero-container .listing-rating-wrap {
	margin: 0;
	top: 11px;
	position: relative;
}

.flat-hero-container .box-widget-item-header {
	margin-bottom: 10px;
	padding-bottom: 30px;
}

.flat-hero-container .box-widget-item-header h3 {
	font-size: 18px;
}

.flat-hero-container .list-single-hero-price,
.list-single-hero-header .list-single-hero-price {
	color: #666;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding: 5px 0 20px;
	text-align: right;
}

.list-single-hero-header .list-single-hero-price {
	padding: 25px 30px;
	margin-bottom: 0;
	border: none;
	background: #eff8ff;
	color: #878C9F;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 11px;
}

.list-single-hero-header .list-single-hero-price span {
	padding-right: 50px;
}

.flat-hero-container .list-single-hero-price:before,
.list-single-hero-header .list-single-hero-price:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f4c0";
	position: absolute;
	color: #ccc;
	top: 1px;
	font-size: 35px;
	left: 0px;
	opacity: 0.4;
	font-weight: 500;
}

.list-single-hero-header .list-single-hero-price:before {
	top: 1px;
	font-size: 55px;
}

.list-single-hero-header .geodir-category-location {
	margin-top: 15px;
}

.flat-hero-container .review-score-detail {
	width: 100%;
	padding: 0;
}

.flat-hero-container .rate-class-name-wrap {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding: 0px 0 20px;
}

.flat-hero-container .rate-class-name-wrap a {
	float: left;
	width: 40%;
	padding: 14px 0;
	border-radius: 4px;
	font-size: 11px;
	position: relative;
	top: 18px;
	color: #fff;
	font-weight: 400;
}

.flat-hero-container .rate-class-name-wrap a i {
	padding-right: 10px;
}

.flat-hero-container .rate-class-name {
	float: right;
	width: 60%;
}

.flat-hero-container .rate-class-name span {
	background: #0e4677;
	color: #fff;
	float: right;
	font-weight: 600;
	border-radius: 7px 7px 0 7px;
	padding: 22px;
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
	margin-left: 10px;
}

.flat-hero-container .rate-class-name .score {
	text-align: right;
	padding-right: 18px;
	color: #666;
	font-size: 12px;
}

.flat-hero-container .rate-class-name .score strong {
	display: block;
	padding: 18px 0 6px 0;
}

.flat-hero-container .reviews-score-wrap {
	padding: 0 0 15px;
	margin-bottom: 10px;
}

.review-score-detail-list .rate-item {
	margin-bottom: 11px;
}

.rate-item-title {
	margin-bottom: 6px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

.review-score-detail-list .rate-item-title,
.review-score-detail-list .rate-item-percent {
	color: #666;
}

.rate-item-bg {
	height: 6px;
	background: #fff;
	border-radius: 8px;
	float: right;
	width: calc(100% - 30px);
	overflow: hidden;
}

.review-score-detail-list .rate-item-bg {
	background: #eee;
	height: 10px;
}

.rate-item-line {
	float: right;
	height: 6px;
	border-radius: 4px;
}

.review-score-detail-list .rate-item-line {
	height: 10px;
}

.rate-item-percent {
	position: absolute;
	top: 14px;
	left: 0;
	color: #fff;
}

.list-single-hero-links {
	float: left;
	position: relative;
	top: 20px;
}

.lisd-link {
	float: right;
	margin-right: 10px;
	padding: 10px 20px;
	border: 1px dashed rgba(255, 255, 255, 0.21);
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
}

.lisd-link i {
	padding-left: 10px;
}

.lisd-link:hover {
	border-color: transparent;
}

.list-single-main-container {
	padding-right: 60px;
}

.list-single-main-item {
	padding: 30px 30px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
}

article .list-single-main-item,
article.post-article .list-single-main-item:last-child {
	margin-bottom: 0;
}

article.post-article .list-single-main-item {
	margin-bottom: 20px;
}

.list-single-main-item-title h3 {
	color: #183c7d;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
}

.list-single-main-item-title h3 a {
	color: #334e6f;
}

.list-single-main-item-title {
	margin: 0 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.list-single-hero-header .list-single-main-item-title {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-single-main-item-title .listing-rating {
	float: right;
	margin-top: 10px;
}

.list-single-hero-header .list-single-main-item-title h3 {
	font-size: 24px;
}


.list-single-hero-header .list-single-main-item-title:before {
	display: none;
}

.list-single-main-item-title.no-dec-title {
	border: none;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.list-single-main-item-title.no-dec-title:before {
	display: none;
}

.list-single-main-item p {
	text-align: right;
	color: #878C9F;
	font-size: 14px;
	vertical-align: middle;
}

.listing-features li {
	float: right;
	width: 33.3%;
	text-align: right;
	margin-bottom: 30px;
	font-size: 13px;
	color: #888DA0;
	font-weight: 600;
	position: relative;
	padding-right: 40px;
}

.listing-features li .icon-img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: -5px;
}

.listing-features li i {
	position: absolute;
	right: 0;
	top: 0;
}

.tags-stylwrap a {
	float: right;
	padding: 10px 25px;
	border-radius: 2px;
	color: #888DA0;
	font-size: 12px;
	background: #eff8ff;
	font-weight: 500;
	margin-left: 6px;
}

.tags-stylwrap.sb-tags a {
	color: #fff;
	margin-bottom: 6px;
}

.box-widget-item {
	margin-bottom: 30px;
}

.box-widget-item-header {
	padding: 0 0 20px;
	margin: 0 0 25px;
	float: right;
	width: 100%;
	border-bottom: 1px solid #eee;
	position: relative;
}

/*	.box-widget-item-header:before {
		font-family: Font Awesome\ 5 Pro;
		content: "\f0d7";
		position: absolute;
		left: 0;
		top: 2px;
		color: #ADC7DD;
	}
*/
.box-widget-item-header h3 {
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	color: #183c7d;
}

.box-widget-item-header h3 i {
	padding-left: 12px;
	font-size: 16px;
	color: #878C9F;
}

.box-widget {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	float: right;
	width: 100%;
}

.no-bor-rad {
	border-radius: 0;
}

.box-widget-content {
	float: right;
	width: 100%;
	position: relative;
	padding: 25px 30px 30px;
}

.box-widget-content.no-pad-bottom {
	padding-bottom: 0;
}

#weather-widget {
	float: right;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.box-widget-list {
	display: block;
}

.box-widget-list i {
	padding-left: 10px;
}

.box-widget-list li {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #666;
	float: right;
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 12px;
}

.box-widget-list li span {
	min-width: 80px;
	float: right;
}

.box-widget-list li a {
	margin-right: 20px;
	color: #878C9F;
}

.list-widget-social {
	float: right;
	margin-top: 10px;
}

.list-widget-social li {
	float: right;
	margin-left: 10px;
}

.list-widget-social li a {
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.banner-wdget {
	overflow: hidden;
	border-radius: 6px;
}

.banner-wdget .overlay {
	opacity: 0.3;
}

.banner-wdget-content {
	padding: 90px 30px 70px;
	z-index: 10;
}

.banner-wdget-content h4 {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}

.banner-wdget-content h4 span {
	color: #5ECFB1;
	font-weight: 400;
}

.banner-wdget-content a {
	font-weight: 600;
	color: #fff;
	padding: 12px 30px;
	display: inline-table;
	margin-top: 15px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.banner-wdget-content a:hover {
	background: #24324F;
}

.banner-wdget-content .countdown-item {
	width: 25%;
	float: right;
	color: #fff;
}

.banner-wdget-content .countdown-item p {
	font-size: 10px;
	color: #fff;
}

.banner-wdget-content .countdown-item span {
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
}

.banner-wdget-content .countdown {
	margin-top: 15px;
}

.list-single-main-media {
	overflow: hidden;
	margin-bottom: 20px;
}

.box-widget-author-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding: 0 80px 40px 0;
}

.box-widget-author-content {
	padding: 10px 0 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.box-widget-author-content p {
	text-align: right;
}

.box-widget-author:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f4fc";
	position: absolute;
	color: #ccc;
	top: 10px;
	font-size: 35px;
	left: 0px;
	opacity: 0.4;
	font-weight: 500;
}

.box-widget-author-title a {
	float: right;
	text-align: right;
	color: #666;
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 6px;
}

.box-widget-author-title span {
	float: right;
	width: 100%;
	font-size: 10px;
	text-align: right;
	color: #878C9F;
	text-transform: uppercase;
}

.box-widget-author-title-img {
	position: absolute;
	right: 0;
	width: 60px;
	top: 0;
	height: 100%;
}

.box-widget-author-title-img img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.box-widget.widget-posts li {
	padding: 8px 0;
	margin-bottom: 19px;
	border-bottom: 1px solid #eee;
}

.box-widget.widget-posts li:last-child {
	margin-bottom: 0;
}

.box-widget.widget-posts .widget-posts-img {
	float: right;
	width: 28%;
}

.box-widget.widget-posts .widget-posts-img img {
	border-radius: 4px;
	width: 100%;
	height: auto;
}

.box-widget.widget-posts .widget-posts-descr {
	float: right;
	width: 66%;
	margin-right: 6%;
	text-align: right;
	padding: 10px;
	background: #f9f9f9;
	border-radius: 4px;
}

.box-widget.widget-posts .widget-posts-descr a {
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 20px;
	color: #878C9F;
}

.box-widget.widget-posts .widget-posts-date {
	float: right;
	width: 100%;
	margin-top: 14px;
	font-weight: 600;
	color: #878C9F;
	font-size: 11px;
}

.box-widget.widget-posts .widget-posts-date i {
	padding-left: 10px;
}

.box-image-widget {
	float: right;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.box-image-widget:last-child {
	margin-bottom: 0;
}

.box-image-widget-media {
	float: right;
	width: 35%;
}

.box-image-widget-media a {
	float: right;
	width: 100%;
	margin-top: 8px;
	padding: 8px 0;
	color: #fff;
	border-radius: 2px;
	font-size: 11px;
}

.box-image-widget-details {
	float: right;
	width: 65%;
	padding-right: 18px;
	text-align: right;
}

.box-image-widget-details h4 {
	padding-bottom: 6px;
	color: #666;
}

.box-image-widget-details h4 span {
	color: #5ECFB1;
	font-size: 11px;
	padding-right: 20px;
}

.box-image-widget-details p {
	font-size: 12px;
}

.box-image-widget-media img {
	width: 100%;
	height: auto;
}

.pricerange span {
	float: right;
	margin-left: 20px;
	color: #878C9F;
	font-weight: 700;
}

.pricerange {
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	color: #5ECFB1;
}

.claim-widget-link {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eee;
}

.claim-widget-link span,
.claim-widget-link a {
	float: right;
	text-align: right;
	font-weight: 500;
}

.claim-widget-link a:hover {
	color: #24324F;
}

.claim-widget-link span {
	color: #878C9F;
	margin-left: 20px;
}

.rooms-item {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.rooms-item:last-child {
	margin-bottom: 0;
}

.rooms-media {
	float: right;
	width: 40%;
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 6px;
}

.rooms-media img {
	width: 100%;
	height: auto;
}

.rooms-details {
	float: right;
	width: 60%;
	padding: 5px 20px 10px 0;
}

.rooms-details-header {
	text-align: right;
	padding-bottom: 20px;
}

.rooms-price {
	position: absolute;
	left: 0;
	top: 0;
	color: #082e50;
	font-size: 25px;
	font-weight: 600;
}

.rooms-price strong {
	padding-right: 3px;
	font-size: 10px;
	color: #878C9F;
}

.rooms-details-header h3 {
	color: #334e6f;
	padding-bottom: 6px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.rooms-details-header h5 {
	font-size: 11px;
	font-weight: 700;
}

.rooms-container {
	margin-top: 20px;
}

.rooms-details .facilities-list {
	margin-top: 20px;
	margin-bottom: 0;
}

.facilities-list .btn {
	float: left;
	margin: 0;
	top: -18px;
	height: 40px;
	line-height: 40px;
}

.facilities-list .btn i {
	height: 40px;
	line-height: 40px;
}

.list-single-facts {
	background: #fff;
}

.single-facts {
	margin-top: 20px;
	padding-top: 0;
	border-top: 0;
}

.single-facts .inline-facts-wrap {
	width: 33.3%;
	float: right;
	padding: 15px;
}

.geodir-category-location {
	height: 90px;
	overflow: hidden;

}

.single-facts .inline-facts {
	position: relative;
	padding: 20px 30px;
	background: #eff8ff;
	border-radius: 6px;
}

.single-facts .inline-facts i {
	font-size: 54px;
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0.4;
	z-index: 1;
}

.single-facts .inline-facts .num {
	font-size: 34px;
	color: #878C9F;
	font-weight: 700;
	text-align: right;
}

.single-facts .inline-facts h6 {
	text-align: right;
	color: #0e4677;
	font-weight: 300;
	padding-top: 10px;
}

.home-facts .inline-facts .num,
.single-facts .inline-facts h6 {
	position: relative;
	z-index: 2;
}

.home-facts {
	float: right;
	width: 25%;
	padding: 0 25px;
}

.home-facts .num {
	color: #fff;
	font-family: 'El Messiri', sans-serif;
	font-size: 44px;
}

.home-facts h6 {
	color: rgba(255, 255, 255, 0.71);
	font-size: 13px;
	font-weight: 500;
}

.home-facts h6 {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	color: rgba(255, 255, 255, 0.91);
}

.home-facts h6:before {
	content: '';
	position: absolute;
	top: -12px;
	right: 50%;
	height: 1px;
	background: #fff;
	margin-right: -25px;
	opacity: 0.4;
	width: 50px;
}

.list-single-facts .inline-facts-wrap {
	width: 25%;
	float: right;
	padding: 20px 0;
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
	background: #f9f9f9;
}

.list-single-facts .inline-facts-wrap:first-child {
	border: none;
}

.list-single-facts .inline-facts-wrap i {
	font-size: 34px;
	width: 100%;
	padding-bottom: 10px;
}

.list-single-facts .inline-facts-wrap .milestone-counter,
.list-single-facts .inline-facts-wrap h6 {
	display: inline-block;
	color: #666;
}

.list-single-facts .inline-facts-wrap h6 {
	padding-right: 4px;
	color: #878C9F;
	font-size: 12px;
}

.cart-detai ls {
	background: #f9f9f9;
}

.cart-details_text {
	float: right;
	width: 100%;
	border: 1px solid #eee;
	border-top: none;
}

.cart-details_header {
	border: 1px solid #eee;
	display: inline-table;
	padding: 15px 20px;
}

.cart-details_text .geodir-category-content-title-item h3 a {
	color: #666;
}

.cart_list li {
	text-align: right;
	padding: 15px 20px;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.cart_list li:last-child {
	border-bottom: 0;
}

.cart_list li span,
.cart-total strong {
	float: left;
}

.cart_list li span strong {
	padding-right: 0;
	color: #0e4677;
	font-size: 18px;
}

.cart_list li span {
	color: #183c7d;
	font-size: 14px;
}

.cart-total {
	padding: 15px 20px;
	background: #F7F9FB;
	float: right;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
}

.cart-details {
	margin-bottom: 15px;
}

.cart-total span {
	float: right;
	color: #878C9F;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	top: 2px;
}

.cart-total strong {
	font-size: 20px;
	font-weight: 400;
}

#progressbar {
	margin-bottom: 30px;
	counter-reset: step;
	width: 100%;
	float: right;
	box-sizing: border-box;
}

#progressbar li {
	list-style-type: none;
	color: #666;
	font-size: 12px;
	width: 25%;
	float: right;
	text-align: right;
	position: relative;
	padding: 0 0 25px;
}

#progressbar li span {
	padding-left: 10px;
}

#progressbar li:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 4px;
	border-radius: 4px;
	background: #eee;
	z-index: 1;
}

#progressbar li:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	right: 0;
	height: 4px;
	z-index: 2;
	border-radius: 4px;
	transition: all 200ms linear;
}

#progressbar li.active:before {
	width: 99%;
}

.bookiing-form-wrap .custom-form form fieldset:not(:first-of-type) {
	display: none;
}

.next-form {
	float: left;
}

.previous-form {
	float: right;
	padding: 0 80px 0 30px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.previous-form i {
	position: absolute;
	right: 0;
	width: 50px;
	height: 44px;
	line-height: 44px;
	border-left: 1px solid rgba(255, 255, 255, 0.21);
	text-align: center;
	top: 0;
}

.previous-form:hover:after {
	width: 100%;
}

.previous-form:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	z-index: 0;
	right: 0;
	top: 0;
	transition: all 200ms linear;
}

.success-table-header {
	text-align: right;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 70px 0 0;
}

.success-table-header i.decsth {
	color: #5ECFB1;
	position: absolute;
	font-size: 54px;
	right: 0;
	top: 0;
}

.success-table-header h4,
.success-table-header p {
	float: right;
}

.success-table-header a {
	font-size: 12px;
	color: #fff;
	padding: 12px 25px;
	float: left;
	border-radius: 30px;
	position: relative;
	top: -14px;
}

.success-table-header a i {
	padding-left: 8px;
	font-size: 15px;
}

.log-massage {
	padding: 10px 0;
	text-align: right;
	font-size: 12px;
	color: #666;
}

/*------ Reviews------------------------------------------------*/
.reviews-score-wrap {
	padding: 0 0 25px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.list-single-hero-header .reviews-score-wrap {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.review-score-total,
.review-score-detail {
	float: right;
	width: 25%;
}

.review-score-total span {
	background: #0e4677;
	color: #fff;
	float: right;
	font-weight: 600;
	border-radius: 7px 7px 7px 0;
	padding: 22px 0;
	width: 100%;
	font-size: 34px;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
}

.review-score-total a {
	float: right;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	margin-top: 10px;
	border-radius: 4px;
}

.review-score-total span strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-top: 6px;
}

.review-score-detail {
	width: 75%;
	padding-right: 20px;
}

.reviews-comments-wrap {
	display: inline-table;
	margin-top: 30px;
}

.reviews-comments-item-text .review-score-user {
	float: left;
	position: relative;
	top: -12px;
}

.reviews-comments-item-text .review-score-user span {
	background: #0e4677;
	color: #fff;
	float: left;
	font-weight: 600;
	border-radius: 3px 3px 3px 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21);
}

.reviews-comments-item-text .review-score-user strong {
	margin-left: 12px;
	font-size: 11px;
	color: #666;
	position: relative;
	top: 10px;
}

.reviews-comments-item {
	padding: 0 110px 30px 0;
	position: relative;
	float: right;
	margin-bottom: 40px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.reviews-comments-item.reply-comment-item {
	width: 90%;
	margin-right: 10%;
	padding: 30px 110px 30px 20px;
	border-radius: 6px;
}

.reviews-comments-item.reply-comment-item .review-comments-avatar {
	top: 30px;
}

.reviews-comments-item.reply-comment-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: -10%;
	margin-right: 30px;
	width: 40px;
	height: 40px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.reviews-comments-item:last-child {
	border: none;
	margin-bottom: 0;
}

.review-comments-avatar {
	position: absolute;
	top: 0;
	right: 10px;
	width: 80px;
	height: 80px;
}

.review-comments-avatar:before {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 20px;
	right: 0;
	margin-right: 38px;
	width: 40px;
	height: 40px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.review-comments-avatar img {
	width: 80px;
	height: 80px;
	float: right;
	border-radius: 100%;
}

.reviews-comments-item-text {
	float: right;
	width: 100%;
	position: relative;
	padding: 30px 20px;
	background: #f9f9f9;
	border-radius: 6px;
}

.reviews-comments-item-text .new-dashboard-item {
	top: 0;
}

.reviews-comments-item-text h4 {
	text-align: right;
	padding-bottom: 25px;
	float: right;
	font-size: 16px;
	font-weight: 600;
	color: #666;
}

.reviews-comments-item-text h4 a {
	color: #666;
}

.reviews-comments-item-text p {
	text-align: right;
}

.reviews-comments-item-date {
	float: right;
	margin-top: 18px;
	font-weight: 500;
	color: #878C9F;
	width: 100%;
	text-align: right;
	padding-top: 18px;
	font-size: 12px;
	border-top: 1px solid #eee;
}

.reviews-comments-item-date span {
	float: right;
}

.reviews-comments-item-date a {
	float: left;
	font-weight: 600;
	color: #666;
}

.reviews-comments-item-date span i,
.reviews-comments-item-date a i {
	margin-left: 10px;
}

.leave-rating,
.leave-rating-title {
	float: right;
}

.leave-rating-wrap {
	float: right;
	margin: 30px 0 30px 0;
	width: 100%;
}

.leave-rating-title {
	margin-left: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #666;
	position: relative;
	top: -3px;
}

.review-score-form {
	margin-top: 10px;
}

.review-total,
.review-range-container {
	float: right;
}

.review-total {
	width: 30%;
	background: #F7F9FB;
	padding: 35px 0;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 4px;
}

.review-total strong {
	float: right;
	width: 100%;
	margin-top: 10px;
	color: #666;
}

.custom-form .review-total span input {
	font-size: 34px;
	border: none;
	padding: 0;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1px;
}

.review-range-container {
	width: 70%;
	padding-left: 20px;
}

.review-range-item {
	display: block;
	margin-bottom: 10px;
}

.review-range-item .range-slider-title {
	width: 30%;
	margin-bottom: 0;
}

.review-range-item .range-slider-wrap {
	width: 70%;
	margin-top: 0;
	position: relative;
	top: -24px;
}

.review-range-item .range-slider-title,
.review-range-item .range-slider-wrap {
	float: right;
}

/*------ Grid Gallery------------------------------------------------*/
.listing-item-cat {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 30px 35px 15px;
	z-index: 10;
	text-align: right;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.listing-counter {
	position: absolute;
	right: 35px;
	top: 28px;
	z-index: 10;
	font-size: 12px;
	border-radius: 5px;
	background: #0e4677;
	color: #fff;
	padding: 5px 15px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.listing-item-cat h3 {
	font-size: 18px;
	float: right;
	font-family: 'El Messiri', sans-serif;
	padding-bottom: 10px;
}

.listing-item-cat p {
	color: rgba(255, 255, 255, 0.71);
}

.listing-item-cat h3 a {
	color: #fff;
}

.weather-grid {
	float: right;
	position: relative;
	top: 2px;
	margin-right: 20px;
}

.gallery-items.mr-bot {
	margin-bottom: 40px;
}

.grid-item-holder,
.gallery-items {
	float: right;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.grid-item-holder {
	padding: 10px;
}

.grid-small-pad .grid-item-holder {
	padding: 0 0 4px 4px;
}

.gallery-item {
	width: 33.3%;
	position: relative;
	float: right;
}

.gallery-items.home-grid .gallery-item .listing-item-grid {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}



.four-column .gallery-item {
	width: 25%;
}

.four-column .gallery-item.gallery-item-second {
	width: 50%;
}

.gallery-item img {
	position: relative;
	z-index: 1;
}

.list-single-main-item .gallery-items .gallery-item {
	overflow: hidden;
}

.gallery-item .box-item {
	border-radius: 0;
}

.more-photos-button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 60px;
	text-align: right;
	color: #fff;
	font-size: 10px;
	z-index: 10;
	text-transform: uppercase;
	cursor: pointer;
}

.more-photos-button span {
	padding: 0 2px;
	font-style: italic;
	font-size: 9px;
	color: rgba(255, 255, 255, 0.61)
}

.more-photos-button i {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 50px;
	border-right: 1px solid rgba(0, 0, 0, 0.21);
	text-align: center;
}

/*-------------Ajax modal---------------------------------------*/
.ajax-modal-container {
	position: fixed;
	top: 0;
	left: -550px;
	width: 550px;
	height: 100%;
	z-index: 119;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	background: #fff;
}

#ajax-modal {
	overflow: hidden;
	background: #fff;
}

.ajax-modal-wrap {
	opacity: 0;
}

.ajax-modal-media {
	border-radius: 0 20px 0 0;
}

.ajax-modal-media img {
	width: 100%;
	height: auto;
}

.ajax-modal-details {
	padding: 30px 45px;
	margin-top: 20px;
}

.ajax-modal-details p {
	text-align: right;
}

.ajax-modal-details h3 {
	text-align: right;
	color: #334e6f;
	padding-bottom: 26px;
	font-size: 16px;
	font-weight: 700;
}

.ajax-modal-details-box {
	width: 100%;
	float: right;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.ajax-modal-title {
	color: #fff;
	padding: 20px 0 25px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.ajax-modal-photos-btn {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 5;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	background: #0e4677;
	font-size: 11px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.ajax-modal-photos-btn span {
	padding: 0 4px;
}

.ajax-modal-list {
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}

.ajax-modal-list li {
	float: right;
	width: 25%;
	padding: 12px 0;
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.ajax-modal-list li:first-child {
	border: none;
}

.ajax-modal-list li h5 {
	font-size: 11px;
	color: #878C9F;
}

.ajax-modal-list li h5 span {
	color: #666;
	padding-right: 4px;
}

.ajax-modal-list li i {
	font-size: 28px;
	padding-bottom: 10px;
}

.ajax-modal-close {
	position: absolute;
	right: 40px;
	width: 40px;
	height: 40px;
	top: 25px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	z-index: 20;
	background: #0e4677;
	border-radius: 6px;
	cursor: pointer;
}

.ajax-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	display: none;
	z-index: 118;
	-webkit-transform: translate3d(0, 0, 0);
	background: rgba(0, 0, 0, 0.41);
}

.ajax-loader {
	z-index: 100;
}

/*------ Video ------------------------------------------------*/
.video-box {
	overflow: hidden;
	border-radius: 10px;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.video-box img {
	width: 100%;
	height: auto;
}

.video-box-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: -30px -30px 0 0;
	background: #fff;
	color: #fff;
	z-index: 20;
	right: 80px;
	bottom: 30px;
	box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.video-box-btn:hover {
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.video-box-title {
	position: absolute;
	bottom: 43px;
	right: 140px;
	color: #fff;
	font-size: 12px;
	z-index: 21;
	background: rgba(6, 27, 65, 0.45);
	padding: 10px 20px;
	border-radius: 4px;
}

.media-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-container {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	line-height: 0;
	z-index: 1;
}

.video-container video {
	width: 100%;
}

.video-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden !important;
	top: 0;
	right: 0;
	padding: 0 !important;
}

.video-iframe iframe {
	position: absolute;
	top: -75px;
	right: 50%;
	width: 100%;
	height: 100%;
	display: block;
}

.media-container.video-parallax {
	height: 120%;
	top: -10%;
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video-mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-holder iframe {
	position: absolute;
	top: -75px;
	right: 50%;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.mob-bg {
	display: none;
}

/*-------------Sliders---------------------------------------*/
.slideshow-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
}

.slideshow-item,
.slideshow-container .slick-slide {
	position: relative;
	float: right;
	width: 100%;
	height: 100%;
}

.sw-btn {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	color: #fff;
	font-size: 10px;
	z-index: 120;
	cursor: pointer;
	margin-top: -18px;
	box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
}

.sw-btn.swiper-button-prev {
	right: 50px;
}

.sw-btn.swiper-button-next {
	left: 50px;
}

.sw-btn:hover {
	background: #2C3B5A;
}

.single-carousel .slick-dots,
.listing-carousel .slick-dots {
	bottom: -40px;
}

.single-carousel .slick-dots li button,
.listing-carousel .slick-dots li button {
	background: #BDCBDB;
}

.list-carousel {
	padding: 0 30px;
}

.list-single-carousel-wrap {
	height: 500px;
	background: #24324F;
}

.fw-carousel .slick-slide-item {
	width: auto;
	height: 500px !important;
	float: right;
	cursor: w-resize;
}

.fw-carousel .slick-slide-item img {
	width: auto;
	height: 100% !important;
}

.list-single-carousel-wrap .slick-slide-item .box-item {
	height: 100%;
	z-index: 20;
}

.list-single-carousel-wrap .slick-slide-item .box-item:before {
	display: none;
}

.list-single-carousel-wrap .swiper-slide:first-child {
	padding-right: 0px;
}

.list-single-carousel-wrap .slick-slide-item .box-item a.gal-link {
	top: -100px;
	right: inherit;
	left: 50px;
}

.list-single-carousel-wrap .slick-slide-item .box-item:hover a.gal-link {
	top: 50px;
}

.list-single-carousel-wrap .sw-btn,
.single-slider-wrapper .sw-btn {
	top: 50%;
}

.list-carousel .sw-btn.swiper-button-prev {
	right: 8px;
}

.list-carousel .sw-btn.swiper-button-next {
	left: 8px;
}

.single-slider-wrapper img,
.inline-carousel img {
	width: 100%;
	height: auto;
}

.single-slider-wrapper .slider-nav .slick-slide-item {
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-slider-wrapper .slider-nav .slick-current .slick-slide-item,
.single-slider-wrapper .slider-nav .slick-slide-item:hover {
	opacity: 1;
}

.slick-dots {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 100%;
}

.inline-carousel .slick-dots {
	bottom: 20px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: rgba(255, 255, 255, 0.81);
	border-radius: 100%;
}

/*-------------scroll-nav-wrapper---------------------------------------*/
.scroll-nav-container {
	padding-top: 110px;
}

.scroll-nav-wrapper {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 14px 0;
	-webkit-transform: translate3d(0, 0, 0);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.scroll-nav-wrapper .scroll-nav li {
	float: right;
	position: relative;
	overflow: hidden;
}

.scroll-nav-wrapper .scroll-nav li a {
	padding: 0 30px;
	float: right;
	height: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-weight: 700;
	color: #888DA0;
	font-size: 12px;
	background: #eff8ff;
}

.scroll-nav-wrapper .scroll-nav li:last-child {
	border-radius: 4px 0 0 4px;
}

.scroll-nav-wrapper .scroll-nav li:first-child {
	border-radius: 0 4px 4px 0;
}

.scroll-nav-wrapper .scroll-nav li a.act-scrlink {
	color: #fff;
}

.scroll-nav-wrapper .show-hidden-map {
	float: left;
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 600;
	background: #0e4677;
}

.scroll-nav-wrapper .show-hidden-map:hover {
	background: #0e4677;
}

.scroll-nav-wrapper .show-hidden-map:hover i,
.scroll-nav-wrapper .show-hidden-map:hover {
	color: #fff;
}

.scroll-nav-wrapper .show-hidden-map i {
	padding-right: 10px;
}

.collage-image {
	position: relative;
	width: 352px;
	margin: 0 auto;
	height: 300px;
}

.collage-image .main-collage-image {
	position: absolute;
	left: -20px;
	bottom: -400px;
}

.images-collage-title {
	position: absolute;
	right: -70px;
	width: 180px;
	padding: 12px 0;
	z-index: 10;
	top: 70px;
	border-radius: 6px;
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'El Messiri', sans-serif;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
	animation: bounce 4s ease-in-out infinite;
}

.images-collage-title span {
	color: #fff;
}


.collage-image-min {
	position: absolute;
	z-index: 10;
}

.collage-image-min:before {
	top: 63px;
	right: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 14px;
	margin-right: 18px;
	z-index: 20;
}

.collage-image-min.cim_1 {
	bottom: 70px;
	right: 80px;
}

.collage-image-min.cim_2 {
	bottom: 190px;
	left: 80px;
}

.collage-image-min.cim_2 img {
	animation: cluster-animation 2.5s infinite;
}

.collage-image-min.cim_1 img {
	animation: cluster-animation 3.5s infinite;
}

.collage-image-min.cim_3 {
	bottom: 110px;
	left: 130px;
}

.collage-image-min img {
	position: absolute;
	width: 67px;
	height: 67px;
	border: 8px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}

.collage-image-input {
	position: absolute;
	bottom: -40px;
	left: -90px;
	width: 190px;
	padding: 0 16px 0 40px;
	background: #fff;
	border-radius: 6px;
	z-index: 10;
	text-align: right;
	font-size: 12px;
	color: #878C9F;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
	box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.collage-image-btn {
	color: #fff;
	position: absolute;
	top: 40px;
	left: -60px;
	padding: 12px 25px;
	border-radius: 4px;
	font-size: 10px;
	box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.collage-image-input i {
	position: absolute;
	width: 30px;
	height: 40px;
	line-height: 40px;
	left: 0;
	top: 0;
}

/*------sahre------------------------------------------------*/
.fixed-scroll-column {
	width: 50px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 20;
}

.share-holder.hid-share {
	float: right;
	position: relative;
	z-index: 20;
}

.fc-button {
	width: 50px;
	height: 50px;
	float: right;
	position: relative;
	line-height: 50px;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 4px;
}

.fc-button span {
	position: absolute;
	right: 100%;
	margin-right: 12px;
	background: #0e4677;
	opacity: 0;
	visibility: hidden;
	top: 8px;
	color: #fff;
	width: 120px;
	height: auto !important;
	line-height: 1;
	font-size: 12px;
	padding: 12px 0;
	border-radius: 22px;
}

.fc-button:hover span {
	opacity: 1;
	visibility: visible;
}

.fixed-scroll-column-share-container {
	display: block;
}

.fixed-scroll-column-share-container {
	display: none;
	float: right;
	width: 100%;
	background: #f9f9f9;
	padding: 10px 0;
	margin-bottom: 4px;
}

.visshare {
	visibility: visible;
	opacity: 1;
}

.share-container .share-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 4px 0;
	position: relative;
	font-size: 13px;
	color: #888DA0;
	font-weight: 400;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.fixed-scroll-column-share-container .share-container .share-container .share-icon {
	float: right;
	width: 50px;
	height: 50px;
	color: #ccc;
}

.share-holder.hid-share .share-container.visshare,
.bl-opt .share-holder.hid-share .share-container.visshare {
	top: -35px;
	opacity: 1;
	visibility: visible;
}

.share-icon:before {
	font-family: Font Awesome\ 5 Brands;
}

.share-icon-digg:before {
	content: "\f1a6";
}

.share-icon-email:before {
	content: "\f003";
}

.share-icon-flickr:before {
	content: "\f16e";
}

.share-icon-foursquare:before {
	content: "\f180";
}

.share-icon-rss:before {
	content: "\f09e";
}

.share-icon-facebook:before {
	content: "\f39e";
}

.share-icon-twitter:before {
	content: "\f099";
}

.share-icon-tumblr:before {
	content: "\f173";
}

.share-icon-linkedin:before {
	content: "\f0e1";
}

.share-icon-vimeo:before {
	content: "\f27d";
}

.share-icon-instagram:before {
	content: "\f16d";
}

.share-icon-pinterest:before {
	content: "\f231";
}

.share-icon-googleplus:before {
	content: "\f0d5";
}

.share-icon-in1:before {
	content: "\f08c";
}

.share-icon-stumbleupon:before {
	content: "\f1a4";
}

/* --------- clients - terstimonials--------------------------------------*/
.text-carousel .text-carousel-item {
	padding: 30px 65px;
	background: #eff8ff;
	border-radius: 20px;
	margin: 0 10px;
	float: right;
	width: 100%;
	position: relative;
	margin-top: 70px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.text-carousel .text-carousel-item:before,
.text-carousel .text-carousel-item:after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: #ccc;
	opacity: 0.4;
	font-size: 34px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.text-carousel-item:before,
.pr-list-det:before {
	content: "\f10e";
	top: 20px;
	right: 15px;
}

.text-carousel-item:after,
.pr-list-det:after {
	content: "\f10e";
	bottom: 20px;
	left: 15px;
}

.text-carousel .slick-item {
	padding: 0 20px;
}

.text-carousel .slick-current .text-carousel-item {
	background: #0e4677;
	border-color: transparent;
}

.text-carousel .slick-current .text-carousel-item p {
	color: #eff8ff;
}

.text-carousel .slick-center.slick-current .text-carousel-item:after {
	color: #eff8ff;
}

.text-carousel .slick-center.slick-current .text-carousel-item:before {
	color: #eff8ff;
}

.text-carousel .slick-center.slick-current .text-carousel-item .review-owner {
	margin-bottom: 5px;
	font-size: 18px;
	color: #ffffff;
}

.text-carousel .slick-dots {
	margin-top: 40px;
	bottom: -50px;
}

.text-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.text-carousel .slick-dots li button:before {
	background: #ccc;
}

.text-carousel .slick-dots li.slick-active button {
	border-color: #ccc;
}

.text-carousel-wrap {
	margin: 0 0 50px 0;
}

.text-carousel-item p {
	font-size: 13px;
	font-family: 'El Messiri', sans-serif;
	font-style: italic;
	text-align: right;
}

.text-carousel-item a.testim-link {
	float: right;
	margin-top: 20px;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	color: #666;
}

.text-carousel-item a.testim-link:before {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #ccc;
}

.text-carousel-item .listing-rating {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.text-carousel-item .listing-rating i {
	float: left;
	margin-right: 10px;
	font-size: 11px;
}

.popup-avatar {
	position: absolute;
	right: 70px;
	z-index: 10;
	width: 80px;
	height: 80px;
	z-index: 20;
	border-radius: 100%;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	opacity: 0.5;
	top: -40px;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.text-carousel .slick-current .popup-avatar {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}

.popup-avatar:before {
	content: '';
	position: absolute;
	border-radius: 100%;
	right: -8px;
	bottom: -8px;
	left: -8px;
	top: -8px;
	border: 0;
	z-index: 1;
	background: #fff;
}

.popup-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: relative;
	z-index: 2;
}

.review-owner {
	margin: 0 0 15px 0;
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	text-align: right;
	color: #666;
	font-family: 'El Messiri', sans-serif;
}

.review-owner span {
	color: #878C9F;
}

.text-carousel-wrap .sw-btn {
	top: 100%;
	margin-top: 26px;
}

.text-carousel-wrap .sw-btn.swiper-button-prev {
	right: 50%;
	margin-right: -105px;
}

.text-carousel-wrap .sw-btn.swiper-button-next {
	left: 50%;
	margin-left: -100px;
}

.testimonials-section .text-carousel-wrap .sw-btn.swiper-button-prev {
	left: 50%;
	margin-left: -105px;
	right: unset;
}

.testimonials-section .text-carousel-wrap .sw-btn.swiper-button-next {
	right: 50%;
	margin-right: -100px;
	left: unset;
}

.testimonials-section .text-carousel .slick-dots {
	bottom: -60px;
}

.testimonials-section .text-carousel .text-carousel-item {
	padding: 30px 25px;
}

/*------Dasboard------------------------------------------------*/
.dasboard-wrap {
	padding-right: 290px;
}

.dasboard-sidebar {
	position: absolute;
	right: 0;
	width: 250px;
	z-index: 20;
	top: -50px;
}

.dasboard-sidebar-content {
	padding: 40px 0 44px 0;
	border-radius: 6px;
	z-index: 20;
	overflow: hidden;
}

.log-out-btn {
	position: absolute;
	width: 100%;
	right: 0;
	height: 44px;
	bottom: 0;
	line-height: 44px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

.log-out-btn i {
	padding-right: 10px;
}

.dasboard-avatar {
	overflow: hidden;
	padding: 0 55px;
	position: relative;
}

.dasboard-avatar img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.dasboard-sidebar-item {
	margin: 30px 0 20px;
}

.dasboard-sidebar-item:before {
	content: '';
	position: absolute;
	right: 50%;
	width: 30px;
	bottom: -10px;
	height: 2px;
	margin-right: -15px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.21);
}

.dasboard-sidebar-item h3 {
	color: #fff;
	font-size: 18px;
}

.dasboard-sidebar-item h3 span {
	float: right;
	width: 100%;
	padding-bottom: 10px;
	font-size: 11px;
}

.ed-btn {
	display: inline-block;
	padding: 8px 17px;
	margin: 10px 0;
	color: #fff;
	font-size: 11px;
	border-radius: 30px;
	z-index: 2;
	border: 2px solid;
	background: rgba(255, 255, 255, 0.11);
}

.dasboard-menu,
.dasboard-menu li {
	float: right;
	position: relative;
}

.dasboard-menu {
	top: 2px;
}

.flat-header {
	padding-top: 140px;
	padding-bottom: 0;
}

.adm-header {
	z-index: 100;
}

.dasboard-menu-btn {
	float: right;
	padding: 14px 20px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	border-radius: 6px 6px 0 0;
	display: none;
}

.dasboard-menu-btn i {
	padding-right: 10px;
}

.dasboard-menu li ul {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	padding: 10px 20px;
	width: 150px;
	z-index: 2;
	border: 1px solid #eee;
	border-top: none;
	opacity: 0;
	visibility: hidden;
}

.dasboard-menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

.dasboard-menu li ul li {
	float: right;
	width: 100%;
	padding: 8px 0;
	position: relative;
}

.dasboard-menu li ul li span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	line-height: 16px;
	border-radius: 100%;
	font-size: 9px;
	color: #fff;
}

.dasboard-menu li a {
	padding: 13px 20px;
	float: right;
	font-size: 12px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	position: relative;
}

.dasboard-menu li ul li a {
	padding: 0;
	color: #666 !important;
	border-radius: 0;
}

.dasboard-menu li a i {
	padding-left: 6px;
}

.dasboard-menu li a span {
	display: inline-block;
	width: 16px;
	height: 16px;
	top: -1px;
	line-height: 16px;
	background: #98AAB8;
	color: #fff;
	position: relative;
	margin-right: 4px;
	border-radius: 100%;
	text-align: center;
	font-weight: 300px;
	font-size: 9px;
}

.dasboard-menu li a.user-profile-act,
.dasboard-menu li a:hover {
	background: #fff !important;
	color: #666 !important;
	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.07);
}

.dasboard-menu li ul li a:hover {
	box-shadow: none;
}

.user-stats {
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.21);
}

.user-stats:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -2;
	border-radius: 6px;
	opacity: 0.14;
}

.user-stats li {
	float: right;
	width: 33.3%;
	padding: 15px 0;
	color: #fff;
	font-size: 11px;
	box-sizing: border-box;
	border-right: 1px solid rgba(0, 0, 0, 0.21);
}

.user-stats li:first-child {
	border: none;
}

.user-stats li span {
	float: right;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
}

.tfp-btn {
	position: absolute;
	left: 0;
	top: -110px;
	background: #fff;
	padding: 12px 30px 12px 40px;
	border-radius: 4px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	z-index: 10;
	color: #666;
	font-size: 12px;
	cursor: pointer;
}

.tfp-btn strong {
	padding-right: 5px;
}

.tfp-btn:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d7";
	position: absolute;
	color: #fff;
	top: 50%;
	font-size: 13px;
	left: 11px;
	margin-top: -7px;
	font-weight: 800;
	transition: all .2s ease-in-out;
}

.tfp-btn.rot_tfp-btn:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.tfp-det {
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 11;
	padding: 15px 30px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	transition: all .2s ease-in-out;
}

.tfp-det-btn {
	float: left;
	padding: 6px 12px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	margin-top: 3px;
}

.tfp-det.vis_tfp-det {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.dasboard-breadcrumbs {
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 1;
}

#myChartLegend {
	float: left;
}

.chart-header {
	margin-bottom: 20px;
}

.chart-header .listsearch-input-item {
	width: 150px;
}

[class="0-legend"] {
	cursor: pointer;
	list-style: none;
	padding-right: 0;
	float: left;
}

[class="0-legend"] li {
	float: right;
	padding: 14px 25px;
	border-radius: 2px;
	color: #888DA0;
	font-size: 12px;
	background: #eff8ff;
	font-weight: 500;
	margin-right: 10px;
}

[class="0-legend"] li.hidden-lable {
	text-decoration: line-through;
}

[class="0-legend"] li span {
	border-radius: 5px;
	display: inline-block !important;
	height: 10px;
	margin-left: 10px;
	width: 10px;
}

.dashboard-list-box {
	border: 0;
	border-radius: 0px;
	overflow: hidden;
}

.mat-top {
	margin-top: 50px;
}

.dashboard-header {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
}

.dashboard-header h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	color: #fff;
}

.dashboard-list {
	float: right;
	padding: 25px 21px;
	position: relative;
	border-bottom: 0;
	width: 100%;
	border-radius: 15px;
	position: relative;
	transition: .4s;
}

.over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

.reservations-page .dashboard-listing-table-text h4 a {
	color: #0e4677;
}

.dashboard-list:hover {}

.dashboard-list:nth-child(2n+1) {
	background: #ffffff;
}

.dashboard-list:last-child {
	border: none;
}

.dashboard-message-avatar {
	float: right;
	width: 50px;
	height: 50px;
}

.dashboard-message-text .btn {
	margin-top: 10px;
	float: right;
	background: #5ECFB1 !important;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 12px;
}

.dashboard-message-text .btn:hover {
	color: rgba(255, 255, 255, 0.71)
}

.dashboard-message-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.dashboard-message-text {
	margin-right: 30px;
	text-align: right;
	padding-right: 50px;
	top: 6px;
	position: relative;
}

.dashboard-message-text h4,
.dashboard-listing-table-text h4 {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 8px;
	color: #50596E;
}

.dashboard-message-text h4 span {
	font-weight: 500;
	font-size: 12px;
}

.reply-mail {
	text-align: right;
	font-weight: 500;
}

.reply-mail a {
	font-weight: 400;
}

.reply-mail a:hover {
	color: #878C9F;
}

.new-dashboard-item {
	position: absolute;
	left: 30px;
	top: 28px;
	padding: 6px 15px;
	border-radius: 4px;
	color: #fff;
	background: #5ECFB1;
	z-index: 10;
}

.dashboard-listing-table-image {
	float: right;
	width: 30%;
	padding: 0 0 0 30px;
}

.dashboard-listing-table-image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.dashboard-listing-table-text {
	float: right;
	text-align: right;
	width: 70%;
	padding-top: 10px;
}

.dashboard-listing-table-text h4 a {
	color: #50596E;
}

.dashboard-listing-table-address {
	float: right;
	padding-bottom: 0;
}

.dashboard-listing-table-address a {
	font-weight: 600;
	color: #878C9F;
	font-size: 14px;
	text-transform: uppercase;
}

.dashboard-listing-table-address i {
	padding-left: 10px;
}

.dashboard-listing-table-opt li {
	float: right;
	margin-left: 0px;
}

.dashboard-listing-table-opt {
	margin-top: 10px;
}

.dashboard-listing-table-opt li a {
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px;
	background: #5ECFB1;
	float: right;
	font-size: 14px;
	z-index: 3;
}

.dashboard-listing-table-opt li a i {
	padding-right: 10px;
}

.dashboard-listing-table-opt li a.del-btn:hover {
	background: #f91942;
}

.profile-edit-header h4 span {
	color: #5ECFB1;
}

.notification {
	padding: 18px 20px;
	border-radius: 4px;
	margin-bottom: 40px;
}

.notification p {
	color: #fff;
	text-align: right;
	padding-bottom: 0;
}

.notification p a {
	color: rgba(255, 255, 255, 0.71);
	font-weight: 600;
	padding: 0 5px;
}

.notification.success {
	background: #5ECFB1;
}

.notification.waitforreview {
	background: #FBC54F;
}

.notification.reject {
	background: #EA4D37;
}

.notification-close {
	position: absolute;
	top: 50%;
	left: 20px;
	height: 20px;
	margin-top: -10px;
	color: rgba(255, 255, 255, 0.71);
}

.notification-close:hover {
	color: #fff;
}

.dashboard-list-box.activities .dashboard-list {
	padding-right: 0;
}

.dashboard-list-box.activities .dashboard-message-text {
	padding-right: 0;
}

.dashboard-list-box.activities .dashboard-message-text i {
	padding-left: 20px;
}

.dashboard-list-box.activities .new-dashboard-item {
	cursor: pointer;
}

.profile-edit-container {
	margin: 10px 0;
	float: right;
	width: 100%;
}

.profile-edit-container .custom-form label {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	font-weight: 500;
}

.profile-edit-container .custom-form label i {
	top: 48px;
}

.custom-form.no-icons input,
.custom-form.no-icons textarea {
	padding-right: 10px;
}

.pass-input-wrap span {
	position: absolute;
	left: 20px;
	cursor: pointer;
	bottom: 36px;
	z-index: 10;
}

.profile-edit-container.add-list-container {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	float: right;
	width: 100%;
}

.profile-edit-container.add-list-container:first-child {
	margin-top: 0;
}

.add-list-media-header {
	float: right;
	width: 100%;
	padding: 15px 20px 3px;
	background: #F7F9FB;
	border: 1px solid #eee;
}

.add-list-media-header span {
	text-align: right;
	float: right;
}

.booking-details {
	padding: 6px 0;
	font-size: 12px;
}

.booking-details:last-child {
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.booking-title {
	color: #878C9F;
	padding-left: 10px;
}

.booking-text,
.booking-text a {
	color: #666;
}

.done-paid {
	color: #5ECFB1;
	text-decoration: underline;
}

.chat-box {
	padding: 50px 30px 60px;
	min-height: 300px;
}

.chat-message {
	padding-right: 70px;
	margin-bottom: 30px;
}

.chat-message:last-child {
	margin-bottom: 0;
}

.chat-message p {
	float: right;
	padding: 15px 20px;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	text-align: right;
	position: relative;
}

.chat-message p:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d9";
	position: absolute;
	top: 12px;
	right: -9px;
	font-size: 31px;
	color: #fff;
	font-weight: bold;
}

.chat-message.chat-message_user p:before {
	content: "\f0da";
	right: inherit;
	left: -9px;
}

.massage-date {
	float: right;
	font-size: 11px;
	color: #878C9F;
	margin-bottom: 11px;
}

.massage-date span {
	position: relative;
	padding-right: 10px;
}

.massage-date span:before {
	content: '';
	position: absolute;
	right: 2px;
	width: 4px;
	height: 4px;
	top: 4px;
	z-index: 5;
	border-radius: 100%;
}

.chat-message.chat-message_user .massage-date {
	float: left;
}

.chat-message .dashboard-message-avatar {
	position: absolute;
	right: 0;
	top: 20px;
}

.chat-message.chat-message_user .dashboard-message-avatar {
	right: inherit;
	left: 0;
}

.chat-message .dashboard-message-avatar span {
	font-size: 11px;
	color: #666;
	display: inline-block;
	margin-top: 6px;
}

.chat-message.chat-message_user {
	padding-right: 0;
	padding-left: 70px;
}

.message-input {
	float: right;
	width: 100%;
	position: relative;
	border-left: 1px solid #eee;
}

.message-input textarea {
	position: relative;
	width: 100%;
	border: none;
	background: #fff;
	z-index: 1;
	resize: vertical;
	min-height: 60px;
	padding: 25px 30px 0 140px;
}

.message-input button {
	position: absolute;
	left: 20px;
	border-radius: 36px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: none;
	border: none;
	font-size: 14px;
	top: 12px;
	z-index: 2;
	color: #fff;
	cursor: pointer;
}

.chat-contacts-item {
	float: right;
	width: 100%;
	position: relative;
	padding: 20px 70px 20px 20px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.chat-contacts-item .dashboard-message-avatar {
	position: absolute;
	top: 15px;
	right: 0;
}

.chat-contacts-item .chat-contacts-item-text p {
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #888;
}

.chat-contacts-item .chat-contacts-item-text h4 {
	text-align: right;
	font-size: 12px;
	color: #666;
	padding-bottom: 4px;
}

.chat-contacts-item .chat-contacts-item-text span {
	position: absolute;
	left: 20px;
	top: 21px;
	font-size: 9px;
	color: #878C9F;
}

.message-counter {
	position: absolute;
	right: 0;
	bottom: -2px;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	border-radius: 100%;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.chat-contacts-item:after {
	content: '';
	position: absolute;
	left: 0;
	width: 6px;
	height: 0;
	z-index: -1;
	top: 0;
	transition: all .2s ease-in-out;
}

.chat-contacts-item_active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: -30px;
	background: #eff8ff;
	z-index: -2;
}

.chat-contacts-item.chat-contacts-item_active:after,
.chat-contacts-item:hover:after {
	height: 100%;
}

.dashboard-list-box .reviews-comments-wrap {
	padding: 0 30px;
}

.add-button {
	float: right;
	padding: 10px 15px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

.hotel-facts input {
	width: 30% !important;
	padding-right: 10px !important;
	margin-left: 1%;
}

.act-widget-header {
	float: right;
	width: 100%;
	position: relative;
	border-radius: 6px;
	background: #F7F9FB;
	padding: 10px 20px;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

.act-widget h4 {
	float: right;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	top: 16px;
	color: #878C9F;
}

.act-widget-header .onoffswitch {
	float: left;
	top: 6px;
}

.error_message,
#success_page h3 {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

#success_page p {
	margin-top: 10px;
}

.booking-modal-wrap .success-table-header a {
	float: right;
	top: 0;
}

.booking-modal-wrap .success-table-header p {
	width: 100%;
}

.booking-modal-wrap,
.bmw-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: hidden;
	overflow-Y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	display: none;
}

.bmw-overlay {
	z-index: 999;
	background: rgba(0, 0, 0, 0.81);
}

.booking-modal-container {
	max-width: 1000px;
	margin: 120px auto 70px;
	position: relative;
}

.booking-modal-content {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
	margin-bottom: 50px;
	padding-left: 300px;
}

.booking-modal-info {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300px;
	background: #eee;
	padding: 100px 30px 20px;
}

.booking-modal-info .overlay {
	opacity: 0.3;
}

.booking-modal-info_content {
	z-index: 20;
}

.booking-modal-info_content h4 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.booking-modal-info_content h4:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 50px;
	height: 4px;
	margin-right: -25px;
	border-radius: 4px;
	background: #4DB7FE;
}

.booking-modal-info_content ul li {
	float: right;
	width: 100%;
	padding: 6px 0;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.booking-modal-info_content ul li span {
	opacity: 0.7;
}

.booking-modal-close {
	position: absolute;
	top: 14px;
	left: 20px;
	border-radius: 100%;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	z-index: 20;
}

.booking-modal-wrap .list-single-main-item {
	padding: 10px 20px;
	background: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}

.booking-modal-wrap .soc-log {
	padding: 15px 0;
}

.bookiing-form-wrap {
	padding: 20px 30px;
}

/*------ to-top------------------------------------------------*/
.to-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 17px;
	z-index: 116;
	cursor: pointer;
	display: none;
	border-radius: 50px;
	box-shadow: 0px 0px 0px 4px #3e6b92;
	-webkit-transform: translate3d(0, 0, 0);
}

.to-top:hover {
	background: #0e4677;
	color: #fff;
}

/*------FAQ------------------------------------------------*/
.faq-nav {
	margin-bottom: 30px;
}

.faq-nav li {
	text-align: right;
	width: 100%;
	float: right;
	border-bottom: 1px solid #eee;
}

.faq-nav li a {
	color: #666;
	float: right;
	width: 100%;
	padding: 14px 12px;
	position: relative;
	font-size: 12px;
}

.faq-nav li a:hover {
	color: #878C9F;
}

.faq-nav li a:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f105";
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 12px;
	color: #ccc;
}

.process-item {
	padding: 20px 30px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	border: 0;
}

.process-item:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -100px;
	height: 1px;
	width: 100px;
	z-index: -1;
	background: #eee;
}

.process-item.nodecpre:before {
	display: none;
}

.big-pad-pr-item {
	padding: 30px 30px;
}

.process-item h4 {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
}

.process-item h4,
.process-item h4 a {
	color: #183c7d;
}

.time-line-icon {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.time-line-icon:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	right: -20px;
	top: -50px;
	background: #eff8ff;
	opacity: 0.7;
	z-index: 1;
}

.time-line-icon i {
	font-size: 54px;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
}

/*------404------------------------------------------------*/
.error-wrap h2 {
	font-size: 134px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 10px;
}

.error-wrap p {
	color: rgba(255, 255, 255, 0.91);
	font-size: 14px;
}

.error-wrap form {
	margin: 30px auto 20px;
	max-width: 550px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.error-wrap form input {
	float: right;
	width: 100%;
	border: none;
	background: #fff;
	height: 50px;
	padding: 0 20px 0 100px;
	z-index: 1;
}

.error-wrap form .search-submit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	border: none;
	cursor: pointer;
}

.error-wrap a.btn {
	display: inline-table;
	margin-top: 10px;
}

.city-bg {
	height: 325px;
	top: inherit;
	bottom: 0;
	opacity: 0.8;
	background: url(../images/city.png) repeat-x;
}

.wave-bg.wave-bg2 {
	background: url(../images/pattern.png) repeat;
	opacity: 0.1;
}

.cloud-anim {
	z-index: 1;
	font-size: 54px;
	opacity: 0.8;
	color: #fff;
	position: absolute;
}

.cloud-anim-bottom {
	bottom: 350px;
	left: 150px;
	-webkit-animation: animateCloud2 20s linear infinite;
	animation: animateCloud2 20s linear infinite;
}

.cloud-anim-top {
	top: 120px;
	right: 150px;
	-webkit-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
}

@keyframes animateCloud {
	0% {
		right: -110px;
	}

	100% {
		right: 100%;
	}
}

@keyframes animateCloud2 {
	0% {
		left: -110px;
	}

	100% {
		left: 100%;
	}
}

@keyframes animateCloud3 {
	0% {
		right: 20px;
	}

	50% {
		right: 90%;
	}

	100% {
		right: 20px
	}
}

@keyframes animateCloud4 {
	0% {
		left: 50px;
	}

	50% {
		left: 80%;
	}

	100% {
		left: 50px;
	}
}

@keyframes animateStars {
	0% {
		bottom: -10px;
		opacity: 0.5
	}

	50% {
		bottom: 80%;
		opacity: 0.2
	}

	100% {
		bottom: -10px;
		opacity: 0.5
	}
}

@keyframes animateStars2 {
	0% {
		top: -10px;
		opacity: 0.5
	}

	50% {
		top: 80%;
		opacity: 0.2
	}

	100% {
		top: -10px;
		opacity: 0.5
	}
}

/*------ price tables------------------------------------------------*/
.price-item {
	float: right;
	width: 33.3%;
	position: relative;
	z-index: 1;
}

.price-item:hover,
.best-price {
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
	z-index: 2;
}

.best-price {
	top: -30px;
	transform: scale(1.05);
}

.price-item:hover {
	z-index: 3;
}

.price-head {
	float: right;
	width: 100%;
	padding: 22px 20px;
	position: relative;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}

.price-head:before,
.price-head:after {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -60px;
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 100%;
	opacity: 0.2;
}

.price-head:after {
	bottom: 20px;
	left: inherit;
	right: -200px;
	width: 300px;
	height: 300px;
}

.price-head-decor {
	position: relative;
	width: 100%;
	display: inline-table;
	margin-bottom: 20px;
	padding: 20px 0;
}

.price-head-decor i {
	font-size: 74px;
	color: #fff;
	-webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}

.price-item:hover .price-head-decor i {
	animation: bounce 2s ease-in-out infinite;
}

.price-item:hover .price-head-decor:before {
	-webkit-animation: animateCloud3 12s ease-in-out infinite;
	animation: animateCloud3 12s ease-in-out infinite;
}

.price-item:hover .price-head-decor:after {
	-webkit-animation: animateCloud4 15s ease-in-out infinite;
	animation: animateCloud4 15s ease-in-out infinite;
}

.price-head-decor:before,
.price-head-decor:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0c2";
	position: absolute;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	z-index: 120;
	opacity: 0.5;
}

.price-head-decor.stars-dec:before,
.price-head-decor.stars-dec:after {
	content: "\f005";
}

.price-head-decor.cloud-2:before,
.price-head-decor.cloud-2:after {
	font-weight: 800;
}

.price-item:hover .price-head-decor.stars-dec:before {
	-webkit-animation: animateStars 3s ease-in-out infinite;
	animation: animateStars 3s ease-in-out infinite;
}

.price-item:hover .price-head-decor.stars-dec:after {
	-webkit-animation: animateStars2 5s ease-in-out infinite;
	animation: animateStars2 5s ease-in-out infinite;
}

.price-head-decor:before {
	right: 20px;
	bottom: -10px;
}

.price-head-decor:after {
	top: -10px;
	left: 50px;
}

.best-price .price-head,
.price-num.col-dec-2:before {
	background: #5ECFB1;
}

.price-head h3 {
	color: #fff;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	display: inline-table;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.81);
}

.price-num {
	padding: 20px 15px 0;
	overflow: hidden;
}

.price-num:before {
	content: '';
	position: absolute;
	right: 50%;
	top: -35px;
	width: 50px;
	height: 50px;
	margin-right: -25px;
	border-radius: 100%;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
}

.price-num span.curen {
	position: relative;
	top: -32px;
	padding-left: 7px;
	font-weight: 400;
	font-size: 17px;
}

.price-num-desc {
	font-family: 'El Messiri', sans-serif;
	font-style: italic;
	color: #878C9F;
	display: inline-table;
	font-size: 12px;
	margin-top: 6px;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}

.mouth-cont {
	z-index: 1;
	opacity: 1;
	position: relative;
}

.year-cont {
	position: absolute;
	right: 0;
	opacity: 0;
	top: 0;
	z-index: 2;
}

.year-cont,
.year-sale,
.price-item {
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.year-sale {
	position: absolute;
	top: 60px;
	left: 30px;
	font-size: 36px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.41);
	opacity: 0;
}

.year-mont .year-sale {
	opacity: 1;
	top: 80px;
}

.year-mont .mouth-cont {
	opacity: 0;
}

.year-mont .year-cont {
	opacity: 1;
}

.year-mont .price-num-item .year-cont {
	right: -30px;
}

.price-num-item {
	font-size: 55px;
	position: relative;
	font-weight: 600;
	color: #666;
	display: inline-table;
}

.price-desc {
	padding: 20px 0 30px;
}

.price-desc ul li {
	float: right;
	width: 100%;
	padding: 18px 0;
	color: #666;
	font-weight: 500;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.price-desc ul li:nth-child(2n+1) {
	background: #f9f9f9;
}

.price-desc ul li:first-child {
	border-top: 1px solid #eee;
}

.price-link {
	display: inline-table;
	padding: 15px 20px;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	margin-top: 30px;
	font-weight: 400;
}

.price-content {
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.recomm-price {
	margin-top: 40px;
	font-weight: 400;
	color: #878C9F;
	font-size: 12px;
}

.recomm-price i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	margin-bottom: 10px;
}

.pricing-wrap {
	margin: 60px 0 30px;
}

.pricing-switcher {
	text-align: center;
	position: relative;
}

.pricing-switcher:before {
	content: '';
	position: absolute;
	right: 50%;
	width: 1px;
	height: 80px;
	z-index: -1;
	bottom: -53px;
	background: #eee;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 30px;
	margin-bottom: 30px;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
	right: -1000px;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: right;
	width: 110px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-weight: 600;
	font-size: 11px;
	color: #fff;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.pricing-switcher .switch {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 30px;
	width: 110px;
	background: #fff;
	border-radius: 30px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
	-webkit-transform: translateX(-104px);
	transform: translateX(-104px);
}

.pricing-switcher input[type="radio"]:checked+label {
	color: #878C9F;
}

/*------Blog------------------------------------------------*/
.article-masonry {
	width: 50%;
	float: right;
	padding: 0 10px;
	margin-bottom: 20px;
}

.card-post {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
}

.card-post .btn {
	margin-bottom: 20px;
}

.post-article {
	margin-bottom: 30px;
	float: right;
	width: 100%;
	position: relative;
}

.post-article .list-single-main-media,
.card-post .list-single-main-media {
	margin: 0;
}

.post-article-title {
	padding: 30px;
}

.card-post-img img {
	float: right;
	width: 100%;
	height: auto;
}

.card-post-content {
	padding: 15px 20px 0;
	border: 1px solid #eee;
}

.card-post-content h3 {
	float: right;
	width: 100%;
	text-align: right;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.card-post-content h3:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d7";
	position: absolute;
	left: 20px;
	top: 30px;
}

.card-post-content h3 a {
	color: #666;
}

.card-post-content p {
	text-align: right;
}

.home-posts {
	margin-bottom: 40px;
}

.card-post-content .post-opt {
	border-top: 1px solid #eee;
	width: 100%;
	padding: 15px 0;
	margin: 20px 0 5px;
}

.post-nav {
	margin-top: 20px;
	margin-bottom: 10px;
}

.post-nav:before {
	content: '';
	position: absolute;
	right: 50%;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	width: 1px;
	background: #eee;
}

.post-link {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #878C9F;
}

.post-link span {
	color: #878C9F;
	font-size: 12px;
	font-weight: 600;
}

.post-link i {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	line-height: 40px;
	font-size: 22px;
}

.post-link:hover i {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.post-link.prev-post-link {
	float: right;
	padding-right: 40px;
	text-align: right;
}

.post-link.next-post-link {
	float: left;
	padding-left: 40px;
	text-align: left;
}

.post-link.prev-post-link i {
	right: 0;
	text-align: right;
}

.post-link.next-post-link i {
	left: 0;
	text-align: left;
}

.post-author {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}

.post-author img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	float: right;
	margin-left: 20px;
}

.post-author span {
	font-weight: 600;
	position: relative;
	top: 14px;
	color: #666;
	font-size: 12px;
}

.post-opt {
	padding-top: 24px;
}

.post-opt,
.post-opt li {
	float: right;
}

.post-opt li {
	margin-left: 20px;
}

.post-opt li span,
.post-opt li a {
	color: #878C9F;
	font-weight: 500;
	font-size: 12px;
}

.post-opt li i {
	padding-left: 6px;
}

.search-widget input {
	float: right;
	width: 100%;
	border: none;
	background: #eff8ff;
	height: 50px;
	padding: 0 20px 0 80px;
	z-index: 1;
	border-radius: 0 4px 4px 0;
}

.search-widget .search-submit {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
}

.jr-insta-thumb {
	float: right;
	width: 100%;
	margin-bottom: 15px;
}

.jr-insta-thumb ul {
	list-style: none;
}

.jr-insta-thumb li {
	float: right;
	width: 33.3%;
	padding: 5px;
	overflow: hidden;
}

.jr-insta-thumb li img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.jr-insta-thumb li a,
.post-link i {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.jr-insta-thumb li a:hover {
	opacity: 0.6;
}

.cat-item li {
	float: right;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align: right;
	position: relative;
}

.cat-item li:last-child {
	margin-bottom: 0;
}

.cat-item li:before {
	content: '';
	position: absolute;
	bottom: 6px;
	width: 100px;
	height: 1px;
	background: #eee;
	right: 50%;
	margin-right: -25px;
}

.cat-item li a {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.cat-item li span {
	float: left;
	color: #878C9F;
	font-size: 12px;
}

.fixed-bg .overlay {
	opacity: 0.6;
}

.mob-bg,
.mobile-list-controls {
	display: none;
}

.vishidelem {
	display: block !important;
}


i {
	vertical-align: middle;
}

.en-font {
	font-family: 'Nunito', sans-serif;
}

.d-ltr {
	font-family: 'Nunito', sans-serif;
	direction: ltr;
	display: inline-block;
}

.form-group .fl-wrap {
	margin-bottom: 20px;
}

button,
input {
	font-family: 'El Messiri', sans-serif;
}


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

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

.left-header {
	display: flex !important;
	align-items: center;
}

.bg-map {
	opacity: 0.03
}

#sec2 {
	padding: 180px 0;
}

.section-title img {
	width: 130px;
	margin-bottom: 20px;
	animation: Shake 2s linear infinite;
}

.map-ifram {
	width: 100%;
	height: 350px;
}

.map-modal #singleMap {
	height: 0;
	visibility: hidden;
}

.geodir-opt-list a.geodir-js-favorite.active {
	color: #ffffff;
	background: #ffcf63;
}

.hotel-section {
	padding-bottom: 80px;
}

/*Using keyframes for shaking an image*/
@keyframes Shake {
	0% {
		transform: rotate(5deg);
	}

	25% {
		transform: rotate(-6deg);
	}

	50% {
		transform: rotate(5deg);
	}

	75% {
		transform: rotate(-6deg);
	}

	100% {
		transform: rotate(5deg);
	}
}



.saudi-places img {
	width: 100%;
	height: auto;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}


.saudi-places:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}


.saudi-places .listing-item-grid {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.saudi-places .grid-item-holder {
	padding: 0px;
}

.list-carousel {
	direction: ltr
}

.slider-ltr {
	direction: ltr !important
}

.app-section {
	/*	background: #0e4677;*/
	z-index: 1;
	padding-bottom: 0;
}

.app-section .container {
	background: #ffcf63;
	border-radius: 15px;
}

.app-section .section-title.white-title h2 {
	color: #082c4c;
}

.app-section .section-title.white-title p {
	color: #0e4677;
}

.app-section .collage-image {
	width: auto;
	height: 300px;
}

.app-section .collage-image .main-collage-image {
	width: 550px;
	bottom: -275px;
	left: unset;
	right: 70px;
}
.app-section .pad-top-column-text {
	padding: 70px 25px;
}

.app-section .box-img .item-2 {
	position: absolute;
	right: 0;
	z-index: -1;
	top: 0;
}

.app-section .box-img .item-3 {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}

.section-title.white-title h2 {
	color: #ffffff;
}

.section-title.white-title p {
	color: #daeeff;
}

.app-section .btn-list {
	text-align: center;
}

.app-section .btn-list .list-item {
	display: inline-block;
	margin-left: 8px;
}

.app-section .btn-list .list-item a {
	display: inline-block;
	transition: .4s
}

.app-section .btn-list .list-item a:hover {
	transform: translateY(-5px)
}

.app-section .btn-list .list-item:last-of-type {
	margin-left: 0px;
}

.btn-list {
	display: inline-block;
	position: relative;
}

.btn-list .list-item {
	display: inline-block;
	margin-left: 0px;
}

.btn-list .list-item a {
	display: inline-block;
	transition: .4s;
}

.btn-list .list-item a img {
	width: 160px;
}

.btn-list .list-item a:hover {
	transform: translateY(-5px);
}

.btn-list .list-item:last-of-type {
	margin-left: 0px;
}

.sub-footer .copyright-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.single-facts .inline-facts i {
	color: #0e4677;
}

.box-banners .img-1 {
	position: absolute;
	left: 5px;
	bottom: 10px;
	z-index: -1;
	animation: moving_position_animatin 6s infinite linear;
	max-width: 400px;
}

.box-banners .img-2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	animation: moving_position_animatin 6s infinite linear;
}

.box-banners .img-3 {
	position: absolute;
	left: 0px;
	right: 0px;
	display: block;
	bottom: 14px;
	margin: 0px auto;
	z-index: -1;
	animation: moving_position_animatin 6s infinite linear;
	width: 536px;
}

@keyframes moving_position_animatin {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}


.hero-section .overlayer {
	background: rgb(1 30 55 / 61%);
	background: linear-gradient(0deg, rgb(2 43 79 / 88%) 0%, rgb(51 82 110 / 23%) 50%, rgb(1 30 55 / 83%) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.overlayer {
	background: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-section .home-intro h2 {
	color: #ffcf63;
	margin-bottom: 20px;
}

a:hover {
	color: #0e4677;
}

section.parallax-section .section-title h2 {
	color: #ffcf63;
}

section.parallax-section p {
	color: #eaebeb;
}

.btn.color-bg {
	background-color: #ffcf63 !important;
	color: #0e4677;
}

.logo-footer {
	margin-bottom: 15px;
}

.link-right {
	color: #fff;
	text-decoration: underline;
	transition: .4s;
}

.link-right:hover {
	color: #ffcf63;
}

.user-name-drop {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.ani-move {
	animation: moving_position_animatin 6s infinite linear;
}

.counter-section.about-page {
	padding-top: 0;
}

.header-top .top-header-btns .add-hotel {
	display: none;
}

.hotel-section.hotels-page .geodir-category-footer {
	float: unset;
}

.hotel-section.hotels-page .listing-item {
	margin-bottom: 30px;
}

.hotel-section.hotels-page .facilities-list li i {
	color: #828c9f;
}

.hotel-section.hotels-page .geodir-category-listing {
	background: #eef2f5;
	/* background-color: red; */
}



.hotel-section.hotels-page .geodir-opt-list a {
	background: #ffffff;
}

.hotel-section.hotels-page .geodir-opt-list a.geodir-js-favorite.active {
	color: #ffffff;
	background: #ffcf63;
}

.hotel-section.hotels-page {
	padding-bottom: 0;
}

.hotel-section .header-search-input-item input[type="text"],
.hotel-section .col-list-search-input-item input[type="text"] {
	font-size: 14px;
}

.ifram-map {
	border-radius: 5px;
	overflow: hidden;
}

.iframe-map-box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.iframe-map-box .overlayer-map {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(0 0 0 / 16%);
	left: 0;
	top: 0;
}

.iframe-map-box .overlayer-map .btn {
	z-index: 2;
}

.iframe-map-box .overlayer-map .btn:hover {
	background-color: #ffcf63 !important;
	border: 2px solid #ffcf63;
}

.single-par .section-title {
	margin-bottom: 0;
}

.item-register-nav {
	display: inline-flex;
	align-items: center;
	justify-content: start;
}

.nav-holder nav li.item-register-nav a.add-hotel {
	color: #ffffff;
	vertical-align: middle;
	margin-right: 0;
}

.hotels-city-page .col-list-wrap {
	background: #ffffff;
}

.hotels-city-page .geodir-category-listing {
	background-color: #eff8ff;
}

.hotels-city-page .geodir-opt-list a {
	background: #ffffff;
}

.hotels-city-page .listing-item {
	margin-bottom: 30px;
}

.hotels-city-page .facilities-list {
	float: unset;
}

.hotels-city-page .ifram-map-hotels-city {
	width: 100%;
	height: 100%;
}

.hotels-city-page {
	position: relative;
}

.hotels-city-page .header-search-input-item input[type="text"],
.hotels-city-page .col-list-search-input-item input[type="text"] {
	font-size: 14px;
}

.hotel-section.fav-page .geodir-category-listing {
	background: #eef2f5;
}

.hotel-section.fav-page .geodir-opt-list a {
	background: #ffffff;
}

.hotel-section.fav-page .geodir-opt-list a.geodir-js-favorite.active {
	color: #ffffff;
	background: #ffcf63;
}

.hotel-section.fav-page .facilities-list.fl-wrap {
	float: unset;
}

.hotel-section.fav-page {
	padding-bottom: 0;
}

.hotel-section .geodir-opt-list a:hover i {
	color: #0e4677;
}

.hotel-section.fav-page .geodir-opt-list a:hover i {
	color: #0e4677;
}

.box-title-section {
	margin-bottom: 20px;
}

.box-title-section .main-title {
	color: #1e1e1e;
	font-weight: 600;
	margin-bottom: 10px;
}

.box-title-section .sub-title {
	font-weight: 600;
	color: #787878;
}

.privacy-page {
	text-align: right;
	padding-bottom: 0;
}

.discover-section.city-list-page#sec2 {
	padding-bottom: 0;
}

.offers-page .hotel-card .geodir-category-img {
	margin-bottom: 30px;
}

.offers-page .fw-col-list-wrap .list-main-wrap-opt {
	margin-bottom: 30px;
}

section.parallax-section.offers-page {
	padding: 70px 0 0;
}

.offers-section .header-search-input-item input[type="text"],
.offers-section .col-list-search-input-item input[type="text"] {
	font-size: 14px;
}

.hotel-details-page#sec2 {
	padding-top: 110px;
}

.description-box {
	text-align: right;
}

.main-register .tab-content {
	padding: 0;
}

a {
	cursor: pointer;
}

.main-register .modal-content {
	background-color: transparent;
	border: 0;
}

.main-register .modal-header {
	padding: 0;
	border-bottom: 0;
}

.main-register .modal-header .btn-close {
	padding: 0;
	margin: 0;
}

.main-register .modal-body {
	padding: 0;
}

.main-register .main-register-holder {
	margin: 0;
}

.main-register .tabs-menu li a {
	color: #0e4677;
	background: #f7f7f7;
}

.main-register .tabs-menu li.current a {
	color: #0e4677;
	background: #ffc647;
}

.main-register .btn-close.close-reg {
	opacity: 1;
	background: #0e4677;
	border: 1px solid #0e4677;
	transition: .4s;
}

.main-register .btn-close.close-reg:hover {
	color: #ffc647;
}

.main-register .main-register h3 {
	color: #0e4677;
}

.modal-tab-register.partner-register .main-register {
	padding: 15px 20px 20px;
}

.partner-register .main-register h3 {
	padding: 15px 0;
	margin-bottom: 15px;
}

.partner-register .par-modal {
	text-align: right;
	font-size: 14px;
	margin-bottom: 15px;
}

.modal-tab-register #tabs-container {
	margin-top: 0;
	padding: 0 20px;
}

.main-register #tab-2 .filter-tags {
	margin-top: 10px;
	text-align: right;
	float: unset;
}

.login-page .list-single-main-item-title {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
	float: unset;
}

.login-page #tabs-container {
	float: right;
	width: 100%;
	margin-top: 0;
	padding: 0 30px;
	border: 1px solid #eee;
	border-top: 0;
	padding-bottom: 30px;
}

/*******ptrofile-page*******/




.profile-box {
	border-radius: 10px;
	overflow: hidden;
	background-color: #0e4677;
}

.profile-box .upper-box {
	position: relative;
	margin-bottom: 26px;
}

.profile-box .upper-box .profile-image {
	position: relative;
	display: block;
	text-align: center;
}

.profile-box .upper-box .profile-image img {
	width: 100%;
}

.profile-box .upper-box .title-box {
	position: relative;
	margin: 0px;
}

.profile-box .upper-box .title-box .inner {
	position: relative;
	background: #ffcf63;
	color: #0e4677;
	border-radius: 10px;
	padding: 12px 16px;
	margin: 0 20px;
	text-align: center;
	box-shadow: none;
}

.profile-box .upper-box .title-box .inner h3 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--body-color);
}

.profile-box .upper-box .title-box .inner p i {
	font-size: 15px;
	margin-left: 10px;
}

.profile-box .profile-info {
	position: relative;
	padding-bottom: 0;
}

.profile-box .profile-info .list {
	padding-right: 0;
	margin-bottom: 0;
}

.profile-box .profile-info .list li {
	position: relative;
	display: block;
	padding: 12px 22px 12px 22px;
	border-top: 1px solid #0a3c69;

	text-align: right;
}

.profile-box .profile-info .list li a {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	transition: .4s
}

.profile-box .profile-info .list li a.current,
.profile-box .profile-info .list li a:hover {
	color: #ffc647;
}

.profile-box .profile-info .list li a i {
	font-size: 15px;
	margin-left: 10px;
	color: var(--theme-color);
	transition: all 500ms ease;
	vertical-align: middle;
}

.profile-box .profile-info .list li a.current i,
.profile-box .profile-info .list li a:hover i {
	color: var(--theme-color);
}

.profile-box .profile-info .list li span {
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	padding: 0px 9px;
	border-radius: 15px;
}

.my-profile-page .box-info-user {
	border: 0;
	padding: 28px 20px;
	border-radius: 12px;
	background-color: #eef2f5;
	text-align: right;
}

.form-group {
	margin-bottom: 20px;
}

.my-profile-page .form-control {
	border: 0;
}

.form-control:focus {}

/*Profile avatar*/
.avatar-upload {
	position: relative;
	max-width: 175px;
	margin: 20px auto;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
	/* content: "\f040";*/
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-preview {
	width: 170px;
	height: 170px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

.avatar-preview div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.my-profile-page {
	padding: 60px 0;
}

.my-profile-page .box-btn {
	text-align: end;
}

.my-profile-page .box-btn .vs-btn[class*="wave"] {
	padding: 6px 20px;
}


.my-profile-page .box-btn .vs-btn.wave-style2:hover {
	color: var(--theme-color);
}

.form-style .custom-form {
	float: unset;
}

.form-style .custom-form textarea,
.form-style .custom-form input[type="text"],
.form-style .custom-form input[type="tel"],
.form-style .custom-form input[type=email],
.form-style .custom-form input[type=password],
.form-style .custom-form input[type=button] {
	float: unset;
	border: 1px solid #fff;
	background: #ffffff;
	padding: 14px 20px 14px 20px;
	margin-bottom: 0;
}

.form-style .custom-form label {
	margin-bottom: 10px;
}

.btn.btn-theme-1:hover {
	background-color: #ffcf63 !important;
	color: #0e4677;
}

.my-profile-page .box-info-user.wallet {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}

.my-profile-page .box-info-user.wallet .box-img {
	margin-bottom: 15px;
}

.my-profile-page .box-info-user.wallet p {
	padding-bottom: 0;
	font-size: 24px;
	color: #0e4677;
	font-weight: 700;
}

.reservation-details .dashboard-message-text {
	margin-right: 0;
	padding-right: 0;
	top: 0;
}

.reservation-details .box-img-details img {
	max-width: 100%;
	border-radius: 15px;
	margin-bottom: 15px;
}

.reservation-details .dashboard-message-text h4 {
	color: #0e4677;
}

.reservation-details .reservation-par {
	font-size: 15px;
	line-height: 22px;
}

.reservation-details .fw-separator {
	margin: 15px 0;
}

.check-out-page .nice-select .nice-select-search-box:before {
	bottom: 12px;
	font-size: 14px;
	left: 16px;
	right: unset;
}

.check-out-page .custom-form textarea,
.check-out-page .custom-form input[type="text"],
.check-out-page .custom-form input[type="tel"],
.check-out-page .custom-form input[type=email],
.check-out-page .custom-form input[type=password],
.check-out-page .custom-form input[type=button] {
	float: unset;
	margin-bottom: 0;
}

.fav-page .listing-item {
	width: 100%;
	margin-bottom: 30px;
}

.login-page .custom-form label {
	margin-bottom: 10px;
	float: unset;
}

.login-page .custom-form input {
	margin-bottom: 0;
	float: unset
}

.login-page .custom-form {
	margin-bottom: 20px;
}

.login-page .footer-login .filter-tags label,
.login-page .footer-login .filter-tags label {
	font-size: 15px;
	top: 0px;
}

.login-page .footer-login .lost_password {
	margin-top: 0;
}

.login-page .footer-login .lost_password a,
.login-page .footer-login .main-register .filter-tags {
	font-size: 15px;
	margin-top: 0;
}

.login-page .custom-form textarea,
.login-page .custom-form input[type="text"],
.login-page .custom-form input[type="tel"],
.login-page .custom-form input[type=email],
.login-page .custom-form input[type=password],
.login-page .custom-form input[type=button] {
	padding: 14px 20px;
}

.footer-login {
	clear: both;
	display: block;
}

.login-par {
	float: unset;
	clear: both;
	margin-top: 40px;
}

.login-par a {
	color: #183c7d;
	transition: .4s;
}

.login-par a:hover {
	color: #ffc647;
}

.register-page.login-page .filter-tags {
	text-align: right;
}

.register-page.login-page .custom-form .filter-tags label {
	margin-bottom: 0;
	top: 0;
	float: unset;
}

.login-page .custom-form input[type="checkbox"] {
	top: 4px;
}

.par-forget {
	font-size: 16px;
	text-align: right;
}

.show-reg-form a {
	color: #fff;
}

.hotel-details-page .list-single-main-media .gallery-item img {
	width: 261px;
	height: 173px;
	object-fit: cover;
}

.hotel-details-page .box-widget-content .widget-posts-img img {
	width: 106px;
	height: 70px;
	object-fit: cover;
}

.hotel-details-page .rooms-details {
	width: 100%;
}

.hotel-details-page .rooms-details .list-room-info span {
	float: right;
}

.hotel-details-page .list-room-info {
	margin-bottom: 10px;
}

.hotel-details-page .list-room-info:nth-of-type(odd) .list-room-info {
	background-color: #eef2f5;
	border-color: #eef2f5;
}

.price-1,
price-2 {

	color: #082c4c;
}

.price-3 {
	float: left;
	color: #c61212;
	font-size: 20px;
}

section.single-par {
	position: relative;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/bg/4.jpg);
}

section.single-par .box-img {
	display: none;
}

section.single-par::after {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
}

.login-page .custom-form .log-submit-btn {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.login-page .custom-form .login-with-google-btn {
	padding: 15px 20px;
	display: inline-block;
	margin-top: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
	border-radius: 10px;
}

.main-register .login-tab .filter-tags {
	margin-top: 0;
}

.main-register .or-span {
	position: relative;
	display: inline-block;
	padding: 0 35px;
}

.main-register .or-span::after {
	content: "";
	position: absolute;
	background-color: #cbcbcb;
	width: 22px;
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.main-register .or-span::before {
	content: "";
	position: absolute;
	background-color: #cbcbcb;
	width: 22px;
	height: 2px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.main-register .or-span-box {
	margin: 20px 0;
}

.login-page .register-tab .main-register .custom-form label {
	padding-bottom: 0;
}

.login-page .register-tab .custom-form label {
	margin-bottom: 0;
	float: unset;
}

.login-page .register-tab .filter-tags label,
.login-page .register-tab .custom-form .filter-tags label {
	float: unset;
	padding: 0 10px;
	position: relative;
	top: 0;
}

.map-block-filter {
	width: 100%;
	min-height: 150px;
	background-size: cover;
	border-radius: 10px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: end;
	padding: 15px;
	transition: .4s;
}

.map-block-filter .location-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.map-block-filter .btn-map-filter {
	margin-top: 0 !important;
}

.map-block-filter .location-box svg {
	transition: .4s;

}

.map-block-filter:hover .location-box svg {
	transform: translateY(-5px);
	transition: .4s;

}

.modal-fullscreen {
	width: 95vw;
	height: 95%;
	margin: auto;
}




/*------responsive---------------------------------------------=================================================---*/
/* ----------------------------start 1779pz---------------------------------- */
@media only screen and (max-width: 1779px) {
	.light-carousel .slick-slide-item {
		padding: 10px 14px;
	}
}

/* ----------------------------end 1779pz---------------------------------- */
/* ----------------------------end 1600pz---------------------------------- */


@media only screen and (min-width: 1400px)and (max-width:1600px) {
	.contact__shape img.contact-shape-3 {
		right: -20%
	}
}
/* ----------------------------end 1600pz---------------------------------- */




/* Start Media secreen to 750px   */
@media only screen and (max-width: 1499px) {
	.geodir-category-img .listing-counter {
		top: 12px;
		right: 8px;
		padding: 5px 8px;
	}

	.geodir-category-opt {
		padding: 10px 10px;
	}

	.geodir-category-opt .rate-class-name .score {
		margin-right: 7px;
		font-size: 10px;
	}

	.geodir-category-opt .rate-class-name span {
		font-size: 14px;
		padding: 4px;
		width: 30px;
		height: 30px;
		box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
	}

	.hotel-card .geodir-category-location {
		top: 12px;
	}

	.sale-window {
		top: 12px;
		left: 8px;
		padding: 5px 5px;
	}

	.sale-window:before {
		margin-top: -5px;
	}

	.sale-window:after {
		margin-top: 7px;
	}

	.geodir-category-opt .rate-class-name {
		top: 0px;
	}
		.rooms-details .ul-new {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
	
		.rooms-details .ul-new ul {
			flex-basis: 43%;
			margin: 11px;
		}
	
		.rooms-details .list-group-item {
			position: relative;
			display: block;
			padding: 13px 6px;
		}
}


@media (max-width:1400.98px) {

	.footer-widget .widget-posts-descr,
	.box-widget-content .widget-posts-descr,
	.cart-details_header .widget-posts-descr {
		float: right;
		width: 233%;
		padding-right: 64px;
		text-align: right;
		position: relative;
		margin-right: -66px;
		margin-top: 15px;
	}



	.box-widget-content .widget-posts-descr .rooms-price {
		margin-top: 3px;
		font-size: 12px;
		text-transform: uppercase;
		top: 0px;
		pad-right: 27px !important;
		padding-right: 0;
		margin-left: 24rem;
	}


	.hotel-details-page .box-widget-content .widget-posts-img img {
		width: 240px;
		height: 143px;
		object-fit: cover;
	}
}



/* ----------------------------start 1400px---------------------------------- */

@media (max-width: 1630px) and (min-width: 1400px) {
	.box-banners .img-1 {
		width: 270px !important;
		top: 100px;
	}

	.box-banners .img-2 {
		width: 270px !important;
		top: 100px;
	}

	.box-banners .img-3 {
		bottom: 100px;
		width: 700px !important;
	}

	.main-search-input-wrap {
		width: 92%;
	}

	.nice-select .current {
		font-size: 17px !important;
	}

	.main-search-input-item input {
		font-size: 16px !important;
	}

	.main-search-input-item_small:before,
	.qty-dropdown-header:before {
		left: 0px !important;
	}

	.qty-dropdown-header {
		font-size: 17px !important;
	}

	.hero-section-wrap {
		position: absolute;
		top: 120px;
	}
	.main-search-input.fl-wrap {
		width: 100%;
		margin: 0 auto;
		float: unset !important;
	}
}

/* ----------------------------end 1400px---------------------------------- */



/* ----------------------------start 1300px---------------------------------- */


@media only screen and (max-width: 1300px) {
	.box-banners .img-1 {
		position: absolute;
		right: inherit;
		left: 3px;
		bottom: 10px;
		width: 300px;
	}



	.box-banners .img-2 {
		width: 329px;
		right: 3px;
	}
}

/* ----------------------------end 1300px---------------------------------- */




@media only screen and (max-width: 1224px) {
	.text-carousel .slick-item {
		padding: 0 5px;
	}

	.col-list-wrap {
		width: 800px;
	}

	.map-container.column-map {
		width: calc(100% - 800px);
	}

	.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
		padding-right: 13px !important;
	}

	.three-columns-grid .listing-item.has_one_column .geodir-category-img {
		top: 12px;
	}

		
}









@media (max-width: 1400px) and (min-width: 1200px) {
	.box-banners .img-1 {
		width: 230px !important;
		top: 100px;
		height: 500px;

	}

	.box-banners .img-2 {
		width: 225px !important;
		top: 100px;
		height: 500px;
	}

	.box-banners .img-3 {
		bottom: 70px;
		width: 630px !important;
		height: 150px;
	}

	.main-search-input-wrap {
		width: 94%;
	}

	.nice-select .current {
		font-size: 15px !important;
	}

	.main-search-input-item input {
		font-size: 14px !important;
	}

	.main-search-input-item_small:before,
	.qty-dropdown-header:before {
		left: 0px !important;
	}

	.qty-dropdown-header {
		font-size: 13px !important;
	}

	.hero-section-wrap {
		position: absolute;
		top: 120px;
	}
}


@media only screen and (max-width: 1200px) {
	.box-banners .img-1 {
		display: none;
	}


	.box-banners .img-2 {
		display: none;
	}

	.box-banners .img-3 {
		display: none;
	}

}



@media (max-width:1200px) {
	.box-widget-content .widget-posts-descr .rooms-price {
		margin-top: 3px;
		font-size: 12px;
		text-transform: uppercase;
		top: 0px;
		pad-right: 27px !important;
		padding-right: 0;
		margin-left: 24rem;
	}

}

@media (max-width:1151px) {

    .main-search-button {
        height: 71px !important;
        width: 22%;
        margin-left: -44px;
    }
}

/* ----------------------------end 1200pz---------------------------------- */


@media only screen and (min-width: 1200px)and (max-width:1399px) {
	.contact__shape img.contact-shape-3 {
		right: -10%
	}
}

/* ----------------------------end 1200pz---------------------------------- */


/* ----------------------------start 1119px---------------------------------- */


@media (max-width:1199px) {
	.box-widget-content .widget-posts-descr .rooms-price {
		margin-top: 3px;
		font-size: 12px;
		text-transform: uppercase;
		top: 0px;
		pad-right: 27px !important;
		padding-right: 0;
		margin-left: 15rem;
	}

}
@media only screen and (max-width: 1199px) {

	.app-section .box-img .item-3 {
		top: unset;
		bottom: 0;
	}

	.testimonials-section .slick-current.slick-active .review-owner {
		color: #ffffff;
	}

	.main-footer .footer-widget .btn-list .list-item a img {
		width: 140px;
	}

	.main-footer .logo-footer img {
		width: 120px;
	}

	section.parallax-section {
		padding: 70px 15px;
	}

	.nav-button-wrap.color-bg {
		background-color: #0e4677;
	}

	section.hero-section {
		padding: 70px 0;
		min-height: 600px;
	}

	.box-banners .img-1 {
		width: 250px;
	}

	.box-banners .img-2 {
		width: 250px;
	}

	.box-banners .img-3 {
		width: 450px;
	}

	.section-title-separator {
		margin-bottom: 10px;
	}

	.home-intro h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.hero-section .home-intro h2 {
		font-size: 30px;
	}

	.hero-section .main-search-input {
		margin-top: 30px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.section-title img {
		width: 100px;
	}

	.counter-section .big-pad-pr-item {
		padding: 20px 0;
	}

	.single-facts.mar-top {
		margin-top: 0 !important;
	}

	.header-inner {
		padding: 10px 0;
		margin: 0 0;
	}

	.nav-holder nav li a {
		font-size: 15px;
		padding: 10px 6px;
	}

	.logo-holder img {
		height: auto;
		width: 116px;
	}
		.box-widget-content .widget-posts-descr .rooms-price {
			margin-top: 3px;
			font-size: 12px;
			text-transform: uppercase;
			top: 0px;
			pad-right: 27px !important;
			padding-right: 0;
			margin-left: 15rem;
		}
}


/* ----------------------------end 1119px---------------------------------- */


/* ----------------------------start 1064px---------------------------------- */

@media only screen and (max-width: 1064px) {
	.mobile-list-controls {
		display: block;
	}

	.col-list-wrap .mobile-list-controls {
		margin-top: 20px;
	}

	.mlc {
		padding: 15px 0;
		width: 50%;
		color: #fff;
		float: right;
		border-radius: 4px 0 0 4px;
		font-size: 12px;
		cursor: pointer;
	}

	.mlc:first-child {
		border-left: 1px solid rgba(0, 0, 0, 0.21);
		box-sizing: border-box;
		border-radius: 0 4px 4px 0;
	}

	.mlc.fl-wrap {
		width: 100%;
		border-radius: 4px;
	}

	.mlc i {
		padding-left: 10px;
	}

	.col-list-search-input-item .quantity-item {
		margin-left: 15px;
		width: auto;
	}

	.col-list-search-input-item {
		margin-bottom: 15px;
	}

	.map-container.column-map.right-pos-map,
	.map-container.fw-map.big_map.hid-mob-map {
		width: 100%;
		left: -100%;
		position: absolute;
		z-index: 100 !important;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.fixed-mobile {
		position: fixed !important;
		top: 110px !important;
	}

	.map-close {
		display: block;
	}

	.nav-button-wrap,
	.mob-bg {
		display: block;
	}

	.logo-holder {
		margin-right: 10px;
	}

	.fixed-footer {
		position: relative !important;
		float: right;
	}

	.main-menu nav ul,
	video.bgvid,
	.process-item:before,
	.back-to-filters,
	.lws_mobile {
		display: none;
	}

	.process-item {
		margin-bottom: 20px;
	}

	.main-menu {
		position: absolute;
		top: 45px;
		right: -20px;
		width: 100%;
		z-index: 50;
		padding: 15px 10px;
		background: #fff;
		border-radius: 0 0 10px 10px;
		box-shadow: 0px 25px 35px rgb(0 0 0 / 10%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}

	.menusb {
		display: block;
		float: right;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.main-menu .menusb ul {
		display: block;
		float: right;
		position: relative;
		width: 100%;
	}

	.menusb li {
		margin: 0;
		float: right;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}

	.menusb li i {
		position: absolute;
		left: 18px;
		top: 10px;
	}

	.menusb a {
		float: right;
		width: 100%;
		padding: 8px 5px;
		position: relative;
		font-weight: 600;
		font-size: 16px;
		color: #50596E;
		line-height: 14px;
		text-align: right;
	}

	.menusb a i {
		transform: rotate(90deg);
	}

	.menusb a.back {
		padding-right: 24px;
	}

	.menusb a.back:before {
		font-family: Font Awesome\ 5 Pro;
		content: "\f177";
		font-size: 14px;
	}

	.main-header .container {
		width: 100%;
	}

	.home-grid .gallery-item {
		width: 50%;
	}

	.home-grid .gallery-item .listing-counter {
		top: 20px;
		right: 15px;
	}

	.home-grid .gallery-item.gallery-item-second .listing-counter {
		right: inherit;
		left: 15px;
		z-index: 100;
		top: 10px;
	}

	.home-grid .gallery-item .listing-item-cat {
		padding: 30px 15px 10px;
	}


	.light-carousel-wrap,
	.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title {
		margin-top: 30px;
	}

	.single-facts .inline-facts-wrap {
		width: 50%;
	}

	.collage-image {
		margin-top: 40px;
		float: right;
	}

	.images-collage-title {
		right: 10px;
	}

	.pad-top-column-text {
		padding: 0;
	}

	.footer-carousel-title {
		top: 0;
	}

	.footer-social {
		margin-bottom: 30px;
	}

	.contact-btn,
	.mar-bot-cont {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.subfooter-lang {
		float: right;
		width: 100%;
		margin: 15px 0;
	}

	.subfooter-lang-tooltip {
		left: inherit;
		right: 0;
		width: 200px;
	}

	.subfooter-nav {
		float: right;
		margin-left: 0;
	}

	.card-post,
	.video-box,
	.team-box,
	.tags-stylwrap a,
	.price-item {
		margin-bottom: 15px;
	}

	.best-price {
		top: 0;
		transform: scale(1.0);
	}

	.pricing-wrap {
		margin: 0;
	}

	.team-box,
	.three-columns-grid .listing-item {
		width: 50%;
	}

	.success-table-header a {
		top: 0;
		margin-top: 15px;
		float: right;
	}

	.success-table-header p,
	#footer-twiit p.tweet,
	.contact-btn {
		width: 100%;
	}

	.dasboard-wrap {
		padding-right: 0;
	}

	.dasboard-sidebar {
		position: relative;
		float: right;
		width: 100%;
		z-index: 10;
		top: 0;
		margin-bottom: 20px;
	}

	.dasboard-avatar {
		width: 30%;
		float: right;
	}

	.dasboard-sidebar-item {
		width: 70%;
	}

	.dasboard-sidebar-item {
		padding: 0 0 0 10px;
		text-align: right;
	}

	.dasboard-sidebar-item:before {
		right: 0;
		margin-right: 0;
	}

	.log-out-btn {
		background: #ffc647 !important
	}

	.ed-btn {
		float: right;
	}

	.flat-header {
		padding-top: 140px;
	}

	.dasboard-sidebar-content {
		padding: 20px 0 44px 0;
	}

	.dasboard-sidebar-content:before {
		position: absolute;
		font-family: Font Awesome\ 5 Pro;
		content: "\f085";
		color: #fff;
		left: 70px;
		top: 70px;
		opacity: 0.4;
		font-size: 54px;
	}

	.header-search-button {
		margin-top: 10px;
	}

	.col-list-wrap,
	.search-input-item,
	.search-input-item.midd-input,
	.search-input-item.small-input,
	#footer-twiit .timePosted a,
	.price-item,
	.three-columns-grid .listing-item.has_one_column {
		width: 100%;
	}

	.list-single-main-container {
		padding-right: 0;
	}

	.fixed-scroll-column {
		position: relative !important;
		float: right;
		right: 0;
		width: 100%;
		top: -20px;
	}

	.list-single-hero-rating {
		float: right;
		margin-top: 20px;
	}

	.list-single-hero-links {
		float: right;
	}

	.lisd-link {
		margin-right: 0;
		margin-left: 10px;
	}

	.list-single-hero-rating .score {
		float: left;
		text-align: right;
		padding-left: 0;
		padding-right: 15px;
	}

	.list-single-hero {
		padding: 100px 0 0;
	}

	.fc-button {
		margin-left: 5px;
	}

	.fc-button span {
		right: 0;
		top: -60px;
	}

	.fixed-scroll-column-share-container {
		position: absolute;
		top: 70px;
		right: 0;
		background: #fff;
		padding-right: 20px;
		width: 180px;
		border-radius: 6px;
	}

	.share-container .share-icon {
		float: right;
		width: 37px;
		height: 20px;
		line-height: 20px;
		margin-left: 6px;
	}

	.list-single-carousel-wrap,
	.fw-carousel .slick-slide-item {
		height: 400px !important;
	}

	.booking-modal-content {
		padding-left: 0;
	}

	.booking-modal-info {
		position: relative;
		height: auto;
		width: 100%;
		float: right;
		margin-bottom: 30px;
	}
}



@media (max-width:1064px) {
	.fixed-scroll-column-share-container {
		position: absolute;
		top: 29px;
		right: 460px;
			background: #fff;
		padding-right: 20px;
		width: 144px;
		border-radius: 6px;
	}

	.fc-button {
		margin-right: 5px;
		margin-top: 27px;
	}

	.share-container .share-icon {
		float: left;
		width: 28px;
		height: 20px;
		line-height: 20px;
		margin-right: 7px;
	}

	.box-widget {
		background: #fff;
		border-radius: 4px;
		border: 1px solid #eee;
		float: left;
		/* width: 100%; */
		width: 108%;
		margin-top: 12px;
	}

	.box-widget-content .widget-posts li {
		border-bottom: 1px solid #eee;
		margin-bottom: 13px;
		padding: 0 0 13px;
		display: grid;
		/* align-content: stretch; */
		grid-auto-flow: row;
		width: 100%;
		padding: 20px;
	}

	.footer-widget .widget-posts-descr,
	.box-widget-content .widget-posts-descr,
	.cart-details_header .widget-posts-descr {
		float: right;
			width: 206%;
			padding-right: 20px;
			text-align: right;
			position: relative;
			margin-right: -35px;
			margin-top: 10px;
	}


	.box-widget-content .widget-posts-descr .rooms-price {
		margin-top: 3px;
		font-size: 12px;
		text-transform: uppercase;
		top: 0px;
		/* background: red; */
		pad-right: 27px !important;
		padding-right: 8px;
		/* margin-left: 66px; */
		margin-left: 232px;
	}


	.hotel-details-page .box-widget-content .widget-posts-img img {
		        width: 266px;
        height: 150px;
        object-fit: cover;
        margin-right: -17px;
    }
	

	.rooms-details .ul-new {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.rooms-details .ul-new ul {
		flex-basis: 43%;
		margin: 11px;
	}

	.rooms-details .list-group-item {
		position: relative;
		display: block;
		padding: 13px 6px;
	}
		.geodir-category-price {
			float: right;
			font-size: 10px;
			color: #ffffff;
			font-weight: 600;
			background: #0e4677;
			padding: 0px 20px;
			border-radius: 10px;
			border: 1px;
			text-transform: uppercase;
			direction: rtl;
			display: inline-flex;
			justify-content: center;
			align-items: center;
		}

}
/* ----------------------------start 1064px---------------------------------- */





@media only screen and (max-width: 1063px) {
	.item-register-nav {
		display: none;
	}

	.header-top .top-header-btns .add-hotel {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.add-hotel.top-register {
		background: #ffcf63;
	}

	.header-top .lang-wrap {
		display: inline-flex;
	}

	.header-top .top-header-btns {
		display: inline-flex;
		align-items: center;
	}
}



@media (max-width: 991.98px){
		.geodir-opt-list a.btn {
    width: auto !important;
    height: auto !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 1px 5px;
}



   .fixed-scroll-column-share-container {
        position: absolute;
        top: 29px;
        right: 298px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }

	    .hotel-details-page .box-widget-content .widget-posts-img img {
        width: 221px;
        height: 127px;
        object-fit: cover;
        margin-right: -44px;
    }



	.box-widget-content .widget-posts-descr .rooms-price {
        margin-top: 3px;
        font-size: 12px;
        text-transform: uppercase;
        top: 0px;
        /* background: red; */
        pad-right: 27px !important;
        padding-right: 8px;
        /* margin-left: 66px; */
        margin-left: 147px;
    }

	.box-widget-content .widget-posts-descr a {
    color: #666;
    margin-right: -23px;
	font-size: 17px;
}

    .main-search-button {
        height: 70px !important;
        margin-left: -53px;
        width: 24%;
    }


	
	.main-search-input-wrap {
    width: 125%;
    margin: 0px -111px;
    z-index: 99;
}

    .main-search-input-item input {
        height: 70px !important;
        border: 1px solid #ddd !important;
    }


}



@media (max-width: 991px) {






	.app-section .pad-top-column-text {
		padding: 0px;
	}

	.app-section .collage-image .main-collage-image {
		width: 350px;
		bottom: -100px;
		right: 0;
		/* background-color: red; */
	}

	.app-section .section-title {
		margin-bottom: 15px;
	}

	.app-section .box-img .item-2,
	.app-section .box-img .item-3 {
		opacity: .2;
	}

	.section-title img {
		margin-bottom: 10px;
	}

	.testimonials-section .text-carousel .text-carousel-item {
		margin-top: 40px;
		padding: 30px 15px;
	}

	.footer-social span {
		top: -4px;
	}
		.fixed-scroll-column-share-container {
			position: absolute;
			top: 31px;
			right: 359px;
			background: #fff;
			padding-right: 20px;
			width: 144px;
			border-radius: 6px;
		}
		.hotel-details-page .box-widget-content .widget-posts-img img {
			width: 193px;
				height: 150px;
				object-fit: cover;
				margin-right: -36px;
		}
				.footer-widget .widget-posts-descr,
				.box-widget-content .widget-posts-descr,
				.cart-details_header .widget-posts-descr {
					float: right;
					width: 206%;
					padding-right: 20px;
					text-align: right;
					position: relative;
					margin-right: -57px;
					margin-top: 10px;
				}
								.box-widget-content .widget-posts-descr .rooms-price {
									margin-top: 3px;
									font-size: 12px;
									text-transform: uppercase;
									top: 0px;
									/* background: red; */
									pad-right: 27px !important;
									padding-right: 8px;
									/* margin-left: 66px; */
									margin-left: 89px;
								}
 



								





}


@media (max-width: 990.98px) {





	.app-section .pad-top-column-text {
		padding: 0px;
	}

	.app-section .collage-image .main-collage-image {
		width: 350px;
		bottom: -100px;
		right: 0;
		/* background-color: red; */
	}

	.app-section .section-title {
		margin-bottom: 15px;
	}

	.app-section .box-img .item-2,
	.app-section .box-img .item-3 {
		opacity: .2;
	}

	.section-title img {
		margin-bottom: 10px;
	}

	.testimonials-section .text-carousel .text-carousel-item {
		margin-top: 40px;
		padding: 30px 15px;
	}

	.footer-social span {
		top: -4px;
	}


		.fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 308px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }


	


    .hotel-details-page .box-widget-content .widget-posts-img img {
        width: 206px;
        height: 131px;
        object-fit: cover;
        margin-right: -37px;
    }


				.footer-widget .widget-posts-descr,
				.box-widget-content .widget-posts-descr,
				.cart-details_header .widget-posts-descr {
					float: right;
					width: 206%;
					padding-right: 20px;
					text-align: right;
					position: relative;
					margin-right: -57px;
					margin-top: 10px;
				}
								.box-widget-content .widget-posts-descr .rooms-price {
									margin-top: 3px;
									font-size: 12px;
									text-transform: uppercase;
									top: 0px;
									/* background: red; */
									pad-right: 27px !important;
									padding-right: 8px;
									/* margin-left: 66px; */
									margin-left: 121px;
								}
 



				    .box-widget-content .widget-posts-descr a {
        color: #666;
        margin-right: 3px;
        font-size: 17px;
    }





	

}



/* Start Media secreen to 980px alayde */
@media (max-width:980px) {
	.listing-item.has_one_column .geodir-category-img {
		width: 95%;
		border-radius: 16px;
		top: 12px;
		margin: auto;
		height: auto;
		margin-bottom: 10px;

	}

	.hotel-section.hotels-page .geodir-category-listing {
		background: #eef2f5;
		/* background-color: red; */
	}

	.geodir-category-location {
		height: 31px;
		overflow: hidden;
		/* background-color: #007f06; */
	}


	.geodir-category-content p {
		height: 19px;
	}

	.listing-item.has_one_column .geodir-category-content {
		width: 93%;
	}

}
/* Start Media secreen to 980px alayde */



@media (max-width:850.98px){

	.main-search-input-wrap {
        width: 119%;
        margin: 0px -62px;
        z-index: 99;
    }

	    .main-search-button {
        height: 70px !important;
        margin-left: -1px;
        width: 18%;
    }
}

/* Start Media secreen to 980px alayde */


@media  (max-width: 768.98px){
	    .main-search-input-wrap {
        width: 114%;
        margin: 11px 24px;
        z-index: 99;
    }
	    .main-search-button {
        margin-right: 79px;
        height: 40px !important;
        width: 69%;
    }
}



@media  (max-width: 768px) {

	.home-grid .gallery-item,
	.article-masonry,
	.main-search-input-item,
	.main-search-button,
	.listing-item,
	.rooms-media,
	.rooms-details {
		width: 100%;
	}

	.show-currency-tooltip,
	.review-comments-avatar:before,
	.grid-opt,
	.scroll-nav {
		display: none;
	}

	.show-search-button {
		width: 120px;
	}

	.add-hotel {
		padding: 0 20px;
	}

	.show-reg-form {
		margin-left: 20px;
	}

	.header-search-input-item {
		margin-bottom: 15px;
	}

	.header-search-input-item .quantity-item,
	.col-list-search-input-item .quantity-item {
		width: auto;
	}

	.header-search-button {
		top: 5px;
	}

	.header-search {
		padding: 20px 30px 10px;
	}

	.main-search-input-item {
		margin-bottom: 10px;
	}

	.main-search-input-item input,
	.main-search-input-item,
	.main-search-button {
		border-radius: 6px;
	}

	.main-search-input {
		padding: 0;
	}

	.main-search-input-item.location input,
	.main-search-input-item.location {
		border-radius: 10px;
	}

	.main-search-button,
	.scroll-nav-wrapper .show-hidden-map {
		position: relative;
		float: right;
	}

	.qty-dropdown {
		z-index: 100;
	}

	.home-intro h2 {
		font-size: 34px;
	}

	.list-carousel .sw-btn {
		top: 26%;
	}

	.light-carousel .slick-slide-item {
		padding: 10px 0;
	}

	.light-carousel .slick-slide-item .hotel-card {
		padding: 0 10px;
	}

	.text-carousel .slick-item {
		padding: 0 5px 0 25px;
	}

	.slider-container .slider-item {
		padding: 80px 0 100px;
	}

	.slider-container-wrap .sw-btn {
		top: 100%;
	}

	.reviews-comments-item {
		padding: 0 0 30px 0;
	}

	.review-comments-avatar {
		top: -25px;
		right: 25px;
		z-index: 30;
		width: 50px;
		height: 50px;
	}

	.review-comments-avatar img {
		width: 50px;
		height: 50px;
	}

	.post-nav a {
		margin-bottom: 20px;
	}

	#progressbar li {
		width: 48%;
		margin-bottom: 10px;
	}

	.ed-btn {
		margin-right: 30%;
	}

	.listing-item,
	.listing-item:nth-child(even) {
		padding: 0;
	}

	.listing-features li,
	.list-single-facts .inline-facts-wrap {
		width: 50%;
	}

	.rooms-details {
		padding-right: 0;
	}

	.list-single-hero-header .list-single-hero-price,
	.rooms-details {
		margin-top: 15px;
	}

	.main-search-input {
    padding: 0 0 0 150px;
    border-radius: 40px;
    margin-top: 50px;
    /* box-shadow: 0px 0px 29px rgb(14 70 119 / 17%); */
}
		


    .main-search-button {
        margin-right: 79px;
        height: 40px !important;
        width: 69%;
    }

}




/* new alayde */
@media (max-width:767.98px) {

	.hotel-details-page .box-widget-content .widget-posts-img img {
		width: 333%;
		height: 310px;
		object-fit: cover;
		margin: auto;
		margin-bottom: 13px;
	}


	.footer-widget .widget-posts-descr,
	.box-widget-content .widget-posts-descr,
	.cart-details_header .widget-posts-descr {
		float: right;
		width: 131%;
		padding-right: 69px;
		text-align: right;
		position: relative;
		margin-right: -66px;
		margin-top: 10px;
	}

	.box-widget-content .widget-posts-descr .rooms-price {
		margin-top: 3px;
		font-size: 17px;
		text-transform: uppercase;
		top: 0px;
		/* background: red; */
		pad-right: 27px !important;
		padding-right: 8px;
		margin-left: 66px;
		margin-left: 80px;
	}



	    .fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 365px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }


/* 
	.main-search-button {
    margin-right: 16px;
    height: 40px !important;
    width: 85%;
} */


.main-search-input {
    padding: 0 0 0 150px;
    border-radius: 40px;
    margin-top: 50px;
    /* box-shadow: 0px 0px 29px rgb(14 70 119 / 17%); */
}




}
/* media of index*/
@media only screen and (max-width: 767px) {

	.box-banners .img-2,
	.box-banners .img-1 {
		bottom: unset;
		top: 0;
	}

	.box-banners .img-2 {
		width: 180px;
	}

	.box-banners .img-1 {
		width: 180px;
	}

	.app-section .collage-image .main-collage-image {
		bottom: unset;
		right: unset;
		position: relative;
	}

	.app-section .collage-image {
		float: unset;
		margin-top: 0;
	}

	.app-section .collage-image {
		width: auto;
		height: auto;
	}

	.add-hotel.bottom-register {
		display: none;
	}



	.header-top .show-lang {
		width: auto;
	}
	
}

/* Start Media secreen to 750px alayde  */
@media (max-width:750px) {
	.listing-item.has_one_column .geodir-category-img {
		width: 95%;
		border-radius: 16px;
		top: 12px;
		margin: auto;
		height: auto;
		margin-bottom: 10px;
		background-color: red;

	}

	.hotel-section.hotels-page .geodir-category-listing {
		background: #eef2f5;
		/* background-color: red; */
	}

	.geodir-category-location {
		height: 31px;
		overflow: hidden;
		/* background-color: #007f06; */
	}


	.geodir-category-content p {
		height: 19px;
	}

	.listing-item.has_one_column .geodir-category-content {
		width: 93%;
	}

}





@media (max-width:600.98px) {
	

    .main-search-button {
        height: 40px !important;
        width: 64%;
        margin-right: 70px;
    }
	
}


/* ----------------------------end 575px---------------------------------- */
@media(max-width: 575px) {
	.contact__item {
		padding-left: 20px;
		padding-right: 20px
	}
	.daterangepicker.ltr.show-calendar.opensright.drop-up{
	    top:0  !important;
	}
}

@media only screen and (max-width: 575px) {
	.logo-holder {
		height: 32px;
	}

	.show-reg-form {
		margin-left: 12px;
	}

	.header-top {
		padding: 8px 10px;
	}

	.add-hotel {
		padding: 0 10px;
		font-size: 12px;
	}

	.show-lang img {
		width: 20px;
	}

	.show-lang {
		padding: 0 5px;
		padding-left: 0;
	}

	.brand-logo {
		padding: 0;
	}

	.show-lang span {
		padding: 0 0 0 2px;
		font-size: 14px;
	}

	.add-hotel span {
		display: none;
	}

	.header-user-name .user-name-drop {
		display: none
	}

	.header-user-name span {
		width: 35px;
		height: 35px;
	}

	.nav-button-wrap,
	.wishlist-link {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.home-intro p {
		width: 100%;
	}

	.box-banners .img-2 {
		top: 30%;
	}

	.discover-section .btn.mt-5 {
		margin-top: 2rem !important;
	}

	section.parallax-section {
		padding: 40px 0;
	}

	section.parallax-section .section-title {
		margin-bottom: 20px;
	}

	section.parallax-section .colomn-text {
		padding: 0;
	}

	section.parallax-section .fc-cont.lc-prev {
		left: -5px;
		margin-top: -38px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	section.parallax-section .fc-cont.lc-next {
		right: -5px;
		margin-top: -38px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.single-facts .inline-facts-wrap {
		width: 100%;
	}

	.app-section .collage-image .main-collage-image {
				margin-bottom: 31px;
				margin-top: 24px;
	}

	.app-section .btn-list .list-item {
		margin-left: 0;
	}

	.btn-list .list-item a img {
		width: 140px;
	}

	section {
		padding: 35px 0;
	}

	.popup-avatar {
		width: 70px;
		height: 70px;
	}

	.popup-avatar img {
		width: 70px;
		height: 70px;
	}

	.to-top {
		bottom: 102px;
	}

	.sub-footer .copyright-box {
		display: block;
	}

	.lang-wrap,
	.currency-wrap {
		float: unset;
		margin-left: 0;
		margin-top: 5px;
	}

	.tabs-menu li a {
		padding: 15px 12px;
	}

	.tabs-menu li a i {
		padding-left: 5px;
	}

	#tabs-container {
		padding: 0 20px;
	}

	.close-reg {
		top: 6px;
		left: 6px;
	}

	.main-register h3 {
		font-size: 18px;
		padding: 16px 0;
		margin-bottom: 20px;
	}

	.list-single-main-item {
		padding: 30px 15px;
	}

	.login-page .footer-login .lost_password a,
	.login-page .footer-login .main-register .filter-tags {
		font-size: 13px;
	}

	.login-page .footer-login .filter-tags label,
	.login-page .footer-login .filter-tags label {
		font-size: 13px;
	}

	section.middle-padding {
		padding: 50px 0 20px;
	}

	.list-single-main-item-title h3 {
		font-size: 20px;
	}
}

@media(max-width: 575px) {
	.contact__info-inner {
		margin-top: 50px;
		padding-right: 35px
	}
}

@media(max-width: 575px) {
	.contact__shape img.contact-shape-2 {
		right: 0
	}
	.contact__shape img.contact-shape-3 {
		right: -45%;
		top: 50%
	}
	   
}

@media(max-width: 575.98px){
	 .fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 401px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }


.main-search-input-item input {
    height: 40px !important;
    border: 1px solid #ddd !important;
    /* padding: 18px 105px; */
    margin-right: 1px;
}

.main-search-button {
        margin-right: 57px;
        height: 40px !important;
        width: 73%;
    }


}






@media (max-width:564.98px) {
	.fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 389px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }

	    .main-search-input {
        padding: 0 0 0 150px;
        border-radius: 40px;
        margin-top: 50px;
		/* background: linear-gradient(90deg, #FFC107, #FFB300);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); */

    }
    .main-search-input-item input {
        height: 70px !important;
        border: 1px solid #ddd !important;
        margin-right: -1px;
    }

.main-search-button {
        height: 40px !important;
        width: 67%;
        margin-right: 79px;
    }
	
}



/* ----------------------------end 575px---------------------------------- */



@media (max-width:556px){

	    .fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 379px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }
	    .main-search-input {
        padding: 0 0 0 150px;
        border-radius: 40px;
        margin-top: 50px;
        /* background: linear-gradient(90deg, #FFC107, #FFB300);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); */
        margin-right: -3px;
    }


}


@media (max-width:550.98px) {
    .fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 376px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }

    .main-search-input-item input {
        height: 69px !important;
        border: 1px solid #ddd !important;
        /* width: 122%; */
        margin-right: -1px;
    }


.main-search-button {
    height: 37px !important;
    margin-right: 10px;
    margin-top: -1px;
}


.main-search-button {
    height: 40px !important;
    width: 178%;
}
.main-search-input {
    padding: 0 0 0 150px;
    border-radius: 40px;
    margin-top: 50px;
     box-shadow: none; 
}

.main-search-input-wrap {
    width: 120%;
    margin: -1px 20px;
    z-index: 99;
}

    .daterangepicker.ltr.show-calendar.opensright.drop-up {
        top: 0 !important;
        margin-right: -20px;
    }

	    .main-search-button {
        height: 40px !important;
        width: 88%;
		        margin-right: 24px;
	}




	
}



@media (max-width:550px) {

    .main-search-button {
        height: 40px !important;
        width: 72%;
        margin-right: 52px;
    }


}
@media only screen and (max-width: 540px) {

	.home-btn,
	.show-search-button span {
		display: none;
	}

	.nav-button-wrap {
		margin-right: 10px;
	}

	.show-search-button {
		width: 60px;
	}

	.show-search-button i {
		padding-right: 0;
	}

	.home-intro h2,
	.home-intro-card h3,
	section.parallax-section .section-title.big-title h2,
	.list-single-hero-title h2 {
		font-size: 24px;
	}

	section.hero-section {
		padding: 50px 0 100px;
	}

	.list-carousel {
		padding: 0;
	}

	.collage-image .main-collage-image,
	.collage-image-input {
		left: 10px;
	}

	.controls-mapwn {
		width: 250px;
		padding: 0 20px;
		height: 43px;
		line-height: 43px;
	}

	.map-modal-item,
	.main-register-holder {
		padding: 0 10px;
	}

	.daterangepicker {
		width: 303px !important;
	}

	.team-box,
	#progressbar li,
	.previous-form,
	.next-form,
	.list-single-header-contacts li {
		width: 100%;
	}

	.list-single-header-contacts li {
		text-align: right;
		padding: 5px 0;
	}

	.next-form,
	.list-single-hero-price {
		float: right;
		margin-top: 15px;
	}

	.success-table-header {
		padding: 10px 0 0 0;
	}

	.success-table-header i.decsth {
		position: relative;
		float: right;
		margin-bottom: 10px;
	}

	.map-view-wrap {
		position: relative;
		height: auto;
		float: right;
	}

	.map-view-wrap_item {
		top: 0;
	}

	.map-view-wrap_item,
	.dasboard-avatar,
	.dasboard-sidebar-item,
	.dashboard-message-avatar,
	.price-opt,
	.half-tags,
	.three-columns-grid .listing-item,
	.list-single-main-media .gallery-item,
	.listing-features li,
	.list-single-facts .inline-facts-wrap,
	.review-total,
	.review-range-container,
	.facilities-list .btn,
	.review-score-detail,
	.review-score-total {
		width: 100%;
	}

	.facilities-list .btn {
		margin-top: 40px;
	}

	.review-score-total {
		margin-bottom: 10px;
	}

	.dasboard-avatar,
	.review-range-container,
	.review-score-detail {
		padding: 0;
	}

	.dasboard-avatar img {
		width: 80px;
		height: 80px;
	}

	.list-single-facts .inline-facts-wrap {
		border-top: 1px solid #e2e2e2;
		border-right: none;
	}

	.dasboard-sidebar-item {
		padding: 0 0 0 10px;
		text-align: center;
	}

	.dasboard-sidebar-item:before {
		right: 50%;
		margin-right: -25px;
	}

	.dasboard-sidebar-content {
		padding: 40px 0 44px 0;
	}

	.ed-btn {
		float: none;
	}

	.tfp-btn {
		top: -70px;
		left: inherit;
		right: 0;
	}

	.tfp-det {
		top: -30px;
	}

	.tfp-det-btn {
		float: none;
		display: inline-block;
	}

	.dasboard-sidebar-content:before {
		top: 20px;
		left: 20px;
	}

	.ed-btn {
		margin-right: 0;
	}

	.dasboard-menu,
	.dasboard-menu li {
		width: 100%;
	}

	.dasboard-menu-btn {
		display: block;
	}

	.dasboard-menu ul.dasboard-menu-wrap {
		display: none;
		background: #fff;
		float: right;
		width: 100%;
		padding: 10px 20px;
		margin-bottom: 20px;
	}

	.dasboard-menu li ul {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
		width: auto;
		z-index: 2;
		border: none;
		opacity: 1;
		display: block;
		visibility: visible;
		float: right;
		width: 100%;
	}

	.dasboard-menu li ul li {
		float: right;
		width: 100%;
		padding: 0;
		position: relative;
	}

	.dasboard-menu li ul li span {
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		line-height: 16px;
		border-radius: 100%;
		font-size: 9px;
		color: #fff;
	}

	.dasboard-menu li a i {
		display: none;
	}

	.dasboard-menu li a {
		padding: 10px 0 !important;
		background: none !important;
		color: #666 !important;
	}

	.dasboard-menu li a.user-profile-act,
	.dasboard-menu li a:hover {
		color: #ffcf63 !important;
		box-shadow: none;
	}

	#myChartLegend {
		float: right;
		margin-top: 10px;
	}

	#myChartLegend li {
		margin-right: 0;
		margin-left: 10px;
	}

	.dashboard-message-text {
		margin-right: 15px;
	}

	.new-dashboard-item {
		padding: 6px 10px;
		left: 15px;
	}

	.dasboard-menu {
		top: 0;
	}

	.dashboard-message-text {
		margin-right: 0;
		text-align: right;
		padding-right: 0;
	}

	.dashboard-message-avatar img,
	.review-total {
		float: right;
		margin-bottom: 20px;
	}

	.chat-message,
	.chat-message.chat-message_user .massage-date {
		padding-right: 0;
		padding-left: 0 !important;
	}

	.chat-message .dashboard-message-avatar {
		position: relative;
		top: 0;
	}

	.chat-message .dashboard-message-avatar span {
		float: right;
		margin: 10px 12px 0 0;
	}

	.chat-message.chat-message_user .massage-date {
		float: right;
	}

	.massage-date {
		margin: 10px 0;
	}

	.chat-message p:before {
		display: none;
	}

	.map-close {
		width: 43px;
		height: 43px;
		right: 260px;
		line-height: 43px;
		font-size: 12px;
	}

	.list-single-carousel-wrap,
	.fw-carousel .slick-slide-item {
		height: 300px !important;
	}

	.to-top {
		left: 10px;
	}

	.ajax-modal-container {
		width: 500px;
	}

	.ajax-modal-details {
		padding: 20px 25px;
	}

	.ajax-modal-list li {
		width: 50%;
	}

	.error-wrap h2 {
		font-size: 74px;
	}

	.geodir-category-price {
		font-size: 9px;
		padding: 3px 15px;
	}

	.main-footer {
		margin-top: 40px;
	}

	section.single-par {
		padding: 30px 0;
	}

	.single-par .section-title h2 {
		color: #ffffff;
		font-size: 25px;
	}

	.header-inner .row-menu .logo-holder {
		margin-right: 0;
	}

	.header-inner .row-menu .logo-holder img {
		height: auto;
		width: 90px;
	}
	/* new response ahmed samir  */
		.geodir-opt-link {
			padding-left: 5px;
		}
				.geodir-category-price {
					font-size: 9px;
					padding: 4px 15px;
					/* margin-bottom: 10px; */
					text-align: center;
				}


				.fixed-scroll-column-share-container {
        position: absolute;
        top: 31px;
        right: 243px;
        background: #fff;
        padding-right: 20px;
        width: 144px;
        border-radius: 6px;
    }
							
				
	}
		/* new response ahmed samir  */
		@media (max-width:525px){

			.hotel-details-page .box-widget-content .widget-posts-img img {
					width: 351%;
					height: 310px;
					object-fit: cover;
					margin: auto;
					margin-bottom: auto;
					margin-bottom: 13px;}


										.fixed-scroll-column-share-container {
											position: absolute;
											top: 29px;
											right: 235px;
											background: #fff;
											padding-right: 20px;
											width: 161px;
											width: 144px;
											border-radius: 6px;
										}
								.box-widget-content .widget-posts-descr .rooms-price {
									margin-top: 3px;
									font-size: 17px;
									text-transform: uppercase;
									top: 0px;
									pad-right: 27px !important;
									padding-right: 8px;
									margin-left: 27px;
								}
							 
								body {
							 
										overflow-x: hidden !important;			
											  }


		}




	@media (max-width:510.98px)	{

    .fixed-scroll-column-share-container {
        position: absolute;
        top: 29px;
        right: 226px;
        background: #fff;
        padding-right: 20px;
        width: 161px;
        width: 144px;
        border-radius: 6px;
    }



	.box-widget-content .widget-posts-descr .rooms-price {
        margin-top: 3px;
        font-size: 17px;
        text-transform: uppercase;
        top: 0px;
        pad-right: 27px !important;
        padding-right: 8px;
        margin-left: 52px;
    }


		}

	/* new response ahmed samir  */
				@media (max-width:480.98px) {
		
					.fixed-scroll-column-share-container {
						position: absolute;
						top: 29px;
						right: 216px;
						background: #fff;
						padding-right: 19px;
						width: 161px;
						width: 144px;
						border-radius: 6px;
					}
				}



				@media (max-width:481px) 
					
				{
					    .facilities-list .btn {
        margin-top: 40px;
        width: 100px;
        float: right;
    }

			
}





		/* Start Media secreen to 467px   */
		@media (max-width:467px) {
	

			
					.fixed-scroll-column-share-container {
						position: absolute;
						top: 29px;
						right: 206px;
						background: #fff;
						padding-right: 19px;
						width: 161px;
						width: 144px;
						border-radius: 6px;
					}
			/* new response ahmed samir  */
			.geodir-opt-link {
				padding-left: 5px;
			}
	
			.fl-wrap {
				width: 101%;
			}
	

			.facilities-list .btn {
        width: 27%;
        float: right;
    }
	
			/* new response ahmed samir  */
	
		}
			



		/* Start Media secreen to 460px   */
		@media (max-width:460px) {
			.geodir-category-footer {
				width: 106%;
			}
	
			.geodir-opt-link {
				padding-left: 0;
			}
		}




		/* @media (max-width:451px){

		} */
			@media (max-width:452px){
         .main-search-input-item input {
                        height: 72px !important;
        border: 1px solid #ddd !important;
        margin-right: 0px;
         }

 .main-search-button {
        margin-right: 26px;
        height: 40px !important;
        width: 81%;
    }

    .fixed-scroll-column-share-container {
        position: absolute;
        top: 29px;
        right: 202px;
        background: #fff;
        padding-right: 19px;
        width: 161px;
        width: 144px;
        border-radius: 6px;
    }

    .facilities-list .btn {
        float: right;
        margin-top: 40px;
        width: 120px;
    }





			}



			


		/* Start Media secreen to 444px   */
		@media (max-width:444px) {
			.geodir-category-footer {
				width: 107%;
				/* background-color: red; */
			}
	
			.geodir-opt-link {
				padding-left: 0;
			}
		}





		@media (max-width:431.98px){
			.main-search-input-item input {
        height: 68px !important;
        border: 1px solid #ddd !important;
        margin-right: 0px;
}
		}


	
		

			  @media (max-width:430.98px) {
			  	.fixed-scroll-column-share-container {
			  		position: absolute;
			  		top: 29px;
			  		right: 192px;
			  		background: #fff;
			  		padding-right: 19px;
			  		width: 161px;
			  		width: 144px;
			  		border-radius: 6px;
			  	}
			  }



						  @media (max-width:428.98px) {
			
						  	.fixed-scroll-column-share-container {
						  		position: absolute;
						  		top: 29px;
						  		right: 192px;
						  		background: #fff;
						  		padding-right: 19px;
						  		width: 161px;
						  		width: 144px;
						  		border-radius: 6px;
						  	}
						  }
			
		


	
	
						  @media (max-width:425px)	{
			.main-search-button {
           margin-right: 59px;
        height: 40px !important;
        width: 61%;
    
}
		}

		@media (max-width:424.98px) {
			    .main-search-input-wrap {
        width: 122%;
        margin: -1px 34px;
        z-index: 99;
    }

.main-search-button {
        height: 40px !important;
        width: 81%;
        margin-right: 34px;
    }

    .fixed-scroll-column-share-container {
        position: absolute;
        top: 29px;
        right: 185px;
        background: #fff;
        padding-right: 19px;
        width: 161px;
        width: 144px;
        border-radius: 6px;
    }
			
		}
	




@media only screen and (max-width: 420px) {


	.show-reg-form {
		margin-left: 30px;
	}

	.wishlist-wrap {
		width: 300px;
		padding: 25px 10px 0;
	}

	.header-user-name {
		font-size: 11px;
	}

	.header-user-name:before {
		bottom: -1px;
		left: -20px
	}

	.header-user-menu {
		margin-left: 30px;
	}

	.ajax-modal-container {
		width: 400px;
	}

		.app-section .collage-image .main-collage-image {
			width: 312px;
				bottom: -100px;
				right: 0;
				/* background-color: red; */
				margin-bottom: 142px;
		}
		
}




@media (max-width:414.98px) {
	.geodir-category-footer {
		width: 111%;
	}

		.fixed-scroll-column-share-container {
			position: absolute;
			top: 29px;
			right: 167px;
			background: #fff;
			padding-right: 20px;
			width: 161px;
			width: 144px;
			border-radius: 6px;}
						.geodir-category-price span {
							font-weight: 600;
							margin-top: 6px;
							font-size: 18px;
							color: #5ECFB1;
							margin: 3px 5px;
						}
}





@media (max-width:410.98px){
    .main-search-button {
        margin-right: 25px;
        height: 40px !important;
        width: 82%;
    }

.list-single-main-item-title {
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-right: -29px;
}

    .list-single-main-item-title h3 {
        font-size: 20px;
        margin-right: 25px;
    }


}

@media (max-width:400px) {

	.geodir-category-footer {
		width: 67%;
		margin: auto;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
		text-align: center;
	}
	    .geodir-category-price {
        font-size: 9px;
        padding: 1px 15px;
        /* margin-bottom: 10px; */
        text-align: center;
    }


	.geodir-opt-list a.btn {
    width: auto !important;
    height: auto !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 1px 46px;
}




	.geodir-opt-link {
		padding-left: 0;
		margin-bottom: 10px !important;
	}
	
		element.style {
			width: 74%;
			margin: 15px auto;}

}




	@media (max-width:399px)	{

			    .main-search-input-item input {
        height: 66px !important;
        border: 1px solid #ddd !important;
        margin-right: -1px;
    }

			.main-search-button {
               height: 40px !important;
        margin-right: 40px;
        width: 69%;
               }

		    .main-search-button {
        margin-right: 23px;
        height: 40px !important;
        width: 80%;
    }



			}



		@media (max-width:386.98px)	{

		    .main-search-button {
        margin-right: 29px;
        height: 40px !important;
        width: 80%;
    }


			}


@media (max-width:375.98px) {
	.box-widget-content .widget-posts-descr .rooms-price {
		margin-left: 10px;
	}
		.fixed-scroll-column-share-container {
			position: absolute;
			top: 29px;
			right: 163px;
		}
				.rooms-details .ul-new {
					display: flex;
					flex-wrap: wrap;
					justify-content: center;
				}
				
				.rooms-details .ul-new ul {
					flex-basis: 43%;
						margin: 11px;
				}
								.rooms-details .list-group-item {
									position: relative;
									display: block;
									padding: 13px 6px;
								}
								.geodir-category-price span {
									font-weight: 600;
									margin-top: 6px;
									font-size: 18px;
									color: #5ECFB1;
									margin: 3px 5px;
								}
																element.style {
																	width: 81%;
																	margin: 15px auto;} 
    .main-search-button {
        margin-right: 29px;
        height: 40px !important;
        width: 80%;
    }


								
}




				@media (max-width:366.98px)	{

			.main-search-input-item input {
      height: 68px !important;
        border: 1px solid #ddd !important;
        margin-right: 1px;
	
	}


			
    .main-search-button {
        margin-right: 29px;
        height: 40px !important;
        width: 80%;
    }
			   

			}



@media (max-width:360.98px){


	.main-search-button {
    height: 40px !important;
    /* width: 572%; */
}

    .fixed-scroll-column-share-container {
        position: absolute;
        top: 29px;
        right: 151px;
    }



}

/* new response ahmed samir  */

@media only screen and (max-width: 349px) {
	.price-opt .listsearch-input-item {
		top: 0;
	}
}


	@media (max-width:366.98px){
		    .geodir-opt-list a.btn {
        width: auto !important;
        height: auto !important;
        color: white !important;
        border-radius: 10px !important;
        padding: 1px 28px;
    }
	}



@media (max-width:300.98px) {
	.box-widget-content .widget-posts-descr .rooms-price {
		margin-left: -24px;
	}

	.fixed-scroll-column-share-container {
		position: absolute;
		top: 29px;
		right: 163px;
	}

	.rooms-details .ul-new {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.rooms-details .ul-new ul {
		flex-basis: 41%;
		margin: 11px;
	}

	.rooms-details .list-group-item {
		position: relative;
		display: block;
		padding: 13px 6px;
	}

}







@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}






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











#citi {
	width: 100%;
	height: 100%;
	border: none;
	padding-right: 33px;
}


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.autocompleter-item {

	font-size: 15px;
}

.geodir-opt-list a.btn {
	width: auto !important;
	height: auto !important;

	color: white !important;
	border-radius: 10px !important;
}

.saudi-places img {
	width: 100%;
	height: 250px;
}

.ul-new {
	display: flex;
	flex-wrap: wrap;

}

.ul-new ul {
	width: 45%;
	flex-basis: 30%;
	margin: 10px;
}



.main-search-input .listsearch-input-item {
	height: 100%;
}

.main-search-input-wrap .nice-select.chosen-select {
	line-height: 70px;
	height: 100%;
	background-color: white;
	border-radius: 0 !important;

}

.main-search-input-wrap .nice-select .nice-select-search-box:before {
	bottom: -13px;
	left: 16px;
	right: unset !important;

}

.btn-google-box {
	width: 45%;
	display: inline-block;
}

.login-page .custom-form .login-with-google-btn {

	width: 100% !important;
}

.nice-select .current {
	font-size: 16px;
	color: #666;
}

.gm-style-iw {
	padding: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 0 !important;
}

.gm-ui-hover-effect {
	top: -1px !important;
	right: -1px !important;
	width: 30px !important;
	height: 30px !important;
	background-color: #f3ad10 !important;
	opacity: 1;
	border-radius: 50px;
	color: white;
}


.map-popup img {
	border-radius: 10px;
	max-width: 300px;
	max-height: 250px;
}

.map-popup-wrap {

	font-family: 'El Messiri';
}

.modal-body .geodir-category-opt .rate-class-name {
	top: unset;
	float: left;
	position: relative;
	bottom: 60px;
}

.gallery-items .gallery-item:nth-child(n+7) {
	display: none;
}

.grey-blue-bg.hotel-section .geodir-category-opt .rate-class-name {

	top: -27px !important;
}

.hotel-section.hotels-page .geodir-category-opt .rate-class-name {

	top: -17px;
}


.listing-content h4 a {
	color: #0e4677
}



.gm-style-iw-d {
	overflow: hidden !important;
}

.table-responsive tr th {
	background-color: #0e4677;
	color: white;
	font-size: 16px;
}

.table-responsive td {
	font-size: 15px;
}

.dis-div {
	text-align: right;
}

.discount {
	color: #0e4677;
}

.daterangepicker td.active {
	background: #0e4677;
}

.login-apple {
	background: black !important;
	color: #fff !important;
}

.login-apple:hover {
	background: black !important;
	color: #fff !important;
}

.daterangepicker .calendar-table th {
	color: #072e4e !important;
}

.daterangepicker td.active {
	background-color: #072d4f !important;
	color: white !important;
}




.mt--50 {
	margin-top: 50px;
}

.rating {
	position: relative;
	width: 180px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .3em;
	padding: 5px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 2px #b3acac;
	margin-bottom: 20px;
}

.rating__result {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-10px) translateX(-5px);
	z-index: -9;
	font: 3em Arial, Helvetica, sans-serif;
	color: #ebebeb8e;
	pointer-events: none;
}

.rating__star {
	font-size: 1.3em;
	cursor: pointer;
	color: #dabd18b2;
	transition: filter linear .3s;
}

.rating__star:hover {
	filter: drop-shadow(1px 1px 4px gold);
}

.daterangepicker .drp-buttons .btn.btn-primary {
	background: #0e4677 !important;
}

.scroll-nav-wrapper .show-hidden-map {
	background: #0e4677 !important;
}


.ptag {
	color: #c61212 !important;
	font-size: 20px !important;
	margin-bottom: 24px !important;
}



.contact__info-inner {
	padding: 38px 20px 45px 20px;
	border-radius: 4px;
	-ms-box-shadow: 0 30px 50px 0 #010b3c1a;
	-o-box-shadow: 0 30px 50px 0 #010b3c1a;
	box-shadow: 0 30px 50px 0 #010b3c1a;
	position: relative;
	z-index: 1
}


.contact__info-text {
	text-align: right;
	margin-right: 10px;
}

.contact__info-item {
	margin-bottom: 20px;
}



@media only screen and (min-width: 768px)and (max-width:991px) {
	.contact__info-inner {
		margin-top: 50px
	}
}

@media only screen and (min-width: 576px)and (max-width:767px) {
	.contact__info-inner {
		margin-top: 50px
	}
}


.contact__info-icon svg {
	fill: none;
	stroke: var(--tp-theme-1);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round
}

.contact__info-icon svg.map {
	width: 16px;
	height: 20px
}

.contact__info-icon svg.call,
.contact__info-icon svg.mail {
	width: 18px;
	height: 18px
}

.contact__info-text h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #0e4677;
}


.contact__info-text p {
	margin-bottom: 0;
	color: #878c9f;
}

.contact__info-text p a {
	margin-bottom: 0;
	color: #878c9f;
}

.contact__info-icon i {
	color: #ffcf63;
}


.contact__social h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 13px;
	color: #0e4677;
}

.contact__social ul li {
	display: inline-block;
	margin-right: 10px
}

.contact__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #0e4677;

	border-radius: 4px
}

.contact__social .nav-link:hover,
.nav-link:focus {
	color: #0e4677;
}

.contact__social ul li a.fb {
	color: #285da1;
	background: #285da11a
}

.contact__social ul li a.fb:hover {
	color: var(--tp-common-white);
	background: #285da1
}

.contact__social ul li a.tw {
	color: #03a9f4;
	background: #03a9f41a
}

.contact__social ul li a.tw:hover {
	color: var(--tp-common-white);
	background: #03a9f4
}

.contact__social ul li a.pin {
	color: #d8163f;
	background: #d8163f1a
}

.contact__social ul li a.pin:hover {
	color: var(--tp-common-white);
	background: #d8163f
}

.contact__icon {
	margin-bottom: 28px
}

.contact__icon svg {
	width: 70px;
	height: 70px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: transform .3s cubic-bezier(.21, .6, .44, 2.18)
}

.contact__icon svg .st0 {
	fill: none;
	stroke: #2b4eff;
	stroke-width: .5;
	stroke-linecap: round;
	stroke-linejoin: round
}

.contact__item {
	padding: 50px 80px 62px;
	border-radius: 6px;
	-ms-box-shadow: 0 40px 50px 0 #010b3c14;
	-o-box-shadow: 0 40px 50px 0 #010b3c14;
	box-shadow: 0 40px 50px 0 #010b3c14;
	position: relative;
	z-index: 1
}

@media only screen and (min-width: 768px)and (max-width:991px) {
	.contact__item {
		padding-left: 30px;
		padding-right: 30px
	}
}


.contact__item:hover .contact__icon svg {
	transform: translate3d(0, -10px, 0)
}

.contact__title {
	font-size: 26px;
	margin-bottom: 8px
}

.contact__content p {
	font-size: 16px;
	color: var(--tp-text-1);
	margin-bottom: 30px
}

.contact__shape img {
	position: absolute
}

.contact__shape img.contact-shape-1 {
	bottom: 75px;
	left: -30px;
	z-index: -1
}

.contact__shape img.contact-shape-2 {
	top: 30px;
	right: -30px
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
	.contact__shape img.contact-shape-2 {
		right: -20px
	}
}

@media only screen and (min-width: 768px)and (max-width:991px) {
	.contact__shape img.contact-shape-2 {
		right: -20px
	}
}

@media only screen and (min-width: 576px)and (max-width:767px) {
	.contact__shape img.contact-shape-2 {
		right: -20px
	}
}





@media only screen and (min-width: 992px)and (max-width:1199px) {
	.contact__shape img.contact-shape-3 {
		right: -5%
	}
}

@media only screen and (min-width: 768px)and (max-width:991px) {
	.contact__shape img.contact-shape-3 {
		right: -5%
	}
}

@media only screen and (min-width: 576px)and (max-width:767px) {
	.contact__shape img.contact-shape-3 {
		right: -5%
	}
}
















.contact__shape img.contact-shape-4 {
	right: 180px;
	bottom: -21%
}

.contact__shape img.contact-shape-5 {
	left: 0;
	bottom: 142px
}

.nice-select .list {
	max-height: 250px !important;
}

.ul-new .list-room-info .list-group-item {
	max-width: 144px;
}

.ul-new ul {
	flex-basis: 20%;
	margin: 10px;
}

.ul-new .list-group-item span {
	font-size: 14px;
}

.ul-new .list-group-item img {
	width: 18px !important;
	height: auto !important;
}

.main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	flex-direction: row-reverse;
	min-height: 33px;
}


.main .cash-back {
	color: #ff0000 !important;
	margin: 5px;
	line-height: normal;
	border-radius: 10px;
	width: auto;
	font-size: 12px;
	display: inline-block;
}

.main .cash-back.cash2 {
	color: #007f06!important;
	font-size: 12px;
	margin: 5px;
}



.rrp.ribbon{

    left: 0;
	right: unset;
}


.rrp.ribbon span.cash {

    top: 20px;
    right: 0;
left: unset;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.rrp.ribbon span.wallet {

    top: 20px;
    right: 0;
left: unset;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}



.ribbon {
    margin: 0;
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 99999;
    top: 0;
    
  }

.ribbon span.cash {
	width: 150px;
	height: 34px;
	top: 20px;
	right: -0;
	position: absolute;
	display: block;
	background: #FF0000;
	color: #333;
	font-family: 'El Messiri', sans-serif;
    font-size: 10px;
	color:white;
	text-align: center;
	line-height: 34px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  }
  .ribbon span.wallet {
	width: 150px;
	height: 34px;
	top: 20px;
    right: -0;
	position: absolute;
	display: block;
	background: #0d9d2e;
	color: #333;
	font-family: 'El Messiri', sans-serif;
    font-size: 10px;

	color:white;
	text-align: center;
	line-height: 34px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  }

  .dashboard-listing-table-text.cash
  {
	color: #ff0000 !important;
  }
  .dashboard-listing-table-text .wallet
  {
	color: #007f06 !important;
  }



  