body {
	background-color: #fff;
	font-family: 'Noto Sans', sans-serif;
}

h1, h2, a, p, label, input {
	font-family: 'Noto Sans', sans-serif !important;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-webkit-flex-wrap: wrap;
	display: -webkit-flex;
}

.header-wrapper .top-menu {
	padding: 20px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.header-wrapper .call-agent {
	float: right;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}

.header-wrapper .call-agent img {
	padding-bottom: 7px;
	padding-right: 7px;
}

.call-agent-wrapper {
	position: absolute;
	right: 0;
	/*top: 27%;*/
}

#phone-no {
	color: #007bff;
}

.logo-wrapper .logo {
	height: 40px;
}

.call-icon-mobile {
	display: none;
}

.hero-wrapper {
	background-image: url("../img/nebraska.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.hero-container {
	padding: 120px 0;
}

.hero-wrapper h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hero-wrapper .sub-title {
	font-size: 24px;
	margin-bottom: 30px;
}

.form-wrapper {
	justify-content: center;
}

.zip-wrapper {
	position: relative;
	vertical-align: top;
	margin-right: 15px;
}

.zip-wrapper:before{
	content: "";
	background-image: url("../img/search-icon.png");
	background-repeat: no-repeat;
	left: 20px;
	top: 16px;
	width: 19px;
	height: 27px;
	position: absolute;
	font-size: 20px;
}

.search-bar {
	width: 300px;
	height: 55px;
	padding: 5px 15px 5px 50px;
	border-radius: 200px;
	background-color: #fff;
	border-color: transparent !important;
	font-size: 18px;
	font-weight: bold;
}

.search-bar::placeholder {
	color: #999;
	font-weight: 400;
}

.submit-quotes {
	height: 55px;
	padding: 13px 30px;
	border-radius: 200px;
	background-color: #ffcd4c;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.submit-quotes:hover {
	color: #000;
}

.submit-quotes:focus {
	color: #000;
}

.provider-section .providers {
}

.provider-section .provider-item {
	padding: 25px;
	flex: 0 0 20%;
	max-width: 20%;
}

.how-much-save-section {
	background-color: #eaf3ff;
}

.how-much-save-wrapper {
	padding: 40px 0 20px 0;
	text-align: center;
}

.how-much-save-wrapper h2 {
	font-size: 32px;
	font-weight: 700;
}

.how-much-save-wrapper p.sub-title {
	max-width: 85%;
	margin: auto;
}

.save-items {
	padding-top: 30px;
}

.save-items h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.save-items p.save-items-text {
	padding: 0 10px;
}

.icon-box {
	text-align: center;
	margin-bottom: 25px;
}

.icon-box img {
	width: 100px;
}

.find-cheap-car-container {
	padding: 70px 0;
}

.find-cheap-car-container h2 {
	font-size: 32px;
	font-weight: 700;
}

.find-cheap-car-container h2 span.first-spot {
	color: #3185ff;
}

ul.list-style {
	padding: 25px 0 0 0;
	margin: 0;
	list-style: none;
}

.listing-style {
	padding-bottom: 15px;
	font-size: 22px;
}

.listing-style img {
	float: left;
}

.listing-style p {
	margin-left: 40px;
	margin-bottom: 0;
}

.find-policy-wrapper {
	padding: 30px 0 0 0;
}

.footer {
	background-color: #022950;
}

.footer-wrapper {
	text-align: center;
	padding: 50px 0;
}

.footer-links {
	margin-bottom: 25px;
}

.footer-links a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.56;
	color: #ffffff;
	margin: 0 10px;
}

.text-small {
	font-size: 14px;
	line-height: 1.43;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}

.has-error {
    background: #fbbcbc !important;
    border: 2px solid #dc3545 !important;
    transition: all 0.30s;
}

.has-error input {
    background: #fbbcbc !important;
}

@media only screen and (max-width: 768px) {
	.speak-text {
		display: none;
	}

	.call-icon-desktop {
		display: none;
	}

	.call-icon-mobile {
		display: block;
		padding: 0 !important;
	}

	.call-agent {
		background-color: #007bff;
		border-radius: 5px;
		padding: 10px 8px;
	}

	.hero-container {
		padding: 60px 0;
	}

	.hero-wrapper h1 {
		font-size: 28px;
	}

	.hero-wrapper .sub-title {
		font-size: 18px;
	}

	.zip-wrapper {
		margin-left: 15px;
	}

	.search-bar {
		width: 100%;
		margin-bottom: 20px;
	}

	.providers {
		padding-bottom: 15px;
	}

	.provider-section .provider-item {
		padding: 15px 25px 0 25px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.how-much-save-wrapper h2 {
		font-size: 28px;
	}

	.save-items .icon-box {
		float: left;
	}

	.save-item-texts {
		text-align: left;
		margin-left: 100px;
		padding-bottom: 20px;
	}

	.icon-box img {
		width: 80px;
	}

	.save-items-text {
		padding: 0 !important;
	}

	.save-items h4 {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.find-cheap-car-container {
		padding: 40px 0;
	}

	.find-cheap-car-container h2 {
		font-size: 28px;
	}

	.find-policy-wrapper {
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-wrapper {
		padding: 40px 0;
	}

	.footer-links a {
		margin: 5px 10px;
		display: block;
		text-align: left;
	}

	.footer-wrapper .text-small {
		text-align: left !important;
		margin-left: 10px;
	}
}

