@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Spartan:wght@100;200;400;500;600;700;800;900&display=swap");

:root {
	--white: #ffffff;
	--light-blue: #242736;
	--font-1: 'Montserrat', sans-serif;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: var(--theme-body-font);
	position: relative;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 48px;
}

h4 {
	font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

.home-slider {
	position: relative;
	padding: 0;
}

.first-section img {
	display: block;
	width: 100%;
	height: 750px;
	object-fit: cover;
	position: relative;
}

.first-section {
	position: relative;
}

.first-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 247px;
	/* background: rgb(0,0,0); */
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	z-index: 1;
	opacity: 0.7;
	pointer-events: none;
}

.first-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 247px;
	/* background: rgb(0,0,0); */
	background: -moz-linear-gradient(359deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* background: -webkit-linear-gradient(359deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */
	background: linear-gradient(359deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	z-index: 1;
	opacity: 0.7;
	pointer-events: none;
}

.address-1 {
	position: absolute;
	bottom: 47px;
	left: 0;
	right: 0;
	z-index: 5;
	font-weight: 600;
	font-size: 1.875rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: var(--white);
	text-transform: uppercase;
	font-family: "Spartan", sans-serif;
}

.address-1 span {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	font-weight: 400;
	margin-top: 14px;
	font-family: "Spartan", sans-serif;
}

.hero-details {
	position: absolute;
	bottom: -103px;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Spartan", sans-serif;
	z-index: 2;
}

.hero-details-inner {
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	padding: 50px 3.6% 42px;
	background-color: var(--light-blue);
}

.hero-details-inner h3 {
	color: var(--theme-background-color);
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}

.hero-details-inner .open-house {
	color: var(--white);
}

.hero-details-inner .open-house-times p {
	margin-block: 10px;
	font-size: 18px;
	font-family: var(--theme-body-font);
	font-weight: 500;
	line-height: 1.1;
}

.hero-details-inner .open-house-times p>span {
	text-transform: lowercase;
}

.hero-price {
	text-align: right;
	font-size: 1.875rem;
	letter-spacing: 0.02em;
	line-height: 120%;
	font-family: "Spartan", sans-serif;
	margin-bottom: 14px;
}

.hero-amenities {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-flow: row wrap;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white);
}

.gradient-color {
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(15%, #c5882a),
			color-stop(60%, #fed887));
	background: -o-linear-gradient(bottom, #c5882a 15%, #fed887 60%);
	background: linear-gradient(to top, #c5882a 15%, #fed887 60%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-box-decoration-break: clone;
	font-family: "Spartan", sans-serif;
	text-shadow: 0px 3px 1px #00000012;
}

.hero-amenities span {
	margin: 5px 0;
	border-right: 1px solid;
	padding: 0 28px;
	font-family: "Spartan", sans-serif;
}

.hero-amenities span:first-child {
	padding-left: 0;
}

.hero-amenities span:last-child {
	padding-right: 0;
	border-right: none;
}

.about-section {
	position: relative;
	padding: 122px 0 0;
}

.overview-text {
	padding: 0 10.5%;
	margin-bottom: 81px;
}

.heading-title {
	font-family: "Spartan", sans-serif;
	font-size: 36px;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	font-weight: 600;
}

h2.heading-title {
	margin-bottom: 40px;
}

.virtual-tour-embed iframe {
	width: 100%;
	max-width: 100%;
	height: 600px;
}

.overview-text p {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 24px;
	margin: 25px 0;

}

.overview-text p description {
	font-family: var(--theme-sub-heading-font);
}

.overview-details {
	padding: 0 10.5%;
	margin-bottom: 42px;
}

.overview-details-list {
	font-family: "Spartan", sans-serif;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.overview-details-list ul {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding-left: 0;
	text-transform: uppercase;
}

.overview-details-list ul li {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
	width: 33.3%;
	float: left;
}

.overview-details-list ul:last-child li strong {
	min-width: 100px;
	font-weight: 600;
	font-family: "Spartan", sans-serif;
}

.overview-details-list ul:last-child li span {
	font-family: "Spartan", sans-serif;
	width: 50%;
}

.form-section {
	position: relative;
	padding: 0;
}

.form-section img.form-bg {
	position: relative;
	object-fit: cover;
	height: 618px;
	margin-bottom: -4px;
}

.overlay-1 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	width: 100%;
	height: 100%;
}

#ahead-with-us {
	/*min-height: 770px;*/

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	z-index: 2;
}

.awu-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	padding: 87px 15px 86px;
}

.awu-box img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	object-fit: none;
}

.awu-box p {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: var(--theme-body-background);
	margin-bottom: 56px;
}

.awu-form {
	font-size: 0;
	position: relative;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
}

.awu-field {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	position: relative;
}

.awu-field input[type="text"],
.awu-field input[type="email"],
.awu-field input[type="date"],
.awu-field select,
.awu-field textarea {
	width: 100%;
	height: 34px;
	border: none;
	border-bottom: 1px solid #989898;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: var(--theme-body-background);
	background: transparent;
	padding-left: 21px;
	padding-right: 21px;
	border-radius: 0;
	font-family: var(--theme-sub-heading-font);
	box-shadow: none;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

.map .form-control::placeholder {
	font-family: var(--theme-body-font);
	font-weight: 500;
	color: #999;
}

.awu-field ::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
	font-family: var(--theme-body-font);
}

.awu-field input:focus,
.awu-field select:focus,
.awu-field textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.awu-field textarea {
	padding-top: 20px;
	height: 108px;
	resize: none;
}

.awu-col-6 {
	width: 50%;
}

.awu-col-12 {
	width: 100%;
}

.awu-field input[type="submit"] {
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
	height: 75px;
	background: transparent;
	border: 1px solid #989898;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: var(--theme-body-background);
	text-transform: uppercase;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	cursor: pointer;
}

.awu-field input[type="submit"]:hover,
.form-field input.wpcf7-submit:hover {
	background: var(--theme-sub-heading-color);
	border-color: var(--theme-sub-heading-color);
}

.awu-form .awu-col-12 .wpcf7-form-control-wrap {
	display: inline-block;
	width: calc(100% - 150px);
}

.textwidget.custom-html-widget {
	display: flow-root;
}

.gallery {
	margin-block: 95px;
	padding: 0;
}

.px-10 {
	padding: 0 10.4%;
}

.gallery-list {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -4px;
}

.gallery-img {
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	width: 23.61%;
}

.gallery-img:nth-child(3),
.gallery-img:nth-child(4) {
	width: 52.78%;
}

.gallery-img img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

a.pdf-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 944px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 79px 0;
	transition: all 0.3s ease;
	font-family: "Spartan", sans-serif;
	text-decoration: none;
	cursor: pointer;
}

a.pdf-btn span {
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	top: 8px;
}

.overlay-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--light-blue);
	z-index: -1;
	opacity: 0.84;
}

a.pdf-btn:hover .overlay-bg {
	opacity: 1;
}

.video-section {
	padding: 0;
}

.download-pdf {
	position: relative;
	padding: 127px 0 128px;
	z-index: 1;
	margin-top: 122px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.download-img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	filter: grayscale(1);
	opacity: 0.25;
}

.cld-title em {
	font-style: normal;
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.36em;
	font-weight: 400;
	margin-bottom: 22px;
	color: #333333;
}

.map-form {
	position: relative;
	z-index: 999;
	width: 54.31%;
	margin-top: 88px;
	background: #fff;
	padding: 108px 3% 121px;
}

.map-form-inner {
	max-width: 490px;
	margin: 0 auto;
}

.form-field {
	position: relative;
	margin-bottom: 4px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="date"],
.form-field textarea {
	width: 100%;
	height: 57px;
	background: transparent;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #797979;
	border: none;
	border-bottom: 1px solid #989898;
	outline: none;
	padding: 2px 26px 0;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-family: var(--theme-body-font);
}

.form-field textarea {
	padding-top: 21px;
	height: 117px;
	resize: none;
	padding-right: 150px;
}

.form-field span.wpcf7-form-control-wrap {
	display: block;
}

.form-field input.wpcf7-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 74px;
	border: 1px solid var(--theme-body-background);
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	color: var(--theme-body-background);
	text-transform: uppercase;
	background: transparent;
	transition: all 0.3s ease;
	cursor: pointer;
}

.closebtn {
	display: none;
}

.overview-cta-list {
	padding: 0 8.5%;
	display: flex;
	justify-content: center;
	margin-bottom: 90px;
}

.description {
	font-family: var(--font-1);
}

.overview-cta-list a.cta {
	font-family: var(--font-1);
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 34.5px 0;
	transition: all 0.3s ease;
	background-color: var(--light-blue);
	color: var(--white);
}

.overview-cta-list a.cta:hover {
	background: var(--theme-sub-heading-color);
	border-color: var(--theme-sub-heading-color);
	color: var(--white);
}

.map {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	position: relative;
	padding: 0 15px 0;
}

.map-form .cld-title {
	font-size: 1.875rem;
	margin-bottom: 51px;
}

.map-form .wpcf7 form {
	position: relative;
}

.map-embed {
	width: 45.69%;
}

.map-embed-inner.mapboxgl-map {
	margin-left: -247px;
	overflow: hidden;
	height: 640px;
	object-fit: fill;
	position: relative;
}

.map-embed iframe,
.map-embed #genie-map {
	display: block;
	height: 604px;
	width: 100%;
}

.modal.page-modal .modal-dialog {
	max-width: 887px;
	width: 80%;
	min-height: auto;
	padding: 55px 20px 60px;
	margin: 100px auto;
	color: var(--theme-body-background);
	background: var(--theme-heading-color);
}

.modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
}

.modal.page-modal .modal-body {
	padding: 0;
	display: inline-block;
}

.modal.page-modal button.close {
	color: var(--theme-sub-heading-color);
	opacity: 0.65;
	font-size: 2.875rem;
	top: 7px;
	right: 7px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	text-shadow: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.modal.page-modal button.close span {
	font-weight: 500;
}

.modal.page-modal .modal-title {
	display: block;
	font-size: 3.125rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--theme-body-background);
	margin: 0;
	text-align: center;
	line-height: 160%;
	font-family: var(--theme-sub-heading-font);
}

.modal.page-modal p {
	text-align: center;
	margin-bottom: 50px;
	color: var(--theme-body-background);
	font-size: 0.875rem;
	font-family: var(--theme-sub-heading-font);
}

.modal.page-modal form {
	width: 90%;
	margin: 0 auto;
	max-width: 80%;
	display: flow-root;
}

.modal.page-modal label {
	font-size: 0.813rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-family: var(--theme-sub-heading-font);
}

.modal.page-modal .form-control {
	border-radius: 0;
	padding: 0 !important;
	margin-bottom: 20px;
}

.modal.page-modal .submit-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	display: block;
	width: 100%;
	max-width: 283px;
	height: 68px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: var(--theme-sub-heading-color);
	color: var(--theme-body-background);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.modal.page-modal .submit-btn:hover {
	background: var(--theme-body-background);
	color: var(--theme-body-color);
}

select.form-control option {
	margin: 40px;
	color: var(--theme-body-background);
	background: var(--theme-heading-color);
	text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
}

section#about-section {
	padding: 122px 0 0;
}

.agent-details h4.agent-email,
.agent-details h4.agent-code {
	font-size: 18px;
}

.summary {
	line-height: 26px;
	font-size: 14px;
}

span.label.listing-status {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	font-weight: 400;
	margin-top: 14px;
	display: inline-block;
	padding: 13px 10px 10px;
	border-radius: 5px;
	line-height: 100%;
}

.home-slider .listing-status-pending {
	background-color: #faac1a !important;
}

.home-slider .listing-status-listed {
	background-color: #8cc640 !important;
}

.home-slider .listing-status-sold {
	background-color: #ec2227 !important;
}

/* #contact_form {
    margin-top: 50px;
} */
body:not(.lightbox) .masonary #property-gallery-container .property-gallery {
	max-width: 100%;
	margin: 0 -4px;
}

.property-image-show-btn .btn {
	background-color: var(--light-blue);
	color: var(--white);
	font-family: var(--font-1);
}


.MarketUpdate .snapshot-details h3~p span {
	font-size: 13px;
	font-weight: 400;
}

.dark-bg .markettrending h1 {
	color: var(--theme-sub-heading-color);
}

.dark-bg .markettrending h1 {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 5px;
}

.dark-bg .mr-icon .avg-value {
	font-size: 40px;
	font-weight: 400;
}

.dark-bg span.graph-number {
	font-weight: 700;
	font-size: 16px;
}

.preferred_contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	color: var(--theme-body-background);
	flex-wrap: wrap;
}

.preferred_contact span {
	margin-right: 21px !important;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
}

.preferred_contact .che_box label {
	margin-right: 21px;
	text-transform: uppercase;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.che_box input[type="checkbox"] {
	margin-top: 0px;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	position: relative;
	top: 3px;
	left: unset;
}

.f_check input.wpcf7-submit {
	width: 99px;
	height: 50px;
	border: 1px solid #989898;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	color: #797979;
	text-transform: uppercase;
	background: transparent;
	transition: all 0.3s ease;
}

.f_check input.wpcf7-submit:hover {
	background: var(--theme-sub-heading-color);
	border-color: var(--theme-sub-heading-color);
	color: #fff;
	cursor: pointer;
}

input[type="checkbox"] {
	accent-color: unset;
}

.overview-details-list ul li strong {
	text-align: left;
	width: 50%;
}

section#gallery-sec:before {
	content: "";
	display: block;
	height: 125px;
	margin-top: -125px;
	visibility: hidden;
}

section.real-time-market {
	padding: 60px 0;
}

.real-time-market .real-time {
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 50px 30px;
	border-color: #b2934e;
}

.real-time-market h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 400;
	color: var(--white);
	line-height: 1.1;
}

.real-time-market p {
	font-size: 20px;
	margin: 0px 0px 5px;
	color: #b2934e;
	line-height: 1.42857143;
}

/*
section#about-section2:before {
    content: '';
    display: block;
    height: 110px;
    margin-top: -100px;
    visibility: hidden;
}
*/

.MarketUpdate h1.upper,
.MarketUpdate h2,
.snapshot-details h1,
.snapshot-details p,
.snapshot-details h3,
.MarketUpdate select#date-period,
select#date-period {
	font-family: var(--font-1) !important;
}

section#virtualTour:before {
	content: "";
	display: block;
	height: 110px;
	margin-top: -90px;
	visibility: hidden;
}

section#about-section:before {
	content: "";
	display: block;
	height: 110px;
	margin-top: -100px;
	visibility: hidden;
}

.market-update {
	padding-top: 0;
	padding-bottom: 30px;
}


.genie-landing-page div div.genie-wrap.marketupdate {
	margin-top: 0;
}

.footer-form {
	display: inline-block !important;
}

/*19-7-2022*/


/* 2025 new css start */

section.genie-alternate {
	padding: 40px 0;
}

section.genie-alternate.real-time-market {
	padding: 60px 0;
}

.real-time-market .real-time {
	padding: 20px 30px;
}

.genie-embed footer {
	margin: 0 !important;
	padding: 25px 10px 0;
}

.genie-embed.MarketTrending .genie-wrap.markettrending {
	margin: 11px 0 0;
}

.genie-embed.MarketHistory .genie-wrap.markethistory {
	margin: 11px 0 0;
}

.genie-embed.FastFacts .genie-wrap.fastfacts {
	margin: 11px 0 0;
}

.genie-embed.MarketActivity .genie-wrap.marketactivity {
	margin: 11px 0 0;
	overflow-x: hidden;
}

.fast-facts-stats-icons span {
	font-size: 15px;
	line-height: 1.4;
}

.fast-facts-stats-icons-box {
	width: 25%;
}

.genie-wrap.fastfacts footer span {
	font-size: 9px;
	line-height: 1.4;
}

.genie-embed.MarketTrending h2 {
	font-size: 20px;
	color: #b2934e;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 2px;
}

.genie-wrap.markettrending .trending-box .mr-icon {
	width: 25%;
}

.genie-wrap.markettrending .trending-box .mr-icon .avg-value {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
}

.genie-wrap.markettrending footer span {
	font-size: 9px;
	line-height: 1.4;
}

.genie-wrap.markethistory .curved-tabs span {
	line-height: 1.4;
}

.genie-wrap.markethistory footer span {
	font-size: 9px;
	line-height: 1.4;
}

.genie-wrap.markethistory #hometypes-choice {
	margin: 27px auto;
}

.genie-wrap.peoplebuying {
	margin: 14px 0 0px !important;
}

.genie-wrap.peoplebuying .subtitle-font {
	line-height: 1.4;
}

.genie-wrap.peoplebuying .horizontal-bars .graph-number {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
}

.genie-wrap.peoplebuying div.horizontal-bars>div>span>span {
	font-size: 11px;
	line-height: 1.4;
}

.genie-wrap.peoplebuying footer span {
	font-size: 9px;
	line-height: 1.4;
}

.genie-wrap.marketactivity .subheading-market-activity {
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}

.genie-wrap.marketactivity .heading-market-activity {
	font-size: 34px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.genie-wrap.marketactivity #hometypes-choice {
	width: 100%;
	margin: 27px 0 0;
}

.genie-wrap.marketactivity #genie-map {
	margin: 27px 0 0;
}

.genie-wrap.marketactivity footer span {
	font-size: 9px;
	line-height: 1.4;
}

.genie-wrap.marketactivity footer {
	padding-bottom: 0 !important;
	padding: 25px 10px 0;
	margin: 0 0 35px;
}

.genie-embed.ListToSold h1 {
	font-size: 34px;
	line-height: 1.2;
}

.genie-embed.ListToSold tbody#list-to-sold td {
	font-weight: 600;
}

.genie-embed.ListToSold .market-days-text {
	font-weight: 600;
	line-height: 1.4;
}

.genie-embed.ListToSold footer span {
	font-size: 9px;
	line-height: 1.4;
}

.genie-wrap.listingmapstyleone #padded .current-date {
	line-height: 1.4;
}

.genie-wrap.listingmapstyleone #listing-table td {
	line-height: 1.3;
	color: var(--theme-body-color) !important;
	border: 1px solid var(--theme-sub-heading-color);
}

.genie-wrap.listingmapstyleone #listing-table th {
	color: var(--theme-sub-heading-color) !important;
	border: 1px solid var(--theme-sub-heading-color);
}

.genie-wrap.listingmapstyleone .filterTxt {
	color: var(--theme-body-color) !important;
	line-height: 1.4;
	margin-top: 5px;
}

.genie-wrap.listingmapstyleone ul.pagination {
	margin-top: 20px 12px 0;
}

.genie-wrap.listingmapstyleone ul.pagination li {
	padding: 5px 10px;
	line-height: 1.4;
}

.genie-wrap.listingmapstyleone .filter-pagination-wrap {
	display: flex;
	justify-content: space-between;
}

.genie-wrap.listingmapstyleone #listing-map-style-one {
	border: 4px solid var(--theme-sub-heading-color);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.genie-wrap.listingmapstyleone #listing-table {
	margin-bottom: 0;
}

div.genie-wrap.listingmapstyleone footer {
	padding: 25px 10px 0 !important;
}

.overview-cta-list a.cta:hover {
	background: #b2934e;
	border-color: #b2934e;
	color: #fff;
}

.property-image-show-btn .btn {
	background: var(--light-blue) !important;
}

.property-image-show-btn .btn:hover {
	background: #b2934e !important;
	border-color: #b2934e;
	color: #fff;
	opacity: 1;
}

#listing-agents a {
	color: var(--theme-sub-heading-color);
}

#about-section .footer-form .cld-title.heading-title em {
	color: var(--theme-heading-color);
}

#about-section .preferred_contact span {
	color: var(--theme-heading-color);
}

#about-section .preferred_contact .che_box label {
	color: var(--theme-heading-color);
}

.home-valuation{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
	padding: 9rem 1rem;
}
.home-valuation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    z-index: 1 !important;
}
.home-valuation-content{
	font-family: var(--theme-sub-heading-font);
	color: var(--white);
	position: relative;
	z-index: 2 !important;
	max-width: 49rem;
    margin: auto;
}
.home-valuation-content h2{
	font-weight: 400;
	font-size: 42px;
}
.home-valuation-content p{
	font-size: 17px;
	margin-bottom: 45px;
}
.home-valuation-content .request-home-value{
	font-family: var(--theme-sub-heading-font);
	color: var(--white);
    font-size: 18px;
    border: 2px solid #b2934e;
    padding: 20px 25px;
    border-radius: 35px;
    font-weight: 600;
    transition: all .5s;
    background: transparent;
	cursor: pointer;
}
.home-valuation-content .request-home-value:hover{
	background: var(--white);
    color: #337ab7 !important;
    border: 2px solid var(--white) !important;
}

/* 2025 new css end */

@media only screen and (min-width: 1471px) {
	.custom-container {
		width: 1170px;
		padding: 0 15px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) {
	*[class*="col-md"] {
		width: 100%;
	}

	.first-section img {
		height: auto;
	}

	.overview-text {
		padding: 0;
	}

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

	.hero-amenities {
		justify-content: center;
	}

	.address-1 {
		position: relative;
		bottom: 0;
		margin: 30px auto;
		color: var(--theme-body-color);
		text-align: center;
	}

	.hero-details {
		position: relative;
		bottom: 0;
	}

	.hero-details-inner {
		margin: 0 auto;
		width: 100%;
	}

	.overview-details-list ul {
		width: 100%;
		max-width: 100%;
	}

	.overview-details-list ul li strong {
		min-width: 170px;
	}

	.overview-details,
	.overview-cta-list,
	.px-10 {
		padding: 0;
		display: block;
	}

	.map {
		padding: 80px 15px;
	}

	.map-form {
		padding: 80px 5%;
		width: 100%;
		margin: 0;
	}

	.map-embed-inner.mapboxgl-map {
		width: 100%;
		margin-left: 0;
	}

	.form-field input.wpcf7-submit {
		position: relative;
		margin: 20px auto 0;
		display: block;
	}

	.form-field textarea {
		padding-right: 26px;
	}

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

	.map-embed-inner {
		margin: 0;
	}

	.gallery-img img {
		height: 200px;
	}

	.floor-nav-image img {
		height: 150px;
	}

	.overview-details-list ul li {
		width: 50%;
	}

	.lb-closeContainer {
		top: -37px;
		right: 85px;
	}

	.overview-cta-list a.cta {
		margin: 15px 0;
	}

	.overview-cta-list .col-md-4 {
		max-width: 100%;
	}

	.snapshot-details {
		margin-top: 16px;
	}

	.rb-zeplin-selected {
		margin-bottom: 48px;
	}

	section#about-section {
		padding: 93px 0 0;
	}

	/* DPK */
	.user-details {
		margin-left: 8px;
	}

	.first-section:after {
		display: none;
	}

	.genie-wrap.listingmapstyleone .w-33 {
		width: 100%;
	}

	#about-section .agent-details.agent-detail-wrapper {
		display: flex;
		flex-direction: column;
	}

	.genie-wrap.fastfacts .fast-facts-stats-icons-box {
		width: 100%;
	}
	.home-valuation-content{
		max-width: 34.5rem;
	}
}

@media (max-width: 768px) {
	a.pdf-btn {
		padding: 30px 0;
	}

	a.pdf-btn span {
		font-size: 1rem;
		top: 0;
		padding: 8px 0 0;
		letter-spacing: 0;
	}

	.floor-nav-image img {
		height: 100px;
	}

	.overview-details-list ul li {
		width: 100%;
	}

	.lb-closeContainer {
		top: -29px;
		right: 14px;
	}

	.first-section img {
		height: 75vh;
	}

	/*

    .masonary .property-image-show-btn button{
        padding: 15px 39px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        display: block;
        width: 220px;
        border-radius: 0;
        margin: auto;
    }
*/

	.map-form .f_check {
		display: block;
		justify-content: space-between;
		color: #989898;
	}

	.che_box {
		/*
        display: flex;
        align-items: center;
        justify-content: space-between;
*/
		margin-top: 21px;
	}

	.che_box.submit-btn {
		/* position: absolute; */
		padding-bottom: 35px;
		bottom: 0;
		right: 0;
	}

	.f_check input.wpcf7-submit {
		width: 160px;
	}

	.map-form .f_check .spn {
		display: block;
		margin-bottom: 30px;
	}

	.genie-wrap.listingmapstyleone .filter-pagination-wrap,
	.genie-wrap.listingmapstyleone ul.pagination {
		flex-wrap: wrap;
	}

	.genie-wrap.listingmapstyleone ul.pagination {
		margin: 0;
		padding-left: 0;
		justify-content: flex-start;
	}

	.genie-wrap.marketactivity .map-key svg {
		width: 100% !important;
	}

	.home-valuation{
		padding: 9.9rem 1rem;
	}

	.home-valuation-content h2{
		font-size: 21px;
	}
	.home-valuation-content p{
		font-size: 13px;
	}
	.home-valuation-content .request-home-value{
		font-size: 15px;
		padding: 15px 13px
	}

}

@media (max-width: 575px) {
	#ahead-with-us {
		max-width: 87%;
	}

	.form-section img.form-bg {
		height: 800px;
	}

	.fast-facts-property-icons {
		align-items: center;
	}
}

@media (max-width: 480px) {
	.hero-amenities span {
		width: 100%;
		border: none;
		padding: 0;
		text-align: center;
	}

	.gallery-img,
	.gallery-img:nth-child(3),
	.gallery-img:nth-child(4) {
		width: 100%;
	}

	.awu-col-6 {
		width: 100%;
		margin-bottom: 30px;
	}

	.awu-form .awu-col-12 .wpcf7-form-control-wrap {
		width: 100%;
		margin-bottom: 15px;
	}

	.awu-field input[type="submit"] {
		display: block;
		margin: 0 auto;
	}

	.preferred_contact {
		justify-content: center;
	}

	.modal.page-modal .modal-title {
		font-size: 2.525rem;
	}

	.modal.page-modal form {
		width: 100%;
		max-width: 100%;
	}

	.f_check input.wpcf7-submit {
		width: 100px;
		height: 40px;
	}

	.map {
		padding: 25px 15px;
	}

	.map-form {
		padding: 10px 5%;
	}
}

@media (max-width: 375px) {

	#about-section .agent-details .photo,
	.agent-details .details {
		display: block;
	}

	#about-section .agent-details .details {
		padding: 10px 0 0;
	}

	.f_check input.wpcf7-submit {
		width: 65px;
	}
}


section.genie-alternate .ListingMapStyleOne h1 {
	color: var(--theme-body-color) !important
}

/* .lc-hollywood #listing-table th,
#listing-table td {
	color: initial !important;
} */
 #listing-table.active-table.mode-new {
	margin-left: 0;
 }