/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 30 2023 | 06:42:15 */
.wpcf7-form-control.wpcf7-text {
	background-color: #007D67;
	margin-bottom: 10px;
	height: 50px;
		color: white;
	font-family: Ubuntu;	border: 0;
	border-radius: 10px;

}

.wpcf7-form-control.wpcf7-text:hover  {
	background-color: #007D67;
	margin-bottom: 10px;
	height: 50px;
		color: white;
	font-family: Ubuntu;	border: 0;
border-radius: 10px;

}

.wpcf7-form-control.wpcf7-text:active {
	background-color: #007D67;
	margin-bottom: 10px;
	height: 50px;
		color: white;
	font-family: Ubuntu;	border: 0;
	border-radius: 10px;


}

.submit-btn {
	background-color: #007D67;
	border: 0;
	color: white;
	font-family: Ubuntu;
	border-radius: 10px;
}

.submit-btn:hover {
	background-color: #007D67;
	border: 0;
	color: white;
	font-family: Ubuntu;
	border-radius: 10px;
}






