
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{
 
}
.overview-links-area{
  position: relative;
  top:-10px;
  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/textareabg.png) 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;
  text-align:center;
}
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------*/

.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;
}
/*-----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;
  }
}


}
.home-section6{
  position: relative;
  background: url(../images/textareabg.png) no-repeat 0 bottom;
  background-size: auto;
  background-size: 100% auto;
}
.home-section6 .col span{
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #cccccc;
  width:74px;
  height:72px;
  margin-bottom: 10px;
}
.home-section6 .col span.light-gray{
  color:#999;
  display:initial;
  justify-content:left;
  border:0px;
  width: auto;
  height:auto;
}
.home-section6 .col p a{
  color:#3e3e3e !important;
  text-decoration: none;
}
.home-section6 .col span img{
  max-width: 32px;
  max-height: 32px;
}
.home-section6 .col p{
  font-size: 0.75rem;
}
