.project-single {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #EB4848;
}
.project-head {
    position: relative;
    text-align: center;
}
.remove-button{
    position: absolute;
    right: 2%;
    top: 2%;
    color: white;
    background: #eb4848;
    padding: 3px 8px;
    cursor: pointer;
}
.homes-content {
    background: #fff !important;
    padding: 5px 20px !important;
}
.homes-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 3px;
}
.homes-content .homes-address {
    margin-top: 0px;
}
.homes-content .homes-address a {
    font-size: 15px !important;
    margin: 0 0 15px;
    text-decoration: none;
    color: #274abb;
}
.homes-content .homes-address .fa-map-marker {
    font-size: 15px;
    text-decoration: none;
    color: #18ba60;
    margin-right: 10px;
}
.homes-content .homes-address a span {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 1px;
    text-decoration: none;
}
.homes-address span {
    color: #666;
}
.homes-content .homes-list {
    padding: 0px;
    margin: 0px;
}
.homes-content .homes-list li {
    width: 33%;
    float: left;
    font-size: 14px;
    line-height: 36px;
    list-style: none;
    color: #EB4848;
}
.homes-content .homes-list li {
    width: 45% !important;
    line-height: 40px !important;
}
.project-single .homes-content .homes-list li i {
    font-size: 20px;
}
.homes-content .homes-list li i {
    margin-right: 5px;
    color: #EB4848;
}
.homes-content .homes-list span {
    color: #666;
}
.config-box{
    padding: 5px 15px;
    box-shadow: 0px 2px 5px #999999b0;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #dbdbdba6;
}
.config-box .config-price{
    color: white;
    background: #eb4848;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}
.config-box .config-last{
    display: inline-flex;
    margin-left: 15px;
    font-size: 13px;
    font-style: italic;
}
.config-box .config-last i{
    margin-right: 5px;
}
.config-box .area-box{
    background-color: #d7d5d5;
    border: 1px solid white;
}
.config-box .area-box h5{
    font-weight: bold;
    margin-bottom: 2px;
}
.config-box .config-amenities{
    padding: 0;
    
}
.config-box .config-amenities li{
    list-style-type: none;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #eb4848;
    font-size: 14px;
}
.dev-detail p{
    margin-bottom: 2px;    
}