
.contact-form2.event-register-form .submit-row {
  margin-bottom: 0;
}
.contact-form2.event-register-form .submit-row p {
  display: block;
}
.contact-form2.event-register-form .submit-row input {
  /* font-size: 22px; font-weight: 200; line-height: 33px; padding: 12px 60px; color: #fff; background: #646967; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); border: none; margin-top: -10px; */
}
.touch-with-us .contact-form2 .row-contact {
  justify-content: end;
}
.touch-with-us .contact-form2 .row-contact .t888-button-wrapper {
  width: 170px;
  margin-right: 28px;
}
.wpcf7-response-output {
  color: #FFFFFF;
}
.contact-form2 {
  margin: 0 auto;
}
.contact-form2 .wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-form2 .row-contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 60px;
}
.contact-form2 .row-contact p {
  width: 100%;
  white-space: normal;
  margin: 0;
}
.contact-form2 .row-contact br {
  display: none;
}
.contact-form2 .row-contact .field-helper {
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  font-weight: 300;
  padding-top: 5px;
}
.contact-form2 .row-contact-message {
  margin-bottom: 30px;
}
.contact-form2 .row-contact-message label {
  margin-bottom: 20px;
}
.contact-form2 .row-contact-note span {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.contact-form2 .column {
  width: 50%;
}
.contact-form2 label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.contact-form2 input,
.contact-form2 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #FFFFFF80;
  padding: 0 0 6px 0;
  font-size: 14px;
  line-height: 19px;
  background: transparent;
  outline: none;
  color: #fff;
}
.contact-form2 textarea {
  resize: none;
  height: 26px;
}
.contact-form2 input::placeholder,
.contact-form2 textarea::placeholder {
  color: #FFFFFF80;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 19px;
}
.contact-form2 .submit-row {
  text-align: center;
  margin-bottom: 0;
}
.contact-form2 .submit-row p {
  display: inline-grid;
  width: auto;
}
.contact-form2 input[type="submit"] {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  border: 2px solid var(--primary-color);
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 20px;
  width: auto;
  margin-top: 0px;
}
.contact-form2 .real-submit {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-form2 .wpcf7-spinner {
  display: none;
}
