body {
	background-image: url(img/paper-img.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.logo {
	max-width: 200px;
}

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

.banner {
	max-width: 100% !important;
	padding: 0px !important;
}

.head-sec {
	margin: inherit !important;
}

.menu-call-btn {
	background: #e87b40;
	border: 2px solid #e87b40;
	color: #fff;
	padding: 5px 20px 8px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

.menu-call-btn:hover {
	background: #fff;
	color: #e87b40;
}

.form-sec {
	position: absolute;
	top: calc(30% + 0px);
	right: 3% !important;
	background: #ffffffed;
	padding: 8px;
	border-radius: 10px;
	text-align: center;
	max-width: 350px !important;
	top: 20% !important;
	padding-bottom: 0px
}

.form-group {
	margin-bottom: 15px;
}

.sub-btn {
	background: #283c4d;
	padding: 5px 50px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
}

.sub-btn:hover {
	background: #e87b40;
	color: #fff;
}

.heading-text {
	margin-bottom: 20px;
}

.card {
	text-align: center;
	padding: 10px 0px;
	border: 0px !important;
	background: transparent !important;
}

.greenbg {
	padding: 30px !important;
	background: #343a4a1c;
	border-left: 5px solid #006d59;
}

.orangebg {
	background: #ffeee5;
	padding: 30px !important;
	border-left: 5px solid #e87b40;
}

.stats {
	/* background:#e87b40; */
	border-radius: 0px 0px 100px 100px;
}

.card .h2 {
	font-size: 16px;
	/* color:#fff; */
}

.mute-text {
	font-size: 14px;
	/* color:#fff; */
}

.section-style {
	margin: 50px 0px !important;
}

.section-style h2 {
	color: #006d59;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.rounded-circle {
	border-radius: 50% !important;
	background-color: #81c244;
	padding: 10px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: white;
	margin: 0 auto;
	margin-bottom: 10px;
}

.card {
	border-bottom: 2px solid #81c244 !important;
	box-shadow: 0px 15px 12px #ebebeb;
	--bs-card-border-radius: 0px 0px 10px 10px !important;
}

.accordion-button:not(.collapsed) {
	color: #000000 !important;
	background-color: #5c8b2b24 !important;
}

.lcoation-map {
	border-radius: 10px;
	height: -webkit-fill-available;
}

.amenities {
	padding: 60px 0 60px;
	background: #0a6a59;
}

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

.amenities-icon img {
	width: 60px;
	padding-top: 20px;
}

.amenities-icon p {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
}

.amenities-cont {
	background: #ffffff;
	color: #fff;
	font-size: 14px;
}

.amenities-cont p {
	color: #000;
}

/* .odd .icon-col:nth-child(even) {
	background: #283c4d; border: 1px solid #fff;
} */

.odd .icon-col:nth-child(odd) {
	/* background: #006d59; border: 1px solid #fff; */
}

/* .even .icon-col:nth-child(even) {
	background: #006d59;
    border: 1px solid #fff;
} */

.even .icon-col:nth-child(odd) {
	/* background: #283c4d;
    border: 1px solid #fff; */
}

.odd .icon-col:nth-child(even):hover {
	background: #000;
}

.odd .icon-col:nth-child(odd):hover {
	background: #000;
}

.even .icon-col:nth-child(even):hover {
	background: #000;
}

.even .icon-col:nth-child(odd):hover {
	background: #000;
}

.client {
	color: #006d59;
	font-size: 26px;
}

.location h2 {
	color: #006d59;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;

}

.location h3 {
	color: #006d59;
	font-size: 25px;
	text-align: center;
	font-weight: 500;

}

.location ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.location ul li {
	list-style: none;
	line-height: 2;
	font-size: 15px;
}

.location ul li:before {
	content: "\f041";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	font-size: 14px;
	margin-right: 10px;
}

.features h2 {

	color: #006d59;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.features ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.features ul li {
	list-style: none;
	line-height: 2;
	font-size: 17px;

}

.features ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	font-size: 14px;
	margin-right: 10px;
}

ul {
	margin-left: 0px !important;
}

ul li {
	list-style: none;
	line-height: 30px;
}

.cta {
	background: #283c4d;
	padding: 10px 0px;
}

.cta h3 {
	margin-bottom: 0px;
	color: #fff
}

.cta h3 {
	margin-bottom: 0px;
	line-height: inherit;
	font-weight: bold;
}

.top-cta {
	margin-top: 30px !important;
}

.amenities h2 {
	color: #ffffff;
}

.cta-btn {
	width: 300px !important;
	border: none;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	background: #006d59;
	font-weight: bold;
	animation: bganim 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
	border: 1px solid #006d59;
	text-transform: uppercase;
	box-shadow: 3px 4px 0px #0ba589;
}

@keyframes bganim {
	from {
		background-color: #006d59;
	}

	to {
		background-color: #343a4a;
	}
}

.thankyou {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.thankyou h2 {
	text-align: center;
}

.thankyou-head {
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;

}

.sticky-cta {
	background: #81c244;
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: none;
	text-align: center;
}

.sticky-enq {
	background: #000;
	color: #fff;
	padding: 4px;
	font-weight: bold;
}

.sticky-enq a,
.sticky-enq a:hover {
	color: #fff;
	text-decoration: none;
}

.sticky-call a,
.sticky-call a:hover {
	color: #000;
	text-decoration: none;
}

.sticky-call {
	background: #81c244;
	padding: 10px;
	font-weight: bold;
}

@media (max-width: 767.98px) {

	.header-btn {
		width: 160px !important;

		position: absolute !important;
		right: -15px !important;
		top: -15px !important;
	}

	.header-button img {
		float: left !important;
		position: absolute;
		left: 50px !important;
		top: 20px !important;
		width: 128px !important;
	}

	.location-highlights h2 {
		font-size: 25px !important;
	}

	h2.progress-text {
		font-size: 25px !important;
	}

	.features h2 {
		font-size: 25px;

	}

	.section-title h4 {
		font-size: 25px !important;
	}

	.section-style h2 {
		font-size: 25px;
	}

	.privacy-policy {
		padding-bottom: 50px;
	}

	.privacy-policyy {
		TEXT-ALIGN: CENTER;
		padding-bottom: 57px;
		margin-top: -40px;
	}

	.location h3 {

		font-size: 20px !important;


	}

	.site-flex2 {
		padding-top: 20px;
	}

	.open-file {
		padding: 0px !important;
	}

	.location ul li {
		font-size: 13px;
		padding-bottom: 10px;
	}

	.location h2 {
		font-size: 20px;
	}

	.space {
		padding-top: 20px;
	}

	.amenities-details h4 {
		font-size: 12px;
	}

	.youtube-shorts {
		padding-top: 20px;
	}


	#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
		width: 60px;
		height: 59px;
		background-size: 60px;
		border-radius: 50% !important;
		margin: -1px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
		margin-bottom: 35px !important;
	}

	#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button:after {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #2ecc71;
		bottom: 45px !important;
		right: -1px;
	}


	.logo {
		max-width: 150px;
	}

	.menu-call-btn {
		padding: 2px 10px 2px;
		margin-top: -7px;
	}

	.section-style {
		margin: 30px 0px !important;
	}

	.amenities {
		padding: 30px 0 30px;
	}

	.form-sec {
		position: relative;
		top: auto;
		right: 0;
		left: 0;
		max-width: 80% !important;
		margin: 20px auto !important;
	}

	.amenities-cont {
		margin-bottom: 20px;
	}

	.cta {
		display: none;

	}


	.cta h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sticky-cta {
		display: block;
	}

	.odd .icon-col:first-child,
	.odd .icon-col:last-child {
		background: #242424;
	}

	.even .icon-col:first-child,
	.even .icon-col:last-child {
		background: #242424;
	}

	.odd .icon-col:nth-child(2),
	.odd .icon-col:nth-child(3) {
		background: #363636;
	}

	.even .icon-col:nth-child(2),
	.even .icon-col:nth-child(3) {
		background: #363636;
	}

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

.gallery {
	padding-top: 60px;
	/* padding: 60px 0 60px;
    background: #0a6a59; */
}

h2.progress-text {
	color: #006d59;
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.gallery .owl-dots {
	display: none;
}

.gallery .owl-nav {
	display: none;
}

.policy-promo {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-bottom: 20px;
}

.disclaimer-policy p {
	font-size: 14px;
}

.privacy-policy p {
	font-size: 14px;
}

.privacy-policy ul li {
	font-size: 14px;
	list-style: disc;
}

#mainform img {
	width: 22%;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	color: #ffffff !important;
	background-color: #1b4752 !important;
	border-color: #ffffff !important;
	width: 100%;
	text-transform: uppercase;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	cursor: pointer;
}

.modal-content {
	background: #ffffff !important;
	color: #000 !important;
}

.useragreement {
	height: 350px;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
	line-height: 30px;
}

.leftsitemap-large {
	height: 540px;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
	line-height: 30px;
}

.user-agreement ul {
	list-style: none;
}

.user-agreement ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	margin-right: 10px;
}

/*---===== Amenities =====*/
/* #amenities, #map{
    background: var(--primary-color);
} */
.circle_img {
	/* padding: 17px; */
	/* background: #fff;
    border-radius: 50%; */
	width: 62%;
	margin: 0 auto;
}

.section-title h4 {
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;

}

.amenities-items {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-row-gap: 35px;
}

.amenities-details img {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.amenities-details h4 {
	text-align: center;
	font-size: 14px;
	margin-top: 9px;
	font-weight: 500;
	font-family: var(--primary-font);
	color: #ffffff;
}

.second-amenities {
	margin-top: 4%;
}

#amenities .owl-carousel .owl-item img {
	width: 60%;
}

#amenities .owl-theme .owl-dots .owl-dot.active span,
#amenities .owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--secondary-color);
}

#amenities .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 25px;
}

.owl-carousel span {
	background: #fff !important;
}

.owl-carousel .active span {
	background: #000 !important;
}

.infrastructure ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	font-size: 14px;
	margin-right: 10px;
}

.invest ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59 !important;
	font-size: 14px;
	margin-right: 10px;
}

.Growth-Chart ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59 !important;
	font-size: 14px;
	margin-right: 5px;
}

.infrastructure {
	padding: 40px 0 0px 0;
}

.invest {
	padding: 25px 0 5px;
}

.Growth-Chart {
	padding: 40px 0 40px;
}

.invest p {
	text-align: center;
}

.location-highlights {
	padding: 100px 0 50px 0px;
}

.loc-address p {
	text-align: center;
}

.open-file {
	padding: 80px 0 0 0;
}

.book-visit {
	text-align: center !important;
}

.discl {
	text-align: center;
}

hr {

	border-top: 1px solid #000 !important;
	opacity: 1 !important;
}

.form_box {
	color: #000;
	font-size: 12px;
	text-align: center;
}

.location-highlights h2 {
	color: #006d59;
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.location-highlights h3 {
	color: #006d59;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.location-highlights ul li {
	list-style: none;
	line-height: 2;
	font-size: 14px;
}

.main-form .form-btn input {
	background: #1b4752 !important;
	padding: 5px 30px !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	width: 100%;
	text-transform: uppercase;
	border-radius: 8px;
}


.detailSec {
	background: #283c4d;
	padding: 25px 0px;
}


.detailSecContents p {
	color: #ffffff;
	/* font-family: apollo-reg; */
	font-size: 28px;
	font-weight: 500;
	margin: 0px;
}


.detailSecContents span {
	color: #fff;
	/* font-family: Montserrat; */
	font-size: 14px;
}


.detailSecContents {
	margin-top: 30px;
}

.rerano {
	text-align: center;
	/* color: #fff; */
}