@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');
*{
  margin: 0px;
  padding: 0px;
}
body,p{  
  font-family: "Poppins", sans-serif;
  font-weight: 400;  
  color:#3e3e3e;  
}
p{
  /*margin:0;*/
  padding:0;
}
span.light-gray-txt{
  word-break: break-word;
  color:#999;
  font-weight: 400;
}
.navbar-brand img{
  max-width: 65px;
}
.ph-no, .footer-bottom, .footer-bottom p{
  font-size: 0.75rem;
}
.nav-item a{
  white-space: nowrap;
}
.ph-no{
  color:#c96868;
}
.underline{
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.form-control{ 
  font-size:0.875rem; 
}
.form-control::placeholder {
  color:#cccccc;
  opacity: 1; 
}
.form-control::-ms-input-placeholder { 
  color: #cccccc;
}
.sml-txt{
  font-size: 0.788rem;
}
.txt-wht{
  color:#fff;
}
.org-txt{
  color:#e76f51;
}
.gray-txt{
  color:#3e3e3e !important;
  font-weight: 400;
}
h1{
   font-size: 2.375rem;    
}
h2{
  font-size: 2rem;  
}
h3{
  font-size: 1.313rem;  
}
h4{
  font-size: 38px;  
}
h5{
  font-size: 28px;  
}
h6{
  font-size: 22px;  
}
.sticky-top {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.wrapper{
  display: block;
  margin: 0 auto;
  width:94%;
  max-width:1260px;
}
.banner-area, .banner-bot-area, .home-section7-area{
  display: flex;
}
.banner-bot-area{  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0px 0px;
    margin-top: 0px;
  margin-top: -1px;
}
.banner-col1, .banner-bot-col1, .home-section7-col1,
.home-section10-col1{
  width:62.5%;
}
.banner-col2, .banner-bot-col2, .home-section7-col2,
.home-section10-col2{
  width:37.5%;
}
.banner-bot-col1{
  padding: 10px 40px;
}
.banner-bot-area h2,
.home-section3 h2{  
  color:#ff885b;
  font-weight: 300;
}
.banner-bot-area h3,
.home-section2 h3,
.home-section4 h3,
.home-section5 h3, 
.home-section6 h3,
.home-section7 h3,
.home-section8 h3,
.home-section9 h3,
.home-section10 h3,
.home-section11 h3,
.home-section12 h3{  
  color:#ff885b;  
}
.plan-heading{
  display: flex;
}
.plan-heading p{
  padding-bottom: 20px;
  flex-grow: 1;
}
.form-area{
  padding:20px;
  background-color: #D3D3D3;
}
.btn1{
  background:#fccd2a;
  color:#3e3e3e;
  transition: all .3s ease;
}
.btn1:hover{
  background:#FCCD2A;
  color:#3e3e3e;
  transition: all .3s ease;
}
a.btn2{
  position: relative;    
  display: inline-block;
  padding: 5px 20px;
  background:#fccd2a;
  color:#3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s ease;
}
a.btn2:hover{
  display: inline-block;
  padding: 5px 20px;
  background:#FCCD2A;
  color:#3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s ease;
}

.btn-padd1{
  padding-right: 50px !important;
}
a.btn2 i{
  position: absolute;
  right:10px;
  top:10px;  
}
.home-section4{
  position: relative;
  background:url(../images/text-area-bg2.jpg) no-repeat 0 bottom;
  background-size: cover;
}
.wht-box, .wht-box2{
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding:20px;
  box-sizing: border-box;
  top:-50px;
  background:#fff;
  border:1px solid #cccccc;
}
.home-section9-label-area,
.emi-row
{
  display: flex;
  flex-direction: row;  
  justify-content: space-between;
}
a.filter-btn{
    display: inline-block;
    padding:5px 10px;
    background:#fff;
    color:#3e3e3e;
    text-decoration: none;
    border:1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s ease;
}
a.filter-btn:hover{
    display: inline-block;
    padding:5px 10px;
    background:#fccd2a;
    color:#3e3e3e;
    text-decoration: none;
    border:1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s ease;
}
a.filter-btn img{
  margin-right: 7px;
  max-width:15px;
}
ul.amenities-area{
  margin:0;
  padding:0;
  list-style: none;
}
ul.amenities-area li{
  background:url(../images/bullet1.png) no-repeat 0 12px;
  padding:10px 0 10px 30px;
}
.home-section7-col1,
.home-section10-col1{
  padding-right: 20px;
}
.home-section8-inner{
  background:url(../images/text-area-bg3.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 5%;
}
.home-section8 h3.big-txt{
    font-size: 1.875rem;
    color:#fccd2a;
}
p.big-txt2{
  font-size: 1.063rem;
}
.progress-bar-area{
  padding-bottom: 40px;
}
.progress{
  height:10px;
}
.bar-color{
  background:#e76f51;
}
.loan-btn-area img{
  max-width: 130px;
}
.home-section10{
  background:#f1f1f1;
}
#project-slider.owl-carousel .owl-nav button,
#project-slider2.owl-carousel .owl-nav button,
#project-slider3.owl-carousel .owl-nav button{
  position: absolute;
  top: 34%;
  z-index: 10;  
  font-size: 0px;
  display: block;
  width: 30px;
  height: 30px; 
} 
#project-slider.owl-carousel .owl-nav button.owl-next,
#project-slider.owl-carousel .owl-nav button.owl-next:hover,
#project-slider2.owl-carousel .owl-nav button.owl-next,
#project-slider2.owl-carousel .owl-nav button.owl-next:hover,
#project-slider3.owl-carousel .owl-nav button.owl-next,
#project-slider3.owl-carousel .owl-nav button.owl-next:hover{
  font-size: 0px;
  top:-50px;
  right: 10px;
  background:url(../images/arrow-next.png) no-repeat top center;
  background-size: 30px 30px;
}
#project-slider.owl-carousel .owl-nav button.owl-prev,
#project-slider.owl-carousel .owl-nav button.owl-prev:hover,
#project-slider2.owl-carousel .owl-nav button.owl-prev,
#project-slider2.owl-carousel .owl-nav button.owl-prev:hover,
#project-slider3.owl-carousel .owl-nav button.owl-prev,
#project-slider3.owl-carousel .owl-nav button.owl-prev:hover{
  font-size: 0px;
  top:-50px;
  right: 50px;
  background:url(../images/arrow-next.png) no-repeat top center;
  transform:scaleX(-1);
  background-size: 30px 30px;
}
.home-section11{
  background:#e6e5e5;
}
.home-section11 i{
    color:#c96868;
    font-size: 18px;
    margin-right: 5px;
}
.lft-padd{
  padding-left: 25px;
}
.home-section11 .form-control{
  padding-top:8px;
  padding-bottom: 8px;
}
.btn-no-curve{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.overview-links-area{
  position: relative;
  top:-90px;
  padding: 0 40px;  
}
.overview-links-area a{
  color:#3e3e3e;
  text-decoration: none;
  margin-right: 30px;
}
.icon-boxes-area{
  background:#fff;
  padding:0px 40px;
}
.icon-box-text-part{
   display: flex;
  flex-wrap: wrap;    
}
.home-section2{
  position: relative;
  background: url(../images/text-area-bg.jpg) no-repeat 0 bottom;
  background-size: auto;
  background-size: 100% auto;
}
.home-section2 .col span{
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #cccccc;
  width:74px;
  height:72px;
  margin-bottom: 10px;
}
.home-section2 .col span.light-gray{
  color:#999;
  display:initial;
  justify-content:left;
  border:0px;
  width: auto;
  height:auto;
}
.home-section2 .col p a{
  color:#3e3e3e !important;
  text-decoration: none;
}
.home-section2 .col span img{
  max-width: 32px;
  max-height: 32px;
}
.home-section2 .col p{
  font-size: 0.75rem;
}

.wht-box2{
  border:0;
  padding-top: 40px;
  top:0px;
}
.icon-boxes-area,
.wht-box2 {
    border-bottom-right-radius: 100px;
}
.icon-boxes-area {
    padding-top: 10px !important;
    border: 1px solid #cccccc;
}
footer{
  background:url(../images/footer-bg.jpg) no-repeat 0 bottom;
  background-size: cover;
}
footer h3{
  color:#fccd2a;
  font-weight: 400;
}
footer ul{
  list-style: none;
  margin:0;
  padding:0;
}
footer ul li a{
  color:#fff;
  text-decoration: none;
}
.footer-bottom{
  padding:10px 0;
  background:#fff;
  color:#3e3e3e; 
}
.footer-bottom a{
  color:#3e3e3e;
  text-decoration: none;
}
.social-icon-area{
  margin-top: 15px;
}
.social-icon-area a{
  margin-right:1px; 
}
.social-icon-area a img{
  width:100%;
  max-width: 27px;
}
.right-border{
  border-right:1px solid #ccc;
}
.gray-bg{
  margin-top: 6px;
  box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.24);
  background: #f1f1f1;
}
.floor-plan-area{
  display: flex;
  align-items: top;  
}
.floor-img-area{
  width:70%;
}
.floor-img-area img{
  width: 100%;
  max-width: 550px;
}
.floor-txt-area{
  padding-top: 50px;
  width:29%;
}
/*------nested tab class start------*/
.myTabs{
    margin:25px auto;
    max-width: 100%;
}
.myTabs .tabsContent{
    width: 100%;
}
.myTabs .tabsTitle{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}
.myTabs .tabsTitle .tabButton{
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background-color: #f4f4f4;
    color:#7f7f7f;              
    margin: 0;
    padding: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;            
}
.myTabs .tabsTitle .tabButton:hover{
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background-color: #fff;
    color:#7f7f7f;
    transition: all .3s ease-in-out;          
}
.myTabs .tabsTitle .tabButton.active{
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background-color: #ff885b;
    color:#fff;            
    margin: 0;
    padding: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    transition: all .3s ease-in-out;  
}
.myTabs .tabsTitle .tabButton:first-child{
   
}
.myTabs .tabsContent .tabContent{
    background-color:#ffffff;
    padding:25px;
    font-size:12px;
    display: none;
}
.myTabs .tabsContent .tabContent img{
  display: inherit;
  margin: 0 auto;
}
.myTabs .tabsContent .tabContent.active{
    display: block;
}

.myTabs .tabsContent .tabContent.submain{
    padding:10px 0 0;
}
.myTabs .tabsContent .tabContent.submain .tabsTitle{
    width: 100%;
    margin:10px auto;
    border-bottom: 0px;
}
.myTabs .tabsContent .tabContent.submain .tabsTitle .tabButton{
    border:0px;
    border-bottom: 3px solid #fff;
    color:#7f7f7f;
    background-color:#ffffff;
    border-bottom: 1px solid #e6e6e6;
}
.myTabs .tabsContent .tabContent.submain .tabsTitle .tabButton.active{
    border-bottom: 3px solid #ff885b;
    color:#ff885b;
}
.myTabs .tabsContent .tabContent.submain .tabsTitle .tabButton:hover{
    border:0px;
    border-bottom: 3px solid #ff885b;
    color:#7f7f7f;
} 
/*------nested tab class end------*/
.boxsec {
  margin: 10px 0px;
  padding: 10px;
  width: 100%;
  min-height: 76px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.boxsectext, .boxsec1text span {
  font-size: 80% !important;
}
.boxsec1text p {
  font-size: 60%;
}
.contsec {
  padding: 5px;
}
.similarhead {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.similartext1 {
  font-size: 12px;
  margin-bottom: 15px;
}
.similartext2 {
  text-overflow: ellipsis; 
  width:90%; 
  white-space: nowrap;
  overflow:hidden;
  font-size: 12px;
}
.similartext3 {
  font-size: 11px;
  color: #9b9b9b;
}
.similartext4 {
  font-size: 14px;
  font-weight: bold;
}
.floor-plans .modal-dialog{
  width: auto;
  max-width: 50%;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.floor-plans .modal-header button{
  font-weight: 400;
  margin-top: 0px;
  display: block;  
  background: #ff885b;
  box-shadow: none;
  border:0px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.floor-plans .modal-header button span{
  position: relative;
  top:-1px;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
}
.floor-plans .modal-header h6.modal-title{
    color:#ff885b;
}
/* new style start 12-06-24 onwards---*/
.slider {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      box-sizing: border-box;
      height: 0;
    }

    .slider-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.7);
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

     .slider {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      box-sizing: border-box;
      height: 0;
    }

    .slider-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.7);
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }



    /*------------*/
  .clickcont{
    z-index: 100;
  }  
  #banner-mid-slider, .bannerimagssec{
    overflow: hidden;
  }  
  #banner-mid-slider.owl-carousel .owl-nav button{
  position: absolute;
  top: 45%;
  z-index: 10;  
  font-size: 0px;
  display: block;
  width: 30px;
  height: 30px;  
}
#banner-mid-slider button.owl-next, #banner-mid-slider button.owl-prev{  
  
}   
#banner-mid-slider.owl-carousel .owl-nav button.owl-next,
#banner-mid-slider.owl-carousel .owl-nav button.owl-next:hover{
  font-size: 0px;
  right: 0px;
  background:url(../images/arrow-next-new.png) no-repeat 12px 9px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px;
}

#banner-mid-slider.owl-carousel .owl-nav button.owl-prev,
#banner-mid-slider.owl-carousel .owl-nav button.owl-prev:hover{
  font-size: 0px;
  left: 0px;
  background:url(../images/arrow-next-new.png) no-repeat 12px 9px;
  transform:scaleX(-1);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px;  
}
/* new style end 12-06-24 onwards---*/
/*-----back to top start------*/

.back-to-top {
  position: fixed;
  display: none;
  background:transparent; 
  border:1px solid #ff885b; 
  right: 30px;
  bottom: 30px;
  z-index: 11;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  transition: all .4s ease;
}
.back-to-top:hover {
  background:#ff885b; 
  border:1px solid #ff885b;
  color:#fff; 
  cursor: pointer;
  transition: all .4s ease;
}
.back-to-top i{
  color:#ff885b;
  transition: all .4s ease;
}
.back-to-top:hover i{
  color:#fff;
  transition: all .4s ease;
}
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
/*-----back to top end------*/
@media screen and (min-width: 992px){
  /*.nav-item.dropdown:hover > .dropdown-menu{
    display: block !important;
  }*/
}
@media screen and (max-width: 1190px){
  ul.header-rgt-menu {  
    white-space:normal;
  }
}
@media screen and (max-width: 575px){  
  .mobile-center1 img,
  .mobile-center1 h5,
  .mobile-center1 .btn3
  {
    text-align: center;
    margin:0 auto;
    display: flex;
    justify-content: center;
  }
  .webinar-engagement-section3.mobile-center1 h5{
    flex-direction: column;
  }
  .btn-area1{
    margin: 30px 0;
  }
  .floor-plans .modal-dialog{
    width: auto;
    max-width: 96%;
    min-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
