:root{
	--green: #29b472;
	--carmen: 'Carmen Sans';
}
@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-Thin.woff2');
    font-weight: 100;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-UltraLight.woff2');
    font-weight: 200;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-Light.woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-Regular.woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-Medium.woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-SemiBold.woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-Bold.woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-ExtraBold.woff2');
    font-weight: 800;
}

@font-face {
    font-family: 'Carmen Sans';
    src: url('fonts/carmen-sans/CarmenSans-Heavy.woff2');
    font-weight: 900;
}


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
:root{
	--header-height: 121.89px;
}
html, body, #wrapper {
 height: 100%;
 font-family: 'Open Sans', sans-serif;
/* font-family: 'Carmen Sans';*/
	scroll-behavior: smooth;
 } 

body > #wrapper {
	height: auto; min-height: 100%; background:#fff ;
}
body
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top: var(--header-height);
}
*{
	padding:0;
	margin:0;
}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #262626;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
th {
    background-color: #262626;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}
span{
	display: inline-block;
}

p{
/*	font-family: 'Open Sans', sans-serif;*/
	font-size: 15px;
	line-height: 22px;
	color: #262626;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
}
.contain_90{
	width:90%;
	margin:0 auto;
}
.contain_80{
	width:80%;
	margin:0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 0;
	background: #ececec;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;

/*	display: none;*/
}
header .inner_container{
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 10px 0;
}
header .logo {
	width: 68px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
}
header nav {
	display: inline-block;
	/*float: right;*/
	/*padding: 0% 15px 0% 0%;*/
	background-color: transparent;
	/*margin-left: auto;*/
	width: unset;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}

ul.ace-responsive-menu li a{
	color: #000000;
	font-family: 'Carmen Sans';
	letter-spacing: 1px;
	font-weight: 400;
}

.chandan_logo{
	width: 100px;
}
.green_btn{
	outline: none;
	border: none;
	background: var(--green);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	letter-spacing: 1px;
}
.green{
	color: var(--green);
}
.heading{
	font-family: 'Carmen Sans';
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 600;
    padding: 0 0 10px;
}
.sub_heading{
	font-family: 'Carmen Sans';
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
}

.owl-carousel.owl-theme .owl-dots{
	margin: 0;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background: var(--green);
}

/*sticky_btn_wrapper*/
.sticky_btn_wrapper{
	position: fixed;
	right: 0;
	top: calc(30% - 116px);
	z-index: 99999;
}
.sticky_btn_wrapper .sticky_btn{
	transform-origin: bottom right;
    transform: rotateZ(270deg);
}
.sticky_btn_wrapper .sticky_btn a{
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #262626;
	color: #9dec3b;
	padding: 10px 15px;
	font-weight: 500;
}

.hero{
	position: relative;
}
.hero .img_box img{
	width: 100%;
}
.hero .overlay_txt_wrapper{
	position: absolute;
	width: 55%;
	height: 85%;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero .overlay_txt_wrapper .overlay_txt{
	text-align: center;
	font-size: 16px;
}
.hero .overlay_txt_wrapper .overlay_txt .heading{
	font-family: 'Carmen Sans';
    text-transform: uppercase;
    font-size: 4em;
    letter-spacing: 0.4em;
    color: #262626;
    font-weight: 400;
}
.hero .overlay_txt_wrapper .overlay_txt .sub_heading{
	font-family: 'Carmen Sans';
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    color: #262626;
    font-weight: 500;
}
.hero .overlay_txt_wrapper .overlay_txt p{
	padding: 50px 0;
    font-size: 1.5em;
    line-height: 1.5em;
}

/*overview*/
.overview{
	padding: 5vw 0;
	position: relative;
}
.overview .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.overview .overview_slider{
	padding: 0 2.5vw 0 0;
}
.overview .text_box{
/*	padding: 0 0 0 2.5vw;*/
}
.overview .heading{
/*	font-size: 26px;*/
	color: var(--green);
}
.overview .sub_heading{
	font-size: 18px;
	color: var(--green);
}
.overview ul{
	padding: 0 0 0 18px;
}
.overview ul li{
	font-size: 15px;
     line-height: 22px; 
    color: #262626;
    padding: 0 0 5px 0;
    list-style: disc;
}

/*configuration*/
.configuration{
	background: url(../images/bg/configuration.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.configuration::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000ab;
}
.configuration .inner_container{
	padding: 10vw 0;
	position: relative;
	z-index: 1;
}
.configuration .heading{
/*	color: #262626;*/
	text-align: center;
	padding: 0 0 2.5vw;
}
.configuration table{
	background: #ffffffc9;
}
.configuration table th{
	background: #262626;
}
.configuration table td{
	color: #000;
}

/*pinnacle_sec*/
.pinnacle_sec .item_box{
	position: relative;
}
.pinnacle_sec .item_box .text_overlay_wrapper{
	position: absolute;
	width: 100%;
	height: calc(100% - 30px);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pinnacle_sec .item_box .text_overlay_wrapper .text_box{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

/*you_opulance*/
.you_opulance{
	background: url(../images/bg/you-opulance-forest.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.you_opulance .inner_container{
	padding: 2.5vw 0;
}
.you_opulance .inner_container .heading{
	font-size: 32px;
	text-align: center;
}
.you_opulance .inner_container .info_boxes{
	padding: 2.5vw 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.you_opulance .inner_container .info_boxes .info_box{
	display: flex;
	align-items: center;
	padding: 0 0 2vw;
	width: 50%;
}
.you_opulance .inner_container .info_boxes .info_box .icon_box{
	width: 22%;
	padding: 0 2.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.you_opulance .inner_container .info_boxes .info_box .icon_box img{
	max-height: 6vw;
	width: 100%;
}
.you_opulance .inner_container .info_boxes .info_box .text_box{
	width: 78%;
	padding: 0 2.5vw 0 0;
}
.you_opulance .inner_container .info_boxes .info_box .text_box .title{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 5px;
}
.you_opulance .inner_container .info_boxes .info_box .text_box p{
	color: #fff;
	padding: 0;
}

/*legacy_of_green*/
.legacy_of_green{
	position: relative;
}
.legacy_of_green .heading{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: #262626;
	text-align: center;
	font-size: 32px;
	letter-spacing: 5px;
	padding: 5vw 0;
	line-height: 1.5em;
}
.legacy_of_green .left_text_wrapper{
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	padding: 0 0 5vw 5vw;
}
.legacy_of_green .left_text_wrapper .left_text{
	padding: 0 5vw 0 0;
}
.legacy_of_green .left_text_wrapper .left_text .title{
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	padding: 0 0 3px;
}
.legacy_of_green .left_text_wrapper .left_text .sub_title{
	color: var(--green);
	font-family: var(--carmen);
	letter-spacing: 3px;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 0 3px;
}
.legacy_of_green .left_text_wrapper .left_text p{
	color: #fff;
}
.legacy_of_green .left_text_wrapper .left_text p.small{
	font-size: 14px;
}

/*return_to_innocence*/
.return_to_innocence{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	background: url(../images/bg/birds.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.return_to_innocence .img_box{
	width: 30%;
}
.return_to_innocence .text_box{
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 5vw 0 0;
}
.return_to_innocence .text_box .inner_box{
	text-align: center;
}
.return_to_innocence .text_box .heading{
	color: #262626;
}
.return_to_innocence .text_box .sub_heading{
	color: #262626;
}

.curated_for{
	background: url(../images/bg/curated-for.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	padding: 5vw 0 0 0;
/*	margin: -15vw 0 0 0;*/
	position: relative;
}
.curated_for .heading{
	color: #262626;
	text-align: center;
	font-weight: 400;
	padding: 0 0 50px;
}
.curated_for p.sub_head{
	text-align: center;
	line-height: 1.8em;
	padding: 0 0 50px;
}
.curated_for .amenities_slider .item_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.curated_for .amenities_slider .item_box .info_box{
	width: 25%;
	padding: 0 1.25vw 2.5vw;

	display: flex;
    flex-wrap: wrap;
}
.curated_for .amenities_slider .item_box .info_box .inner_box{
	background: #262626;
	border-top-right-radius: 29%;
}
.curated_for .amenities_slider .item_box .info_box .img_box{
}
.curated_for .amenities_slider .item_box .info_box .img_box img{
	border-top-right-radius: 29%;
	/*width: 100%;
	height: 100%;
	object-fit: cover;*/
}
.curated_for .amenities_slider .item_box .info_box .text_box{
	background: #262626;
	padding: 15px;
}
.curated_for .amenities_slider .item_box .info_box .text_box .title{
/*	padding: 0 0 5px;*/
	text-transform: uppercase;
	font-size: 16px;
	color: #9aa491;
	font-weight: 600;
	text-align: center;
}
.curated_for .amenities_slider .item_box .info_box .text_box p{
	padding: 0;
	color: #9aa491;
	font-weight: 600;
}

/*floor_plans*/
.floor_plans{
	padding: 50px 0 0;
	background: linear-gradient(to bottom, #fff, #f5f6f5);
	position: relative;
}
.floor_plans .heading{
	text-align: center;
	color: #262626;
	font-weight: 400;
	padding: 0 0 50px;
}
.floor_plans .title{
	font-size: 16px;
	text-align: center;
	color: #262626;
	font-weight: 400;
	padding: 25px 0 0 0;
}
.floor_plans .heading .green{
	font-size: 0.4em;
}
.floor_plans .floor_plans_slider{
/*	padding: 0 0 10vw;*/
	padding: 0 0 5vw;
}
.floor_plans .floor_plans_slider.owl-theme .owl-nav.disabled+.owl-dots{
	padding: 0 0 2vw;
}
.floor_plans .floor_plans_slider a .img_box{
	position: relative;
}
.floor_plans .floor_plans_slider a .img_box .overlay_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000ab;
	transition: all 0.3s;
	opacity: 0;
}
.floor_plans .floor_plans_slider a:hover .img_box .overlay_box{
	opacity: 1;
}

/*seamless_connectivity*/
.seamless_connectivity{
	display: flex;
	flex-wrap: wrap;
/*	align-items: center;*/
	background: #f6f7f6;
	--width: 50%;
	position: relative;
}
.seamless_connectivity .left_sec{
	width: var(--width);
}
.seamless_connectivity .right_sec{
	width: calc(100% - var(--width));
	text-align: center;
	padding: 25px 0;
}
.seamless_connectivity .right_sec .inner_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.seamless_connectivity .right_sec .heading{
	color: #262626;
	font-weight: 300;
	font-size: 30px;
}
.seamless_connectivity .right_sec .heading .green{
	font-size: 0.8em;
}
.seamless_connectivity .right_sec p.sub_head{
	padding: 50px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
}
.seamless_connectivity .right_sec ul{
	text-align: left;
}
.seamless_connectivity .right_sec ul li{
	--icon-width: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 10px;
}
.seamless_connectivity .right_sec ul li .icon{
	width: var(--icon-width);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.seamless_connectivity .right_sec ul li .icon img{
	max-width: 35px;
    max-height: 35px;
}
.seamless_connectivity .right_sec ul li .txt{
	font-size: 16px;
	width: calc(100% - var(--icon-width));
	padding: 0 0 0 20px;
}
.seamless_connectivity .right_sec p.last_line{
	padding: 50px 0 0 0;
}

/*chandi_valley*/
.chandi_valley{
	text-align: center;
	padding: 50px 0;
	position: relative;
}
.chandi_valley .inner_container{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.chandi_valley .heading{
	color: var(--green);
}
.chandi_valley .sub_heading{
	color: #262626;
    font-size: 12px;
    font-weight: 600;
}
.chandi_valley .sub_title{
	padding: 50px 0;
	font-family: var(--carmen);
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 2px;
}
.chandi_valley ul{
	text-align: left;
	
	columns: 2;
}
.chandi_valley ul li{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--carmen);
	color: #262626;
	padding: 0 0 0 15px;
	margin: 5px 15px;
}
.chandi_valley ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green);
}
.chandi_valley .chandivali_slider{
	padding: 50px 0 50px;
}

.chandi_valley .chandivali_slider.owl-carousel.owl-theme .owl-dots .owl-dot span{
	background: #262626;
}

.chandi_valley .chandivali_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .chandi_valley .chandivali_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background: var(--green);
}
.chandi_valley .chandivali_slider .item_box img{
	border-radius: 50px;
	
}

/*your_legacy*/
.your_legacy{
	padding: 5vw 0 0 0;
}
.your_legacy .text_box{
	text-align: center;
	position: relative;
	z-index: 2;
}
.your_legacy .text_box .heading{
	color: #262626;
	font-weight: 400;
}
.your_legacy .text_box .heading .green{
	font-size: 0.8em;
}
.your_legacy .text_box .sub_title{
	padding: 20px 0 40px;
}
.your_legacy .img_box{
	position: relative;
	z-index: 1;
	margin: -250px 0 0 0;
}

/*contact_us_sec*/
.contact_us_sec{
	background: #ececec;
}
.contact_us_sec .inner_container{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.contact_us_sec .inner_container .chandivalley_logo img{
	width: 140px;
	margin: auto;
	padding: 0 30px 0 0;;
}
.contact_us_sec .contact_box{
	color: #fff;
	padding: 30px 0;
}
.contact_us_sec .contact_box a{
	color: #fff;
}
.contact_us_sec .contact_box .call_us{
	font-size: 22px;
	font-family: var(--carmen);
	padding: 0 0 10px;
}
.contact_us_sec .contact_box .email_web_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contact_us_sec .contact_box .email_web_box .email_info{
	font-size: 16px;
}
.contact_us_sec .contact_box .email_web_box .website_info{
	font-size: 16px;
}
.contact_us_sec .heading{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 30px;
}
.contact_us_sec .apt_info{
	display: flex;
}
.contact_us_sec .apt_info li{
	font-size: 15px;
	color: #8bc53d;
	padding: 0 15px;
}

/*footer*/
footer{
	padding: 20px 0;
}
footer .disclaimer{
	text-align: justify;
}
footer .copyright{
	text-align: center;
	color: var(--green);
	font-weight: 600;
	padding: 0;
}
footer .copyright a{
	color: var(--green);
}

form{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.form_wrapper [class*=col-sm]{
	padding: 0 5px;
}
.form_wrapper .title{
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 15px;
	color: #000;
}
.form_wrapper .input_box{
	padding: 0 0 10px;
}
.form_wrapper .input_box label{
	font-weight: 700;
	margin: 0 0 5px 15px;
}
.form_wrapper .input_box input{
	border: none;
	outline: none;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	font-size: 15px;
	color: #000;
}
.form_wrapper .input_box input[type=checkbox]{
	width: 15px;
	height: 15px;
	margin: 0;
}
.form_wrapper .input_box select{
	border: none;
	outline: none;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	font-size: 15px;
	color: #000;
}
.form_wrapper .input_box textarea{
	border: none;
	outline: none;
	width: 100%;
	height: 135px;
	padding: 15px 15px;
	font-size: 15px;
	color: #000;
}
.form_wrapper .submit_box button{
	border: none;
	outline: none;
	width: 100%;
	font-size: 15px;
    font-weight: 700;
    color: #fff;
/*    background: var(--red);*/
    padding: 8px 12px;
}


.body_overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}
.body_overlay .inner_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request_overlay_box {
    width: 400px;
    max-width: 90%;
/*    margin: 8% auto;*/
    background: #f1f1f1;
    padding: 15px;
    box-shadow: 5px 2px 23px -15px;
    position: relative;

}
.request_overlay_box .heading{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 15px 0 10px;
    margin: 0 0 15px;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #e4e4e4;
}
.request_overlay_box .form_enquire_now{
    width: 98%;
    margin: 0 auto;
    padding: 2% 0%;
}
.close_overlay {
  position: absolute;
  right: -5px;
  top: -25px;
  width: 32px;
  height: 32px;
}
.close_overlay:hover {
  opacity: 1;
}
.close_overlay:before, .close_overlay:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.close_overlay:before {
  transform: rotate(45deg);
}
.close_overlay:after {
  transform: rotate(-45deg);
}

.error{
	font-size: 14px;
    color: #ff0000;
}


[type=submit][disabled]{
  position: relative;
}
[type=submit][disabled]::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff0000;
  color: #fff;
  z-index: 10;
}
[type=submit][disabled]::after{
  position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #22285a;
    border-bottom: 2px solid #22285a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.body_overlay .form_wrapper .input_box textarea{
	height: 90px;
}


/*Thank You Page*/

.thankyou_page{
	min-height: calc(100vh - 63px - 121px);
	display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou_page .inner_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10% 0;
}

.thankyou_page .inner_container .line1{
	display: inline-block;
	position: relative;
    color: var(--red);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 0 20px 0;
}

.thankyou_page .inner_container .line2{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.thankyou_page .inner_container .heading{
	color: #000;
}
.thankyou_page .inner_container .sub_heading{
	color: #000;
	text-align: center;
}


.whatsapp_link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 999;
    transform: rotate(360deg);
}
.whatsapp_link .whatsapp_bg{
}
.whatsapp_link .whatsapp_bg .whatsapp_icon{
	position: relative;
}
.whatsapp_link .whatsapp_bg .whatsapp_icon::before{
	position: absolute;
	content: '';
	--size: 20%;
	width: calc(100% - var(--size));
	height: calc(100% - var(--size));
	left: calc(var(--size) / 2);
	top: calc(var(--size) / 2);
	background: #fff;
}
.whatsapp_link .whatsapp_bg .whatsapp_icon i{
	font-size: 50px;
	padding: 0;
	margin: 0;
	color: #4FCE5D;
	position: relative;
}

.section_link{
	position: absolute;
	top: calc(var(--header-height) * -1);
}

/*gallery*/
.gallery{
	padding: 5vw 0 0 0;
	position: relative;
}
.gallery .inner_container .heading{
	color: var(--green);
	text-align: center;
}
.gallery .inner_container .img_boxes{
	display: flex;
	flex-wrap: wrap;
	padding: 5vw 0 0 0;
}
.gallery .inner_container .img_boxes .img_box{
	width: 25%;
	padding: 0 1vw 2vw;
}
.gallery .inner_container .img_boxes .img_box a{
	position: relative;
	display: block;
	padding: 100% 0 0 0;
}
.gallery .inner_container .img_boxes .img_box a img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.gallery .inner_container .img_boxes .img_box a p{
position: absolute;
    bottom: 0;
    /* left: 10px; */
    background: #262626;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    color: #9aa491;
    font-weight: 600;
    text-align: center;
    padding: 10px;}

.fancybox-navigation .fancybox-button--arrow_left{
	margin: 0 0 0 30px;
}
.fancybox-navigation .fancybox-button--arrow_right{
	margin: 0 30px 0 0;
}

/*numbers_boxes*/
.numbers_boxes{
	padding: 5vw 0;
}
.numbers_boxes .heading{
	color: var(--green);
	padding: 0 0 2.5vw;
}
.numbers_boxes .info_boxes{
	display: flex;
	flex-wrap: wrap;
}
.numbers_boxes .info_boxes .info_box{
	width: calc(100% / 4);
	display: flex;
	flex-direction: column;
	padding: 15px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.numbers_boxes .info_boxes .info_box:nth-child(4){
	border-right: none;
}
.numbers_boxes .info_boxes .info_box:nth-child(5){
	border-bottom: none;
}
.numbers_boxes .info_boxes .info_box:nth-child(6){
	border-bottom: none;
}
.numbers_boxes .info_boxes .info_box:nth-child(7){
	border-bottom: none;
}
.numbers_boxes .info_boxes .info_box span{
	font-size: 14px;
/*	font-weight: 600;*/
	color: #000;
}
.numbers_boxes .info_boxes .info_box span.big{
	font-size: 20px;
	font-weight: 600;
/*	color: #000;*/
}


.rera_wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
}
.rera_wrapper .rera_box{
	padding: 0 15px;
}
.rera_wrapper .rera_box .qr_code{
	width: 150px;
    margin: 15px auto auto auto;
}
.rera_wrapper .rera_box .text_one{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	padding: 10px 0 15px 0;
}
.rera_wrapper .rera_box .text_two p{
	color: #000;
}