/* CSS Document */

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


.TopRera {
    background: #f8f8f8;
    padding: 10px 15px 10px 0;
}

.Reradetl {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 12px;
    margin: 0 0 12px 0;
}

.QRCODE p {
    padding: 0px 0 5px 0;
    margin: 0px;
    font-size: 14px;
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 17px;
}

.QRCODE img{
	width:100px;
}

.RERANUM {
    text-align: right;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 21px;
}

.AccountNUmber {
    text-align: right;
    font-size: 15px;
	font-family: 'Lato', sans-serif;
}












.reraHeader {
    background: #ffffff;
    border-bottom: #ddd solid 1px;
}

.reraHeader h4 {
    font-family: 'Futura Std', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #be8e2c;
    margin: 0px 0 0px 0;
    position: relative;
    padding: 12px 0 4px 0;
    text-align: right;
}
.reraHeader h4 strong{
	 font-size: 16px;
    font-weight: 700;
}

.reraHeader h4 span {
    display: block;
    color: #000000;
    font-size: 15px;
    margin: 4px 0 4px 0;
}

.reraHeader img{
	width:120px;
}


.AccountDtl {

	padding:40px 0;
}

.AccountDtl  h6{
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;
    text-align: center;
    padding: 15px 15px;
    margin: 0px 0 0px 0;
    font-weight: 500;
    display: block;
    border: #fff 1px dashed;
    line-height: 32px;
}


.reraHeader .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.MOb-content {
	display:none;
}


input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
  
        input[type=number] {
            -moz-appearance: textfield;
        }


.owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    left: -16px;
    top: 40%;
    background: #f4f4f4 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
}

.owl-carousel .owl-nav button.owl-prev span{
	font-size:25px;
	    line-height: 32px;
}

.owl-carousel .owl-nav button.owl-next span{
	font-size:25px;
	    line-height: 32px;
}


.owl-carousel .owl-nav button.owl-next {
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    right: -16px;
    top: 40%;
    background: #f4f4f4 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
}


.accordion {
	background-color: #F5F5F5;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-family: 'Inter', sans-serif;
}

/*.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}*/
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:0px;
}
.panel p {
	font-family: 'Inter', sans-serif;
	text-align:left;
	padding:10px 5px;
	font-size:15px;
	margin:0px;
}
.faq_section {
	padding: 110px 0px 40px 0;
	text-align:center;
	background-color: #fff;
}
.faq_heading h2 {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .faq_heading h2::before {
 content:"";
 width:90px;
 height:4px;
 position:absolute;
 bottom:0;
 right:0;
 background: #886433;
 margin: auto;
 left: 0;
}
 .faq_heading h2::after {
 content:"";
 width:10px;
 height:10px;
 position:absolute;
 bottom:-3px;
 right:0;
 background:#fff;
 margin: auto;
 left: 0;
 border-radius:50%;
}





















/*offer section start*/



@keyframes lefttoright {
 0% {
 transform: translate(1em, 0);
}
 100% {
 transform: transform: translate(1em, 0);
}
}
 @keyframes bigtext {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}









/*offer section End*/





@keyframes ripple {
 0% {
 box-shadow: 0 0 0 .3rem rgba(0, 0, 0, 0.3);
}
 100% {
 box-shadow: 0 0 0 4rem rgba(0, 0, 0, 0);
}
}
body {
	background:#F5F5F5;
}
* {
	margin:0px;
	padding:0px;
}
.mb-30 {
	margin-bottom:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-60 {
	margin-top:60px;
}
.modal-title {
	font-family: 'Inter', sans-serif;
	font-size:22px;
	font-weight:700;
	text-align:center;
	color:#000;
	margin:20px 0 20px 0;
	position:relative;
	padding:0;
}
.modal-header {
	border-bottom:0px;
	padding:0px;
}
.modal-header img {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 17%;
}
.modal-body {
	position: relative;
	padding: 0px 15px;
}
.modal-body .form-control {
	border-radius:5px;
	padding:12px 12px;
	height:auto;
	border: solid 1px #dedede;
	margin-bottom:15px;
}
 .modal-body:placeholder {
 font-family: 'Inter', sans-serif;
 font-size:15px;
}
.modal-body .form-control:focus {
	box-shadow:none;
	border: solid 1px #dedede;
}
.modal-body input[type=submit] {
	padding:12px 12px;
	background: #b5882d;
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	border: none;
	width:100%;
}
.modal .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	position: absolute;
	right: 5px;
}
#myHeader {
	background:#d056a3;
}
.sticky {
	position: sticky;
	top: 0;
	width: 100%;
	z-index:9;
}
.navbar-brand img {
    width: 90%;
    display: none;
}
.main-menu {
	padding:5px 0;
	background:#fff;
}
.main-menu .navbar-default {
	background:none !important;
	border:none !important;
}
.navbar-brand {
	height:auto;
	padding:0px !important;
	margin-top:6px;
}
.main-menu .navbar {
	margin-bottom:0px;
}
.main-menu .navbar-nav li a {
	font-family: 'Inter', sans-serif;
	font-size:16px;
	font-weight:700;
	transition:1s;
	color:#000;
}
.main-menu .navbar-nav {
	margin-top:7px;
}
.main-menu .navbar-nav li a:hover {
	color:#e9bd0a !important;
}
.main-menu .navbar .btn {
	background:#00798a;
	margin-top:0px;
	border:#00798a solid 1px;
}
.main-menu .navbar .btn:hover {
	border:#000 solid 1px;
	background:none;
	color:#000 !important;
}
.main-menu .navbar .btn a {
	color:#fff !important;
	padding:5px 8px !important;
	font-family: 'Inter', sans-serif;
	font-size:15px;
	font-weight:700;
}
/*Broucher animated button start*/



.mobile-view {
	display:none;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*Broucher animated button end*/









.slider .item.active:after {
	display:none;
}
.slider_content {
    background:#9a2b59eb;
    padding: 50px 20px 50px 20px;
    text-align: center;
    position: absolute;
    top: 10%;
    right: 10%;
    width: 25%;
	border: #fff solid 4px;
}
.slider_content h4 {
	font-family: 'Inter', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	color:#fff;
	margin:0px 0 0px 0;
	padding: 10px 0 20px 0;
}

.slider_content h4 span{
	display:block;
	font-size:35px;
	font-weight:900;
	margin-top: 8px;
	color:#facc0e;
}

/*.slider_content h4 span strong {
    font-size: 15px;
    font-weight: 500;
}*/

.slider_content a {
	background:#e9bd0a;
	padding:8px 30px;
	font-size:25px;
	color:#fff;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	margin-top:25px;
	border-radius:30px;
	margin-bottom:25px;
}
.slider_content a:hover {
	text-decoration: none;
	background:#000;
}
.slider_content h1 {
	font-size:34px;
	font-weight:900;
	text-align:center;
	margin:0px 0 0px 0;
	padding: 0 0 15px 0;
	font-family: 'Inter', sans-serif;
	color:#fff;
	line-height:36px;
}

img.Mobsli {
    display: none;
}


.slider_content h1 span {
	color:#00798a;
}
.slider_content ul {
	margin:0px 0 0 0;
	padding:0px;
	text-align:left;
}
.slider_content h3 {
	padding:0px;
	color:#fff;
	font-size:20px;
	font-family: 'Inter', sans-serif;
	margin:0px;
	font-weight:500;
}

.slider_content h3 i{
	background:#fff;
	color:#00798a;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:22px;
	border-radius:50%;
	margin-right:5px;
	
}
.slider_content ul li span {
	display:block;
	font-family: 'Inter', sans-serif;
	font-weight:700;
	color:#e9bd0a;
	    font-size: 30px;
}
#offerModal .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	position: absolute;
	right: 5px;
}
#offerModal h5 {
	color:#d69e00;
}
.slider_content p {
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#fff;
	margin:0px;
	line-height:25px;
 W
}
.slider_content h5 {
	font-family: 'Inter', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#fff;
	margin:10px 0 10px 0;
	padding: 12px 5px;
	background: #886433;
}
.slider_content h6 {
	font-family: 'Inter', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#fff;
	margin:10px 0 10px 0;
	padding:  12px 8px;
	background:#48270a;
	line-height:22px;
}
.slider_form {
	background:#fff;
	padding: 25px 0 25px 0;
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	    margin-top: -6%;
    position: relative;
}
.slider_form h3 {
	font-family: 'Inter', sans-serif;
	font-size:22px;
	font-weight:700;
	text-align:center;
	color:#00798a;
	margin:0px 0 25px 0;
	padding: 0 0 0px 0;
}
.slider_form .form-control {
	    border-radius: 5px;
	padding:10px 12px;
	height:auto;
	margin-bottom:15px;
	background:none;
	border:#aeaeae solid 1px;
	box-shadow: none;
	color:#00798a
}

::placeholder {
      Color: #aeaeae !important;
      opacity: 1 !important;
      /* Firefox */
    }

 .slider_form .form-control::placeholder {
 font-family: 'Inter', sans-serif;
 font-size:15px;
 color:#fff;
}
.slider_form .form-control:focus {
	box-shadow:none;

}
.slider_form input[type=submit] {
	padding:10px 12px;
	background: #b5882d;
	color:#fff;
	
	font-size:16px;
	border: none;
	width:100%;
	font-weight:500;
	font-family: 'Inter', sans-serif;
	border-radius:5px;
}
.slider_form .btn:focus {
	outline:none;
}
/*.slider_heading{margin-bottom:50px;}

.slider_heading h1{font-family: 'Inter', sans-serif; font-size:45px; color:#FFFFFF; text-align:center; font-weight:700;}

.slider_heading p{font-family: 'Inter', sans-serif; font-size:22px; color:#FFFFFF; text-align:center;}*/





.short_detail {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 25px;
}
.short_detail_box {
	border: solid 1px #585858;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background:#fff;
	padding: 25px;
 box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	min-height: 120px;
}
 .short_detail_box::before {
 content: "";
 border: #932E00 dotted 1px;
 position: absolute;
 top: 10px;
 right: 10px;
 bottom: 10px;
 left: 10px;
}
.short_detail_box h3 {
	font-family: 'Inter', sans-serif;
	font-size:22px;
	font-weight:700;
	color:#000;
	margin:0;
	padding:0px;
	text-decoration: underline;
}
.short_detail_box p {
	font-family: 'Inter', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#000;
	margin:0;
	padding:5px 0 0 0;
	z-index:1;
}
.short_detail_box p a {
	background:#886433;
	color:#fff;
	padding:5px;
	margin-top:5px;
	display: inline-block;
	border-radius:3px;
}
.short_detail_box p a:hover {
	text-decoration:none;
}
.about {
}


.overview-section{
	padding:90px 0;
}

.about .row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_content p {
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#000;
	margin:0px;
	line-height:32px;
	padding-bottom:10px;
	text-align:justify;
}
.about_content h2 {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding:0 0 10px 0;
}
.about_content h3 {
	color:#886433;
	font-family: 'Inter', sans-serif;
	font-weight:700;
	font-size:35px;
	margin:45px 0 15px 0;
	padding:0px;
	text-align:left;
}
.about_content h1 {
	color:#b5882d;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	margin:0px 0 0px 0;
	padding:0px;
	text-align:left;
	position:relative;
	
}



.about_content h4 span {
	color:#00798a;
	font-weight:400;
}
.abt_img img {
	border-radius:25px;
	    outline: 3px solid #00798af0;
    outline-offset: 5px;
}



.call-action{
	background:#00798a;
	padding:2% 0;
	text-align:center;
	position:relative;
}

.call-action::after{
	content:"";
	background:#b5882d;
	position:absolute;
	top:0;
	left:0px;
	width:15%;
	height:100%;
}

.call-action h2{
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	margin:0px 0 0px 0;
	padding:0px;
	text-transform: uppercase;
}



.download-brochure{
	background:#b5882d;
	color:#fff;
	padding:12px 40px;
	margin-top:30px;
	border-radius:10px;
	font-family: 'Inter', sans-serif;
	display:inline-block;
	font-size:16px;
	font-weight:700;
}

.download-brochure:hover, .download-brochure:focus{
	color:#fff;
	text-decoration:none;
}

.our_aminities_section {
	padding: 90px 15px 90px 15px;
	text-align:center;
	background:#f4f4f4;
	margin-bottom:15px;
}
.aminities_content ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
	margin-top: 30px;
}
.aminities_content ul li {
	display: grid; /*grid-template-columns: 50px auto; grid-column-gap: 20px;*/
	font-size:18px;
	font-family: 'Inter', sans-serif;
	padding: 15px 0;
	background: #00798a;
	color:#fff;
}
.our_aminities_section h4 {
	color:#b5882d;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	margin:0px 0 0px 0;
	padding:0px;
	text-align:left;
	position:relative;
}


.dot-line{
	margin-bottom:25px;
}


.aminities_content h4 span {
	color:#00798a;
	font-weight:400;
}
.aminities_img_bg img {
	border-radius:25px 25px 25px 25px;
}


.aminities_img_bg{
	
}

.aminities_img_bg h3 {
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-weight:500;
	font-size:17px;
	margin:0px 0 0px 0;
	padding: 10px 15px 10px 15px;
	text-align:center;
	    position: absolute;
    bottom: 0px;
    right: 0;
	background:#000000c7;
	width:100%;
	border-radius:0px 0px 25px 25px;
}

.our_project_gallery_section {
	padding: 90px 0px 90px 0px;
	text-align:center;
	background-color: #f4f4f4;
	margin-bottom:15px;
}
.our_project_gallery_section h4 {
	color:#b5882d;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	margin:0px 0 0px 0;
	padding:0px;
	text-align:left;
}
.our_project_gallery_section h4 span {
	color:#00798a;
	font-weight:400;
}
.our_project_gallery_section ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	margin-top: 30px;
}
.our_project_gallery_section ul li {
	display: grid; /*grid-template-columns: 50px auto; grid-column-gap: 20px;*/
	border:#ddd solid 1px;
	padding:3px;
	border-radius:5px;
}
.our_project_gallery_section ul li img {
	border-radius:5px;
}
.our_ongoing_project_section {
	padding: 110px 0px 40px 0;
	text-align:center;
	background-color: #fff;
}
.our_ongoing_project_heading h2 {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .our_ongoing_project_heading h2::before {
 content:"";
 width:90px;
 height:4px;
 position:absolute;
 bottom:0;
 right:0;
 background: #886433;
 margin: auto;
 left: 0;
}
 .our_ongoing_project_heading h2::after {
 content:"";
 width:10px;
 height:10px;
 position:absolute;
 bottom:-3px;
 right:0;
 background:#fff;
 margin: auto;
 left: 0;
 border-radius:50%;
}
.our_ongoing_project_section .item {
	border:#dbdbdb solid 1px;
	padding:5px;
	min-height: 275px;
	margin-bottom: 30px;
}
.our_ongoing_project_section .item h3 {
	color: #886433;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	padding: 15px 0 5px 0;
}
.our_ongoing_project_section .item p {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin: 0;
	padding: 0px;
}
#higlits {
	padding: 110px 0px 40px 0;
	text-align:center;
	background-color: #F5F5F5;
}
.higlights_heading h2 {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .higlights_heading h2::before {
 content:"";
 width:90px;
 height:4px;
 position:absolute;
 bottom:0;
 right:0;
 background: #886433;
 margin: auto;
 left: 0;
}
 .higlights_heading h2::after {
 content:"";
 width:10px;
 height:10px;
 position:absolute;
 bottom:-3px;
 right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
 background:#fff;
 margin: auto;
 left: 0;
 border-radius:50%;
}
#higlits ul li {
	text-align:left;
	list-style:none;
	margin-bottom:0px;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	color: #757272;
	padding-bottom:25px;
	position:relative;
}
#higlits ul {
	margin-top:15px;
	margin-left:25px;
}
 #higlits ul li::before {
 content: "\f101";
 position:absolute;
 top:0;
 left:-20px;
 font-family: FontAwesome;
 color:#932E00;
 font-size:20px;
}
.higlits_box {
	padding:5px;
	text-align:center;
	background:#fff;
	box-shadow: #939393 0px 0px 7px;
	border-radius:0 15px 0 15px;
	position:relative;
}
/*.higlits_box{ padding:30px; text-align:center; background:#fff;     box-shadow: #939393 0px 0px 7px; border-radius:0 15px 0 15px; position:relative;}

.higlits_box::before{border:#932E00 solid 1px; content:""; position:absolute; top:15px; left:15px; right:15px; bottom:15px;}*/

.higlits_box img {
	margin:auto;
}
.higlits_box h4 {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-size:17px;
	margin: 10px 0 0 0;
	font-weight:700;
	padding:0;
}
.higlits_box p {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-size:15px;
	margin: 5px 0 0 0;
	font-weight:500;
	padding:0;
}
.price-box {
	background: #00798a;
	padding:0px 0px 40px 0px;
	text-align:center;
	border-radius:10px;
}
.price-box h1 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    margin: 0px 0 0 0;
    font-weight: 900;
    padding: 15px 0 15px 0;
    text-align: center;
    background: #b5882d;
    border-radius: 10px 10px 0 0;
}
.price-box h3 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin: 50px 0 20px 0;
    font-weight: 500;
    padding: 0px 0 0px 0;
    text-align: center;
    line-height: 36px;
}
.price-box h3 span {
	display:block;
	font-size:20px;
	font-weight:500;
	color:#e9bd0a;
}
.price-box h4 {
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:28px;
	margin: 0px 0 0 0;
	font-weight:700;
	padding:0px 0 0px 0;
	text-align:left;
	line-height: 36px;
}
.price-box h4 span {
	display:block;
	font-size:20px;
	font-weight:500;
	color:#e9bd0a;
}
.price-box a {
	background:#b5882d;
	padding:12px 50px;
	display:inline-block;
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	font-weight:700;
	margin:10px 0 0 0;
	border-radius:10px;
	
}


.price-box a:hover{
	text-decoration:none;
}

.flour_plans_section {
	padding: 90px 0px 90px 0px;
	text-align:center;
	background:#f4f4f4;
}


.flour_plans_section h5 {
	color:#b5882d;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	    margin: 0px 0 0px 0;
	padding:0px;
	text-align:left;
}

.flour_plans_section .item img{
	width:100%;
}



.flour_plans_section h5 span {
	color:#b5882d;
}
.floor-plan-carousel {
	border:#ddd solid 1px;
}
.floor-plan-carousel .item.active:after {
	display:none;
}
.flour_plans_section table {
	width:100%;
	margin-top:50px;
}
.flour_plans_section table tr th {
	background-color: #e9bd0a;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	border:#e9bd0a solid 1px;
}
.flour_plans_section table tr td {
	padding:25px 25px;
	font-size: 16px;
}
.flour_plans_section table tr td a {
	padding:10px 25px;
	font-size:15px;
	background:#e9bd0a;
	color:#000;
	font-family: 'Inter', sans-serif;
	display:inline;
}
.flour_plans_section table tr td a:hover {
	text-decoration:none;
}
.location_advantage_section {
	padding: 90px 0px 90px 0px;
	background-color: #fff;
}
.location_advantage_section h4 {
	color:#b5882d;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	margin:0px 0 0px 0;
	padding:0px;
	text-align:left;
}
.location_advantage_section h4 span {
	color:#00798a;
	font-weight:400;
}

.location_advantage_section ul {
    position: absolute;
    top: 5%;
    right: 5%;
    background: #b5882d;
    margin: 0;
    padding: 30px;
    width: 30%;
}


.location_advantage_section ul li {
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	margin:0px 0 20px 0;
	text-align:left;
}
.location_advantage_section ul li span {
	display:block;
	font-size:15px;
	color:#9b9696;
	font-weight:700;
}
.location_map {
	
	position:relative;
}
.location_map iframe {
	margin-bottom:-5px;
}
.developer_section {
	padding: 50px 0px 50px 0px;
	text-align:center;
	background-color: #f4f4f4;
}
.developer_section h4 {
	color:#b5882d;
	font-family: 'Inter', sans-serif;
	font-weight:900;
	font-size:30px;
	margin:0px 0 0px 0;
	padding:0px;
	text-align:left;
}
.developer_section h4 span {
	color:#00798a;
	font-weight:400;
}
.developer_section p {
	font-family: 'Inter', sans-serif;
	font-size:15px;
	color:#000;
	margin:0px;
	line-height:28px;
	padding-bottom:10px;
	text-align:center;
}
.footer {
	background: #00798a;
	padding:10px 0;
}
.footer p {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-size:14px;
	margin: 0 0 6px 0px;
	text-align:center;
	line-height:18px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	text-decoration:none;
}
.slider_model_box h5 {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-size:30px;
	margin:0;
	text-align:center;
	font-weight:600;
}
.slider_model_box .modal-header p {
	color:#000;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	margin:0;
	text-align:center;
}
.slider_model_box .modal-body {
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px 15px;
}
.slider_model_box form .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: 1px solid #b1acac;
	margin-bottom:15px;
}
 .slider_model_box form input::placeholder {
 font-family: 'Inter', sans-serif;
 font-size:16px;
}
.slider_model_box form .form-control:focus {
	box-shadow:none;
	border: 1px solid #b1acac;
}
.slider_model_box form input[type=submit] {
	padding:12px 12px;
	background:#CC3300;
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:18px;
	border: 1px solid #CC3300;
}
.slider_model_box .modal-header {
	border-bottom:none;
	padding: 15px 15px 0px 15px;
}
.slider_model_box .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	width: 25px;
	height: 25px;
	opacity: 1;
	border-radius: 50%;
}
.sticky_footer {
	background:#ee9b0e;
	padding: 15px 15px 15px 15px;
	position: sticky;
	bottom: 0;
	z-index: 9;
	border-top:#FFFFFF solid 1px;
}
.enquery_form_bg h2 {
	text-align:center;
	color:#000;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size:28px;
	margin:0px;
}
.enquery_form_bg .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: none;
}
 .enquery_form_bg:placeholder {
 font-family: 'Inter', sans-serif;
 font-size:15px;
}
.enquery_form_bg .form-control:focus {
	box-shadow:none;
	border: none;
}
.enquery_form_bg input[type=submit] {
	padding:12px 12px;
	background:#000;
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	border: none;
}

.sticky_whatsapp {
	bottom:8%;
	right:10px;
	z-index:999;
	position:fixed;
}

.sticky_whatsapp i {
    font-size: 24px;
    background: #b5882d;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.sticky-contact i{

    font-size: 24px;
    background: #b5882d;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;

}



.sticky_whatsapp span {
	display:none;
}
.sticky-contact {
	bottom:2%;
	right:10px;
	z-index:999;
	position:fixed;
}
.sticky-contact span {
	display:none;
}
.sticky_contact {
	top:50%;
	right:-48px;
	z-index:999;
	position:fixed;
	background: #e9bd0a;
	padding:10px 10px;
	transform: rotate(-90deg);
	display:none;
}
.sticky_contact a {
	color:#fff;
	font-family: 'Inter', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.sticky_contact a:hover {
	text-decoration:none;
}
.thank_you {
	text-align:center;
	padding:110px 0px;
	background:#f7f7f7;
}
.thank_you i {
	text-align:center;
	font-size:65px;
	color:#00798a;
}
.thank_you h4 {
	text-align:center;
	color:#000;
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size:28px;
	margin:10px 0 10px 0;
}
.thank_you p {
	text-align:center;
	color:#000;
	font-family: 'Inter', sans-serif;
	font-size:18px;
	margin:0px;
	line-height: 31px;
}



 .channel-partner{
 	background:#fff;
	padding:25px 0;
 }  
.channel-partner ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 42px;
}
.channel-partner ul li{
	list-style:none;
}

.channel-partner p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}






















/* lg */ 

@media (min-width: 1200px) {
}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
}



/* sm */

@media (min-width: 768px) and (max-width: 991px) {
}



/* xs */

@media (max-width: 767px) {


.TopRera {
    background: #f8f8f8;
    padding: 7px 7px 7px 7px;
}

.QRCODE p {
    padding: 0px 0 3px 0;
    margin: 0px;
    font-size: 12px;
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 17px;
    font-weight: 500;
}

.RERANUM {
    text-align: right;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 19px;
}

.AccountNUmber {
    text-align: right;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.Reradetl {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 12px;
    margin: 0 0 8px 0;
}
.QRCODE img {
    width: 76px;
}

.QRCODE {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.MOb-content {
	display:block;
}
.MOb-content h4 {
    padding: 0px 10px 5px 10px;
    margin: 0px;
    font-size: 16px;
    color: #b5882d;
    text-align: center;
    font-weight: 700;
}
.MOb-content h5 {
	padding:0px 0 5px 0;
	margin:0px;
	font-size:25px;
	color:#000;
	text-align:center;
	font-weight:700;
} 

.MOb-content p {
	padding:0px 0 5px 0;
	margin:0px;
	font-size:16px;
	color:#b5882d;
	text-align:center;
	font-weight:700;
}

img.first-slide.Desktop {
    display: none;
}

img.Mobsli {
    display: block;
    width: 100%;
}


.AccountDtl  h6 {
    font-size: 14px;
}



.reraHeader h4 strong{
	 font-size: 14px;
    font-weight: 700;
}

.reraHeader h4 {
    padding: 12px 0 12px 0;
    text-align: right;
}

.reraHeader h4 span {
    display: block;
    color: #000000;
    font-size: 11px;
    margin: 0px 0 0px 0;
}





.channel-partner ul {
    display: inherit;
    text-align: center;
}

.channel-partner p {
    font-size: 18px;
    padding: 7px 0 0 0;
}



.slider_form {
    margin-top: -3%;
}

.sticky_whatsapp i {
    font-size: 18px;
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: initial;
}

.sticky-contact i {
   font-size: 18px;
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: initial;
}




.call-action h2 {
   font-size: 16px;
    padding: 0 25px 0 25px;
}

.call-action::after {
width: 10%;
}

.call-action {
    padding: 7% 0;
}

.location_advantage_section ul {
    position: relative;
    top: 5%;
    right: 0%;
    background: #b5882d;
    margin: 0;
    padding: 30px;
    width: 100%;
}

.about_content h1 {
    font-size: 24px;
}

.download-brochure {
    margin-bottom: 15px;
}

.our_aminities_section h4, .our_project_gallery_section h4, .flour_plans_section h5, .location_advantage_section h4, .developer_section h4 {
    font-size: 24px;
}


 .price-box {
 margin-bottom: 15px;
 padding: 30px 30px 30px 40px;
}
 .price-box h1 {
 font-size: 30px;
}
 .price-box h3 {
 font-size: 23px;
 margin: 15px 0 15px 0;
 line-height: 30px;
}
 .price-box h3 span {
 font-size: 16px;
}
 .price-box h4 {
 font-size: 23px;
 margin: 15px 0 15px 0;
 line-height: 30px;
}
 .price-box h4 span {
 font-size: 16px;
}
 .about .row {
 display: inherit;
 justify-content: center;
 align-items: center;
}
.about_content p {
    font-size: 15px;
    line-height: 30px;
}
 .slider_content {
  padding: 15px 20px 15px 20px;
 text-align: center;
 position: inherit;
 top: 0%;
 left: 0%;
 width: 100%;
 border-radius: 0px;
 border:none;
   
}

.slider_content h4 span {
    display: block;
    font-size: 35px;
    font-weight: 900;
    margin-top: 4px;
    color: #facc0e;
}

 .slider_content h1 {
 font-size: 24px;
 font-weight: 900;
 text-align: center;
 margin: 0px 0 0px 0;
 padding: 0 0 8px 0;
 font-family: 'Inter', sans-serif;
 line-height: 32px;
}
 .slider_content a {
 margin-top: 15px;
}
 .slider_content h4 {
 font-size: 18px;
    padding: 0px 0 5px 0;
}
 .slider_content ul li {
 width: 100%;
 margin-bottom: 1px;
}
 .about_content h4 {
 font-size: 26px;
}
 .aminities_content h4 {
 font-size: 26px;
 margin: 25px 0 0px 0;
}
 .our_project_gallery_section ul {
 grid-template-columns: repeat(1, 1fr);
}
 .our_ongoing_project_section .item {
 margin-bottom: 10px;
}
 .developer_section {
 padding: 110px 15px 40px 15px;
}
 .mobile-view {
 background: #00798a;
 color:#fff;
 padding:7px 25px;
 text-align:left;
 display:inline-block;
 position:absolute;
 top:8px;
 right:67px;
 font-size:14px;
 z-index:1;
}
 .mobile-view:hover {
 text-decoration:none;
}
 .mobile-view:focus {
 color:#fff;
 text-decoration:none;
}
 .mobile-view i {
 margin-right:5px;
}
 .navbar-default .navbar-toggle {
 border-color: #00798a;
 background: #00798a;
 color:#fff;
 margin-right: 5px;
 border-radius: 0px;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #fff;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
 background-color: #00798a;
}
 .footer {
 padding: 10px 0 40px 0;
}
 .aminities_content ul {
 display: grid;
 grid-template-columns: repeat(1, 1fr);
 grid-gap: 10px;
 margin-top: 30px;
}

 .short_detail_box {
 margin-bottom: 5px;
}
 .higlits_box {
 margin-bottom: 7px;
}
 .our_project_gallery_section .item {
 margin-bottom: 8px;
}
 .flex_center {
 display: inherit;
 justify-content: center;
}
 .flour_plans_section .item {
 margin-bottom: 8px;
}
 .mob_header button {
 text-align:center;
 color:#fff;
 font-family: 'Inter', sans-serif;
 font-weight:600;
 font-size:18px;
 margin:0px 0 0px 0;
 background:#ee9b0e;
 width:100%;
 border:none;
 padding:10px 0;
}
.navbar-brand img {
    width: 44%;
    padding: 6px 0;
    display: none;
}
 .main-menu {
 padding: 0px 0;
}
 .navbar .pull-right {
 float: left !important;
}
 .enquery_form_bg .form-control {
 margin-bottom:5px;
}
 .modal-header img {
 position: absolute;
 top: 27px;
 left: 12px;
 width: 20%;
}
 .sticky_whatsapp {
 bottom:0;
 left:0px;
 position:fixed;
 width:50%;
 background:#b5882d;
 padding:6px 0 6px 10px;
 border-right:#fff solid 1px;
}
 .sticky_whatsapp img {
 display:inline-block;
 margin-right:20px;
 width:10%;
}
 .sticky_whatsapp a {
 display: flex;
 align-items: center;
 justify-content: center;
 color:#fff;
 font-family: 'Inter', sans-serif;
 font-size:16px;
}
 .sticky_whatsapp span {
 display:block;
}
 .sticky-contact {
 bottom:0;
 right:0px;
 position:fixed;
 width:50%;
 background:#b5882d;
 padding:6px 0 6px 10px;
}
 .sticky-contact img {
 display:inline-block;
 margin-right:20px;
 width:10%;
}
 .sticky-contact a {
 display: flex;
 align-items: center;
 justify-content: center;
 color:#fff;
 font-family: 'Inter', sans-serif;
 font-size:16px;
}
 .sticky-contact span {
 display:block;
}
 .sticky_footer {
 background: #ee9b0e;
 padding: 15px 15px 15px 15px;
 position: sticky;
 bottom: 13px;
 z-index: 9;
 border-top: #FFFFFF solid 1px;
}
}
