.txt {
  color: #717388;
  font-size: 16px;
}

body {
  line-height: 1.5 !important;
}

form {
  width: 100%;
}

.contact {
  max-width: 950px !important;
  padding-top: 90px;
  padding-bottom: 200px;
}

.contact-l {
  width: 50%;
  float: left;
}

.contact-r {
  width: 50%;
  float: left;
}

.term-txt {
  color: #9a839f;
  font-size: 16px;
}

input[type=text] {
  width: 95%;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  font-size: 14px;
  background-color: #f9f9f9;
}

.contact-btn {
  color: #ffffff;
  background-color: #2a2a2a;
  width: 100%;
  padding: 20px 0px 20px 0px;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 30px;
  cursor: pointer;
  border: 0px;
  box-shadow: 1px 1px 5px #888888;
  text-align: center;
}

.contact-btn:hover {
  -webkit-animation-name: create-property-animation;
          animation-name: create-property-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  font-size: 14px;
  height: 214px;
  background-color: #f9f9f9;
}

::-moz-placeholder {
  color: #9a839f;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #9a839f;
  opacity: 0.8;
}

::placeholder {
  color: #9a839f;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #9a839f;
}

::-ms-input-placeholder {
  color: #9a839f;
}

@media screen and (max-width: 1000px) {
  .contact {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 26px;
  }

  .contact-l {
    width: 100%;
  }

  .contact-r {
    width: 100%;
  }

  input[type=text] {
    width: 100%;
  }

  .contact {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}