form {
  margin-top: 20px;
  align-self: stretch;
  margin: 13px auto;
  max-width: 370px;
  direction: rtl;
  /* Firefox */
}
@media all and (max-width: 480px) {
  form {
    padding: 0 10px;
  }
}
form h2 {
  font-size: 24px;
  color: #181818;
  line-height: 28px;
}
form p {
  font-size: 22px;
  font-weight: bold;
  color: #04345c;
  direction: ltr;

}
form small {
  text-align: right;
  color: #c23934;
  display: none;
}
form input,
form textarea {
  -webkit-user-select: auto;
  font-family: inherit;
}
form ::-moz-placeholder {
  color: unset;
}
form ::placeholder {
  color: unset;
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form .h_l {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
form .formItem {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
form .formItem label {
  font-size: 0.9em;
  text-align: right;
}
form .formItem .err {
  color: #c23934;
}
form .formItem select,
form .formItem input {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background: #fff;
  height: 45.5px;
  margin-bottom: 10px;
  font-size: 22px;
}
form .formItem select::-moz-placeholder, form .formItem input::-moz-placeholder {
  color: #757575;
  font-weight: 400;
  font-family: inherit;
  opacity: 1 !important;
}
form .formItem select::placeholder,
form .formItem input::placeholder {
  color: #757575;
  font-weight: 400;
  font-family: inherit;
  opacity: 1 !important;
}
form .formItem select {
  padding: 0 16px;
  color: #757575;
  -webkit-appearance: menulist-button;
  font-family: inherit;
}
form .formItem .err_input {
  border-color: #c23934;
  color: #c23934;
}
form .formItem .err_input::-moz-placeholder {
  font-weight: 600;
  color: #c23934;
  opacity: 1 !important;
}
form .formItem .err_input::placeholder {
  font-weight: 600;
  color: #c23934;
  opacity: 1 !important;
}
form .checkboxInput {
  width: 90%;
  flex-direction: row-reverse;
  display: flex;
  align-items: start;
  justify-content: start;
}
form .checkboxInput label {
  display: inline-block;
  padding-right: 10px;
  white-space: unset;
  text-align: right;
  cursor: pointer;
}
form .checkboxInput input {
  margin-top: 5px;
  cursor: pointer;
}
form .checkboxInput_err {
  margin-right: 24px;
  text-align: right;
}
form button {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 15px;
  padding: 8px 30px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  background-color: #af4e8d;
  border: none;
}
form button:active {
  box-shadow: 0 0 0 3px #04345c;
}
form #Email,
form #Phone {
  text-align: right;
  direction: rtl;
}/*# sourceMappingURL=newStyle.css.map */