.banner_container {
	width: 60% !important;
	margin-top: 45px;
}

#banner {
	padding-top: 152px;
}

#banner h5 {
	font-weight: 600;
	font-size: 35px;
	margin: 20px 0;
	font-family: "ProximaNova-Regular", sans-serif;
}

#banner p {
	font-size: 20px;
	font-family: "ProximaNova-Regular", sans-serif;
}

span {
	color: red;
	font-family: "ProximaNova-Regular", sans-serif;
}

textarea {
	height: 45px !important;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #cbd6e2;
	color: #33475b;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	background-color: #f5f8fa;
	outline: none;
}

.form-group input {
	border-radius: 10px;
	border: 1px solid #cbd6e2;
	color: #33475b;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	background-color: #f5f8fa;
	outline: none;
	font-family: "ProximaNova-Regular", sans-serif;
}

.form-group input:focus {
	box-shadow: none !important;
}

select.form-group {
	border-radius: 15px;
	border: 1px solid #cbd6e2;
	color: #33475b;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	background-color: #f5f8fa;
	outline: none;
	margin-bottom: 0;
}

select.form-group:focus {
	box-shadow: none !important;
}

.error {
	color: red;
}

#submit_btn {
	background: #ff7a59;
	border-color: #ff7a59;
	color: #ffffff;
	font-size: 24px;
	line-height: 19px;
	font-family: "ProximaNova-Regular", sans-serif;
	padding: 14px 53px;
	border-radius: 12px;
	margin-bottom: 25px;
	outline: none !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	border: 0;
	margin-top: 10px;
}

#submit_btn:hover,
#submit_btn:active,
#submit_btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

#logo {
	background: none !important;
	border: none !important;
	border-radius: 0;
}

label,
select {
	font-family: "ProximaNova-Regular", sans-serif !important;
}

::placeholder {
	font-family: "ProximaNova-Regular", sans-serif;
}

::selection {
    background: #ff5a00;
    color: #fff;
}

@media (max-width: 767px) {
	.banner_container {
		width: 100% !important;
	}

	#banner {
		padding-top: 125px;
	}
}