.frmContact ul {
  margin: 0 -14px;
}

.frmContact ul li {
  display: block;
  width: 100%;
  float: left;
  padding: 10px 14px;
}

.frmContact ul li input[type=text] {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #a7a7a7;
  height: 35px;
  outline: none !important;
  box-shadow: none !important;
}

.frmContact ul li textarea {
  border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a7a7a7;
  resize: none;
  padding: 0;
}

.frmContact .btnwrap {
  text-align: center;
  padding-top: 30px;
}

.btn-submit {
  background: #D20B12;
  display: inline-block;
  color: #fff !important;
  margin-bottom: 20px;
  margin-top: 15px;
}

.btn-submit:hover {
  color: #fff;
}

@media (max-width: 699px) {
  #trueModal {
    max-width: 90%;
  }
}
