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


body {
	font-family: 'Poppins', sans-serif;
	display: flex;
	flex-direction: column;
	position: relative;
}


:root {
	--theme-color: #079795;
	--theme-secondary-color: #0D263B;
	--theme-color-lt: #c1e2cf;
	--color-white: #fff;
	--theme-black-color: #222;
	--transition: all .5s ease-in-out;
}

.pd-80 {
	padding: 80px 0;
}

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

.pd-100 {
	padding: 100px 0;
}

a {
	text-decoration: none;
	;
}

.img,
img {
	max-width: 100%;
}

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

.form-control {
	height: 45px;
	border-radius: 6px;
	border: 1px solid #ced4da8f !important;
}

textarea.form-control {
	border-radius: 0px;
	min-height: 150px;
}

.form-select {
	border-radius: 0;
	height: 45px;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid var(--theme-color) !important;
}

.form-select:focus {
	border-color: var(--theme-color);
	outline: 0;
	box-shadow: navajowhite;
}

.error {
	color: red !important;
}

.form-select:focus {
	border: 1px solid #ced4da;
	outline: 0;
	box-shadow: none;
}

/****Authentication Pages Start****/

.about-us-wrapper {
	padding: 30px;
}

.login-sec {
	background: url(/static/admin-assets/images/auth-banner.jpg);
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 55px;
}

.login-sec::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .55);
	content: '';
}

.login-sec .login-main {
	padding: 30px;
	border-radius: 0 80px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	overflow: hidden;
}

.login-main::before {
	position: absolute;
	top: -30px;
	width: 90px;
	height: 90px;
	background: var(--theme-color);
	content: '';
	left: -30px;
	border-radius: 50%;
}

.login-main::after {
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 90px;
	height: 90px;
	background: var(--theme-color);
	content: '';
	border-radius: 50%;
}

.login-sec .login-main .theme-form h4 {
	margin-bottom: 8px;
	font-weight: 600;
}

.login-sec .login-main .theme-form p {
	margin-bottom: 20px;
	font-size: 13px;
	color: #898989;
}

.login-sec .login-main .theme-form label {
	font-size: 14px;
}

.login-sec .form-control {
	border-color: #eee;
	background-color: #fff;
	font-size: 14px;
	color: #322b2b;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.remember-card .link {
	color: var(--theme-color);
	text-decoration: none;
}

.login-social-title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #eee;
	top: 10px;
	z-index: -1;
	right: 0;
}

.login-social-title {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.login-sec .login-social-title h6 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: #979797;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}

.login-sec ul.login-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-sec ul.login-social li {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--theme-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-sec ul.login-social li a i {
	color: #fff;
}

.login-sec ul.login-social li:nth-child(n+2) {
	margin-left: 15px;
}

.login-btn {
	padding: 10px 18px;
	font-size: 16px;
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	transition: all .5s ease-in-out;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 0px;
}

.login-btn:hover {
	color: var(--theme-color);
	background: transparent;
	border: 1px solid var(--theme-color);
}

.login-social li a svg {
	stroke: var(--theme-color);
}

.login-sec .form-control {
	height: 40px;
	border-radius: 0;
	border: 1px solid #e8e8e8;
}

.signup-link {
	font-size: 16px !important;
	margin-top: 25px !important;
}

.signup-link a {
	color: var(--theme-color);
	text-decoration: none;
}

.login-logo {
	position: relative;
	text-align: center;
}

.login-logo a {
	max-width: 180px;
	height: 60px;
	display: flex;
	margin: 20px auto;
	padding: 10px;
	background: var(--color-white);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 2px solid var(--theme-color);
	animation-duration: 3s;
	animation-iteration-count: infinite;
	align-items: center;
	justify-content: center;
}

.login-logo a img {
	width: 100%;
}

.remember-card a {
	color: var(--theme-color);
}

@media only screen and (max-width:767px) {
	.login-sec {
		padding-bottom: 80px;
	}
}

/****Authentication Pages End****/

.theme-btn {
	padding: 12px 30px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
	background-color: var(--theme-color);
	border: none;
	outline: none;
	font-weight: 500;
}

.theme-btn::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: #000;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.theme-btn:hover {
	color: #fff;
}

.theme-btn:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.theme-btn-lt {
	padding: 12px 30px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
	background-color: #000;
	border: none;
	outline: none;
	font-weight: 500;
	transition: var(--transition);
}

.theme-btn-lt::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: var(--theme-color);
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.theme-btn-lt:hover {
	color: #fff;
}

.theme-btn-lt:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.bounce-1 {
	animation-name: bounce-1;
	animation-timing-function: linear;
}

@keyframes bounce-1 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-30px);
	}

	100% {
		transform: translateX(0);
	}
}

/*****Breadcrum Start*****/
.page-title-area {
	padding: 60px 0 40px 0;
	background-color: #079795;
	overflow: hidden;
	position: relative;
}

.page-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.277;
	color: #fff;
}

.page-title-green {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.277;
	color: #049795;
}


.breadcrumb-menu li {
	position: relative;
}

.breadcrumb-menu li span {
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
}

.breadcrumb-menu ul {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-bottom: 0;
}

.page-title-wrapper {
	position: relative;
}

.trail-begin a {
	color: var(--theme-color);
}

.trail-begin a span {
	color: var(--theme-color);
}

.breadcrumb-menu li:not(:last-child)::after {
	display: inline-block;
	color: #fff;
	content: "\f105";
	position: absolute;
	right: -16px;
	top: 0px;
	font-family: "Font Awesome 5 Pro";
}

/*****Breadcrum End*****/


/*****Contact Us Page Start*****/

.iti__flag-container {
	height: 100% !important;
	margin-right: 10px;
}

.iti--allow-dropdown input#mobile_no {
	padding-left: 95px !important;
}

.iti--allow-dropdown #mobile_no-error {
	position: absolute;
}

.contact-info-item:hover {
	border-color: #079795;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.contact-info-item {
	position: relative;
	margin-top: 15px;
	padding: 25px 18px 25px 93px;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	transition: all .5s ease-in-out;
}

.contact-info-item i.contact-info-bg {
	color: #FA5F1C;
	background-color: #FEE7DD;
}

.contact-info-item i {
	position: absolute;
	top: -15px;
	left: 20px;
	width: 58px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	border-radius: 5px;
}

.contact-info-item h3 {
	margin-bottom: 5px;
	font-size: 20px;
	color: var(--titleColor);
}

.contact-info-item p {
	margin-bottom: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	font-size: 13px;
}

.contact-info-item p a {
	color: var(--bodyColor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	display: block;
}

.contact-info-item i.contact-info-bg2 {
	color: #00CA99;
	background-color: #D9F7F0;
}

.contact-info-item i.contact-info-bg3 {
	color: #FFB300;
	background-color: #FFF4D9;
}

.contact-info-item i.contact-info-bg4 {
	color: #62E3F1;
	background-color: #E8FBFD;
}

.contact-form {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	background-color: white;
	padding: 40px 30px;
	border-radius: 10px;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-form h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.contact-form .form-group {

	position: relative;
}

.contact-form .form-group .form-control {
	height: 50px;
	color: var(--bodyColor);
	border: none;
	background-color: #F8F8F8;
	font-size: 15px;
	padding: 15px 20px;
	width: 100%;
	border-radius: 0;
}

.contact-form .agree-label {
	margin-bottom: 20px;
	position: relative;
}

.contact-form .agree-label label a {
	color: var(--theme-color);
}

.contact-form .agree-label label a:hover {
	color: var(--theme-black-color);
}

#map-canvas {
	height: 100%;
	min-height: 500px;
}


/*****Contact Us Page End*****/


/****Faq Page Start****/

.faq-area {
	min-height: calc(100vh - 600px);
}

.choose-right .accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}

.choose-right .accordion-item {
	border: 1px solid #eaebee;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.choose-right .accordion-collapse {
	border: 0;
}

.choose-right .accordion-button {
	padding: 25px;
	font-size: 16px;
	color: #242629;
	font-weight: 600;
	padding-right: 35px;
	border: 0;
}

.choose-right .accordion-button:not(.collapsed) {
	color: var(--clr-common-heading);
	background-color: #fff;
	box-shadow: none;
	border: 0;
}

.choose-right .accordion-body {
	padding: 10px 25px 20px 25px;
	margin-top: -10px;
}

.choose-right .accordion-body p {
	line-height: 30px;
	margin-bottom: 0;
}

.choose-right .accordion-button:not(.collapsed)::after {
	background: none;
	transform: rotate(180deg);
	content: "ï¨";
	position: absolute;
	right: 25px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
}

@media (max-width: 767px) {
	.choose-right .accordion-button:not(.collapsed)::after {
		right: 20px;
	}
}

.choose-right .accordion-button::after {
	background: none;
	color: var(--clr-common-heading);
	content: "ï§";
	position: absolute;
	right: 20px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

@media (max-width: 767px) {
	.choose-right .accordion-button::after {
		right: 15px;
	}
}

.no-data .accordion-button::after {
	background-image: none !important;
	content: none !important;
}

/****Faq Page End****/

/****How We Work Page Start****/
.work-progress-two {
	min-height: calc(100vh - 280px);
	display: flex;
	align-items: center;
}


.progress-item-two {
	background: white;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	z-index: 1;
	position: relative;
	text-align: center;
	padding: 0 40px 60px;
	margin-top: 30px;
}

.progress-item-two h3 {
	font-size: 24px;
	font-weight: 500;
}

@media only screen and (max-width: 991px) {
	.progress-item-two {
		border: none;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.progress-item-two {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.progress-item-two .icon {
	color: white;
	font-size: 50px;
	padding-top: 8px;
	margin: 0 auto -35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 125px;
	height: 125px;
	background: var(--theme-color);
	line-height: 115px;
	border-radius: 50%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.progress-item-two .icon {
		width: 100px;
		height: 100px;
		padding-top: 0;
		font-size: 45px;
	}
}

.progress-item-two .learn-more {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.progress-item-two .learn-more i {
	color: var(--theme-color);
}

.progress-item-two .progress-step {
	position: absolute;
	font-size: 125px;
	font-weight: 900;
	opacity: 0.06;
	left: 50%;
	z-index: -1;
	bottom: 5px;
	line-height: 1;
	color: var(--theme-color);
	font-family: "Nunito", sans-serif;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.bg-orange {
	background: var(--theme-color);
}

.subscribe-form {
	padding: 2px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #fff;
}

.subscribe-form button {
	font-weight: 500;
	background: white;
	border-radius: 5px;
	padding: 11px 45px;
	color: #000000;
	box-shadow: none;
	border: none;
}

.pb-90,
.py-90 {
	padding-bottom: 90px;
}

.pt-210,
.py-210 {
	padding-top: 210px;
}

.subscribe-form input {
	border: none;
	color: white;
	opacity: 0.8;
	background: transparent;
	padding: 12px 10px 12px 30px;
	width: 100%;
}

/****How We Work Page End****/


/*****USER DASHBOARD CSS Start *****/
.dashboard_menu {
	background: var(--theme-color);
	overflow: hidden;
	border-radius: 8px;
}

.dasboard_header {
	padding: 30px 0px;
	text-align: center;
}

.dasboard_header h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: 25px;
	text-align: center;
}

.dasboard_header .dasboard_header_img {
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	cursor: pointer;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dashboard_area {
	overflow: hidden;
}

.dashboard_menu ul li a {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.3s linear 0s;
	background: none !important;
	color: #fff;
	border-top: 1px solid #ffffff42;
	padding: 0px 0px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	text-transform: capitalize;
	position: relative;
}

.querry-count {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	color: var(--theme-color) !important;
	font-size: 12px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover {
	background: #ffffff38 !important;
}

.dashboard_menu ul li a span {
	display: inline-block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.inner_card p {
	color: #777;
}

.inner_card hr:not([size]) {
	color: #c1c1c1;
}

.inner_card {
	padding: 30px 30px;
}

.user_dashboard {
	background-color: #f4f4f4 !important;
}

.dashboard_content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0 #9c9c9c33;
	height: 100%;
}

.db_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.db_inr_hd h4 {
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: capitalize;
}

.edit-btn {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: var(--theme-color);
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	transition: all .5s ease-in-out;
}

.edit-btn:hover {
	opacity: .9;
	color: #fff;
}

.edit-btn:hover {
	opacity: .9;
	color: #fff;
}

.table> :not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.upload-cntnt-card {
	border: 2px dashed #ddd;
	height: 200px;
	border-radius: 8px;
	position: relative;
}

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

.upload-cntnt-card .form-control {
	height: 100%;
}

.custom-form input,
.custom-form .form-control {
	font-size: 14px;
	color: #262834;
	font-weight: 400;
	border: 1px solid #ddd !important;
	background-color: #fff;
}

.upload-content-here {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
}

.upload-cntnt-view {
	padding: 10px 10px;
	border: 2px dashed #ddd;
	border-radius: 4px;
}

.upload-icn-view {
	display: flex;
	align-items: center;
}

.upload-icn-view img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 4px;
}

.upload-icn-view h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.upload-cntnt-view .trash-btn {
	display: inline-block;
	color: #fff;
	padding: 6px 12px;
	background: var(--theme-color);
	border-radius: 4px;
}



/*****USER DASHBOARD CSS END *****/

/****Custom Forms Start****/
.custom-form .form-group label {
	margin-bottom: 4px;
}

/****Custom Forms End****/

/*****Purchases Page Start*****/
.property-img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 8px;
	min-width: 60px;
	min-height: 60px;
	margin-right: 10px;
}

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

.property-dis h4 {
	font-size: 16px;
	color: var(--theme-color);
}

.property-dis p {
	font-size: 14px;
	margin-bottom: 0;
}

.table th {
	font-weight: 600;
}

.table th,
.table td {
	vertical-align: middle;
}

.table-btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-btn-group a:not(:last-child) {
	margin-right: 10px;
}

.table-btn-group a {
	font-size: 14px;
	transition: all .5s ease-in-out;
	padding: 5px 10px;
	color: #fff;
	border-radius: 4px;
	min-width: 65px;
}

.trash-btn {
	background: red;
}

.trash-btn:hover {
	opacity: .8;
	color: #fff;
}

.buy-btn {
	background: #079795;
}

/*****Purchases Page End*****/

/****Index Start  ****/
.main-head {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav-link {
	color: var(--theme-color);
}

.header-left a {
	color: var(--theme-color);
}

.copyright-footer a {
	color: #079795;
	font-weight: 600;
	text-decoration: underline;
}

.user-footer .footer-card {
	padding-top: 0px !important;
}

.user-footer .copyright-card {
	border-top: none !important
}

.home-caption {
	text-align: center;
	position: relative;
	z-index: 9;
}

.home-caption h4 {
	font-weight: 600;
	color: #fff;
	font-size: 34px;
}

.home-caption p {
	color: rgba(255, 255, 255, .85);
}

.home-card {
	height: calc(100vh - 125px);
	display: flex;
	align-items: center;
}



.home-card {
	background: url(/static/admin-assets/images/banner.png);
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
}

.home-card::after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	content: '';
}

.section-ptb {
	min-height: calc(100vh - 600px);
}

.section-heading {
	display: flex;
	align-items: center;
}

.section-heading h3 {
	font-weight: 500;
	font-size: 25px;
	color: var(--blue);
}

.heading-line {
	height: 2px;
	background: var(--theme-color);
	width: 146px;
	display: inline-block;
	margin-left: 14px;
}

.rectangle-box {
	width: 15px;
	height: 15px;
	background: var(--theme-color);
	transform: translateY(-7px) rotate(45deg);
	display: block;
	margin: 0 auto;
}

.about-wrapper {
	padding: 50px 0;
}

/* Index End */

/* static page css */
.paragraph-text h2 {
	font-size: 24px;
	margin: 20px 0;
}

.paragraph-text ol li {
	margin-bottom: 10px;
}

.paragraph-text ol,
.paragraph-text ul {
	padding-left: 2rem;
}

.paragraph-text ul li {
	margin-bottom: 10px;
	list-style: disc;
}

.paragraph-text li ul {
	padding-left: 2rem;
}

/* end page css */
.pass-group {
	position: relative;
}

.pass-group .toggle-password {
	transform: translateY(-50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #637381;
	font-size: 14px;
	border-radius: 50%;
	position: absolute;
	top: 28px;
	right: 0px;
}

.form-group select.error,
.form-group textarea.error,
.form-group input.error,
.form-addons input.error,
.pass-group input.error {
	color: #322b2b !important;
}

#reset-password button {
	margin-bottom: 50px;
}

/****Index End****/

/*****Chat Module Start*****/

.message-area {
	overflow: hidden;
	padding: 30px 0;
}

.chat-area {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 0.3rem;
	height: 650px;
	overflow: hidden;
	min-height: 650px;
}

.chatlist {
	outline: 0;
	height: 100%;
	overflow: hidden;
	width: 300px;
	float: left;
	padding: 0 10px;
}

.chat-area .modal-content {
	border: none;
	border-radius: 0;
	outline: 0;
	height: 100%;
}

.chat-area .modal-dialog-scrollable {
	height: 100% !important;
}

.chatbox {
	width: auto;
	overflow: hidden;
	height: 100%;
	border-left: 1px solid #e6e6e6;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
	max-width: 100%;
	margin: 0;
}

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

.chat-area .form-control {
	display: block;
	width: 90%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: 40px;
	border-radius: 0;
}

.chat-area .form-control:focus {
	outline: 0;
	box-shadow: inherit;
}

a.add img {
	height: 36px;
}

.chat-area .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	align-items: center;
	justify-content: space-between;
	flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
	width: 100%;
}

.chat-area .nav-tabs .nav-link {
	width: 100%;
	color: #180660;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
	color: #222;
	background-color: #fff;
	border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
	border-color: transparent transparent #000;
	isolation: isolate;
}

.chat-list h3 {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 0;
}

.chat-list p {
	color: #343434;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 0;
}

.chat-list a.d-flex {
	position: relative;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
}

.chat-list .active {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	bottom: 9px;
	left: 42px;
	height: 12px;
	width: 12px;
	background: #00DB75;
	border-radius: 50%;
	border: 2px solid #fff;
}

.chat-list-item img,
.chat-prfl-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.msg-head h3 {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
}

.msg-head p {
	color: #343434;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 0;
}

.msg-head {
	padding: 12px;
	border-left: 0;
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.moreoption {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0;
	margin: 0;
}

.moreoption .navbar {
	padding: 0;
}

.moreoption li .nav-link {
	color: #222;
	font-size: 16px;
}

.moreoption .dropdown-toggle::after {
	display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
	top: 100%;
	left: auto;
	right: 0;
	margin-top: 0.125rem;
}

.msg-body ul {
	overflow: hidden;
	padding: 10px;
}

.msg-body ul li {
	list-style: none;
	margin: 15px 0;
}

.msg-body ul li.sender {
	display: block;
	width: 75%;
	float: left;
	position: relative;
}

.msg-body ul li.sender:before {
	display: block;
	clear: both;
	content: '';
	position: absolute;
	top: -6px;
	left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 15px 12px;
	border-color: transparent transparent #f5f5f5 transparent;
	-webkit-transform: rotate(-37deg);
	-ms-transform: rotate(-37deg);
	transform: rotate(-37deg);
}

.msg-body ul li.sender p {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding: 15px;
	background: #f5f5f5;
	display: inline-block;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 0;
	word-break: break-all;
}

.msg-body ul li.sender p b {
	display: block;
	color: #180660;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.msg-body ul li.repaly {
	display: block;
	width: 75%;
	float: right;
	text-align: right;
	position: relative;
}

.msg-body ul li.repaly::before {
	display: block;
	clear: both;
	content: '';
	position: absolute;
	bottom: 15px;
	right: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 15px 12px;
	border-color: transparent transparent var(--theme-color) transparent;
	-webkit-transform: rotate(37deg);
	-ms-transform: rotate(37deg);
	transform: rotate(37deg);
}

.msg-body ul li.repaly p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding: 15px;
	background: var(--theme-color);
	display: inline-block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 0;
}

.msg-body ul li.repaly p b {
	display: block;
	color: #061061;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.msg-body ul li.repaly:after {
	display: block;
	content: '';
	clear: both;
}

.time {
	display: block;
	color: #757575;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

li.repaly .time {
	margin-right: 20px;
}

.divider {
	position: relative;
	z-index: 1;
	text-align: center;
}

.msg-body h6 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	background: #fff;
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 0;
}

.divider:after {
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 12px;
	left: 0;
	border-top: 1px solid #EBEBEB;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.send-box {
	padding: 14px;
	border-left: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.send-box form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.send-box .form-control {
	display: block;
	width: 85%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
	width: 100px;
	background: var(--theme-color);
	color: #fff;
}

.send-box button:hover {
	width: 100px;
	background: var(--theme-color);
	color: #fff;
}

.chat-header {
	padding: 10px 0;
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.chat-lists {
	padding: 0 0 20px;
}

.send-box button i {
	margin-right: 5px;
}

.send-btns .button-wrapper {
	position: relative;
	width: 125px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	display: block;
	background: #F6F7FA;
	border-radius: 3px;
	padding: 5px 15px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.send-btns .button-wrapper span.label {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
	color: #343945;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
}

#upload {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.send-btns .attach .form-control {
	display: inline-block;
	width: 120px;
	height: auto;
	padding: 5px 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #343945;
	background-color: #F6F7FA;
	background-clip: padding-box;
	border: 1px solid #F6F7FA;
	border-radius: 3px;
	margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
	margin-right: 5px;
}

.button-wrapper {
	position: relative;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
}

button:focus {
	outline: 0;
}

.add-apoint {
	display: inline-block;
	margin-left: 5px;
}

.add-apoint a {
	text-decoration: none;
	background: #F6F7FA;
	border-radius: 8px;
	padding: 8px 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #343945;
}

.add-apoint a svg {
	margin-right: 5px;
}

.chat-icon {
	display: none;
}

.closess i {
	display: none;
}

.msg-search .media-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 4px;
	background: var(--theme-color) !important;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	background-color: #079795;
	border-radius: 4px;
}

.chat-prof img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.chat-icon img {
	width: 22px;
}

@media (max-width: 767px) {

	.chat-icon {
		display: block;
		margin-right: 10px;
		cursor: pointer;
	}

	.chatlist {
		width: 100%;
		padding: 0 5px;
	}

	.chatbox {
		width: 100%;
		position: absolute;
		left: 1000px;
		right: 0;
		background: #fff;
		transition: all 0.5s ease;
		border-left: none;
	}

	.showbox {
		left: 0 !important;
		transition: all 0.5s ease;
	}

	.msg-head h3 {
		font-size: 14px;
	}

	.msg-head p {
		font-size: 12px;
	}

	.msg-head .flex-shrink-0 img {
		height: 40px;
		width: 40px;
	}

	.send-box .form-control {
		width: 75%;
	}

	.chat-list h3 {
		font-size: 14px;
	}

	.chat-list p {
		font-size: 12px;
	}

	.msg-body ul li.sender p {
		font-size: 13px;
		padding: 8px;
		border-bottom-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.msg-body ul li.repaly p {
		font-size: 13px;
		padding: 8px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

}


/*****Chat Module End*****/


/*****Property Listing Start*****/
.prop-top-hd {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 15px 15px;
	border-radius: 4px;
}

.prop-tp-lft h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.property-sort {
	display: flex;
	align-items: center;
}

.property-sort h4 {
	margin-bottom: 0;
	font-size: 16px;
	margin-right: 10px;
}

.property-sort .form-select {
	max-width: 170px;
	height: 40px;
	font-size: 14px;
}

.property-view a {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #079795;
	line-height: 24px;
	background: #E7F7EE;
	color: #079795;
	font-size: 15px;
}

.property-view a.active {
	background: var(--theme-color);
	color: #fff;
}


.proListRow .col-xl-12 .property-sale-card,
.proListRow .col-lg-12 .property-sale-card {
	display: flex;
}

.proListRow .col-xl-12 .property-sale-card,
.proListRow .col-lg-12 .property-sale-card {
	display: flex;
}

.proListRow .col-xl-12 .property-sale-img,
.proListRow .col-lg-12 .property-sale-img {
	width: 30%;
	min-width: 30%;
}

.proListRow .col-xl-12 .detail-prop,
.proListRow .col-lg-12 .detail-prop {
	min-width: 70%;
}

.proListRow .col-xl-12 .property-sale-img,
.proListRow .col-lg-12 .property-sale-img {
	position: relative;
	height: auto;
}


.budget-slider .values {
	padding: 0 0 20px 0;
	display: flex;
}

.budget-slider .max-value {
	margin-left: auto;
}

.budget-slider .range-slider {
	margin-top: 10px;
	position: relative;
}

.budget-slider .slider-track {
	width: 100%;
	background: #ccc;
	height: 8px;
	position: relative;
	overflow: hidden;
}

.budget-slider .slider-track-filled {
	width: 100%;
	background: var(--theme-color);
	height: 8px;
	position: absolute;
	transform-origin: 0 0;
}

.budget-slider .min-thumb,
.budget-slider .max-thumb {
	width: 20px;
	height: 20px;
	background: var(--theme-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	user-select: none;
	border-radius: 50%;
}

.budget-slider .min-thumb {
	left: 0;
}

.budget-slider .max-thumb {
	right: 0;
}

.right_sidebar_area {
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 4px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.s_widget {
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.tags {
	margin-bottom: 0px;
}

.filter-main-heading h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.filter-main-heading a {
	color: var(--theme-color);
	font-size: 14px;
}

.tags li {
	display: inline-block;
	font-size: 14px;
}

.tags li.active a,
.tags li:hover a {
	background-color: var(--theme-color);
	color: #fff;
}

.tags li.active a,
.tags li:hover a svg {
	stroke: #fff;
}

.tags li.active a,
.tags li:hover a svg {
	stroke: #fff;
}

.s_title {
	margin-bottom: 16px;
}

.s_title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #2e3c43;
	margin: 0;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catgory-check-card .checkbox-animate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	margin-bottom: 15px;
}

.catgory-check-card .checkbox-animate label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catgory-check-card .checkbox-animate label input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.catgory-check-card .checkbox-animate:not(:last-child) {
	margin-right: 20px;
}

.catgory-check-card .input-check {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 2px solid #ccc;
	position: relative;
	top: 0px;
	margin-right: 7px;
	transition: 0.4s;
}

.catgory-check-card .input-check::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: scale(0) rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 3px;
	transition: 0.4s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	animation-name: input-animate;
	animation-duration: 0.7s;
}

.catgory-check-card .checkbox-animate label input:checked~.input-check::before {
	transform: scale(1) rotate(-45deg);
	animation-name: input-check;
	animation-duration: 0.2s;
	animation-delay: 0.3s;
}

@keyframes input-animate {
	0% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.3, 0.7);
	}

	55% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.2, 0.8);
	}

	80% {
		transform: scale(1);
	}

	90% {
		transform: scale(1.1, 0.9);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes input-check {
	0% {
		transform: scale(0) rotate(-45deg);
	}

	100% {
		transform: scale(1) rotate(-45deg);
	}
}

.mob-filter {
	display: none;
}

.mob-filter a {
	border: 1px solid #dadada;
	padding: 6px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	display: block;
	margin-left: auto;
	background-color: var(--theme-color);
	color: #fff;
}

.mob-filter a i {
	color: #fff;
	font-size: 18px;
}

.mob-filter {
	margin-bottom: 25px;
	text-align: right;
}

.close-filter {
	display: none;
}

.filter-main-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.filter-main-heading a {
	color: var(--theme-color);
	font-size: 14px;
}

.filter-main-heading h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.tags li {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}

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

.tags li.active a,
.tags li:hover a {
	background-color: var(--theme-color);
	color: #fff;
}

.tags li.active a,
.tags li:hover a svg {
	stroke: #fff;
}

.tags li a {
	display: block;
	color: #767676;
	padding: 5px 12px;
	border-radius: 100px;
	border: 1px solid rgba(221, 221, 221, 0.4);
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
}

.tags li a svg {
	width: 15px;
	height: 15px;
}


/* image listing responsive */
@media only screen and (max-width:991px) {
	.mob-filter {
		display: block;
	}

	.right_sidebar_area {
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 999;
		max-width: 320px;
		padding: 60px 10px 0;
		bottom: 0;
		height: 100vh;
		overflow-y: scroll;
		transition: all ease .3s;
		transform: translateX(-100%);
		border-radius: 0;
		border: none;
		box-shadow: 0px 0px 18px 0px rgb(173 168 168 / 50%);
	}

	.open-filter .right_sidebar_area {
		transform: translateX(0%);
	}

	.close-filter {
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
	}

	.close-filter i {
		color: #000;
	}

	.s_title h4 {
		font-size: 16px;
	}

	.category-list li .category-list-box .form-check-label .name {
		font-size: calc(13px + (17 - 13) * ((100vw - 320px) / (1920 - 320)));
	}

	.categories_widget ul li a {
		font-size: 14px;
	}

	.catgory-check-card .input-check {
		display: inline-block;
		width: 22px;
		height: 22px;
		border-radius: 4px;
		border: 2px solid #ccc;
		position: relative;
		top: 0px;
		margin-right: 7px;
		transition: 0.4s;
	}

	.tags {
		padding: 14px 20px 0;
	}

	.product-content p {
		font-size: 14px;
	}

	.price_widget .price_inner input {
		font-size: 11px;
	}
}


/*****Property Listing End*****/


/*****Property Details Start*****/
.property-view .swiper {
	width: 100%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.property-view .swiper-slide {
	background-size: cover;
	background-position: center;
}

.property-view .mySwiper2 {
	width: 100%;
	height: 500px;
}

.property-view .mySwiper {
	/* height: 20%; */
	box-sizing: border-box;
	padding: 10px 0;
}

.property-view .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.property-view .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.flash__icon {
	color: transparent;
}

.property-view .swiper-slide .swiper-slide-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customfield input {
	border-right: 0 !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.customfield select {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.amenities-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.amenities-list li .card {
	box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
	border: 0;
	border-radius: 1.25rem;
	padding: 30px;
}

.product-amenities .amenities-list li {
	position: relative;
	margin-top: 10px;
	margin-bottom: 27px;
	width: 25%;
}

.product-amenities .amenities-list li .amenities-icon {
	float: left;
	margin-right: 15px;
}

.product-amenities .amenities-list li .amenities-icon i {
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(232, 233, 241);
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 4px 18px 0 rgba(188, 192, 202, .26);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	transition: 0.3s;
	color: var(--theme-color);
}

.propty-detail-listing .listing-thumb {
	margin-right: 18px;
}


.propty-detail-listing .item-content .listing-title {
	margin-bottom: 8px;
	font-size: 18px;
}

.propty-detail-listing .item-content .listing-title a {
	color: var(--theme-color);
}

.propty-detail-listing .item-content p {
	margin-bottom: 8px;
	color: #878c9f;
}

.propty-detail-listing .listing-price h4 {
	font-size: 18px;
}

.listing-thumb a {
	overflow: hidden;
	border-radius: 4px;
	display: block;
	width: 110px;
	height: 100px;
}

.listing-thumb a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.propty-detail-listing .listing-item {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 10px;
}

.product-amenities .amenities-list li .amenities-content {
	overflow: hidden;
}

.amenities-list li .amenities-content .heading-title {
	font-size: 14px;
	color: #212121;
	font-family: var(--rt-body-font);
	margin: 0;
	margin-top: 0px;
	line-height: 1.4;
	margin-top: 2px;
	font-weight: 500;
}

.amenities-list li .amenities-content .cfp-value {
	color: #878c9f;
	font-size: 14px;
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	justify-content: flex-start;
}

.heading-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.property-widget {
	padding: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #fff;
}

.proper-inr-top h3 {
	font-size: 26px;
}

.item-number.phone.reveal-phone {
	display: flex;
	align-items: center;
}

.item-number.phone.reveal-phone i {
	margin-right: 5px;
	color: var(--theme-color);
}

.agency-email.listing-mail i {
	margin-right: 5px;
	color: var(--theme-color);
}

.agency-email.listing-mail a {
	color: #000;
}

.entry-meta li::after {
	content: "/";
	color: #878c9f;
	font-size: 16px;
	padding: 0 9px;
}

.entry-meta li i {
	color: #878c9f;
	font-size: 16px;
	margin-right: 8px;
}

.entry-meta li {
	display: inline-block;
	font-size: 15px;
	position: relative;
	color: #878c9f;
}

.proper-inr-top h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.property-tag-inr {
	padding: 5px 10px;
	background: var(--theme-color);
	display: inline-block;
	margin-bottom: 8px;
	color: #fff;
	border-radius: 4px;
}

.entry-meta li:last-child::after {
	display: none;
}

.entry-meta {
	margin-bottom: 0px !important;
}

.proper-inr-rt {
	text-align: right;
}

.prop-link ul {
	margin-bottom: 0;
}

.prop-link ul li {
	display: inline-block;
}

.prop-link ul li a {
	display: inline-block;
	border: 1px solid var(--theme-color);
	line-height: 24px;
	background: #e7f7ee;
	color: var(--theme-color);
	font-size: 18px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}

.prop-cost h4 {
	font-weight: 600;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-description ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	color: #444;
}

.product-description ul li::after {
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	background: var(--theme-color);
	height: 8px;
	content: '';
	border-radius: 50%;
}

.product-description p {
	color: #444;
}

.widget-heading {
	font-size: 22px;
	margin-bottom: 15px;
	color: #212121;
}

.rtcl-listing-user-info {
	padding: 25px 30px 30px;
	box-shadow: 0 4px 18px 0 rgba(194, 200, 213, .3);
}

.property-inr-details .rtcl-listing-user-info {
	box-shadow: unset !important;
}

.rtcl-member-store-info {
	margin-bottom: 20px;
	padding: 0;
}

.rtcl-member-store-info .media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.agency-email.listing-mail {
	display: flex;
	align-items: center;
	word-break: break-word;
}

.rtcl-member-store-info .media>a {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #dadada;
	float: left;
	padding: 5px;
	margin-right: 10px !important;
	overflow: hidden;
	min-width: 100px;
}

.rtcl-member-store-info .media>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	background: #fff;
}

.rtcl-member-store-info .media .media-body {
	font-size: 15px;
	line-height: 25px;
}

.rtcl h4 {
	font-size: 20px;
	line-height: 30px;
}

/*****Property Details End*****/


/*****Home Page Start*****/

.header.main-head {
	background: #fff;
	padding: 12px;
	border-radius: 10px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.07);
}

.header.main-head .logo img {
	max-width: 150px;
}

.header.main-head .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #000;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.header-card {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	top: 20px;
}

.home-banner-sec {
	overflow: hidden;
	position: relative;
}

.slideshow li>span::after {
	background: #069795;
	content: "";
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0.3 !important;
}



.banner-main-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.home-bannr-lft {
	padding: 140px 0 140px 0px;
	z-index: 1 !important;
	position: relative;
}

.home-bannr-lft h4 {
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
}

.home-bannr-lft p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

.top-serach-card {
	position: relative;
	margin-top: -60px;
	z-index: 9;
}

.serach-frm .form-control {
	border-radius: 5px;
	border: 1px solid #DDD;
	height: 55px;
}

.top-search-inr h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	color: var(--theme-color);
}

.form-group.serch-frm-card {
	position: relative;
}

.top-search-inr .theme-btn {
	padding: 14px;
	background-color: var(--theme-color);
}

.form-group.serch-frm-card i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #545454;
}

.top-search-inr {
	padding: 20px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}

.main-heading-card p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: var(--theme-color);
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.main-heading-card p::before {
	position: absolute;
	left: -12px;
	top: 50%;
	height: 14px;
	width: 1px;
	content: '';
	background: #0D263B;
	transform: translateY(-50%);
}

.main-heading-card p::after {
	position: absolute;
	right: -12px;
	top: 50%;
	height: 14px;
	width: 1px;
	content: '';
	background: #0D263B;
	transform: translateY(-50%);
}


.main-heading-card {
	margin-bottom: 40px;
}

.main-heading-card h4 {
	color: #0D263B;
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 4px;
}

.property-wish {
	position: absolute;
	right: 10px;
	top: 10px;
	background: var(--theme-color);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	transition: all .5s ease-in-out;
}

.property-wish:hover {
	opacity: .9;
	color: #fff;
}

.property-sale-img {
	position: relative;
	height: 255px;
}

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

.property-sale-dis h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.property-sale-dis p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #7C8893;
	margin-bottom: 0;
}

.property-sale-feature {
	padding: 20px 20px;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	gap: 10px;
	position: relative;
}

.property-sale-feature::before {
	height: 1px;
	background: #DCDCDC;
	width: 90%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}

.property-sale-feature::after {
	height: 1px;
	background: #DCDCDC;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}

.property-sale-feature div {
	flex: calc(50% - 5px);
	max-width: calc(50% - 5px);
	display: flex;
	justify-content: start;
	align-items: center;
	color: #7C8893;
	font-size: 12px;
}

.property-sale-feature div i {
	color: var(--theme-color);
}

.property-handler {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 20px;
}

.property-sale-dis {
	text-align: center;
	padding: 20px 10px;
}

.property-sale-cost {
	width: 100%;
	background: var(--theme-color);
	padding: 12px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
	transition: all .5s ease-in-out;
}

.property-sale-cost:hover {
	color: #fff;
}

.property-handler p {
	margin-bottom: 0;
	color: #7C8893;
	font-size: 13px;
}

.property-handler p i {
	color: var(--theme-color);
}

.sale-tag {
	position: absolute;
	padding: 4px 10px;
	background: #000;
	left: 10px;
	color: #fff;
	top: 10px;
}

.property-sale-card {
	background: #FFF;
	box-shadow: 8px 12px 32px 0px rgba(80, 80, 80, 0.08);
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.about-us-hme {
	background: var(--theme-color);
	position: relative;
}

.abt-video {
	width: 312px;
	height: 164px;
	border-radius: 13px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
}

.abt-play {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 45px;
	color: var(--theme-color);
}

.abt-video img {
	width: 100%;
}

.abt-hme-lst ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.abt-hme-lst ul li::after {
	position: absolute;
	left: 0;
	top: 53%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 5px solid #fff;
	content: '';
	transform: translateY(-50%);
}

.abt-main-img {
	width: 435px;
	height: 410px;
	border-radius: 10px;
	/* overflow: hidden; */
	margin: 0 0 0 auto;
	position: relative;
	z-index: 999;
}

.abt-main-img img {
	border-radius: 12px;
}

.abt-main-img::after {
	position: absolute;
	width: 259px;
	height: 259px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	content: '';
	right: -90px;
	bottom: -60px;
	z-index: -1;
}

.abt-dis-hme p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.abt-hme-lft .main-heading-card p::before {
	background: #fff;
}

.abt-hme-lft .main-heading-card p::after {
	background: #fff;
}

.abt-hme-lft .main-heading-card p {
	color: #fff;
}

.abt-hme-lft .main-heading-card h4 {
	color: #fff;
	line-height: 66px;
}

.abt-hme-lft .main-heading-card {
	margin-bottom: 10px;
}

.helping-sec {
	background: url(/static/admin-assets/images/helping.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.review-icn {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
}

.review-card {
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
}

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

.review-dis {
	text-align: center;
	padding: 60px 20px 20px 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.review-dis p {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	color: #7C7C7C;
	line-height: 26px;
}

.review-dis h4 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 12px;
}

.customer-review-sec .reviewSwiper {
	overflow: hidden;
}

.reviewSwiper .swiper-slide {
	margin-top: 12px;
	margin-bottom: 40px;
}

.reviewSwiper .swiper-pagination {
	position: unset;
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 8px;
}

.reviewSwiper .swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #079795);

}

.see-how-card {
	border-radius: 10px;
	border: 1px solid #EAE3E3;
	background: #FFF;
	padding: 30px 20px;
	text-align: center;
	transition: all .5s ease-in-out;
}

.see-how-card:hover {
	background: var(--theme-color);
}

.see-how-card:hover h4 {
	color: #fff;
}

.see-how-card:hover .how-icn {
	background: #fff;
}

.see-how-card:hover p {
	color: #fff;
}

.see-how-card h4 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	transition: all .5s ease-in-out;

}

.see-how-card:hover .how-icn svg {
	fill: var(--theme-color);
}

.see-how-card .how-icn svg {
	fill: #fff;
	transition: all .5s ease-in-out;
}

.see-how-card:hover .how-icn::before {
	border-color: #fff;
}

.see-how-card .how-icn {
	width: 68px;
	height: 68px;
	background: var(--theme-color);
	border-radius: 50%;
	margin: 0 auto 30px auto;
	line-height: 64px;
	position: relative;
	transition: all .5s ease-in-out;
}

.see-how-card .how-icn::before {
	position: absolute;
	width: 84px;
	height: 84px;
	border: 1px solid var(--theme-color);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border-radius: 50%;
	transition: all .5s ease-in-out;
}

.see-how-card p {
	font-size: 14px;
	color: #7D7D7D;
	line-height: 26px;
	margin-bottom: 0;
	transition: all .5s ease-in-out;
}

.faq-sec-card .accordion-item {
	border: none;
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.09);
	overflow: hidden;
	border-radius: 8px;
}

.faq-sec-card .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 22px;
	font-size: 1.4rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
}

.faq-sec-card .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: '\f056';
	font-size: 24px;
	font-family: "font awesome 5 pro";
	color: var(--theme-color);
}

.faq-sec-card .accordion-button::after {
	font-size: 24px;
	content: '\f055';
	background-image: none;
	font-family: "font awesome 5 pro";
	color: var(--theme-color);
}

.faq-sec-card .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.faq-sec-card .accordion-body p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 26px;
	margin-bottom: 0;
}

.client-counter-sec {
	background: url(/static/admin-assets/images/counter-card.png);
	position: relative;
}

.client-counter-sec::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .65);
	content: '';
}

.client-counter-inr .count-up {
	text-align: center;
	z-index: 9;
	position: relative;
}

.count-up h5 {
	margin-bottom: 0;
	color: var(--theme-color);
	font-size: 18px;
}

.counter-count {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	display: inline-block;
}

.count-up img {
	width: 89px;
	height: 89px;
}

.counter-count::after {
	position: absolute;
	right: -19px;
	font-size: 30px;
	content: '+';
	top: 6px;
}

.news-letter-inr {
	background: var(--theme-color);
	border-radius: 16px;
	margin-bottom: -65px;
	position: relative;
}

.creative-signup .form-group {
	position: relative;
}

.creative-signup .form-group .form-control {
	height: 70px;
	border-radius: 8px;
}

.creative-signup .sign-up {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--theme-secondary-color);
	border: none;
	color: #fff;
	padding: 16px 16px;
	border-radius: 8px;
}

.news-lft h4 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
}

.news-lft p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

.footer-card {
	background-color: #0F2231;
	padding-top: 120px !important;
}

.footer-addrs {
	padding: 20px 20px;
	background: rgba(255, 255, 255, .15);
	border-radius: 12px;
}

.ftr-dis p {
	color: #fff;
	font-size: 16px;
}

.ftr-social ul {
	margin-bottom: 0;
}

.ftr-social ul li {
	display: inline-block;
	margin-right: 6px;
}

.ftr-social ul li:last-child {
	margin-right: 0px;
}

.ftr-social ul li a {
	width: 32px;
	height: 32px;
	background-color: var(--theme-color);
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 32px;
}

.ftr-hd h4 {
	color: var(--theme-color);
	margin-bottom: 25px;
}

.ftr-addrs-card p {
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 18px;
	position: relative;
}

.ftr-addrs-card p span {
	position: absolute;
	left: 0;
	font-size: 18px;
	top: 0;
}

.ftr-links li a {
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	padding-left: 24px;
}

.footer-addrs .ftr-hd h4 {
	color: #fff;
}

.ftr-links li a::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	content: '\f324';
	font-family: "Font Awesome 5 Pro";
	color: var(--theme-color);
}

.ftr-links li {
	margin-bottom: 10px;
}

.copyright-card {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
}

.copyright-card p {
	margin-bottom: 0;
	color: #fff;
}

.copyright-card p a {
	color: var(--theme-color);
	font-weight: 600;
}

/*****Home Page End*****/
#main-wrapper {
	min-height: calc(100vh - 463px);
}

#main-wrapper {
	min-height: calc(100vh - 463px);
}

.hdr-wish-lnk .hdr-count {
	position: absolute;
	right: -12px;
	min-width: 18px;
	min-height: 18px;
	background: var(--theme-color);
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	top: -2px;
	color: #fff;
}

.hdr-wish-lnk {
	color: #222;
	font-size: 18px;
	position: relative;
}

.bars-btn {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--color-white);
	transition: all .5s ease-in-out;
}

.bars-btn:focus {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	color: var(--color-white);
	transition: all .5s ease-in-out;
}

.bars-btn:hover {
	color: var(--theme-color);
	background: transparent;
	border: 1px solid var(--theme-color);
}

.mobile-links {
	display: flex;
	align-items: center;
}

.hdr-wish-lnk {
	color: #222;
	font-size: 22px;
	position: relative;
}

.sider-card {
	background: var(--theme-color);
	padding: 20px 15px;
	position: relative;
}

.sider-card .btn-close {
	position: absolute;
	right: 20px;
	filter: brightness(0) invert(1);
	opacity: 1;
	top: 30px;
}

.side-profile-card {
	display: flex;
	align-items: center;
}

.profile-img {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #fff;
	display: inline-block;
	margin-right: 15px;
}

.side-profile-dis p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}

.side-profile-dis h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.side-bar-links {
	height: calc(100vh - 182px);
}

.side-link-list {
	padding: 0;
}

.side-link-list li {
	border-bottom: 1px solid #ececec;
}

.side-link-list li a::after {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-size: 24px;
	color: #079795;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.side-link-list li a {
	padding: 12px 14px;
	display: flex;
	font-size: 16px;
	color: #222;
	align-items: center;
	width: 100%;
	position: relative;
	transition: all .5s ease-in-out;
}

#offcanvasExample .offcanvas-body {
	padding: 0;
}

.hdr-pro-view {
	display: flex;
}

.hdr-pro-view span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #079795;
	display: inline-block;
}

.profile-card-drop {
	display: flex;
	align-items: center;
	background: var(--theme-color);
	padding: 14px 12px;
	position: relative;
}

.profile-card-drop span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	border: 1px solid #fff;
}

.profile-card-rt h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.profile-card-rt p {
	font-size: 13px;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 0;
}

.profile-drop .dropdown-menu.show li a {
	padding: 10px 12px;
	border-bottom: 1px solid #f4f4f4;
	font-size: 14px;
	transition: all .5s ease-in-out;
}

.profile-drop .dropdown-item:hover {
	background: var(--theme-color);
	color: #fff;
}

.profile-drop .btn-secondary {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 0;
	display: inline-grid;
}

.profile-drop .dropdown-menu.show {
	min-width: 220px;
	padding: 0;
	border: none;
	overflow: hidden;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1380px;
	}

}


.change-pass .password {
	position: relative;
}

.change-pass .eyeicon1,
.change-pass .eyeicon2,
.change-pass .eyeicon3 {
	position: absolute;
	top: 45px;
	right: 15px;
	font-size: 13px;
	color: #939ea8;
}

.neighbour-community-wrapper .community-ic {
	border: 1px solid rgba(221, 221, 221, 0.5);
	padding: 5px;
	flex: 0 0 30px;
	height: 30px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	margin-right: 10px;
	align-items: center;
}

.neighbour-community-wrapper .community-ic i {
	color: #079795;
}

.neighbour-community-wrapper address h4 {
	font-size: 16px;
}

.neighbour-community-wrapper address p {
	letter-spacing: 0.6px;
	color: #7C8893;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px;
}

.checkbox-list-scroll {
	max-height: 300px;
	overflow-y: auto;
	flex-wrap: wrap;
}

.property-address {
	color: #878c9f;
}

.property-address i {
	margin-right: 8px;
}

.large {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c1c1c1;
	margin: 23px 0 25px;
	width: 100%;
}

.column2-title h1 {
	font-size: 20px;
}

.column2-title2 h1 {
	font-size: 22px;
}

.column2-title h1,
.column2-title2 h1 {
	margin: 0;
}

.column2-title2 {
	margin-left: auto;
}

.swal-icon {
	display: none;
}

.swal-button--confirm {
	background-color: var(--theme-color);
}

.swal-button--cancel {
	background: #dc3545;
}

.swal-button {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 700;
	min-width: 100px;
}

.swal-title {
	margin-top: 25px;
}

.swal-title {
	color: rgba(0, 0, 0, .65);
	padding: 13px 16px;
	font-size: 22px;
	line-height: normal;
	text-align: center;
}

.swal-footer {
	display: flex;
	justify-content: center;
}



.img-thumbs {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	margin: 1.5rem 0;
	padding: 0.75rem;
}

.img-thumbs-hidden {
	display: none;
}

.wrapper-thumb {
	position: relative;
	display: inline-block;
	margin: 1rem 0;
	justify-content: space-around;
}

.img-preview-thumb {
	background: #fff;
	border: 1px solid none;
	border-radius: 0.25rem;
	box-shadow: 0.125rem 0.125rem 1rem 0.0625rem rgba(0, 0, 0, 0.12);
	margin-right: 1rem;
	width: 140px;
	height: 140px;
	padding: 0.25rem;
	object-fit: cover;
}

.remove-btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	top: -5px;
	right: 6px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
	color: red;
}

.remove-btn:hover {
	box-shadow: 0px 0px 3px grey;
	transition: all .3s ease-in-out;
}

.customer-header {
	background-color: #f4f4f4 !important;
}

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

.customer-header .bell-icon {
	margin-top: 13px !important;
}

.customer-header .user-menu.nav>li>a .badge {
    top: 10px;
    right: 0px;
}

.customer-header .user-menu {
	margin-right: 0;
}

.customer-header .notification-dropdown a{
	padding-right:0  !important;
}

/*start select role radio css */
.radio {
	position: relative;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.form-check .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #aeaeae;
	border-radius: 50%;
}

/* 
.radio:hover input~.checkmark {
    background-color: #ccc;
} */

.radio input:checked~.checkmark {
	border-color: #079795;
}

.form-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

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

.radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--theme-color);
}

.radio label {
	color: #252525;
}

.breadcrumbs .breadcrumb-item {
	line-height: 0;
}

/*end select role radio css */


/* unread message count  */
.message-count {
	min-width: 25px;
	min-height: 25px;
	background: #079795;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	border-radius: 50%;
	line-height: 25px;
	font-size: 14px;
	top: 10px;
}

.home-banner-sec .container {
	z-index: 1;
}

.home-banner-sec .carousel {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
}

.home-banner-sec .carousel .carousel-item img {
	width: 100%;
	min-height: 800px;
	object-fit: cover;
}

.home-banner-sec .carousel-item {
	height: 100%;
	overflow: hidden;
}

.home-banner-sec .carousel-item:after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #069795;
	opacity: 0.4;
	position: absolute;
	z-index: 1;
}

.card {
	box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
	border-radius: 1.25rem !important;
}

.card {
	height: 100%;
	border: 1px solid #E8EBED;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	overflow: hidden;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.location-radius {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.d-flex {
	display: flex !important;
}

.info-step-head {
	font-weight: 700;
	color: #212B36;
	font-size: 18px;
	margin-bottom: 10px;
}

.btn-primary {
	color: #fff;
	border: 0;
	background-color: var(--theme-color);
}

.btn-primary:hover {
	background-color: #077b7a !important;
}

.productdetails>ul>li h6 {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	width: 70%;
	padding: 9px;
}

.productdetails>ul>li h4 {
	color: #212B36;
	font-size: 14px;
	font-weight: 700;
	width: 30%;
	border-right: 1px solid #D8D8D8;
	padding: 10px;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.productdetails>ul>li:first-child {
	border-top: 1px solid #D8D8D8;
}

.productdetails>ul>li {
	border: 1px solid #D8D8D8;
}


.avatar {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.avatar .avatar-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.avatar {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 34px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 34px;
	position: relative;
	white-space: nowrap;
	margin: 0 10px 0 0;
	border-radius: 50%;
}


.activity .activity-list li .activity-content {
	background-color: #fff;
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	flex: 1;
}

.activity-content .description .activity-check {
	color: var(--theme-color);
	margin: 0px 10px 0px 30px;
}

.activity-content .description {
	display: flex;
	justify-content: space-between;
}

.activity-content .description p {
	margin-bottom: 10px !important;
}

.activity .activity-list li .activity-user {
	height: 50px;
	margin: 0;
	padding: 0;
	flex: 0 0 50px;
	max-width: 50px;
}

.activity .activity-list {
	position: relative;
}

.activity .activity-list li {
	background-color: #fff;
	position: relative;
	border: 1px solid #e7e7e7;
	margin: 0 0 10px;
	padding: 15px 15px 10px;
	font-size: 15px;
}

.activity .activity-list li .activity-user {
	height: 50px;
	margin: 0;
	padding: 0;
	flex: 0 0 50px;
	max-width: 50px;
}

.activity .activity-list li .activity-content {
	background-color: #fff;
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	flex: 1;
}

.activity .activity-list li .time {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 1.35;
}

.activity .activity-list li a.name {
	color: #000;
}

.activity .activity-list li a {
	color: #212B36;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: start;
	width: 100%;
}

.activity .activity-list li a img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.timeline-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.login-sec+footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 15px 0;
}

.login-sec+footer p {
	color: #fff;
}

.crmimg {
	width: 130px;
	height: 130px;
	background: #f1f1f1;
	border-radius: 50%;
	border: 5px solid #2593914d;
}

ul.the-agents-details li b {
	min-width: 130px;
	display: inline-block;
}

.the-agents .input-group-prepend,
.the-agents .input-group-text {
	height: 45px !important;
}

.the-agents div.form-control {
	line-height: 45px;
	padding: 0 20px;
}

.contact-reply {
	flex: 0 0 auto;
	min-width: 8.33333333%;
	font-size: 14px;
	font-weight: 700;
}




.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
	background: #079795 none repeat scroll 0 0;
	border-color: #079795;
}

.we-offer-area .item {
	background: #ffffff none repeat scroll 0 0;
	border-left: 2px solid #079795;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.we-offer-area.text-center .item {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	padding: 50px 40px 50px;
	border-radius: 10px;
	height: 100%;
}

.we-offer-area.text-center .item i {
	background: #079795 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
	border: 2px solid #079795;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
	border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 900;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
	background: #079795 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #ffffff;
}

.we-offer-area .item i {
	color: #079795;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
}

.we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 17px;
}

.we-offer-area .item p {
	margin: 0;
	font-size: 14px;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
	background: #079795 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;
}

.we-offer-area .item:hover::after {
	left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
	color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
	border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
	background-color: #ffffff !important;
	color: #079795 !important;
}

.we-offer-area.text-left .item i {
	background: #079795 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
}

.we-offer-area.text-left .item i::after {
	border: 2px solid #079795;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 120px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 120px;
}





/*****Blog List Page Start*****/
.blog-area {
	position: relative
}

.blog-item {
	padding: 20px;
	margin-top: 25px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	transition: all .5s ease-in-out;
}

.blog-item-img {
	border-radius: 12px;
	overflow: hidden;
	height: 300px;
}

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

.blog-item:hover .blog-item-img img {
	transform: scale(1.1)
}

.blog-item:hover .blog-item-img img {
	transition: all .5s ease-in-out;
}

.blog-item-info {
	padding: 15px 0 0
}

.blog-item-meta ul {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid var(--border-info-color);
	padding-bottom: 18px;
}

.blog-item-meta ul li a {
	color: #000;
}

.blog-item-meta ul li {
	display: inline-block;
	margin-right: 15px;
	font-weight: 500;
	position: relative;
	color: var(--color-dark)
}

.blog-item-meta ul li i {
	margin-right: 5px;
	color: var(--theme-color);
}

.blog-item-meta a:hover {
	color: var(--theme-color);
}

.blog-title {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: capitalize;
	line-height: 28px;
}

.blog-item-info p {
	margin-bottom: 16px;
}

.blog-item-info h4 a {
	color: #222;
}

.blog-item-info h4 a:hover {
	color: var(--theme-color);
}

.blog-thumb-img {
	margin-bottom: 20px;
}

.blog-single-content img {
	border-radius: 15px;
}

.blog-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog-meta .blog-meta-left ul li {
	font-weight: 500;
}

.blog-meta i {
	margin-right: 5px;
	color: var(--theme-color);
}

.blog-meta a {
	color: var(--theme-bg-light);
	font-weight: 500
}

.blog-meta a:hover {
	color: var(--theme-color)
}

.blog-details-title {
	font-size: 34px;
	color: var(--color-dark)
}

.blockqoute {
	background: var(--theme-bg-light);
	border-left: 5px solid var(--theme-color);
	padding: 30px;
	font-size: 17px;
	font-style: italic;
	margin: 20px 0;
	border-radius: 0
}

.blockqoute-author {
	margin-top: 20px;
	padding-left: 60px;
	position: relative;
	color: var(--color-dark)
}

.blockqoute-author::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 40px;
	background: var(--theme-color);
	left: 0;
	top: 10px
}

.blog-details-tags {
	display: flex;
	align-items: center;
	gap: 20px
}

.blog-details-tags h5 {
	color: var(--color-dark)
}

.blog-details-tags ul {
	display: flex;
	align-items: center;
	gap: 15px
}

.blog-details-tags ul a {
	background: var(--theme-bg-light);
	color: var(--color-dark);
	padding: 6px 18px;
	border-radius: 10px;
	transition: var(--transition)
}

.blog-details-tags ul a:hover {
	background: var(--theme-color);
	color: var(--color-white)
}

.blog-author {
	display: flex;
	justify-content: start;
	align-items: center;
	background: var(--color-white);
	border-radius: 10px;
	box-shadow: var(--box-shadow);
	margin: 50px 0;
	padding: 20px
}

.blog-author-img {
	width: 320px
}

.blog-author-img img {
	border-radius: 15px
}

.author-name {
	font-size: 22px;
	color: var(--theme-color);
	margin: 8px 0
}

.author-info {
	padding: 0 20px
}

.author-social {
	margin-top: 10px
}

.author-social a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	border: 2px solid var(--theme-color);
	border-radius: 50px;
	margin-right: 5px;
	color: var(--theme-color);
	transition: var(--transition)
}

.author-social a:hover {
	color: var(--color-white);
	background: var(--theme-color)
}

.blog-comments {
	margin-bottom: 50px
}

.blog-comments h3 {
	color: var(--color-dark)
}

.blog-comments-wrapper {
	margin: 30px 0
}

.blog-comments-single {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	margin-top: 50px
}

.blog-comments-single img {
	border-radius: 50%
}

.blog-comments-content {
	padding: 0 0 0 20px
}

.blog-comments-content span {
	font-size: 14px;
	color: var(--theme-color);
	font-weight: 500;
}

.blog-comments-content a {
	font-weight: 500;
	margin-top: 5px;
	color: var(--theme-color);
	transition: all .5s ease-in-out;
}

.blog-comments-content a:hover {
	color: #000;
}

.blog-comments-content h5 {
	color: #000;
	font-weight: 500;
}

.blog-comments-reply {
	margin-left: 50px;
}

.blog-comments-form {
	padding: 30px;
	margin-top: 50px;
	border-radius: 10px;
	background: #f4f4f4;
}

.blog-comments-form h3 {
	margin-bottom: 20px;
}

.blog-comments-form .form-group {
	margin-bottom: 20px;
}

.blog-comments-form .form-control {
	padding: 15px 20px;
	border-radius: 6px;
	box-shadow: none;
	transition: all .5s ease-in-out;
}

.blog-comments-form .form-control:focus {
	border-color: var(--theme-color)
}

.theme-btn {
	padding: 10px 14px;
	background: var(--theme-color);
	border-radius: 0px;
	display: inline-block;
	color: #fff;
	border: 1px solid var(--theme-color);
	transition: all .5s ease-in-out;
	font-size: 16px;
	font-weight: 500;
}

.theme-btn:hover {
	background: transparent;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

.theme-btn-bdr {
	padding: 9px 14px;
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	transition: all .5s ease-in-out;
	font-size: 16px;
	font-weight: 500;
}

.theme-btn-bdr:hover {
	background: var(--theme-color);
	color: #fff;
}


.property-view .gallery {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
}

.property-view .gallery-slider {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.property-view .gallery-slider .swiper-slide {
	width: auto;
	height: 400px;
}

.property-view .gallery-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.property-view .gallery-thumbs {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.property-view .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	text-align: center;
	opacity: 0.1;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1 !important;
}

.property-view .gallery-thumbs .swiper-slide img {
	width: auto;
	height: 100%;
}

.theme-btn.btn-default:hover,
.broker-search-frm .theme-btn:hover {
	border: 0 !important;

}

/* buy button alignment */
.theme-btnn {
	padding: 9px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
	background-color: var(--theme-color);
	border: none;
	outline: none;
	font-weight: 500;
	border: 1px solid var(--theme-color);
}

.theme-btnn:hover{
	background-color: #fff;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
}

.nav-user-menu {
	display: flex;
    margin: 0 auto;
}

.nav-user-menu {
	display: flex;
	margin: 0 auto;
}

.header-toggle:focus {
	outline: none;
	box-shadow: unset;
}

.header-toggle .navbar-toggler-icon {
	color: #079795;
}

@media only screen and (max-width:1230px) {
	.nav-user-menu .nav-item .nav-link {
		padding: 6px;
	}
}

@media only screen and (max-width:1199px) {
	.header-toggle-expand {
		margin-left: auto;
	}

	.header-toggle-collapse {
		top: 0;
		left: -100%;
		transform: translateX(-100%);
		width: 260px;
		border-right: 1px solid rgba(0, 0, 0, .2);
		position: fixed;
		bottom: 0;
		z-index: 1045;

		display: flex;
		flex-direction: column;
		max-width: 100%;
		background-color: #fff;
		background-clip: padding-box;
		outline: 0;
		transition: transform .3s ease-in-out;
	}

	.header-toggle-collapse.show {
		left: 0%;
		transform: translateX(0%);
	}

	.nav-user-menu {
		display: block;
		padding: 30px 0 20px;
		width: 100%;
		text-align: center;
	}

	.nav-user-menu .nav-item .nav-link {
		padding: 14px;
	}

	.header-toggle .navbar-toggler-icon {
		color: #079795;
		display: flex;
		align-items: center;
	}

}

@media only screen and (max-width:991px) {
	.mini-sidebar .broker-dashboard-wrapper {
		margin-left: 0;
	}
}

@media only screen and (max-width:575px) {
	.header-toggle-collapse {
		width: 230px;
	}

	.header-toggle {
		position: absolute;
		right: 20px;
		top: 15px;
	}
}


.main-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.body-flex-wrapper {
	flex: 1;
}

.price-size {
	color: #000 !important;
	font-size: 16px !important;
}

.property-handler {
	padding: 10px 20px !important;
}


.share-wrapper .share {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 21px;
	cursor: pointer;
	margin-bottom: 15px;
	transition: background-color 0.4s;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
	margin-right: 12px;
	background-color: #079795;
	transition: all .5s ease-in-out;
	position: absolute;
	right: 10px;
	z-index: 9;
	top: 10px;
}

.share-wrapper .share:hover {
	background: #000;
	color: #fff;
}

.share-wrapper .share.active {
	background-color: #000;
}

.share-wrapper .share.active:before {
	content: "";
}

.share-wrapper .share.active+.social li {
	transform: scale(1);
}

.share-wrapper .share.active+.social li:hover {
	transform: scale(1.1);
}

.share-wrapper ul.social {
	opacity: 0;
	visibility: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
	transform: translate(-3rem, 3rem);
	transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	position: absolute;
	z-index: 99;
	right: 18px;
	top: 60px;
}

.share-wrapper ul.social.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.share-wrapper ul.social li {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	color: #fff;
	background-color: #fff;
	text-align: center;
	line-height: 2.1;
	font-size: 25px;
	cursor: pointer;
	margin-bottom: 8px;
	box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
	transform: scale(0.4);
}

.share-wrapper ul.social li .facebook {
	color: #3a589e;
}

.share-wrapper ul.social li .twitter {
	color: #5fa9dd;
}

.share-wrapper ul.social li .whatsapp {
	color: #075e54
}

.share-wrapper ul.social li .google {
	color: #cd2129;
}

.share-wrapper ul.social li .instagram {
	color: #d62976;
}

.earn-card {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
	display: flex;
	align-items: center;
}

.earn-card p {
	font-size: 18px;
	color: var(--theme-color);
	font-weight: 700;
	color: #079795;
	padding: 5px 12px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-right: 8px;
	display: inline-block;
	margin-bottom: 0;
}

.earn-perc {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 70px;
	font-size: 16px;
	color: #077b7a;
	box-shadow: 0px 0px 4px 0px rgb(74 79 79 / 28%);
}

.earn-perc h6 {
	font-size: 13px;
	font-weight: 400;
}

.earn-perc h5 {
	font-size: 18px;
	font-weight: 600;
}

.earn-perc span.percentage-symbol {
	font-size: 14px;
}

@media only screen and (max-width:1399px) {
	.nav-user-menu .nav-item .nav-link {
		padding: 0.5rem;
	}

}

@media only screen and (max-width:330px) {

	.login-sec .form-control,
	.login-sec .login-main .theme-form label .signup-link {
		font-size: 11px;
	}
}

@media only screen and (max-width:575px) {
	.login-main::before {
		top: -45px;
		left: -40px;
	}

	.login-main::after {
		right: -40px;
		bottom: -47px;
	}
}

.form-group.serch-frm-card input {
	padding-right: 40px;
}

.niara-media {
	position: absolute;
	top: 17px;
	right: 11px;
}

.form-group.serch-frm-card.naira-media-2 {
	position: relative;
}





/**/
nav[role="select"] {
	position: relative;
	display: block;
	margin: 0 auto;
	border: 1px solid #DDD;
	margin-top: 0;
}

nav[role="select"] .drop {
	display: block;
	margin-top: 0.25rem;
	overflow-y: auto;
	border-radius: 0.3rem;
	box-sizing: border-box;
}

nav[role="select"] .drop>label::after {
	position: absolute;
	display: table;
	height: auto;
	width: 100%;
	padding: 0.6rem 2.5rem 0.6rem 1rem;
	left: 0;
	top: 0;
	font-weight: bold;
	box-sizing: border-box;
}

nav[role="select"] .drop label:before {
	content: attr(value);
}

nav[role="select"] .drop input:checked+label:after {
	content: attr(value);
	z-index: 1;
}

nav[role="select"] input[type="radio"] {
	display: none;
}

nav[role="select"] .drop>label {
	float: left;
	clear: both;
	padding: 0.6rem calc(1rem - 2px);
	width: 100%;
	box-sizing: border-box;
}

nav[role="select"] input.inp_exp {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	margin: 0;
	z-index: 2;
	opacity: 0;
}

nav[role="select"] input.inp_exp~.drop {
	background: transparent;
	border-color: transparent;
	overflow: hidden;
	pointer-events: none;
}

nav[role="select"] input.inp_exp:checked~.drop {
	overflow-y: scroll;
	border-width: 2px;
	border-style: solid;
	pointer-events: auto;
}

nav[role="select"] input.inp_exp~.drop label:before {
	visibility: hidden;
	opacity: 0;
	width: auto;
	min-width: 100%;
	z-index: 4 !important;
	height: auto;
}

nav[role="select"] input.inp_exp:checked~.drop label:before {
	visibility: visible;
	opacity: 1;
}

nav[role="select"]>label.lbl_exp {
	display: table;
	width: 100%;
	margin-bottom: 0px;
}

nav[role="select"]>label.lbl_exp::after {
	display: block;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0;
	content: '▾';
	text-align: center;
	transition: all 0.35s;
}

nav[role="select"] input[type="checkbox"]:checked~label.lbl_exp::after {
	transform: rotate(180deg);
}

/* Sizes */
nav[role="select"] {
	width: 100%;
	height: 40px !important;
	line-height: 1.7rem;
	font-size: 15px;
	padding-top: 3rem;
	margin-top: 6px;
	font-weight: 300 !important;
	border-radius: 5px;
	position: relative;
	z-index: 99;
}

nav[role="select"] .drop {
	max-height: 300px;
}

nav[role="select"]>label.lbl_exp::after {
	width: 31px;
	font-size: 19px;
	color: #545454;
	line-height: 48px;
}

nav[role="select"] .drop>label {
	line-height: 1.7rem;
	color: #000;
}

/* Colors */
nav[role="select"] .drop>label::after {
	color: #000;
}

nav[role="select"] input.inp_exp:checked~.drop>label:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}

nav[role="select"] input.inp_exp:checked~.drop input:checked+label {
	color: auto;
	font-weight: 300;
}

nav[role="select"] input.inp_exp:checked~.drop {
	border-color: #ced4da8f;
	background-color: #fff;
}


.product-amenities .amenities-list .amenities-icon i{
	font-size: 20px;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 233, 241);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 18px 0 rgba(188, 192, 202, .26);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.3s;
  color: var(--theme-color);
}

.amenities-list .amenities-content .heading-title{
	font-size: 14px;
  	color: #212121;
  	font-family: var(--rt-body-font);
  	margin: 0;
    margin-top: 0px;
  	margin-top: 0px;
  	line-height: 1.4;
  	margin-top: 2px;
  	font-weight: 500;
}

.amenities-list .amenities-content .cfp-value {
	color: #878c9f;
	font-size: 14px;
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	justify-content: flex-start;
}

.amenities-list .card{
	box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
  	border: 0;
  	border-radius: 1.25rem;
  	padding: 30px;
}