.car-items-card {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.dist-km {
	color: #000;
	font-weight: 600;
}
.car-items-card .bottomcard {
	min-height: 225px;
	max-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.car-item-info .single-item-content span {
	font-weight: 400;
	margin-left: 10px;
	color: #666;
}
.car-item-info .single-item-content h5 {
	font-size: 16px;
	margin-bottom: 16px;
}
.car-order-img {
	width: 90px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 8px;
}
.car-order-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.booking-detail-sec .item_order {
	font-weight: 500;
	color: #484848;
}