/*.car-details-div{
	padding-top: 30px;
    min-height: 113px;
}*/

/*.card-img-div{
	min-height: 200px;
    max-height: 220px;
}*/
.zoom {
	/*padding: 31px; */
    /* background-color: green; */
    transition: transform .9s;
    /* width: 150px; */
    /* height: 150px; */
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -16px;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
img.card-img.img-fluid{
	max-height: 215px;
    min-height: 215px;
}
.car-price{
font-size: 1rem !important;
}
.home-cars-section #portfolio .car-card .card a .card-body .price-div .feature-tag {
  color: #0d6efd;
  background-color: #0d6efd29;
  font-weight: 400;
  border-radius: 5px;
  top: -0.1rem;
  /* border: 1px dashed #0d6efd; */
}
.featured-tag-class {
  width: 100px;
  font-size: 16px !important;
}