#mailformpro #mfp_hidden {
  display: none;
}
#mailformpro .contact input[type="text"],
#mailformpro .contact input[type="tel"],
#mailformpro .contact input[type="email"] {
  width: 100% !important;
}
#mailformpro .contact textarea {
  width: 100% !important;
  height: auto !important;
}
#mailformpro .contact .mfp_err {
  color: red;
}
#mailformpro .contact #errormsg_contact-order,
#mailformpro .contact #errormsg_mfp_contact-order_checkobj {
  display: none;
}
#mfp_phase_confirm_inner #mfp_confirm_table th {
  border-bottom: 5px solid #FFF;
  border-right: 5px solid #FFF;
  background: #f5f5f5;
  padding: 1.5rem;
}
#mfp_phase_confirm_inner .mfp_buttons {
  text-align: center;
}
#mfp_phase_confirm_inner .mfp_buttons button {
  background: #808080;
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-size: 1.1em;
  cursor: pointer;
}
.must_text {
  margin-left: 0; 
  margin-right: 0; 
  display: none;
}
#mailformpro .must_text {
  display: block;
}