body
{
	padding: 0px;
	font-family: 'Roboto';
	font-size: 18px;
}
.header
{
	background-color:#fff;
	padding: 10px 0px;
}
.banner
{
	width: 100%;
	height: 700px;
	background-image: url('../images/banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0px 50px 0px;
	color:#fff;
}
.black-bg
{
	width: 100%;
	min-height: 600px;
	background-color:#e2f2fc;
	color:#000;
	text-align: center;
	
}
section
{
	padding: 120px 0px;
}
h2
{
	font-family: 'Roboto';
	font-size: 34px;
	margin-bottom: 20px;
}
.points-section
{
	text-align: center;
}
.points-section i
{
	font-size: 75px;
	color:#007bff;
	margin-bottom: 25px;
}
.btn-primary
{
	min-width: 200px;
	border-radius: 25px;
	padding: 15px 10px;
	font-size: 22px;
}
.form-control
{
	border-radius: 20px;
}
.contact-section
{
	background-color:#e2f2fc;
	text-align: center;
}
.resp-inline, .resp-only
{
	display: none;
}
.web-only
{
	display: block;
}
.car-content
{
	padding: 20px 12px; padding-top: 0px; font-size: 14px;
}
.car-title
{
	color: #007bff; font-size: 26px; font-weight: bold; margin-bottom: 15px;
}
.car-price
{
	color:#ED0000;font-size: 20px; font-weight: bold; margin-bottom: 15px;
}
.car-card
{
	background-color: #fff; border-radius: 10px;
}
@media only screen and (max-width: 767px) {
	.web-only
	{
		display: none;
	}
	.resp-inline
	{
		display: inline-block;
	}
	.resp-only
	{
		display: block;
	}
	.mob-center
	{
		text-align: center !important;
	}
	mob-mt-30
	{
		margin-top: 30px !important;
	}
	.mob-mb-30
	{
		margin-bottom: 30px !important;
	}
	.mob-mb-40
	{
		margin-bottom: 40px !important;
	}
	.container-main
	{
		padding: 30px 20px 30px 20px !important;
	}
	h1
	{
		font-size: 32px;
	}
	.banner h1, .banner h5
	{
		text-align: center;
	}
	.main-btn
	{
		width: 350px !important;
		max-width: 100% !important;
		font-size: 18px;
	}
	.banner
	{
		height: auto !important;
		padding: 0px 0px 0px 0px;
	}
	.banner-main-row
	{
		margin-bottom: 60px !important;
	}
	.slick-prev {
	  left: -15px !important;
	}
	.slick-next {
	  right: -15px !important;
	}
	.slider-img
	  {
	    height: auto;
	    width: auto;
	    margin-left: 15px !important;
	    margin-right: 15px !important;
	  }
	  .black-bg
	  {
	  	min-height: auto;
	  	padding: 50px 0px;
	  }
}
@media only screen and (max-width: 400px) {
	h1
	{
		font-size: 26px;
	}
	
}