@media (max-width: 1199px) {
  .wd-map-content {
    display: none;
  }
}

.contact-details {
  font-size: 21px;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="submit"]),
.nf-form-content textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #2e496d !important;
  color: #535c69 !important;
  font-size: 21px !important;
}

body .nf-form-content input[type="submit"] {
  background-color: transparent;
  border: 1px solid #2e496d;
  color: #2e496d;
}

body .nf-form-content input[type="submit"]:hover {
  background-color: #2e496d;
  border: 1px solid #2e496d;
  color: #fff;
}
