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(15% + 0px);
	right: 5%;
	background: #00000073;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	max-width: 350px!important;
}

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

.sub-btn {
	background: #434343;
	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: #c52028;
}


.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;}
.amenities {
	padding: 60px 0 60px;
	background: #434343;
}

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

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

.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: #a7865b; border: 1px solid #fff;
}

.odd .icon-col:nth-child(odd) {
	background: #6e4d2e; border: 1px solid #fff;
}

.even .icon-col:nth-child(even) {
	background: #6e4d2e;
    border: 1px solid #fff;
}

.even .icon-col:nth-child(odd) {
	    background: #a7865b;
    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;
}

.location h2 {
	color: #c52028;
}

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

.location ul li {
	list-style: none;
	line-height: 2;
}

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

.features h2 {
	color: #c52028;
}

.features ul {
	padding-left: 0px;
	margin-bottom: 0px;display: flex;
    flex-wrap: wrap;
    gap: 20px
;
}

.features ul li {
	list-style: none;
	line-height: 2;display: flex;
   flex-basis: calc(33.33% - 14px);
}

.features ul li:before {
	content: "";
background: url(img/fav.png);    height: 30px;
    width: 30px;background-size: contain;
	display: inline-block;
	color: #006d59;
	font-size: 14px;
	margin-right: 10px;background-repeat: no-repeat;
}
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;    text-decoration: none;
    margin-top: 25px!important;    text-align: center;display:inline-block;
	padding: 10px;
	color: #fff;
	background: #6e4d2e;
	font-weight: bold;
	animation: bganim 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
	border: 1px solid #6e4d2e;
	text-transform: uppercase;
	box-shadow: 3px 4px 0px #000;
}
.cta-btn:hover{color:#fff;}
@keyframes bganim {
	from {
		background-color: #6e4d2e;
	}

	to {
		background-color: #a7865b;
	}
}

.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: #a7865b;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

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

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

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

.selldof .title{
    color:#fff;
}

.selldof label {
    display: none !important;
}

@media (max-width: 767.98px) {
    .rera-num{margin-bottom:40px;}
	.features ul li{flex-basis: 100%}
	.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;box-shadow: 0px -2px 4px #000000a6;
	}
	.odd .icon-col:first-child, .odd .icon-col:last-child {
	background: #6e4d2e;
	}
	.even .icon-col:first-child, .even .icon-col:last-child {
		background: #6e4d2e;
	}
	.odd .icon-col:nth-child(2), .odd .icon-col:nth-child(3) {
	background: #a7865b;
	}
	.even .icon-col:nth-child(2), .even .icon-col:nth-child(3) {
	background: #a7865b;
	}
	.location{padding-bottom:40px;}
}
.owl-stage{display: flex;}
body, html{overflow-x: hidden;}
.icon-car img{width: 100%}
.icon-car .owl-nav{display: none}
.kg-privacy-user{display: flex;gap: 15px;justify-content: center;margin-bottom: 15px;margin-top: -15px;}