/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.request-appointment .control-label {
	text-align: left !important;
	font-weight: bold;
	font-size: 16px;
}

.appt-header {
	font-weight: 500;
	text-transform: uppercase;
	color: #000e2f;
}

.intl-tel-input {width: 100%;}

.nowrap {
	white-space: nowrap;
}