body
{
	background: linear-gradient(to right, #d3d3d3, #eaeaea);
}
.header
{
	background: linear-gradient(to right, #d3d3d3, #fff);
	min-height: 100vh;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.logo
{
	max-width: 220px;
}
h1
{
	margin-top: 50px;
	color:#262626;
	font-size: 50px;
	font-family: 'Roboto';
	line-height: 65px; 
}
.black-div-section
{
	background-color:#262626; 
	padding: 25px 50px 25px 50px; 
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color:#fff; 
	font-size: 20px; 
	font-family: 'Open Sans'
}
.carphonediv
{
	text-align: center;
	position: relative;
	z-index: 99;
	top: -200px;
}
.car-phone
{
	max-width: 65%;
}
.body-content
{
	padding: 0px 20px 10px 20px;
	color:#262626;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto';
}
.left-section-col
{
	background-color:#298CEA;
	color:#fff;
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto';
	line-height: 40px;
	padding:10px 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.right-section-col
{
	background-color:#262626;
	color:#fff;
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto';
	line-height: 40px;
	padding:10px 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.body-content ul
{
	margin-top: 25px;
}
.body-content li
{
	padding-bottom: 15px;
	margin-left: 30px;
}
.blue-bar
{
	background-color:#298CEA;
	padding:15px 15px;
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto';
	line-height: 34px;
	color:#fff;
	border-radius: 20px;
	cursor: pointer;
}
.mobile
{
	display: none;
}
@media only screen and (max-width: 767px) {
	.mobile
	{
		display: block;
	}
	.desktop
	{
		display: none;
	}
	.logo
	{
		max-width: 120px;
	}
	.col-logo
	{
		text-align: right;
	}
	h1
	{
		margin-top: 10px;
		font-size: 25px;
		line-height: 40px; 
	}
	.carphonediv
	{
		text-align: center;
		position: relative;
		z-index: 99;
		top: 0px;
	}
	.car-phone
	{
		margin-top: 30px;
		max-width: 100%;
	}
	.body-content
	{
		padding: 0px 0px 10px 0px;
		font-size: 16px;
		line-height: 22px;
	}
	.left-section-col
	{
		font-size: 20px;
		line-height: 28px;
		padding:6px 5px;
	}
	.right-section-col
	{
		font-size: 20px;
		line-height: 28px;
		padding:6px 5px;
	}
	.blue-bar
	{
		margin-bottom: 25px;
		font-size: 22px;
		padding:10px 10px;
	}
	.black-div-section
	{
		font-size: 16px; 
		padding: 15px 20px 15px 20px; 
	}
	.body-content li
	{
		padding-bottom: 10px;
	}
}