.service-box {
	text-align: center;
	padding: 30px 20px;
}

.car-info-box {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	margin: 15px 0;
}

.car-info-box .car-type h5 {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #d21e2b;
}

.car-info-box .info-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	border-bottom: 1px solid #eee;
}

.car-info-box .info-row:last-child {
	border-bottom: none;
}

.car-info-box .info-row strong {
	color: #111;
	font-weight: 600;
}

.whatsapp-float {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 55px;
	height: 55px;
	background: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
	z-index: 9999;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	text-decoration: none;
}

.whatsapp-float:hover {
	background: #128c7e;
	text-decoration: none;
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.25);
}

.whatsapp-float i {
	color: #fff;
	font-size: 26px;
}

.mobile-contact-bar {
	display: none;
}

@media (max-width: 767px) {
	.mobile-contact-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #2a2a2a;
		z-index: 9998;
		padding: 8px 0;
		box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	}

	.mobile-contact-bar a {
		flex: 1;
		text-align: center;
		color: #fff;
		font-size: 11px;
		font-weight: 500;
		text-decoration: none;
		padding: 5px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
	}

	.mobile-contact-bar a:hover {
		color: #d21e2b;
	}

	.mobile-contact-bar a i {
		display: block;
		font-size: 18px;
		margin-bottom: 3px;
	}

	.whatsapp-float {
		bottom: 75px;
	}
}
