.elementor-990 .elementor-element.elementor-element-79de67a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-990 .elementor-element.elementor-element-dee9b9a{font-family:"Montserrat", Sans-serif;font-weight:400;}/* Start custom CSS */.submit_form {
  height: 35px;
  background-color: #304A9B;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 5px 25px;
  cursor: pointer;
}
.submit_form:hover,
.submit_form:focus {
  /* box-shadow: 0 0.5em 0.5em -0.4em var(--hover); */
  transform: translateY(0.1em);
}
.submit_form:hover {
  box-shadow: 2px 2px #ddd;
}

div.form_input {
	float: left;
	width: 31%;
	margin-right: 17px;
}
.form_input > input {
	padding: 10px;
	font-family: "Roboto", Sans-serif;
}

div.form_textinput {
	width: 98%;
}
.form_textinput > textarea {
	padding: 10px;
	font-family: "Roboto", Sans-serif;
}

.nofloat {
	float: none;
	overflow: auto;
}

.consult  .wpforms-title {
	font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #13274f;
  font-family: "Roboto", Sans-serif;
}

.consult  .wpforms-description {
	font-family: "Roboto", Sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
	margin-bottom: 15px;
}

.consult .wpforms-submit-container {
	text-align: right;
	margin-right: 15px;
}/* End custom CSS */