<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Realdeal
Theme URI: http://codingeek.net/html/realdeal
Author: Codingeek
Author URI: https://codingeek.net 
Description: RealDeal - Real Estate HTML Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
		## Global
		## Mixins
		## Theme
		## Variables
		## Common

# Sections
		## Nav Bar
		## Banner
		## Brand Area
		## Footer
		## Widgets

# Elements
		## accordion
		## filter
		## apartment
		## blog
		## city
		## feature
		## gallery
		## intro
		## main-search
		## pricing
		## service
		## team
		## user-list

--------------------------------------------------------------*/
/*-----------------
		# Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Poppins:200,300,400,400i,500,600,700i&amp;display=swap");
:root {
	--main-color-one: #66c1be;
	--main-color-two: #FF6E63;
	--heading-color: #101425;
	--paragraph-color: rgb(27, 25, 25);
	--heading-font: 'Poppins', sans-serif;
	--body-font: 'Open Sans', sans-serif;
	--body-font-size: 15px;
	--line-height30: 1.8; }

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: var(--body-font); }

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	-webkit-font-smoothing: antialiased;
	/* WebKit  */ }

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	line-height: var(--line-height30);
	font-size: var(--body-font-size); }

h1 {
	font-size: 70px;
	line-height: 1.2333333333333333; }

h2 {
	font-size: 45px;
	line-height: 1.3380952380952381; }

h3 {
	font-size: 32px;
	line-height: 1.3833333333333333; }

h4 {
	font-size: 24px;
	line-height: 1.3380952380952381; }

h5 {
	font-size: 20px;
	line-height: 1.3380952380952381; }

h6 {
	font-size: 16px;
	line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font); }

p {
	color: var(--paragraph-color);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px; }

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit; }

a:hover {
	color: var(--main-color-one); }

pre {
	word-break: break-word; }

a i {
	padding: 0 2px; }

img {
	max-width: 100%; }

ol {
	counter-reset: counter;
	padding-left: 0; }

ol li {
	list-style: none;
	margin-bottom: 1rem; }

ol li:before {
	counter-increment: counter;
	content: counter(counter);
	font-weight: 500;
	margin-right: 10px; }

button:hover,
button:active,
button:focus {
	outline: 0; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd; }

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0; }

.no-gutter &gt; [class^="col-"] {
	padding-left: 0;
	padding-right: 0; }

.no-gutter[class^="col-"] {
	padding-left: 0;
	padding-right: 0; }

.h-100vh {
	height: 100vh; }

code {
	color: #faa603; }

.check-list {
	margin: 0;
	padding: 0;
	list-style: none; }
	.check-list li {
		display: block;
		padding-left: 20px;
		position: relative;
		z-index: 0; }
		.check-list li:after {
			position: absolute;
			left: 0;
			top: 0;
			font-family: 'fontawesome';
			content: "\f105";
			color: var(--main-color); }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%; }

.comment-navigation .nav-previous &gt; a,
.posts-navigation .nav-previous &gt; a,
.post-navigation .nav-previous &gt; a,
.comment-navigation .nav-next &gt; a,
.posts-navigation .nav-next &gt; a,
.post-navigation .nav-next &gt; a {
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in; }

.comment-navigation .nav-previous:hover &gt; a,
.posts-navigation .nav-previous:hover &gt; a,
.post-navigation .nav-previous:hover &gt; a,
.comment-navigation .nav-next:hover &gt; a,
.posts-navigation .nav-next:hover &gt; a,
.post-navigation .nav-next:hover &gt; a {
	color: var(--main-color); }

.comment-list li {
	list-style: none; }

.h-100vh {
	height: 100vh; }

.position-relative {
	position: relative; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-bottom-yellow {
	border-bottom: 1px solid var(--main-color-one); }

.bg-gray {
	background: #F6F7FB; }

.pd-top-60 {
	padding-top: 60px; }

.pd-top-70 {
	padding-top: 70px; }

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

.pd-top-85 {
	padding-top: 85px; }

.pd-top-90 {
	padding-top: 90px; }

.pd-top-92 {
	padding-top: 92px; }

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

.pd-top-120 {
	padding-top: 120px; }

.pd-bottom-60 {
	padding-bottom: 60px; }

.pd-bottom-65 {
	padding-bottom: 65px; }

.pd-bottom-70 {
	padding-bottom: 70px; }

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

.pd-bottom-85 {
	padding-bottom: 85px; }

.pd-bottom-90 {
	padding-bottom: 90px; }

.pd-bottom-92 {
	padding-bottom: 92px; }

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

.pd-bottom-120 {
	padding-bottom: 120px; }

.mg-top-100 {
	margin-top: 100px; }

.mg-bottom-100 {
	margin-bottom: 100px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	clear: both;
	margin-right: 20px; }

.alignright {
	float: right;
	clear: both;
	margin-left: 20px; }

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em; }

.alignfull {
	margin: 1.5em 0;
	max-width: 100%; }

.alignwide {
	max-width: 1100px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block; }

.updated:not(.published) {
	display: none; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both; }

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption .wp-caption-text {
	margin: 0.8075em 0; }

.wp-caption-text {
	text-align: center; }

/*----------------------------------------
		# Unit test
------------------------------------------*/
.wp-link-pages a {
	margin: 0 5px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in; }

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px; }

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block; }

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color); }

.wp-link-pages span:first-child {
	margin-right: 5px; }

dl,
ol,
ul {
	padding-left: 15px; }

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px; }

.post-password-form label {
	font-weight: 600;
	color: #333; }

.post-password-form input[type=submit] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in; }

.post-password-form input[type=submit]:hover {
	background-color: #121A2F; }

.footer-widget .table td,
.footer-widget .table th {
	padding: 0.50rem !important; }

@media only screen and (max-width: 1100px) {
	h4 {
		font-size: 22px; } }

@media only screen and (max-width: 991px) {
	h4 {
		font-size: 20px; } }

@media (min-width: 1600px) {
	.container {
		max-width: 1360px; } }

/*---------------------------------------
		## Button
---------------------------------------*/
.btn {
	height: 48px;
	line-height: 28px;
	padding: 0 30px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	border: 0;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 600; }
	.btn:focus, .btn:active {
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none; }
	.btn:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		background-color: rgba(255, 255, 255, 0.2);
		-webkit-transform: scale(1, 0.5);
		-ms-transform: scale(1, 0.5);
		transform: scale(1, 0.5);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease; }
	.btn:hover:before {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1); }
	.btn .right {
		padding-left: 12px;
		font-size: 16px; }
	.btn .left {
		padding-right: 15px; }

.btn-yellow {
	background: var(--main-color-one);
	color: #fff!important; }
	.btn-yellow:hover, .btn-yellow:focus {
		color: #fff; }

.btn-orange {
	background: var(--main-color-two);
	color: #fff; }
	.btn-orange:hover, .btn-orange:focus {
		color: #fff; }

.btn-white {
	background: #fff;
	color: var(--main-color-one); }
	.btn-white:hover, .btn-white:focus {
		color: var(--main-color-one); }

.readmore-btn {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: -15px; }
	.readmore-btn i {
		position: absolute;
		right: -32px;
		font-size: 24px;
		top: -1px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease; }
	.readmore-btn:hover {
		color: var(--main-color-one); }
		.readmore-btn:hover i {
			right: -36px; }

/*---------------------------------------
		## owl-controls
---------------------------------------*/
.owl-controls .owl-prev {
	height: 50px;
	width: 50px;
	border: 1px solid rgba(112, 112, 112, 0.17);
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
	.owl-controls .owl-prev:hover {
		border-color: #FFEEE2;
		-webkit-box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		color: var(--main-color-one); }

.owl-controls .owl-next {
	height: 50px;
	width: 50px;
	border: 1px solid rgba(112, 112, 112, 0.17);
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	font-size: 28px;
	padding-left: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
	.owl-controls .owl-next:hover {
		border-color: #FFEEE2;
		-webkit-box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		color: var(--main-color-one); }

.slider-control-top .owl-prev {
	position: absolute;
	right: 70px;
	top: -100px; }

.slider-control-top .owl-next {
	position: absolute;
	right: 0;
	top: -100px; }

/*------------------------------------------------
		## Section title
------------------------------------------------*/
.section-title {
	margin-bottom: 45px;
	position: relative; }
	.section-title h1 img,
	.section-title h2 img,
	.section-title h3 img,
	.section-title h4 img,
	.section-title h5 img {
		margin-right: 15px;
		margin-top: -5px; }
	.section-title .sub-title {
		font-weight: 600;
		font-family: var(--body-font);
		margin-bottom: 20px;
		color: var(--main-color-one); }
	.section-title p {
		padding-top: 8px; }
	.section-title .btn-view-all {
		font-size: 14px;
		font-weight: 600;
		color: var(--main-color-one);
		text-decoration: underline;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -10px; }
	.section-title .btn-view-all-2 {
		font-weight: 600;
		color: var(--main-color-one);
		padding-right: 30px;
		position: relative;
		margin-top: 14px;
		display: inline-block; }
		.section-title .btn-view-all-2 i {
			font-size: 28px;
			position: absolute;
			bottom: -2px;
			right: -3px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease; }
		.section-title .btn-view-all-2:hover i {
			right: -7px; }
	.section-title .floor-list {
		margin-top: 33px; }
	.section-title .btn {
		margin-top: 22px; }
	.section-title.pd-left {
		padding-left: 100px; }

.filter-title {
	font-weight: 600;
	font-family: var(--heading-font);
	color: var(--heading-color);
	margin-bottom: 15px; }

/*------------------------------------------------
		## Back Top
------------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: var(--main-color-one);
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	z-index: 99;
	font-size: 30px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
	-webkit-animation: backto-top-bounce 4s infinite ease-in-out;
	animation: backto-top-bounce 4s infinite ease-in-out; }

@-webkit-keyframes backto-top-bounce {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px); }
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(10px); }
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px); } }

@keyframes backto-top-bounce {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px); }
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(10px); }
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-5px); } }

/*-----------------------------------------
		## Preloader Css
-------------------------------------------*/
.pre-wrap {
	position: fixed;
	content: '';
	-webkit-transform: translate(-100%, -240%);
	-ms-transform: translate(-100%, -240%);
	transform: translate(-100%, -240%);
	font-size: 62px; }

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999999;
	background-color: rgba(2, 48, 71, 0.8);
	width: 100%;
	height: 100%;
	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; }
	.preloader-inner .cancel-preloader {
		position: absolute;
		bottom: 30px;
		right: 30px; }
		.preloader-inner .cancel-preloader a {
			background-color: #fff;
			font-weight: 600;
			text-transform: capitalize;
			color: var(--main-color);
			width: 200px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			border-radius: 30px;
			display: block;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease; }
			.preloader-inner .cancel-preloader a:hover {
				background-color: var(--heading-color);
				color: #fff; }

.spinner {
	margin: 120px auto;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--main-color-one);
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0); }
	50% {
		-webkit-transform: scale(1); } }

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0); }
	50% {
		transform: scale(1);
		-webkit-transform: scale(1); } }

/*-----------------------------------------
		##social-icon
-------------------------------------------*/
.social-icon {
	margin-bottom: 0;
	padding-left: 0; }
	.social-icon li {
		display: inline-block;
		margin: 0 5px; }
		.social-icon li a {
			height: 40px;
			width: 40px;
			display: inline-block;
			border-radius: 50%;
			text-align: center;
			line-height: 38px;
			color: var(--main-color-one);
			background: #fff;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			border: 2px solid rgba(253, 169, 79, 0.2);
			font-size: 15px; }
			.social-icon li a:hover {
				border: 2px solid var(--main-color-one);
				background: var(--main-color-one);
				color: #fff; }
		.social-icon li .facebook {
			color: #3b5999; }
		.social-icon li .twitter {
			color: #55acee; }
	.social-icon.style-two li a {
		height: 60px;
		width: 60px;
		border-radius: 4px;
		line-height: 58px;
		font-size: 20px;
		border: 0;
		-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12); }

/*-----------------------------------------
		## call to action
-------------------------------------------*/
.call-to-action {
	border-radius: 10px;
	position: relative;
	background-size: cover; }
	.call-to-action:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: var(--main-color-one);
		opacity: 0.9;
		border-radius: 10px; }
	.call-to-action .cta-content {
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 60px 50px; }
		.call-to-action .cta-content .title {
			display: inline-block;
			float: left;
			margin-bottom: 0;
			font-weight: 700;
			color: #fff; }
		.call-to-action .cta-content .btn {
			float: right; }

/*-----------------------------------------
		## rld-list-style
-------------------------------------------*/
.rld-list-style {
	margin: 0;
	padding: 0; }
	.rld-list-style li {
		list-style: none;
		margin-bottom: 18px; }
		.rld-list-style li img {
			margin-right: 6px; }
		.rld-list-style li i {
			margin-right: 6px;
			background: rgba(253, 169, 79, 0.1);
			color: var(--main-color-one);
			height: 24px;
			width: 24px;
			line-height: 24px;
			text-align: center;
			border-radius: 4px;
			padding-left: 2px; }
		.rld-list-style li:last-child {
			margin-bottom: 0; }

/*-----------------------------------------
		## slick slider extra
-------------------------------------------*/
.rld-slider-extra {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
	.rld-slider-extra .first {
		font-size: 45px;
		font-weight: 700;
		color: var(--main-color-one);
		height: 55px;
		width: 55px;
		display: inline-block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-align: center; }
	.rld-slider-extra .devider {
		font-size: 45px;
		color: var(--main-color-one); }
	.rld-slider-extra .last {
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF59; }

.ap2-list-progress {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--main-color-one);
	background-image: -webkit-gradient(linear, left top, right top, from(var(--heading-color)), to(var(--heading-color)));
	background-image: -webkit-linear-gradient(left, var(--heading-color), var(--heading-color));
	background-image: -o-linear-gradient(left, var(--heading-color), var(--heading-color));
	background-image: linear-gradient(to right, var(--heading-color), var(--heading-color));
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .4s ease-in-out;
	-o-transition: background-size .4s ease-in-out;
	transition: background-size .4s ease-in-out; }

.rld-control-nav {
	width: 65px; }
	.rld-control-nav .slick-arrow {
		height: 50px;
		width: 50px;
		border: 1px solid rgba(112, 112, 112, 0.17);
		text-align: center;
		line-height: 46px;
		border-radius: 50%;
		font-size: 28px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: rgba(0, 0, 0, 0.3);
		display: inline-block !important; }
		.rld-control-nav .slick-arrow:before {
			display: none; }
		.rld-control-nav .slick-arrow:hover {
			border-color: var(--main-color-one);
			-webkit-box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
			box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
			color: var(--main-color-one); }

/*-----------------------------------------
		## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
	padding: 186px 0 112px;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center; }
	.breadcrumb-area:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 100, 0)));
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 100, 0));
		background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 100, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 100, 0));
		height: 65%;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
		z-index: 0;
		opacity: 0.5; }
	.breadcrumb-area .breadcrumb-inner {
		position: relative;
		z-index: 2; }
	.breadcrumb-area .page-title {
		font-size: 55px;
		font-weight: 700;
		margin-bottom: 15px;
		color: #fff; }
	.breadcrumb-area .page-list {
		margin: 0;
		padding: 0;
		color: #fff; }
		.breadcrumb-area .page-list li {
			font-size: 16px;
			font-weight: 200;
			list-style: none;
			display: inline-block;
			position: relative;
			padding-left: 8px; }
			.breadcrumb-area .page-list li:after {
				position: absolute;
				left: 0;
				top: 1px;
				content: "/";
				font-family: 'fontawesome'; }
			.breadcrumb-area .page-list li:first-child {
				padding-left: 0; }
				.breadcrumb-area .page-list li:first-child:after {
					display: none; }

/*-----------------------------------------
		## shape-image-list
------------------------------------------*/
.shape-image-list-wrap img {
	border-radius: 8px; }

.shape-image-list {
	position: relative;
	display: inline-block; }
	.shape-image-list:after {
		content: '';
		position: absolute;
		height: 205px;
		width: 230px;
		background: var(--main-color-one);
		z-index: -1;
		border-radius: 8px; }
	.shape-image-list.left-top {
		padding: 35px 0 0 35px; }
		.shape-image-list.left-top:after {
			left: 0;
			top: 0; }
	.shape-image-list.right-top {
		padding: 35px 35px 0 0; }
		.shape-image-list.right-top:after {
			right: 0;
			top: 0; }
	.shape-image-list.left-bottom {
		padding: 0 0 35px 35px; }
		.shape-image-list.left-bottom:after {
			left: 0;
			bottom: 0; }
	.shape-image-list.right-bottom {
		padding: 0 35px 35px 0; }
		.shape-image-list.right-bottom:after {
			right: 0;
			bottom: 0; }
	.shape-image-list img {
		border-radius: 8px; }
	.shape-image-list .shadow-img {
		-webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2); }

/*-----------------------------------------
		## All size bg
------------------------------------------*/
.rld-1-3-bg {
	background-repeat: no-repeat;
	background-position: right;
	background-size: 70% 100%; }

/*--------------------------------------------------------------
	## Widgets
--------------------------------------------------------------*/
.sitebar .widget {
	margin-bottom: 50px; }

.widget {
	border: 1px solid rgba(197, 197, 197, 0.5);
	border-radius: 8px; }

.widget-title {
	font-weight: 700;
	margin-bottom: 16px; }

.widget_nav_menu ul {
	margin: 0;
	padding: 0; }
	.widget_nav_menu ul li {
		list-style: none; }
		.widget_nav_menu ul li a {
			color: rgba(0, 0, 0, 0.8);
			font-size: 14px;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease; }
			.widget_nav_menu ul li a:hover {
				color: var(--main-color-one); }

.widget-subscribe .rld-single-input {
	margin-bottom: 10px; }

.widget-sidebar-search-wrap {
	padding: 30px; }
	.widget-sidebar-search-wrap .btn-wrap .btn {
		margin-top: 40px; }

.widget-sidebar-search {
	float: left; }
	.widget-sidebar-search .title {
		font-size: 18px;
		font-weight: 600;
		font-family: var(--heading-font);
		color: var(--heading-color);
		margin-bottom: 15px;
		line-height: 1; }
	.widget-sidebar-search .price {
		line-height: 1;
		padding-top: 5px; }
	.widget-sidebar-search .btn {
		height: 40px;
		line-height: 40px;
		padding: 0 18px; }
	.widget-sidebar-search .widget-sidebar-item-wrap {
		margin-bottom: 30px;
		display: block;
		float: left;
		width: 100%; }
	.widget-sidebar-search .rld-single-input.left-icon input,
	.widget-sidebar-search .rld-single-select .single-select {
		height: 40px;
		line-height: 40px; }
	.widget-sidebar-search .rld-single-input.left-icon:before {
		top: 14px;
		left: 17px;
		background-size: contain;
		height: 13px;
		width: 13px; }
	.widget-sidebar-search .rld-single-select .single-select:before {
		top: 16px;
		height: 9px;
		width: 9px;
		background-size: 100%; }

/********* widget-owner-info ********/
.widget-owner-info .owner-info {
	border-bottom: 1px solid rgba(197, 197, 197, 0.5);
	padding: 30px 15px 26px 15px; }
	.widget-owner-info .owner-info .thumb {
		border: 1px solid rgba(197, 197, 197, 0.5);
		border-radius: 8px;
		display: inline-block;
		padding: 10px;
		margin-bottom: 15px; }
		.widget-owner-info .owner-info .thumb img {
			border-radius: 6px; }
	.widget-owner-info .owner-info h6 {
		margin-bottom: 0; }
	.widget-owner-info .owner-info .designation {
		font-size: 12px; }
	.widget-owner-info .owner-info p {
		margin-bottom: 0;
		color: var(--main-color-one); }
		.widget-owner-info .owner-info p span {
			color: var(--heading-color);
			margin: 0 6px; }

.widget-owner-info .contact {
	padding: 27px 30px 30px;
	border-bottom: 1px solid rgba(197, 197, 197, 0.5); }
	.widget-owner-info .contact .rld-single-input {
		margin-bottom: 20px; }
		.widget-owner-info .contact .rld-single-input input {
			border: 0;
			border-radius: 0;
			border-bottom: 1px solid rgba(197, 197, 197, 0.5);
			padding: 3px 0;
			height: 40px;
			line-height: 40px;
			font-size: 14px;
			background: #F6F7FB; }

.widget-owner-info .contact-info {
	padding: 27px 30px 20px; }
	.widget-owner-info .contact-info .media {
		margin-bottom: 15px; }
		.widget-owner-info .contact-info .media .media-left {
			margin-right: 10px; }
			.widget-owner-info .contact-info .media .media-left i {
				color: var(--main-color-one); }
		.widget-owner-info .contact-info .media .media-body p {
			font-size: 14px;
			font-weight: 500;
			font-family: var(--heading-font);
			color: var(--heading-color);
			margin-bottom: 0; }
		.widget-owner-info .contact-info .media .media-body span {
			font-size: 12px; }

/*----------------------------------------------
		# Nav bar 
----------------------------------------------*/
.navbar-area {
	padding: 0;
	/* position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; }
	.navbar-area.style-two {
		position: relative;
		height: 95px;
		-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
		box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
		background: #fff; }
	.navbar-area .nav-container {
		background-color: transparent;
		padding: 22px 0px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s; }
		.navbar-area .nav-container .logo a {
			font-family: var(--body-font); }
			.navbar-area .nav-container .logo a img {
				height: auto; }
		.navbar-area .nav-container .navbar-collapse .navbar-nav {
			display: block;
			width: 100%;
			text-align: right; }
			.navbar-area .nav-container .navbar-collapse .navbar-nav li {
				display: inline-block;
				font-weight: 500;
				line-height: 50px;
				text-transform: capitalize; }
				.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
					color: #111;
					font-weight: 500;
					font-family: var(--heading-font); }
				.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
					color: #111; }
				.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
					margin-left: 20px; }
				.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
					position: relative;
					z-index: 0; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
						position: absolute;
						right: -3px;
						top: 50%;
						content: '\f0d7';
						font-family: 'fontawesome';
						-webkit-transform: translateY(-50%);
						-ms-transform: translateY(-50%);
						transform: translateY(-50%);
						-webkit-transition: all 0.3s ease-in;
						-o-transition: all 0.3s ease-in;
						transition: all 0.3s ease-in;
						color: var(--heading-color); }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
						-webkit-transition: all 0.4s ease;
						-moz-transition: all 0.4s ease;
						-o-transition: all 0.4s ease;
						transition: all 0.4s ease; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover &gt; .sub-menu {
						visibility: visible;
						opacity: 1; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
						position: absolute;
						text-align: left;
						min-width: 210px;
						margin: 0;
						padding: 0;
						list-style: none;
						left: 0;
						top: 100%;
						-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
						box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
						background-color: #fff;
						z-index: 9;
						overflow: hidden;
						visibility: hidden;
						opacity: 0;
						-webkit-transition: all 0.4s ease;
						-moz-transition: all 0.4s ease;
						-o-transition: all 0.4s ease;
						transition: all 0.4s ease;
						border-radius: 4px; }
						.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
							border-bottom: 0px !important; }
						.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
							display: block;
							margin-left: 0;
							line-height: 22px;
							font-size: 15px;
							-webkit-transition: all 0.4s ease;
							-moz-transition: all 0.4s ease;
							-o-transition: all 0.4s ease;
							transition: all 0.4s ease; }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
								display: block;
								padding: 10px 20px;
								white-space: nowrap;
								color: var(--heading-color);
								-webkit-transition: all .3s;
								-o-transition: all .3s;
								transition: all .3s;
								font-size: 14px;
								-webkit-transition: all 0.4s ease;
								-moz-transition: all 0.4s ease;
								-o-transition: all 0.4s ease;
								transition: all 0.4s ease; }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
								background: #FFEEE2; }
								.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
									color: var(--main-color-one);
									text-decoration: underline; }
						.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
							position: relative;
							z-index: 0;
							padding-right: 0px; }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
								position: absolute;
								right: 15px;
								top: 50%;
								content: '\f105';
								font-family: 'fontawesome';
								-ms-transform: translateY(-50%);
								/* IE 9 */
								-webkit-transform: translateY(-50%);
								/* Chrome, Safari, Opera */
								transform: translateY(-50%); }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children &gt; .sub-menu {
								left: 100%;
								top: 20px; }
								.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children &gt; .sub-menu .sub-menu .sub-menu {
									left: auto;
									right: 100%; }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover &gt; .sub-menu {
								visibility: visible;
								opacity: 1; }
								.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover &gt; .sub-menu li:hover:before {
									color: #fff; }
			.navbar-area .nav-container .navbar-collapse .navbar-nav &gt; li {
				padding-right: 15px;
				margin-right: 18px; }

.navbar-area-fixed {
	background: #fff;
	/* -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06); */
	/* box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);  */
}

.navbar-nav {
	opacity: 0;
	margin-right: -30px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; }

.menu-open {
	opacity: 1;
	margin-right: 0;
	visibility: visible; }

.bar1 {
	width: 32px;
	height: 2px;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 10px;
	right: -5px; 
}
.bar2 {
	width: 24px;
	height: 2px;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 17px;
	right: -5px; }

.bar3 {
	width: 18px;
	height: 2px;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 24px;
	right: -5px; }

.responsive-mobile-menu button:focus {
	outline: none;
	border: none; }

@media only screen and (max-width: 991px) {
	.navbar-area .nav-container {
		padding: 15px 0px; }
	.nav-right-part {
		margin-right: 50px; }
	.nav-right-part .btn {
		height: 40px;
		line-height: 39px !important;
		padding: 0 15px;
		font-size: 11px; }
	.nav-right-part .btn .right {
		padding-left: 5px;
		font-size: 13px; }
	.navbar-area .nav-container {
		position: relative;
		z-index: 0; }
		.navbar-area .nav-container .navbar-toggler {
			padding: 0px; }
		.navbar-area .nav-container .navbar-collapse {
			margin-top: 13px;
			padding-right: 25px; }
			.navbar-area .nav-container .navbar-collapse .navbar-nav {
				display: block;
				margin-top: 20px; }
				.navbar-area .nav-container .navbar-collapse .navbar-nav li {
					display: block;
					text-align: left;
					line-height: 30px;
					padding: 10px 0;
					border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
						display: block; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
						border-bottom: none; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
						margin-left: 0; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
						top: 25px;
						right: 0px !important; }
					.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
						position: initial;
						display: block;
						width: 100%;
						border-top: none;
						-webkit-box-shadow: none;
						box-shadow: none;
						margin-left: 0;
						padding-bottom: 0;
						height: auto;
						overflow: hidden;
						max-height: 250px;
						overflow-y: scroll;
						background-color: transparent;
						border-radius: 10px;
						padding: 0px;
						border-bottom: none;
						display: none;
						-webkit-transition: none;
						-o-transition: none;
						transition: none;
						visibility: visible;
						opacity: 1; }
						.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
							content: "\f107"; }
						.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
							padding: 0; }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
								top: 30px;
								color: #fff; }
							.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
								border-top: none; } 
							
							}
							

@media only screen and (min-width: 992px) {
	.navbar-area-fixed .nav-container {
		padding: 10px 0px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s; } }

.toggle-btn {
	left: auto;
	right: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 0;
	background: transparent; }
	.toggle-btn .icon-left {
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		position: absolute;
		height: 2px;
		width: 11px;
		top: 18px;
		background-color: var(--main-color-one);
		left: 7px; }
		.toggle-btn .icon-left:before {
			-webkit-transition-duration: 0.5s;
			-o-transition-duration: 0.5s;
			transition-duration: 0.5s;
			position: absolute;
			width: 11px;
			height: 2px;
			background-color: var(--main-color-one);
			content: "";
			top: -7px;
			left: 0; }
		.toggle-btn .icon-left:after {
			-webkit-transition-duration: 0.5s;
			-o-transition-duration: 0.5s;
			transition-duration: 0.5s;
			position: absolute;
			width: 11px;
			height: 2px;
			background-color: var(--main-color-one);
			content: "";
			top: 7px;
			left: 0; }
		.toggle-btn .icon-left:hover {
			cursor: pointer; }
	.toggle-btn .icon-right {
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		position: absolute;
		height: 2px;
		width: 11px;
		top: 18px;
		background-color: var(--main-color-one);
		left: 18px; }
		.toggle-btn .icon-right:before {
			-webkit-transition-duration: 0.5s;
			-o-transition-duration: 0.5s;
			transition-duration: 0.5s;
			position: absolute;
			width: 11px;
			height: 2px;
			background-color: var(--main-color-one);
			content: "";
			top: -7px;
			left: 0; }
		.toggle-btn .icon-right:after {
			-webkit-transition-duration: 0.5s;
			-o-transition-duration: 0.5s;
			transition-duration: 0.5s;
			position: absolute;
			width: 11px;
			height: 2px;
			background-color: var(--main-color-one);
			content: "";
			top: 7px;
			left: 0; }
		.toggle-btn .icon-right:hover {
			cursor: pointer; }
	.toggle-btn.open .icon-left {
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		background: transparent; }
		.toggle-btn.open .icon-left:before {
			-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
			-ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
			transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px); }
		.toggle-btn.open .icon-left:after {
			-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
			-ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -1px);
			transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px); }
	.toggle-btn.open .icon-right {
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		transition-duration: 0.5s;
		background: transparent; }
		.toggle-btn.open .icon-right:before {
			-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
			-ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
			transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px); }
		.toggle-btn.open .icon-right:after {
			-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
			-ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -1px);
			transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px); }
	.toggle-btn:hover {
		cursor: pointer; }

.nav-right-part-mobile {
	display: none; }

.nav-right-part .btn {
	line-height: 46px; }

.middle-new1{ display: none; }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.navbar-area .nav-container {
		max-width: 95%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		font-size: 16px; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		right: -9px; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
		margin-left: 5px; }
	.navbar-nav li {
		padding-right: 10px !important; }
	.navbar-area .nav-container {
		max-width: 95%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.responsive-mobile-menu {
		display: block;
		width: 100%;
		position: relative; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		font-size: 14px; } }
@media only screen and (max-width: 1199px) {
	.margin-xlt-80 {
		margin-top: 0px; }
	.contact-widget .contact_info_list li.single-info-item .details {
		padding-left: 25px; } }

@media only screen and (max-width: 991px) {
	.navbar-area .logo {
		padding-top: 0px !important; }
	.widget ul {
		text-align: left; }
	.navbar-collapse {
		background: #fff;
		padding-left: 35px;
		margin-top: 0px;
		width: 100%; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		right: 20px; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		margin-bottom: 20px; }
	.navbar-area {
		padding-bottom: 0px; }
	.bar1, .bar2, .bar3 {
		background: #fff; }
	.navbar-area .nav-container {
		max-width: 90%; }
	.party-box-wrapper {
		padding: 50px 0px; }
	.party-box-wrapper .party-box-content h4 {
		font-size: 30px;
		line-height: 45px; }
	.footer-area .copyright-area-inner {
		padding: 20px; }
	.navbar-expand-lg .navbar-collapse {
		margin-top: 0px; }
	.contact-widget .contact_info_list li.single-info-item .details {
		padding-left: 25px; }
	.footer-area .footer-top .widget.widget_nav_menu ul li a {
		font-size: 14px; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
		padding: 0 0 0 20px; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		padding: 12px 0; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
		padding-bottom: 3px; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
		opacity: 0;
		margin-right: -18px; }
	.nav-right-part-mobile {
		display: block; }
	.nav-right-part-desktop {
		display: none; }
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
		background: none; } }

/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
	.logo-wrapper.mobile-logo {
		display: block;
		width: 100%; }
	.responsive-mobile-menu {
		display: block;
		width: 100%;
		position: relative; }
	.responsive-mobile-menu .navbar-toggler {
		position: absolute;
		left: calc(100% - 130px);
		top: 10px; }
	.table-responsive {
		display: block !important; }
	.btn-custom-default, .btn-custom-white {
		font-size: 14PX;
		line-height: 33px;
		padding: 6px 20px; }
	.navbar-area .nav-container {
		max-width: 100%; }
	.logo img {
		margin-left: 10px; }
	.navbar-area .logo {
		padding-top: 0px !important; } 
	.right_nav { width: 70% !important; }
	.middle_section { width: 0% !important; }
	.rld-main-search { padding: 35px 0px 35px 0px !important; }
	.inline_conatiner{ padding-left: 10px; padding-right: 10px; }
	.inline_conatiner .inline_view { margin: 0px !important; width:50% !important; }
	.inline_conatiner .inline_view .btn{ width: 100%; }
	.inline_conatiner .inline_view_btn &gt; div { margin: 0 7px 15px 7px; } 
	.inline_conatiner .inline_view_btn{ width: 100% !important; }
	.conatiner .inline_view1 { margin: 0px !important; width:50% !important; }
	.conatiner .inline_view1 .btn{ width: 100%; }
	.rld-single-select { margin: 0px 7px !important; }
	.add_new_development {
		right: auto !important;
		bottom: 51px !important;
		left: 60px !important;
	}
	.banner-inner h3 {
		font-size: 30px !important;
		line-height: 34px;
		margin-left: 0px !important;
	}
	.banner-inner-wrap {
		padding: 150px 0 150px 0 !important;
	}
	.inner-page-container.middle_section{
		display:none;
	}
	.middle-new1{ display: block; width: 100% !important; margin-top: 25px; }
}

/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
	.navbar-area .nav-container {
		margin: 0px 0px; }
	.navbar-area .logo {
		padding-top: 10px; }
	.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
		padding: 15px 20px; }
	.widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
		padding: 15px 20px; }
	.search-popup .search-form {
		min-width: 350px; } }

@media only screen and (max-width: 375px) {
	.btn-custom-default, .btn-custom-white {
		padding: 5px 18px; }
	.search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
		height: 45px; }
	.search-popup .search-form {
		min-width: 300px; } }

@media only screen and (max-width: 320px) {
	.search-popup .search-form {
		min-width: 265px; }
	.responsive-mobile-menu .navbar-toggler {
		left: calc(100% - 95px); } }

	
/*----------------------------------------------
		## Banner
----------------------------------------------*/
.banner-inner-wrap {
	height: 100vh;
	max-height: 536px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

.banner-inner-area {
	position: relative; }

.banner-inner .sub-title {
	color: var(--paragraph-color);
	margin-bottom: 22px; }

.banner-inner .content {
	margin-top: 20px;
	margin-bottom: 0; }

.banner-inner .banner-btn-wrap {
	margin-top: 19px; }

.banner-inner .btn {
	height: 55px;
	line-height: 55px; }

.banner-inner .video-play-btn {
	height: 55px;
	width: 55px;
	line-height: 52px;
	text-align: center;
	border-radius: 6px;
	display: inline-block;
	border: 2px solid #D4D4D4;
	font-size: 20px;
	color: var(--main-color-one); }

.banner-inner .rld-banner-search {
	margin-top: 33px; }

.thumb-wrap {
	position: absolute;
	bottom: 0; }

/******* banner tab style *****/
.banner-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; }
	.banner-area .banner-search-wrap {
		margin-top: 24px; }

.rld-banner-tab {
	border-bottom: 0; }
	.rld-banner-tab .nav-item {
		margin-bottom: 0; }
		.rld-banner-tab .nav-item a {
			border: 0;
			border-radius: 5px 5px 0 0;
			height: 50px;
			line-height: 50px;
			padding: 0 35px;
			margin-right: 8px;
			position: relative;
			display: block;
			letter-spacing: 0.4px;
			background: rgba(255, 255, 255, 0.8);
			color: var(--heading-color);
			font-family: var(--heading-font);
			font-weight: 600;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease; }
			.rld-banner-tab .nav-item a:hover, .rld-banner-tab .nav-item a:focus, .rld-banner-tab .nav-item a.active {
				background: var(--main-color-one);
				color: #fff; }
		.rld-banner-tab .nav-item:last-child {
			margin-bottom: 0; }

.navbar-area-3 {
	background: #fff; }

.banner-search {
	margin-top: 80px; }

/*--------------------------------------------------
		##Footer
---------------------------------------------------*/
.footerCSS{
	/* position:fixed !important; */
	bottom:0;
	width:100%
}

.SampleCSS{
	/* position:fixed !important; */
	display:none;
	width:100%
}
@media screen and (max-width:768px){
	.footerCSS{
		position:relative !important;
		bottom:0;
		width:100%
	}
	/* .avbLeft2{
		width: unset !important;
	} */
}
@media screen and (max-height:650px){
	.footerCSS{
		position:relative !important;
		bottom:0;
		width:100%
	}
}
.footer-area {
	background: #272336;
	padding-top: 100px;
	z-index: 1;
	position: relative !important; }
	.footer-area .widget {
		border: 0; }
	.footer-area .footer-top {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		padding-bottom: 48px; }
	.footer-area .footer-logo img {
		max-width: 140px; }
	.footer-area .footer-social span {
		margin-right: 20px;
		color: var(--heading-color); }
	.footer-area .footer-social .social-icon {
		display: inline-block; }
	.footer-area .footer-bottom {
		padding-top: 50px; }
	.footer-area .copy-right {
		padding: 0 0 44px 0;
		color: rgba(0, 0, 0, 0.8); }
		.footer-area .copy-right a {
			font-weight: 600;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease; }
			.footer-area .copy-right a:hover {
				color: var(--main-color-one); }
	.footer-area .widget {
		margin-bottom: 48px; }
	.footer-area.style-two {
		margin-top: 200px; }

.subscribe-area {
	background: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 90px 25px 100px 25px;
	margin-bottom: 100px;
	margin-top: -300px; }
	.subscribe-area .rld-single-input {
		padding-right: 190px; }
	.subscribe-area p {
		margin-bottom: 42px; }
	.subscribe-area input {
		background: #E5E5E5;
		border: 0 !important; }
		.subscribe-area input::-webkit-input-placeholder {
			color: var(--heading-color); }
		.subscribe-area input:-ms-input-placeholder {
			color: var(--heading-color); }
		.subscribe-area input::-ms-input-placeholder {
			color: var(--heading-color); }
		.subscribe-area input::placeholder {
			color: var(--heading-color); }
	.subscribe-area button {
		position: absolute;
		right: 0;
		top: 0;
		height: 48px;
		border: 0;
		padding: 0 42px;
		font-weight: 600;
		background: var(--main-color-one);
		color: #fff;
		cursor: pointer;
		border-radius: 4px; }

/*----------------------------------------------
		## All section style
----------------------------------------------*/
.city-intro-area {
	background-size: cover;
	background-position: bottom; }

.follow-dream-area .thumb {
	border-radius: 10px;
	overflow: hidden;
	margin-right: 30px; }

/*----------------------------------------------
		## search page 
----------------------------------------------*/
.search-page-area {
	overflow: hidden; }

.search-page-search-wrap {
	width: 45%;
	float: left;
	padding-right: 30px;
	position: fixed;
	z-index: 0; }
	.search-page-search-wrap #gmap {
		height: 100vh;
		margin-top: 90px; }

.search-page-right-wrap {
	width: 55%;
	float: right; }

.rld-search-page-tab {
	border-bottom: 0; }
	.rld-search-page-tab .nav-item {
		margin-bottom: 0; }
		.rld-search-page-tab .nav-item a {
			border: 0;
			padding: 0;
			text-align: center;
			border-radius: 5px;
			height: 48px;
			width: 48px;
			line-height: 52px;
			margin-right: 8px;
			position: relative;
			display: block;
			background: #FFEEE2;
			color: var(--main-color-one);
			font-family: var(--heading-font);
			font-weight: 600;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			font-size: 18px; }
			.rld-search-page-tab .nav-item a:hover, .rld-search-page-tab .nav-item a:focus, .rld-search-page-tab .nav-item a.active {
				background: var(--main-color-one);
				color: #fff; }
		.rld-search-page-tab .nav-item:last-child {
			margin-bottom: 0; }

.search-page-right-side {
	margin-right: 50px;
	padding-top: 135px; }
	.search-page-right-side .section-title .title {
		font-size: 24px; }
	.search-page-right-side .single-feature .thumb img {
		width: 100%; }
	.search-page-right-side .rld-main-search {
		padding: 20px 25px 4px 25px;
		margin-bottom: 30px;
		border-radius: 6px; }
		.search-page-right-side .rld-main-search .colx {
			padding: 0 10px;
			display: inline-block; }
		.search-page-right-side .rld-main-search .col1 {
			width: 30%; }
		.search-page-right-side .rld-main-search .col2 {
			width: 19%; }
		.search-page-right-side .rld-main-search .col3 {
			width: 17%; }

.search-page-map .single-feature {
	margin-bottom: 0; }

.gm-style .gm-style-iw-c {
	padding: 16px; }

.gm-ui-hover-effect {
	background: var(--main-color-one) !important;
	top: 0 !important;
	right: 0 !important;
	width: 30px !important;
	height: 30px !important;
	z-index: 9999 !important;
	border-radius: 0 10px 0 10px !important;
	opacity: 1 !important; }

/*----------------------------------------------
		## single popular-post
----------------------------------------------*/
.post-and-search {
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	padding: 25px 50px 40px 170px;
	position: relative;
	overflow: hidden;
	margin-top: -74px;
	background: #fff;
	border-radius: 10px; }

.news-search-btn {
	position: absolute;
	left: 52px;
	top: 50%;
	margin-top: -15px;
	cursor: pointer; }
	.news-search-btn i {
		font-size: 30px;
		color: var(--main-color-one); }

.news-search-box {
	position: absolute;
	width: 0;
	left: -10px;
	top: 0;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease; }
	.news-search-box input {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border: 0 !important;
		border-right: 1px solid var(--main-color-one);
		padding: 0 30px;
		margin-right: 70px;
		font-size: 18px;
		color: rgba(16, 20, 37, 0.5);
		font-weight: 600; }
		.news-search-box input::-webkit-input-placeholder {
			color: rgba(16, 20, 37, 0.5);
			font-weight: 600; }
		.news-search-box input:-ms-input-placeholder {
			color: rgba(16, 20, 37, 0.5);
			font-weight: 600; }
		.news-search-box input::-ms-input-placeholder {
			color: rgba(16, 20, 37, 0.5);
			font-weight: 600; }
		.news-search-box input::placeholder {
			color: rgba(16, 20, 37, 0.5);
			font-weight: 600; }
	.news-search-box button {
		font-size: 30px;
		color: var(--main-color-one);
		position: absolute;
		right: 28px;
		top: 50%;
		margin-top: -28px;
		background: 0;
		border: 0;
		cursor: pointer; }
	.news-search-box.news-search-box-show {
		width: 100%;
		left: 0; }

.popular-post-slider {
	position: relative; }
	.popular-post-slider:before {
		content: '';
		position: absolute;
		left: -50px;
		bottom: 8px;
		height: 100%;
		width: 1px;
		background: var(--main-color-one); }

.single-popular-post .media-left {
	margin-right: 15px; }
	.single-popular-post .media-left img {
		border-radius: 4px; }

.single-popular-post .media-body h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }

.single-popular-post .media-body span {
	font-size: 12px; }

.single-popular-post:hover .media-body h6 {
	color: var(--main-color-one);
	text-decoration: underline; }

/*----------------------------------------------
		## service-slider-2
----------------------------------------------*/
.service-area-about {
	background-repeat: no-repeat;
	background-position: right;
	background-size: 44% 100%; }

.service-slider-2 .single-intro {
	padding: 0 30px 35px 30px;
	margin: 0 15px;
	position: relative; }
	.service-slider-2 .single-intro:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 29px;
		bottom: 0;
		width: 100%;
		height: 88%;
		-webkit-box-shadow: 0px 2px 12px #97A1B21A;
		box-shadow: 0px 2px 12px #97A1B21A;
		z-index: -1;
		background: #fff; }
	.service-slider-2 .single-intro .thumb {
		height: 60px;
		width: 60px;
		line-height: 58px; }

/*----------------------------------------------
		## news-details-author-social
----------------------------------------------*/
.news-details-author-social {
	margin-top: -30px; }
	.news-details-author-social .author {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.news-details-author-social .author img {
			border-radius: 6px;
			height: 60px;
			width: 60px; }
		.news-details-author-social .author p {
			-ms-flex-item-align: end;
			align-self: flex-end;
			margin-bottom: 0;
			margin-left: 15px;
			font-size: 13px; }

/*----------------------------------------------
		## news-details-wrap
----------------------------------------------*/
.news-details-wrap p {
	margin-bottom: 23px; }

.news-details-wrap .title1 {
	margin-bottom: 20px; }

.news-details-wrap .title2 {
	margin-bottom: 25px;
	font-size: 18px; }

.news-details-wrap .news-details-thumb {
	padding-top: 10px;
	margin-bottom: 35px; }

/*----------------------------------------------
		## contact page
----------------------------------------------*/
.contact-form-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A; }
	.contact-form-wrap .rld-single-input {
		margin-top: 10px; }
	.contact-form-wrap button {
		margin-top: 23px;
		padding: 0 45px;
		letter-spacing: 0.5px; }
	.contact-form-wrap .social-icon {
		margin-top: 20px; }

.contact-form-bg input,
.contact-form-bg textarea {
	background: #F3F3F3; }

.contact-page-map {
	line-height: 1; }
	.contact-page-map iframe {
		height: 474px; }

.single-contact-info {
	margin-bottom: 30px; }
	.single-contact-info p i {
		margin-right: 10px;
		color: var(--main-color-one);
		font-size: 18px; }

.register-page-area {
	margin-top: -50px; }

.rld-comment-form .single-page-small-title {
	margin-bottom: 22px; }

.rld-comment-form .rld-single-input {
	margin-bottom: 20px; }

/*----------------------------------------------
		## property-details-slider
----------------------------------------------*/
.property-details-slider {
	margin-bottom: 40px; }
	.property-details-slider .thumb img {
		border-radius: 6px; }
	.property-details-slider .owl-prev {
		position: absolute;
		right: 90px;
		bottom: 25px;
		border: 1px solid #fff;
		color: #fff; }
	.property-details-slider .owl-next {
		position: absolute;
		right: 25px;
		bottom: 25px;
		border: 1px solid #fff;
		color: #fff; }

.property-details-slider-info h3 {
	font-weight: 600; }
	.property-details-slider-info h3 span {
		color: var(--main-color-one);
		margin-right: 20px;
		font-weight: 700; }

.property-details-slider-info del {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--heading-font); }

.single-property-info h5 {
	font-weight: 500; }

.single-property-info p i {
	margin-right: 10px;
	color: var(--main-color-one); }

.single-property-info p img {
	margin-right: 11px; }

.property-news-single-card {
	padding-bottom: 50px;
	margin-bottom: 95px; }
	.property-news-single-card h4 {
		font-weight: 700;
		margin-bottom: 20px; }
	.property-news-single-card p {
		margin-bottom: 20px; }
	.property-news-single-card a {
		font-weight: 600;
		color: var(--main-color-one);
		line-height: 1; }
	.property-news-single-card iframe {
		width: 100%;
		height: 330px; }
	.property-news-single-card.style-two {
		padding-bottom: 43px; }

/*----------------------------------------------
		## error page
----------------------------------------------*/
.error-page {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF4EF), to(#fff));
	background-image: -webkit-linear-gradient(#FFF4EF, #fff);
	background-image: -o-linear-gradient(#FFF4EF, #fff);
	background-image: linear-gradient(#FFF4EF, #fff); }
	.error-page a {
		color: var(--main-color-one);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		font-size: 18px;
		position: absolute;
		left: 12px; }
		.error-page a:hover {
			text-decoration: underline; }
	.error-page h2 {
		font-size: 300px;
		font-weight: 700;
		color: #5B6880;
		background: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--main-color-one); }
	.error-page .error-page-wrap {
		display: inline-block;
		position: relative; }

/*----------------------------------------------
		## add-new-property-area
----------------------------------------------*/
.add-new-property-area .rld-single-select .single-select {
	padding: 0 35px 0 10px;
	border: 0 !important;
	border-bottom: 1px solid #D4D4D4 !important;
	border-radius: 0; }

.add-new-property-area .rld-single-input textarea {
	padding: 10px;
	border: 0 !important;
	border-bottom: 1px solid #D4D4D4 !important;
	border-radius: 0; }

.add-property-btn-wrap .btn {
	height: 44px;
	line-height: 44px;
	padding: 0 20px; }

/*----------------------------------------------
		## main search
----------------------------------------------*/
.main-search-area {
	margin-top: -50px; }

.rld-main-search {
	padding: 35px 30px 35px 30px;
	background: #fff;
	border-radius: 0 6px 6px 6px; }
	.rld-main-search .rld-single-input,
	.rld-main-search .rld-single-select .single-select {
		margin-bottom: 15px; }
	.rld-main-search .rld-single-select .sortBy {
			margin-bottom: 15px; }
	.rld-main-search .btn {
		width: 100%; }

.rld-single-input {
	position: relative; }
	.rld-single-input input {
		height: 48px;
		line-height: 48px;
		width: 100%;
		padding: 0 20px;
		border: 1px solid #D4D4D4;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 4px;
		font-size: 15px; }
		.rld-single-input input:hover, .rld-single-input input:active, .rld-single-input input:focus {
			border: 1px solid var(--main-color-one); }
	.rld-single-input.left-icon:before {
		content: '';
		background-image: url("../../assets/img/icons/1.png");
		position: absolute;
		top: 17px;
		background-size: auto;
		height: 17px;
		width: 12px;
		left: 19px;
		background-repeat: no-repeat; }
	.rld-single-input.left-icon input {
		padding-left: 40px; }
	.rld-single-input textarea {
		height: 120px;
		width: 100%;
		padding: 10px 20px;
		border: 1px solid #D4D4D4;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 4px;
		font-size: 15px; }
		.rld-single-input textarea:hover, .rld-single-input textarea:active, .rld-single-input textarea:focus {
			border: 1px solid var(--main-color-one); }

.rld-single-select .single-select {
	height: 48px;
	color: rgba(55, 54, 54, 0.78) !important;
	line-height: 47px;
	width: 100%;
	padding: 0 34px 0 20px;
	border: 1px solid #D4D4D4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	border-radius: 4px; }
.rld-single-select .sortBy {
		color: rgba(55, 54, 54, 0.78) !important;
		height: 48px;
		line-height: 47px;
		width: 100%;
		padding: 0 34px 0 20px;
		border: 1px solid #D4D4D4;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		position: relative;
		border-radius: 4px; }
	.rld-single-select .single-select:hover, .rld-single-select .single-select:active, .rld-single-select .single-select:focus {
		border: 1px solid var(--main-color-one); }
		.rld-single-select .sortBy:hover, .rld-single-select .sortBy:active, .rld-single-select .sortBy:focus {
			border: 1px solid var(--main-color-one); }
	.rld-single-select .single-select:after {
		border: 0; }
	.rld-single-select .sortBy:after {
			border: 0; }
	.rld-single-select .single-select:before {
		content: '';
		background-image: url("../../assets/img/icons/2.png");
		position: absolute;
		top: 19px;
		background-size: auto;
		height: 10px;
		width: 11px;
		right: 14px;
		left: auto;
		background-repeat: no-repeat; }
	.rld-single-select .single-select .list {
		/*width: 100%;*/ min-width:100%; }

		.rld-single-select .sortBy:before {
			content: '';
			background-image: url("../../assets/img/icons/2.png");
			position: absolute;
			top: 19px;
			background-size: auto;
			height: 10px;
			width: 11px;
			right: 14px;
			left: auto;
			background-repeat: no-repeat; }
		.rld-single-select .sortBy .list {
			/*width: 100%;*/ min-width:100%; }

.rld-price-slider-wrap .rld-price-slider,
.rld-price-slider-wrap .rld-size-slider {
	height: 5px;
	background: #FFF0E5;
	border: 0;
	margin: 20px 0 0 0; }

.rld-price-slider-wrap .ui-slider-handle {
	height: 24px;
	width: 42px;
	background: var(--main-color-one);
	border: 0;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	top: -10px;
	font-size: 13px;
	line-height: 25px; }

/****** banner-search *******/
.rld-banner-search .rld-single-input input {
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	border: 0;
	padding-right: 140px; }

.rld-banner-search .rld-single-input button {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	line-height: 48px;
	border: 0;
	padding: 0 20px;
	font-weight: 600;
	background: var(--main-color-one);
	color: #fff;
	cursor: pointer;
	border-radius: 0 4px 4px 0; }

/*---------------------------------------------
		## Service
---------------------------------------------*/
.single-service {
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A;
	background: #fff;
	padding: 50px 20px 45px 20px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
	.single-service .thumb img {
		width: auto; }
	.single-service .thumb.double-img {
		margin-bottom: 30px;
		position: relative; }
		.single-service .thumb.double-img:before {
			content: '';
			position: absolute;
			top: 0;
			left: -10px;
			right: 0;
			margin: 0 auto;
			width: 58px;
			height: 58px;
			background: #FFF0E1;
			border-radius: 50%; }
		.single-service .thumb.double-img img {
			display: inline-block;
			padding-top: 25px;
			padding-left: 30px; }
	.single-service .details h4 {
		margin-bottom: 20px; }

/********* service slider area style **********/
.service-slider .single-service .thumb img {
	width: auto;
	position: relative; }

.service-slider .slick-prev {
	position: absolute;
	top: 50%;
	left: -100px;
	height: 50px;
	width: 50px;
	border: 1px solid rgba(112, 112, 112, 0.17);
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: rgba(112, 112, 112, 0.17); }
	.service-slider .slick-prev:before {
		display: none; }
	.service-slider .slick-prev:hover {
		border-color: #FFEEE2;
		-webkit-box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		color: var(--main-color-one); }

.service-slider .slick-next {
	position: absolute;
	top: 50%;
	right: -100px;
	height: 50px;
	width: 50px;
	border: 1px solid rgba(112, 112, 112, 0.17);
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	font-size: 28px;
	padding-left: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: rgba(112, 112, 112, 0.17); }
	.service-slider .slick-next:before {
		display: none; }
	.service-slider .slick-next:hover {
		border-color: #FFEEE2;
		-webkit-box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		box-shadow: 0px 2px 12px rgba(255, 233, 209, 0.75);
		color: var(--main-color-one); }

.service-slider .single-service {
	margin: 10px 15px 10px; }

.service-slider .single-service:hover {
	margin-top: 0; }

.service-slider.slick-slider .slick-active .single-service {
	margin: 10px 15px 10px 7px; }

.service-slider.slick-slider .slick-active ~ .slick-active .single-service {
	margin: 10px 15px 10px 15px !important; }

.service-slider.slick-slider .slick-active ~ .slick-active ~ .slick-active .single-service {
	margin: 10px 15px 10px 15px !important; }

.service-slider.slick-slider .slick-active ~ .slick-active ~ .slick-active ~ .slick-active .single-service {
	margin: 10px 7px 10px 15px !important; }

.h1-service-slider-area {
	margin-top: -100px;
	z-index: 2; }

/*---------------------------------------------
		## Explore
---------------------------------------------*/
.single-explore {
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A;
	overflow: hidden;
	margin-bottom: 30px; }
	.single-explore .thumb {
		position: relative; }
		.single-explore .thumb a {
			position: absolute;
			right: 20px;
			top: 20px;
			border-radius: 4px;
			background: #fff;
			color: #C5C5C5;
			height: 34px;
			width: 34px;
			line-height: 34px;
			text-align: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 14px;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			-webkit-box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
			box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3); }
	.single-explore .details {
		background: #fff;
		padding: 23px 25px; }
		.single-explore .details h4 {
			padding-left: 1px; }
		.single-explore .details .list {
			padding: 0;
			margin: 0;
			font-size: 14px; }
			.single-explore .details .list li {
				display: inline-block;
				list-style: none; }
				.single-explore .details .list li img,
				.single-explore .details .list li i {
					margin-right: 4px;
					color: var(--main-color-one); }
				.single-explore .details .list li:first-child {
					margin-right: 20px; }
	.single-explore:hover .thumb a {
		color: var(--main-color-one); }

/*---------------------------------------------
		## Feature
---------------------------------------------*/
.single-feature {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px; }
	.single-feature .thumb {
		position: relative; }
		.single-feature .thumb a {
			position: absolute;
			left: 0px;
			top: 12px;
			font-size: 18px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			visibility: hidden;
			opacity: 0;
			color: var(--main-color-one); }
		.single-feature .thumb img {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease; }
	.single-feature .details {
		background: #F6F6F6;
		padding: 20px 20px;
		position: relative; }
		.single-feature .feature-logo {
			height: 50px;
			width: 50px;
			line-height: 47px;
			text-align: center;
			position: absolute;
			left: 10px!important;
			top: 10px!important;
			background: #fff;
			border-radius: 50%;
			-webkit-box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
			box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.3);
			opacity: 1!important;
			visibility: visible!important;
	}
			.single-feature .details .feature-logo img {
				width: 40px;
				margin-top: -3px;
		}
		.single-feature .details .author {
			font-size: 12px; }
		.single-feature .details .title {
			font-weight: 600;
			margin-bottom: 0;
			margin-top: 7px;
		}
		.single-feature .details .price {
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 0; }
		.single-feature .details del {
			color: #C3CFE1;
			font-size: 14px; }
		.single-feature .details .info-list {
			padding: 15px 0 0 0;
			margin: 15px 0 0 0;
			font-size: 14px;
			border-top: 1px solid rgba(112, 112, 112, 0.1); }
			.single-feature .details .info-list li {
				display: inline-block;
				list-style: none;
				margin-right: 12px; }
				.single-feature .details .info-list li img,
				.single-feature .details .info-list li i {
					margin-right: 4px;
					color: var(--main-color-one);
					width: auto;
					display: inline-block; }
				.single-feature .details .info-list li:last-child {
					margin-right: 0; margin-left: 20px; }
		.single-feature .details .contact-list {
			margin: 0;
			padding: 0;
			position: absolute;
			width: 100%;
			left: 0;
			right: 0;
			bottom: -50px;
			padding: 10px 20px 14px 20px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			background: #F6F6F6;
			width: 100%;
			visibility: hidden;
			opacity: 1;
			border-top: 1px solid rgba(112, 112, 112, 0.1); }
			.single-feature .details .contact-list li {
				list-style: none;
				display: inline-block;
				margin-right: 10px; 
				margin-top: 10px; 
			}
				.single-feature .details .contact-list li i {
					color: var(--main-color-one); }
				.single-feature .details .contact-list li .phone,
				.single-feature .details .contact-list li .message {
					background: #F6E6D3;
					height: 36px;
					width: 36px;
					line-height: 36px;
					text-align: center;
					border-radius: 4px;
					display: inline-block; }
					.single-feature .details .contact-list li .phone img,
					.single-feature .details .contact-list li .message img {
						width: auto;
						display: inline-block; }
				.single-feature .details .contact-list li .btn {
					height: 36px;
					border-radius: 4px;
					line-height: 36px;
					margin-top: -4px;
					padding: 0 16px; }
				.single-feature .details .contact-list li:last-child {
					margin-right: 0; }
	.single-feature:hover .thumb a {
		visibility: visible;
		opacity: 1;
		left: 10px;
		top: 10px; }
	.single-feature:hover .thumb img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05); }
	.single-feature:hover .contact-list {
		visibility: visible;
		opacity: 1;
		bottom: 0px; }
	.single-feature:hover .details .title a {
		color: var(--main-color-one); }

.single-leading-feature {
	margin-bottom: 30px;
	position: relative;
	border-radius: 10px;
	overflow: hidden; }
	.single-leading-feature .slf-overlay {
		background: -webkit-gradient(linear, left bottom, left top, color-stop(52%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 100, 0)));
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 52%, rgba(0, 0, 100, 0));
		background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 52%, rgba(0, 0, 100, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 52%, rgba(0, 0, 100, 0));
		height: 70%;
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 1;
		cursor: pointer;}
	.single-leading-feature .thumb {
		position: relative;
		cursor: pointer;}
		.single-leading-feature .thumb a {
			position: absolute;
			left: 20px;
			top: 12px;
			font-size: 18px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			visibility: visible;
			opacity: 1;
			color: var(--heading-color); }
		.single-leading-feature .thumb img {
			-webkit-transition: all 0.7s ease;
			-moz-transition: all 0.7s ease;
			-o-transition: all 0.7s ease;
			transition: all 0.7s ease; }
	.single-leading-feature .details {
		padding: 20px 20px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2; width: 100%;}
		.single-leading-feature .details .logo {
			height: 50px;
			width: 50px;
			line-height: 50px;
			text-align: center;
			position: absolute;
			right: 25px;
			top: -25px;
			background: #fff;
			border-radius: 50%; }
		.single-leading-feature .details .author {
			font-size: 12px; }
		.single-leading-feature .details .title {
			padding-left: 1px;
			font-weight: 600;
			margin-bottom: 0px;
			color: #fff; }
		.single-leading-feature .details .price {
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 0;
			color: #fff; }
		.single-leading-feature .details span p{
			color: #fff;
			font-size: 15px; }
	.single-leading-feature:hover .thumb a {
		visibility: visible;
		opacity: 1;
		left: 20px; }
	.single-leading-feature:hover .thumb img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05); }

/****Angel**********/
.single-leading-feature .details ul li{ list-style-type: none; display: inline-block; margin-right:14px; }
.single-leading-feature .details ul li:last-child{ margin-right:0; }
.single-leading-feature .details ul li i.fa-bed{ margin-right:3px; }

.single-feature .details ul li{ list-style-type: none; display: inline-block; margin-right:14px; }
.single-feature .details ul li:last-child{ margin-right:0; }
.single-feature .details ul li i.fa-bed{ margin-right:3px; }
.single-feature .details ul.info-list li:last-child{margin-left:0; }
.single-feature .details ul li i.fa-car{ margin-left:0px; }

/*---------------------------------------------
		## Feature list style
---------------------------------------------*/
.single-feature.style-two {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	border: 1px solid #CFD3DE;
	border-radius: 7px; }

.single-feature.style-two .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 200px;
	border-radius: 5px 0 0 5px; }

.single-feature.style-two .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	border-radius: 5px 0 0 5px; 
	padding: 2px;
}

.single-feature.style-two .details {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 20px 20px 20px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

.single-feature.style-two .details .feature-logo {
	left: -26px;
	top: 20px; }

.single-feature.style-two .details .contact-list {
	position: relative;
	padding: 20px 0 0 0;
	visibility: visible;
	opacity: 1;
	bottom: 0;
	border-top: 0; }

/*---------------------------------------------
		## intro
---------------------------------------------*/
.single-intro {
	margin-bottom: 30px; }
	.single-intro .thumb {
		background: var(--main-color-one);
		display: inline-block;
		height: 70px;
		width: 70px;
		line-height: 68px;
		text-align: center;
		border-radius: 5px;
		margin-bottom: 25px; }
		.single-intro .thumb img {
			width: auto;
			display: inline-block; }
	.single-intro .text {
		font-size: 45px;
		font-family: var(--heading-font);
		font-weight: 700;
		color: var(--main-color-one); }
	.single-intro .details .title {
		margin-bottom: 15px;
		font-weight: 700; }
	.single-intro .details p {
		margin-bottom: 0; }
	.single-intro .details .read-more {
		font-weight: 600;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		padding-top: 12px;
		display: block; }
		.single-intro .details .read-more:hover {
			color: var(--main-color-one);
			text-decoration: underline; }
	.single-intro.style-two .thumb {
		border-radius: 50%;
		font-size: 26px;
		font-weight: 500;
		font-family: var(--heading-font);
		color: #fff; }

.single-intro-media {
	background: var(--main-color-one);
	padding: 40px;
	border-radius: 10px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin-bottom: 30px; }
	.single-intro-media .media-body {
		padding-left: 30px; }
		.single-intro-media .media-body h4 {
			color: #fff;
			margin-bottom: 11px;
			font-weight: 600; }
		.single-intro-media .media-body p {
			color: #fff;
			margin-bottom: 0; }
	.single-intro-media.single-intro-media-active {
		background: #061B40; }

/*---------------------------------------------
		## follow-dream
---------------------------------------------*/
.single-follow-dream {
	margin-bottom: 17px; }
	.single-follow-dream .media-left {
		height: 50px;
		width: 50px;
		border-radius: 4px;
		background: #FFEEE2;
		line-height: 50px;
		text-align: center;
		margin-right: 30px;
		margin-top: 6px; }
		.single-follow-dream .media-left i {
			font-size: 16px;
			color: var(--main-color-one); }

/*---------------------------------------------
		## single cat
---------------------------------------------*/
.cat-single {
	border: 1px solid rgba(112, 112, 112, 0.2);
	display: block;
	padding: 50px 10px 40px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
	.cat-single img, .cat-single i {
		font-size: 46px;
		color: var(--main-color-one);
		margin-bottom: 15px; }
	.cat-single p {
		font-size: 20px;
		color: var(--heading-color);
		margin-bottom: 0; }
	.cat-single:hover {
		-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05); }

/*---------------------------------------------
		## single-floor-list
---------------------------------------------*/
.single-floor-list {
	margin-bottom: 30px; }
	.single-floor-list .media-left {
		background: #FFDEC5;
		border-radius: 5px;
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-one);
		margin-right: 15px; }
	.single-floor-list .media-body h6 {
		margin-bottom: 0;
		font-weight: 600; }
	.single-floor-list .media-body p {
		margin-bottom: 0;
		font-size: 14px; }

/*--------------------------------------------
		##social-icon
----------------------------------------------*/
.single-city {
	margin-bottom: 30px !important;
	overflow: hidden;
	position: relative;
	border-radius: 10px; }
	.single-city .sc-overlay {
		background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 100, 0)));
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 100, 0));
		background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 100, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 100, 0));
		height: 90%;
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 1; }
		.single-city .sc-overlay:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 100, 0)));
			background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 100, 0));
			background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 100, 0));
			background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 100, 0));
			visibility: hidden;
			opacity: 0;
			height: 100%;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			z-index: 1; }
	.single-city .thumb img {
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		transition: all 0.8s ease; }
	.single-city.sc-one {
		margin: 70px 0 0 0; }
	.single-city.sc-two {
		margin: 70px 0 0 0; }
	.single-city.sc-three {
		margin: 100px 0 0 0; }
	.single-city .details {
		position: absolute;
		left: 0;
		bottom: 15px;
		text-align: center;
		width: 100%;
		z-index: 3; }
		.single-city .details .title {
			color: #fff;
			margin-bottom: 3px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease; }
			.single-city .details .title:hover {
				color: var(--main-color-one); }
		.single-city .details p {
			color: #fff;
			margin-bottom: 0;
			font-size: 14px; }
	.single-city:hover .sc-overlay:after {
		visibility: visible;
		opacity: 0.4; }
	.single-city:hover .thumb img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1); }

/*---------------------------------------------
		## single-team
---------------------------------------------*/
.single-team {
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px; }
	.single-team .thumb {
		overflow: hidden; }
		.single-team .thumb img {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease; }
	.single-team .team-details {
		padding: 24px 20px 24px 20px; }
		.single-team .team-details h4 {
			margin-bottom: 5px; }
		.single-team .team-details p {
			margin-bottom: 0;
			float: left; }
		.single-team .team-details ul {
			padding: 0;
			display: block;
			float: right; }
			.single-team .team-details ul li {
				list-style: none;
				display: inline-block;
				padding-left: 5px; }
	.single-team:hover .thumb img {
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08); }

/*---------------------------------------------
		## single-author
---------------------------------------------*/
.single-author {
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 40px 15px 36px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
	.single-author .thumb {
		margin-bottom: 15px; }
		.single-author .thumb img {
			border-radius: 50%; }
	.single-author.style-two .thumb {
		border: 1px solid #FFEEE2;
		display: inline-block;
		height: 140px;
		width: 140px;
		line-height: 135px;
		border-radius: 10px; }
		.single-author.style-two .thumb img {
			border-radius: 0; }
	.single-author .author-details h4 {
		margin-bottom: 5px;
		font-weight: 500; }
	.single-author .author-details .view-more {
		margin-bottom: 0;
		font-weight: 600;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease; }
		.single-author .author-details .view-more:hover {
			color: var(--main-color-one);
			text-decoration: underline; }
	.single-author:hover {
		-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); }

/*---------------------------------------------
		## client 
---------------------------------------------*/
.client-slider .thumb img {
	width: auto;
	margin: 0 auto; }

.client-slider-2 .owl-controls {
	max-width: 280px;
	margin: 0 auto;
	position: relative; }

.client-slider-2 .owl-nav {
	display: inline-block; }
	.client-slider-2 .owl-nav .owl-prev {
		position: absolute;
		bottom: -10px;
		border: 0;
		left: 0; }
		.client-slider-2 .owl-nav .owl-prev:hover {
			-webkit-box-shadow: none;
			box-shadow: none; }
	.client-slider-2 .owl-nav .owl-next {
		position: absolute;
		bottom: -10px;
		border: 0;
		right: 0; }
		.client-slider-2 .owl-nav .owl-next:hover {
			-webkit-box-shadow: none;
			box-shadow: none; }

.client-slider-2 .owl-dot {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #FFEEE2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
	margin: 0 4px; }
	.client-slider-2 .owl-dot.active {
		width: 30px;
		border-radius: 10px;
		background: var(--main-color-one); }

.single-client-review .thumb {
	margin-bottom: 33px; }
	.single-client-review .thumb img {
		width: auto;
		margin: 0 auto;
		border-radius: 5px; }

.single-client-review .review-details p {
	margin-bottom: 25px; }

.single-client-review .review-details h4 {
	margin-bottom: 0; }

.client-review-img {
	position: relative; }
	.client-review-img .clr-img {
		position: absolute;
		border-radius: 10px;
		opacity: 0.35; }
	.client-review-img .clr-img1 {
		left: 0;
		top: 0; }
	.client-review-img .clr-img2 {
		left: 200px;
		top: 50%;
		margin-top: -37px;
		height: 50px;
		width: 50px; }
	.client-review-img .clr-img3 {
		left: 40px;
		bottom: 0;
		height: 60px;
		width: 60px; }
	.client-review-img .clr-img4 {
		right: 100px;
		top: 0;
		height: 60px;
		width: 60px; }
	.client-review-img .clr-img5 {
		right: 0;
		bottom: 0; }

/*----------------------------------------------
		## Apartments slider
----------------------------------------------*/
.apartments-slider .thumb {
	position: relative; }
	.apartments-slider .thumb .title {
		position: absolute;
		margin-left: -170px;
		top: 60px;
		font-weight: 700;
		z-index: 3; }
	.apartments-slider .thumb img {
		border-radius: 10px; }
	.apartments-slider .thumb:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.1);
		z-index: 2;
		border-radius: 10px; }

.apartments-slider .details .title {
	display: none; }

.apartments-slider .details del {
	color: rgba(0, 0, 0, 0.13); }

.apartments-slider .details h3 {
	font-weight: 600;
	font-size: 32px; }

.apartments-slider .details .sub-title {
	margin-bottom: 0;
	margin-top: 18px; }

.apartments-slider .details span i {
	color: var(--main-color-one);
	margin-right: 8px; }

.apartments-slider .owl-controls {
	max-width: 280px;
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 10px; }

.apartments-slider .owl-nav {
	display: inline-block; }
	.apartments-slider .owl-nav .owl-prev {
		position: absolute;
		bottom: -10px;
		left: 0; }
		.apartments-slider .owl-nav .owl-prev:hover {
			-webkit-box-shadow: none;
			box-shadow: none; }
	.apartments-slider .owl-nav .owl-next {
		position: absolute;
		bottom: -10px;
		right: 0; }

.apartments-slider .owl-dots {
	text-align: center; }

.apartments-slider .owl-dot {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #FFEEE2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
	margin: 0 4px; }
	.apartments-slider .owl-dot.active {
		width: 30px;
		border-radius: 10px;
		background: var(--main-color-one); }

/*----------------------------------------------
		## Apartments slider 2
----------------------------------------------*/
.apartments-slider-2 .item {
	margin-bottom: 80px; }

.apartments-slider-2 .thumb img {
	border-radius: 10px; }

.apartments-slider-2 .details {
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
	padding: 20px 30px 35px;
	position: relative; }
	.apartments-slider-2 .details span {
		font-size: 45px;
		font-weight: 700;
		color: #E2E2E2;
		line-height: 1.2; }
	.apartments-slider-2 .details h6 {
		position: absolute;
		top: 45px;
		left: 32px;
		margin-bottom: 0; }
	.apartments-slider-2 .details p {
		margin-bottom: 30px; }

.apartments-slider-2 .align-self-end {
	margin-bottom: -80px;
	margin-left: -113px; }

.ap2-slider-controls {
	margin-bottom: 10px; }
	.ap2-slider-controls .text {
		display: inline-block; }
	.ap2-slider-controls .ap2-list-progress {
		width: 77%;
		display: inline-block;
		margin-right: 50px; }
	.ap2-slider-controls .rld-control-nav {
		display: inline-block;
		position: relative; }

/*---------------------------------------------
		## gallery
---------------------------------------------*/
.gallery-thumb {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden; }

/* --------------------------------------------------
	##All filter 
---------------------------------------------------- */
.property-filter-menu {
	margin-bottom: 40px; }
	.property-filter-menu button {
		background: #FFEEE2;
		color: var(--main-color-one);
		height: 52px;
		padding: 0 30px;
		line-height: 52px;
		border: 0;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin-right: 6px;
		border-radius: 5px;
		margin-bottom: 10px; }
		.property-filter-menu button:hover, .property-filter-menu button:focus, .property-filter-menu button.active {
			background: var(--main-color-one);
			color: #fff; }

/* --------------------------------------------------
	##Blog / News 
---------------------------------------------------- */
.single-news {
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A;
	overflow: hidden;
	margin-bottom: 30px; }
	.single-news .details {
		background: #fff;
		padding: 25px 30px 30px; }
		.single-news .details h4 a {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease; }
			.single-news .details h4 a:hover {
				color: var(--main-color-one);
				text-decoration: underline; }
		.single-news .details p {
			margin-bottom: 25px; }
		.single-news .details .author img {
			margin-right: 15px;
			border-radius: 50%; }
		.single-news .details .author span {
			font-size: 14px;
			font-weight: 500;
			font-family: var(--heading-font); }
		.single-news .details .author .date {
			margin-left: 20px; }

/*----------------------------------------------
		## Accordion
----------------------------------------------*/
.single-accordion {
	border: 1px solid #F5F9FF;
	border-radius: 8px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A;
	padding: 25px 30px; }
	.single-accordion .card-header {
		background: transparent;
		border-radius: 0;
		border: 0;
		padding: 0; }
		.single-accordion .card-header h2 button {
			font-size: 18px;
			color: var(--main-color-one);
			width: 100%;
			text-align: left;
			position: relative;
			background: transparent;
			border-radius: 0;
			border: 0;
			padding: 0;
			float: left;
			font-weight: 500;
			padding-right: 20px;
			cursor: pointer;
			-webkit-transition: all .3s ease;
			-o-transition: all .3s ease;
			transition: all .3s ease; }
			.single-accordion .card-header h2 button:after {
				content: '';
				position: absolute;
				height: 2px;
				width: 12px;
				background: var(--main-color-one);
				top: 50%;
				right: 0;
				opacity: 1; }
			.single-accordion .card-header h2 button:before {
				content: '';
				position: absolute;
				height: 2px;
				width: 12px;
				background: var(--main-color-one);
				top: 50%;
				-webkit-transition: all .3s ease;
				-o-transition: all .3s ease;
				transition: all .3s ease;
				right: 0;
				-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
				transform: rotate(0); }
			.single-accordion .card-header h2 button:hover, .single-accordion .card-header h2 button:focus, .single-accordion .card-header h2 button:active {
				text-decoration: none; }
			.single-accordion .card-header h2 button.collapsed {
				color: var(--heading-color); }
				.single-accordion .card-header h2 button.collapsed:before {
					-webkit-transform: rotate(90deg);
					-ms-transform: rotate(90deg);
					transform: rotate(90deg);
					background: var(--heading-color); }
				.single-accordion .card-header h2 button.collapsed:after {
					background: var(--heading-color); }
	.single-accordion .card-body {
		padding: 0;
		margin-top: 20px; }

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word; }

.bypostauthor {
	display: block; }

.comments-area {
	margin-top: 65px; }

.comments-area .comments-title {
	line-height: 33px;
	margin-bottom: 40px;
	font-family: var(--body-font); }

.comments-area .comments-title span {
	font-size: 18px;
	line-height: 24px; }

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px; }

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 40px; }

.comments-area .comment-list li {
	margin-top: 30px; }

.comments-area .comment-list li:last-child {
	margin-bottom: 0; }

.comments-area .comment-list li:last-child .single-comment-wrap {
	border: 0;
	padding-bottom: 0; }

.comments-area .comment-list li ul.children {
	margin: 0;
	padding: 0;
	margin-left: 50px;
	list-style: none;
	list-style-type: none; }

.comments-area .comment-list li ul {
	list-style: none; }

.comments-area .comment-list li ul.children {
	margin-left: 50px; }

.comments-area .comment-list li ul.children li {
	list-style-type: none;
	list-style: none; }

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	padding-bottom: 20px; }

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-right: 25px;
	height: 65px;
	width: 65px;
	border-radius: 8px; }

.comments-area .comment-list li .single-comment-wrap .thumb img {
	border-radius: 8px; }

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
	display: block;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.14px;
	margin-bottom: 18px;
	color: rgba(66, 84, 134, 0.8); }

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	overflow: auto; }

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0.22px;
	margin-bottom: 5px;
	font-family: var(--body-font); }

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
	max-width: 620px; }

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: var(--body-font-size);
	line-height: var(--line-height30);
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	word-break: break-word; }

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0; }

.comments-area .comment-list li .single-comment-wrap .content .like {
	letter-spacing: 0.3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-weight: 600;
	color: var(--heading-color); }
	.comments-area .comment-list li .single-comment-wrap .content .like i {
		font-weight: 700;
		margin-right: 4px; }

.comments-area .comment-list li .single-comment-wrap .content .reply {
	letter-spacing: 0.3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-weight: 600;
	color: var(--heading-color); }
	.comments-area .comment-list li .single-comment-wrap .content .reply span {
		padding-left: 25px;
		padding-right: 0; }

.comments-area .reply-title,
.comments-area .comment-reply-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px; }

.comments-area .form-submit {
	margin-bottom: 0; }

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px; }

.comment-form .form-group.textarea .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }

.comment-form .form-group .form-control {
	height: 50px;
	line-height: 50px;
	border: 1px solid #e2e2e2; }

.comment-form .submit-btn {
	height: 50px;
	width: auto;
	border-radius: 5px;
	font-weight: 400;
	background-color: var(--main-color-one);
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	color: #fff; }

.comment-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff; }

.comment-respond {
	/*margin-top: 20px;*/ }

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px; }

.comment-form-cookies-consent input[type=checkbox] {
	margin-right: 5px; }

/* --------------------------------------------------
	## User List
---------------------------------------------------- */
.single-user-list {
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A;
	padding: 40px 18px 32px 18px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
	.single-user-list .thumb {
		height: 70px;
		width: 70px;
		line-height: 70px;
		background: #FFEEE2;
		text-align: center;
		border-radius: 50%;
		display: inline-block;
		margin-bottom: 25px; }
	.single-user-list .details h4 a {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease; }
		.single-user-list .details h4 a:hover {
			text-decoration: underline; }
	.single-user-list .details p {
		margin-bottom: 15px; }
	.single-user-list .details span {
		color: var(--main-color-one);
		font-weight: 500;
		font-size: 14px; }
		.single-user-list .details span i {
			margin-right: 8px; }
	.single-user-list .details .phone {
		margin-right: 20px; }
	.single-user-list .details .social-list {
		margin-top: 18px; }
		.single-user-list .details .social-list a {
			font-size: 20px;
			padding: 0 8px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease; }
			.single-user-list .details .social-list a:hover {
				color: var(--main-color-one); }
	.single-user-list:hover {
		-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12); }

/* --------------------------------------------------
	## Pricing list
---------------------------------------------------- */
.single-pricing {
	-webkit-box-shadow: 0px 2px 12px #97A1B21A;
	box-shadow: 0px 2px 12px #97A1B21A;
	padding: 40px 15px 40px 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff; }
	.single-pricing .thumb.double-img {
		margin-bottom: 33px;
		position: relative; }
		.single-pricing .thumb.double-img:before {
			content: '';
			position: absolute;
			top: 0;
			left: -10px;
			right: 0;
			margin: 0 auto;
			width: 60px;
			height: 60px;
			background: #FFF0E1;
			border-radius: 50%;
			z-index: 0; }
		.single-pricing .thumb.double-img img {
			display: inline-block;
			padding-top: 16px;
			padding-left: 16px;
			z-index: 1;
			position: relative; }
	.single-pricing .details .title {
		font-weight: 600;
		margin-bottom: 14px; }
	.single-pricing .details .price {
		font-weight: 500; }
	.single-pricing .details h6 {
		margin-bottom: 25px; }
	.single-pricing .details ul {
		margin: 0;
		padding: 0; }
		.single-pricing .details ul li {
			list-style: none;
			margin-bottom: 5px; }
	.single-pricing .details .btn {
		margin-top: 27px;
		letter-spacing: 0.26px; }
	.single-pricing:hover {
		-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12); }

.rld-banner-search .rld-single-input button.btn-home3 a:hover{
	color: #fff;
}

.footer_text p {
	color: #fff;
	line-height: initial;
}

.logo.readeal-top img {
	max-width: 120px;
}

.banner-inner h1{
	color: var(--main-color-one);
	/* font-family: sans-serif; */
}
.banner-inner h3{
	/* font-family: sans-serif; */
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	margin-left: 30px;
}

.add_new_development img {
	border-radius: 7px;
	max-height: 60px;
}

.add_new_development {
	position: absolute;
	right: 20px;
	bottom: 80px;
}

.development_menus {
	background: #272336;
	text-align: center;
}

.development_menus li {
	display: inline-block;
	padding: 10px 20px;
}

.development_menus li img {
	max-width: 40px;
}

.development_menus li p {
	color: var(--main-color-one);
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 0;
	cursor: pointer;
}

.sale_price_txt, .discount_txt, .investor_price_txt {
	margin: 0;
	line-height: 20px;
}

p.investor_price_txt span {
	color: var(--main-color-one);
}

.navbar&gt;.container, .navbar&gt;.container-fluid{
	display: block;
}

ul.sub_menus_development {
	background: var(--main-color-one);
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 83px;
	color: #272336;
	z-index: 1;
	cursor: pointer;
	min-width: 200px;
	display: none;
}
.development_menus ul {
	margin-bottom: 0;
}

ul.sub_menus_development li {
	display: block;
	text-align: left;
}

.development_menus li:hover ul.sub_menus_development {
	display: block;
}
.development_menus li:hover p{
 color: #fff;
}

.relative_position {
	position: relative;
}

.pt-50 {
	padding-top: 50px;
}

a.btn.btn-gray {
	background: #9DAEBE;
	color: #fff;
}

ul.sub_menus_development li {
	text-transform: uppercase;
}

.slider-section {
	background: #E1E5E8;
}

.slider-section.padding-slide {
	padding: 20px 0;
}

/* .slider-section li {
	margin: 0 10px;
} */

li.react-multi-carousel-item li {
	display: inline-block;
}

li.react-multi-carousel-item li {
	display: inline-block;
	border: 1px solid;
	border-color: var(--main-color-one);
	height: 24px;
	width: 26px;
	padding-bottom: 25px !important;
	text-align: center;
	margin: 5px;
	color: #fff;
}

.slider-metadata p {
	color: #fff;
	margin: 0;
	padding: 7px 0;
	line-height: initial;
	font-size: 0.8rem;
}

.slider-metadata {
	background: #272336;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.slider-metadata ul{
	padding-left: 0px;
}

.react-multiple-carousel__arrow--left {
	left: 7px!important;
}

.react-multiple-carousel__arrow--right {
	right: 7px!important;
}

li.share_development img, .print_development img {
	max-width: 24px;
	padding: 0 2px;
}

.pd-15{
	padding: 15px 0!important;
}

.banner-area {
	background: #E1E5E8;
}

.banner-inner-wrap .row {
	margin-left: 7%;
}

.banner_image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
}

.right_nav {
	width: 30%;
	text-align: right;
}

.logo.readeal-top {
	width: 20%;
}

.right_nav ul li {
	display: block;
	
	/* margin: 0 10px; */
}

.right_nav ul {
	margin: 0px;
}

.logoutSectionMenu {
	background: #24274a;
	color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 22px;
	position: relative;
}

div.openlogout ul li div {
	width: 60px !important;
	height: 12px !important;
}

.openlogout{
	display: none;
	position: absolute!important;
}

.profile_name:hover .openlogout, .profile_name:focus .openlogout{
	/* border: 1px solid #d0d0d0 !important; */
	/* top: 37px; */
	/* z-index: -1; */
	width: 200px;
	color: #fff!important;
	font-size: 15px;
	border-radius: 4px;
	text-align: left;
	background-color:  #67c1bf;
	outline: none !important;
	display: block;
	position: initial;
	right: 17px;
	padding: 0px !important;
}
.openlogout p{
	margin-bottom: 0px;
}
.userInfo1{
	margin: 0 !important;
	/* background-color: rgb(91, 171, 182) !important; */
	width:100%;
	cursor: pointer;
	border-radius: 2px;
	padding-right: 30%;
	color:#24274a;
	margin-bottom: 15px!important;
}

.inline_view {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}
.inline_view1 {
	padding-bottom: 10px;
	display: inline-block;
	/* margin: 0 15px; */
	vertical-align: top;
}

.inline_conatiner {
	margin: auto;
}

.section-title .title{
	font-weight: 300;
}

.pd-top-35 {
	padding-top: 35px;
}

.development-feature a.feature-logo {
	bottom: -24px;
	top: unset!important;
	left: unset!important;
	right: 17px!important;
	z-index: 1;
}

a.feature-logo img {
	padding: 2px;
}

ul.info-list span {
	color: #fff;
	background: var(--main-color-one);
	margin: 0 2px;
	padding: 1px 6px;
	border-radius: 50%;
}

ul.info-list i.fa.fa-car {
	margin-left: 20px;
}

.single-leading-feature ul.info-list {
	float: right;
	background: #fff;
	padding: 3px 15px;
	border-radius: 10px;
}

.single-leading-feature ul.info-list i.fa {
	color: var(--main-color-one);
}

.single-leading-feature ul.info-list .fa-bed {
	margin-right: 15px;
}

.single-leading-feature ul.info-list span{
	font-size: 13px;
}

.slider-section &gt; .container {
	padding: 0;
}

.development_detail .banner-inner-wrap {
	max-height: 350px;
}

.middle_section {
	width: 50%;
	font-family: var(--body-font);
}


.middle_section h3, .middle_section span {
	display: inline-block;
	font-family: var(--body-font);
}

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

@media only screen and (max-width: 1550px){
	.banner-inner .title {
			font-size: 60px;
			margin: 0;
			line-height: 50px;
	}
}

.navbar-area-fixed .container.pd-15{
	padding-bottom: 7px!important;
}

.middle_section p {
	color: var(--main-color-one);
	font-size: 18px;
	font-weight: 500;
}

.middle_section h3 {
	font-weight: 500;
	margin: 0;
}

.middle_section &gt; div &gt; span {
	font-size: 24px;
	margin-left: 15px;
	text-transform: capitalize;
	font-weight: 300;
}

.text-align{
	text-align: center;
}

li.react-multi-carousel-item .slider-item {
	padding: 0 10px;
}
.thumb img{
	width: 100%;
}

.background-change{
	background-color: #d8f2ef;
	outline: none;
	border: none;
}

.details{
	font-size: 0.86rem;
}

.react-multi-carousel-dot.react-multi-carousel-dot--active button{
 background:  #5ac4bf;
}
.react-multi-carousel-dot-list{
	bottom: 10px!important;
}

.banner-inner {
	text-shadow: 2px 2px 8px #000;
}

@media (max-width: 414px){
	.add_new_development img {
		 width: 95%;
	}
	.development_menus ul {
		 padding-left: 0px !important;
	}
	.development_menus li {
		 padding: 10px 14px;
		 width: 50%;
	 }
	 .development_menus li p {
		 line-height: 18px;
		 min-height: 26px;
	 }
	 .development_menus li img {
		 margin-bottom: 8px;
	 }
	 .development_menus {
		 padding: 12px 0px;
	 }
	 a.feature-logo img {
		 width: 50px !important;
		 height: 50px !important;
	 }
	 .middle_section &gt; div &gt; span {
		 display: block !important;
		 margin-left: 0px !important;
	 }
	 .middle-new1 {
		 margin-bottom: 15px;
	 }
	 .logo img {
		 margin-left: 0px !important;
	 }
	 ul.sub_menus_development li {
		display: block !important;
		width: 100% !important;
		padding: 0px 13px !important;
	}
	ul.sub_menus_development {
		left: 4px !important;
		width: 173px !important;
		min-width: initial !important;
	}
	li.relative_position:last-child {
		float: left !important;
	}
}

.single-feature.style-two.sideImage .details {
	-ms-flex: 0 0 81%;
	flex: 0 0 81%;
	background: none;
}

.single-feature.style-two.sideImage .thumb {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
}

.label-available{
	margin-right: 25px;
}
.label-available span{
	color: #5ac4bf;
}
.single-feature.sideImage .details .info-list{
	
	border-top: none;
	padding: 0px 0px 0px 20px;
	display: inline-block;
}

.border-line{
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	margin-bottom: 10px;
}

.header-type{
	font-size: 22px;
}

.single-feature.style-two.sideImage .thumb label{
	position: absolute;
		color: #fff;
		background: #66c7c1;
		bottom: 0;
		padding: 0px 25px;
		border-radius: 3px;
		right: 6px;
		text-transform: uppercase;
}

.color-diff img{
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.color-diff label{
	background: #d0d0d0;
	color: #fff;
	padding: 2px 2px;
	margin-right: 8px;
	border-radius: 3px;
}

.main-div{
	display: flex;
}

.margin-title{
	margin-bottom: 0px;
	margin-top: 30px;
}
/* Avbility page css */
.avblLft {
	width: 20%;
	position: relative;
}
.avblLft img {
	width: 100%;
	min-height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.avblRght {
	padding-left: 22px;
	padding-right: 22px;
	width: 80%;
	min-height: 90px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1.5px solid #d0cece;
}
.avblContnt {
	margin-bottom: 20px;
}
.salDiscount span {
	color: #676767;
	font-weight: 700;
}
.holdShrLft a span {
	color: #000000;
	font-weight: 700;
}
.salDiscount label {
	margin-bottom: 0px;
	font-weight: 600;
	margin-right: 8px;
}
.holdShrLft a label {
	margin-bottom: 0px;
	font-weight: 600;
	margin-right: 8px;
	color: #5ac4bf;
}
/* .salDiscount a:last-child label {
	color: #4753f5;
	font-weight: 800;
} */
.parkingLabel{
	color: #4073c4	!important;
	font-weight: 800;
}
.investLabel{
	color: #5ac4bf !important;
}
.salDiscount a, .holdShrLft a {
	margin-right: 20px;
}
.salDiscount a:last-child, .holdShrLft a:last-child {
	margin-right: 0px !important;
}
.holdShrRght img {
	height: 22px;
}
.holdShr {
	display: flex;
}
.holdShrLft{
	width: 70%;
}
.holdShrRght {
  width: 30%;
  text-align: right;
  
}
.holdShrRght a {
  margin-left: 12px;
  cursor: pointer;
}
a.imgHold {
	background: #9eafc0;
	color: #ffffff !important;
	padding: 4px 9px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 8px;
}
button.imgHold {
	background: #5ac4bf!important;
	color: #ffffff !important;
	padding: 4px 9px;
	font-weight: 500;
	font-size: 14px;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 8px;
}
.apprtSecLft label {
	color: #000000;
	/* font-weight: 700; */
	margin-bottom: 0px;
}
.apprtSec {
	display: flex;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 6px;
}
.apprtSecLft {
	width: 40%;
	display: flex;
}
.apprtSecRgth {
	width: 78%;
}
.apprtSecRgth a {
	margin-right: 10px;
	margin-left: 4px;

}
.apprtSecRgth a span {
	margin-bottom: 0px;
	margin-right: 8px;
	font-size: 14px;
}
.apprtSecRgth a img {
	cursor: pointer;
	margin-right: 5px;
	vertical-align: middle;
}
.salDiscount {
	margin-bottom: 3px;
}
.avblLft a {
	background: #c45a5a;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	padding: 4px 11px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 3px;
}
.downloadData {
	text-align: right;
	display: block;
	margin-bottom: 20px;
	margin-top: 42px;
}
.downloadData img {
	width: 18px;
}
@media (max-width: 768px){
	.apprtSec, .holdShr {
		display: block !important;
	}
	.apprtSecLft, .apprtSecRgth, .holdShrLft, .holdShrRght {
		width: 100% !important;
	}
	.holdShrRght {
		text-align: left !important;
		margin-top: 12px;
	}
	.avblRght {
		padding-bottom: 12px;
	}
	.HoldRIghtSHR{
		width: 19% !important;
		margin-top: 0px !important;
	}
	.HoldPrinter{
		width: 25% !important;
	}

}


@media (min-width:270px) and (max-width: 960px){
	.GridMk_Center{
		padding: 10px 20px !important;
	}
}
#hyper-modal-wrapper_component_id{
	z-index: 9;
}

.title.readeal-top{
	cursor: pointer;
}

.avblLft a.available{
	background: #008080;
}

/* Added for &lt;p&gt; in Center */

.NosortResult{
	padding-left:44%;
}
.hyperModalContentWrapper___1o7Ug{
	height: auto!important;
}

.modal-custom {
	padding: 35px;
}

.modal-content-custom {
	text-align: center;
	font-size: 18px;
}

.hold-by-me {
	background: #00806C!important;
	color: #fff!important;
}

.hold-by-other {
	background: #D23F39!important;
	color: #fff!important;
}

ul.openlogout li {
	padding-left: 20px;
	padding-right: 10px;
	font-size: 18px;
}

span.username{
	white-space: nowrap;
}

.alertMessgae{
	margin-top: 70px;
	color: rgb(245, 240, 240) !important;
	font-size: 15px;
	border-radius: 7px;
	background-color: rgb(92, 196, 191);
}

li.uppername {
	margin-top: 10px;
	/* margin-bottom: 10px; */
	cursor: default;
}

button.btn.btn-blue {
	color: #fff;
	background: #5dc5c0;
}

.nice-select .option{
 color: rgb(55 54 54 / 0.78) !important;
}

.select .single-select {
	color: #000 !important;
}
html {
	scroll-behavior: smooth;
}
.loaderImageSearch{
	position: fixed;
		left: 0;
		top: 0;
		z-index: 999999999999;
		background-color: rgba(2, 48, 71, 0.6);
		width: 100%;
		height: 100%;
		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;
}
#loaderImageSearch{
	display:none;
}
.loaderImageSearch img{
	width:200px;
}
.rejectBoxCntnt{
	overflow-y: auto !important;
}
.profile_name{
	width:200px;
	float:right;
}
.forgetpasword{
	color: rgba(55, 54, 54, 0.78) !important;
  /* margin-left: 10%; */
  float:  right;
  vertical-align: -webkit-baseline-middle;
  cursor: pointer;
  padding: 5px;
}
.forgetpasword:hover {
		background-color: rgb(93 197 192);
		border-radius: 5px;
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
	.avblLft {
		width: 100% !important;
	}
	.avblRght {
		width: 100% !important;
	}
	.avbLeft2 {
		width:100% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.avblLft {
		width: 32%;
	}
	.avblLft img{
		height: 211px;
	}
	.avblRght {
		width: 68%;
		padding-left: 5px;
    padding-right: 0px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.avblLft {
		width: 27%;
	}
	.avblRght {
		width: 73%;
	}
}

.numberNotification{
	text-align: center;
	position: absolute;
    left: -9px;
    font-size: 11px;
    border-radius: 15px;
    height: 20px;
    color: #fff;
    width: 20px;
    background: red;
    top: -9px;
    z-index: 999;
}

.openMenu {
	/* width: 200px; */
    color: #fff!important;
    font-size: 15px;
    border-radius: 4px;
    text-align: left;
    background-color: #67c1bf;
    outline: none !important;
    display: block;
    position: initial;
    right: 17px;
	padding: 10px 15px !important;
	position: absolute!important;
}

.logoutSectionMenu{
	cursor: pointer;
}

.multi-img{
	height: 40px;
    width: 40px;
    position: absolute;
    right: -16px;
}

.multi-imgs{
	height: 40px;
    width: 40px;
    position: absolute;
	top: 10px;
    right: 10px;
}

.multi-img-avail{
    height: 40px!important;
    width: 40px!important;
    margin-top: 15px;

}

.close-div{
	position: relative;
}
.close-div span{
	position: absolute;
	top:10px;
	right: 12px;
}
.modal-content-custom img{
	width: 95% !important;
}
.modal-content-custom video{
	width: 100% !important;
}
.modal-content-custom img, .modal-content-custom video {
	max-height: initial !important;
	max-width: initial !important;
	height: initial !important;
}
.rejectBoxCntnt {
	width: 1040px;
	background: #fff;
	border: none;
	outline: none;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 24px 32px 0 rgb(0 8 8 / 8%);
	margin: 10px auto 0!important;
	max-height: auto !important;
	height: auto;
}
.rejectBoxCntnt1 {
	width: 1040px;
	background: #fff;
	border: none;
	outline: none;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 24px 32px 0 rgb(0 8 8 / 8%);
	margin: 10px auto 0!important;
	max-height: auto !important;
	height: auto;
}
.pg-viewer-wrapper {
	text-align: center !important;
}


.preview-wrapper{
	width: 100%!important;
    height: 100%!important;
    overflow: hidden!important;
    overflow-x: scroll!important;
}

.preview-icons{
	position: fixed!important;
    right: 30px!important;
    top: 10px!important;
}

.freeDorm p {
    padding: 0px !important;
}
/* .toolTipItems {
	color:white !important;
} */
.toolTipItems h6 {
	font-size: 15px !important;
	font-weight:600;
	color:white !important;
}
.toolTipItems p {
	font-size: 14px !important;
	font-weight:500;
	color:white !important;
}

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


/* Grid view  */

.avbLeft2{
	width: 50%;
}
.avbLeft2 &gt; img{
	height: 100%;
}

.GridMk_Center{
	padding: 10px 100px;
}

.details-wrap2 {
	width: 100%;
}
.PropleIcons{
	margin-top: 0px !important;
}

.ListType{
	border: 1px solid #85CDCB;
	cursor: pointer;
	border-radius: 4px;
	height: 50px;
	width: 100px;
}

/* // my scss  */

.calc_mainContainer{
	height: 100vh;
	padding: 2% 4%;
}
.Header_Text{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}

.Header_Text &gt; h4{
	font-size: 28px;
	font-weight: 600;
}

/* .Header_Text &gt; h4:nth-child(2){
	background-color: lightgray;
	width: 35%;
	color: gray;
} */

.Header_LOgo{
	float: right;
}

.Header_LOgo &gt; img{
	object-fit: contain;
	width: 100%;
	height:58px;
}

.cal_tHead{
	background-color: #333f50;
	margin-bottom: 2px;
}
.cal_tHead span{
	color: white;
	font-weight: 600;
	font-size: 18px;
	margin-left: 12px;
	line-height: 44px;
}

.TblRow1{
	background-color: #D0CFD3;
	/* margin-top: 2px; */
}
.TblCOl1{
	/* margin-top: 2px !important; */
	margin-bottom: 2px !important;
}



.caltHead_BtomSpace{
	margin-bottom: 4px !important;
}

.TblRow1 span{
	color: black;
	margin-left: 40px;
	line-height: 31px;
	font-weight: 600;
	/* display:flex; */
}
.TblRow1 input[type=text]{
	width: 70px !important;
	height: 18px;
}

.TblRow1 .MuiInput-underline:before{
	display: none;
}

.TblRow1 input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus{
	border: none !important;
}
.TblRow2{
	background-color: #D0CFD3;
	/* margin-top: 2px; */
	margin-left: 2px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 25px 0 10px;
	height:100%;
}

.TblRow2 .MuiInput-underline:before,.MuiInput-underline:after{
	display: none;
}
.TblRow2 .MuiInputBase-input{
	height: 18px !important;
	padding: 6.5px 0 6.5px 0 !important;
}
.TblRow2 input[type="text"]{
	font-size: 16px;
	font-weight: 600;
	/* color: grey; */
	text-align: right;
	padding-right: 15px;
}
.TblRow2 input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus{
	border: none !important;
	color: black;
}

.TblNextRow{
	background-color: #E9EBF5 !important;
}

.Tbl_cshFlw{
	margin-top: 15px;
}

.ToTalCostInvst{
	background-color: #FAD6CD !important;
}
.ToTalCostInvst_title span{
	font-weight: 700;	
}

.purch_Container{
	margin-left: 10px;
}

.AnnulLeft{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
	height:100%;
}
.AnnulLeft input[type=text]{
	width: 60px;	
	color: white;
	text-align: center;
	font-weight: 600;
}

.AnnulLeft input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus{
	border: none !important;
}
.AnnulLeft .MuiInput-underline:before,.MuiInput-underline:after{
	display: none;
}



.AnnulLeft span{
	margin-left: 10px;
	font-size: 16px !important;
}
.AnnulRight{
	background-color: #D0CFD3 !important;
	border-radius: 0 20px 0px 0;
	text-align: right;
	padding-right: 20px;
	height:100%;
}

.AnnulRightBottom{
	border-radius: 0 0px 20px 0;
	background-color: #D0CFD3 !important;
	text-align: right;
	padding-right: 20px;
}
.AnnulRight span{
	color: black;
	font-size: 16px;
}

.AnnulMidd{
	margin: 5px 0;
	height:100%;
}

.BlnkSeprate{
	background-color: #333f50;
	height: 30px;
	border-radius: 20px 20px 0px 0px;
}
.SHOwsDetails{
	padding: 05px 0 50px 0 !important;
}
.SHOwsDetails p{
	line-height: 20px;
	font-size: 13px;
	font-weight: 600;	
	/* text-align: justify; */
	margin-bottom: 1px !important;
}

.PlanePSace{
	display: flex;
	/* align-items: flex-end; */
	justify-content:flex-end;
	flex-direction: column;
	height:100%;
}
.HeadCurve{
	border-radius: 0 15px 0 0;
}
.BlnkHeight{
	height:20px;
}

.AsurdTbl{
	margin-top:155px;
}
.Rent_TblContainer{
	margin-top: 44px;
}

.TBLSPca{
	margin-top:25px;
}
.CaptialGrthTotal{
	margin-top: 15px;
}

.propertyInfo{
	text-align:right;
	padding: 25px 0;
}

.propertyInfo p:nth-child(2){
	color: #e8471e;
	font-weight: 700;
}
.propertyInfo p{
	margin-bottom: 0 !important;
	color: black;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px !important;
 }
 .propertyInfo &gt; p &gt; span{
	color: #e8471e;
 }
 .BigTblCOl{
	padding-right: 5px !important;
	padding-left: 2px;
 }
 .Info_Container{
	margin: 25px 0 !important;
 }
/* .Rent_CustomCol .MuiGrid-grid-md-2{
	max-width: 20% !important;
    flex-basis: 20% !important;
} */

.Rent_ColrCol{
	background:#BFBFBF !important;
}

.customRow .MuiGrid-grid-md-3{
	max-width: 45% !important;
    flex-basis: 45% !important;
}
.customRow .MuiGrid-grid-md-2{
	max-width: 11% !important;
	flex-basis: 11% !important;
}

.customRow2 .MuiGrid-grid-md-3{
	max-width: 34% !important;
    flex-basis: 34% !important;
}
.customRow2 .MuiGrid-grid-md-2{
	max-width: 13.2% !important;
	flex-basis: 13.2% !important;
}

.customRowBotom2  .MuiGrid-grid-md-3{
	max-width: 45% !important;
    flex-basis: 45% !important;
}

.customRowBotom2 .MuiGrid-grid-md-2{
	max-width: 11% !important;
	flex-basis: 11% !important;
}

.remve_Botm{
	margin-bottom: 0 !important;
}

.HalfBox2 {
	border-radius:0 0 20px 20px !important; 
	margin-left:1px;
}
.HalfBox{
	display:flex;
	align-items: center;
	justify-content:center;
	background:#BFBFBF !important;
	border-radius: 20px 20px 0 0;
	width: 100%;
	height:20px;
	margin-bottom:2px;
}
.HalfBox span{
	text-align: center;
	background:#e8471e;
	color: white;
	font-weight: 700;
	position:relative;
	top: -10px;
	width:50%;
	height:40px;
	padding-top:7px;
}
.TblColorWhite{
	background:white !important;
}

.minCol{
	height: 20px !important;
}
/* .HalfBox &gt; span { */

	/* width: 50%;
	height:50px; */
/* } */
/* media query css  */

@media (min-width:270px) and (max-width:960px){
	.cal_tHead{
		margin-bottom: 0;
	}
	.TblRow1 span{
		margin-left: 12px;
		display:flex;
	}
	.TblRow1{
		display:flex !important;
	}
	.TblRow2 input[type="text"]{
		padding-right: 0;
	}
	.Header_Text &gt; h4{
		font-size: 18px;
	}
	.purch_Container{
		margin-left: 0;
		margin-top: 15px;
	}
	.AsurdTbl{
		margin-top: 15px !important;
	}
	.AnnulLeft span{
		font-size: 14px !important;
	}
	.MobAnnual span{
		line-height: 22px !important;
	}
	.customRow .MuiGrid-grid-md-3{
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.customRow .MuiGrid-grid-md-2{
		max-width: 20% !important;
		flex-basis: 20% !important;
	}
	.mobileTabls{
		display:none !important;
	}
}

/* @media (min-width:959px) and (max-width:1332px){
	.AsurdTbl {
		margin-top: 122px;
	}
} */

.MuiSwitch-colorPrimary.Mui-checked {
	color: #66c1be !important;
}
.MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track {
    background-color: #66c1be !important;
}

.percentDataLabel {
	margin-bottom:0% !important;
	color: #5ac4bf !important;
}
.percentDataSpan {
	color: #000 !important;
	font-weight: bold !important;
}

@media (min-width:961px) and (max-width:1120px){
	.cal_tHead span{
	  line-height:inherit !important;
  }
}
.apartSec {
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.apartMain {
    width: 100%;
	padding: 8px 8px;
    margin-bottom: 12px;
}
.apartSecLft label {
    color: #000000;
    margin-bottom: 0px;
}
.apartSecMid a {
    margin-right: 8px;
}
.apartSecMid a:last-child {
    margin-right: 0px;
}
.apartSecMid a span {
    margin-bottom: 0px;
    margin-right: 8px;
    font-size: 14px;
}
.apartSecMid a:last-child span {
    margin-right: 0px;
}
.apartSecMid a img {
    cursor: pointer;
    margin-right: 5px;
    vertical-align: middle;
}
.apartSecRght span img {
    cursor: pointer;
    vertical-align: middle;
    height: 22px;
    width: initial;
}
.apartSecRght span {
    margin-left: 4px;
}
a.btnPair {
    color: #ffffff !important;
    padding: 4px 9px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.change-my-color {
	color: green !important;
}
.footer {
  position: fixed;
  bottom: 0;
  /* right: 0; */
  width: 100%;
  background-color: #6c757d;
  opacity: 0.9;
  padding: 5px 10px;
}

.footer &gt; button{
	float:right;
	background-color: #66c1be;
	width: 150px;
	height: 30px;
}
.apartSecRght a {
    margin-right: 8px;
}
.apartSecRght span a {
    margin-left: 24px;
    margin-right: 0px;
}
a.holdBtn {
    background: #9eafc0;
}
a.reservBtn {
    background: #FC0818 !important;
}
.apartSecRght span a:last-child {
    margin-right: 0px;
}
a.availblBtn {
	background: #008080;
    color: #ffffff !important;
    padding: 4px 9px;
    font-weight: 300;
    font-size: 12px;
    border-radius: 0px;
    cursor: pointer;
    margin-left: 10px;
}
a.notAvailableBtn{
	background: #972127;
    color: #ffffff !important;
    padding: 4px 4px;
    font-weight: 300;
    font-size: 12px;
    border-radius: 0px;
    cursor: pointer;
    margin-left: 10px;
}
.apartDiscount a {
    margin-right: 15px;
}
.apartDiscount label {
    margin-bottom: 0px;
    font-weight: 600;
	margin-right: 8px;
	color: #5ac4bf;
}
.apartDiscount a:first-child label, .apartDiscount a:nth-child(2) label {
	color: #7f9292 !important;
}
.apartDiscount a:first-child span, .apartDiscount a:nth-child(2) span {
	color: #566262 !important;
}
.apartDiscount span {
    color: #000000;
    font-weight: 700;
}
.apartDiscount {
	padding-left: 37px;
    margin-top: 8px;
}
.apartUpr .apartMain:nth-child(even) {
	background-color: #d4f3f3  !important;
}
.apartUpr .MuiCheckbox-colorPrimary {
    padding: 0px !important;
    margin-right: 12px;
}
.InValidation_Input input[type=text]{
	border: 1.8px solid rgb(242 8 8) !important;
} 
.InValidation_Input input[type=email]{
	border: 1.8px solid rgb(242 8 8) !important;
} 
.InValidation_Input input[type=password]{
	border: 1.8px solid rgb(242 8 8) !important;
} 


@media (max-width: 992px) {
	.apartSec {
		display: block;
		justify-content: initial;
	}
	.apartDiscount {
		padding-left: 0px !important;
		margin: 5px 0px;
	}
	.apartSecMid {
		margin: 6px 0px;
	}
}

.optioninShare input {
	max-width: 12px;
	margin-right: 8px;
}
.txtColor input{
	color: black !important;
}</pre></body></html>