/*
 * Wp Location Public Styles
 * Styled used for the front-end of the website
 */

/*clearfix*/
.cf:before,
.cf:after {
    content: " "; 
    display: table; /
}
.cf:after {
    clear: both;
}

/*location listing*/
.rent-car_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(3, 200px); */
    gap: 10px;
}
.rent-car_list .rent-car{
	/* float: left; */
	/* width: 100%; */
}
.rent-car_list .rent-car img{
	margin: 0px 15px 15px 0px;
	float: left;
}
/* .rent-car_list .rent-car .phone_email{
	clear: both;
}
.rent-car_list .rent-car .readmore{
	
} */