/*

COLORS

$primary: #14A89F
$secondary: #EC790C

*/
/*@media (max-width: 991px) {
	#ct-container {	
		position: relative;
	}
}*/
#ct-container form {
	padding: 50px 17px !important;
	background: #EC790C;
	transition: .4s;
}
.ct-grid {
	padding: 0 !important;
}
.ct-grid h2 {
	display: none;
}
.ct-form label {
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	color: white;
}
@media (max-width: 786px) {
	.ct-form label {
		font-size: 15px;
	}
}
label[for="pickupLocation"] {
	display: inline-block !important;
	width: 28%;
}
.ct-form label[aria-label="dropoffCheckbox"] {
	width: 100%;
	text-align: left;
}
.ct-form input {
	border: none !important;
	border-radius: 20px !important;
}
.ct-form-field {
	display: inline-block;
	width: 72%;
}
div.ctc-form__group--checkbox {
	padding-left: 28%;
}
@media (max-width: 786px) {
	div.ctc-form__group--checkbox {
		padding-left: 0;
	}
}
div#ct-pickup-date,
div#ct-return-date  {
	width: 71% !important;
	margin-right: 0;
	position: relative;
	left: 28%;
}
input#pickupTime,
input#returnTime {
	margin-left: 5px;
}
label[for="pickupDate"],
label[for="returnDate"] {
	position: absolute;
	left: -28%;
	width: 28%;
	line-height: 1 !important;
	top: 4px;
}
@media (max-width: 786px) {
	label[for="pickupDate"],
	label[for="returnDate"] {
		left: -41%;
		width: 40%;
	}
}
label[for="pickupTime"],
label[for="returnTime"] {
	display: none !important;
}
div.ct-datepicker {
	left: -29% !important;
}

@media (max-width: 991px) {
	div.ct-datepicker {
		position: relative !important;
		height: 268px;
	}
}

@media (max-width: 500px) {
	div.ct-datepicker {
		height: 526px;
	}
}

button.ct-btn {
	color: white;
	background: #14A89F;
	margin: auto;
	margin-top: 30px !important;
	width: 200px !important;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
}
ct-spinner {
	position: relative;
	top: -17px;
	left: -24%;
}
button.ct-btn:hover {
	background: #02867d !important;
}
