@charset "utf-8";


/**/

* { 
    margin: 0; 
    padding: 0; 

}



body{
	font-family: "Roboto", sans-serif;
	background:#fff;	
	font-size:16px;
	color: #333333;

	}


/*Omni Rich LP CSS*/

.font16{ font-size: 16px; }


.main_nv{
	background: #fff;
	min-height: 90px;
}

/*30 Oct 2023*/

.header_wrapper{
 margin: 0 auto;
 height: 100%;  
}

.fixed-top {
    background: rgb(0, 0, 0) !important;
}

/*slider*/

#bottom-lines {
    display: none;
}

.main_cr{
width: 100%;
background-color: #edfafb;

}


.bg_img{ text-align: left;
position: absolute;
z-index: 123;
top: 0px;
}

.header_text{/*
  position: absolute;
  max-width: 554px;*/
  /*top: 30%;*/
  /*background-color: rgba(0,0,0,0.6);*/
  padding: 12px 60px 20px 60px;
  /*border-radius: 30px;*/
}

.header_text .font16{
color: #000;

}


.header_text h1{
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header_text p{
color: #000;
font-size: 22px;
line-height: 1.15;
font-weight: 500;
margin: 0px;

}

.header_text p span{
color: #000;
font-size: 20px;
line-height: 1.25;
font-weight: normal;
margin: 0px;
}

.header_text > .brochure_link {
    display: inline;
    font-weight: 500 !important;
    padding: 7px 25px 9px 25px !important;
    text-transform: none;
}

.overview .brochure_link {
    display: inline !important;
    font-weight: 500 !important;
    padding: 10px 25px 12px 25px !important;
    text-transform: none;
}

.amenities .brochure_link {
    display: inline !important;
    font-weight: 500 !important;
    padding: 10px 25px 12px 25px !important;
    text-transform: none;
}


.header_text .address{
  color: #fff;
  font-size: 20px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #666;
  /*font-family: "Roboto Condensed", sans-serif;*/
  padding-bottom: 5px;
}




.price{
    font-size: 20px;
    color: #000;
    padding: 15px 0px 10px 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price span{ 
    font-size: 40px;
    font-weight: 700;
    color: #fab421;
    line-height: 1; 
    padding-right: 10.2px;
  }

.lakh{ font-size: 22px !important; color: #000 !important; font-weight: 500 !important; line-height: 1.15;}

sup{
  font-weight: 500;
  top: 0;
  font-size: 32px;
  line-height: normal;
  color: #fab421;

}

.conf_wrap {
    font-size: 18px;
    color: #fff;
    }

.conf_wrap ul{ margin: 0px; padding: 0px; list-style-type: disc; margin-left: 20px;}

/*.conf_wrap ul li{
  list-style-type: none;
  background: url(../images/dot.png) no-repeat 0 50%;
  padding: 0 0 0 15px;
  display: block;
  margin-right: 15px;
  color: #fff;

}*/

tbody, td, tfoot, th, thead, tr {
    text-align: center !important;
}




   .dot {
    background: url(../images/dot.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: 9px;
    }

    .p_conf, .p_address, .p_possession {
    color: #000;
} 

.dot:nth-child(2) {
  background: url(../images/dot.png) no-repeat; width: 10px; height: 10px;
	position: absolute;
    left: -5px;
    top: 34px;
}

.dot:nth-child(3) {
  background: url(../images/dot.png) no-repeat; width: 10px; height: 10px;
	position: absolute;
    left: -5px;
    top:59px;
}

.dot:nth-child(4) {
  background: url(../images/dot.png) no-repeat; width: 10px; height: 10px;
  position: absolute;
    left: -5px;
    top:85px;
}

.cta_top a {
/*-webkit-animation: Gradient 3s ease infinite;
animation-delay: 2s;
-moz-animation: Gradient 3s ease infinite;
animation: Gradient 3s ease infinite;*/
background: #fff;
background-size: 400% 400%;
margin: 13px 0 0 0;
border:#fab421 solid 1px; 
padding: 12px 30px;
color: #fab421;
font-size: 18px;
border-radius: 30px;
display: inline-block;
text-decoration: none; 
font-weight: 600;
}

.cta_top a:hover {
background: #ddd;
border:#ddd solid 1px;
color: #000;
display: inline-block;
text-decoration: none; 
font-weight: 600;
}

.cta_topNew a {
background: #fff;
    background-size: 400% 400%;
    margin: 0px 0 0 0;
    border: #000 solid 2px;
    padding: 6px 20px;
    color: #000;
    font-size: 17px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    background-color: transparent;
}

.cta_topNew a:hover {
background: #ddd;
border:#ddd solid 2px;
color: #000;
display: inline-block;
text-decoration: none; 
font-weight: 500;
}

.buttonGroup{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*@-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%}
}*/

/*.cta_top a{ 
border:#fff solid 1px; 
padding: 15px 30px;
color: #ffffff;
font-size: 18px;
border-radius: 30px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;

 }*/



/*.cta{ margin: 40px 0 0 0;
display: inline-table; }
*/

.cta a{ 
border:#fff solid 1px; 
padding: 15px 30px;
color: #ffffff;
font-size: 18px;
border-radius: 30px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;

 }



 .cta a:hover{ 
 background: #3ab54a; border:#3ab54a solid 1px;

  }




.header_left{
	position: relative;
	left: 0px;

}

.slider_main{
padding: 0px;
margin: 0px;
position: relative;
}


/*slider*/

 .carousel-item { transition: transform 0.5s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.5s;
}


/*USP*/

.usp{  

margin: 25px 0 0 0;
padding: 20px;

  }

.usp_bgimg{
padding: 15px 0px 20px 20px;
  text-align: center;
  margin: 0 0 0 -20px;
}

.gallery_bg{
  padding: 0 40px 0px 0px;
  text-align: center;
  margin: 0 -20px 0 0;
}

.gallery_bg1{
  padding: 0 0px 0px 40px;
  text-align: center;
  margin: 0 0px 0 -20px;
}




.uspimg img{ /*margin: 65px 0 0 15px;*/ max-width: 100%; }

.uspimg1 img{
    margin: 65px 0px 65px 65px; 
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -45%;
    width: 100%;
    height: 100%;
    background: #db9709;
    z-index: 1;
}



.heading1{ /*margin: 80px 0 0 10px;*/ font-weight: 600; font-size: 26px; }


.usplist ul{ margin: 20px 0 0 20px; padding: 0px; margin-bottom: 30px; }


.usplist ul li{   
list-style-type: disc;
padding: 0px 0 5px 0px;/*
margin: 0 0 10px 0;*/
font-size: 17px;
color: #000;
 }

 .usplist ul li img{ 
  height: 30px;
  width: 30px;
 }

 .locAdvantage{
  color: #000;
  line-height: normal;
  margin: 0 0 10px 0;
  font-size: 17px;
  padding: 0px 20px 0px 0px; 
 }


	
.cta1{ 
margin: 40px 0 0 20px;
display: inline-table; }


.cta1 a{ 
padding: 10px 20px;
color: #3ab54a;
font-size: 16px;
border-radius: 20px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  font-weight: 500;
    background-color: #484848;
    color: #fff;
    width: 100%;
    text-align: center;

 }

/* .cta1 a:hover{ 
 background: #db9709;
 color: #fff;

  }*/

  .unitType{  
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
  }



/*Unit Details*/

.unitdetails{
  padding: 80px 0 60px;
}



.tabbg{ 
   margin: 15px 0 0 0px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.tabbg ul{ 
   max-width: 260px;   
}

.unitdetails .nav-item{
  margin: 0 0 0 0px;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
  color: #000 !important;
  font-size: 16px;
padding: 5px 20px 7px 20px;
	font-weight: 500;
  margin-top: 10px;
  border: 1px solid #000;
    border-radius: 0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffff !important;
    background: #000 !important;
    /*border-radius: 50px;*/
    /* padding: 20px 30px; */
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px 7px 20px;
    margin-top: 10px;
}

.testimonial-group .row{
  display: flex;
  justify-content: center;
}

/*.nav-link:hover {
    color: #000 !important;
}*/

.nav-item a{
  text-decoration: none !important;
}


.tab-content{ 
background: #fff;
    /*border-radius: 15px;*/
    padding: 40px 30px 60px 30px;
    /*box-shadow: #dde7df 9px 8px 15px 0px;*/


 }


.heading2{ margin: 5px 0 7px 0; font-weight: 600; font-size: 30px; }
.heading2 span{ font-weight: 400; }

#property1 span{ font-size: 14px; color: #000; font-weight: normal;}
.floorplan img{ max-width: 223px; margin: 20px 0 20px 0; border: 1px solid #d4d4d4;
    padding: 10px 0px;
    background: #fff;}

#property1 .cta1{ margin: 0; display: flex; }
#property2 .cta1{ margin: 0; display: flex; }
#property3 .cta1{ margin: 0; display: flex; }
#property4 .cta1{ margin: 0; display: flex; }
#property1 .cta1 a{ margin: 0 auto;  text-decoration: none; text-transform: uppercase;}
#property2 .cta1 a{ margin: 0 auto; }
#property3 .cta1 a{ margin: 0 auto; }
#property4 .cta1 a{ margin: 0 auto; }

.price_fp{ font-size: 18px; font-weight: 500; margin: 10px 0 0 0; border-top: 1px solid #000;
    padding-top: 8px}
.price_fp span{ font-family: arial; font-size: 18px !important; font-weight: 400;  }
.box_fp{padding: 25px 35px; text-align: left; max-width: 100%; margin: 0 auto; border: 1px solid #b5b4b4; background-color: #f3f3f3; font-weight: 500;}

.box_fp:hover{
  background-color: #db9709; color: #fff !important;
}

.box_fp:hover .unitType{
  color: #fff !important;
}

.box_fp:hover span{
  color: #fff !important;
}

.box_fp:hover .price_fp{
  border-top: 1px solid #fff;
}

.box_fp:hover a{
  background-color: #fff;
  color: #000;
}


.highlight{  
background-color: #fef0d3;
padding: 0px 20px 50px 20px !important;
background-image: url(../images/highlightBG.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #fef0d3 !important;
}

.paddLeft15{
  padding-left: 15px !important;
}

.paddTop{
  padding-top: 40px;
}



.overview{  
background-color: #fff;
/*margin: 50px 0 0 0;*/
padding: 80px 20px 80px 20px;
}

.overviewContent {
    color: #000;
    line-height: 25px;
    margin: 0 0 10px 0;
    font-size: 17px;
    padding: 0px 20px 0px 0px;
}

.overviewContent span{
    color: #4b4b4b;
}

/*Amenities*/


.amenities{  
background-color: #fff;
/*margin: 50px 0 0 0;*/
padding: 80px 20px 80px 20px;

}

.amenities_list {
margin: 10px 0 0 0;

} 

.amenities_list1 {
margin: 25px 0 0 0;

} 

.amn_icon{
border: #db9709 solid 1px;
    padding: 14px;
    max-width: 80px;
    border-radius: 10px;
    text-align: center;
    margin: 0px auto 10px auto;
    transition: transform .7s ease-in-out;
    background-color: #fff;
    
}

/*.amn_icon:hover{
	transform: rotate(360deg);
}*/

.amn_icon img{transition: transform .7s ease-in-out;}

/*.amn_icon img:hover{
	transform: rotate(360deg);
}*/

.box_list{
    min-width: 145px;
    max-width: 200px;
    text-align: center;
    display: inline-grid;
    margin: 40px 40px 0px 0;
}

.box_list:hover{
    transform: scale(1.1);
    transition: transform 1s;
}

.box_list1{
    min-width: 300px;
    max-width: 300px;
    text-align: center;
    display: inline-grid;
    margin: 12px 10px 0px 0px;
    background-color: #fff;
    padding: 20px 40px;
    height: 170px;
}

.box_list1 .amn_icon{
  border: none; 
  padding: 0px;
  max-width: none;
}

.box_list1 .amn_icon img{
  width: 70px; 
}


/**/


.contactus{
background: #fff;
padding: 40px 0 50px;
/*margin-top: 75px;*/

}




/*Footer*/

footer{ background: #e3e5e9; padding: 30px 0;  }

.ft_text{ font-size: 15px; color: #000; text-align: left; padding-top: 0px; font-weight: 500;}

.ft_text p{ font-size: 14px; color: #000; text-align: left; padding-top: 10px; margin-bottom: 0px;}

.ft_text a{ font-size: 14px; color: #000; text-align: left; padding-top: 10px; margin-bottom: 0px; text-decoration: none; color: #0c88df; padding-top: 5px;}

.whitebg{ 
  padding: 20px 10px;
    }

.white_bgcolor{
/*min-height: 97px;*/
}

.logo_ft img{ margin: 0 0 0 0px;}
.logo_ft{ text-align: center; }
/*.whitebg .container{ width: 1370px !important; }*/

.showint img{ max-width: 112%; margin: 10px 0;}


/*Form CSS*/

.formtext h5{ font-size: 24px; }

#enquiryForm1{ padding: 0px; margin: 0px; }

#enquiryForm1 ul{margin: 20px 0 0 0; padding-left: 0px !important;}
#enquiryForm1 ul li{ list-style-type: none; display: initial; position: relative; }

#enquiryForm1 input{ background-color:#fff;
    border: #ccc solid 1px;
    padding: 0 10px 0 15px;
    border-radius: 0px;
    margin: 0 8px 0 0;
    width: 352px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    height: 50px;
}


#enquiryForm1 select{
background: #f2f2f2 ;
    border: #ebebeb solid 1px;
     padding: 0 10px 0 10px;
    border-radius: 25px 0 0 25px;
    width: 122px;
    border-right: none !important;
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 14px;
    margin: 0 0 0 -5px;
    height: 50px;
}


#enquiryForm3 select {
  background: #f2f2f2 !important;
  border: #ebebeb solid 1px !important;    
  padding: 0 10px 0 10px;
  border-radius: 25px 0 0 25px !important;
  width: 122px !important;
  border-right: none !important;
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 14px;
  margin: 0 0 0 -5px;
  height: 50px;
}

#enquiryForm3 .country_list2 {
  border-radius: 0 25px 25px 0 !important;
  margin: 0 0 0 -5px !important;
  border-left: none !important;
  display: initial;
width: 68% !important;
}


/*#enquiryForm1.country_list_sl{ border-right: none !important; border-radius: 25px 0 0 25px; }*/
#enquiryForm1 .country_list2{border-radius: 0  25px  25px 0; margin: 0 0 0 -5px; border-left: none;}




.submitButton{
    background-color: #8ab300 !important;  
    color: #fff;
    text-transform: none;
    width: 185px !important;
    border-radius: 4px !important;
    font-size: 17px !important;

}

.modal{ z-index: 322333 !important; }
/*.btn-close{
background: url(../images/cross.png) no-repeat !important;
text-align: center; width: 18px;
position: absolute;
right: 10px !important;
top: 0px !important;
opacity: 1 !important;


}*/

.modal-header{
width: 100%;
    text-align: center;
    display: initial;
    /*margin: 10px auto 10px;*/
    border-bottom: #ccc solid 0px;
    background-color: #000;
    margin-top: -7%;

}

/*.close_new {
  background: none !important;
}*/


.formheader .formtext p{ font-size: 14px; }


/*Popup Form*/

.modal{--bs-modal-width: 450px !important; background: #000000a6;}


.form_popup{}
.form_popup ul{ margin: 0 !important; padding: 0 !important; }

.form_popup ul li{ width: 100% !important; text-align: center; }


.form_popup input{
width: 100% ;
padding: 0 10px 0 15px !important;
background: #fff !important;
/*margin: 10px 0 10px -1px !important;
*/border: 1px solid #e1e8ec ;
height: 50px;

}
/*
.form_popup select{
	background: #fff !important;
    border: #ebebeb solid 1px ;
    padding: 0 10px 0 10px !important;
    border-radius: 20px ;
    width: 100% ;
    font-family: "Roboto", sans-serif;
     margin: 10px 0 10px 0 !important;
     height: 50px;
}*/



#enquiryForm2 select{
background: #fff !important;
border: #ebebeb solid 1px !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(235, 235, 235);
padding: 15px 0px !important;
/*border-radius: 25px 0 0 25px !important;*/
width: 100%;
border-right: none !important;
font-family: "Roboto", sans-serif;
margin: 10px 0px 10px 0 !important;
color: #939393 !important;
}

#enquiryForm2 .country_list1{border-radius: 0 20px 20px 0 !important; border-left: none !important;}


input:focus {
 outline-style: none !important;
}


.termandc{
  font-size: 10px;
    text-align: center;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 10px;

}


.form_popup .formtext{
	text-align: center !important;

}

.modal-title img{
margin: 5px 0;

}


#submitForm2 {
    background-image: linear-gradient(to right top, #44bf54, #3bb24a, #32a540, #299837, #1f8c2d) !important;
    /* background: #2fa73e !important; */
    color: #fff;
    text-transform: uppercase;
   width: 100% !important;
    border-radius: 30px !important;
    text-align: center;
}


.form_ft{ 
padding: 20px !important;
background: #fff;
max-width: 90%;
margin: 0 auto;
border-radius: 20px;
box-shadow: #dfdddd 0px 2px 11px 0px;
}

.form_ft input{
    width: 99% !important;
    padding: 0 10px 0 15px !important;
    background: #f2f2f2 !important;
    margin: 10px 0 !important;
    min-height: 50px !important;
    border: 1px solid #e1e8ec !important;
    height: 50px;
}

.form_ft select{
    width: 94% !important;
    padding: 0 10 0 10px !important;
    background: #f2f2f2 !important;
    margin: 10px 0 !important;
    min-height: 30px !important;
    border: 1px solid #e1e8ec !important;
    height: 50px;

}

.qrcode img{ margin: 0px 0 0 0; }


.country_list{
width: 29% !important;
    border-radius: 30px 0 0 30px !important;
    border-right: none !important;
    padding: 14px 0 13px 14px !important;
    border: 1px solid #e1e8ec !important;
}



.country_list1{
width: 70% !important;
    border-left: none !important;
    border-radius: 0 30px 30px 0 !important;
    border: 1px solid #e1e8ec !important;
}


#submitForm3 {
    background-image: linear-gradient(to right top, #44bf54, #3bb24a, #32a540, #299837, #1f8c2d) !important;
    /* background: #2fa73e !important; */
    color: #fff;
    text-transform: uppercase;
   width: 100% !important;
    border-radius: 30px !important;
    text-align: center;
}

.formWrap{ /*margin: 15px 0 0 0; */}

.rerano{ font-size: 14px; text-align: center; margin: 15px 0 0 0; }
.line_img{ margin: 110px 0 0 0; }


/*Navigation*/

.navbar-brand{margin: 0px 20px 0 0px;}
.nav-item{margin: 0 0 0 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{ 
padding: 13px 7px 3px;
margin: 0 10px 0 10px;
font-size: 16px;
color: rgba(170,170,170);

}

.navbar-nav { margin: 0 0 0 20px; }

.navbar-expand-lg .navbar-nav .nav-link:hover{ color: #fff; }

.brochure_link{
  /*background: #dddddd !important;  */
  text-transform: uppercase;
  width: 100% !important;
  border-radius: 30px !important;
  text-align: center;
  padding: 7px 15px 6px 15px !important;
  margin-top: 6px !important;
  font-weight: 600 !important; 
  cursor: pointer;
  font-weight: bold;
  color: #000 !important;
  border: 1px solid #000 !important;
  background-color: #8ab300 !important;
  

}







#enquiryThankyou1{ text-align: center; padding: 20px; }

/*Navbar*/
.navbar {
 /* box-shadow: -1px 4px 15px #aaaaaa6e;*/
  border-bottom: 1px solid #4c9aa1;
  background-color: #fff;
}



.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}


.topContectSection{
  background-color: #000;
}

.bottomContectSection {
    background-color: #ddf5f6;
    padding-bottom: 30px;
}

.bottomContectSection .heading1 {
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 600;
    text-align: center;
    margin: 5px;
}

/*.hideMobile{
  display: block !important;
}*/

ul > .ml {
    background: #ddd;
    border-radius: 30px !important;
    padding: 7px 15px 6px 15px !important;
    margin-top: 6px !important;
    cursor: pointer;
    text-align: center;
    font-weight: 450 !important;    
    font-weight: bold;
    color: #000 !important;
    border: 1px solid #ddd !important;
    background-image: #ddd !important;
}


.nav-link1 {
    margin-left: 1px;
    margin-right: 4px;
    color: #000 !important;
    font-weight: 500;
}

.fa-phone:before {
    margin-left: 7px;
}

.brochure_link:hover{ color: #000 !important; background: #8ab300 !important; /*border: #fab421 solid 1px; */}

.btn-close {
    /*background: url(../images/cross.png) no-repeat !important;
    text-align: center;
    width: 18px;*/
    position: absolute;
    right: 15px;
    top: 30px;
}

.modal-content .btn-close{
  top: 19px !important;
  background: url(../images/cross.png) no-repeat !important;
  opacity: 1;
}

@media all and (max-width: 992px) {

  .ft_text{
    text-align: center !important;
    padding-top: 0px !important;
  }
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #fff !important;
  }

  html:lang(ar) .mobile-offcanvas {
    transform: translateX(100%);
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #fff !important;
}

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .nav-cont {
    display: block !important;
    padding-right: auto !important;
    padding-left: auto !important;
  }

  .navbar2 {
    box-shadow: none;
  }
  #navbar_main {
    box-shadow: 0px 3px 17px #00000047;
      margin-top: 0% !important;
    /*width: 80%;*/
  }
  .dropdown-menu {
    border: none;
  }
/*  .nav-item {
    border-bottom: 1px solid #eaeaea;
  }*/
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
color: #34a342 !important;
/*text-decoration: underline !important;*/
/*border-bottom: #34a342 solid 1px;*/
}

.desk{ display: block; }
.mob{display: none; }

.main_nv .container{ width: 1340px !important; }



/**
 * Remove focus styles for non-keyboard focus.
 */
:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/**
 * Cross-browser styles for explicit focus via 
 * keyboard-based (eg Tab) navigation or the
 * .focus-visible utility class.
 */
:focus,
.focus-visible:focus:not(:focus-visible) {
  outline: 0;
  box-shadow:none !important;
}

input:focus{ outline: none !important; }

/*.modal{--bs-modal-margin: 10.75rem;}*/

.modal-content{border-radius: 20px; margin-top: 8%;}


.slider_main .carousel-indicators {
    display: flex !important;
    flex-direction: column !important;
      margin-right: 2% !important;
      bottom: 40% !important;
     left: 82% !important;

}

.slider_main .carousel-indicators [data-bs-target]{
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;

}


.carousel-indicators [data-bs-target]{
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;

}

#enquiryThankyou3{ text-align: center; }
#enquiryThankyou2{ text-align: center; }
#enquiryThankyou1{ text-align: center; }



/**/

/*@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.979;
   
}

.header_text h1{ font-size: 50px;  text-size-adjust: 80%;}
.header_text p{font-size: 18px;}
.header_text{top: 4%;}



}*/





 @media all and (max-width: 1024px) and (min-width: 340px) {

  .gallery_bg{ background: none; margin: 0px; padding: 0px; }

 .header_wrapper{ width: auto; position: static; margin-bottom: 30px;} 

.whitebg{ width: 100%; margin: 0;/*background: #f8f8f8;*/ box-shadow: none; border-radius: 0px; padding: 30px 7px; }
.whitebg1 {
    width: 100%;
    margin: 0;
    /* background: #f8f8f8; */
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 7px 30px 7px;
}

.slider_main{background: #000;}
.navbar-toggler{border: none;width: 29px;height: 21px; border:none !important;}
/*.navbar-brand{width: 45%; margin: 0px 0 0 0px; position: absolute; left: 35px;}*/
.nav-link1 {
    /* margin-left: 5px; */
    /* margin-right: 10px; */
    color: #000 !important;
    font-weight: 500;
}

.fixed-top {
    padding: 15px 0px 15px 0px !important;
}
.navbar-brand img{max-width: 85%; margin: 0 0 0 15px;}
.main_nv{ min-height: auto; }
/*.navbar-brand1{ max-width: 80px; display: none;}*/
.navbar-brand1 img{ max-width: 90%; }
.uspimg img{ max-width: 100%; margin: 0px 0 0 0; }
.navbar-toggler img{margin: -8px 0 0 -5px;}
.header_text{ position: static; padding: 20px 12px 0px; }

.cta_topNew a {
    background: #fff;
    border: #4abfca solid 1px;
    padding: 6px 8px;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    background-color: transparent;
}

.mr20 {
    margin-right: 8px !important;
}

.header_text .font16 {color: #000; font-size: 13px;}
.header_text h1{ font-size: 20px; margin: 0 0 10px; }
.header_text p{ font-size: 16px; line-height: 1.3; margin-bottom: 5px;}
.header_text p span{ margin: 5px 0 0 0; font-size: 15px; }
.price{font-size: 16px; margin: 0px 0 0 0; padding: 10px 0 2px 8px; margin-bottom: 20px;}
.price span{font-size: 29px;}
.lakh{font-size: 20px !important;}

sup { /*top: -0.4em !important;*/ font-weight: normal;  font-size: 30px; font-family: arial; margin-right: -5px;}
.conf_wrap{    margin: 5px 0 0 5px; font-size: 16px;}
.dot{top: 8px;}
.dot:nth-child(2){top: 31px;}
.dot:nth-child(3){top: 52px;}
.dot:nth-child(4){top: 75px;}
.cta{    display: inline-flex; margin: 20px 0 0 0;}
.cta a{padding: 10px 20px; font-size: 16px;}
.desk{ display: none; }
.mob{display: block; width: 100%;} 
.usp{ background: none; margin: 0px 0 40px; padding: 10px 0; }
.tabbg{overflow-x: auto; white-space: nowrap; margin: 0; scrollbar-color: #e0ebe1 #e7f1e8; padding: 0 0 10px 0;}
.termandc{ margin: 15px 0 0 0; }
.tabbg ul{ /*width: 610px !important;*/ margin: 0 0 10px 0; }
.pills-tab .nav-item{display: inline-block !important;}
.tabbg ul .nav-item{ margin: 0px; border: none;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{color: #fff; border: #eba91f;}
.nav-pills .nav-link{border: #eba91f solid 1px; margin: 0 10px 0 0; border-radius: 25px; /*padding: 10px 30px;*/ width: 100%;}
.unitdetails{ padding: 30px 20px; margin-top: 0px; }
.heading2{ font-size: 21px; text-align: center; margin: 0 0 5px 0; }
/*.usp .usplist{width: 800px !important; margin: 0 0 10px 0;}*/
.usplist ul{ margin: 0; margin-bottom: 20px;}
.usplist ul li{ margin: 0 0 5px 18px; font-size: 15px; /*padding: 0px 0 3px 30px; 
  background: url(../images/tick_m.png) no-repeat ;*/}

.cta1{ margin: 30px 0 0 20px;}
.heading1{font-size: 24px; margin: 20px;}
.tab-content{background: none; padding: 0px; box-shadow: none;}
.box_fp{background: #fff; margin: 10px 0 10px 0; width: 100%; }
.amenities{ background: none;  padding: 30px 10px 10px 10px; margin-bottom: 25px;}
/*.usplist:nth-child(2){ display: none; }*/
.amenities_list {  /*overflow-x: auto;  white-space: nowrap;*/ margin: 0 auto; text-align: center; margin: 15px 0 0px 0;}
.box_list{white-space: normal; line-height: 1.1; font-size: 14px; margin: 12px 15px 20px 5px; min-width: 75px; max-width: 75px;}
.amenities .cta1{margin: 30px 0 0 0px;}
.amenities .heading1{ margin: 0px 0 15px 0; text-align: left; font-size: 22px;}
.cta1 a{padding: 10px 20px; font-size: 16px; text-decoration: none;}
.qrcode img {  max-width: 60%;  text-align: center;  display: inline-block;  float: left;}
.rerano {  font-size: 11px;  text-align: left;  margin: 10px 0 0 10px;  max-width: 65%;  display: inline-block;}
.rerano p strong{ display: block; }
.rerano br { margin: 0 0 10px 0; }
.contactus{padding: 35px 0 20px 0; margin: 0px 0 0;}
.ft_text{ font-size: 14px; }
footer{ padding: 15px 0 61px;  }
.country_list{float: left;}

.showint p{ text-align: left; font-size: 13px;  margin: 0px; }
.showint span{ display: block; font-size: 20px; font-weight: 600; }

#enquiryForm1 ul{ padding: 0 !important; }
#enquiryForm1 input{ width: 100%; background: #fff;  margin: 0 0 10px 0;}
#enquiryForm1 select{background: #fff; width: 38%;}
#enquiryForm1 .country_list2{width: 61%; margin: 0 0 10px 0;}
.country_list_sl{padding: 13.5px 10px !important; margin: 0 -4px 0 0px !important;}
#enquiryForm1 .submitButton{ margin: 10px 0 0 0 !important; width: 100% !important; font-size: 18px !important; }
.white_bgcolor #enquiryForm1 input{ background: #fff; margin: 0 0 10px 0; }

.white_bgcolor .country_list_sl{background: #fff !important;
margin: 0 0 10px 0 !important;
border-right: none !important;
border-radius: 25px 0 0 25px !important;
font-size: 13px !important;
padding: 14px !important;
color: #bbb !important;
float: left;
width: 32% !important;
}


.white_bgcolor .country_list2{float: left;
width: 66% !important;
border-radius: 0 25px 25px 0 !important;
border-left: none !important;
padding: 12px !important;}

.white_bgcolor .submitButton{ width: 100% !important; }
#form_alert_NAME1_msg, #form_alert_EMAIL1_msg, #form_alert_NUMBER1_msg{ padding: 0px !important; position: static !important; margin: 0 0 10px 0; }

.blue_btn a{ font-size: 14px;padding: 15px 10px;color: #fff;text-decoration: none;
display: block;  }

.blue_btn1 a{ font-size: 14px;padding: 15px 10px;color: #fff;text-decoration: none;
display: block;  }

#ft_cta{display: none;}
.mob_btn{ display: block !important; }

.green_btn a{ font-size: 18px; padding: 10px 10px; color: #fff; text-decoration: none; display: block;  }

.ft_cta{ position: fixed; bottom: 0; width: 100%; left: 0; right: 0;text-align: center; background: #0078db; display: flex; z-index: 999;}

.blue_btn{  background: #25d366; width: 50%;}

.blue_btn1{  background: #0078db; width: 33%; position: relative;}

.green_btn{ background-color:#0078db; width: 100%;}
.navbar-nav{ margin: 0px; }
.nav-item{ margin: 0px; }

.ml { 
    border-radius: 30px !important;
    padding: 2px 4px 2px 4px !important;
    cursor: pointer;
    text-align: center;
    font-weight: 450 !important; 
    color: #000 !important;
    background-image: linear-gradient(to right, #ddd, #ddd, #ddd) !important;
    font-size: 14px;
    margin-right: 6px;
}

.navbar-brand {
    margin: 0px 0px 0 0px;
    width: 45%;
    position: fixed;
    left: 40px;
}

.mobile-offcanvas .navbar-brand img{margin-top: -15%; background: #fff !important; 
    padding: 0 10px; left: 0%; border: 1px solid #ddd; margin: 0 0 0 10px;}

.mobile-offcanvas .navbar-brand{
  position: inherit !important;
  width: 100% !important;
}



.navbar-expand-lg .navbar-nav .nav-link{padding: 15px 10px; margin: 5px 0 0 0; color: #000;}

.testimonial-group > .row {
  overflow-x: auto;
  white-space: nowrap;
  display: inherit;
}

.testimonial-group > .row > .col-lg-3 {/*
  display: inline-block;*/
  float: none;/*
  max-width: 78%;*/
  padding: 5px;
}

.floorplan{ max-width: 180px; text-align: center; margin: 0 auto; }
.floorplan img{ max-width: 100%; }
.qrcode img{ margin-top: 0px; }

/*#property1 .row{overflow-x: auto; white-space: nowrap;}
#property1 .row > .col-lg-3 {display: inline-block;   float: none;}*/

/* #property1{ width: 1000px; }*/

.termandc strong{ font-weight: 400; }
.modal-dialog{background: #fff; height: 100vh;}
.modal-content{ border-radius: 0px; border:none; }

.modal-content{ margin-top: 0%;}


/**
 * Remove focus styles for non-keyboard focus.
 */
:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/**
 * Cross-browser styles for explicit focus via 
 * keyboard-based (eg Tab) navigation or the
 * .focus-visible utility class.
 */
:focus,
.focus-visible:focus:not(:focus-visible) {
  outline: 0;
  box-shadow:none !important
}

input:focus{ outline: none !important; }


.slider_main .carousel-indicators{ 
  display: initial !important;
 bottom:0 !important; 
 margin-right: 15% !important; 
  margin-left: 15% !important; 
left: 30% !important;
}


.carousel-indicators [data-bs-target]{
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;

}

.cta_top a{padding: 12px 30px;}


table thead {
                display: none;
            }

            table tr {
                display: flex;
                flex-direction: column;
                border: 1px solid #6c757d;
                padding: 0px;
                margin-top: 15px;
            }


            table td[data-label] {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                font-weight: 500;
            }

            table td[data-label]::before {
                content: attr(data-label);
                color: #000;
                font-weight: 700;
                width: 42%;
            }

            .table>tbody>tr>td {
                vertical-align: middle !important;
                height: 75px !important;
            }

            





 }


 

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .testimonial-group > .row > .col-lg-3{
max-width: 39%;   }

#enquiryForm1 .country_list2{width: 82%;}
.rerano{max-width: 100%; font-size: 15px;}


}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {

body{ font-size: 14px; }

  .navbar-expand-lg .navbar-nav .nav-link{ font-size: 14px; padding: 13px 4px 3px;
margin: 0 7px 0 0;}
.whitebg{ max-width: 1170px; }
#enquiryForm1 input{ width: 290px; height: 50px; }
.header_text h1{ font-size: 36px; }
.header_text .font16{ font-size: 12px; }
.header_text p{ font-size: 15px; }
.price{ font-size: 18px; padding: 14px 0 10px 0; margin: 8px 0 0 0; }
.price span{font-size: 42px;}
.p_conf{ font-size: 15px; }
.p_address{font-size: 15px; }
.p_possession{font-size: 15px; }
.dot{top: 5px;}
.dot:nth-child(2){top: 29px;}
.dot:nth-child(3){top: 51px;}
.header_text{top: 7%; left: 8%;}
.whitebg{  padding: 12px 10px; margin: -15px auto 0 auto;}

.cta{  margin: 29px 0 0 0;}
sup{font-size: 23px;}

.box_list{margin: 40px 25px 0px 0;}
#enquiryForm3 .country_list2{width: 64% !important; height: 50px;}
.navbar-brand{margin: 4px 20px 0 -20px;}

.header_text h1{ font-size: 24px; }

.cta_top a{ padding: 10px 12px; }

.usplist ul li{ font-size: 17px; }
.usp {  background: url(../images/amenities_bg.png) no-repeat 40px 15px, url(../images/dotted_img.png) no-repeat 32% 99%;
}

.amenities {
  background: url(../images/amenities_bg.png) no-repeat 100% 4%, url(../images/dotted_img.png) no-repeat 68% 92%;
}



}



/*Thank You Page CSS*/

.enquiryThankyouNew{
    padding-top: 8% !important;
    font-size: 24px;
}

.enquiryThankyouNew a{
    font-weight: 600;
}

.thankyouPage .cLogo img{
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    border: 1px solid #ebebeb;
}

.thankyouPage .thankMsz{
    margin-top: 20px
}

/*slick*/
.card-slider {
  /*max-width: 960px;*/
  margin: 0 auto;
  /** Main link */
  /** Product title */
  /** Product image */
  /** Product description */
  /** Floating "sale" badge */
  /** Price */
  /** Rating */
  /** "30 reviews" link next to stars */
  /** Hover state = add box shadow, underline the title */
}


.slick-slide .card{
  margin-left: 0px;
}


@media screen and (max-width: 1024px) {
  .card-slider {
    width: 80%;
  }
}
.card-slider .slick-prev-icon,
.card-slider .slick-next-icon {
  color: black;
}
.card-slider .slick-slide {
  padding: 0 10px;
}
.card-slider .card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  /*height: 250px;*/
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s linear;
}
@media screen and (max-width: 600px) {
  .card-slider .card {
    height: auto;
  }
}
.card-slider .card .main-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.card-slider .card .main-link:focus {
  outline: none;
}
.card-slider .card .main-link:focus .title {
  outline: 3px dashed orange;
  outline-offset: -4px;
  color: royalblue;
  text-decoration: none;
}
.card-slider .card .title {
  color: #000;
  margin: 0;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  font-weight: normal;
}
.card-slider .card .title:hover {
  text-decoration: none;
}
.card-slider .card .image {
  /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
  order: -1;
  position: relative;
  /*height: 100px;
  padding: 2px;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-slider .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.5);
  transition: all 0.3s ease-in-out;
}
.card-slider .card .image:hover img {
  width: 110%;
  height: 110%;
  scale: 1.25;
}
.card-slider .card .description {
  margin: 7px 10px 15px 10px;
  font-size: 14px;
  opacity: 0.8;
}
.card-slider .card .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #c80000;
}
.card-slider .card .price {
  padding-left: 10px;
}
.card-slider .card .price .new-price {
  font-weight: bold;
}
.card-slider .card .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}
.card-slider .card .rating {
  margin: 10px 0 15px 10px;
  color: orange;
  font-size: 12px;
}
.card-slider .card .rating .reviews-link {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 5px;
}
.card-slider .card .rating .reviews-link:hover {
  color: black;
}
.card-slider .card .rating .reviews-link:focus {
  color: royalblue;
  outline: 3px dotted royalblue;
  outline-offset: 2px;
}
.card-slider .card:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.card-slider .card:hover .image img,
.card-slider .card:focus .image img {
  filter: grayscale(0);
}
.card-slider .card a:focus {
  outline: none;
}

.News {
    padding: 35px 0px 35px 0px;
    background-color: #fef0d3;
}

.benefits {
    padding: 35px 0px 50px 0px;
    background-color: #fef0d3;

}

.details {
    padding: 40px 0px 45px 0px;
    background-color: #f8f8f8;
}

.aboutDevloper {
    padding: 40px 0px 40px 0px;
    background-color: #f8f8f8;
}

.Clients{
  padding-top: 60px;
    padding-bottom: 60px;
    background-color: #edfafb;
}

.benefits {
    padding: 35px 0px 50px 0px;
    background-color: #fef0d3;
}


.dropdown-item:hover {
  color: #fff !important;
  background: #000 !important;
}





@media all and (max-width: 1024px) and (min-width: 340px) {
        
								
								
								.enquiryThankyouNew{
            padding-top:30% !important;
            font-size: 20px;
        }

        .thankyouPage .cLogo img {            
            padding: 5px;            
        }

        .thankyouPage .thankMsz {           
            font-size: 18px;
            line-height: 24px;
        }
}

.pl35{
  padding-left: 35px !important;
}

.mr20{
  margin-right: 20px;
}

.mr35{
  margin-right: 30px;
}

.iconTransform{
  transform: rotate(90deg) !important;
  margin-right: 10px !important;
  color: #000 !important;
  display: inline-block !important;
    width: 45px !important;
    line-height: 45px !important;
    text-align: center !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #fff !important;
    font-size: 18px !important;
    margin-left: -4px !important;
}

.iconTransform:hover{
  color: #fff !important;
}
.fa-phone-alt:before, .fa-phone-flip:before:hover{
  color: #fff !important;
}

/*.brochure_link{
  color: #000 !important;
}*/

.brochure_link:hover{
  /*color: #fff !important;*/
  background-color: fff !important;
  border: 1px solid #fff !important;
}

.ml:hover {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}


.listing{
  margin: 60px 0 0 0;
}

.box_wrapper {
  position: relative;
}

.box {
  /*padding: 10px 10px 50px;*/
  border: #e1e0e0 solid 1px;
  /*border-radius: 6px;*/
  margin: 0 0 60px 0;
  background-color: #f8f6f6;
}

.p_img img {
  width: 100%;
  /*border-radius: 5px;*/
}

.p_name {
  color: #333333;
  padding: 15px 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.p_price {
  color: #c29b72;
  padding: 10px 0 15px 5px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: #e2e2e2 solid 1px;
}

.conf_wrap {
  font-size: 14px;
  background-color: #000;
  margin-top: 16px; 
  /*margin-left: 14px; */
  padding: 10px 15px;
  border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #ddd;
}

.conf_wrapNew {
  font-size: 15px;
  margin-top: 12px; 
  padding: 10px 15px 0px 0px;
}

.conf_wrapNew ul{
  padding-left: 18px;
}

.conf_wrap h3{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.conf_wrapNew h3{
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta a {
  background: #fff;
  padding: 12px 20px;
  text-decoration: none;
  color: #000;
  border: #c89961 solid 1px;
  position: absolute;
  bottom: -20px;
  text-align: center;
  left: 18%;
  right: 18%;
  min-width: 168px;
  border-radius: 30px;
  font-size: 16px;
  z-index: 123;
  transition: 0.3s;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 1.4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

#popup-heading{
  text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 24px;
    color: #fff !important;
    padding: 15px;
    /*border: 1px solid #dddddd;*/
}

.popupLogo{
  text-align: center;
  padding-bottom:20px;
} 

.modal-content .modal-body{
  padding-top: 0px !important;
}

.popupLogo img{
  border: 1px solid #dadada; 
  margin-top: 30px;
} 

.projectName {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  line-height: normal;
  padding: 0px;
}

.projectLoction {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  padding-top: 5px;
}

.propertyType {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  padding-top: 5px;
}

.propertyPrice {
  font-size: 22px;
  color: #e09803;
  font-weight: 600;
  line-height: normal;
  padding-top: 15px;
}

.contentWrapper{
  padding: 35px 15px 28px 20px;
}

.ctaButton{
  margin-top: 30px;
}

.ctaButton a {
    background: #413f3f;
    padding: 12px 22px;
    text-decoration: none;
    color: #fff;
    border: #413f3f solid 1px;
    text-align: center;
    min-width: 168px;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
}

.ctaButton a:hover {
    background: #fab421;
    border: #fab421 solid 1px;
    color: #000;
}

.ml10{
  margin-left: 10px;
}

.possessionStatus{
   font-size: 16px;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  padding: 5px 15px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fab421;
  border: #fab421 solid 1px;
}

.card{
  
  width: 75%;
  margin: 0 auto !important;
  margin-top: 10% !important;
}

.qrcode .card{  
  width: 95%;
  margin: 0 auto !important;
  margin-top: 5% !important;
}

.card .form-group label {
    width: 100%;
    background-color: #f6f6f4;
    border-radius: 50px;
    padding: 5px 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .form-group .form-control {
    background-color: transparent;
    border: none;
    outline: none;
}

.formFieldsContainer {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.contact-body{
  padding: 35px 25px;
}

.gradient {    
    border-radius: 10px !important;
    background-color: #8ab300 !important;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px !important;
    font-size: 18px;
    font-weight: 600 !important;
    border: 1px solid #dddddd !important;
    /*background-image: linear-gradient(to right, #45b5c0, #55d2de, #7ff2fd) !important;*/
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75) !important;
    color: #fff !important;
}

select {
    width: 100%;
    background: transparent;
    border: none;
    padding: 8px;
}

.unit{
    /*display: flex;
    border: 1px solid #eba91f;
    max-width: 300px;*/
}

.unit p{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    padding: 10px 15px 0px 15px;
    margin-bottom: 8px;
}

.card-subtitle {
    font-weight: 700;
    padding-bottom: 0px;
    font-size: 18px;
    color: #000;
}

.topForm{
  position: absolute;
  top: 8%;
  right: 0.5%;
}

.topForm .card{
  width: 72%;
}

.about_us p{
  font-size: 17px;
  line-height: 25px;
}

.aboutDevloper p{
  font-size: 17px;
  line-height: 25px;
  margin-top: 12px;
}


.contentWrapper .conf_wrap{
  text-shadow: none !important;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #eba91f;
    border-bottom: #eba91f solid 1px;
}

.dropdown-menu.show {
    display: block;
    background-color: #000;
}

.dropdown-item {
    color: #fff !important;
    line-height: 38px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.555em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}


.dropdown-item:active{
    color: #eba91f !important;
    border-bottom: #eba91f solid 1px !important;
    background-color: transparent;
}

.contactus .contact-body{
  padding: 20px 20px 30px 20px;
}


/*.page-item:not(:first-child) .page-link {
     margin-left: calc(var(--bs-border-width) * -0); 
}*/

.active > .page-link, .page-link.active {
    z-index: 3;
    background-color: #27262d !important;
    border: 1px solid #27262d !important;
    border-radius: 50%;
    margin-right: 5px !important;
    margin-left: 5px !important;
    color: #fff !important;
    font-size: 15px;
    height: 36px;
    width: 36px;
}

.page-link {
  color: #27262e !important;
  margin-right: 5px !important;
  margin-left: 5px !important;  
  font-size: 15px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

#pagination-demo li:first-child {
  display: none;
}

#pagination-demo li:last-child {
  display: none;
}

.downloadBtn button{
    background: #fff !important;
    border-radius: 30px !important;
    text-align: center;
    padding: 8px 20px !important;
    color: #000 !important;
    border: #fff solid 1px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    cursor: pointer;
}

.downloadBtn button:hover{
    background: #fab421 !important;
    color: #fff !important;
}

#accordionExample{
  margin-top: 31px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.accordion button {
  font-size: 17px;
  font-weight: bold;
}

.mb25{
  margin-bottom: 20px;
}

.modal-header{
  border: none !important;
  border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
    font-size: 20px !important;
}

.slick-prev {
    left: 10px !important;
}
.slick-next {
    right: 5px !important;
}

/*.iconTransform {
    color: #fff !important;
}*/

.slick-next, .slick-prev {
    z-index: 100 !important;
    height: 50px !important;
    width: 50px !important;
}

/*.slick-prev .slick-prev-icon:before {
    content: "<" !important;
    color: #fff;
}

.slick-next .slick-next-icon:after {
    content: ">" !important;
    color: #fff;
}

.slick-next .slick-next-icon:before {
    content: ">";
    display: none;
}*/

.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #000;
    padding-top: 7px;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  display: none !important;
}

.slick-initialized .slick-slide {
    margin-right: 15px;
    text-align: center;
    margin: 0 auto;
}

.slick-slide img{
  margin-left: auto;
  margin-right: auto;
}

.slick-initialized .slick-slide {
  margin-right: 20px;
}

.Clients .card .image{
  /*padding: 35px 0px 35px 0px;*/
  background-color: #fef0d3;
  border: 1px solid #dddddd;
  /*border-radius: 6px; */
}

.Clients .card .image img{
  /*border-radius: 6px;*/
  background-color: transparent;
  width: 100%;
}

.Clients .slick-prev {
    left: -42px !important;
    top: 50%;
}

.Clients .slick-next {
    right: -1.75% !important;
    top: 50%;
}




.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     border-radius: 0px; 
}

/*.subHeading span{
  font-size: 18px;
  line-height: normal;
  border-bottom: 1px solid #db9709;
}*/



.img-border {
    position: relative;
    height: 100%;
    min-height: 460px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #dddddd;
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

.img-border1 {
    position: relative;
    height: 100%;
    min-height: 460px;
}

.img-border1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 3rem;
    right: 0rem;
    bottom: 3rem;
    border: 5px solid #dddddd;
    border-radius: 6px;
}

.img-border1 img {
    position: absolute;
    top: 3rem;
    left: 0rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

.subHeading{
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #4b4b4b;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 0;
}

.subHeading::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 8px;
    left: 95px;
    background: #4b4b4b;
    z-index: -1;
}

.subHeading::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    top: 16px;
    left: 95px;
    background: #4b4b4b;
    z-index: -1;
}

.subHeading1{
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #4b4b4b;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 0;
}

.subHeading1::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 8px;
    left: 100px;
    background: #4b4b4b;
    z-index: -1;
}

.subHeading1::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    top: 16px;
    left: 100px;
    background: #4b4b4b;
    z-index: -1;
}


.subHeading2{
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #4b4b4b;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background-color: transparent;
  z-index: 0;
}

.subHeading2::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 8px;
    left: 212px;
    background: #4b4b4b;
    z-index: -1;
}

.subHeading2::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    top: 16px;
    left: 212px;
    background: #4b4b4b;
    z-index: -1;
}

.areaPricing {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f0f0f4;
}



.floorPlan {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.floorPlan .heading1{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.floorPlan .brochure_link {
    display: inline !important;
    font-weight: 500 !important;
    padding: 10px 25px 12px 25px !important;
    text-transform: none;
}

.fpImg{
  text-align: center;
}


.floorPlan .gallery_bg {
    padding: 0 45px 0px 0px;
    text-align: center;
    margin: 0 -20px 0 0;
}

.fpImg-border img{
    height: 100%;
    max-height: 415px;
    cursor: pointer;
				width: 100%;
}


.floorPlanheading{
    box-sizing: border-box;
    z-index: 99;
    background: #fff;
    position: relative;
}

.floorPlanheading .subHeading{
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #dddddd;
  font-weight: 500;
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 0;
}

.floorPlanheading .subHeading::before{
  display: none;
}

.floorPlanheading .subHeading::after{
  display: none;
}

.floorPlanheading span{
    box-sizing: border-box;
   /* z-index: 99;*/
    background: #fff;
    position: relative;
				color:#4b4b4b
}

.floorPlanheading .subHeading span::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    top: 8px;
    left: -30%;
    background: #4b4b4b;
    z-index: -1;
}

.floorPlanheading .subHeading span::after {
    position: absolute;
    content: "";
    width: 270px;
    height: 2px;
    left: -64%;
    top: 16px;
    background: #4b4b4b;
    z-index: -1;
}




.floorPlanheading .heading2 {
    margin: 0px;
    font-weight: 600;
    font-size: 30px;
}






.areaPriceheading{
    box-sizing: border-box;
    z-index: 99;
    background: #f0f0f4;
    position: relative;
    margin-bottom: 40px;
}

.areaPriceheading .subHeading{
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #dddddd;
  font-weight: 500;
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 0;
}

.areaPriceheading .subHeading::before{
  display: none;
}

.areaPriceheading .subHeading::after{
  display: none;
}

.areaPriceheading span{
    box-sizing: border-box;
    /*z-index: 99;*/
    background: #f0f0f4;
    position: relative;
				color:#4b4b4b;
}

.areaPriceheading .subHeading span::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 2px;
    top: 8px;
    left: -22%;
    background: #4b4b4b;
    z-index: -1;
}

.areaPriceheading .subHeading span::after {
    position: absolute;
    content: "";
    width: 270px;
    height: 2px;
    left: -34%;
    top: 16px;
    background: #4b4b4b;
    z-index: -1;
}

.areaPriceheading .heading2 {
    margin: 0px;
    font-weight: 600;
    font-size: 30px;
}

.apImg-border img{
    height: 100%;
    max-height: 290px;
    cursor: pointer;
}

.areaPricing .brochure_link {
    display: inline !important;
    font-weight: 500 !important;
    padding: 10px 25px 12px 25px !important;
    text-transform: none;
}

.locationUsp .brochure_link {
    display: inline !important;
    font-weight: 500 !important;
    padding: 10px 25px 12px 25px !important;
    text-transform: none;
}


.table>thead {
    vertical-align: middle !important;
}

.table>thead>tr>th {
    background-color: #000!important;
    color: #fff !important;
    height: 80px;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
    height: 123px;
}




.custom-thead {
    background-color: #f8f9fa; /* Set your desired background color */
    height: 109px; /* Set the desired height of table header */
  }

  .custom-tr {
    height: 100px; /* Set the desired height of table rows */
  }


.videoTour {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #fff;
}

.videoTour .heading1{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #4b4b4b;
    text-align: center;
    margin-bottom: 15px;
}




.headingClients{
    box-sizing: border-box;
    z-index: 99;
    background: aliceblue;
    position: relative;
}

.headingClients .subHeading{
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #dddddd;
  font-weight: 500;
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 0;
}

.headingClients .subHeading::before{
  display: none;
}

.headingClients .subHeading::after{
  display: none;
}

.headingClients span{
    box-sizing: border-box;
    /*z-index: 99;*/
    background: aliceblue;
    position: relative;
				color:#4b4b4b;
}

.headingClients .subHeading span::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    top: 8px;
    left: -30%;
    background: #4b4b4b;
    z-index: -1;
}

.headingClients .subHeading span::after {
    position: absolute;
    content: "";
    width: 220px;
    height: 2px;
    left: -64%;
    top: 16px;
    background: #4b4b4b;
    z-index: -1;
}

.headingClients .heading2 {
    margin: 0px;
    font-weight: 600;
    font-size: 30px;
}

.slick-slider{
  margin-bottom: 10px !important;
}

.client-slider .card{
  border: none;
}

.client-slider .card p{
    margin: 0px;
    background-color: #edfafb;
    font-size: 18px;
    padding: 12px 0px 15px 0px;
    font-weight: 400;
    line-height: normal;
}

.headingClientsSlider .brochure_link {
    /*display: inline !important;*/
    font-weight: 500 !important;
    padding: 10px 25px 12px 25px !important;
    text-transform: none;
    width: 240px !important;
    margin: 0 auto;
}



.clientLogo{
  text-align: center;
}

.formHeading{
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.ml5{
  margin-left: 4%;
}

.padd0 {
    padding: 0px !important;
}

.locationBG{
  background-color: #edfafb;
  padding: 70px 0 30px 0;
}

.locationMap{
  background-color: #fff;
}

.uspimg{
  /*padding-left: 30px !important;*/
} 


.carousel-control-next, .carousel-control-prev {
    opacity: 1!important;
    border-radius: 50%;
    background-color: #000 !important; 
    height: 55px !important;
    width: 55px !important;
    font-size: 20px;
    font-weight: 100 !important;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    /*color: #000 !important;
    text-decoration: none;
    outline: 0;*/
    /*opacity: .9;*/
    /*background-color: #fff !important;*/
}

.carousel-control-prev {
    left: 96.5% !important;
    top: 84% !important;/*
    margin-bottom: 5px !important;*/
}

.carousel-control-next {
    left: 96.5% !important;
    top: 73% !important;
}

/*.qrcode1{
  background-color: #f6f6f4;
}*/

.bottomStrip::before {
    position: absolute;
    content: "";
    bottom: 0%;
    width: 100%;
    height: 14%;
    background: #db9709;
    z-index: 1;
    right: 0%;
}

/*.hideMobile{
  display: inline-grid;
}*/

.fa-arrow-left:before {
    content: "\f060";
    font-size: 24px;
}

.fa-arrow-right:before {
    content: "\f060";
    font-size: 24px;
}

 @media all and (max-width: 1024px) and (min-width: 340px) {




.fa-arrow-left:before {
    content: "\f060";
    font-size: 17px;
}

.fa-arrow-right:before {
    content: "\f060";
    font-size: 17px;
}

  .listing {
      margin: 30px 0 0 0;
  }


  .slick-initialized .slick-slide{
    margin-left: 7px !important;
    margin-right: 7px !important;
  }


  .projectName {
    font-size: 22px;
}


  .slick-initialized .slick-slide {
     margin-right: 0px; 
}

  .slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
    font-size: 14px !important;
}

/*.navbar>.container{
  margin-top: -95%;
}*/

/*.main_nv .container {
  margin-top: -90%;
}*/

.navbar-toggler-icon{
  display: none !important;
}

.navbar_main{
  margin-top: -80% !important;
}




.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
    height: 40px;
    width: 40px;
    padding-top: 11px;
}
  .carousel-item {
      margin-top: 12%;
  }
  .slick-next {
    right: 10px !important;
}

  .topForm {
      position: relative;
      top: 9px;
      right: 0;
  }

  .header_text .address {
      color: #fff;
      font-size: 22px;
      line-height: normal;
      margin-top: 20px;
      font-family: "Roboto Condensed", sans-serif;
      margin: 0px 0px 15px 0px;
      padding-bottom: 10px;
  }

  .downloadBtn{
    margin-top: 15px;
    }
  

  .unit p {
      font-size: 28px;
      margin-bottom: 0px;
    }

    .unit {
      max-width: 259.5px;
  }

/*  .conf_wrap ul li {
    display: block;
  }*/

  .conf_wrap {
      padding-left: 15px;
      margin: 10px 0 0 5px;
      font-size: 14px;
      position: relative;
  }

  .contact-body {
      padding: 20px 20px 40px 20px;
  }

  .topForm .card {
      width: 100%;
      border-radius: 0px;
      border: 0px;
  }

  .nopadding {
     padding: 0 !important;
  }

  .tabbg {
    margin: 20px 0 15px 0px;
    background-color: #f4f4f4;
    border-radius: 0px; 
    padding: 15px 10px 10px 10px;
  }

  .ctaButton a {
    padding: 10px 14px;
}

.box {
    margin: 0 0 20px 0;
}

.card {
    margin-top: 20px;
    margin-bottom: 9px;
    width: 90% !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    margin-top: 0px;
    border-radius: 5px;
}

.modal-content{
  border: none !important;
}

.fa-envelope{
  margin-right: 10px;
}

.about_us p {
    font-size: 16px;
    margin-bottom: 14px;
}

.box_wrapper {
  position: relative;
  max-height: 642px;
}

.contentWrapper .conf_wrap{
  text-shadow: none !important;
}



.contentWrapper {
    padding: 20px 15px 28px 20px;
}

/*.about_us{
  border-bottom: 1px solid #b5b5b5;
}*/


.details {
    padding: 35px 0px 10px 0px;
}
.qrcode{
  margin-top: 30px !important;
}

.dropdown-menu.show {
    display: block;/*
    background-color: #fff;*/
}

.dropdown-item {
    color: #000;
    line-height: 30px;
}

.Clients {
    padding-bottom: 35px;
    padding-top: 5px;
}

.headingClients .heading2 {
    margin: 0px;
    font-weight: 600;
    font-size: 22px;
}

.slick-next, .slick-prev {
    height: 40px !important;
    width: 40px !important;
    top: 50% !important;
}



.card{
  margin-left: 0px;
}

.center{
  margin-right: auto;
  margin-left: auto;
}

.contentWrapper .conf_wrap{
  font-size: 15px;

}

  .tabbg ul li:first-child{
    width: 100%;
  }


  .tabbg ul li:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .tabbg ul li:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }

  .tabbg ul li:nth-child(4) {
    width: 100%;
    margin-top: 10px;
  }

  .tabbg ul li:last-child{
    width: 100%;
    margin-top: 10px;
  }

  .wFull{
    width: 100%;
  }

  #carouselExampleIndicators .carousel-indicators{
    display: none !important;
  }

  .iconTransform {
    transform: rotate(90deg) !important;
    margin-right: 10px !important;
    color: #fff !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    font-size: 16px !important;
    background: none !important;
    line-height: 0px !important;
    margin-left: 0px !important;
    width: auto !important;
}

.clientLogo {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subHeading {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 0px !important;
    margin-top: 25px;
}

.Clients .slick-prev {
    left: 2px !important;
    display: none !important;
}

.Clients .slick-next {
    right: 2px !important;
    top: 55%;
    display: none !important;
}

.locationBG {
        
        background-color: #edfafb;
        padding: 30px 0 30px 0;
    }

.locationUsp .heading2{
  font-size: 22px;
    text-align: left;
    margin: 0 0 5px 0;
}

.usp_bgimg {
    padding: 0px;
    margin: 0 auto;
    margin-top: 33px;
}

.amenities .subHeading{
  margin-top: 20px;
}

.locationUsp .subHeading{
  color: #fff;
  padding-top: 20px;
}

.locationUsp .subHeading span {
    border-bottom: 1px solid #fff;
}

.uspimg {
     padding-left: 0px !important; 
     padding-right: 0px !important
}

.qrcode1 {
    padding-bottom: 0px !important;
}

.overview .heading1{
    margin-right: 0px;
    margin-left: 0px;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: left;
}

.overview {
    padding: 20px 15px 40px 15px;
}

.areaPricing {
    padding-top: 2px;
    padding-bottom: 35px;
    background-color: #f0f0f4;
}

.areaPriceheading .heading2 {
    margin: 0px;
    font-weight: 600;
    font-size: 15px;
}

.areaPriceheading {
    margin-bottom: 15px;
}

.overviewContent {
    padding: 0px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0px;
}

.img-border {
    min-height: 250px;
    position: inherit;
    height: 100%;
}

.img-border::before {
  display: none;
}

.img-border::after {
  display: none;
}

.img-border img {
     position: inherit; 
    top: 0;
    left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover; 
    border-radius: 6px;
}

.amenities_list1 {
    margin: 0px 0 0 0;
}

.highlight .heading1{
    margin-right: 0px;
    margin-left: 0px;
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align:center; 
}

.box_list1 {
    min-width: 160px;
    max-width: 160px;
    text-align: center;
    display: inline-grid;
    margin: 12px 5px 0px 5px;
    background-color: #fff;
    padding: 20px 7px;
    height: 180px;
}


.highlight {
    background-image: none;
    background-color: #fef0d3 !important;
}

.about-img::before{
  display: none;
}

.uspimg1 img {
    margin: 0px 0px 35px 0px;
    max-width: 100%;
    position: relative;
    z-index: 0;
    padding: 0px 15px;
}

.gallery_bg1 {
    margin: 0 0px 0 0;
    padding: 0 0px 0px 0px;
}

.bottomStrip::before{
  display: none;
}

.hideMobile{
  display: none;
}

#amenities .carousel-item{
  margin-top: 0%;
}

.amenities .uspimg{
  padding-left: 0px;
  padding-right: 0px;
}

.overview .carousel-item{
  margin-top: 0% !important;
}

.carousel-control-prev {
    left: 78% !important;
}

.call_btn {
    background: #25D366;
    width: auto;
    position: fixed;
    bottom: 8%;
    right: 0%;
    border-radius: 15%;
    margin-bottom: 5px;
    margin-right: 5px;
}

.call_btn a {
    font-size: 14px;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.fa-whatsapp:before {
    content: "\f232";
    font-size: 20px;
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
  display: none !important;
}

.videoTour {
    padding-top: 5px;
}

.fpImg-border img {
    width: 100% !important;
    min-height: 250px;
}


.pl35 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.areaPricing .brochure_link {
               display: inline !important; 
              font-weight: 500 !important;
              padding: 5px 25px 8px 25px !important;
              text-transform: none;
              margin: 0 auto !important;              
          }

.areaPricing .tableBtn {
    display: inline-grid;
    justify-content: center;
    align-items: center;
}


.areaPricing .padd {
    padding: 15px 25px
}

#popup-heading {
    font-size: 20px;
    padding: 12px;
    /*border: 1px solid #dddddd;*/
}


.floorPlan {
    padding-top: 2px;
    padding-bottom: 45px;
    background-color: #fff;
}

.floorPlanheading .heading2 {
    font-size: 15px;
}

.floorPlan .heading1 {
    font-size: 20px;
}

.floorPlan .gallery_bg {
    padding: 0 0px 0px 0px;
    text-align: center;
    margin: 0 0px 0 0;
}

.img-border1::before {
  display: none;
}

.img-border1::after {
  display: none;
}

.img-border1 img {
    position: inherit;
    top: 3rem;
    left: 0rem;
     width: 100%; 
     height: 100%; 
    object-fit: cover;
    border-radius: 6px;
}

.img-border1 {
    min-height: 250px;
    position: inherit;
    height: 100%;
}

.videoTour .heading1{
    font-size: 22px;
}

.bottomContectSection .heading1{
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}

.bottomContectSection {
    padding-bottom: 10px;
}



/*.navbar>.container{
    margin-top: -35%;  
}*/

.hideMobile{
  display: none;
}



}



 @media all and (max-width: 374px) and (min-width: 340px) {
  .box_list1 {
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    display: inline-grid;
    margin: 12px 5px 0px 5px;
    background-color: #fff;
    padding: 20px 7px;
    height: 180px;
}

 }
	
	
	
	
@media screen and (max-width: 1500px){
.frameheight{ height:340px !important;}
}



@media (max-width:1280px){
    .frameheight {
        height: 340px;
    }
}



.frameheight{ height:375px;}




