.contact-header {
	/* background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../../frontend/upload/img/Contact-Banner-1.png");
	background-position: center bottom;
	background-size: 100% 100%;
	min-height: 33.3vh; */
	width: 100%;
}
.contact-header .title {
	color: white;
	font-weight: bold;
	margin-top: 16vh;
}
.contact-container {
	max-width: 84% !important;
}
.contact-container .card-body {
	min-height: 30vh;
}
.contact-container iframe {
	border: 0;
	min-height: 30vh;
	width: 100%;
}
.contact-container .office-container>.title,
.contact-container .contact-us-container>.title {
	color: #CD2A37;
}
.contact-container .office-container>.title,
.contact-container .contact-us-container>.title,
.contact-container .btn-submit {
	text-transform: uppercase;
}
.contact-container .required:after {
	color: red;
	content: " *";
}
.contact-container .btn-submit {
	min-width: 150px;
	background-color: #E55864;
	color: white;
}
.contact-container .btn-submit:hover {
	background-color: #CD2A37;
}
