.realestate-details{
    
}
.realestate-details h4.main_head{
    
}
.realestate-details .table-attributes{
   margin-left: 20px;
}
.realestate-details  .table-attributes table {
	width: 100%;
    font-size: 12px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #3dc697;
    margin: 20px;
}
#description .realestate-details  .table-attributes table tr {
	font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
}
#description .realestate-details  .table-attributes table tr td{
	display: inline-block;
	padding: 1em;
	border-bottom: 1px solid #3dc697;
}
#description .realestate-details  .table-attributes table tr td.row-title{
    font-weight: bold;
    color: #4f4f4f;
    text-transform: uppercase;   
	width:30%;
border-right: 1px dashed #3dc697;
}
#description .realestate-details  .table-attributes table tr td{
    font-weight: 500;
	width:70%;
 font-weight: normally;
}
#description .realestate-details  .table-attributes table tr:last-child td{
	border-bottom: none;
}
.realestate-details h4{
    margin-left: 20px;
}
.realestate-details  .list-other-attributes{
	margin-left:20px;
}
.realestate-details .list-other-attributes li{
    float:left;width: 25%;
	font-size: 15px;
	margin-bottom: 1em;
}
.realestate-details .list-other-attributes li .fa{
	margin-right:.5em;
	color: #3dc697;
}
.realestate-details .list-other-attributes img{
    height: 14px; width: 14px;
}
.realestate-details .clear{
    clear:both;
}
@media (max-width: 980px)
{
.realestate-details .list-other-attributes li{
	width: 33.33333333%;
}
}
@media (max-width: 768px)
{
#description .realestate-details  .table-attributes table tr td.row-title,#description .realestate-details  .table-attributes table tr td{
  width: 50%;
	
}
.realestate-details .list-other-attributes li{
	width: 50%;
}
}

@media (max-width: 600px) {
}