.order_container {
	width: 60% !important;
	margin-top: 45px;
}

#order_brochure {
	padding-top: 120px;
}

#order_brochure h6 {
	font-family: "ProximaNova-Regular", sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.25;
}

#order_brochure p {
	font-size: 19px;
	margin-bottom: 55px;
	font-family: "ProximaNova-Regular", sans-serif;
}

.form-group span {
	color: red;
}

.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: 10px;
	border: 1px solid #cbd6e2;
	color: #33475b;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	background-color: #f5f8fa;
	outline: none;
	font-family: "ProximaNova-Regular", sans-serif;
	margin-bottom: 0;
	height: calc(2.25rem + 7px) !important;
}

select.form-group:focus {
	box-shadow: none !important;
}

.error {
	color: red;
	font-family: "ProximaNova-Regular", sans-serif;
}

label {
	font-family: "ProximaNova-Regular", sans-serif;
}

::placeholder {
	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;
}

#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;
	outline: none;
	margin-bottom: 22px;
	border: 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	margin-top: 10px;
}

#submit_btn:hover {
	box-shadow: none;
}

.brochures_img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}


@media (max-width: 767px) {
	.order_container {
		width: 100% !important;
	}

	#order_brochure {
		padding-top: 100px;
	}
}