.mw-80p{
	max-width: 80%;
}

.smart-field{
	width: 100%;
	float: left;
	padding: 10px 0px 10px 0px;
}
.field{
	width: 100%;
	float: left;
	padding: 10px 0px 10px 0px;
}
.smart-alert{
	width: 100%;
	float: left;
}
@media (min-device-width: 700px) {
	.smart-field{
		width: 50%!important;
		float: left;
		padding:10px 0px 10px 0px;
	}
}

.field,.smart-field label {
	font-family: 'Roboto',Helvetica,sans-serif;
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #a1a1a1 !important;
	text-align: left;
	line-height: 23px !important;
	display: block;
	margin-bottom: 10px !important;
}


.text-input {
	border-style: solid;
	width: 100%;
	border: 1px solid #eaeaea;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-appearance: none;

	padding: 7px;
	/*height: 20px;*/
	border-radius: 5px;
	outline: none;
	color: #a1a1a1;
	float:left;

}

.text-input:focus{
	color: #a9a9a9;
	/*outline: 1px solid #06b290;*/
}
.input{
	margin-right: 10px;
}


.contact-header {
	width: 100%;
	height: 100vh;
	max-height: 600px;
	background-color: #faf8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 800px) {
	.contact-header {
		min-height: 600px;
		height: 60vh
	}
}
@media only screen and (max-width: 700px) {
	.contact-header {
		min-height: 800px;
		height: 60vh
	}
}
@media only screen and (max-width: 400px) {
	.contact-header {
		min-height: 900px;
		height: 60vh
	}
}
@media only screen and (max-width: 950px) {
	.contact-header .contact-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header-contact-box {
		max-width: 95%!important;
		padding: 40px!important
	}
}

@media only screen and (min-width: 950px) and (max-width: 1200px) and (min-height: 1100px) and (max-height: 1500px) {
	.contact-header .contact-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header-contact-box {
		max-width: 70%
	}
}

.contact-section {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto
}
.header-contact-box {
	z-index: 2;
	padding: 50px;
	opacity: 0;
	background-color: #fff;
	max-width: 80%;
	box-shadow: 0 5px 10px 0 #d3cfc9;
	animation-name: from-down;
	animation-duration: .5s;
	animation-delay: .2s;
	animation-fill-mode: forwards
}

.header-contact-box h2 {
	color: #00bfa5;
	size: 40px
}









