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

:root,
[data-bs-theme=light] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style-type: none;}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	overflow-x: hidden
}

/* ======Hero Section===== */
section {
	display: block;
}

.carousel-item::after {
	content: '';
	position: absolute;
	background: rgb(0 0 0 / .3);
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.carousel-caption {
	top: 35%;
	z-index: 999999;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.carousel-caption h1 {
	font-size: 30px;
	text-shadow: 1px 2px 2px #3a3737;
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* ======= Enquiry Form====== */

.projects {
	margin: 0;
	position: relative;}
.pro_overview {
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

.pro_overview .row {
	margin-right: -7px;
	margin-left: -7px;
}

.pro_overview [class*="col-"] {
	padding-right: 7px;
	padding-left: 7px;
	position: relative;
}

.projects .enq-form .card-header {
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #ffcf40;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

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

.projects .enq-form {
	border: 0 !important;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-top: -125px;
	z-index: 111;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
	position: sticky;
	top: 81px;
  }

.projects .enq-form .card-body {
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}

.pro_overview .card {
	line-height: 2;
	border: 1px solid #eaeaea;
}

.card {
	word-wrap: break-word;
}

.projects .enq-form .form-group {
	position: relative;
	margin-bottom: 1.5rem;
}

.contact-form label {
	display: none;
}

.loader_formhideContent,
.loader_formshowContent {
	text-align: center;
}

.loader_formhideContent {
	top: 0;
	display: none;
}

.loader_formhideContent,
.loader_formshowContent {
	position: absolute;
	background-color: #fafafa;
	z-index: 2147483647 !important;
	text-align: center;
	padding-top: 20%;
	opacity: .8;
	bottom: 0;
	left: 0;
	overflow: hidden;
	right: 0;
}

form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.projects .enq-form .contact-form input,
.projects .enq-form .contact-form textarea {
	padding: 6px 15px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.projects .enq-form .card-body span {
	color: #ea1125;
	font-size: 13px;
	position: absolute;
	width: 100%;
	bottom: -19px;
	left: 0;
}

.btn_custom {
	border: 1px solid #000;
	background-color: #000;
	padding: 7px 12px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #fff;
	transition: .5s;
	box-shadow: none !important;
	outline: 0 !important;
}

.btn_custom:hover {
	color: #dee2e6;
	background-color: #ffc107;
}

.btn-block {
	display: block;
	width: 100%;
}

.projects .enq-form .commission {
	margin: 0;
}

.projects .enq-form .commission ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.projects .enq-form .commission ul li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 1em;
	font-size: 12px;
	padding: 0;}
.pro_overview li,
.pro_overview ul.feature li {
	line-height: 1.9;
	font-size: 15px;
	list-style: none;
	padding-left: 18px;
	position: relative;
}

.fa-phone::before {
	content: "\f095";
}

.projects .enq-form .commission ul li i {
	display: block;
	font-size: 28px;
	color: #ffcf40;
}

.projects .enq-form .commission ul li a {
	color: #000;
	font-weight: 700;
	margin-top: 0;
	display: block;
	text-decoration: none;
	outline: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.projects .enq-form .card-footer {
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	padding: 0 10px 8px;
	background: #ffcf40;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.projects .enq-form .card-footer p {
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	line-height: 1.5;
}

.mortgage {
	color: #000 !important;
	padding: 7px;
	background: #ffcf40;
	border: 1px solid #ffcf40;
	margin-top: 15px;
}

.mortgage a {
	font-size: 14px;
	display: block;
	text-align: center;
	border: 1px solid #ededed;
	padding: 6px 10px;
	text-transform: uppercase;
	background: #fff;
	text-decoration: none;
	font-weight: 700;
	color: #000;
}

.mortgage i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f3a42d;
	color: #fff;
	margin-right: 5px;
	padding: 5px;
}

.fa-calculator::before {
	content: "\f1ec";
}

/* =====Bread Crumb===== */
.pro_overview .breadcrumb {
	background-color: inherit;
	padding: 0;
	margin: 0 0 8px;
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	/* background-color: #e9ecef; */
	border-radius: .25rem;
}

.pro_overview .breadcrumb a {
	color: #000;
	font-weight: 700;
	color: #040404;
	font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .2rem;
	color: #6c757d;
	content: "/";
}

.fa-home::before {
	content: "\f015";
}

.pro_overview .download {
	float: right;
	margin-top: -15px;
	border: 1px solid #fff;
	padding: 8px 10px 8px 5px;
	border-radius: 3px;
	background-color: #ffcf40;
	margin-bottom: 8px;
	margin-right: 0;
	font-size: 14px;
}

.pro_overview .download a::before {
	content: "";
	font-family: FontAwesome;
	margin: 10px;
	color: #000;
	font-size: 20px;
}

.pro_overview .download a {
	color: #000;
	color: #040404;
	font-weight: 500;
	text-decoration: none !important;
	outline: 0 !important;
}

/* ======Damac Island Summary Section==== */

.pro_head .titles {
	font-size: 18px;
	border-bottom: 0;
	font-weight: 600;
	margin: 0 0 3px;
}

.pro_overview .pro_head h3,
.sidenav a,
.sidenav p {
	font-size: 12px;
	font-weight: 600;
}

.pro_head h3.location {
	font-size: 12px;
	font-weight: 600;
	color: #525151;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	color: #525151;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.pro_overview a {
	color: #040404;
	font-weight: 600;
	text-decoration: none !important;
	outline: 0 !important;
}

.pro_overview .pro_head h3,
.sidenav a,
.sidenav p {
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
}

.pro_head .price-head {
	border: 1px solid #dcdcdc;
	padding: 0 10px 7px;
	float: right;
	border-radius: 3px;
}

.pro_head .price-head p {
	font-size: 13px;
	color: #5e4803;
	font-weight: 700;
	margin: 5px 0 0;
}

.pro_overview p {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 14px;
	color: #212529;
	text-align: justify;
}

.pro_head .price-head h2 {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.pro_head .price-head i {
	margin-right: 5px;
	color: #ffcf40;
}

.pro_head .offers {
	background: #eaeaea;
	position: relative;
	border-radius: 3px;
	color: #f9f9f9;
	padding: 2px 10px 2px 75px;
	overflow: hidden;
	margin-bottom: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 5px;
}

.pro_head .offers span {
	background: #ffcf40;
	color: #020202;
	position: absolute;
	left: 0;
	top: -1px;
	bottom: 0;
	padding: 4px 10px;
	text-transform: uppercase;
}

.pro_head .offers a {
	font-weight: 700;
	line-height: 1.6;
	color: #040404;
}

.card-body h3.direct-sales {
	font-size: 22px;
	border: none;
	text-align: center;
	margin-bottom: 0;
}

.pro_head .summmry,
.pro_overview ul,
.pro_overview ul.feature {
	padding: 0;
	list-style: none;
}

.table {
	width: 100%;
	background-color: #fff0;
	border-collapse: collapse;
}

.summmry tbody>tr {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
}

.table.summmry th {
	border-top: 0;
	border-bottom: 1px solid #ffcf40;
}

.summmry tbody>tr>th {
	padding: 10px 0;
	width: 37%;
	height: 35px;
	font-size: 12px;
	color: #6f6d6d;
	font-weight: 400;
	float: left;
}

.summmry tbody i {
	margin-right: 5px;
	color: #ad8200;
}

.table.summmry td,
.table.summmry th {
	border-top: 0;
	border-bottom: 1px solid #ffcf40;
}

.summmry tbody>tr>td {
	width: 55%;
	padding-left: 0;
	color: #000;
	font-weight: 500;
	text-align: right;
}

.summmry tbody>tr>td,
.summmry tbody>tr>th {
	padding: 10px 0;
	padding-left: 0px;
	width: 37%;
	height: 35px;
	font-size: 12px;
	color: #6f6d6d;
	font-weight: 400;
	float: left;
}

.card-body .direct-sales>strong {
	letter-spacing: 1px;
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 10px;
	color: #000;
	font-weight: 700;
}

/* ===== Card Overview==== */

.pro_overview h3 {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	line-height: 22px;
}

.pro_overview h3 span {
	border-bottom: 1px solid #ffcf40;
}

/* ===== Featured Amenities ==== */

.features-item .features {
	border-radius: 2px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	display: block;
}

.features-item .features .features-icon {
	margin-right: 5px;
	border-radius: 15px;
	margin-top: 45px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
	background-color: #fff;
	text-align: center;
	margin-left: 5px;
	pointer-events: auto;
	cursor: pointer;
}

.features-item .features .features-icon img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-bottom: 0;
	padding: 5px;
	border: 3px solid #f7f7f7;
	box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
}

.features-item .features .features-icon p.head {
	padding: 10px 5px 5px;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
}

.features-item .features .features-icon p.text {
	padding: 0 5px 5px;
	font-size: 13px;
	text-align: center;
 }

.pro_overview .read_more {
	border: 1px solid #ffcf40;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(255, 207, 64);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255, 207, 64);
	padding: 11px 16px;
	border-top-left-radius: 42px;
	color: #000;
	text-align: center;
	background: #ffcf40;
	float: right;
	width: 132px;
	border-bottom: 0;
	border-right: 0;
	margin-right: -21px;
	margin-bottom: -21px;
	min-height: 40px;
	font-size: 12px;
 }

 .pro_overview a {
	color: #040404;
	font-weight: 600; 
}

/* ====== Payment Plan====== */

.card-body .paymentplan {
	text-align: center;
	padding: 10px 0;
 }

#pay .download {
	float: right;
	margin-top: -58px;
	border: 1px solid #fff;
	padding: 5px 10px 5px 5px;
	border-radius: 3px;
	background-color: #ffcf40;
	margin-bottom: 8px;
	margin-right: 0;
	font-size: 14px;
}

.card-body .paymentplan .pay-box {
	border: 1px solid #efecec;
	padding: 10px 0;
	margin-bottom: 15px;
	margin-top: 45px;
}

.card-body .paymentplan img {
	width: 70px;
	padding: 7px;
	height: auto;
	margin-top: -45px;
	margin-bottom: 0;
	border: 1px solid #f7f7f7;
	background-color: #f9f9f9;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.card-body .paymentplan .pay-box .h4 {
	font-size: 2.2rem;
	font-weight: 500;
	border: none;
	font-family: sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}

small {
	font-size: 80%;
	font-weight: 400;
}

.card-body .paymentplan .pay-box .h5 {
	font-size: 14px;
	font-weight: 500;
	background: #f5f3f3;
	padding: 10px;
	border: none;
	letter-spacing: .8px;
	text-align: center;
}

/* ==== Video Gallery ==== */
.videoBox::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}

.videoBox {
	width: 100%;
	margin: 0;
	position: relative;
	height: auto;
}

.videoSection img {
	width: 100%;
}

.video-play-button::after {
	z-index: 1;
	background: #fa183d;
	transition: .2s;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video-play-button::before {
	z-index: 0;
	background: #ba1f24;
	animation: 1.5s ease-out infinite pulse-border;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video-play-button::after,
.video-play-button::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 10;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid #fff0;
	border-bottom: 22px solid #fff0;
}

/* ===== Location Map ===== */

.pro_overview .location figure {
	border-radius: 2%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	margin: 0 0 1rem;
}

/* ===== Master Plan ===== */

.community-item .community {
	position: relative;
	overflow: hidden;
	background-size: cover;
	display: block;
	border-radius: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e1e180;
	border-right: 1px solid #e9e1e180;
	padding: 5px;
}

.community-item .community .community-features .h5 {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}

.community-item .community .community-icon {
	pointer-events: auto;
	cursor: pointer;
}

.community-item .community .community-icon img {
	width: 45px;
	height: 45px;
	float: left;
	margin-bottom: 0;
}

.community-item .community .community-features {
	float: right;
	text-align: left;
}

/* ===== Floor Plan ===== */
#floor .floor-table {
	width: 100%;
	padding-top: 1rem;
	border-top: 1px solid #f1eaea;
}

.floor-table table,
table {
	border-collapse: collapse;
}

.floor-table table tr th {
	border: 1px solid #e6e6e6;
	padding: .6rem;
	vertical-align: middle;
	font-size: 12px;
	background-color: rgb(0 0 0 / .03);
}

.floor-table table tr td {
	border: 1px solid #e6e6e6;
	padding: 3px 5px 3px 10px;
	font-size: 12px;
	line-height: 1.4rem;
}

#floor td a {
	font-size: 16px;
	text-decoration: underline;
	display: flex;
	justify-content: center;
	color: #0284c1;
}

.floor-table tr:nth-child(2n) {
	background-color: rgb(0 0 0 / .01);
}

.floor-table table tr td:first-child {
	background: #f7f7f7;
}

#floor .floor-table .floor-plan {
	max-width: 40px;
	border-radius: 5px;
	cursor: zoom-in;
}

/* ====== Image Gallery ===== */
.cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.banner_sec .banner_holder:first-child {
	margin-bottom: 9px;
}

.banner_sec .banner_holder {
	position: relative;
	margin-bottom: 0;
}

.banner_sec .banner_holder .more-img-count {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / .44);
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding: 23%;
	z-index: 2;
	font-weight: 700;
}

/* ===== Similar Properties ===== */

.similar_pro h3 {
	text-transform: uppercase;
	border-bottom: none;
}

.similar_pro h3 a {
	font-weight: 700;
	color: #000;
}

.similar_pro figure {
	margin-bottom: 0;
	position: relative;
}

.similar_pro figure span {
	position: absolute;
	top: 10px;
	color: #000;
	right: -11px;
	z-index: 1;
	background: #ffcf40;
	padding: 2px 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	transition: .3s ease-out;
}

.similar_pro figure span::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	border-color: #ffcf40 #fff0 #fff0 #ffcf40;
	border-style: solid;
	border-width: 6px;
	right: 0;
	top: 28px;
}

.similar_pro figure a:last-child {
	display: inline-block;
}

.similar_pro .price {
	display: block;
	color: #fff;
	text-align: center;
	background: rgb(14 14 14 / .71);
	margin-top: -65px;
	z-index: 1;
	position: relative;
	margin-left: -8px;
	margin-right: -8px;
	padding: 5px 10px;
	line-height: 1;
}

.similar_pro .price span {
	font-size: 13px;
}

.similar_pro .price {
	color: #fff;
	text-align: center;
	line-height: 1;
}

.similar_pro .price p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	border-left: none;
	padding-top: 3px;
	color: #fff;
	text-align: center;
}

.similar_pro .card-title {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
}

.similar_pro .address {
	font-size: 11px;
	color: #0284c1;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.5;
}

/* ====== More Projects ===== */

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important;
}

#moreDeveloperProjectsId .card-footer:hover {
	background-color: #ffc107;
}

#moreDeveloperProjectsId .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.pro_overview a.btn {
	color: #000;
	background: #ffcf40 !important;
	border-color: #ffcf40 !important;
}

#moreDeveloperProjectsId .btn {
	padding: 10px 25px;
	font-size: 14px;
	letter-spacing: .6px;
	box-shadow: none !important;
	outline: 0 !important;
	border: none !important;
	text-transform: uppercase;
	transition: .5s;
	;
}

#moreDeveloperProjectsId a.btn:hover {
	color: #fff;
	background: #000 !important;
}

.t-form__inputsbox-cst {
    display: flex;
}

.t-input-block-cst{
    width: 673px;
}
.submit-btn-cst {
    width: 160px;
}

@media screen and (max-width: 1199px) {
	.t-input-block-cst{
        width: 590px;
    }
}

@media screen and (max-width: 959px) {
	.t-input-block-cst{
        width: 370px;
    }
}
@media screen and (max-width: 639px) {
	.t-input-block-cst{
        width: 314px;
    }
}

@media screen and (max-width: 610px) {
	.t-input-block-cst{
        width: 290px;
    }
}
@media screen and (max-width: 560px) {
	.t-input-block-cst{
        width: 250px;
    }
}

@media screen and (max-width: 479px) {
	.t-input-block-cst{
        width: 212px;
    }
    .submit-btn-cst {
        width: 130px;
    }
}
@media screen and (max-width: 420px) {
    .t-input-block-cst{
        width: 190px;
    }
}



@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;}
100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;}