
.ceo img{
    float: left;
    max-height: 200px;
    min-height: 200px;
    border-radius: 30px;
    padding-right: 20px
}

.ceo h4{
    padding-bottom: 2px;
    font-size: 16px;
    color: #A77400
}

.team img{
    width: 100%;
}

.filter{ 
    padding-top: 10px;
    padding-bottom: -5px;
    box-sizing: content-box;
    margin: 10px;
}

#community-summary .available-units h5{
    padding-bottom: 0;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #009933;
}

#community-summary h4{
    color: #436600;
}

#community-summary h6{
    color: #436600;
}

#community-summary h6 i{
    color: #F30D20;
}

#community-summary .available-units ul{
    list-style: square !important;
}

#community-summary .available-units ul li{
    line-height: 1.8em;
    border-bottom: solid 1px #f7f7f7;
}

#community-summary .available-units ul li span{
    float: right
}

#community-summary .buttons{
    padding-bottom: 10px;
}

#community-summary .community-image-holder{
    box-sizing: content-box;
    max-height: 350px;
    position: relative;
}

#community-summary .community-image-holder img{
    width: 100%;
    height: 350px
}
  
#community-summary .community-image-holder .image-thumbnail{
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: solid 3px #f7f7f7;
    margin-top: 10px;
}

#community-summary .community-image-holder .image-thumbnail img{
    max-height: 50px;
}



#tabs{
	background: #f7f7f7;
    color: #000;
}
#tabs h6.section-title{
    color: #436600;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #D5F3DE;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 15px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000000;
    font-size: 15px;
}

.map{
    min-height: 150px;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.floorplan{
    box-sizing: content-box;
    padding: 10px;
}

.floorplan img {
    width: 100%;
}

/* span, ul{
 line-height: 30px !important;
} */

.title li{
    list-style: square !important;
    padding-Left: 10px;
    margin-left: 20px;
}


    
.enquiry p{
    line-height: 2em;
    padding-top: 10px;
  }
  
  .enquiry span{
    color: #436600;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
  }
  
  .titles ul li{
    margin-right: 10px;
    display: inline-block;
    list-style: square;
  }
  
  .inventory ul li{
    margin-left: 10px;
    list-style: square;
  }
  
  
  
  .features{
    margin-top: 10px
  }
  
  .features h5{
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px;
  }
  
  
  .features ul{
    list-style:  square;
    padding-left: 20px;
  }
  
  .features .icon i{
    font-size: 20px;
    border-radius: 50%;
    border: solid #436600 2px;
    padding: 10px;
    text-align: center;
    color: #436600
  }
  
  .features h6{
  color: #436600;
  font-size: 14px;
  margin-bottom: 0px;
  }
  
  .features h6 small{
    color: #ff0000;
    font-size: 10px;
    }
  
  .asset-image{
    margin-top: 10px;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 10px;
    border: 2px solid #f7f7f7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  
  .asset-image img{
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
  }
  
  form .control-label{
    font-size: 1em;
  }
  
  .details p{
   color: #000000!important
  }

  
.realty-header h4{
    margin-bottom: 3px;
    color: #436000;
  }
  
  .realty-header{
    background: #ffff;
    padding: 10px 5;
    /* margin-bottom: 5px; */
  }
  
  .realty-header .btn{
    margin-bottom: 5px;
  }
  
  .realty-header h6{
    color: #ff3000;
    margin-bottom: 3px;
  }