@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Version: 1.0
  Last change: 01/08/2024 ]
  ++fonts++
  ++general++ 
  ++header++ 
  ++footer++ 
  ++listing++ 
  ++content++   
  ++blog++ 
  ++responsive++ 
*/
/*-------------Import fonts ---------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');

/*-------------General Style-------------*/
:root {
	--main-color: #ab9889;
	--second-color: #5f574c;
	--main-font: 'Giga Sans', sans-serif;
}

html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 14px;
	background: #fff;

	height: 100%;
	text-align: center;
	color: #5e646a;
	cursor: url(../images/cursor.cur) 16 16, auto !important;
}

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

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

@viewport {
	width: device-width;
}

/*--------------Typography---------*/
p {
	text-align: left;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #5e646a;
}

blockquote {
	float: left;
	padding: 10px 20px 0;
	margin: 0 0 20px;
	border-left: 10px solid #eee;
	position: relative;
}

blockquote p {
	font-style: italic;
	font-size: 13px;
	color: #333;
}

/* ---------Page preload-----------*/
.loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #fff;
}

@-webkit-keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-inner {
	position: absolute;
	margin: -18px 0 0 -18px;
	border: 3.6px solid #ab9889;
	box-sizing: border-box;
	overflow: hidden;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	animation: loader-spin 2s linear infinite reverse;
	-webkit-filter: url(#goo);
	filter: url(#goo);
	box-shadow: 0 0 0 1px #ab9889 inset;
}

.loader-inner:before {
	content: "";
	position: absolute;
	animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
	background: #ab9889;
	transform-origin: top center;
	border-radius: 50%;
	width: 150%;
	height: 150%;
	top: 50%;
	left: -12.5%;
}

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

.wrapper {
	position: relative;
	z-index: 1;
	/* margin-top: 90px; */
	background: #fff;
}

.main-content {
	position: relative;
	min-height: 100vh;
	z-index: 3;
	margin-top: 20px;
}

.ms_vir_height {
	min-height: auto;
}

.content {
	position: relative;
	z-index: 3;
	background: #fff;
	padding-bottom: 50px;
}

.container {
	width: min(100% - 25px, 1700px);
	margin-inline: auto;
	position: relative;
	z-index: 5;
}

.container.small-container {
	width: min(100% - 40px, 1100px);
}

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

.no-bg {
	background: none !important;
}

.full-height {
	height: 100%;
}

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

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

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

.fs-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

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

/*------ Header -----------*/
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	/* transition: background 0.6s ease-in-out;
    -webkit-transition: background 0.6 ease-in-out; */
	/* background: #00000042;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07); */
}

.header-inner {
	position: relative;
	height: 90px;
	float: left;
	width: 100%;
	padding: 0 10px;
}

.logo-holder {
	position: relative;
	float: left;
	top: 15%;
	margin-left: 30px;
	height: 70px;
	line-height: 12px;
	margin-top: -6px;
}

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

.progress-bar-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	z-index: 123;
}

.progress-bar {
	position: relative;
	height: 100%;
	width: 0%;
	z-index: 2;
	top: 0;
	transition: all .2s ease-in-out;
	background: #ab9889;
}

/* ------Navigation------------------------------------------------------------ */
.nav-holder {
	/* float:left; */
	position: relative;
	top: 24px;
	margin-left: 80px;
	opacity: 1;
	right: 0;
	visibility: visible;
	z-index: 20;
}

.nav-holder nav {
	position: relative;
	float: right;
	margin-right: 85px;
}


.nav-holder nav:after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: 20px;
	width: 1px;
	background: #eee;
}

.nav-holder nav:before {
	left: -30px;
}

/* .nav-holder nav:after {
	right: -30px;
} */

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

.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 220px;
	top: 55px;
	left: 0;
	z-index: 1;
	padding: 20px 0;
	background: #ab9889;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	list-style: none;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

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

.nav-holder nav li ul li ul {
	top: -10px;
	left: 100%;
	margin-left: 25px;
	margin-top: 0;
	max-width: 220px;
	list-style: none;
	border-radius: 10px;
}

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

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

.nav-holder nav li a {
	float: left;
	padding: 10px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
	transition: all 100ms linear;
}

.nav-holder nav li a i {
	padding-left: 12px;
	transition: all .2s linear;
}

.nav-holder nav li a:hover,
.nav-holder nav li a i,
.nav-holder nav li a.act-link {
	color: #fff;
}

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

.nav-holder nav li ul a {
	color: #fff;
	float: left;
	width: 100%;
	font-weight: 600;
	text-align: left;
	padding: 2px 15px;
}

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

.header-btn {
	position: relative;
	float: right;
	height: 60px;
	line-height: 60px;
	top: 15px;
	padding: 0 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden;
	transition: all .2s ease-in-out;
	font-size: .9em;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

.header-btn:hover {
	color: #fff;
	background: #000
}

.wish_btn {
	height: 90px;
	line-height: 90px;
	width: 30px;
	cursor: pointer;
	float: right;
	font-size: 2.1em;
	margin-right: 25px;
	position: relative;
}

.wish_btn i {
	transition: all .4s ease-in-out;
	font-weight: 400;
}

.wish_btn:hover i {
	font-weight: 900;
	color: #bbb;
}

.wish_count {
	position: absolute;
	width: 23px;
	height: 16px;
	line-height: 16px;
	border-radius: 4px;
	background: #ab9889;
	bottom: 22px;
	left: -9px;
	color: #fff;
	z-index: 2;
	font-weight: 600;
	font-size: 9px;
	box-shadow: 0px 0px 0px 3px #fff;
}

.wish_btn-item {
	position: relative
}

.wish_btn-item:before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	width: 1px;
	left: -30px;
	background: #eee
}

.tolt {
	z-index: 10;
}

.show-reg-form {
	position: relative;
	float: right;
	font-weight: 600;
	margin-right: 50px;
	padding: 0 24px;
	border: 1px solid #eee;
	border-radius: 36px;
	line-height: 36px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background: #f9f9f9;
	transition: all .2s ease-in-out;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

.show-reg-form i {
	margin-right: 10px;
	font-weight: 600;
}

.show-reg-form:hover {
	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, 0);
	background: #000;
	color: #fff;
}

.show-reg-form:hover i {
	color: #ab9889;
}

.header-search-btn {
	float: right;
	position: relative;
	width: 50px;
	font-size: 1.7em;
	height: 90px;
	line-height: 90px;
	font-weight: 900;
	cursor: pointer;
	margin: 0 10px 0 15px;
}

.hsbclose i:before {
	content: '\f00d'
}

.header-search-wrap {
	position: absolute;
	right: 0;
	width: 420px;
	top: 100%;
	margin-top: 20px;
	margin-right: -20px;
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: all .3s linear;
}

.header-search-nav {
	padding: 0 70px 0 0;
	position: relative;
}

.header-search-nav_container {
	background: #fff;
	position: relative;
	padding: 14px 14px 0;
	border: 1px solid #eee;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	z-index: 2;
}

.header-search-nav_container:after {
	content: '';
	position: absolute;
	top: -8px;
	left: -9px;
	bottom: 8px;
	right: -9px;
	z-index: -1;
	background: rgba(255, 255, 255, .2);
	border-radius: 10px 10px 0 0;
}

.header-search-nav_container:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}

.header-search-container {
	position: relative;
	padding: 14px;
	border-radius: 0 10px 10px 10px;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}

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

.header-search {
	position: relative;
	z-index: 2;
}

.header-search-radio {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-right: none;
	border-radius: 4px;
}

.button-label {
	width: 33.333333%;
	float: left;
	font-size: .9em;
	text-transform: uppercase;
	cursor: pointer;
	color: #000;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	border-right: 1px solid #eee;
	transition: .3s;
	user-select: none;
}

.button-label:hover {
	color: #ccc;
}

.header-search-radio .radio-label:checked+.button-label {
	color: #000;
	background: #ab9889bf;
}

.hidden,
.close_mob-filter {
	display: none;
}

.body-overlay,
.wishlist-wrap-overlay,
.search-form-overlay,
.mob-nav-overlay,
.mob-filter-overlay {
	position: fixed;
	z-index: 5;
	background: rgba(0, 0, 0, .6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: none;
}

.wishlist-wrap-overlay {
	z-index: 100;
}

.search-form-overlay {
	z-index: 19
}

.mob-filter-overlay {
	z-index: 39
}

.wish-list-wrap {
	position: fixed;
	right: 28px;
	top: 28px;
	bottom: 28px;
	width: 490px;
	background: #fff;
	z-index: 101;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	opacity: 0;
	margin-right: -30px;
	visibility: hidden;
	transition: all .3s ease-in-out;
}

.wish-list-wrap:before {
	content: '';
	position: absolute;
	top: 90px;
	left: 20px;
	bottom: 120px;
	right: 20px;
	background: #f9f9f9;
	border-radius: 10px;
	z-index: 1;
	border: 1px solid #eee;
}

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

.wish-list-close {
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	right: 0;
	top: 0;
	font-size: 1.4em;
	cursor: pointer;
	z-index: 5;
}

.wish-list-container {
	position: absolute;
	top: 100px;
	left: 20px;
	right: 20px;
	bottom: 100px;
	overflow: auto;
	padding: 0 10px;
	z-index: 2;
}

.wish-list_header {
	position: absolute;
	left: 0;
	right: 70px;
	height: 70px;
	line-height: 70px;
	background: #f9f9f9;
	padding-left: 34px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	z-index: 3;
	overflow: hidden;
}

.wish-list-title {
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
}

.wish-list-title span {
	position: absolute;
	font-size: 12px;
	width: 50px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	color: #ab9889;
	right: 15px;
	top: 50%;
	margin-top: -18px;
	text-align: center;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.wish-list-item {
	background: #fff;
	padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	border-radius: 10px;
}

.wish-list-item:before {
	content: '';
	position: absolute;
	left: calc(35% + 20px);
	width: 1px;
	background: #eee;
	height: 100%;
	top: 0;
}

.wish-list-img {
	float: left;
	width: 35%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
	transition: all .3s ease-in-out;
}

.wish-list-descr {
	float: left;
	width: 65%;
	padding: 10px 10px 0 40px;
}

.wish-list-img img {
	width: 100%;
	height: auto;
}

.wish-list-img:hover {
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0);
}

.wish-list-descr h4 {
	text-align: left;
	font-weight: 600;
	font-size: 1.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.wish-list-descr .geodir-category-location a {
	float: left;
	text-align: left;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
}

.wish-list-descr .geodir-category-location {
	margin-top: 4px;
}

.wish-list-price {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	color: #222;
	font-weight: 600;
}

.wish-list-price span {
	margin-right: 6px;
}

.clear-wishlist {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: #f9f9f9;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px 0 0 0;
	border: 1px solid #eee;
	border-right-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	cursor: pointer;
	font-size: 1.4em;
	color: #ab9889;
}

.clear-wishlist:hover {
	color: #000;
}

.wish-list-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: #fff;
	z-index: 4;
	border-top: 1px solid #eee;
}

/* ---------tabs----------------*/
.tab-content {
	width: 100%;
	display: none;
	float: left;
}

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

.first-tab {
	display: block;
}

/*------login-------------------*/

.main-register-container, .loan-register-container, .filterh1-container, .filterh2-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: auto;
	display: none;
	align-items: center;
	justify-content: center;
}

.main-register_box, .loan-register_box, .filterh1_box, .filterh2_box {
	position: relative;
	z-index: 12;
}

/* .main-register-holder {
	width: min(100% - -50px, 950px);
	margin-inline: auto;
	position: relative;
} */

.main-register-holder, .loan-register-holder{
	width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.filterh1-holder{
	position: relative;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.filterh2-holder{
	position: relative;
  width: 180%;
  left: 50%;
  transform: translateX(-50%);
}



.main-register-wrap, .loan-register-wrap {
	padding-left: 500px;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	transition: all .3s ease-in-out;
	transform: scale(.9);
	opacity: 0;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	position: relative;
}
.filterh1-wrap, .filterh2-wrap{
	padding: 30px;
	background: #fff;
	overflow: auto;
	border-radius: 10px;
	transition: all .3s ease-in-out;
	transform: scale(.9);
	opacity: 0;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	position: relative;
}

.vis_mr {
	opacity: 1;
	transform: scale(1.0);
}

.main-register_bg, .loan-register_bg {
	position: absolute;
	left: 0;
	width: 500px;
	top: 0;
	bottom: 0;
	background: #fff;
	border-right: 1px solid #eee;
}

.main-register_bg-dec, .loan-register_bg-dec {
	position: absolute;
	height: 15px;
	top: 15px;
	background: #fff;
	left: 50%;
	z-index: 5;
	width: 150px;
	margin-left: -75px;
	border-radius: 0 0 20px 20px;
}

.main-register_bg-dec:before, .loan-register_bg-dec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background: #ddd;
}

.main-register_bg:after, .loan-register_bg:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	background: linear-gradient(#ab9889 0%, #bfab95 50%, #ab9889 100%);
	border-radius: 20px;
	z-index: 1;
}

.main-register_bg:before, .loan-register_bg:before  {
	content: ' ';
	position: absolute;
	width: 250px;
	height: 250px;
	left: 50%;
	top: 50%;
	margin: -159px 0 0 -123px;
	background: url('../images/dre-logo-bg.png') no-repeat center center;
	background-size: 100%; 
	z-index: 2;
	opacity: 0.3;
	border-radius: 50%;
	/* box-shadow: 0px 0px 0px 56px rgb(255 255 255 / 20%); */
}

.mr_title, .lr_title {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	/* text-shadow: 6px 22px 20px rgba(206, 89, 55, .56); */
}

.mr_title h4, .lr_title h4 {
	color: #fff;
	font-size: 2.2em;
	font-weight: 500;
	padding-bottom: 2px;
}

.mr_title h5, .lr_title h5 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
}

.main-register_contacts-wrap, .loan-register_contacts-wrap {
	position: absolute;
	bottom: 15px;
	left: 100px;
	right: 100px;
	z-index: 10;
	background: #fff;
	border-radius: 30px 30px 0 0;
	padding: 15px 30px 0;
}

.main-register_contacts-wrap h4, .loan-register_contacts-wrap h4 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 1.3em;
	color: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	/* text-shadow: 6px 22px 20px rgba(206, 89, 55, .56); */
}

.main-register_contacts-wrap a, .loan-register_contacts-wrap a {
	padding: 15px 0;
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	transition: all .4s ease-in-out;
}

.main-register_contacts-wrap a:hover, .loan-register_contacts-wrap a:hover {
	background: #f9f9f9;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
}

.svg-corner {
	position: absolute;
	width: 40px;
	height: 40px;
}

.main-register, .loan-register{
	float: left;
	width: 100%;
	position: relative;
	padding: 100px 20px 30px;
	background: #fff;
	overflow: hidden;
}

.vis_mr {
	opacity: 1;
	transform: scale(1.0);
}

.main-register .tabs-menu, .loan-register .tabs-menu {
	position: absolute;
	left: 0;
	top: 0;
	/* padding-right: 60px; */
	right: 0;
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.close-modal {
	/* position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	cursor: pointer; */
	width: 100%;
	font-size: 1.5em;
	transition: all .4s ease-in-out;
	background: #fff;
	border-bottom: 1px solid #fff;
}

/* .close-modal:hover {
	background: #f9f9f9;
	color: #ab9889;
	border-bottom: 1px solid #eee;
} */

.main-register .tabs-menu li {
	float: left;
	width: 33.3%;
}
loan-register .tabs-menu li{
	float: left;
	width: 100%;
}

.main-register .tabs-menu li a, .loan-register .tabs-menu li a {
	height: 60px;
	line-height: 60px;
	float: left;
	width: 100%;
	background: #f9f9f9;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	color: #000;
	border-right: 1px solid #eee;
}

.main-register .tabs-menu li.current a,
.main-register .tabs-menu li.current a i, .loan-register .tabs-menu li.current a,
.loan-register .tabs-menu li.current a i {
	color: #000;
	background: #fff;
}

.main-register .tabs-menu li a i, .loan-register .tabs-menu li a i {
	margin-right: 10px;
	font-weight: 800;
}
.main-register.tabs-act.fl-wrap{
	min-width: 500px;
}

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

.soc-log p,
.property-contacts-wrap p {
	margin-bottom: 12px;
	font-size: 11px;
	color: #454545;
	text-align: center;
}

.soc-log a {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-weight: 600;
	position: relative;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	transition: all .4s ease-in-out;
	overflow: hidden;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

.soc-log a:hover {
	background: #f9f9f9;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
}

.soc-log a i {
	font-size: 1.4em;
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	left: 0;
	line-height: 60px;
	background: #fff;
	border-right: 1px solid #eee;
}

.google_log i {
	color: #FBBC05;
}

.fb_log i {
	color: #4285F4;
}

.log-separator {
	position: relative;
}

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

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

.main-register .custom-form .commentssubmit, .loan-register .custom-form .commentssubmit {
	margin: 20px 0 10px
}

.commentssubmit_fw,
.main-register .custom-form .commentssubmit, .commentssubmit_fw,
.loan-register .custom-form .commentssubmit {
	width: 100%;
}

.custom-form .log-submit-btn:hover,
.tags-widget a:hover,
.wish-list-descr h4:hover a,
.wish-list-close:hover,
.main-register .tabs-menu li a i, .loan-register .tabs-menu li a i {
	color: #ab9889;
}

.main-register .filter-tags, .loan-register .filter-tags {
	float: left;
	margin: 2px 0 0 0;
}

.main-register .filter-tags input, .loan-register .filter-tags input {
	float: left;
	position: relative;
	border: 1px solid #e5e7f2;
	cursor: pointer;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	color: #fff;
	background: #fff;
	-webkit-appearance: none;
}

.filter-tags input:checked:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f00c";
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 20;
	color: #000;
}

.main-register .filter-tags label, 
.loan-register .filter-tags label {
	width: auto;
	margin: 0 0 0 8px;
}

.main-register .filter-tags,
.main-register .lost_password, .loan-register .filter-tags,
.loan-register .lost_password {
	margin-top: 10px;
}

.lost_password {
	margin-top: 4px;
	float: right;
}

.lost_password a {
	float: left;
	color: #666;
	font-weight: 500;
}

.lost_password a:hover {
	text-decoration: underline;
}

.tbhc_btn,
.mob-hid_btn {
	display: none;
}

.stp-bot {
	padding-bottom: 50px;
}


/*-------------Forms---------------------------------------*/
.cs-intputwrap {
	position: relative;
	margin-bottom: 14px;
}
/* .index-more-s .cs-intputwrap{
	margin-bottom: 0px !important;
  } */

.cs-intputwrap i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	color: #ab9889;
	z-index: 10;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type="file"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button],
.listsearch-input-item input[type="text"] {
	border: 1px solid #eee;
	background: #f9f9f9;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
	height: 56px;
	width: 100%;
	padding: 17px 20px 17px 50px;
	border-radius: 4px;
	color: #222;
	font-size: 12px;
	-webkit-appearance: none;
	outline: none;
	overflow: hidden;
	font-family: var(--main-font);
	font-weight: 500;
}

.custom-form textarea::-webkit-input-placeholder,
.custom-form input[type="text"]::-webkit-input-placeholder,
.listsearch-input-item input[type="text"]::-webkit-input-placeholder,
.custom-form input[type=password]::-webkit-input-placeholder {
	color: #666;
	font-size: .95em;
	font-family: var(--main-font);
}

.custom-form textarea:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=password]:focus,
.listsearch-input-item input[type="text"]:focus {
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

.nice-select {
	padding-left: 50px;
	height: 56px;
	line-height: 56px;
	border-radius: 4px;
	border: 1px solid #eee;
	background: #f9f9f9;
	font-weight: 500;
	font-size: .95em;
	/* overflow: hidden; */
}

.nice-select:hover {
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

.nice-select:after {
	border-bottom: 2px solid #ab9889;
	border-right: 2px solid #ab9889;
}

.nice-select .list {
	border-radius: 10px;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
	z-index: 11;
}

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

.filter-tags {
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.filter-tags li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-top: 5px;
}

.ds-tg li {
	width: 33.333333%;
	margin: 0 0 12px 0
}

.filter-tags input,
.custom-form .filter-tags input {
	float: left;
	position: relative;
	border: 1px solid #ddd;
	cursor: pointer;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	color: #fff;
	background: #f9f9f9;
	-webkit-appearance: none;
}

.custom-form.dark-form .filter-tags input {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.21);
}

.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f00c";
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 4px;
	z-index: 20;
	color: #ab9889;
}

.filter-tags label,
.custom-form .filter-tags label {
	float: left;
	padding: 0 10px;
	position: relative;
	top: 2px;
	width: auto;
}

.custom-form.dark-form .filter-tags label {
	color: #fff;
}

.custom-form.dark-form label {
	color: rgba(255, 255, 255, 0.71);
}

.vis-label {
	margin-bottom: 10px;
	font-size: 12px;
}

.custom-form label.vis-label i {
	top: 44px;
}

.custom-form button {
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: var(--main-font);
}

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

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

.custom-form .quantity {
	position: relative;
	overflow: hidden;
}

.custom-form .quantity input.minus,
.custom-form .quantity input.plus,
.custom-form .quantity input.qty {
	width: 44px;
	height: 54px;
	border-radius: 0;
	border: none;
	text-align: center;
	padding: 0;
	cursor: pointer;
	background: #f9f9f9;
	font-size: 1.4em;
	-webkit-appearance: none;
}

.custom-form .quantity input.plus {
	border-radius: 0 6px 6px 0;
}

.custom-form .quantity input.minus {
	border-radius: 6px 0 0 6px;
}

.quantity-item {
	float: right;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}

.custom-form .quantity input.qty {
	font-family: var(--main-font);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 1.1em;
	cursor: default;
	color: #ab9889;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

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

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

.quantity_wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 3px 3px 3px 20px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 10px;
}

.quantity_wrap_title {
	float: left;
	line-height: 54px;
}

.quantity_wrap_title i {
	color: #ab9889;
	margin-right: 10px;
	font-size: 1.4em;
}

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

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

.radio span:after {
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #e5e7f2;
	border-radius: 2px;
	position: absolute;
	left: 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 6 Pro";
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 20;
}

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

.fuzone input {
	position: absolute;
	top: 0;
	left: 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: #999;
	font-weight: 400;
	position: relative;
}

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

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

.photoUpload-files {
	margin-top: 6px;
	padding: 0 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 rgba(0, 0, 0, 0.07);
}

.hid-input {
	display: none;
}

.onoffswitch {
	position: relative;
	width: 73px;
	-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-radius: 4px;
}

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

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 16px;
	text-align: left;
	background: #ab9889;
	color: #fff;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 16px;
	background: #ab9889;
	color: #fff;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	position: absolute;
	top: 7px;
	right: 48px;
	border-radius: 2px;
	transition: all 0.3s ease-in 0s;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
}

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

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 10px;
}

.view-pass {
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	line-height: 20px;
	z-index: 5;
}

.view-pass:before {
	font-family: "Font Awesome 6 Pro";
	content: '\f06e';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: 900;
	color: #ab9889;
}

.daterangepicker {
	border-radius: 20px;
	box-shadow: 0 9px 36px rgba(58, 87, 135, 0.15) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.searchform-submit,
.daterangepicker .drp-buttons .btn:hover,
.irs-bar,
.irs-slider,
.irs-bar-edge {
	background: #ab9889;
}

.daterangepicker .calendar-table table {
	font-family: var(--main-font);
}

.daterangepicker .drp-buttons .btn.btn-primary {
	display: none
}

.daterangepicker .drp-buttons .btn {
	border: none;
	border-radius: 20px;
	margin-top: 0;
	padding: 12px 22px !important;
	margin: 0;
	background: #000;
	width: 100%;
	transition: all .2s linear;
}

.daterangepicker.show-calendar .drp-buttons {
	display: block;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	font-weight: 600;
}

.price-range-wrap {
	margin-top: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 0 20px 16px 110px;
}

.custom-form .price-range-wrap {
	margin-top: 0;
	transition: all .3s linear;
	border-radius: 4px;
	padding: 0 20px 14px 110px;
}

.custom-form .price-range-wrap:hover {
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
	background: #fff;
}

.irs-from,
.irs-single,
.irs-to {
	background: #000;
}

.price-range-wrap label {
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	color: #666;
	font-size: .9em;
}

.irs-slider:before {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}

.more_search-btn {
	position: relative;
	border: 1px solid #eee;
	background: #f9f9f9;
	height: 56px;
	padding: 0 20px;
	border-radius: 4px;
	line-height: 56px;
	cursor: pointer;
	text-align: left;
	transition: all .3s linear;
}

.more_search-btn i {
	position: absolute;
	top: 50%;
	right: 20px;
	color: #ab9889;
	transform: translateY(-50%);
	transition: all .3s linear;
}

.more_search-btn:hover {
	background: #fff
}

.more_search-btn.mfilopact i {
	transform: translateY(-50%) rotate(45deg);
}

.more_search-btn.mfilopact {
	background: #000;
	color: #fff;
}

.hidden-listing_search_wrap {
	position: relative
}

.hidden-listing-filter {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 20px;
	background: #f9f9f9;
	border-radius: 20px;
	width: 400px;
	padding: 30px 30px 20px;
	border: 1px solid #eee;
	box-shadow: 0 10px 34px 0px rgba(0, 0, 0, .09);
	display: none;
}

.hidden-listing-item {
	overflow: hidden;
}

.hidden-listing-item .filter-tags li {
	float: left;
	width: 50%;
	margin: 4px 0;
}

.filter-tags-title {
	padding-bottom: 15px;
	margin: 15px 0;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
}

.home-hero-section .hero-section-container {
	padding: 80px 0;
}

.hero-section-title_sub {
	display: table;
	position: relative;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(0, 0, 0, .3);
	border-radius: 4px;
}

.home-hero-section .hero-section-title h2 {
	text-align: left;
	font-size: 3.7em;
	line-height: 1.3em;
}

.home-hero-section .hero-section-title h2 a,
.home-hero-section .hero-section-title .geodir-category-location a,
.home-hero-section .hero-section-title p {
	color: #fff;
}

.home-hero-section .hero-section-title h5 {
	text-align: left;
	margin-top: 15px;
}

.home-hero-section .hero-section-title h5:before {
	display: none
}

.home-hero-section .hero-section-title p {
	max-width: 550px;
}

.home-hero-section .hero-section-title .geodir-category-location {
	display: table;
	margin: 10px 0;
}

.hero-section-title.hs_align-title {
	margin-top: 90px;
}

.hero-notifer {
	text-align: right;
	color: #fff;
	font-weight: 500;
	margin-top: 40px;
}

.hero-notifer a {
	color: #fff;
	padding: 8px 14px;
	margin-left: 10px;
	border-radius: 4px;
	background: #ab9889;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
	transition: all .2s linear;
}

.hero-notifer a:hover {
	background: #000;
	color: #ab9889;
}

.home-hero-section .hs-scroll-down-wrap {
	right: auto;
	left: 0;
	padding: 12px 30px;
}

.home-hero-section .hs-scroll-down-wrap:before {
	display: none;
}

.boxed-container {
	position: relative;
	border-radius: 20px;
	padding: 40px;
	/*background: #f9f9f9;*/
	margin-bottom: 30px;
	/*border: 1px solid #eee;*/
}

.tags-widget,
.hidden-content {
	overflow: hidden;
}

.fixed-form,
.limit-box,
.sb-container,
.fixed-form-wrap {
	position: relative
}

.boxed-content {
	position: relative;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #eee;
	/* margin-bottom: 20px; */
}

.fixed-form .boxed-content {
	margin: 0;
}

.boxed-content-title {
	padding: 25px 50px;
	border-bottom: 1px solid #eee;
	position: relative;
	background: #fff;
	border-radius: 20px 20px 0 0;
}

.boxed-content-title:before,
.boxed-content-title:after,
.lws_column .list-searh-input-wrap-title:before,
.lws_column .list-searh-input-wrap-title:after,
.contacts-card-item span:before,
.contacts-card-item span:after,
.help-item-title:before,
.help-item-title:after,
.testi-header:before,
.testi-header:after {
	content: '';
	position: absolute;
	right: 50px;
	height: 8px;
	background: #ab9889;
	top: 50%;
	margin-top: -4px;
	border-radius: 10px;
}

.boxed-content-title:before,
.lws_column .list-searh-input-wrap-title:before,
.contacts-card-item span:before,
.help-item-title:before,
.testi-header:before {
	width: 20px;
}

.help-item-title:before,
.testi-header:before {
	right: 30px
}

.hsc_flat .hero-section-title h2:before,
.lws_column .list-searh-input-wrap-title:before,
.contacts-card-item span:before {
	right: 0;
}

.hero-section-title {
	position: relative;
}

.boxed-content-title:after,
.lws_column .list-searh-input-wrap-title:after,
.contacts-card-item span:after,
.help-item-title:after,
.testi-header:after {
	width: 12px;
	right: 70px;
	background: #ddd
}

.help-item-title:after,
.testi-header:after {
	right: 50px;
}

.lws_column .list-searh-input-wrap-title:after {
	right: 21px;
}

.lws_column .list-searh-input-wrap-title:after,
.contacts-card-item span:after {
	right: 21px;
}

.list-searh-input-wrap.lws_column {
	padding-bottom: 20px;
}

.list-searh-input-wrap.list-searh-input-wrap-hero {
	margin-top: 50px;
	border-radius: 4px;
	padding: 10px !important;
}

.list-searh-input-wrap.list-searh-input-wrap-hero .commentssubmit,
.lsw_mb-btn .commentssubmit {
	height: 56px;
	line-height: 56px;
}

.list-searh-input-wrap.lsw_mb-btn {
	padding-bottom: 20px;
}

.list-searh-input-wrap-hero .cs-intputwrap {
	margin-bottom: 0;
}

.boxed-content-title h3 {
	text-align: left;
	font-size: 1.5em;
	font-weight: 600;
	padding-right: 20px;
	color: #5f574c;
}
.boxed-content-title p{
	padding-right: 20px;
}

.boxed-content-item {
	padding: 50px 50px;
}

.boxed-content-item.bc-item_smal_pad {
	padding: 20px 50px;
}

.boxed-content-item.bc-item_smal_pad2 {
	padding: 30px;
}

.scroll-content-wrap {
	position: relative;
	//padding-left: 100px;
}

.share-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	padding: 5px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	box-shadow: 0 10px 44px 0px rgba(0, 0, 0, .08);
}

.share-title {
	margin: 10px 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-size: 11px;
	color: #666;
}

.share-container {
	position: relative;
	border: 1px solid #eee;
	display: inline-block;
	width: 50px;
	overflow: hidden;
	border-radius: 10px;
}

.share-container.visshare {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.share-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	font-size: 1.3em;
	transition: all 100ms linear;
}

.share-container .share-icon:first-child {
	border-top: none;
}

.share-icon:hover {
	background: #fff;
	color: #ab9889;
}

.share-icon:before {
	font-family: Font Awesome\ 5 Brands;
}

.share-icon-facebook:before {
	content: "\f39e";
}

.share-icon-twitter:before {
	content: "\e61b";
}

.share-icon-tumblr:before {
	content: "\f173";
}

.share-icon-linkedin:before {
	content: "\f0e1";
}

.share-icon-pinterest:before {
	content: "\f231";
}

.ps-facts-wrapper {
	border: 1px solid #eee;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	border-radius: 20px;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	justify-content: center;
    align-items: center;
}

.ps-facts-item {
	border-left: 1px solid #eee;
	padding: 20px 40px 20px 80px;
	overflow: hidden;
	text-align: left;
}

.ps-facts-item h4 {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 3px;
}

/* .ps-facts-item h5 {
	text-transform: uppercase
} */

.ps-facts-item i {
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 2.0em;
	color: #ab9889;
	transform: translateY(-50%);
}

.ps-facts-wrapper .ps-facts-item:first-child {
	border-left: none
}

.pp-single-opt-links {
	margin-top: 30px;
	position: relative;
}

.pp-single-opt-links ul {
	overflow: hidden
}

.pp-single-opt-links li,
.pp-single-opt-links li a {
	float: left;
	margin: 3px;
}

.pp-single-opt-links li a {
	padding: 20px 50px;
	background: #ab9889;
	/*border: 1px solid #83634a;*/
	border-radius: 30px;
	margin-right: 20px;
	transition: all .3s linear;
	color: #fff;
}

.pp-single-opt-links li a:hover {
	background: #000;
	color: #fff;
}

.pp-single-opt-links li a i {
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
}

.pp-single-opt-link_silngle {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 4px;
	border: 1px solid #eee;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	transition: all .3s linear;
}

.pp-single-opt-link_silngle:hover {
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .0);
	background: #f9f9f9
}

.pp-single-opt,
.content-table {
	overflow: hidden;
}

.nerby-list {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #eee;
}

.nerby-title {
	padding: 20px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 1.4em;
	font-weight: 600;
	display: block;
	position: relative;
}

.nerby-title:before {
	font-family: "Font Awesome 6 Pro";
	content: '\f0d7';
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 17px;
	font-weight: 900;
	color: #ab9889;
}

.nerby-list-box {
	position: relative;
	padding: 20px;
}

.pp-single-features li {
	float: left;
	margin: 10px;
	font-size: 1.1em;
	text-align: left;
	font-weight: 500;
}

.pp-single-features li a {
	float: left;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 2px 30px 2px 2px;
	border-radius: 30px;
}

.pp-single-features li i {
	width: 40px;
	height: 40px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	position: relative;
	color: #ab9889;
	margin-right: 10px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	font-size: 16px;
}

.nerby-list ul {
	background: #f9f9f9;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.nerby-list li {
	width: 100%;
	margin: 6px 0;
	padding: 8px 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #eee;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .95em;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.nerby-list li span {
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 4px;
	color: #666;
	width: auto;
	line-height: 30px;
	border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #eee;
	text-align: center;
}

.nerby-list li i {
	margin-right: 10px;
	color: #ab9889;
	font-size: 17px;
	width: 15px;
}

.sb-widget,
.dec-title,
.ps-facts-wrapper,
.ps-facts-item {
	position: relative
}

.dec-title_item {
	float: left;
	background: #000;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 23px 60px 0 30px;
	border-radius: 20px 20px 0 0;
	position: relative;
}

.dec-title,
.ps-facts-wrapper {
	overflow: hidden;
	clear: both;
}

.charts-item {
	border-radius: 0 20px 20px 20px;
	overflow: hidden;
	padding: 30px 10px 30px 20px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.dark-bg {
	background: #000;
}

.gradient-bg {
	background: rgb(249, 219, 146);
	background: linear-gradient(180deg, rgba(249, 219, 146, 1) 0%, rgba(238, 120, 56, 1) 50%, rgba(249, 219, 146, 1) 100%);
}

.charts-container {
	margin-bottom: 20px;
	position: relative;
}

.graph-price-container {
	position: relative;
	display: grid;
	grid-template-columns: 65% 35%
}

.graph-price-counter .num {
	font-size: 4.7em;
	color: #fff;
	position: relative;
	text-align: left;
	padding-left: 30px;
}

.price-perc {
	position: absolute;
	right: 20px;
	top: 30px;
	color: #ab9889;
	font-size: 1.4em;
}

.graph-price-counter-wrap .num:before {
	content: '+';
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-size: 20px;
	transform: translateY(-50%);
}

.graph-price-counter-wrap {
	position: relative;
	margin-top: 30px;
	padding: 0 20px;
}

.graph-price-counter-wrap h4 {
	text-align: left;
	color: #fff;
}

.graph-price {
	position: relative;
	overflow: hidden;
}

.graph-price-item {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 13px;
}

.graph-price-item-title {
	color: #fff;
	margin-top: 10px;
}

.graph {
	position: relative;
	cursor: pointer;
	border-radius: 30px;
	height: 150px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
}

.gil {
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	border-radius: 30px;
	bottom: 0;
	background: #ab9889;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .97);
}

.gil span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	border-radius: 4px;
	font-weight: 600;
	font-size: 10px;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	transition: all .4s ease-in-out;
	box-shadow: 0 10px 34px 0px rgba(0, 0, 0, .3);
}

.gil:hover span {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.section {
	position: relative;
	padding: 90px 0;
}

.hero-section {
	/* margin-top: 20px; */
	padding: 0;
	overflow: hidden;
}

.hero-section-container {
	padding: 300px 0 70px;
	position: relative;
}

.hero-section_sin .hero-section-container {
	padding: 200px 0;
}
.hero-section_sin .hero-section-container.hsc2{
	padding: 480px 0 50px 0;
	}
	
.bg-parallax-wrap-gradien:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0 0 0 / 66%) 90%);
}
.index-bg-parallax-wrap-gradien:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
}
.hero-section-wrap {
	z-index: 4;
	overflow: hidden;
	position: relative;
}

.bg-wrap {
	z-index: 1;
}

.bg-wrap .bg {
	top: -4%;
	height: 130%;
}

.bg-wrap .hero-blur-container_item .bg,
.slideshow-container_wrap .bg {
	top: 0;
	height: 100%;
}

.bg-wrap .overlay {
	opacity: .5
}

.hero-section-wrap-item {
	position: relative;
	overflow: hidden;
}

.hero-section_categories {
	margin-bottom: 20px;
	overflow: hidden;
}

.hero-section_categories a {
	float: left;
	padding: 10px 30px;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 20px;
	color: #fff;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	transition: all .2s ease-in-out;
}

.list-single-opt_header .hero-section_categories a {
	background: #000;
	margin-right: 4px;
}

.hero-section_categories a:hover {
	background: #000;
	border: 1px solid rgba(255, 255, 255, .4);
}

.hero-section-title_container {
	position: relative;
	z-index: 5;
	padding: 0 320px 0 50px;
}

.hsc_flat {
	padding: 0px;
}

.hero-section-opt {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	position: relative;
}

.hsc_flat .hero-section-opt {
	border-color: #eee;
	padding-top: 20px;
	margin-top: 20px;
	//overflow: hidden;
}

.property-single-header-price,
.property-single-header-date,
.hero-section-agent_link {
	float: left;
}

.hsc_flat .property-single-header-date.author_avatar_ps {
	position: relative;
	top: 0;
	margin-left: 0
}

.author_avatar_ps img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.hero-section-agent_link {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 60px;
	line-height: 60px;
	padding: 0 30px 0 4px;
	z-index: 10;
	text-transform: uppercase;
	font-size: .95em;
	font-weight: 600;
	border-radius: 30px;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	background: #fff;
	color: #000;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: all .3s ease-in-out;
}

.hero-section-agent_link:hover {
	background: rgba(0, 0, 0, .3);
	color: #fff;
}

.hero-section-agent_link i {
	margin-left: 10px;
	color: #ab9889;
	transition: all .3s ease-in-out;
	position: relative;
	left: 0;
}

.hero-section-agent_link:hover i {
	left: 6px;
	transition-delay: .3s
}

.hero-section-agent_link img,
.property-contacts_profile_link img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: relative;
	top: -2px;
}

.hero-section-agent_link span,
.property-contacts_profile_link span {
	margin: 0 6px 0 15px;
}

.property-single-header-price {
	color: #fff;
	position: relative;
}

.hsc_flat .property-single-header-price,
.hsc_flat .property-single-header-date,
.hsc_flat .property-single-header-date a {
	color: #000;
}

.property-single-header-price strong,
.property-single-header-date {
	text-transform: uppercase;
	font-size: .95em;
	font-weight: 600;
}

.pshp_item {
	font-size: 1.7em;
	font-weight: 600;
	padding-left: 10px;
}

.pshp_item span {
	color: #ab9889;
	font-size: 14px;
	padding-right: 6px;
	vertical-align: top;
}

/*.hsc_flat .property-single-header-price {*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	right: 0;*/
/*	border-radius: 30px;*/
/*	padding: 15px 30px;*/
/*	background: var(--second-color);*/
/*}*/

.hsc_flat .property-single-header-price strong {
	position: relative;
	top: -4px;
}

.property-single-header-date {
	color: #fff;
	position: relative;
	margin-left: 20px;
	top: 10px;
}

.property-single-header-date a {
	color: #fff;
}

.property-single-header-date a:hover {
	color: #ab9889;
}

.property-single-header-date span {
	margin-right: 10px;
}

.hero-section-title h2 {
	font-size: 4.4em;
	text-align: left;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.hero-section_sin h2 {
	font-size: 3.4em;
	text-align: center;
	position: relative;
}

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

.section-title h2 {
	font-weight: 600;
	font-size: 3.0em;
	position: relative;
}

.hero-section-title h4 {
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.section-title h4 {
	font-weight: 600;
	font-size: .9em;
	color: #666;
	text-transform: uppercase;
}

.hsc_flat .hero-section-title h2 {
	color: #000;
	font-size: 3.0em;
}

.hero-section_sin .hero-section-title h2:before,
.hero-section_sin .hero-section-title h2:after,
.section-title h2:before,
.section-title h2:after {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
}

.section-title h2:before,
.section-title h2:after {
	top: auto;
	bottom: -20px;
}

.hero-section_sin .hero-section-title h2:before {
	width: 120px;
	background: rgba(255, 255, 255, .2);
	z-index: 1;
}

.section-title h2:before {
	width: 120px;
	background: #eee;
	z-index: 3;
}

.hero-section_sin .hero-section-title h2:after,
.section-title h2:after {
	width: 30px;
	background: #ab9889;
	z-index: 4;
}

.hero-section-title h6 {
	font-size: 1.1em;
	text-align: left;
	font-weight: 600;
	color: #fff;
}

.hsc_flat .hero-section-title h4 {
	color: #666;
	font-size: 1.0em;
	margin-top: 4px;
}

.hero-section-title h4 i {
	margin-right: 10px;
	color: #ab9889;
}

.hero-section-title h5 {
	color: #fff;
	margin-top: 10px;
	position: relative;
}

.hero-section-title h5:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	background: rgba(255, 255, 255, .2);
	left: 50%;
	bottom: -60px;
}

.hero-section-breadcrumbs {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
	overflow: hidden;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(0, 0, 0, .3);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.breadcrumbs-list {
	position: relative;
	height: 64px;
	line-height: 64px;
	padding: 0 150px 0 30px;
}

.breadcrumbs-list.bl_flat {
	background: #f9f9f9;
	border-radius: 10px;
	margin: 20px 0;
	border: 1px solid #eee;
}

.breadcrumbs-list a,
.breadcrumbs-list span {
	float: left;
	position: relative;
	margin-right: 20px;
	/* text-transform: uppercase; */
	font-weight: 600;
	font-size: .95em;
	padding-right: 20px;
}

.hero-section-breadcrumbs .breadcrumbs-list a {
	color: #fff;
}

.hero-section-breadcrumbs .breadcrumbs-list span {
	color: rgba(255, 255, 255, .7);
}

.breadcrumbs-list a:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f0da";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	color: #ab9889;
}

.breadcrumbs-list_dec {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 60px;
	right: 6px;
	top: 50%;
	margin-top: -27px;
	border-radius: 50%;
	background: #ab9889;
}

.breadcrumbs-list.bl_flat .breadcrumbs-list_dec {
	border-radius: 10px;
}

.breadcrumbs-list_dec i {
	font-size: 1.5em;
	transform: rotate(45deg);
	font-weight: 300;
	color: #fff;
}

.hs-scroll-down-wrap {
	position: absolute;
	right: 40px;
	bottom: 0;
	background: #fff;
	padding: 15px 30px;
	z-index: 10;
	border-radius: 30px 30px 0 0;
}

.hero-section_sin .hs-scroll-down-wrap {
	right: auto;
	left: 50%;
	padding: 12px 30px;
	transform: translateX(-50%);
}

.hero-section_sin .hs-scroll-down-wrap:before {
	display: none
}

.hs-scroll-down-wrap:before {
	content: '';
	position: absolute;
	left: 30px;
	width: 100vw;
	height: 100%;
	top: 0;
	background: #fff;
}

.scroll-down-item span {
	float: left;
	margin-left: 30px;
	position: relative;
	top: 8px;
	font-weight: 500;
	font-size: 11px;
}

.mousey {
	float: left;
	width: 22px;
	height: 34px;
	border-radius: 10px;
	padding: 0 6px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	background: #f9f9f9;
	box-shadow: 0 10px 12px 0px rgba(0, 0, 0, .07);
	position: relative;
}

.mousey:before {
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 1px;
	height: 10px;
	background: #ddd;
}

.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 25%;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
	background: #ab9889;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(50px);
		opacity: 0;
	}
}

.hs-pv_wrap {
	position: absolute;
	bottom: 100px;
	right: 30px;
	z-index: 10;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	background: #fff;
	padding: 0 20px 0 50px;
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
}

.hsc_flat .hs-pv_wrap {
	bottom: auto;
	right: 0;
	top: 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

.hs-pv_wrap span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .8em;
}

.hs-pv_wrap i {
	color: #ab9889;
	font-size: 1.3em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

.hero-opt-btnns {
	position: absolute;
	bottom: 150px;
	right: 30px;
	z-index: 10;
	width: 46px;
}

.hero-opt-btnns a {
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	background: #fff;
	transition: all .2s ease-in-out;
	margin-bottom: 20px;
}

.hero-opt-btnns a i,
.geodir_save-btn i {
	color: #ab9889;
	font-size: 1.3em;
	line-height: 46px;
	font-weight: 900;
	transition: all .2s ease-in-out;
}

.geodir_save-btn i {
	font-size: 1.1em;
}

.hero-opt-btnns a:hover {
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
}

.hero-opt-btnns a:hover i,
.geodir_save-btn:hover i {
	font-weight: 400;
}

.property-contacts-wrap,
.property-contacts-item {
	margin-bottom: 20px;
}

.property-contacts-item {
	position: relative;
	padding: 10px 10px 8px 10px;
	background: var(--second-color);
	border-radius: 40px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .04);
}

.messenger-links-container {
	position: absolute;
	top: 66px;
	right: 0;
	padding: 0;
	min-width: 203px;
	border: 1px solid #eee;
	z-index: 20;
	display: inline-table;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, .08);
	transition: all .2s linear;
	opacity: 0;
	visibility: hidden;
	margin-top: 40px;
}

.mlc_vis {
	margin-top: 15px;
	visibility: visible;
	opacity: 1;
}

.messenger-links-container a:first-child {
	border-radius: 20px 0 0 20px;
}

.messenger-links-container a:last-child {
	border-radius: 0 20px 20px 0;
}

.messenger-links-container a {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-left: 1px solid #eee;
	font-size: 1.9em;
	transition: all 100ms linear;
	font-weight: bold;
}

.messenger-links-container a:hover {
	color: #ab9889;
	background: #f9f9f9;
}

.property-contacts-links {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 10;
	height: 46px;
	margin-top: -23px;
}

.pcl_btn {
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-left: 6px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	color: #ab9889;
	font-size: 1.4em;
}

.pcl_btn:hover {
	color: #000;
}

.property-contacts_profile_link {
	position: relative;
	display: table;
}

.single-gallery-filters {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.gf_counter {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	padding: 12px;
	border-radius: 6px;
	background: #fff;
	font-size: .9em;
	border: 1px solid #eee;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

.gf_counter:before {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 50%;
	width: 1px;
	background: #ddd;
}

.gf_counter div {
	display: inline-block;
	margin: 0 10px;
}

.gallery-item,
.listing-grid-item {
	width: 33.3%;
	position: relative;
	float: left;
	padding: 2px;
}

.listing-grid_heroheader {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.listing-grid_heroheader h3 {
	color: #5f574c;
	text-align: left;
	font-size: 1.7em;
	font-weight: 600;
	padding-left: 30px;
}

.listing-grid_heroheader .gallery-filters {
	position: absolute;
	top: -20px;
	right: 20px;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 10px;
	padding: 6px;
	background: #fff;
	box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, .04);
}

.gallery-filters a {
	float: left;
	font-size: .9em;
	text-transform: uppercase;
	cursor: pointer;
	color: #000;
	font-weight: 600;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	border: 1px solid #eee;
	border-left: none;
	background: #fff;
}

.gallery-filters a:first-child {
	border-left: 1px solid #eee;
	border-radius: 4px 0 0 4px;
}

.gallery-filters a:last-child {
	border-radius: 0 4px 4px 0;
}

.gallery-filters a:hover {
	background: #f9f9f9
}

.gallery-filters a.gallery-filter-active {
	color: #666;
	background: #f9f9f9
}

//.gisp .gallery-item , .gisp .listing-grid-item {
padding: 10px 20px 10px 0;
}

.gisp .gallery-item .grid-item-holder {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}

.four-column .gallery-item {
	width: 25%;
}

.four-column .gallery-item.gallery-item-second {
	width: 50%;
}

.gallery-item img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.gal-link,
.box-media-zoom {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 20;
	border-radius: 50%;
	background: #000;
	color: #ab9889;
	cursor: pointer;
	opacity: 0;
	transform: scale(.7);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
	transition: all .3s ease-in-out;
	font-size: 1.2em;
}

.hovzoom:hover .gal-link,
.hov_zoom:hover .box-media-zoom {
	opacity: 1;
	transform: scale(1)
}

.gallery-item .gal-link {
	top: 50%;
	right: 50%;
	margin: -20px -20px 0 0;
}

.box-media-zoom {
	top: 40px;
	right: 40px;
}

.gallery-item .listing-item {
	width: 100%;
	margin-bottom: 30px
}

.map-container {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	height: 450px;
	border: 1px solid #eee;
}

.mapC_vis3 {
	height: 490px;
}

.mapzoom-in,
.mapzoom-out {
	position: absolute;
	z-index: 100;
	top: 50%;
	cursor: pointer;
	width: 38px;
	height: 38px;
	line-height: 38px;
	right: 10px;
	margin-top: -84px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	color: #ab9889;
}

.mapzoom-out {
	margin-top: -43px;
}

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

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

.mapnavigation {
	position: absolute;
	bottom: 70px;
	right: 10px;
	z-index: 1030;
	overflow: hidden;
}

.mapnavigation li {
	float: left;
	position: relative;
	margin-left: 4px;
}

.mapnavbtn {
	width: 38px;
	height: 38px;
	float: left;
	font-size: 11px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	cursor: pointer;
	color: #ab9889;
}

.mapnavbtn span {
	line-height: 40px;
}

.scrollContorl {
	position: absolute;
	bottom: 115px;
	right: 10px;
	cursor: pointer;
	width: 38px;
	height: 38px;
	line-height: 38px;
	z-index: 1030;
	border-radius: 10px;
	background: #fff;
	color: #ab9889;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

.list-single-main-item .scrollContorl {
	bottom: 95px;
}

.scrollContorl:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f068";
	font-size: 10px;
	font-weight: 600;
}

.scrollContorl:before {
	content: "\f09c";
}

.scrollContorl.enabledsroll:before {
	content: '\f3c1';
}

.contacts-map .scrollContorl {
	bottom: 68px;
}

.map-popup-wrap {
	display: block;
	width: 220px !important;
	position: relative;
	z-index: 1 !important;
}

.map-popup-wrap:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	z-index: 100;
}

.map-popup {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.13);
	border-radius: 6px;
}

.info-window-content {
	text-align: center;
}

.info-window-content p {
	text-align: center;
	font-size: 10px;
	color: #566985;
}

.info-window-content h1 {
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	display: block;
}

.controls-mapwn {
	position: absolute;
	background: #fff url(../images/search-icon.png) right no-repeat;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	width: 250px;
	z-index: 1000;
	border: none;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	left: 10px !important;
	top: 10px !important;
}

/*-------------accordion----*/
.accordion {
	position: relative;
}

.accordion a.toggle {
	border: 1px solid #eee;
	padding: 0 40px;
	height: 70px;
	line-height: 70px;
	display: block;
	position: relative;
	background: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	transition: all .3s linear;
	margin-bottom: 15px;
}

.accordion a.toggle i {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin-top: -25px;
	font-size: 16px;
	background: #f9f9f9;
	text-align: center;
	color: #ab9889;
}

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

.accordion a.toggle.act-accordion i {
	transform: rotateX(180deg);
	background: #ab9889;
	color: #000;
}

.accordion-inner {
	display: none;
	position: relative;
	padding: 35px 40px 20px;
	background: #fff;
	margin: 0 0 15px;
	text-align: left;
	border-radius: 20px;
	border: 1px solid #eee;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

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

.banner-widget-wrap {
	padding: 240px 40px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.banner-widget-wrap:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 2
}

.banner-widget_content {
	z-index: 4;
	position: relative;
}

.video-box-btn {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #ab9889;
	border-radius: 50%;
	font-size: 1.2em;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
	transition: all .3s linear;
	cursor: pointer;
}

.video-box-btn:hover {
	box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, .2);
	background: #000;
}

.banner-widget_content h5 {
	color: #fff;
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
}

.tags-widget a {
	float: left;
	padding: 10px 30px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 0 8px 8px 0;
	font-weight: 600;
	background: #000;
	transition: all .3s linear;
}

.clients-carousel-wrap {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 30px 30px 30px 200px;
}

.clients-carousel {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	position: relative;
}

.clients-carousel-title {
	color: #5f574c;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	font-weight: 600;
	padding: 0 30px;
	width: 200px;
}

.clients-carousel-title:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #ab9889;
}

.client-item img {
	width: 100%;
	height: 100%;
	aspect-ratio: 6/2;
	object-fit: contain;
	//opacity: .6;
	transition: all .2s linear;
	padding: 20px;
}

.client-item:hover img {
	opacity: 1 background-color:;
}

.client-item {
	height: 155px;
	line-height: 110px;
	position: relative;
	z-index: 2;
	background: #fff;
	display: block;
	border-radius: 10px;
	border: 1px solid #eee;
}

.cc-button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	background: #f9f9f9;
	border-radius: 6px;
	border: 1px solid #eee;
	color: #ab9889;
	cursor: pointer;
	z-index: 10;
	font-size: 1.3em;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.cc-button-next {
	right: 5px;
}

.cc-button-prev {
	left: 5px;
}

.half-carousel-container {
	margin: 20px 0 50px;
	position: relative;
	overflow: hidden;
}

.city-carousel-wrap {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 20px 450px;
}

.city-carousel-item {
	height: 650px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.city-carousel-content {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 40px;
	bottom: 60px;
	z-index: 10;
	opacity: 0;
	margin-bottom: -20px;
	transition: all .3s linear;
}

.city-carousel-content:before,
.half-carousel-title h2:before,
.parallax-section-content h3:before,
.home-hero-section .hero-section-title_sub:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 40px;
	width: 40px;
	height: 1px;
	background: #ab9889;
}

.half-carousel-title h2:before,
.parallax-section-content h3:before,
.home-hero-section .hero-section-title_sub:before {
	bottom: auto;
	top: -20px;
	left: 0;
}

.city-carousel-content h3 {
	color: #fff;
	text-align: left;
	font-weight: 600;
	font-size: 2.1em;
	padding-bottom: 10px;
}

.city-carousel-content h3 a {
	color: #fff;
	transition: all .2s linear;
}

.city-carousel-content p,
.half-carousel-title p,
.city-carousel-content h3:hover a {
	color: rgba(255, 255, 255, .8)
}

.city-carousel-item .bg {
	width: 130%;
	left: -15%;
}

.city-carousel .swiper-slide-active .city-carousel-content,
.city-carousel .swiper-slide-next .city-carousel-content {
	margin-bottom: 0;
	opacity: 1;
	transition-delay: .3s
}

.hc-counter {
	position: absolute;
	left: 40px;
	top: -60px;
	font-weight: 500;
	font-size: .9em;
	text-transform: uppercase;
	background: #ab9889;
	border-radius: 6px;
	padding: 10px 24px;
	color: #fff;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
}

.half-carousel-title-wrap {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	width: 410px;
	background: #292929;
	overflow: hidden;
	border-radius: 20px;
	z-index: 20;
}

.half-carousel-title {
	position: relative;
	padding: 0 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.half-carousel-title h2 {
	color: #fff;
	text-align: left;
	font-size: 1.9em;
	font-weight: 500;
	padding-bottom: 20px;
	position: relative;
}

.half-carousel-title-wrap .abs_bg {
	top: auto;
	height: 290px;
}

.sc-controls {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 10;
	background: rgba(0, 0, 0, .7);
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .1);
}

.sc-controls.shc_controls2 {
	right: auto;
	left: 270px;
	bottom: 14px;
	background: none;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .1);
}

.sc-controls.shc_controls2.shc_controls3 {
	left: 370px;
}

.sc-controls .swiper-pagination-bullet {
	background: none;
	position: relative;
	margin: 0 10px;
	height: 6px;
	opacity: 1;
}

.sc-controls .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 6px;
	border-radius: 100%;
	background: #fff;
	margin-left: -3px;
	transition: all 0.5s ease;
}

.sc-controls .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 100%;
	transition: all .3s ease;
	transform: scale(0.0);
}

.sc-controls .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: #ab9889;
}

.sc-controls .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	transform: scale(1.0);
}

.hero-slider-wrapper {
	position: relative;
}

.hero-carousel_item {
	padding: 0 0 20px 20px;
}

.hs-slider-controls {
	position: absolute;
	left: 290px;
	bottom: 20px;
	z-index: 10;
}

.hs-slider-button {
	float: left;
	margin-right: 20px;
	color: #fff;
	font-size: 1.4em;
	cursor: pointer;
	z-index: 20;
}

.hs-slider-button:hover {
	color: #ab9889;
}

.hero-blur-container_item,
.hsbw_bg .bg {
	transform: scale(1.0);
	transition: all .4s ease-in-out;
}

.hero-blur-container:before,
.hsbw_bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
	transition: all .2s ease-in-out;
}

.hero-blur-container.hideblur:before,
.hsbw_bg.hideblur:before {
	background: rgba(0, 0, 0, 1);
}

.hero-blur-container.hideblur .hero-blur-container_item,
.hsbw_bg.hideblur .bg {
	transform: scale(1.1);
	transition-delay: .1s
}

.hero-blur-container .bg {
	transition: background-image 0.3s ease-in-out;
	/* Adjust the duration and easing as needed */
}

/*-------------footer--------------*/
.main-footer {
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ab9889;
}

.main-footer:before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 90px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	bottom: 0;
	z-index: -1
}

.height-emulator {
	z-index: 1;
	position: relative;
}

.footer-social-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 30px 0 0;
}

.footer-social {
	float: left;
}

/* .footer-social-wrap {
	margin-top: 22px;
} */

.footer-social-wrap a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background: #fff;
	color: #ab9889;
	margin-right: 10px;
	font-size: 1.3em;
	transition: all .2s linear;
}

.footer-social-wrap a:hover,
.subscribe-button:hover {
	background: #fff
}

.footer-social-title,
.footer-social-wrap,
.footer-social-wrap a,
.subscribe-item,
.footer-inner,
.footer-bottom,
.copyright,
.footer-home_link {
	float: left;
}

.footer-inner {
	width: 100%;
	position: relative;
	padding: 90px 20px 60px;
}

.subscribe-item {
	width: 100%;
	position: relative;
	margin-top: 24px;
	height: 60px;
}

.enteremail {
	height: 100%;
	font-family: var(--main-font);
	border: 1px solid rgba(255, 255, 255, .1);
	background: #111;
	border-radius: 10px;
	width: 100%;
	padding-left: 30px;
	color: #fff;
}

.enteremail::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-button {
	position: absolute;
	right: 0;
	width: 130px;
	top: 0;
	cursor: pointer;
	font-weight: 600;
	border: none;
	height: 60px;
	text-transform: uppercase;
	font-family: var(--secondary-font);
	border-radius: 10px;
	background: #ab9889;
	transition: all .2s linear;
}

.subscribe-message {
	display: block;
	text-align: left;
	font-weight: 500;
	color: #fff;
	position: relative;
	top: 10px;
}

.footer-widget-title {
	color: #fff;
	text-align: left;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 17px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: relative;
}

.footer-widget-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #5f574c;
}

.footer-widget-content p {
	color: rgba(255, 255, 255, .7)
}

.footer-list li {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	padding-left: 20px;
	/* text-transform: uppercase; */
	/* font-weight: 600; */
}

.footer-list li:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 11px;
	font-weight: 900;
	transition: all .2s linear;
	color: #5f574c;
}

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

.footer-list li a {
	color: #fff;
}

.footer-contacts span {
	color: rgba(255, 255, 255, .7);
	margin-right: 10px;
	font-weight: 600;
}

.footer-contacts {
	display: block;
	margin-bottom: 30px;
}

.footer-widget-content-link {
	display: table;
	margin-top: 20px;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: #111;
	transition: all .2s ease-in-out;
}

.api-links-wrap {
	overflow: hidden
}

.api-links-wrap a {
	float: left;
	margin-right: 10px;
}

.footer-widget-content-link:hover {
	background: #fff;
	color: #000;
}

.footer-widget-content-link i {
	margin-left: 20px;
	color: #ab9889;
}

.footer-bottom {
	height: 90px;
	position: relative;
	width: 100%;
	z-index: 10;
	color: #fff;
}

/* .footer-bottom:before,
.footer-bottom:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: rgba(255, 255, 255, .1);
} */

/* .footer-bottom:after {
	top: 35px;
	bottom: 35px;
	z-index: 2;
	background: #ab9889;
} */

.copyright {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 10;
}

.footer-home_link {
	font-size: 1.6em;
	color: #ab9889;
	margin-right: 20px;
	transition: all .2s ease-in-out;
}

.footer-home_link:hover {
	color: #fff;
}

.to_top-btn-wrap {
	position: absolute;
	width: 220px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	right: 13px;
	bottom: -110px;
	border-radius: 0 0 30px 30px;
}

.to-top_btn {
	position: relative;
	display: block;
	text-align: left;
	color: #ab9889;
	cursor: pointer;
	padding-left: 40px;
}

.to-top_btn span {
	font-size: 1.1em;
	font-weight: 600;
}

.to-top_btn i {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
	right: 20px;
	background: #ab9889;
    color: #fff;
	border-radius: 50%;
	text-align: center;
}

.to-top_btn:hover i {
	background: #ab9889;
	color: #000;
}

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

.fw-listing-item .geodir-category-listing {
	border: 1px solid #eee;
}

.geodir-category-img_item {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	height: 320px;
}

.fw-listing-item2 .geodir-category-img_item {
	height: 270px;
}

.color-b {
	color: #000 !important;
}

.geodir-category-img_item .overlay {
	opacity: .25;
	transition: all .2s linear;
}

.geodir-category-img:hover .overlay {
	opacity: 0.4;
}

.geodir-category-img {
	border-radius: 0 0 30px 30px;
	z-index: 5;
}

.fw-listing-item .geodir-category-content {
	width: 55%;
	float: left;
}

.fw-listing-item .geodir-category-img {
	width: 45%;
	float: left;
}

.fw-listing-item .geodir-category-img {
	border-radius: 20px;
}

.fw-listing-item2 .geodir-category-img {
	border-radius: 0 20px 20px 0;
}

.geodir-category-content-details,
.geodir-category-img,
.geodir-category-listing,
.geodir-category-footer {
	overflow: hidden;
	position: relative;
}
.single-carousel, .single-carousel-wrap{
    position: relative;
}

.geodir-category-img img,
.card-info-media img {
	width: 100%;
	height: auto;
}

.geodir-category-img .geodir-category-location {
	position: absolute;
	left: 30px;
	bottom: 25px;
	z-index: 5;
	font-size: 1.1em
}

.geodir-category-location i,
.geodir-category-listing_media-list i,
.gid_link i {
	margin-right: 6px;
	color: #ab9889;
}

.gid_link i {
	margin: 0 0 0 10px;
}

.geodir-category-img .geodir-category-location a {
	color: #fff;
}

.geodir-category-img .list-single-opt_header_cat {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 5;
}

.cat-opt,
.post_header_cat a {
	float: left;
	margin-bottom: 15px;
	padding: 4px 16px;
	color: #fff;
	box-shadow: 0px 0px 0px 4px #ab9889a1;
	border-radius: 20px;
	border: 1px solid #ab9889;
	background: #ab9889;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.cat-opt:hover {
	background: #000;
}

.geodir_save-btn {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 5;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	color: #ab9889;
	font-size: 1.2em;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}

.geodir-category-content {
	padding: 25px 30px 20px;
	position: relative;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fff;
}

.fw-listing-item .geodir-category-content {
	border: none;
}

.geodir-category-content h3,
.agent-card-item_text h4 {
	text-align: left;
	padding: 0 45px 5px 0;
	font-weight: 600;
	font-size: 1.3em;
	position: relative;
}

.geodir-category-content h3 a,
.agent-card-item_text h4 a {
	transition: all .2s ease-in-out;
	color: #5f574c;
}

.geodir-category-content h3:hover a,
.agent-card-item_text h4 a:hover {
	color: #ab9889;
}

.geodir-category-content h3:before,
.post-item_content h3:before,
.agent-card-item_text h4:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 4px;
	background: #ab9889;
	border-radius: 10px;
	transition: all .2s ease-in-out;
}

.geodir-category-content h3:hover:before,
.post-item_content h3:hover:before,
.agent-card-item_text h4:hover:before {
	width: 22px;
	background: #eee;
}

.geodir-category-content_price {
	text-align: left;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #5e646a;
}

.fw-listing-item .geodir-category-content_price {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

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

.geodir-category-content-details li,
.post-card-details li {
	float: left;
	margin: 0 12px 6px 0;
	padding: 2px 20px 2px 4px;
	background: #f9f9f9;
	border-radius: 30px;
	border: 1px solid #eee;
}

.geodir-category-content-details li i,
.post-card-details li i {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	position: relative;
	color: #ab9889;
	margin-right: 10px;
	/* box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07); */
	font-size: 12px;
}

.geodir-category-content-details li span,
.post-card-details li span {
	font-weight: 600;
	color: #333;
}



.geodir-category-footer {
	padding: 15px 30px;
	border: 1px solid #eee;
	border-radius: 0 0 20px 20px;
	width: 100%;
	background: #fff;
}

.fw-listing-item .geodir-category-footer {
	position: absolute;
	width: 55%;
	bottom: 0;
	right: 0;
	border: none;
	border-top: 1px solid #eee;
}

.fw-listing-item.fw-listing-item2 .geodir-category-footer {
	position: relative;
	width: 100%;
}

.gid_link {
	position: absolute;
	bottom: 14px;
	right: 30px;
	border: 1px solid #eee;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 20px;
	background: #f9f9f9;
	font-weight: 600;
	font-size: .9em;
	transition: all .2s ease-in-out;
}

.gid_link:hover {
	background: #000;
	color: #fff;
}

.gcf-company {
	float: left;
}

.gcf-company img {
	width: 60px;
    height: 40px;
    padding: 3px;
    border-radius: 15%;
    margin-right: 10px;
	float: left;
	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .17);
}

.gcf-company span {
	font-weight: 500;
	color: #70778b;
	float: left;
	position: relative;
	top: 11px;
	transition: all .2s ease-in-out;
}

.gcf-company:hover span {
	color: #000;
}

.geodir-category-listing_media-list {
	position: absolute;
	bottom: 25px;
	right: 30px;
	color: #fff;
	z-index: 5;
	font-size: 1.1em
}

.bcst_ca {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.single-carousel-wrap {
	margin-top: 90px;
	padding-bottom: 30px;
}

.ss-carousel-pagination_wrap,
.fwc-controls_wrap {
	position: absolute;
	bottom: -1px;
	left: 40px;
	z-index: 10;
	background: #fff;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px 20px 0 0;
	border: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

.fwc-controls_wrap {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.solid-pagination_btns .swiper-pagination-bullet {
	opacity: 1;
	background: #ccc;
	margin: 0 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	position: relative;
	border-radius: 100%;
	transition: all 300ms ease-out;
}

.solid-pagination_btns .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	transition: all .3s ease-out;
	transform: scale(0);
}

.solid-pagination_btns .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	transform: scale(1.0);
}

.solid-pagination_btns .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ab9889;
}

.ss-carousel-button-wrap {
	position: absolute;
	bottom: -55px;
    right: 10px;
	z-index: 5;
}

.ss-carousel-button {
	float: left;
	margin-left: 15px;
	cursor: pointer;
	color: #ab9889;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	transition: all .3s ease-out;
	border-radius: 50%;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

.ss-carousel-button:hover {
	background: #000;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .07);
}

.fw-carousel-wrap {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 20px 20px 55px;
}

.fwc-controls_wrap.synk_white,
.fw-carousel-wrap {
	background: #f9f9f9
}

.fwc-controls_wrap.synk_white {
	border-bottom-color: #f9f9f9
}

.fw-carousel-wrap,
.fw-carousel-container,
.fw-carousel {
	position: relative;
	overflow: hidden;
}

.fw-carousel {
	height: 600px;
	border-radius: 20px;
}

.fw-carousel .swiper-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.fw-carousel .swiper-slide {
	width: auto !important;
	height: 100% !important;
	display: inherit !important;
	overflow: hidden;
	border-radius: 20px;
}

.fw-carousel .swiper-slide img {
	width: auto !important;
	height: 100% !important;
	position: relative;
	z-index: 1;
}

.slider-button {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	border-radius: 50%;
	transition: all .3s ease;
	background: #000;
	z-index: 50;
	cursor: pointer;
	color: #ab9889;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .4);
}

.fw-carousel-button-prev {
	left: 40px;
}

.fw-carousel-button-next {
	right: 40px;
}

.slider-button:hover {
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .4);
}

.show-info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 15;
}

.show-info span {
	float: right;
	font-weight: 600;
	position: relative;
	bottom: 35px;
	right: 40px;
	font-size: .9em;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	border-radius: 30px;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(0, 0, 0, .4);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	opacity: 1;
	transition: all .2s linear;
}

.show-info span:hover {
	color: #ab9889;
	background: #000;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .2);
}

.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 15px 30px;
	font-size: 11px;
	color: #fff;
	text-indent: 0px;
	position: absolute;
	background: #fff;
	border-radius: 10px;
	bottom: 90px;
	opacity: 0;
	right: 30px;
	margin-top: 102px;
	visibility: hidden;
	pointer-events: none;
	text-align: left;
	z-index: 16;
	transition: all .3s linear;
}

.tooltip-info h5 {
	margin-top: 12px;
	padding: 5px 0;
	position: relative;
	font-weight: 600;
	font-size: 1.5em;
	color: #000;
}

.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
}

.list-single-opt_header,
.synk-slider-wrap,
.synk-slider,
.synk-slider-thumbnails,
.synk-slider-thumbnails-wrap {
	position: relative;
}

.list-single-opt_header .hero-opt-btnns {
	bottom: auto;
	right: 0;
	width: auto;
	top: 0;
}

.list-single-opt_header .hero-opt-btnns a {
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	margin-left: 10px;
}

.synk-slider {
	overflow: hidden;
	border-radius: 20px;
}

.synk-slider-thumbnails-wrap {
	overflow: hidden;
	background: #fff;
	padding: 40px 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	border-radius: 20px;
	border: 1px solid #eee;
	height: 100%;
}

.synk-slider-thumbnails img {
	border-radius: 4px;
	width: 100%;
	height: auto;
}

.synk-slider-wrap {
	margin-bottom: 20px;
	padding-right: 170px;
}

.synk-slider-thumbnails {
	overflow: hidden;
}

.synk-slider-thumbnails .swiper-slide {
	height: auto !important;
	opacity: .5;
}

.synk-slider-thumbnails .swiper-slide-active {
	opacity: 1;
}

.ss-thumb_btn {
	position: absolute;
	left: 10px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	color: #ab9889;
	background: #f9f9f9;
	border: 1px solid #eee;
	cursor: pointer;
	z-index: 10;
	border-radius: 10px;
}

.ss-thumb_btn_next {
	bottom: 10px;
}

.ss-thumb_btn_prev {
	top: 10px;
}

.listing-item-container {
	position: relative;
	display: grid;
}

.three-columns-grid {
	grid-template-columns: auto auto auto
}

.two-columns-grid {
	grid-template-columns: auto auto
}

.three-columns-grid .listing-item,
.two-columns-grid .listing-item,
.fw-listing-item2.fw-listing-item .listing-item {
	padding: 8px;
}

.fw-listing-item .listing-item,
.one-column-grid .listing-item {
	padding: 8px 0;
}

.pagination-wrap {
	margin-top: 30px;
	position: relative;
}

.load-more_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 54px;
	line-height: 54px;
	padding: 0 50px;
	background: #000;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	border-radius: 10px;
}

.load-more_btn i {
	margin-right: 15px;
	color: #ab9889;
	font-size: 13px;
}

.pagination {
	text-align: center;
}

.pagination.float-pagination {
	display: table
}

.pagination a {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 10px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	font-size: 1.1em;
	background: #fff;
}

.geodir-category-listing,
.pagination a,
.reset-btn {
	transition: all .3s linear;
}

.pagination.float-pagination a {
	float: left;
	margin-right: 3px;
}

.pagination a.current-page,
.pagination a:hover {
	color: #ab9889;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
	cursor: pointer !important;
}

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


.list-searh-input-wrap {
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 20px 30px 10px;
	background: #fff;
	z-index: 21;
	position: relative;
}

.lws_column .list-searh-input-wrap-title_wrap {
	margin-bottom: 70px;
}

.lws_column .list-searh-input-radio_wrap {
	top: calc(100% + 15px);
	right: 0;
	width: auto;
	left: 0;
}

.list-searh-input-wrap-title_wrap {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
	z-index: 20;
}

.lsiw_dec {
	box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, .2);
}

.hero_home_search {
	padding-bottom: 30px;
}

.list-searh-input-radio_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	/* padding-right: 50px; */
}

.reset-btn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	width: 42px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 4px;
	z-index: 10
}

.reset-btn:hover {
	background: #000;
	color: #ab9889;
}

.reset-btn:hover i,
.load-more_btn:hover i {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.list-searh-input-wrap-title {
	text-align: left;
	font-weight: 600;
	font-size: 1.4em;
	position: relative;
	top: 10px;
}

.list-searh-input-wrap-title i {
	margin-right: 20px;
	color: #ab9889;
}

.list-searh-input-wrap .listsearch-input-item .price-rage-item {
	padding-left: 40px;
}

.listsearch-input-item .price-rage-item.pr-nopad {
	padding-left: 0;
}

.list-main-wrap-header {
	padding: 22px 0 22px 30px;
	z-index: 20;
	position: relative;
	margin: 20px 0;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 10px;
}

.list-main-wrap-title {
	display: table;
	position: relative;
}

.list-main-wrap-title h2 {
	text-align: left;
	font-weight: 600;
	font-size: 1.3em;
	position: relative;
}

.list-main-wrap-title h2 span {
	color: #666;
	font-weight: 100;
}

.list-main-wrap-title h2 strong {
	position: absolute;
	left: 100%;
	top: -2px;
	margin-left: 14px;
	background: #f9f9f9;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 11px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
	color: #ab9889;
	border: 1px solid #eee;
}

.list-main-wrap-opt {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	padding-left: 80px;
}

.list-main-wrap-opt_single {
	width: 180px;
	padding-left: 0;
}

.price-opt-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.back-tofilters-wrap {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}

.back-tofilters {
	background: #ab9889;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 6px;
	height: 56px;
	line-height: 56px;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
}

.vis_btf .back-tofilters {
	opacity: 1;
	visibility: visible;
}

.back-tofilters:hover {
	color: #ab9889;
	background: #000;
	border-radius: 50px;
}

.map-modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	overflow: auto;
	display: none;
}

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

.map-modal-item {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	overflow: hidden;
	border-radius: 20px;
	padding: 0 20px 20px;
	background: #fff;
	box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, .6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.map-modal-container {
	padding: 0;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.map-modal-container h3 {
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
}

.map-modal #singleMap {
	margin-bottom: 0;
	height: 450px;
	border-radius: 20px;
}

.map-modal-close {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 10;
	border-radius: 50%;
	font-size: 1.3em;
	background: #f9f9f9;
	cursor: pointer;
	border: 1px solid #eee;
	color: #ab9889;
	transition: all .2s ease-in-out;
}

.map-modal-close:hover {
	background: #000;
}

/*-------------blog-------------*/
/* .post-item {
	width: 50%;
	position: relative;
	padding: 0 20px 20px 0;
	float: left;
}

.post-items {
	z-index: 1
}

.post-item_media {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: -15px;
}

.post-item_media img {
	width: 100%;
	height: auto;
	transition: all .2s ease-in-out;
}

.post-item_media a:hover img {
	opacity: .8;
}



.post-item_content {
	padding: 30px 30px 20px;
	border-radius: 0 0 20px 20px;
	border: 1px solid #eee;
	border-top: none;
	background: #fff;
}

.post-item_content h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	font-weight: 600;
	padding-right: 12px;
}

.post-item_content h3 a {
	display: block;
	transition: all .2s ease-in-out;
}

.post-item_content h3:hover a {
	color: #ab9889;
} */


.post-items {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}


.post-item {
    padding: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.post-item_media {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: -15px;
}

.post-item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.post-item_media img {
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
}

.post-item_media a:hover img {
    opacity: .8;
}

.post-item_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 20px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
}

.post-card-details,
h3,
p {
    margin-bottom: 10px;
}

.post-card_link {
    margin-top: auto;
}

.post-item_content h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    font-weight: 600;
    padding-right: 12px;
}

.post-item_content h3 a {
    display: block;
    transition: all .2s ease-in-out;
}
.post_header_cat {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}
.post-card-details {
	overflow: hidden;
	/* border-top: 1px solid #eee; */
	border-bottom: 1px solid #eee;
	padding: 10px 0 5px;
	position: relative;
}

.post-card_link {
	display: table;
	border: 1px solid #eee;
	padding: 10px 20px;
	/* text-transform: uppercase; */
	border-radius: 20px;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: .9em;
	transition: all .2s ease-in-out;
	margin-top: 20px;
}

.post-card_link i {
	margin: 0 0 0 10px;
	color: #ab9889;
}

.post-card_link:hover {
	background: #5f574c;
	color: #000;
}

.pv-item_wrap {
	position: absolute;
	bottom: 54px;
	right: 54px;
	font-weight: 600;
}

.pv-item_wrap_single {
	bottom: 50%;
	margin-bottom: -18px;
	right: 0;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 10px;
}

.pv-item_wrap i,
.tc_single_title i {
	margin-right: 10px;
	color: #ab9889;
}

.tagcloud_single {
	padding: 15px 0 10px 20px;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 10px;
}

.tc_single_title {
	text-transform: uppercase;
	margin-right: 20px;
	font-weight: 600;
	margin-top: 10px;
}

.tc_single_title i {
	font-size: 1.2em
}

.tc_single_title .tags-widget,
.tc_single_title {
	float: left
}

.search-widget {
	padding: 5px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.search-widget input.search-inpt-item {
	background: #f9f9f9;
	height: 60px;
	padding: 0 20px;
	width: calc(100% - 135px);
	float: left;
	border: 1px solid #eee;
	border-radius: 10px;
}

.search-submit {
	border: none;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 60px;
	line-height: 60px;
	width: 130px;
	font-size: 1.2em;
	border-radius: 10px;
	background: #ab9889;
	cursor: pointer;
	transition: all .3s linear;
}

.search-submit:hover {
	background: #000;
	color: #ab9889;
}

.recent-post-widget {
	overflow: hidden;
	position: relative;
}

.recent-post-widget ul {
	list-style: none;
}

.recent-post-widget ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #eee;
	background: #f9f9f9;
	overflow: hidden;
	border-radius: 10px;
}

.recent-post-img {
	float: left;
	padding: 14px;
	border-right: 1px solid #eee;
	background: #fff;
}

.recent-post-widget ul li:hover {
	background: #f9f9f9;
}

.recent-post-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.recent-post-content {
	float: left;
	padding: 20px 0 20px 20px;
}

.recent-post-content h4 {
	padding-bottom: 2px;
	text-align: left;
	font-size: 1.2em;
	font-weight: 600;
}

.recent-post-content h4 a:hover,
.category-widget .cat-item li a:hover {
	color: #ab9889;
}

.recent-post-opt span.post-date {
	text-align: left;
	padding-right: 10px;
	position: relative;
	display: block;
	font-weight: 500;
}

.recent-post-opt span.post-date:before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 1px;
	left: 0;
	background: #ab9889;
}

.category-widget .cat-item li {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.category-widget .cat-item li a {
	float: left;
	position: relative;
	font-weight: 600;
	z-index: 2;
	padding: 0 40px 0 0;
	top: 4px;
	font-size: 1.1em;
}

.category-widget .cat-item li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50px;
	border-top: 1px solid #eee;
	z-index: 2;
}

.category-widget .cat-item li span {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ab9889;
	text-align: center;
	font-size: .9em;
	border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #eee;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
}

.social-widget {
	overflow: hidden;
}

.social-widget a,
.contact-social-container a {
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #000;
	border-radius: 6px;
	color: #ab9889;
	margin: 0 4px 4px 0;
	font-size: 1.2em;
	transition: all .3s linear;
}

.social-widget a:hover,
.contact-social-container a:hover {
	color: #000;
	background: #ab9889;
}

.post-banner-widget {
	padding: 180px 50px 30px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.post-banner-widget_content {
	z-index: 14;
	position: relative;
}

.post-banner-widget_content h5 {
	text-align: left;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	position: relative;
}

.post-banner-widget_single .post-banner-widget_content h5 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

.post-banner-widget_single .post-banner-widget_content p {
	color: #fff;
	max-width: 650px;
	padding-bottom: 0;
}

.post-banner-widget_single {
	margin-top: 50px;
	border-radius: 20px;
	padding-bottom: 50px;
}

.post-banner-widget_content a {
	padding: 13px 20px;
	background: #ab9889;
	display: table;
	color: #fff;
	margin-top: 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, .2);
	transition: all .3s linear;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
}

.post-banner-widget_content a:hover {
	background: #000;
	color: #ab9889;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}

.blog-media {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-media img {
	width: 100%;
	height: auto;
}

.post-img-row {
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 20px 0 30px;
	grid-gap: 10px;
}

.post-img-row img {
	border-radius: 10px;
}

.content-nav-fixed {
	position: relative;
	padding: 0 30px;
	height: 90px;
	background: #000;
	margin: 30px 0;
	border-radius: 50px;
}

.content-nav-fixed:before,
.content-nav-fixed:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background: #ab9889;
	z-index: 100;
}

.content-nav-fixed:after {
	background: rgba(255, 255, 255, .18);
	top: 0;
	height: auto;
	bottom: 0;
	z-index: 99
}

.content-nav-fixed ul {
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;
	z-index: 10;
}

.content-nav-fixed li {
	width: 100%;
	display: block;
	position: relative;
}

.content-nav-fixed li:first-child {
	border: none;
}

.content-nav-fixed li a.ln,
.content-nav-fixed li a.rn {
	color: #fff;
	position: relative;
	width: 100%;
	height: 90px;
	line-height: 90px;
}

.content-nav-fixed li a.ln {
	text-align: left;
	float: left;
	padding-left: 120px;
}

.content-nav-fixed li a.rn {
	text-align: right;
	float: right;
	padding-right: 120px;
}

.content-nav-fixed li a:hover:before {
	top: 0;
}

.content-nav-fixed li a.ln i,
.content-nav-fixed li a.rn i {
	position: relative;
	z-index: 50;
	transform: translateX(0);
	transition: all .3s linear;
	color: #fff;
}

.content-nav-fixed li a.ln:hover i {
	transform: translateX(-105px);
	transition-delay: .35s;
}

.content-nav-fixed li a.rn:hover i {
	transform: translateX(105px);
	transition-delay: .35s;
}

.content-nav-fixed li a span {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 10;
}

.content-nav-fixed li a.ln span {
	padding-left: 15px;
}

.content-nav-fixed li a.rn span {
	padding-right: 15px;
}

.content-nav_mediatooltip {
	position: absolute;
	bottom: 50%;
	margin-bottom: -30px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.content-nav-fixed li .overlay {
	opacity: 0;
	transition: all .3s linear;
}

.content-nav-fixed li:hover .overlay {
	opacity: .7;
	transition-delay: .3s
}

.content-nav_mediatooltip.cnmd_leftside {
	left: -10px;
}

.content-nav_mediatooltip.cnmd_rightside {
	right: -10px;
}

.comments-item {
	position: relative;
	padding-left: 100px;
}

.comments-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.comments-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.comments-avatar:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	right: -4px;
	bottom: -50px;
	border-radius: 0 0 0 10px;
}

.comments-item-text {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 10px;
}

.comments-wrap {
	margin-top: 30px;
}

.comments-item {
	margin-bottom: 30px;
}

.comments-wrap .comments-item:last-child {
	margin-bottom: 0;
}

.comments-header {
	padding: 20px 30px;
	text-align: left;
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	background: #fff;
	font-weight: 600;
	position: relative;
}

.comments-header:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 30px;
	height: 1px;
	background: #ab9889;
}

.comments-item-footer {
	position: relative;
	overflow: hidden;
	padding: 15px 30px;
	border-top: 1px solid #eee;
}

.comments-item-text-wrap {
	padding: 20px 30px;
}

.comments-item-text-wrap p {
	text-align: left;
}

.comments-item-date {
	float: left;
	font-size: .9em;
	margin-top: 10px;
	font-weight: 600;
}

.comments-item-date i {
	margin-right: 10px;
	color: #ab9889;
}

.reply-item {
	float: right;
	background: #fff;
	padding: 8px 20px;
	border: 1px solid #eee;
	font-size: .9em;
	border-radius: 10px;
	font-weight: 600;
}

#message {
	text-align: left;
	font-size: 1.1em;
}

#message div {
	padding: 15px 30px;
	background: #000;
	margin-bottom: 10px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
}

#message div p {
	margin-top: 5px;
	color: #fff;
	padding-bottom: 0;
}

#message div strong {
	color: #ab9889;
}

.commentssubmit {
	display: table;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	padding: 0 50px;
	border: none;
	-webkit-appearance: none;
	border-radius: 4px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	background: #ab9889;
	font-weight: 600;
	font-size: 11px;
	font-family: var(--main-font);
	transition: all .2s linear;
}

.commentssubmit:hover {
	border-radius: 30px;
	color: #fff;
}

.comment-form_title {
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	margin: 30px 0;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.csb-no-align {
	float: none;
	margin-top: 30px;
	display: inline-block
}

.commentssubmit i {
	margin-left: 10px;
	color: #ab9889;
	font-size: 1.3em;
	position: relative;
	top: 1px;
}

.commentssubmit:hover i {
	color: #fff;
}

.csb_color {
	background: #ab9889;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}

.csb_color:hover {
	color: #000;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .2);
}

/*------contacts------------------------------------------------*/
.contacts-card-item {
	position: relative;
	padding: 30px 30px 30px 110px;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 20px;
	background: #fff;
	transition: all .3s ease-in-out;
}

.contacts-card-item:before,
.contacts-card-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50px;
	height: 50px;
	width: 1px;
	background: #eee;
	z-index: 1;
}

.contacts-card-item:after {
	bottom: auto;
	top: 0;
}

.contacts-card-item:hover {
	background: #fff;
	box-shadow: 0px 10px 84px 0px rgba(0, 0, 0, .05);
}

.contacts-card-item i {
	position: absolute;
	top: 50%;
	left: 25px;
	font-size: 1.5em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background: #ab9889;
	box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, .2);
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.contacts-card-item:hover i {
	background: #000;
	border-radius: 50%;
	color: #ab9889;
}

.contacts-card-item span {
	display: block;
	text-align: left;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
}

.contacts-card-item p {
	font-size: .9em;
	line-height: 20px;
}

.contacts-card-item a {
	float: left;
	font-family: var(--secondary-font);
	margin: 10px 15px 0 0;
	font-weight: 500;
	color: #ab9889;
	transition: all .2s ease-in-out;
	padding: 8px 15px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 30px;
}

.contacts-card-item a:hover {
	color: #666;
}

.contacts-cards-wrap {
	margin-bottom: 30px;
}

.contacts-opt-wrap {
	position: relative;
	overflow: hidden;
}

.contact-social {
	float: right;
}

.cs-title,
.contact-social-container,
.contact-wh_title,
.contact-wh {
	float: left
}

.cs-title,
.contact-wh_title {
	margin: 18px 20px 0 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9em;
}

.contact-wh div strong {
	color: #ab9889;
	padding-left: 10px;
}

.contact-wh div {
	float: left;
	position: relative;
	padding: 15px 20px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #eee;
	margin-right: 10px;
	font-weight: 600;
}

.contacts-form-wrap {
	margin-top: 30px;
}

/*------faq------------------------------------------------*/
.faq-nav-wrap {
	padding: 20px 50px;
}

.faq-nav {
	position: relative;
	margin-bottom: 20px;
}

.faq-nav li {
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

.faq-nav li a {
	display: block;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #eee;
	border-radius: 10px;
	font-size: .9em;
	transition: all .2s ease-in-out;
}

.act-scrlink,
.faq-nav li a:hover {
	background: #f9f9f9;
}

.faq-nav li a:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f0da";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	background: #f9f9f9;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	color: #ab9889;
	font-weight: 900;
	transition: all .2s ease-in-out;
}

.faq-nav li a.act-scrlink:before,
.faq-nav li a:hover:before {
	background: #fff;
}

.help-item-title {
	padding: 15px 40px;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #eee;
	border-radius: 10px;
	font-size: 1.6em;
	font-weight: 600;
	position: relative;
}

.help-item-wrap {
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
	background: #fff;
}

.help-item-wrap .accordion a.toggle {
	background: #f9f9f9;
}

.help-item-wrap .accordion a.toggle i {
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.04);
}

.help-item-wrap .accordion a.toggle.act-accordion {
	background: #000
}

.help-item-wrap .accordion a.toggle.act-accordion i {
	background: #ab9889;
}

/*------agent----------------*/
.agent-preofile-header {
	padding: 95px 50px 20px;
	font-weight: 600;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #eee;
	border-radius: 20px 20px 0 0;
}

.agent-preofile-header .property-contacts-links {
	transform: translateY(0);
	top: 70px;
	right: 30px;
}

.agent-preofile-header .messenger-links-container {
	position: absolute;
	top: 96px;
	right: 30px;
}

.agent-preofile-header-bg {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(rgba(249, 219, 146, 1) 0%, rgba(238, 120, 56, 1) 71%);
	z-index: 1;
}

.agent-preofile-header:after {
	content: '';
	position: absolute;
	height: 44px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
}

.agent-preofile-content {
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.agent-preofile-content-text {
	border: 1px solid #eee;
	border-radius: 10px;
	background: #f9f9f9;
	padding: 20px;
}

.agent-preofile-content .tagcloud_single {
	padding: 10px 0 5px 10px;
	margin-top: 10px;
}

.agent-preofile-content .tagcloud_single .tags-widget a {
	padding: 10px 15px;
}

.agent-preofile-content h4 {
	text-align: left;
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.agent-preofile-content p {
	font-size: .95em
}

.agent-preofile-content .contact-social {
	float: none;
	display: table;
}

.agent-preofile-header-avatar,
.agent-preofile-header-avatar-item {
	position: relative;
	z-index: 5;
}

.agent-preofile-header-avatar-item {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
}

.agent-preofile-header-avatar-item:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background: #fff;
	z-index: 1;
	border-radius: 50%;
}

.agent-preofile-header-avatar img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}


.profile-card-stats {
	position: absolute;
	bottom: 18px;
	left: 180px;
	right: 30px;
	padding: 15px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	z-index: 20;
	overflow: hidden;
	box-shadow: 0 6px 20px rgb(0 0 0 / 7%);
}

.profile-card-stats:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	top: 14px;
	bottom: 14px;
	background: #eee;
}

.profile-card-stats li {
	float: left;
	width: 50%;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	text-align: center;
}

.profile-card-stats li span {
	padding-right: 6px;
	color: #ab9889;
}

.agent-preofile-footer {
	border-top: 1px solid #eee;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 20px 20px;
}

.agent-preofile-footer_title,
.agent-preofile-footer-social a {
	float: left;
}

.agent-preofile-footer_title {
	line-height: 60px;
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.agent-preofile-footer-social {
	float: right;
}

.agent-preofile-footer-social a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-left: 1px solid #eee;
}

.agent-preofile-footer-social a:hover {
	background: #000;
	color: #ab9889;
}

/*------pricing-table----------------*/
.pricing-column {
	padding: 40px 40px 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-out;
	box-shadow: 0 10px 32px 0px rgba(0, 0, 0, .04);
}

.pricing-column:hover {
	transform: translateY(-10px);
}

.pricing-header h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}

.pricing-header h3 span {
	padding-right: 6px;
	font-size: 12px;
}

.price-num {
	padding: 10px 15px 0 0;
	overflow: hidden;
	text-align: left;
}

.price-num {
	padding: 10px 15px 0 0;
	overflow: hidden;
	text-align: left;
}

.pricing-header p {
	font-weight: 400;
}

.price-num span.curen {
	position: relative;
	top: -32px;
	padding-right: 7px;
	font-weight: 400;
	font-size: 19px;
	color: #ccc;
}

.price-num-item {
	font-size: 55px;
	position: relative;
	font-weight: 400;
	color: #292929;
	float: left;
}

.pricing-content {
	margin: 5px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #eee;
}

.price-num-desc {
	float: left;
	position: relative;
	margin: 30px 0 0 20px;
	font-weight: 500;
}

.price-num-desc span:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 4px;
	width: 1px;
	height: 12px;
	background: #ddd;
	transform: rotate(40deg);
}

.pricing-content li {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	text-align: left;
	padding-left: 30px;
	position: relative;
	font-size: 12px;
	font-weight: 500;
}

.pricing-content li.not-included {
	color: #ccc;
	text-decoration: line-through;
}

.pricing-content li:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f00c";
	position: absolute;
	bottom: 3px;
	font-size: 11px;
	left: 0;
}

.pricing-content li.not-included:before {
	content: "\f307";
	color: #ab9889;
}

.pprice-link {
	color: #fff;
	padding: 16px 0;
	border-radius: 6px;
	margin-top: 20px;
	transition: all .3s linear;
	transform: translateY(0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
	font-weight: 600;
	background: #ab9889;
}

.pprice-link:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 12px 0px rgba(0, 0, 0, .07);
}

.pricing-switcher-header {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.pricing-switcher-title {
	float: left;
	font-size: 1.9em;
	font-weight: 600;
	margin-top: 12px;
}

.pricing-switcher {
	text-align: center;
	position: relative;
	float: right;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
	left: -1000px;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 210px;
	height: 56px;
	line-height: 56px;
	cursor: pointer;
	font-weight: 600;
	color: #000;
	transition: all .4s ease-out;
}

.pricing-switcher .switch {
	position: absolute;
	top: 7px;
	left: 7px;
	height: 46px;
	width: 210px;
	background: #f9f9f9;
	border-radius: 10px;
	transition: all .3s ease-out;
	border: 1px solid #eee;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}

.pricing-switcher input[type="radio"]:checked+label {
	color: #292929;
}

.mouth-cont {
	z-index: 1;
	opacity: 1;
	position: relative;
}

.year-cont {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	z-index: 2;
}

.year-cont,
.price-item {
	transition: all .3s ease-out;
}

.year-mont .mouth-cont {
	opacity: 0;
}

.year-mont .year-cont {
	opacity: 1;
}

.price-num-desc .year-cont {
	margin-left: 30px;
	width: 100px;
}

.recomm-price {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 20px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: .9em;
	font-weight: 600;
	color: #ab9889;
	border-radius: 0 0 0 20px;
	background: #000;
	box-shadow: 0 10px 12px 0px rgba(0, 0, 0, .17);
}

/*------ about------------------------------------------------*/
.about-wrap p {
	text-align: justify;
}

.about-img-hotifer p {
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
}

.about-title {
	text-align: left;
}

.about-title h2 {
	font-size: 1.9em;
	text-align: left;
	font-weight: 600;
	margin: 10px 0 4px;
}

.about-title h4 {
	font-weight: 500;
	font-size: 1.2em;
	position: relative;
}

.about-title.ab-hero h4 {
	margin-bottom: 40px;
}

.about-title.ab-hero2 h4:before,
.about-title.ab-hero2 h4:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	height: 1px;
	background: #eee;
	z-index: 1
}

.about-title.ab-hero2 h4:after {
	right: auto;
	width: 30px;
	z-index: 2;
	background: #ab9889;
}

.about-img {
	position: relative
}

.ab_i2 {
	padding-left: 50px;
}

.about-img img {
	border-radius: 20px;
	position: relative;
	z-index: 10;
}

.about-img-hotifer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
	padding: 15px 20px;
	z-index: 11;
	border-radius: 0 20px 0 20px;
	background: #000;
	color: #fff;
	text-align: left;
	box-shadow: 0 0 0 10px #fff;
}

.about-img-hotifer:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f10e";
	bottom: 30px;
	right: 20px;
	position: absolute;
	font-size: 1.5em;
	font-weight: bold;
	color: #ab9889;
}

.ab_img_wideo_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 280px;
	padding: 15px 30px;
	z-index: 11;
	border-radius: 20px 0 20px 0;
	background: #000;
	color: #fff;
	text-align: left;
	box-shadow: 0 0 0 10px #fff;
	overflow: hidden;
}

.video-link {
	padding: 0 20px 0 80px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #000;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.video-link i {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #ab9889;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	text-align: center;
	color: #000;
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .2);
}

.services-opions {
	overflow: hidden
}

.services-opions li {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 30px 20px 105px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #f9f9f9;
}

.services-opions li:last-child {
	margin-bottom: 0;
}

.services-opions li i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.7em;
	color: #ab9889;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.services-opions li h4 {
	text-align: left;
	padding-bottom: 4px;
	font-weight: 600;
	font-size: 1.3em;
}

.services-opions li p {
	padding-bottom: 0;
}

.process-wrap {
	overflow: hidden;
	padding: 10px;
	position: relative;
	background: rgba(0, 0, 0, .5);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, .2)
}

.process-wrap li {
	float: left;
	width: 33.3333333%;
	padding: 10px;
	text-align: left;
}

.process-item {
	height: 300px;
	background: #00000042;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .2)
}

//.process-item:after {
content: "";
width: 100%;
height: 100%;
background-color: #000;
top: 0px;
right: 0px;
position: absolute;
display: inline-block;
border-radius: 20px;
}

.process-count {
	color: #fff;
	margin-bottom: 30px;
	display: block;
	font-size: .9em;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	background: #111;
	border: 1px solid rgba(255, 255, 255, .2)
}

.process-item-icon {
	color: #ab9889;
	font-size: 3.4em;
	position: absolute;
	top: 20px;
	right: 30px;
}

.process-item h4 {
	color: #fff;
	font-size: 1.4em;
	font-weight: 500;
	padding-bottom: 10px;
}

.process-item p {
	color: rgba(255, 255, 255, .8)
}

/*------ about---------------*/
.agent-bg-section {
	position: relative;
	overflow: hidden;
	padding: 30px 30px 0;
	background: #fff;
}

.parallax-section-wrap {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
}

.parallax-section-content {
	text-align: left;
	padding-top: 30px;
}

.parallax-section-content h3 {
	color: #fff;
	font-weight: 500;
	font-size: 2.2em;
	margin-bottom: 20px;
	position: relative;
}

.parallax-section-content p {
	color: rgba(255, 255, 255, .7);
}

.content-section {
	padding-top: 70px
}

.agnet-carousel-wrap {
	position: relative;
	padding: 30px 30px 30px 370px;
	background: #f9f9f9;
	border-radius: 20px;
	border: 1px solid #eee;
}

.fw_car_title-wrap {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 334px;
	background: #fff;
	bottom: 30px;
	border-radius: 20px;
	border: 1px solid #eee;
	z-index: 10;
	padding: 0 50px;
}

.fw_car_title {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}

.fw_car_title h3 {
	font-weight: 600;
	font-size: 2.4em;
	position: relative;
	margin-bottom: 20px;
}

.fw_car_title h3:before,
.post-banner-widget_content h5:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #ab9889;
}

.agent-card-item_media {
	padding: 10px;
}

.agent-card-item_media-wrap {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .17);
	position: relative;
}

.agent-card-item_media-wrap .overlay {
	opacity: 0;
	transition: all .3s ease-in-out;
}

.agent-card-item_media-wrap:hover .overlay {
	opacity: .5;
}

.acim-wrap {
	position: absolute;
	bottom: -100%;
	right: 20px;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .2);
	z-index: 5;
	transition: all .3s ease-in-out;
	padding: 12px 20px;
	background: #000;
	border-radius: 10px;
}

.agent-card-item_media-wrap:hover .acim-wrap {
	bottom: 20px
}

.acim-wrap li {
	display: inline-block;
	margin: 0 10px;
}

.acim-wrap li a {
	color: #ab9889;
	font-size: 1.3em;
	transition: all .3s ease-in-out;
}

.acim-wrap li a:hover {
	color: #fff;
}

.agent-card-item {
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #eee;
}

.agent-card-item_text {
	padding: 10px;
}

.agent-card-item_text-item {
	border: 1px solid #eee;
	border-radius: 20px 20px 20px 0;
	padding: 20px;
	background: #fff;
}

/* .agent-card-item_text-item h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
} */

.agent-card-item_text h4:before {
	margin-top: -4px;
}

.agent-card-item_footer {
	padding: 0 20px 20px;
	position: relative;
	z-index: 20;
}

.agent-card-item_footer:before {
	content: '';
	position: absolute;
	right: 150px;
	left: 10px;
	bottom: 10px;
	top: -10px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border: 1px solid #eee;
	border-top: none;
}

.agent-card-item_footer .property-contacts-links {
	right: 20px;
	margin-top: -29px;
}

.agent-card-item_footer .property-contacts-links a {
	border: 1px solid #eee;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.agent-card-item_footer .post-card_link {
	margin-top: 0
}

.agent-card-item_text .post-card-details {
	border: none;
	padding: 0;
}

.agent-card-item_footer .messenger-links-container {
	top: auto;
	right: 25px;
	bottom: 80px;
}

.agent-carousel_controls {
	position: absolute;
	left: 300px;
	height: 70px;
	padding: 10px 30px 0;
	background: #f9f9f9;
	bottom: 30px;
	z-index: 20;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 20px 0 0 0;
}

.city-carousel_controls {
	position: absolute;
	left: 250px;
	height: 64px;
	border-radius: 20px 0 0 0;
	padding: 14px 30px 0;
	background: #000;
	bottom: 20px;
	z-index: 20;
}

.ac-button,
.csc-button {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	line-height: 50px;
	border-radius: 50%;
	background: #000;
	color: #ab9889;
	z-index: 50;
	cursor: pointer;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .17);
	transition: all .2s linear;
}

.csc-button {
	background: #292929;
	border: none;
}

.csc-button:hover,
.ac-button:hover,
.tc-button:hover {
	background: #ab9889;
	color: #fff;
}

/*------ api-----------------*/
.api-container,
.api-wrap,
.api-text,
.api-img {
	position: relative;
}

.api-container,
.api-text {
	z-index: 2;
}

.api-wrap-bg {
	position: absolute;
	top: 80px;
	bottom: 50px;
	right: 0;
	left: 0;
	border-radius: 20px;
	border: 1px solid #eee;
	z-index: 1;
}

.api-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 700px;
	z-index: 3;
}

.api-container {
	padding-left: 750px;
}

.api-wrap-bg:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: linear-gradient(rgba(249, 219, 146, 1) 0%, rgba(238, 120, 56, 1) 71%);
	border-radius: 20px;
}

.api-text {
	padding: 180px 120px 140px 0;
}

.api-text h3 {
	text-align: left;
	color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	margin-bottom: 10px;
}

.api-text p {
	color: #fff;
}

.api-text-links {
	overflow: hidden;
	margin-top: 20px;
}

.api-text-links a {
	padding: 0 80px 0 30px;
	float: left;
	margin-right: 20px;
	height: 60px;
	line-height: 60px;
	background: #000;
	border-radius: 40px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.api-text-links a i {
	position: absolute;
	height: 52px;
	line-height: 52px;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	background: #ab9889;
	width: 52px;
	border-radius: 50%;
	color: #fff;
	font-size: 1.7em;
	transition: all .3s ease-out;
}

.api-text-links a:hover i {
	transform: translateY(-50%) scale(.8);
	background: #fff;
	color: #ab9889;
}

.api-wrap-bg-container {
	position: absolute;
	top: 50%;
	left: 60%;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.api-bg-pin {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 100;
	background: #fff;
}

.api-bg-pin:first-child {
	left: 30%;
	bottom: 20%
}

.api-bg-pin:nth-child(2) {
	right: 20%;
	bottom: 30%
}

.api-bg-pin:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	opacity: .4;
}

@keyframes pulse {
	100% {
		transform: scale(22.1);
		opacity: 0;
	}
}

.api-bg-pin-vis:before {
	animation: pulse 3.0s infinite ease-in-out;
}

/*------ facts---------------*/
.inline-facts {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 30px 40px 50px 40px;
	text-align: left;
	position: relative;
}

.inline-facts h6 {
	font-weight: 500;
	position: relative;
}

.inline-facts h6:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #ab9889;
}

.inline-facts:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 54px;
	width: 1px;
	background: #eee;
	z-index: 1;
}

.inline-facts .num {
	font-weight: 600;
	font-size: 3.5em;
}

.inline-facts i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #ab9889;
	font-size: 1.8em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .07);
	text-align: center;
	border: 1px solid #eee;
	z-index: 2;
}

/*------ testimonilas-----------------*/
.testimonilas-carousel {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 30px 30px 50px;
	background: #f9f9f9;
	border: 1px solid #eee;
}

.testimonilas-carousel-wrap {
	position: relative;
	padding: 30px;
	z-index: 10;
}

.testimonilas-carousel-wrap .fwc-controls_wrap {
	bottom: 29px;
}

.testi-item {
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 20px;
}

.testi-header {
	position: relative;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding: 26px 30px 26px 30px;
}

.testi-header h3 {
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
}

.testi-avatar {
	position: absolute;
	left: 30px;
	top: 50%;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -25px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);
}

.testi-avatar img,
.testi-avatar {
	width: 50px;
	height: 50px;
}

.testimonilas-text-item {
	padding: 30px 30px 0;
}

.testimonilas-text-item-wrap {
	padding: 30px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-in-out;
}
  

.testimonilas-carousel .swiper-slide-active .testimonilas-text-item-wrap {
	transition-delay: .9s;
	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .04);
}

.testimonilas-text-item-wrap:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f005 \f005 \f005 \f005 \f005";
	bottom: 10px;
    right: 20px;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
	color: rgb(171, 119, 82);
	z-index: 1;
}

.testimonilas-text-item-wrap p {
	position: relative;
	z-index: 2;
	padding-bottom: 0;
	font-weight: 400;
}

.testi-footer {
	position: relative;
	padding: 30px;
	overflow: hidden;
}

.testi-footer:before {
	content: '';
	position: absolute;
	left: 30%;
	right: 20%;
	height: 1px;
	background: #eee;
	top: 50%;
}

.testi-link {
	float: left;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #eee;
	height: 40px;
	line-height: 40px;
	font-size: .9em;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .07);
}

.testi-number {
	position: absolute;
	top: 50%;
	right: 30px;
	height: 30px;
	line-height: 30px;
	background: #000;
	color: #ab9889;
	margin-top: -15px;
	border-radius: 4px;
	padding: 0 15px;
	font-weight: 600;
	font-size: .9em;
}

.tc-button {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	border-radius: 50%;
	background: #000;
	color: #ab9889;
	z-index: 50;
	cursor: pointer;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, .17);
	transition: all .2s linear;
}

.tc-button-next {
	right: 5px;
}

.tc-button-prev {
	left: 5px;
}

.video-holder {
	position: absolute;
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}

.video-container video {
	width: 100%;
}

.nav-button-wrap,
.show-mob-filter {
	display: none;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
	color: #ab9889;
	background: #000;
}
.box-head-bg{
	position: sticky;
    top: 0;
	border-radius: 0px;
	height: 90px;
	width: 100%;
	background-color: #ab9889;
}
.whatsapp-icon-fixed img {
	width: 65px !important;
}


/*------ responsive-----------------*/
@media only screen and (max-width: 1568px) {
	.hsc_flat .property-single-header-price {
		position: relative;
		top: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
		text-align: left;
		border-radius: 6px;
	}

	.top-con {
		height: 315px;
	}

	.boxed-content {
		margin-bottom: 20px;
	}
	.buy-listing .boxed-content {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 1268px) {
	.logo-holder {
		margin-left: 0;
	}

	.header-search-btn {
		width: 30px;
		margin: 0 0 0 20px;
	}

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

	.fw-listing-item .geodir-category-content {
		padding: 20px 20px 90px;
	}

	.fw-listing-item .geodir-category-footer {
		width: 100%;
	}
	.geodir-category-footer.p-list-footer{
		width: 55%;
	}
	.geodir-category-img_item {
		height: 250px;
	}

	.geodir-category-img {
		border-radius: 0;
	}

	.geodir-category-img .geodir-category-location,
	.geodir-category-img .list-single-opt_header_cat {
		left: 20px;
	}

	.city-carousel-wrap,
	.agnet-carousel-wrap {
		padding: 20px 20px 68px;
	}

	.half-carousel-title-wrap,
	.fw_car_title-wrap {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 60px 0 30px;
		margin-bottom: 20px;
	}

	.fw_car_title-wrap {
		padding: 30px 20px 0;
		border: none;
	}

	.half-carousel-title,
	.fw_car_title {
		top: 0;
		transform: translateY(0);
	}

	.city-carousel_controls,
	.agent-carousel_controls {
		height: 60px;
		left: 10px;
		bottom: 0;
		padding: 0;
	}

	.agent-carousel_controls {
		left: 20px;
		border: none;
	}

	.sc-controls {
		bottom: 14px;
		right: 30px;
	}

	.api-container {
		padding-left: 450px;
	}

	.api-img {
		width: 400px;
	}

	.agent-bg-section {
		padding: 0 10px 0;
	}

	.recent-post-img,
	.recent-post-content {
		width: 100%;
		border: none;
	}

	.recent-post-content,
	.faq-nav-wrap {
		padding: 20px;
	}

	.three-columns-grid {
		grid-template-columns: auto auto;
	}

	.two-columns-grid.fw-listing-item.fw-listing-item2 .geodir-category-content {
		padding: 20px 20px 30px;
	}
	.d-logo-bg {
		padding: 10px;
	}

	.hero-section-title h2 {
		font-size: 3.4em;
	}

	.hero-section-container {
		padding: 200px 0 70px;
	}

	.hero-section-title_container {
		padding: 0 220px 0 50px;
	}

	.hero-section-title_container.hsc_flat {
		padding: 0;
	}

	.fw-carousel {
		height: 450px;
	}
	
}
.hero-sec-vh{
    min-height: 100vh;
}

@media only screen and (max-width: 1068px) {

	.header-inner,
	.header-search-btn,
	.wish_btn {
		height: 80px;
	}
	.hero-sec-vh {
    height: auto;
	}
	.header-inner {
		padding: 0 0 0 10px;
	}

	/* .wrapper {
		margin-top: 80px;
	} */

	.header-btn {
		top: 10px
	}

	.header-search-btn,
	.wish_btn {
		line-height: 80px;
	}

	.nav-button-wrap {
		float: right;
		height: 80px;
		width: 80px;
		cursor: pointer;
		position: relative;
		display: block;
		/* border-left: 1px solid #eee; */
		margin-left: 20px;
	}

	.nav-button-wrap:before {
		font-family: "Font Awesome 6 Pro";
		content: '\f00d';
		position: absolute;
		top: 57%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		font-size: 1.4em;
		opacity: 0;
		transition: all .3s linear;
		color: #ab9889;
	}

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

	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background: #fff;
		margin-bottom: 4px;
		border-radius: 4px;
		transition: all .3s linear;
	}

	.nav-button span:first-child {
		width: 50%;
	}

	.vis_nbwc .nav-button span,
	.vis_nbwc .nav-button span:first-child {
		width: 0;
	}

	.vis_nbwc:before {
		opacity: 1;
		transition-delay: .3s;
	}

	.main-menu {
		position: absolute;
		top: 70px;
		right: -20px;
		width: 300px;
		z-index: 50;
		padding: 15px 10px;
		background: #ab9889;
		visibility: hidden;
		opacity: 0;
		border-radius: 10px;
		transition: all .4s ease-in-out;
	}

	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}

	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}

	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}

	.menusb li i {
		position: absolute;
		right: 18px;
		top: 12px;
	}

	.menusb li i:before {
		content: "\f0da"
	}

	.menusb a {
		float: left;
		width: 100%;
		padding: 8px 5px;
		position: relative;
		font-weight: 600;
		text-transform: uppercase;
		font-family: var(--secondary-font);
		color: #fff;
		line-height: 20px;
		text-align: left;
	}

	.menusb a.back {
		padding-left: 24px;
	}

	.menusb a.back:before {
		font-family: "Font Awesome 6 Pro";
		content: "\f177";
		font-size: 14px;
	}

	.menusb a.act-link,
	.menusb a.back:before,
	.menusb li i {
		color: #fff;
	}

	.main-header .container,
	.about-img-hotifer,
	.ab_img_wideo_wrap,
	.listing-grid_heroheader .gallery-filters,
	.pricing-switcher,
	.pricing-switcher .fieldset,
	.lws_mobile .list-searh-input-wrap-title_wrap .list-searh-input-radio_wrap,
	.lws_mobile .hidden-listing-item .filter-tags li,
	.show-info,
	.hsc_flat .hero-section-opt {
		width: 100%;
	}

	.main-register_bg, .loan-register_bg,
	.height-emulator,
	.mob-hid,
	.api-img,
	.main-menu nav ul,
	.more_search-btn,
	.back-tofilters-wrap,
	.hero-section-agent_link,
	.hs-pv_wrap {
		display: none
	}

	.main-register-wrap, .loan-register-wrap {
		padding-left: 0;
	}

	/* .main-register-container {
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 90px;
	} */

	.main-footer {
		position: relative;
		overflow: hidden;
	}

	.footer-widget {
		margin-bottom: 20px;
	}

	.hero-section-title.hs_align-title {
		margin-top: 0;
	}

	.listing-grid_heroheader .gallery-filters {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 20px;
	}

	.gallery-item,
	.listing-grid-item,
	.pricing-switcher label,
	.pricing-switcher .switch {
		width: 50%;
	}

	.gisp .gallery-item,
	.gisp .listing-grid-item {
		padding: 10px;
	}

	.services-opions {
		margin-bottom: 20px
	}

	.about-img-hotifer,
	.ab_img_wideo_wrap {
		position: relative;
		padding: 15px 20px;
		z-index: 11;
		border-radius: 20px;
		box-shadow: 0 0 0 0;
		margin-top: 20px;
	}

	.process-wrap {
		margin-top: 30px;
	}

	.api-container {
		padding-left: 0;
	}

	.api-text {
		padding: 40px;
	}

	.api-wrap-bg {
		top: 0;
		bottom: 0;
	}

	.api-wrap-bg:before {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.api-text h3,
	.hero-section_sin h2,
	.hsc_flat .hero-section-title h2 {
		font-size: 2.2em;
	}
	.proj-head h2{
    font-size: 1.8em !important;
    }
    .pshp_item {
    font-size: 1.3em;
    padding-left: 3px;
    }
	.api-text-links {
		margin: 0
	}

	.api-text-links a {
		margin: 10px 0 0 0;
	}

	.sb-container {
		margin: 30px 0 0 0;
	}

	.api-wrap-bg-container {
		left: 0;
	}

	.list-searh-input-wrap-hero .cs-intputwrap {
		margin-bottom: 10px;
	}

	.list-searh-input-wrap.list-searh-input-wrap-hero.lsiwh_2 {
		padding-bottom: 0 !important
	}

	.hero-section_sin .hero-section-container.hsc2 {
		padding: 350px 10px 50px 10px;
	}

	.wrapper {
		overflow: hidden;
	}

	.hero-section {
		margin-top: 0;
	}

	.ab_i2 {
		padding-left: 0;
		margin-top: 20px;
	}

	.scroll-content-wrap {
		padding-left: 0;
	}

	.help-item-title {
		padding: 15px 20px;
		font-size: 1.2em;
	}

	.pricing-column {
		padding: 40px 30px 20px;
		margin-bottom: 10px;
	}

	.pricing-switcher-title {
		font-size: 1.5em;
		text-align: left;
		margin: 10px 0;
		width: 100%;
	}

	.pricing-switcher,
	.pricing-switcher .fieldset {
		float: left;
	}

	.pricing-switcher input[type="radio"]:checked+label+.switch,
	.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
		-webkit-transform: translateX(calc(100% - 12px));
		transform: translateX(calc(100% - 12px));
	}

	.lws_mobile {
		position: fixed;
		top: 60px;
		left: -400px;
		width: 350px;
		bottom: 0;
		border-radius: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 40px 10px 20px;
		z-index: 40;
	}

	.hidden-listing-filter {
		position: relative;
		top: 0;
		margin-top: 20px;
		background: #fff;
		border-radius: 0;
		width: 100%;
		padding: 0;
		border: none;
		box-shadow: 0 10px 34px 0px rgba(0, 0, 0, 0);
		display: block;
	}

	.lsw_mb-btn .commentssubmit {
		margin-top: 30px;
	}

	.list-searh-input-wrap-title {
		top: 0;
	}

	.lws_mobile .list-searh-input-wrap-title_wrap .list-searh-input-radio_wrap {
		position: relative;
		margin-top: 30px;
	}

	.lws_mobile .custom-form .price-range-wrap {
		margin-top: 10px;
	}

	.close_mob-filter {
		display: block;
		position: absolute;
		top: 30px;
		right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #f9f9f9;
		border: 1px solid #eee;
		border-radius: 4px;
		cursor: pointer;
		z-index: 50;
	}

	.show-mob-filter {
		position: relative;
		padding: 18px 40px;
		border-radius: 6px;
		background: #ab9889;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 11px;
		display: block;
	}

	.show-mob-filter i {
		color: #fff;
		margin-right: 10px;
	}

	.two-columns-grid.fw-listing-item.fw-listing-item2 {
		grid-template-columns: auto;
	}

	.hero-section-breadcrumbs .breadcrumbs-list {
		height: auto;
		line-height: 1;
		overflow: hidden;
	}

	.hero-section-breadcrumbs .breadcrumbs-list a,
	.hero-section-breadcrumbs .breadcrumbs-list span {
		padding: 20px 20px 20px 0;
	}

	.hero-section-breadcrumbs .breadcrumbs-list a:before {
		top: 50%;
		margin-top: -7px;
	}

	.hero-section-breadcrumbs {
		border-radius: 10px;
	}

	.hero-section-container {
		padding: 120px 0 110px;
	}

	.hero-section-title_container {
		padding: 0 30px;
	}

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

	.show-info span {
		bottom: 20px;
		right: 20px;
	}

	.tooltip-info {
		bottom: 50px;
		right: 20px;
		left: 20px;
	}

	.share-holder {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.share-holder a,
	.share-title,
	.share-container {
		float: left;
	}

	.share-holder a {
		border-top: none;
		border-left: 1px solid #eee;
	}

	.share-container a:first-child {
		border-left: none;
	}

	.share-title {
		margin: 18px 20px 0 20px;
	}

	.share-container {
		width: auto
	}
	.f-text-box{
		width: 90% !important;
	}
	/*.footer-social{*/
	/*	padding-bottom: 30px;*/
	/*}*/
	.footer-widget-title{
		padding-top: 30px;
	}
	.footer-widget figure{
		margin-bottom: -30px;
	}
	.agent-box{
		padding: 40px 60px !important;
	}
	.currency-change {
		position: absolute !important;
		right: 100px !important;
		bottom: 28px !important;
	}
	.gallery-head-c .boxed-content{
		display: block !important;
		padding: 54px 25px 15px !important;
	}
	.award-list .geodir-category-listing {
		padding: 0px 20px !important;
	}
	.mg-box .agent-box{
		padding: 40px 30px !important;
	}
	.career-focus-box .services-opions li{
		padding: 15px !important;
	}
	.comm-listing-box{
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.main-register-holder, .loan-register-holder{
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.small-head{
		padding-left: 1rem !important;
	}
	
	.header-btn,
	.show-reg-form span,
	.wish_btn-item:before,
	.footer-bottom:before,
	.footer-bottom:after,
	.pv-item_wrap_single,
	.contacts-card-item i,
	.contacts-card-item:before,
	.contacts-card-item:after,
	.hs-pv_wrap,
	.hero-section-wrap-item .svg-corner,
	.hero-section-wrap-item .hs-scroll-down-wrap,
	.synk-slider-thumbnails-wrap {
		display: none
	}

	.wish_btn {
		margin-right: 5px;
	}

	.show-reg-form i {
		margin: 0;
		font-size: 1.7em;
		font-weight: 400;
	}

	.show-reg-form {
		padding: 0;
		width: 30px;
		background: none;
		border: none;
		box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0);
		margin-right: 20px;
		line-height: 1;
	}

	.footer-bottom {
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .1);
		overflow: hidden;
	}

	.three-columns-grid,
	.two-columns-grid {
		grid-template-columns: auto;
	}

	.footer-social {
		float: left;
	}

	.footer-inner {
		padding: 90px 0 30px;
	}

	.home-hero-section .hero-section-title h2 {
		font-size: 2.7em;
	}

	.boxed-container {
		border-radius: 10px;
		padding: 10px;
	}

	.boxed-content-title {
		padding: 25px 20px;
	}

	.boxed-content-title:before,
	.boxed-content-title:after,
	.lws_column .list-searh-input-wrap-title:before,
	.lws_column .list-searh-input-wrap-title:after,
	.contacts-card-item span:before,
	.contacts-card-item span:after,
	.help-item-title:before,
	.help-item-title:after,
	.testi-header:before,
	.testi-header:after {
		right: 20px;
	}

	.boxed-content-item,
	.boxed-content-item.bc-item_smal_pad {
		padding: 20px;
	}
	.boxed-content-item.mt-c-box{
		padding: 10px;
	}
	.banner-widget-wrap {
		margin-top: 20px;
	}

	.boxed-content {
		margin-bottom: 20px;
	}

	.top-con {
		height: 250px !important;
	}

	.hsc_flat .property-single-header-price {
		margin-bottom: 20px;
	}

	.cat-opt,
	.post_header_cat a {
		padding: 6px 10px;
		margin-bottom: 5px;
		box-shadow: 0px 0px 0px 0px;
	}

	.clients-carousel-wrap {
		padding: 20px;
	}

	.clients-carousel-title {
		position: relative;
		top: 0;
		transform: translateY(0%);
		text-align: left;
		margin-bottom: 30px;
		padding: 0;
	}

	.clients-carousel-title:before {
		left: 0;
		margin-left: 0;
	}

	.section-title h2 {
		font-size: 2.4em;
	}

	.testimonilas-carousel-wrap {
		padding: 0;
		margin: 20px 0;
	}

	.testimonilas-carousel {
		padding: 10px 10px 50px;
	}

	.testimonilas-carousel-wrap .fwc-controls_wrap {
		bottom: 0;
	}

	.tc-button {
		top: 100%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: -44px;
	}

	.testimonilas-text-item {
		padding: 20px 20px 0;
	}

	.testimonilas-text-item-wrap {
		padding: 25px;
	}

	.csb-no-align {
		margin: 10px 0;
		display: table
	}

	.fw-listing-item .geodir-category-content,
	.fw-listing-item .geodir-category-img,
	.fw-listing-item .geodir-category-footer,
	.list-main-wrap-opt,
	.post-item,
	.cs-title,
	.contact-wh_title,
	.contact-social,
	.property-single-header-price,
	.section-title h2,
	.clients-carousel-title,
	.process-wrap li {
		width: 100%;
	}

	.fw-listing-item .geodir-category-footer,
	.list-main-wrap-opt {
		position: relative;
		border-top: 1px solid #eee;
	}

	.list-main-wrap-opt {
		right: 0;
		top: 0;
		transform: translateY(0);
		padding: 10px 0 0 0;
		margin-top: 20px;
	}

	.list-main-wrap-header {
		padding: 20px;
		margin: 20px 0;
	}

	.post-item {
		padding: 0 0 10px 0;
	}

	.fw-carousel-button-prev {
		left: 10px;
	}

	.fw-carousel-button-next {
		right: 10px;
	}

	.gal-link,
	.box-media-zoom {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
		font-size: .9em;
	}

	.content-nav-fixed li a.ln {
		padding-left: 60px;
	}

	.content-nav-fixed li a.rn {
		padding-right: 60px;
	}

	.comments-item {
		padding-left: 0;
	}

	.comments-wrap {
		margin-top: 0;
	}

	.contacts-card-item {
		padding: 20px;
		margin-bottom: 10px;
	}

	.cs-title,
	.contact-wh_title {
		margin: 0 0 10px 0;
		text-align: left;
	}

	.contact-wh div {
		margin-bottom: 10px;
	}

	.contact-social {
		float: left;
		margin-top: 10px;
	}

	.help-item-wrap {
		padding: 10px;
	}

	.accordion a.toggle {
		padding: 0 32px 0 15px;
		height: 50px;
		font-size: 1.0em;
		overflow: hidden;
		line-height: 1.5 !important;
	}
	.accordion .toggle {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}

	.accordion-inner {
		padding: 35px 20px 20px;
	}

	.accordion a.toggle i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
		font-size: 12px;
	}

	.fw-listing-item .geodir-category-content {
		padding: 20px;
	}

	.ps-facts-wrapper {
		grid-template-columns: 100%;
		border: 1px solid #eee;
	}
	.ps-facts-item {
	    border: none;
	border-bottom: 1px solid #eee;
	}
	.ps-facts-wrapper .ps-facts-item:last-child {
	border-bottom: none
}

	.hero-section_categories a {
		float: left;
		padding: 8px 20px;
	}

	.hero-section_categories {
		margin-bottom: 10px;
	}

	.hero-section-title_container {
		padding: 0 80px 0 20px;
	}

	.property-single-header-price {
		text-align: left
	}

	.hero-section-opt {
		padding-top: 10px;
		margin-top: 10px;
	}

	.hero-section-title h2 {
		font-size: 2.4em;
	}

	.hero-section-breadcrumbs .breadcrumbs-list a,
	.hero-section-breadcrumbs .breadcrumbs-list span {
		padding: 8px 20px 8px 0;
	}

	.hero-opt-btnns {
		bottom: 10px;
		right: 4px;
	}

	.property-single-header-date {
		margin: 0 20px 0 0;
	}

	.single-carousel-wrap {
		padding: 20px 0 60px;
	}

	.fw-carousel {
		height: 250px;
	}

	.slider-button {
		top: 100%;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: -45px;
	}

	.fw-carousel-wrap {
		padding: 10px 10px 55px;
	}

	.list-single-opt_header.hsc_flat_bci {
		margin: 20px 0;
		padding-right: 90px;
	}

	.hsc_flat .hero-section-opt {
		padding-bottom: 20px;
	}

	.synk-slider-wrap {
		padding-right: 0;
	}

	.synk-slider .slider-button {
		top: 50%;
		margin-top: -15px;
	}

	.list-single-opt_header.hsc_flat_bci .hero-opt-btnns {
		top: -5px;
	}
	.agent-box{
		padding: 20px !important;
	}
	.geodir-category-img .geodir-category-location{
		bottom: 10px !important;
	}
	.geodir-category-img .list-single-opt_header_cat{
		top: 10px !important;
	}
	.prop-faq .accordion{
		padding: 15px !important;
	}
	.services-opions-grid ul {
		display: block !important;
	  }
	  .custom-gallery {
		grid-template-columns: repeat(4, 1fr) !important; 
	  }	  
}

@media only screen and (max-width: 640px) {

	.wish-list-item:before,
	.hs-scroll-down-wrap,
	.breadcrumbs-list_dec,
	.load-more_btn,
	.gid_link,
	.dec-title .svg-corner {
		display: none;
	}

	.header-search-btn {
		margin: 0 0 0 10px;
	}

	.nav-button-wrap {
		margin-left: 5px;
		border: none;
		width: 60px;
	}

	.show-reg-form i,
	.wish_btn,
	.header-search-btn {
		font-size: 1.4em;
		width: 20px;
	}

	.header-search-wrap,
	.wish-list-img,
	.wish-list-descr,
	.listing-grid_heroheader,
	.wish-list-wrap,
	.gallery-item,
	.listing-grid-item,
	.tags-widget,
	.dec-title span {
		width: 100%;
	}

	.dec-title_item {
		text-align: left
	}

	.charts-item {
		border-radius: 0 0 20px 20px;
	}

	.gisp .gallery-item,
	.gisp .listing-grid-item {
		padding: 10px 0;
	}

	.header-search {
		padding: 0 20px;
	}

	.header-search-nav {
		padding: 0;
	}

	.listing-grid_heroheader h3 {
		padding-left: 10px;
	}

	.header-search-container {
		border-radius: 0 0 10px 10px;
	}

	.wish-list-wrap {
		right: 0;
		top: 0;
		bottom: 0;
		border-radius: 10px 0 0 10px;
	}

	.listing-grid_heroheader,
	.breadcrumbs-list.bl_flat {
		overflow: hidden;
	}

	.listing-grid_heroheader {
		padding-top: 20px;
	}

	.wish-list-descr {
		padding: 10px;
	}

	.main-register, .loan-register {
		padding: 80px 10px 20px;
	}

	/* .main-register .tabs-menu, .loan-register .tabs-menu {
		padding-right: 40px;
	} */
    .main-register-holder .loan-register-holder{
		width: 100%;
	}


	.to_top-btn-wrap {
		right: auto;
		left: -33px;
	}

	.csb_color {
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .2);
	}

	.gallery-filters a {
		width: 100%;
		border: none;
		border-top: 1px solid #eee;
		border-radius: 0 0 0 0;
		height: 50px;
		line-height: 50px;
	}

	.gallery-filters a:first-child {
		border: none;
	}

	.sc-controls.shc_controls2.shc_controls3,
	.sc-controls.shc_controls2 {
		left: 0;
	}

	.breadcrumbs-list {
		padding: 0 20px;
	}

	.hs-slider-controls {
		left: auto;
		right: 0
	}

	.hero-notifer {
		text-align: center;
	}

	.hero-notifer a {
		display: inline-block;
		margin-top: 10px;
	}

	.services-opions li {
		padding: 20px 30px;
	}

	.services-opions li i {
		position: relative;
		left: 0;
		top: 0;
		transform: translateY(0%);
		margin-bottom: 30px;
		display: table;
	}

	.post-banner-widget {
		padding: 180px 30px 30px;
	}

	.profile-card-stats {
		right: 10px;
		left: 130px;
	}

	.agent-preofile-header {
		padding: 95px 30px 20px;
	}

	.tags-widget {
		padding-top: 10px;
	}

	.hero-section_sin .hero-section-container {
		padding: 90px 0;
	}
	.hero-section_sin .hero-section-container.hsc2{
		padding: 350px 0 10px 0;
		}
		
	.search-widget input.search-inpt-item {
		width: calc(100% - 70px);
	}

	.search-submit {
		right: 5px;
		width: 60px;
	}

	.ps-facts-item {
		border-bottom: 1px solid #eee;
		padding: 20px 30px 20px 40px;
	}

	.ps-facts-item i {
		left: 12px;
		font-size: 1.2em;
	}

	.single-gallery-filters {
		border: 1px solid #eee;
		border-radius: 6px;
		padding-bottom: 50px;
	}

	.single-gallery-filters .gf_counter {
		top: auto;
		bottom: 0;
		left: 0;
		padding: 0 12px;
		height: 50px;
		line-height: 50px;
		border-radius: 0;
		background: #000;
		color: #fff;
		font-size: 1.1em;
		border: none;
		box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0);
	}
	
	.ps-facts-item h4 {
		font-size: 1em;
	}

	.single-gallery-filters .gf_counter:before {
		background: #ab9889;
	}

	.graph-price-container {
		grid-template-columns: auto;
	}

	.graph-price-counter-wrap {
		display: table
	}

	.price-perc {
		right: auto;
		left: 120px;
	}

	.dec-title_item {
		padding: 23px 30px 0 30px;
	}

	.property-single-header-date {
		text-align: left
	}
	.valuation-submit button{
		width: 100% !important;
	}
	.footer-social-wrap a{
		width: 38px;
		height: 38px;
	}
	.logo-holder img {
		height: auto;
		width: 110px;
		margin-top: 0.3rem;
	}
	.header-inner, .nav-button-wrap{
		height: 60px;
	}
	/* .wrapper {
		margin-top: 60px;
	} */
	.footer-widget figure{
		width: 130px !important;
	}
	.geodir-category-footer{
		padding: 11px !important;
	}
	.value-f-head{
		padding: 2rem !important;
	}
	.qr-box img{
		width: 100px !important;
	}
	.property-pp .process-wrap ul{
		display: block !important;
	}
	.property-dev-box .post-card_link{
		display: none !important;
	}
	.prop-faq .accordion a.toggle{
		padding: 45px 45px 45px 20px!important;
	}
	.currency-change {
		position: absolute !important;
		right: 65px !important;
		bottom: 17px !important;
	}
	.main-menu{
		top: 55px !important;
	}
	.custom-gallery {
		grid-template-columns: repeat(3, 1fr) !important; 
	}
	.banner-widget-wrap {
		padding: 140px 40px;
	}
	.comm-listing-box{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.filterh1-holder{
	  width: 90% !important;
	  margin-top: 100px;
	}
	.filterh2-holder{
		width: 90% !important;
	  margin-top: 40px;
	}
	.box-head-bg{
		height: 60px;
	}
}
@media only screen and (max-width: 400px) {
	.buy-p-wrap .property-contacts_profile{
		display: block !important;
	}
	.buy-p-wrap .property-contacts_profile_link{
		display: block !important;
	}
	.buy-p-wrap-h{
		text-align: center !important;
	}
	.ss-carousel-pagination_wrap{
		left: 12px !important;
		height: 45px !important;
	}
	.ss-carousel-button-wrap{
		right: 9px !important;
		bottom: 4px !important;
	}
	.agent-page-container .geodir-category-img_item, .link-sec-container  .geodir-category-img_item{
		height: 300px !important;
	}
	.agent-detail-box{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.agent-text{
		padding: 10px !important;
	}
	.off-plan-box .boxed-container {
        padding: 0px;
	}
	.ss-carousel-pagination_wrap, .fwc-controls_wrap{
		padding: 1px 10px !important;
	}
	.pp-single-opt-links li a{
		padding: 10px 20px;
	}
	.top-con{
		height: 300px !important;
	}
	.nerby-list-box {
		padding: 3px !important;
	}
	.custom-gallery {
		grid-template-columns: repeat(2, 1fr) !important; 
	  }
	  
	  .filterh1-holder{
		margin-top: 160px;
	  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
	.agent-page-container .bg {
		/* background-attachment: scroll !important; */
		-webkit-background-size: cover;
		background-position: top;
	}
}

.about-list ul {
	left: -125px !important;
	min-width: 312px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.d-logo-bg {
		background-attachment: scroll !important;
		-webkit-background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		padding: 25px 30px 20px;
	}
}


.dev-list .geodir-category-listing { 
	border-radius: 20px;
}


.dev-list .geodir-category-footer {
    width: 100%; 
    margin-top: auto; 
}
.fw-listing-item2 .dev-list .geodir-category-img {
    border-radius: 0px;
    /* box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.2); */
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 100% !important;
}
.fw-listing-item2 .dev-list .geodir-category-content {
	width: 100% !important;
}
.f-number{
	color: #fff;
}
.footer-numbers li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	/* border-bottom: 1px solid #c4bdba91; */
}
.whatsapp-icon-fixed{
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 9999;
	transition: all 0.6s ease-in-out;
}
.whatsapp-icon-fixed:hover{
	transform: scale(1.1) rotate(360deg);
}
.service-s-box {
	text-align: left;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #5e646a;
}
.service-s-box h3 {
	text-align: left;
    font-weight: 900;
	font-size: 16px;
    color: #5e646a;
}
.service-s-box ul li, .guide-li ul li{
	position: relative;
	padding-left: 10px;
	/* line-height: 1.5; */
}
.service-s-box ul li:before, .guide-li ul li:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    font-size: 11px;
    font-weight: 900;
    transition: all .2s linear;
    color: #ab9889;
}
.guide-head{
	text-align: left;
}
.guide-head h3 {
    font-weight: 900;
	font-size: 16px;
    color: #5e646a;
	text-transform: uppercase;
}
.services-list ul{
	min-width: 338px !important;
    left: -155px !important;
}
.n-bold{
	font-weight: 700 !important;
}
.value-f-head{
	font-size: 20px;
	background-color: #ab9889;
	color: #fff;
}
.valuation-submit{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dev-list .geodir-category-listing .row {
    display: flex;
    align-items: center; 
}

.dev-list .geodir-category-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    height: 100%; 
}
.exc-carousel{
	text-align: left;
    font-size: 1.3em;
    font-weight: 600;
	padding: 0px 0px 20px 20px;
}
.list-footer, .p-list-footer{
	display: flex;
	justify-content: space-between;
}
.list-footer .pcl_btn, .p-list-footer .pcl_btn{
	float: none;
	font-size: 2.3em;
	width: 35px;
	height: 35px;
	line-height: 40px;
}
.exc-listing-carousel .swiper-wrapper{
	height: 100% !important;
}
.hidden {
    display: none;
}
.list-contact-icon img{
	width: 30px;
	height: 30px;
	transition: transform 0.3s ease-in-out;
	margin-left: 7px;
	margin-top: -3px;
}
.list-contact-icon a:hover img {
    transform: scale(1.1); 
}
.buy-listing .geodir-category-content_price{
	padding: 8px 0 4px 0 !important;
}
.small-head{
	padding-top: 20px;
	padding-left: 3rem;
	margin-bottom: -23px;
}
.buy-property-title h1{
	font-size: 2em;
    font-weight: 700;
    text-align: left;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.buy-property-title h4{
	padding-left: 1rem;
	color: #666;
    font-size: 1.0em;
	text-transform: uppercase;
	font-weight: 600;
}
.buy-property-spec ul{
	text-align: left;
	padding-bottom: 1rem;
}
.buy-property-spec ul li::before {
	content: "-";
	margin-right: 0.5em;
  }
  .text-left{
	text-align:left;
  }
  .p-manage-box{
	background-color: #ab9889;
  }
  .p-manage-box p{
	color: #fff;
  }
  .p-manage-box .m-head{
	font-size: 1.1rem;
	font-weight: 700;
  }
  .buy-p-wrap .buy-p-wrap-h h3{
	font-size: 1rem;
	font-weight: 600;
  }
  .buy-p-wrap .buy-p-wrap-h h6{
	font-size: 0.7rem;
  }

/* 3.3 wpo-payment-section */
.wpo-payment-section,
.wpo-payment-section-s2 {
  position: relative;
  z-index: 1;
}

.wpo-payment-section:before,
.wpo-payment-section-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.wpo-payment-section:after,
.wpo-payment-section-s2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: url(../images/payment-bg.png), #E5F346 50%/cover no-repeat; */
  z-index: -2;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.wpo-payment-section .wpo-payment-wrap .wpo-section-title,
.wpo-payment-section-s2 .wpo-payment-wrap .wpo-section-title {
  text-align: left;
  max-width: 300px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-payment-section .wpo-payment-wrap .wpo-section-title,
  .wpo-payment-section-s2 .wpo-payment-wrap .wpo-section-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .main-register.tabs-act.fl-wrap{
	min-width: 320px;
}
}

.wpo-payment-section .wpo-payment-wrap .wpo-section-title span:before,
.wpo-payment-section-s2 .wpo-payment-wrap .wpo-section-title span:before {
  background-color: #fff;
}

.wpo-payment-section .wpo-payment-wrap .wpo-section-title small,
.wpo-payment-section-s2 .wpo-payment-wrap .wpo-section-title small {
  background: rgba(28, 24, 23, 0.12);
  color: #1C1817;
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 575px) {
  .wpo-payment-section .wpo-payment-wrap .payment-form-area,
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area {
    display: block;
  }
  
.content-nav-fixed{
	height: 70px;
}
.content-nav-fixed li a.rn{
	height: 70px;
}
.content-nav_mediatooltip.cnmd_leftside{
	display: none;
}
.content-nav_mediatooltip.cnmd_rightside{
	display: none;
}
.content-nav-fixed li a.ln{
	padding-left: 0;
}
.content-nav-fixed li a.rn {
	padding-right: 0px;
}
.content-nav-fixed li a.ln, .content-nav-fixed li a.rn{
	height: 70px;
	line-height: 70px;
}
.main-register.tabs-act.fl-wrap{
	min-width: auto;
	max-width: none;
}
.nerby-list li span{
    position: relative;
display: block;
}
.whatsapp-icon-fixed {
    bottom: 20px;
    right: 15px;
}
.whatsapp-icon-fixed img{
    width: 50px !important;
}
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 30px;
  padding: 0 20px;
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group:last-child,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group:last-child {
  margin-bottom: 0;
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group label,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group label {
  display: block;
  font-family: "Epilogue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #1C1817;
  margin-bottom: 11px;
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group input,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group input {
  width: 100%;
  width: 100%;
  padding: 15px;
  height: 45px;
  background: transparent;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  border: 2px solid #eee;
    border-radius: 20px;
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group input:focus,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group input:focus {
  outline: none;
}

.wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group .theme-btn, .wpo-payment-section .wpo-payment-wrap .payment-form-area .form-group .view-cart-btn,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group .theme-btn,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group .view-cart-btn {
  background: #ab9889;
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  border-style: none;
}

.wpo-payment-section .wpo-payment-wrap .payment-result,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-result {
  max-width: 226px;
  margin-left: auto;
  background: #fff;
  text-align: center;
  border: 1px solid var(--black, #1C1817);
  border-radius: 0 0 20px 20px;
  padding: 30px;
}

@media (max-width: 991px) {
  .wpo-payment-section .wpo-payment-wrap .payment-result,
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-result {
    margin: 0;
    max-width: 100%;
  }
}

.wpo-payment-section .wpo-payment-wrap .payment-result .result-item,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item {
  margin-bottom: 40px;
}

.wpo-payment-section .wpo-payment-wrap .payment-result .result-item:last-child,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item:last-child {
  margin-bottom: 0;
}

.wpo-payment-section .wpo-payment-wrap .payment-result .result-item span,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item span {
  font-family: "Epilogue";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #b2b2b2;
}

.wpo-payment-section .wpo-payment-wrap .payment-result .result-item h3,
.wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
/* 3.3 wpo-payment-section ends*/

/* 5.5 wpo-payment-section-s2   */
.wpo-payment-section-s2 {
	background: none;
  }
  
  .wpo-payment-section-s2:before {
	display: none;
  }
  
  .wpo-payment-section-s2::after {
	display: none;
  }
  
  .wpo-payment-section-s2 .wpo-payment-wrap {
	/* background: #E5F346; */
	padding: 40px;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
  }
  
  .wpo-payment-section-s2 .wpo-payment-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	/* background: url(../images/noice.png); */
	z-index: -1;
  }
  
  .wpo-payment-section-s2 .wpo-payment-wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(../images/payment-bg.png), #E5F346 50%/cover no-repeat; */
	z-index: -2;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  @media (max-width: 767px) {
	.wpo-payment-section-s2 .wpo-payment-wrap {
	  padding: 0px;
	}
	.post-items {
		display: grid;
		grid-template-columns: 100%;
		gap: 20px;
	}
  }
  
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group:last-child {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
  }
  
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-result {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 50px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #ab9889;
		color: #fff;
		border: none;
  }
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-result p{
		color: #fff;
		font-size: 16px;
  }
  
  @media (max-width: 767px) {
	.wpo-payment-section-s2 .wpo-payment-wrap .payment-result {
	  padding: 30px;
	}
  }
  
  
  
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item {
	margin-bottom: 0;
  }
  
  @media (max-width: 575px) {
	.wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item {
	  margin: 0 20px;
	  margin-bottom: 20px;
	}
	.theme-btn-me{
		margin-right: 0 !important;
	}
	.theme-btn-ms{
		margin-left: 0 !important;
	}
	.theme-btn{
		width: 100% !important;
	}
  }
  
  .wpo-payment-section-s2 .wpo-payment-wrap .payment-result .result-item h3 {
	margin-bottom: 0;
  }
  /* 5.5 wpo-payment-section-s2 ends  */

  /* Modal Styles */
  .custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.custom-modal.show {
    display: flex;
}

.custom-modal-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.close-modal-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.ms-ht{
	height:70px !important;
	padding-left: 50px !important;
}
.agent-title h2{
	text-align: left;
    font-weight: 600;
    font-size: 2.3em;
    position: relative;
	color: #5f574c;
}
.agent-title h3{
    font-size: 1.3em;
    font-weight: 200;
	margin-bottom: 20px;
	text-align: left;
}
.agent-title p{
	font-weight: 800;
}
.agent-text{
	padding: 25px;
}
.agent-box{
	padding: 40px 120px;
}
.agent-page-container .overlay,  .link-sec-container .overlay {
    opacity: -0.6;
    transition: all .2s linear;
}
.agent-page-container .geodir-category-img:hover .overlay, link-sec-container .geodir-category-img:hover .overlay {
    opacity: 0.1;
}
.agent-page-container .geodir-category-img_item {
    height: 400px;
}
.text-muted{
	color: #6c757d !important;
}
.property-dev-box{
	font-weight: 400;
	font-size: 1rem;
	color: #fff !important;
}
.property-dev-box a{
	color: #fff !important;
}
.property-dev-box span{
	display: block;
	font-weight: 600 !important;
}
.property-dev-box .post-card_link{
	margin-top: 0px !important;
}
.property-highlight-box{
	padding-left: 1rem;
    color: #666;
    font-size: 1.0em;
	text-align: left !important;
}
.property-highlight-box h4{
    color: #666;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.property-highlight-box span{
    color: #666;
    text-transform: none;
    font-weight: 600;
}
.property-highlight-box ul li {
    margin: 10px 0 10px 0;
}
.property-highlight-box ul li::before {
    content: "-";
    margin-right: 0.5em;
}
/* payment plan styling */
.property-pp .process-wrap{
	background-color: transparent !important;
}
.property-pp .process-item {
	height: 100%;
	/* display: flex;
	flex-direction: column;
	align-items: center; */
	padding: 30px 40px 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #f9f9f9;
	border-radius: 8px;
	text-align: center;
	position: relative;
	justify-content: center;
	overflow: hidden;
  }
  

  .property-pp .process-item h4 {
	position: absolute;
	top: 10px;
	left: -10px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 40px 6px 50px;
	border-radius: 0 999px 999px 0;
	z-index: 2;
  }
  
  .property-pp .process-item h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #333;
	z-index: -1;
	border-radius: 5px 0 0 5px;
  }
  

  .property-pp .process-count {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0 !important;
	margin-top: 40px !important;
	color: rgba(0, 0, 0, 0.7);
	background-color: transparent;
  }
  .prop-faq .accordion{
	padding: 50px;
  }
  .currency-change{
	position: absolute;
	right: 10px;
	bottom: 35px;
  }
  .currency-change ul li i{
	color: #fff;
}
  .pp-h {
    text-align: left;
    font-weight: 900;
    font-size: 16px;
    color: #5e646a;
}
.plus-sign::after {
    content: "+";
    font-weight: bold;
    margin-left: 2px;
}

.services-opions-grid ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  }
  
  .services-opions-grid li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
  }
  
  /* Make columns equal height */
.gallery-container .row {
	display: flex;
	flex-wrap: wrap;
  }
  
  /* Ensure columns stretch to equal height */
  .gallery-container .col-lg-3,
  .gallery-container .col-lg-9 {
	display: flex;
	flex-direction: column;
  }
  .gallery-head-c, .gallery-head-c,  .gallery-head-c .boxed-content{
	height: 100% !important;
	text-align: left;

  }
  .gb-title h3{
	font-weight: 600;
    font-size: 2.4em;
    position: relative;
    margin-bottom: 20px;
	color: #5f574c;
  }
  .gb-title h3::before{
	content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #ab9889;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
	display: block;
  }
  .gallery-box .lg-actions .lg-next, .gallery-box .lg-actions .lg-prev {
	display: none !important;
  }
  .fixed-social {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 10;
}
.spotlight-box .post-item{
	width: 100% ;
	height: 100%;
	padding: 0px;
	margin-left: 0;
}
.off-box.three-columns-grid {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    gap: 20px;
  }


.off-box .listing-item {
  flex: 1 1 calc(33.333% - 20px); 
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 8px 0 !important;
}


.off-box .geodir-category-listing {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}

.off-box .geodir-category-content {
  flex-grow: 1;
}

.off-box .geodir-category-footer {
  margin-top: auto;
  box-sizing: border-box;
}


@media (max-width: 1024px) {
  .off-box .listing-item {
    flex: 1 1 calc(50% - 20px);
  }
  .off-box.three-columns-grid {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 767px) {
  .off-box .listing-item {
    flex: 1 1 100%;
  }
  .off-box.three-columns-grid {
    grid-template-columns: 100%;
  }
}

@media (min-width: 1064px){
	.spotlight-box .post-item_content{
		border: 1px solid #eee;
		border-radius: 0 20px 20px 0;
	}
  
	  .spotlight-box .post-item_media,
	  .spotlight-box .post-item_content {
		height: 100%;
	  }

	  .spotlight-box .post-item_media {
		border-radius: 20px 0 0 20px;
	  }
  
	  .spotlight-box .post-item_media img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		display: block;
		
	  }
  
	  .spotlight-box .post-item_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 2rem;
		background-color: #f9f9f9;
		border-radius: 0 20px 20px 0;
	  }
	  .index-more-s .cs-intputwrap, .index-more-s .more_search-btn{
		margin-bottom: 0px !important;
	  }
	 
	  
}

.post_header_cat {
	top: 10px !important;
	left: 12px !important;
}	

/* testimonial slider css starts */

/* Clamp long text inside testimonials */
.testimonial-snippet p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1em;
  margin: 0;
}

/* Read More link */
.pop-read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #ab9889;
  text-decoration: underline;
  cursor: pointer;
}

/* Modal Styles */
.testimonial-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 80px;
  background-color: rgba(0,0,0,0.6);
  z-index: 99999 !important;
}

.testimonial-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  max-width: 600px;
  width: 80%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  border: 1px solid #eee;
}

.testimonial-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 26px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

/* css start */
/* Limit the number of lines in the h3 element */
.company-news-items .post-item_content h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limit to 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  
  /* Limit the height of the p element */
  .company-news-items .post-item_content p {
	font-size: 1em;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Limit to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden; /* Hide excess content */
	text-overflow: ellipsis; 
  }
  .post-item{
	margin-bottom: 25px;
  }
  .post-item_content p{
	padding-bottom: 0;
  }
  .award-items .post-item{
		width: 100%;
  }
  .award-items .post-item_media{
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  }
  .award-listing .geodir-category-img_item{
	height: 360px;
  }

.award-list .geodir-category-listing { 
    border-radius: 20px 20px 0px 0px;
	padding: 20px 100px;
}

.award-list .geodir-category-listing .row {
    display: flex;
    align-items: center; 
}

.award-list .geodir-category-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    width: 100%; 
	padding: 30px !important;
}
.fw-listing-item .award-list .geodir-category-img{
	width: 100%;
}
.pd-title{
    padding: 35px;
}
@media (max-width:400px) {
    
    .pd-title{
    padding: 15px;
    }
	.award-list .geodir-category-content{
		padding: 20px !important;
	}
	.tab-btn-custom, .op-btn{
		padding: 10px 20px !important;
	}
     .loan-register-holder{
		width: 93%;
	}
		.main-register-holder{
		    width:95%;
		}
		.main-register .tabs-menu li {
			width: 100%;
		}
		.main-register .tabs-menu{
			position: relative;
			padding-right: 0 !important;
			margin-bottom: 20px;
			border-bottom: none;
			border: 1px solid #eee;
			height: auto;
		}
		.main-register{
			padding: 10px 10px 20px;
		}
		
}

.mg-img-badge img{
	border-radius: 50%;
}
.mg-img-badge{
	border-radius: 50%;
	padding: 7px;
	box-shadow: 0 5px 10px #939393;
}
.mg-box .boxed-content{
	background-color: transparent;
	border: none;
}
.mg-box .agent-preofile-content{
	padding: 15px 10px;
}
.mg-box .agent-preofile-footer_title{
	padding-left: 0;
}
.border-design{
	border: 2px solid #eee;
    border-radius: 20px;
	/* padding: 50px 10px 10px 10px !important; */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 0 15px rgba(211, 211, 211, 0.5);
}
.mg-bank-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
  }
  
  .mg-bank-logo .col-md-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px; 
	margin-bottom: 20px;
  }
  
  .bankL {
	width: 100%;
	text-align: center;
	padding: 30px;
	/* border: 2px solid #d3d3d3;  */
	border-radius: 10px;
	height: 100%; /* Fill column height */
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
  }
  
  .bankL img {
	max-height: 80px;
	width: auto;
	height: auto;
  }
  .gv-msg textarea{
	padding-left: 50px !important;
  }
  .gv-msg .cs-intputwrap i{
	top: 17% !important;
  }
  .fa-brands.fa-cc-visa{
	font-size: 60px;
	color: #ab9889;
  }
  .ch-dubai-box h2{
	text-align: center !important;
	margin-bottom: 20px;
  }
  .career-focus-box .services-opions-grid li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
  }
  .career-focus-box .services-opions li i{
	position: static;
	transform: none;
	background-color: transparent;
	margin-bottom: 20px;
  }
  .career-focus-box .services-opions li{
	clear: both;
	padding: 30px;
  }
  .career-focus-box .services-opions-grid ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
  }
  .career-focus-box .services-opions li h4{
	text-align: center;
  }
  .dre-c-video{
	position: relative;
	
  }
  .dre-c-video button{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    color: white;
    font-size: 120px;
    border: none;
    cursor: pointer;
  }
  .dre-c-video button i{
	font-weight: 300;
  }
  .dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none; 
	z-index: 0;
  }
  .custom-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr); 
	gap: 10px;
	max-width: 1300px;
	margin: auto;
  }
  
  .custom-gallery a {
	display: block;
  }
  
  .custom-gallery img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
  }
  .custom-gallery .popup-image{
	position: relative;
  }
  .custom-gallery .popup-image i{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    
  }
  .overlay-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
  }
  
  .overlay-wrap img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
  }
  
  .overlay-b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
	pointer-events: none;
  }
  
  .overlay-b i {
	color: #000;
	font-size: 16px;
  }
  
  .overlay-wrap:hover img {
	transform: scale(1.05);
  }
  
  .overlay-wrap:hover .overlay-b {
	opacity: 1;
	pointer-events: auto;
  }
  /* .box-grid-cr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  } */

  .modal-box-cr {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #eee;
	border: 1px solid #eee;
    border-radius: 10px;
    background: #f9f9f9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .modal-box-cr div {
	padding: 10px 0;
  }
  .modal-box-cr:hover {
	background: #815a3e;
	color: #fff;
	transform: scale(1.05);
	box-shadow: none;
  }

  .custom-modal-cr {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	z-index: 1000;
  }

  .modal-content-cr {
	background: #fff;
	padding: 20px 45px 45px 45px;
	border-radius: 10px;
	max-width: 500px;
	height: 600px;
	width: 90%;
	text-align: center;
	position: relative;
	overflow: scroll;
  }

  .close-cr {
	position: absolute;
	top: 25px; right: 15px;
	cursor: pointer;
	font-weight: bold;
	font-size: 22px;
  }
  .modal-content-cr ul{
	padding-left: 20px;
	margin-bottom: 20px;
  }
  .modal-content-cr ul li{
	list-style-type: disc;
	text-align: left;
  }
  .cr-modal-title h4{
	font-size: 1.5em;
    font-weight: 600;
	padding: 5px 0 30px 0;
	color: #ab9889;
  }
  .cr-modal-footer{
	display: flex;
	justify-content: center;
	padding-top: 15px;
  }
  .nice-select .current{
	font-size: 12px;
  }
  .dd-hero-img{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
  }
  .dev-dd .accordion a.toggle{
	border-bottom: 1px dashed #000;
	background-color: #fff;
	color: #000;
	height: 25px;
	line-height: 0;
	padding: 5px;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
  }
  .dev-dd .accordion a.toggle i{
	background-color: transparent;
  }
  .dev-dd .accordion-inner{
	padding: 5px;
	border: none;
	box-shadow: none;
  }

  .dev-dd img{
	width:100%;
	height:400px;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 20px;
  }
.comm-search-box, .dev-search-box {
	background-color: transparent;
	border: none;
}
.comm-listing-box .geodir-category-img_item{
	height: 300px !important;
}
.comm-listing-box .listing-item{
	margin: 25px 0;
}
.comm-listing-box .geodir-category-content{
	padding: 15px;
}
.comm-listing-box .geodir-category-content_price{
	margin-bottom: 0;
}
.comm-listing-box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:20px;
}
.comm-s-hero{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
}



.single-carousel.only-one-slide .ss-carousel-button-wrap {
    display: none;
}
.only-one-slide-parent {
    margin-top: 90px;
    padding-bottom: 15px;
}
@media (max-width:768px){
	.comm-listing-box .geodir-category-img_item{
		height: 250px !important;
	}
	.listing-grid_heroheader h3 {
		padding-left: 5px;
	}
	
	.single-carousel.only-one-slide .ss-carousel-button-wrap {
		display: block;
		bottom: -65px;
	}
	.only-one-slide-parent {
		margin-top: 90px;
		padding-bottom: 5px;
		
	}
	.comm-s-hero{
		height: 300px;
	}
	.dev-dd img{
		height: 250px;
	}
}
.cur-dd{
    border:none;
    font-weight: 600;
    background-color: transparent;
	color: #fff;
}
.link-sec-container .geodir-category-img_item {
    height: 350px;
}
.link-sec-container .geodir-category-img{
    border-radius: 10px;
}
.link-detail-box .geodir-category-listing {
	border-radius: 10px;
}

.link-sec-container .geodir-category-content{
	border: none;
	padding: 10px 20px;
}
.link-sec-container .geodir-category-footer{
	border: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-bottom: 20px;
}

.link-detail-box .geodir-category-content p{
	text-align: center !important;
}
.link-detail-box h3{
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
}
.link-detail-box .geodir-category-content h3:before{
	display: none;
}
.link-sec-container {
	display: flex;
  flex-wrap: wrap;
}
.link-sec-container .link-detail-box {
	display: flex;
	flex-direction: column;
  }
  
  .link-sec-container .listing-item,
  .link-sec-container .geodir-category-listing {
	display: flex;
	flex-direction: column;
	flex: 1;
  }
  
  .link-sec-container .geodir-category-content {
	flex-grow: 1;
  }
/* index hero form starts */
.tab-wrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
  }
.op-btn a{
	color: #fff;
	    
}
  .tab-btn-custom, .op-btn {
	padding: 9px 30px;
    color: #fff;
    box-shadow: 0px 0px 0px 4px #ab9889a1;
    border-radius: 20px;
    border: 1px solid #ab9889;
    background: rgba(171, 119, 82, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
	transition: background 0.3s ease;
  }
  .op-btn{
      display: flex;
      text-align: center;
    align-items: center;
    
  }
  .tab-btn-custom.active, .op-btn:hover {
	font-weight: 600;
	background: #ab9889;
  }
 
  .tab-content-custom {
	display: none;
	background: #fefefe;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 8px;
  }

  .tab-content-custom.active {
	display: block;
  }
  .index-more-s .more_search-btn{
	display: block;
	margin-bottom: 14px;
  }
  
  .index-hd-filter .cs-intputwrap{
	margin-bottom: 14px !important;
  }
  .index-more-s .more_search-btn.mfilopact i {
	transform: translateY(-50%);
}

.index-more-s .more_search-btn.mfilopact {
	background: #f9f9f9;
	color: #000;
}
/* index hero form ends */
.side-f-msg textarea{
	height: 90px;
	padding-top: 17px;
	padding-left: 50px;
}
.side-f-msg .cs-intputwrap i {
    top: 27% !important;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
	width: 100%;
}
.iti__selected-flag{
	padding: 0 6px 0 48px;
}
.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text]{
	padding-left: 85px;
}
.iti--inline-dropdown .iti__dropdown-content{
	z-index: 999;
}
.hide-lg-buttons .lg-actions .lg-next,
.hide-lg-buttons .lg-actions .lg-prev {
    display: none;
}
.exc-comm-img-box{
	height: 320px;
	position: relative;
    overflow: hidden;
}
.exc-comm-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.comm-list-item {
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  .comm-list-item .listing-item {
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  
  .comm-list-item .geodir-category-listing {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
  }
  .comm-img-box {
	height: 300px !important; 
	overflow: hidden;
  }
  
  .comm-img-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
  }
  
.dev-list .geodir-category-img_item{
	height: auto;
	padding: 25px;
}
.off-plan-thumb {
	height: 320px;
    position: relative;
    overflow: hidden;
}
.off-plan-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.text-block-container img{
	width: auto;
	height: auto;
}

.blog-media .lg-current .lg-image {
    padding-top: 50px 0;
}
.sm-prop-thumb{
	height: 320px;
	position: relative;
    overflow: hidden;
}
.sm-prop-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


/* autocomplte form css */
.autocomplete {
	position: relative;
  }
  .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
  }
  .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
  }
  .autocomplete-items div:hover {
	background-color: #e9e9e9;
  }
  .autocomplete-active {
	background-color: #ab9889 !important;
	color: #ffffff;
  }
  .autocomplete strong {
	font-weight: bold !important;
  }


.property-single-header-price.property-dev-box {
    float: none;
    margin-bottom: 0;
}



.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.autocomplete-container {
	position: relative;
	width: 100%;
}

.autocomplete-container .autocomplete-container {
	position: relative;
	width: 300px;
}

.autocomplete-container input[type="text"] {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}

.autocomplete-container ul.suggestions {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	display: none; /* hidden by default */
	z-index: 1000;
}

.autocomplete-container ul.suggestions li {
	padding: 8px;
	cursor: pointer;
	text-align: left;
}

.autocomplete-container ul.suggestions li:hover {
	background-color: #f0f0f0;
}

.autocomplete-container .search-wrapper {
	position: relative;
	width: 100%;
}

.autocomplete-container .search {
	width: 100%;
	padding-right: 30px; /* space for the cross */
	box-sizing: border-box;
}

.autocomplete-container .clear-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	color: #999;
	display: none; /* hidden by default */
}

.suggestions li.highlight {
  background-color: #ddd;
  cursor: pointer;
}
a{
    cursor: url(../images/cursor.cur) 16 16, auto !important;
}
strong{
    font-weight: bold;
}
.pp-single-features li img{
    width: 40px;
    height: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: relative;
    color: #ab9889;
    margin-right: 10px;
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .07);
    font-size: 12px;
}

.gv-home img{
	border-radius: 10px;
}
.hero-section-title_container,
.hsc_flat {
    position: relative;
}
.hsc_flat .property-single-header-price {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background: var(--main-color);
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
	text-align: left;
}
.b-text{
    font-weight: bold;
}
.footer-qr{
    margin-top: 20px;
    text-align: left;
}
.off-box .geodir-category-content_price{
    margin-bottom: 3px;
}
.f-text-box a{
	color: #fff;
}
.buy-property-title h2{
    font-size: 1.5em;
    text-align: left;
    padding-left: 1rem;
    margin: 10px 0 20px 0;
}
.editor-cont img{
    width: 100% !important;
}
.editor-cont ul{
    padding-left: 40px !important;
}
.editor-cont ul li{
    list-style-type: disc;
    line-height: 1.7 !important; 
    color: #5e646a !important; 
    text-align: left !important;
}
.editor-cont {
    color: #5e646a !important;
}
.editor-cont .pp-single-opt-links ul li{
    list-style-type: none;
    line-height: 1 !important; 
    color: #5e646a !important; 
    text-align: left !important;
}
.editor-cont  .pp-single-opt-links ul{
    padding-left: 0px !important;
}

  .comm-list-n .geodir-category-listing{
	border-radius: 20px 20px 0 0;
	border: none;
  }

.comm-list-n .geodir-category-img_item {
	padding: 0;
}
.comm-list-n .geodir-category-listing .geodir-category-content{
	padding: 30px;
}
/* .comm-list-n {
	border: 1px solid #eee;
} */
.comm-list-n .geodir-category-listing{
	border: 1px solid #eee;
	border-bottom: none;
}

.comm-list-n .geodir-category-footer{
	border: 1px solid #eee;
}
.comm-list-item .listing-item .geodir-category-content{
	border: none;
}
.comm-list-item .listing-item {
	border: 1px solid #eee;
	border-radius: 20px;
}
.comm-list-item .geodir-category-img{
	border-radius: 0;
}
.y-video-thumb{
	position: relative;
}
.y-video-thumb .banner-widget_content{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.y-video-thumb .banner-widget_content .fas.fa-play::before{
	padding: 30px;
}
.y-video-thumb .banner-widget_content a{
	color: #ab9889;
}
.y-video-thumb img{
	border-radius: 20px;
	width:70%; height:500px; object-fit:cover;
	
}
.y-video-thumb::before{
	content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .4);
    z-index: 2;
}

.bg-mobile {
	display: none;
  }
  .bg-tablet{
      display: none;
  }
  

  @media (max-width: 500px) {
	.bg-desktop {
	  display: none;
	}
	.bg-mobile {
	  display: block;
	}
	.y-video-thumb img{
		width:100%; height:300px;
	}
	.wpo-payment-section-s2 .wpo-payment-wrap .payment-result{
        padding: 40px 40px 0px 40px;
    }
  }
  @media (min-width: 501px) and (max-width: 766px) {
	.bg-desktop {
	  display: none;
	}
	.bg-tablet {
	  display: block;
	}
  }
  .bg.bg-mobile{
	position: absolute;
	top: -51px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
  }
  .bg.bg-tablet{
	position: absolute;
	top: -51px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
  }
  .comm-list-n .geodir-category-img img{
      width:100%;
      height: 300px;
  }
  .agent-detail-box .geodir-category-content{
    border: 1px solid #eee;
    border-radius: 0 0 20px 20px;
  }
  .agent-detail-box .geodir-category-img{
      border-radius: 20px 20px 0 0;
  }
  


  .agent-equal-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.agent-equal-box .geodir-category-listing {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.agent-equal-box .geodir-category-img {
    flex: 0 0 auto;
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.agent-equal-box .geodir-category-img .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.agent-equal-box .geodir-category-content {
    flex-grow: 1;
}

.agent-equal-box .geodir-category-content h3,
.agent-equal-box .geodir-category-content_price {
    margin: 0 0 8px;
}

.lowercase-text {
    text-transform: lowercase;
}
.hero-section-wrap-item.hero-sec-vh, .hero-section-wrap, .hero-section{overflow: unset !important;}
.hero-section{z-index: 9;}
  
.cur-dd option{
	background-color: #ab9889 !important;
	color: #fff !important;
	-webkit-appearance: none;
}
.mt-c-box .wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group{
	flex-basis: 100%;
	margin-bottom: 25px;
}
.wpo-payment-section-s2 .wpo-payment-wrap .payment-result {
	margin-top: 0;
	border-radius: 0 20px 20px 0px;
		/*padding: 20px 20px 0 20px !important;*/
	display: flex;
    justify-content: center;
    align-items: center;
}
.payment-result h4{
	font-weight: 900;
	font-size: 17px;
	margin-bottom: 10px;
	text-align: start;
}
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group .theme-btn{
    margin-top: 10px;
}
.mt-btn{
	margin-bottom: 0 !important;
}
.payment-form-area {
	margin: auto 0 !important;
	padding: 20px 0;
}
.wpo-payment-section-s2 .wpo-payment-wrap{
        font: var(--main-font) !important;
    }
    
.wpo-payment-section-s2 .wpo-payment-wrap .payment-form-area .form-group .theme-btn{
    font-family: var(--main-font);
}
.buy-property-title h4 span.pshp_item{
    font-size: 1.4em;
}

.iti {
    width: 100%;
}

.iti--inline-dropdown .iti__dropdown-content {
    z-index: 99 !important;
}

.form-control.iti__tel-input {
    padding-left: 80px !important;
    padding-top: 28px !important;
}

.iti__selected-flag {
    padding-top: 15px !important;
}

.iti__country-name {
    color: #333;
}


.iti__search-input,
.iti__search-input::placeholder {
    color: #000 !important;
}
.iti__country-list{
    width: 100%;
}
#combinedChart {
    width: 100% !important;
    max-width: 250px;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
@media (max-width: 575px) {
	.wpo-payment-section-s2 .wpo-payment-wrap .payment-result {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding: 40px;
	}
  }
@media (max-width: 1063px){
    .wpo-payment-section-s2 .wpo-payment-wrap .payment-result{
        border-radius: 0 0 20px 20px;
    }
}