/* ------------------------------------------------------- */
/* Large devices (desktops, less than 1200px)
/* ------------------------------------------------------- */
@media (max-width: 1199px) {
	.content h1 {
		font-size: 30px;
	}
	.zip_code h1 {
		font-size: 20px;
	}
	.form-control, .btn-primary {
		font-size: 18px;
	}
	#form h1 {
		font-size: 50px;
	}
}


/* ------------------------------------------------------- */
/* Medium devices (tablets, less than 992px)
/* ------------------------------------------------------- */
@media (max-width: 991px) {
	.call-us {
		text-align: left;
		margin-top: 20px;
	}
	#header img {
		width: 200px;
		margin-bottom: 20px;
	}
	#form h1 {
		font-size: 40px;
	}
}


/* ------------------------------------------------------- */
/* Small devices (landscape phones, less than 768px)
/* ------------------------------------------------------- */
@media (max-width: 767px) {
	.content {
		padding: 30px 0;
	}
	.content h1 {
		font-size: 25px;
	}
	.zip_code h1 {
		margin-bottom: 15px;
	}
	#form img {
		width: 100%;
	}
	#form img {
		display: none;
	}
}


/* ------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)
/* ------------------------------------------------------- */
@media (max-width: 575px) {
	.content h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.content p {
		font-size: 15px;
		line-height: 25px;
	}
	.content ul li {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.table-dark th {
		font-size: 15px;
	}
	.media img {
		width: 100px;
	}
	#partners img {
		margin-bottom: 20px;
	}
	#form h1 {
		font-size: 25px;
	}
	#form ul li {
		font-size: 15px;
	}
	#header, .call-us {
		text-align: center;
	}
	#header img {
		margin-bottom: 0;
	}
	#zipCode .form-control {
		width: 180px;
		margin-right: 10px;
	}
}





/* ------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 321px)
/* ------------------------------------------------------- */
@media (max-width: 575px) {
	.table-dark th, .table-dark td {
		font-size: 11px;
	}
}