.propertyhive .properlistdetail .property_meta li.bedrooms,.propertyhive .rightdetail .property_meta li.bedrooms {
    background: #f8f8f8;
    padding: 5px 10px;
    padding-left: 5px;
    width: 31%;
    padding-right: 0;
    margin-top: 10px;    font-size: 11px;    margin-bottom: 10px;display: inline-block;
    float: none;
	background-size: 20px;border-top: 1px solid #ccc;
}
.propertyhive .properlistdetail .property_meta li.bathrooms ,.propertyhive .rightdetail .property_meta li.bathrooms {
    background: #f8f8f8;
    padding: 5px 10px;
    padding-left: 5px;
    width: 31%;
    padding-right: 0;
    margin-top: 10px;    font-size: 11px;    margin-bottom: 10px;display: inline-block;
    float: none;
	background-size: 20px;border-top: 1px solid #ccc;
}
.propertyhive .properlistdetail .property_meta li.icon_Furnished ,.propertyhive .rightdetail .property_meta li.icon_Furnished{
    background: #f8f8f8;
    padding: 5px 10px;
    padding-left: 5px;
    width: 31%;
    padding-right: 0;
    margin-top: 10px;    font-size: 11px;    margin-bottom: 10px;display: inline-block;
    float: none;
	background-size: 20px;border-top: 1px solid #ccc;
}
.propertyhive .properlistdetail .property_meta li.icon_Unfurnished,.propertyhive .rightdetail .property_meta li.icon_Unfurnished {
    background: #f8f8f8;
    padding: 5px 10px;
    padding-left: 5px;
    width: 31%;
    padding-right: 0;
    margin-top: 10px;    font-size: 11px;    margin-bottom: 10px;display: inline-block;
    float: none;
	background-size: 20px;border-top: 1px solid #ccc;
}
.rightdetail .summary h4 {
    display: none;
}
.propertyhive ul.properties li .thumbnail {
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width:786px){
	.propertyhive ul.properties li .details {
    padding-bottom: 40px;
}

.propertyhive .properlistdetail .property_meta li.bedrooms,.propertyhive .rightdetail .property_meta li.bedrooms {
   
    margin-top: 10px; margin-bottom: 0;
}
.propertyhive .properlistdetail .property_meta li.bathrooms ,.propertyhive .rightdetail .property_meta li.bathrooms {
   margin-top: 0; margin-bottom: 0;
}
.propertyhive .properlistdetail .property_meta li.icon_Furnished ,.propertyhive .rightdetail .property_meta li.icon_Furnished{
   margin-top: 0;  margin-bottom: 10px;
}
.propertyhive .properlistdetail .property_meta li.icon_Unfurnished,.propertyhive .rightdetail .property_meta li.icon_Unfurnished {
    margin-top: 0;  margin-bottom: 10px;
}
	
}