/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2024 | 14:38:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
@media (max-width: 1300px){
	.carrier-banner-text{
		padding-left: 5vw;
	}
}
@media (max-width: 1100px){
	.carrier-banner-text{
		padding-left: 3vw;
	}
}
@media (max-width: 767px){
	.custom-form-con .wpforms-field{
		width: 100%;
		margin-left: 0 !important;
		padding: 12px 0 !important;
	}
}