.page-contact .contact-form {
  margin: 0 0 25px;
}
.page-contact h1 {
  display: none;
}
.page-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact .contact-address {
  margin: 0 0 25px;
}
.page-contact .field-text {
  position: relative;
}
.page-contact .wrap-forms label {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 0 17px;
}
.page-contact .wrap-forms input[type=text] {
  padding: 10px;
  border-radius: 20px;
  background: #eee;
  border: 1px solid #eee;
}
.page-contact .wrap-forms input[type=text]:focus {
  outline: none;
}
.page-contact .field-textarea {
  position: relative;
}
.page-contact .field-textarea textarea {
  resize: none;
  padding: 10px 23px;
  border-radius: 20px;
  background: #eee;
  border: 1px solid #eee;
}
.page-contact .field-textarea textarea:focus {
  outline: none;
}
.page-contact input[type=submit] {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.page-contact input[type=submit]:hover {
  background: #9A72A3;
}
@media (min-width: 768px) {
  .page-contact .fw-page-builder-content {
    padding: 50px 0 0;
  }
  .page-contact > .fw-row {
    display: flex;
    align-items: center;
  }
  .page-contact .iframe-address {
    height: 700px !important;
  }
}