.wpcf7 {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.wpcf7-form p {
  overflow: hidden;
}

.wpcf7-form h2 {
  display: block;
}

  .wpcf7 hr {
    display: block;
    border: none;
    height: 1px;
    background-color: #e2e2e2;
    margin: 20px 0px;
  }

  .wpcf7 input {
    padding: 5px 10px;
    width: 90%;
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
  }

  @media(max-width: 768px) {
    .wpcf7 input {
      width: auto;
      margin-right: 0px;
    }
  }

    .wpcf7 textarea {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 14px;
      border: 1px solid #e2e2e2;
      width: 90%;
      max-width: 600px;
    }

  .wpcf7-form-control-wrap {
    overflow: hidden;
    /* float: left;
    width: 45%;
    margin-right: 5%; */
  }

  .wpcf7-form label {
    overflow: hidden;
    float: left;
    width: 45%;
    margin-right: 5%;
  }

  .wpcf7-form  br {
    display: none;
  }

.wpcf7-submit {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;

   box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background: none;
    border: 1px solid #fff;
    padding: 8px 20px 8px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    width: auto;
    margin: 0 auto;
    margin-top: 30px;

    background: #2a5fab;

    text-decoration: none;
    display: inline-block;

    text-align: center;
    cursor: pointer;
}
