@media screen and (max-width: 991px) {
	.nav_button.hide {
		display: none;
	}
	
	.nav_button.hide.w--current {
		display: none;
	}
	
	#email_us {
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.mobfree-q {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.right {
		font-size: 14px;
	}
}

.payment_options .radio-button-label {
	margin-left: 20px;
}

.yourvehicle_content {
	text-align: left;
}