/*
 * Free consultation
*/

.free-consultation-form {
	padding: 5em 0 2em;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1310px) { 

}

@media (min-width: 992px) and (max-width: 1199px){
	#JotFormIFrame-211046042457043 {
		height: 520px !important;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 510px) {
	.free-consultation-form {
		padding: 2em 0;
	}
	.subtitle {
		font-size: 12px;
	}
	#JotFormIFrame-211046042457043 {
		height: 520px !important;
	}

}