
/*****Contact Page*****/

/** css to change send message button full width **/
.et_contact_bottom_container {
	display: flex;
	align-items: center;
	margin-top: 10px;
	justify-content: flex-start;
	width: 100% !important;
}

/**To customize contact form error message**/
.et-pb-contact-message {
	position: relative;
	font-family: mulish;
	font-size: 14px;
	color: #000;
	line-height: 1.7em;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
