@import url('https://fonts.googleapis.com/css2?family=Jomolhari&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
	scroll-behavior: smooth
}



body {
	font-family: "Poppins", sans-serif;
}

#more {
	display: none
}

.container {
	max-width: 85%
}

.custom-heading-dark {
	font-family: "Poppins", sans-serif;
	color: #1b1b1b;
	font-size: 54px;
	margin-bottom: 10px;
	letter-spacing: .5px
}

.custom-navbar-and-slider-section .navbar {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 12
}

.custom-navbar-and-slider-section .nav-link {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-family: 'Syne-Bold';
	font-family: "Poppins", sans-serif;
}

.custom-navbar-and-slider-section .nav-item {
	margin: 14px;
}

.custom-navbar-and-slider-section .developer-logo-img {
	width: 100%;
}

.custom-navbar-and-slider-section div#collapsibleNavbar {
	width: 100%;
	margin-left: 5%;
}

.custom-navbar-and-slider-section .navbar-brand {
	position: relative;
	left: 20px;
	color: #fff
}

.custom-navbar-and-slider-section .sub-nav-img {
	width: auto;
	height: 20px;
	filter: invert(1);
	margin-left: 3px;
	transform: rotate(90deg);
	position: relative;
	top: -3px;
	right: -5px
}

.custom-navbar-and-slider-section .navbar .nav-item.sub-menu {
	position: relative
}

.custom-navbar-and-slider-section .navbar .sub-nav {
	position: absolute;
	top: 25px;
	left: 0;
	width: 250px;
	color: #000;
	list-style: none;
	transform: translate(0px, 50px);
	opacity: 0;
	transition: all .5s linear;
	visibility: hidden;
	z-index: 99
}

.custom-navbar-and-slider-section .navbar.sub-nav li {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	padding-top: 5px
}

.custom-navbar-and-slider-section .navbar .sub-nav li a {
	color: #000 !important;
	text-align: center
}

.custom-navbar-and-slider-section .nav-item.number-li {
	margin-left: 80px;
}

.custom-navbar-and-slider-section .nav-item.number-li a {
	/*! font-family: "Playfair Display", serif; */
	font-size: 19px;
}

.custom-navbar-and-slider-section .navbar.navbar-expand-md .nav-item.sub-menu:hover .sub-nav {
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible
}

.custom-navbar-and-slider-section .navbar .sub-nav li {
	margin-bottom: 5px;
	border-bottom: 1px solid #dadada;
	padding: 10px
}

.custom-navbar-and-slider-section .navbar .sub-nav {
	padding: 5px;
	margin-top: 10px;
	padding-top: 30px
}

.custom-navbar-and-slider-section .navbar .sub-nav li a {
	font-size: 16px
}

.custom-navbar-and-slider-section .navbar .sub-nav .sub-nav-2 {
	background-color: #fff;
	color: #000
}

.custom-navbar-and-slider-section .fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	/*! padding-left: unset; */
	background-color: #0b201e;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f1f1f1
}

.custom-navbar-and-slider-section .fixed-header .developer-logo-img {
	width: 200px;
	filter: unset !important;
}

.custom-navbar-and-slider-section .fixed-header .nav-link {
	font-size: 16px;
	color: black;
}

.custom-navbar-and-slider-section .fixed-header .sub-nav-img {
	filter: unset !important
}

.custom-navbar-and-slider-section .fixed-header .nav-item.number-li a {
	font-family: "Playfair Display", serif;
	font-size: 16px;
	border: 2px solid #fff;
}

.sub-nav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 100;
	background-color: #ffff;
	padding: 30px;
	list-style: none;
	width: 349px;
	opacity: 0;
	visibility: hidden;
	right: -349px;
	transition: .5s linear;
	padding-bottom: 0
}

.sub-nav li {
	margin-bottom: 11px;
	border-bottom: 1px solid #ededed
}

.sub-nav li a {
	color: #000
}

.sub-nav .sub-menu-banner {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 250px;
	object-fit: cover
}

.sub-nav .submenu-heading {
	font-family: 'Syne-Bold';
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 34px;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-top: 0
}

.sub-nav li a {
	font-family: 'Syne-SemiBold';
	font-size: 18px
}

.sub-nav button.btn.btn-close {
	padding: 12px 24px;
	font-size: 18px;
	background-color: #000000;
	color: #fff;
	position: absolute;
	left: -64px;
	border-radius: 0
}

.sub-nav.active {
	opacity: 1;
	visibility: visible;
	right: 0
}

.sub-nav-2 {
	overflow: scroll;
	height: 100%
}

.sub-nav-2::-webkit-scrollbar-thumb {
	background: #000000
}

.sub-nav-2::-webkit-scrollbar {
	width: 5px
}

.custom-slider {
	height: 100vh
}

.custom-slider img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	/*animation:zoom-out 8s linear infinite;transform:scale(1.2)*/
}
.bbnr{
	margin-top: 71px;
}

.custom-slider .carousel-inner {
	height: 100%
}

.custom-slider .carousel-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000063;
	z-index: 9
}

.custom-slider .slider-content {
	position: absolute;
	top: 48%;
	left: 28%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff;
	text-align: left
}

.custom-slider .slider-content .demo-heading {
	font-size: 54px;
	/*! font-family: 'Syne-Bold'; */
	text-transform: uppercase;
	color: #e8be5c;
}


.custom-slider .slider-content .sub-heading {
	font-size: 18px;
	margin-top: 25px
}

.custom-slider .slider-content .explore-heading {
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	color: #000 !important;
	font-size: 14px;
	line-height: 100px;
	position: relative;
	top: 34px;
	font-family: 'Syne-Bold';
	outline: 1px solid #fff;
	outline-offset: 5px
}

.custom-slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer
}

.custom-slider .carousel-indicators {
	bottom: 30px
}

.custom-slider .carousel-control-prev {
	width: 80px;
	height: 80px;
	top: 42%;
	left: 2%;
	opacity: 9;
	z-index: 12;
	border-radius: 50%;
	border: 1px solid #fff
}

.custom-slider .carousel-control-next {
	width: 80px;
	height: 80px;
	top: 42%;
	right: 2%;
	opacity: 9;
	z-index: 12;
	border-radius: 50%;
	border: 1px solid #fff
}

.custom-slider .Residential-heading-top {
	position: absolute;
	bottom: 10%;
	z-index: 13;
	color: #fff;
	left: 21%;
	font-size: 30px;
	font-family: 'Syne-SemiBold';
	border-bottom: 1px solid #fff
}

.custom-slider .Commercial-heading-top {
	position: absolute;
	bottom: 10%;
	z-index: 13;
	color: #fff;
	right: 21%;
	font-size: 30px;
	font-family: 'Syne-SemiBold';
	border-bottom: 1px solid #fff
}

.top-sub-heading {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Syne-Bold';
	letter-spacing: .5px;
	margin-bottom: 10px
}

.custom-slider .slider-content .explore-heading a {
	color: #000;
	display: block
}

@keyframes zoom-out {
	100% {
		transform: unset
	}
}

.custom-slider .starting-price-heading {
	font-size: 30px;
	width: fit-content;
	letter-spacing: .5px;
	margin-top: 35px;
	border: 1px solid #ffff;
	padding: 15px 20px;
	padding-right: 0;
	font-family: 'Syne-Bold';
	background-color: #fff;
	color: #000
}

.custom-slider .starting-price-heading span {
	background-color: #dab151;
	color: #fff;
	padding: 16px 25px;
	position: relative;
	right: -1px;
	/* display: block; */
	font-family: 'Syne-Bold'
}

.custom-slider .typology-heading-custom {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-top: 15px;
	margin-bottom: 34px;
	background-color: #c49f48;
	color: #ffffff;
	width: fit-content;
	padding: 6px 20px;
	font-family: 'Syne-SemiBold'
}

.custom-slider .slider-content .demo-heading span {
	display: block;
	font-size: 22px;
	color: #fff;
}

.custom-slider .key-highlights {
	margin-top: 15px;
	list-style: none;
	padding-left: 0;
}

.custom-slider .key-highlights li {
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: .5px;
	/*! font-family: "Playfair Display", serif; */
	letter-spacing: .5px;
	display: flex;
	align-items: center
}

.custom-slider .key-highlights .star-icon-img {
	width: auto;
	height: 24px;
	/*! filter: invert(1); */
	margin-right: 15px
}

.mircosite-form {
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-50%, -50%);
	z-index: 9;
	background-color: #fff;
	padding: 25px;
	width: 320px
}

.mircosite-form .top-form-heading {
	/*! font-family: 'Syne-Bold'; */
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.mircosite-form .form-group {
	position: relative
}

/* .mircosite-form i.fa{color:#afafaf;font-size:20px;position:absolute;top:18px;left:10px} */

.mircosite-form img {
	color: #afafaf;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 18px;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.mircosite-form .form-control {
	height: 58px;
	border-radius: 0;
	padding-left: 35px
}

.mircosite-form .btn-custom {
	border: none;
	padding: 12px 26px;
	color: #fff;
	font-size: 18px;
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	text-align: center;
}

.gradient-cust {
	text-shadow: 0 3px 6px #261b07;
	background-color: #9E1F63;
	background: linear-gradient(-45deg, #cba54b, #dab151, #c49f48, #dab151);
	background-size: 400% 400%;
	color: #fff;
	border: none;
	border: none;
	padding: 8px 26px;
	font-size: 17px;
	width: 100%;
	margin-top: 23px;
	transition: .5s;
}

.contact-container .contact-us-footer .form-group {


	float: left;
	margin-right: 20px;
}

.contact-us-footer form {
	width: 100%;
}

.overview-container {
	padding-top: 100px;
	padding-bottom: 100px
}

.overview-container .overview-img {
	width: 90%;
	height: 100%;
	object-fit: cover
}

.overview-container .sub-heading-top {
	font-family: 'Syne-Bold';
	border-bottom: 1px solid #080707;
	width: fit-content;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 16px
}

.overview-containerr .left-col p {
	background-color: #000000;
	width: fit-content;
	padding: 16px 36px;
	color: #fff;
	font-family: 'Syne-SemiBold';
	font-size: 34px;
	position: absolute;
	bottom: 0;
	right: 6%
}

.overview-container .left-col {
	position: relative
}

.overview-container .right-col p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .5px
}

.overview-container .left-col p {
	background-color: #dab151;
	width: fit-content;
	padding: 16px 36px;
	color: #fff;
	font-family: 'Syne-SemiBold';
	font-size: 34px;
	position: absolute;
	bottom: 0;
	right: 6%
}

.overview-container .overview-projectname {
	font-family: 'Syne-SemiBold';
	margin-bottom: 25px;
	margin-top: 30px
}

.overview-container .right-col .overview-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 70%;
	margin-top: 42px;
	list-style: none
}

.overview-container .right-col .overview-ul li {
	font-family: "Playfair Display", serif;
	font-size: 16px;
	display: flex;
	align-items: center
}

.overview-container .overview-img-icon {
	width: auto;
	height: 65px;
	margin-right: 22px
}

.overview-container .right-col .overview-ul li span {
	text-align: center
}

.overview-container .count-custom {
	font-size: 40px
}

.overview-container .overview-img-icon.expertise-icon {
	opacity: .9
}

.pricelist-container {
	/*! padding-bottom: 90px; */
	/*! padding-top: 100px; */
	background-image: url(../images/ban.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pricelist-container .text-center {
	margin-bottom: 20px;
	/*! padding-top: 35px; */
}

.pricelist-container .sub-heading-top {
	font-family: 'Syne-Bold';
	border-bottom: 1px solid #fff;
	width: fit-content;
	padding-bottom: 3px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.pricelist-container .custom-heading {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 54px;
	margin-bottom: 10px;
	letter-spacing: .5px
}

.pricelist-container p {
	color: #fff
}

.pricelist-container .pricebox {
	color: #fff;
	text-align: center;
	display: flex;
	position: relative;
	z-index: 2
}

.pricelist-container .pricebox p.typology {
	font-size: 30px
}

.pricelist-container .pricebox p.size-p {
	font-size: 30px
}

.pricelist-container .box-1 {
	width: 100%;
	padding: 2px;
}

.pricelist-container .box-2 {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 20px;
	border-left: 1px solid #979797;
	justify-content: center
}

.pricelist-container .pricelist {
	text-align: center;
	color: #fff;
	font-size: 31px;
	border-top: 1px solid #979797;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px
}

.pricelist-container .pricelist span {
	font-size: 22px
}

.pricelist-container .pricelist-box-main {
	border: 1px solid #979797;
	box-shadow: 1px 0 16px 0 #201c1c;
	position: relative;
	z-index: 9;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background: white;
	border-radius: 5px;
}

.pricelist-container .typology span {
	display: block;
	font-size: 22px;
	width: fit-content;
	padding: 5px 15px;
	margin: 0 auto;
	color: #818181
}

.pricelist-container .size-p span {
	display: block;
	font-size: 22px;
	width: fit-content;
	padding: 5px 15px;
	margin: 0 auto;
	color: #818181
}

.pricelist-container .pricelist-box-main .rupee-icon-img.hithere {
	width: auto;
	height: 30px;
	filter: brightness(100)
}

.pricelist-container .pricelist-1 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 0;
	color: black;
	margin-top: 0;
}

.pricelist-container .pricelist-box-main .rupee-icon-img {
	width: auto;
	height: 35px
}

.pricelist-container .pricelist.pricelist-2 {
	color: black;
	text-transform: capitalize;
}

.pricelist-container .btn-custom {
	margin: 0 auto;
	display: block;
	margin-top: 0;
	font-size: 22px;
	border-radius: 0;
	padding: 13px 25px;
	background-color: #dab151;
	color: #fff;
	font-family: 'Syne-SemiBold';
	border-top: 1px solid #646262;
	border-bottom: 1px solid #646262;
	width: 100%;
}
}

.highlights-container {
	padding-top: 100px;
	padding-bottom: 100px
}

.highlights-container .highlights-img {
	width: 90%;
	height: 100%;
	object-fit: cover
}

.highlights-container .sub-heading-top {
	font-family: 'Syne-Bold';
	border-bottom: 1px solid #080707;
	width: fit-content;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 16px;
	text-transform: uppercase;
}

.highlights-container .left-col p {
	background-color: #000000;
	width: fit-content;
	padding: 16px 36px;
	color: #fff;
	font-family: 'Syne-SemiBold';
	font-size: 34px;
	position: absolute;
	bottom: 0;
	right: 6%
}

.highlights-container .left-col {
	position: relative
}

.highlights-container .highlights-ul {
	list-style: none;
	margin-top: 39px
}

.highlights-container .highlights-ul li {
	display: flex;
	margin-bottom: 10px;
	font-family: 'Syne-SemiBold';
	font-size: 20px;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	width: 88%
}

.highlights-container .highlights-ul li span {
	color: #afafaf;
	font-size: 24px;
	margin-right: 15px
}


.amenities-container {
	padding-bottom: 90px;
	padding-top: 100px;
	background-image: url(../images/bg-image.jpg);
	background-position: 95% 100%;
	background-repeat: no-repeat;
	background-size: inherit;
}

.amenities-container {
	padding-top: 100px;
	padding-bottom: 20px
}

.amenities-container .custom-heading {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 60px;
	margin-bottom: 10px;
	letter-spacing: .5px
}

.amenities-container p {
	color: #fff
}

.amenities-container .left-col {
	position: relative
}

.amenities-container .left-col .left-amenities-img {
	padding-top: 30px;
	max-width: 900px;
	position: relative;
	left: -23%
}

.amenities-container .left-col .sub-heading-top {
	font-family: 'Syne-SemiBold';
	border-bottom: 1px solid #fff;
	width: fit-content;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 16px
}

.amenities-container-box .amenities-img {
	width: auto;
	height: 75px;
	margin-bottom: 15px;
}

.amenities-container-box p {
	font-size: 22px;
	font-family: 'Syne-SemiBold';
	letter-spacing: .5px
}

.amenities-container-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.amenities-container-box .amenity-box {
	width: calc(47%);
	margin-bottom: 40px;
	padding: 25px;
	border: 1px solid #fff;
}

.amenities-container-box .amenity-p-content {
	font-size: 14px;
	margin-top: 20px;
	color: #dad3d3
}

.location-container {
	padding-top: 100px;
	padding-bottom: 100px
}

.location-container .highlights-img {
	width: 90%;
	height: 100%;
	object-fit: cover
}

.location-container .sub-heading-top {
	font-family: 'Syne-Bold';
	border-bottom: 1px solid #080707;
	width: fit-content;
	margin-bottom: 11px;
	padding-bottom: 3px;
	font-size: 16px;
	text-transform: uppercase;
}

.location-container .left-col p {
	background-color: #000000;
	width: fit-content;
	padding: 16px 36px;
	color: #fff;
	font-family: 'Syne-SemiBold';
	font-size: 34px;
	position: absolute;
	bottom: 0;
	right: 6%
}

.location-container .left-col {
	position: relative
}

.location-container .highlights-ul {
	list-style: none;
	margin-top: 20px;
}

.location-container .highlights-ul li {
	margin-bottom: 25px;
	font-family: 'Syne-SemiBold';
	font-size: 20px;
	border-bottom: 1px solid silver;
	padding-bottom: 20px;
	width: 88%
}

.location-container .highlights-ul li span {
	color: #afafaf;
	font-size: 24px;
	margin-right: 15px
}

.location-container .para-content {
	font-size: 16px;
	letter-spacing: .5px;
	margin-top: 20px;
	margin-bottom: 0
}

.floorplan-container {
	padding-top: 100px;
	background-color: #0b201e;
	padding-bottom: 20px
}

.floorplan-container {
	padding-bottom: 90px;
	padding-top: 100px;
	/*! background-image: url(../images/bg-image.jpg); */
	/*! background-position: 95% 100%; */
	/*! background-repeat: no-repeat; */
	/*! background-size: inherit; */
}

.floorplan-container .custom-heading {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 60px;
	margin-bottom: 10px;
	letter-spacing: .5px
}

.floorplan-container p {
	color: #fff
}

.floorplan-container .left-col {
	position: relative
}

.floorplan-container .left-col .left-amenities-img {
	padding-top: 30px;
	max-width: 900px;
	position: relative;
	left: -23%
}

.floorplan-container .left-col .sub-heading-top {
	font-family: 'Syne-SemiBold';
	border-bottom: 1px solid #fff;
	width: fit-content;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 16px;
	text-transform: uppercase;
}

.floorplan-container-box .floorplan-img {
	width: 100%;
	height: auto;
	margin-bottom: 15px
}

.floorplan-container-box p {
	font-size: 22px;
	font-family: 'Syne-SemiBold';
	letter-spacing: .5px
}

.floorplan-container-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.floorplan-container-box .floorplan-box {
	width: calc(47%);
	border: 1px solid #2e2e2e;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative
}

.floorplan-container-box .floorplan-p-content {
	font-size: 14px;
	margin-top: 20px;
	color: #dad3d3
}

.floorplan-container-box .floorplan-heading {
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 10px
}

.gallery-container {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden
}

.gallery-container .custom-heading {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 54px;
	margin-bottom: 10px;
	letter-spacing: .5px
}

.gallery-container .sub-heading-top {
	font-family: 'Syne-Bold';
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 16px;
	padding-top: 40px;
}

.gallery-container .with-caption.image-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000007a;
	z-index: 9
}

.gallery-container .content-section-headings {
	position: absolute;
	top: 100px;
	left: 180px;
	color: #fff;
	z-index: 9
}

.gallery-container .with-caption.image-link {
	height: 100%
}

.gallery-container .left_col a.with-caption.image-link img {
	width: 100%;
	height: 103vh;
	object-fit: cover;
	position: relative
}

.gallery-container .col-sm-12.col-md-6.col-lg-6 {
	padding: 0;
	overflow: hidden
}

.gallery-container .row {
	margin: 0;
	height: 100%
}

.gallery-container .gallery-img {
	height: 100%;
	object-fit: cover
}

.gallery-container .gallery-img-name {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 20px;
	color: #fff;
	z-index: 9;
	font-family: 'Syne-SemiBold';
	letter-spacing: .5px;
	border-bottom: 1px solid #fff
}

.gallery-container .with-caption.image-link img {
	transition: .5s linear
}

.gallery-container .with-caption.image-link:hover img {
	transform: scale(1.2)
}

.contact-container {
	padding-top: 100px;
	padding-bottom: 30px;
}

.contact-container {
	padding-bottom: 90px;
	padding-top: 100px;
	background-image: url(../images/bg-image.jpg);
	background-position: 95% 100%;
	background-repeat: no-repeat;
	background-size: inherit;
}

.contact-container .container .row {
	border-bottom: 1px solid #535353;
	padding-bottom: 50px
}

.contact-container .custom-heading {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 54px;
	margin-bottom: 10px;
	letter-spacing: .5px
}

.contact-container .left-col .sub-heading-top {
	font-family: 'Syne-SemiBold';
	border-bottom: 1px solid #fff;
	width: fit-content;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 16px
}

.contact-container .left-col p {
	color: #fff
}

.contact-container .contact-us-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border: 1px solid #fff;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #95763b;
	padding: 26px;
}

.contact-container .contact-us-footer .form-group {
	width: calc(100%);
	position: relative;
	margin-bottom: 20px
}

.contact-container .contact-us-footer .form-control {
	border-radius: 0;
	height: 50px;
	background-color: #fff;
	border: none;
	color: #333;
	padding-left: 50px
}

.contact-container .contact-us-footer .form-control::placeholder {
	color: #afafaf
}

.contact-container .contact-us-footer i.fa {
	color: #afafaf;
	font-size: 20px;
	position: absolute;
	top: 22px;
	left: 21px
}

.contact-container .contact-us-footer .btn-custom {
	border: none;
	padding: 15px 30px;
	background-color: #dab151;
	color: #fff;
	font-family: 'Syne-SemiBold';
	font-size: 18px;
	margin-top: 15px;
	display: block;
	cursor: pointer;
}


.footer-container-section {
	padding-top: 8px;
	padding-bottom: 33px;
	background-color: #000;
	color: #fff
}

.footer-container-section {
	/*! padding-bottom: 19px; */
	/*! padding-top: 0px; */
	/*! background-image: url(../images/bg-image.jpg); */
	/*! background-position: 95% 100%; */
	/*! background-repeat: no-repeat; */
	/*! background-size: inherit; */
}

.footer-container-section .container h4 {
	font-family: 'Syne-Bold';
	font-size: 19px;
	margin-bottom: 29px;
	text-transform: uppercase
}

.footer-container-section .container .col-sm-12.text.text-center {
	font-size: 14px;
	border-bottom: 1px solid #585858;
	padding-top: 35px;
	padding-bottom: 35px;
}

.footer-container-section .first_col p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px
}

.footer-container-section .first_col {
	padding-right: 30px
}

.footer-container-section li {
	list-style: none;
	margin-bottom: 10px
}

.footer-container-section li a {
	color: #fff
}

.footer-container-section .rera-img-pdf {
	height: 100px;
	overflow: auto;
	display: inline-flex;
	width: 100%;
	position: relative;
	object-fit: cover;
	object-position: center
}

.footer-container-section .rera_certificate img {
	width: 100%;
	height: 100px;
	object-fit: cover
}

.footer-container-section .rera_certificate {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.footer-container-section .rera_certificate a {
	width: calc(50% - 5px)
}

.modal-body .modal-form {
	/*! padding: 35px */
}

.modal-body .close {
	position: absolute;
	right: 21px;
	top: 21px;
	border: 1px solid;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 999;
	color: white;
}

.modal-form .top-form-heading {
	font-family: 'Syne-Bold';
	font-size: 19px;
	margin-bottom: 15px;
	text-transform: uppercase
}

.modal-form .form-group {
	position: relative
}

/* .modal-form i.fa{color:#afafaf;font-size:20px;position:absolute;top:18px;left:10px} */

.modal-form img {
	color: #afafaf;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 18px;
}

.modal-form .form-control {
	height: 40px;
	border-radius: 0;
	padding-left: 35px
}

.modal-form .btn-custom {
	border: none;
	padding: 12px 26px;
	background-color: #cea74c;
	color: #fff;
	font-size: 18px;
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
}

.modal-form .project-logo-modal {
	font-family: 'Syne-Bold';
	font-size: 38px;
	margin-bottom: 20px;
	color: white;
}


.mobile-section-1 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #0d0d0c;
	z-index: 99;
	display: none
}

.mobile-section {
	display: flex;
	justify-content: center
}

.mobile-section-1 a.btn.btn-success.btn-block {
	font-size: 14px;
	background-color: #000000;
	width: 100%;
	border: none;
	border-radius: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	border: 2px solid #fff;
}

h4.top-form-call {
	padding: 10px 30px 13px;
	font-size: 20px;
	/*    position: absolute;*/
	right: 16.6%;
	bottom: 18%;
	z-index: 999;
	border: 1px solid #000;
	display: none;
	margin-top: 21px;
	margin-left: 20px;
	width: 63%;
}

h4.top-form-call a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.custom-navbar-and-slider-section .nav-item.number-li a {
	/*! animation: price-blink 1s infinite; */
	/* border-bottom: solid 1px #fff; */
	border: 1px solid #c39e48;
	border-radius: 30px;
	background: #0b201e;
	transition: .5s;
}

@keyframes price-blink {
	50% {
		color: #ffffff;
		border: solid 1px #ffffff
	}

}

.morecontent span {
	display: none;
}

.morelink {
	display: block;
	color: #ffffff;
	font-size: 16px;
}

.morelink:hover {
	color: #fff;
	text-decoration: none;
}

.highlights-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

#onload .modal-dialog {
	max-width: 1100px;
}

#onload .modal-form .project-logo-modal {
	font-family: 'Syne-Bold';
	font-size: 32px;
	margin-bottom: 20px;
}

.mircosite-form i.fa {
	color: #afafaf;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 10px;
}

.modal-form i.fa {
	color: #afafaf;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 10px;
}


.destop-show {
	padding: 15px;
	display: block;
}

.mobile-show {
	padding: 15px;
	display: none;
}


.form-group img {
	color: #afafaf;
	font-size: 20px;
	position: absolute;
	top: 11px;
	left: 12px;
}

@media(max-width: 1600px) {
	.container {
		max-width: 95%
	}

	.amenities-container p {
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 0;
	}

	.highlights-container p {
		font-size: 15px;
	}

	.pricelist-container p {
		font-size: 25px;
		/*! width: 59%; */
		display: block;
		margin: 0px auto;
	}

	.location-container .para-content {
		font-size: 15px;
	}

	.floorplan-container p {
		font-size: 15px;
	}

	.custom-slider .slider-content .sub-heading {
		font-size: 16px;
		margin-top: 18px
	}

	.custom-slider .slider-content .explore-heading {
		width: 80px;
		height: 80px;
		font-size: 13px;
		line-height: 80px;
		top: 34px
	}

	.custom-navbar-and-slider-section .developer-logo-img {
		height: 53px;
	}

	.custom-navbar-and-slider-section .navbar {
		top: 0;
		padding-top: 8px;
		background: white;
	}

	.custom-navbar-and-slider-section .nav-link {
		font-size: 16px
	}

	.custom-slider .ivr-number {
		top: 47px;
		right: 106px;
		font-size: 20px
	}

	.custom-navbar-and-slider-section .nav-item {
		margin: 5px;
	}

	.custom-navbar-and-slider-section .nav-link {
		font-size: 15px;
		color: black;
	}

	.custom-navbar-and-slider-section .nav-item.number-li a {
		font-size: 19px;
	}

	.custom-navbar-and-slider-section .nav-item.number-li {
		margin-left: 4px !important;
	}

	.custom-navbar-and-slider-section .fixed-header {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.custom-navbar-and-slider-section .fixed-header .developer-logo-img {
		width: 100%;
		/*! height: 100px; */
		filter: none;
	}

	.custom-navbar-and-slider-section .fixed-header .nav-item {
		margin: 3px
	}

	.custom-navbar-and-slider-section .fixed-header .nav-link {
		font-size: 15px
	}

	.custom-slider .slider-content .demo-heading {
		font-size: 42px;
		margin-bottom: 20px;
		border: 2px solid #d6ae50;
		padding: 0px 3px;
	}

	.top-sub-heading {
		font-size: 16px
	}

	.custom-slider .slider-content {
		top: 46%;
		left: 30%;
		/*! border: 4px solid #d7af50; */
		padding: 16px 10px;
		background: #0000006e;
		box-shadow: -9px 8px 2px 0 #d7ae50c7;
	}

	.custom-slider .carousel-control-prev {
		width: 70px;
		height: 70px
	}

	.custom-slider .carousel-control-next {
		width: 70px;
		height: 70px
	}

	.custom-slider .starting-price-heading {
		font-size: 23px;
		margin-top: 25px;
		padding: 10px 20px;
		padding-right: 0
	}

	.custom-heading-dark {
		font-size: 38px
	}

	.custom-slider .slider-content .demo-heading span {
		font-size: 18px;
		padding-top: 5px
	}

	.custom-slider .typology-heading-custom {
		font-size: 20px;
		margin-bottom: 25px;
		margin-top: 2px
	}

	.custom-slider .key-highlights li {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.custom-slider .starting-price-heading span {
		padding: 12px 25px
	}

	.custom-slider .key-highlights .star-icon-img {
		height: 20px
	}

	.mircosite-form {
		top: 57%;
		right: 0;
		padding: 25px;
		width: 320px
	}

	.mircosite-form .form-control {
		height: 45px;
		border-radius: 0;
		padding-left: 35px
	}

	/* .mircosite-form i.fa{font-size:18px;position:absolute;top:14px;left:10px} */

	.mircosite-form img {
		font-size: 18px;
		position: absolute;
		top: 14px;
		left: 10px;
		width: 19px;
	}


	.mircosite-form .top-form-heading {
		font-size: 20px;
		color: black;
	}

	.mircosite-form .btn-custom {
		padding: 8px 26px;
		font-size: 17px;
		width: 100%;
		margin-top: 10px
	}

	.mircosite-form .form-group {
		position: relative;
		margin-bottom: 10px
	}

	.mircosite-form .form-control::placeholder {
		font-size: 15px
	}

	.overview-container {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.overview-container .right-col p {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: .5px;
		text-align: justify;
		/*! margin-top: 20px */
	}

	.overview-container .left-col p {
		padding: 13px 36px;
		font-size: 30px;
		bottom: 0;
		right: 6%
	}

	.overview-container .overview-img {
		width: 96%;
		height: 100%;
		object-fit: cover
	}

	.overview-container .right-col .overview-ul {
		width: 90%;
		margin-top: 30px
	}

	.overview-container .overview-img-icon {
		height: 58px;
		margin-right: 22px
	}

	.overview-container .count-custom {
		font-size: 36px
	}

	.pricelist-container {
		/*! padding-bottom: 50px; */
		/*! padding-top: 80px; */
		/*! background-position: 97% 100%; */
	}

	.pricelist-container .custom-heading {
		font-size: 35px
	}

	.pricelist-container .pricebox p.typology {
		font-size: 26px;
		width: 100%;
		color: black;
	}

	.pricelist-container .pricebox p.size-p {
		font-size: 26px;
		width: 100%;
	}

	.pricelist-container .pricelist {
		font-size: 28px;
	}

	.highlights-container {
		padding-top: 80px;
		padding-bottom: 80px;
			background: url(../images/service-bg1.png);

	}

	.highlights-container .highlights-ul li {
		display: flex;
		margin-bottom: 20px;
		font-size: 18px;
		padding-bottom: 20px;
		width: 90%
	}

	.highlights-container .highlights-img {
		width: 100%
	}

	.amenities-container {
		padding-top: 40px;
		padding-bottom: 20px
	}

	.amenities-container .custom-heading {
		font-size: 48px
	}

	.amenities-container .left-col .left-amenities-img {
		padding-top: 108px;
		max-width: 685px;
		left: -65px;
	}

	.amenities-container-box .amenity-box {
		width: calc(16%);
		margin-bottom: 20px;
		padding: 11px;
		text-align: center;
	}

	.floorplan-container {
		padding-top: 40px;
		padding-bottom: 20px;
		background: #a67f49;
	}

	.floorplan-container .left-col .left-amenities-img {
		padding-top: 19px;
		max-width: 650px;
		left: -50px;
	}

	.floorplan-container .custom-heading {
		font-size: 48px
	}

	.floorplan-container-box .floorplan-box {
		margin-bottom: 25px;
	}

	.location-container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.location-container .highlights-ul li {
		margin-bottom: 16px;
		font-size: 18px;
		padding-bottom: 0;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.gallery-container .custom-heading {
		font-size: 48px
	}

	.gallery-container .content-section-headings {
		top: 100px;
		left: 65px
	}

	.contact-container {
		padding-top: 80px;
		padding-bottom: 30px;
		background: #434444;
	}

	.contact-container .custom-heading {
		font-size: 48px
	}

	h4.top-form-call {
		right: 16.4%;
		bottom: 5%;
	}
}

@media (max-width: 1367px) {
	h4.top-form-call {
		right: 17.2%;
		bottom: 5%;
	}
}

@media (max-width: 1281px) {
	h4.top-form-call {
		right: 18.3%;
		bottom: 5%;
	}

	.custom-navbar-and-slider-section .nav-link {
		font-size: 12px;
	}

	.custom-navbar-and-slider-section .fixed-header .nav-link {
		font-size: 14px;
	}
}

@media(max-width: 768px) {
  
  .banner span {
  margin-right: 3px;
}
.banner {
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.price {
  background-color: white;
  color: #2cb63f;
  padding:
8px 16px;
  border-radius:
4px;
  font-size: 15px;
}
    .whtp{
      display: none;  
    }
	.destop-show {
		padding: 15px;
		display: none;
	}

	.mobile-show {
		padding: 15px;
		display: block;
	}

	.modal-body .close.popbtn {
		position: absolute;
		right: 21px;
		top: 21px;
		border: 1px solid;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		z-index: 999;
		background: #fff;
		opacity: 1;
	}


	iframe {
		height: 350px !important;
	}


	#onload .modal-form .project-logo-modal {
		font-size: 24px;
	}

	.modal-body .close {

		z-index: 999;
	}

	.container {
		max-width: 100%
	}

	.custom-navbar-and-slider-section .navbar {
		top: 0;
		padding-top: 0
	}

	.custom-navbar-and-slider-section .navbar-brand {
		left: 5px;
		color: #fff
	}

	.custom-navbar-and-slider-section .developer-logo-img {
		width: 126px;
	}

	.navbar-toggler {
		background-color: #000;
		padding: 8px 14px;
		font-size: 18px;
		color: #fff;
		border-radius: 0
	}

	.custom-navbar-and-slider-section div#collapsibleNavbar {
		width: 100%;
		margin-left: 0;
		background-color: black;
		color: #000
	}

	.custom-navbar-and-slider-section .nav-link {
		font-size: 15px;
		color: #fff;
	}

	.custom-navbar-and-slider-section .sub-nav-img {
		height: 16px;
		filter: unset;
		margin-left: 3px;
		top: -3px;
		right: -5px
	}

	.sub-nav .submenu-heading {
		font-size: 20px;
		margin-bottom: 10px
	}

	.sub-nav {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		padding: 25px;
		list-style: none;
		width: 80%;
		right: -80%
	}

	.sub-nav li {
		margin-bottom: 10px
	}

	.sub-nav li a {
		font-size: 17px;
		padding-left: 0;
		padding-right: 0
	}

	.sub-nav button.btn.btn-close {
		padding: 8px 18px;
		font-size: 18px;
		left: -51px
	}

	.custom-navbar-and-slider-section .fixed-header .nav-item {
		margin: 7px;
		padding-left: 15px;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 10px
	}

	.custom-navbar-and-slider-section .nav-item {
		margin: 7px;
		padding-left: 15px
	}

	.custom-navbar-and-slider-section .nav-item.number-li {
		margin-left: 0 !important
	}

	.custom-slider .slider-content {
		top: 20%;
		left: 20px;
		right: 20px;
		transform: unset
	}

	.custom-slider .carousel-control-prev {
		display: none
	}

	.custom-slider .carousel-control-next {
		display: none
	}

	.top-sub-heading {
		font-size: 14px
	}

	.custom-slider .slider-content .demo-heading {
		font-size: 28px;
		margin-bottom: 20px
	}

	.custom-slider .slider-content .demo-heading span {
		font-size: 15px;
		padding-top: 5px
	}

	.custom-slider .typology-heading-custom {
		font-size: 16px;
		margin-bottom: 20px
	}

	/*.custom-slider .starting-price-heading{font-size:16px;margin-top:20px;padding:11px 5px;width: 100%;padding-right:0}*/

	.custom-slider .starting-price-heading {
		font-size: 16px;
		margin-top: 20px;
		padding: 11px 5px;
		padding-right: 0;
		width: 90%;
	}

	.custom-slider .starting-price-heading span {
		padding: 12px 10px;
		width: 50px;
		font-size: 16px;
		margin-top: 6px;
	}

	/*.custom-slider .starting-price-heading span{padding: 12px 10px;
    font-size: 16px;
    margin-top: 6px;}*/

	.custom-slider .key-highlights li {
		margin-bottom: 10px;
		font-size: 16px;
		align-items: baseline
	}

	.custom-slider .key-highlights .star-icon-img {
		height: 13px;
		margin-right: 8px
	}

	.custom-heading-dark {
		font-size: 22px;
	}

	.mircosite-form {
		top: 0;
		right: 0;
		padding: 25px;
		position: relative;
		width: 100%;
		transform: unset
	}

	.overview-container .overview-projectname {
		margin-bottom: 10px;
		margin-top: 20px;
		font-size: 24px;
		line-height: 28px;
		color: #000000
	}

	.overview-container .right-col .overview-ul {
		width: 100%;
		margin-top: 30px;
		text-align: center
	}

	.overview-container .sub-heading-top {
		padding-top: 20px
	}

	.overview-container .right-col .overview-ul li {
		width: calc(50% - 5px);
		font-size: 14px;
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}

	.overview-container .overview-img-icon {
		height: 50px;
		margin: 0 auto
	}

	.overview-container .right-col .overview-ul li {
		font-size: 14px;
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}

	.overview-container .overview-projectname span {
		display: block;
		font-size: 16px;
		padding-top: 5px;
		color: #000
	}

	.overview-container .right-col p {
		font-size: 15px;
		margin-top: 0
	}

	.overview-container .right-col .overview-ul li span {
		width: 100%
	}

	.overview-container {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.overview-container .overview-img {
		width: 100%
	}

	.overview-container .left-col p {
		padding: 10px 20px;
		font-size: 18px;
		bottom: 0;
		right: 4%
	}

	.pricelist-container {
		padding-bottom: 25px;
		padding-top: 40px;
		background-position: 97% 100%;
		background-size: 100%;
		height: 100%;
		background-size: cover;
	}

	.pricelist-container .custom-heading {
		font-size: 28px
	}

	.pricelist-container p {
		font-size: 14px;
		width: 100%;
	}

	.pricelist-container .text-center {
		/*! margin-bottom: 35px */
	}

	.pricelist-container .pricelist-box-main {
		margin-left: 0;
		margin-right: 0
	}

	.pricelist-container .pricebox p.typology {
		font-size: 20px
	}

	.pricelist-container .typology span {
		font-size: 16px;
		padding: 5px 15px
	}

	.pricelist-container .box-1 {
		padding: 10px
	}

	.pricelist-container .size-p span {
		font-size: 16px;
		padding: 5px 15px
	}

	.pricelist-container .pricebox p.size-p {
		font-size: 20px
	}

	.pricelist-container .box-2 {
		padding: 10px
	}

	.pricelist-container .pricelist-1 {
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 15px
	}

	.pricelist-container .pricelist {
		font-size: 20px;
		padding: 10px
	}

	.pricelist-container .pricelist span {
		font-size: 18px
	}

	.pricelist-container .btn-custom {
		margin-top: 10px;
		font-size: 18px;
		padding: 15px 25px
	}

	.highlights-container {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.highlights-container .highlights-ul li {
		margin-bottom: 20px;
		font-size: 16px;
		padding-bottom: 20px;
		width: 100%
	}

	.highlights-container .highlights-ul li span {
		font-size: 20px;
		margin-right: 15px
	}

	.highlights-container p {
		font-size: 14px
	}

	.amenities-container {
		padding-top: 40px;
		padding-bottom: 30px
	}

	.amenities-container .custom-heading {
		font-size: 28px
	}

	.amenities-container p {
		font-size: 14px
	}

	.amenities-container .left-col .left-amenities-img {
		padding-top: 15px;
		max-width: 100%;
		display: none
	}

	.amenities-container-box .amenities-img {
		height: 56px
	}

	.amenities-container-box .amenity-box {
		width: calc(50%);
		margin-bottom: 10px;
		padding: 10px
	}

	.amenities-container .col-sm-12.col-md-6.col-lg-6.right-col {
		padding-top: 40px
	}

	.location-container {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.location-container .sub-heading-top {
		margin-top: 40px
	}

	.location-container .highlights-ul li {
		margin-bottom: 20px;
		font-size: 16px;
		padding-bottom: 20px;
		width: 100%;
		display: flex;
		align-items: baseline
	}

	.location-container .highlights-ul li span {
		font-size: 20px;
		margin-right: 15px
	}

	.floorplan-container {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.floorplan-container .left-col .left-amenities-img {
		padding-top: 15px;
		max-width: 100%;
		left: 0;
		display: none
	}

	.floorplan-container .custom-heading {
		font-size: 28px
	}

	.floorplan-container p {
		font-size: 14px
	}

	.floorplan-container-box {
		margin-top: 20px
	}

	.floorplan-container-box .floorplan-box {
		width: calc(50% - 10px);
		margin-bottom: 10px
	}

	.floorplan-container-box .floorplan-heading {
		font-size: 15px
	}

	.gallery-container .custom-heading {
		font-size: 28px
	}

	.gallery-container .content-section-headings {
		top: 40px;
		left: 20px
	}

	.contact-container .custom-heading {
		font-size: 28px
	}

	.contact-container {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.contact-container .contact-us-footer .form-group {
		width: calc(100% - 0px);
		margin-bottom: 20px
	}

	.contact-container .left-col p {
		color: #fff;
		font-size: 15px;
		margin-bottom: 24px
	}

	.footer-container-section {
		padding-top: 0;
		padding-bottom: 0
	}

	.footer-container-section .first_col p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px
	}

	.footer-container-section .second_col ul {
		margin-bottom: 30px
	}

	.footer-container-section .container h4 {
		font-size: 18px;
		margin-bottom: 15px
	}

	.footer-container-section .first_col {
		padding-right: 0
	}

	.footer-container-section .container .col-sm-12.text.text-center {
		padding-bottom: 60px;
		font-size: 12px;
	}

	.mobile-section-1 {
		display: block;
	}

	.modal-form .project-logo-modal {
		font-size: 24px;
	}

	.modal-body .modal-form {
		padding: 10px;
	}

	.modal-form .form-control {
		height: 50px;
		padding-left: 38px;
	}

	/* .modal-form i.fa { font-size: 18px;top: 16px;left: 10px;} */

	.modal-form img {
		font-size: 18px;
		top: 16px;
		left: 10px;
		width: 18px;
		position: absolute;
	}


	.modal-form .top-form-heading {
		font-size: 16px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}

	h4.top-form-call {
		right: 42.9%;
		bottom: 11%;
		font-size: 18px;
		padding: 10px 20px 13px;
		margin-left: 28px;
		width: 84%;
		text-align: center;
		margin-top: 0px
	}

	.m-view {
		display: block !important
	}

	.custom-navbar-and-slider-section .nav-item.number-li a {

		display: inline-block;
		border: solid 1px #000;
		padding: 8px 8px;
	}
}

.btnb.btn-custom.gradient-cust:hover {
	color: white;
	text-decoration: none;
}
#amenities {
	background: #a67f49;
  }

  #price-list {
	background: #a67f49;
  }
  .floorplan-heading {
	font-size: 24px;
	text-align: center;
	color: white;
	padding: 15px;
  }
  #gallery {
	padding-bottom: 60px;
  }
  #contact-us {
	/*! background: #a67f49; */
  }
  .modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	background: #0b201e;
  }
  button.close {
	padding: 0;
	background-color: #cda64c;
	border: 0;
	-webkit-appearance: none;
  }
  .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 2.1;
  }
  .about-img img {
	width: 100%;
  }
  .whtp{
	position: fixed;
	z-index: 999;
	/*! border: 2px solid #26f708; */
	/*! padding: 10px 12px; */
	bottom: 117px;
	border-radius: 50px;
	right: 24px;
	font-size: 31px;
	height: 66px;
	box-shadow: 0px 0px 8px -6px #1b1b1b85;
	width: 66px;
	
  }
  
 .floorplan-img {
  filter: blur(1px);
}
.custom-navbar-and-slider-section .nav-item.number-li a:hover{
	background: #d7ae50;
}

.gradient-cust:hover{
	background: #261b07;
}

  .ftr img{
	width: 100%;
	border-radius: 5px;
  }
  .floorplan-box img {
	width: 100%;
  }
.abt {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 13px 0;
  }
  .amenity-box h4 {
	color: white;
	font-size: 18px;
  }

  .floorplan-box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #d7ae50;
	  background-color: rgb(215, 174, 80);
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	  background-attachment: scroll;
	  background-image: none;
	  background-size: auto;
	  background-origin: padding-box;
	  background-clip: border-box;
  }
  
  .banner {
            display: inline-flex;
            align-items: center;
            background-color: #d8af50; /* Adjust based on exact color */
            color: white;
            font-family: Arial, sans-serif;
            font-weight: bold;
            padding: 5px 6px;
            font-size: 18px;
            border-radius: 4px;
        }

        .banner span {
            margin-right: 8px;
        }

        .price {
            background-color: white;
            color: black; /* Adjust color based on exact match */
            padding: 10px 15px;
            border-radius: 4px;
            font-size: 20px;
        }
        
        .contact-us-footer h4 {
  color: white;
  margin-bottom: 31px;
  font-size: 24px;
}
.row.lcn {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding:
15px 0;
}

.checkbox-container {
  display: flex;
  align-items: start;
}