.form-wcu,
.form-wcu .control-label,
.form-wcu .form-input {
	float: left;
	width: 100%;
}
.form-wcu {
	margin-bottom: 10px;
}
.form-wcu .form-group {
	margin: 0 0 10px 0;
}
.form-wcu .control-label {
	padding-top: 7px;
	text-align: left;
}
.form-wcu .form-input {
	position: relative;
}
.form-wcu .form-control {
	margin-bottom: 5px;
	border-radius: 0;
}

.form-wcu .btn-submit {
	background-color: #BDABD3;
	color: #FFF;
	margin: 10px 0;
	padding: 12px;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
}

.form-custom-select .form-select-items {
	max-height: 450px;
	overflow-y: scroll;
}

@media (min-width: 550px) {
	.form-wcu .control-label {
		width: 35%;
	}
	.form-wcu .form-input {
		width: 65%;
	}
	.form-custom-select .form-select-items {
		max-height: 360px;
	}

	.modal-call .modal-message p {
		width: 90%;
	}
	.modal-call .modal-message ul {
		width: 80%;
	}
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.form-wcu {
		width: 80%;
		padding: 15px 10px;
	}
	.form-contact-us .control-label {
		width: 30%;
	}
	.form-custom-select .form-select-items {
		max-height: 420px;
	}
}

@media (min-width: 1200px) {
	.form-wcu {
		width: 60%;
	}
	.form-custom-select .form-select-items {
		max-height: 380px;
	}
}