#contact_form .btn-group.bootstrap-select {
	width: 100% !important;
}

input[type="text"], textarea, .selectpickerAlt {
    width: 100%;
    padding: 10px;
}

.contact-content {
	border-radius: 4px;
	background: #f6f7f9;
	padding: 2em;
}

#contact_form ul li {
    padding-bottom: 10px;
}

#contact_form ul li label {
	font-weight: 700;
}

.req {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

.required_color {
    color: #db0000;
    margin-left: 2px;
}

.to-name {
	font-weight: 700;
	font-size: 16px;
	margin-left: 4px;
}

.contact-msg {
	font-size: 12px;
}

#send_email_button {
    margin-top: 1em;
}

#phone {
    width: 70%;
}

#phone_ext {
    width: 28%;
}

.phone-label {
	width: 100%;
}

input.checkbox2 {
    transform: scale(1.5);
}

p.stay-safe {
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
}

p.stay-safe a {
    font-weight: 700;
    border-bottom: 1px solid #feec76;
}

@media (max-width: 1000px) {	
	
	label.full-width {
		width: 100%;
	}
	
	.contact-content {
		padding: 1em;
	}
}

@media (max-width: 500px) {
	li.termsService {
    	font-size: 1.25rem;
	}
}
