.topbanner img {
  width: 100%;
}

.contactus__formheader, .contactus__infoheader {
  border-bottom: 1px solid #D4D3E3;
}

.contactus__formheader h5, .contactus__infoheader h5 {
  text-align: right;
  border-bottom: 2px solid #FF6D02;
  width: 30%;
  padding-bottom: 1em;
}

.contactus__form input, .contactus__form textarea {
  border-color: #D4D3E3;
}

.contactus__divs {
  padding: 1em 0;
  border-bottom: 2px dashed #D4D3E3;
}

.submit {
  color: #fff;
  background-color: #FF6D02;
  border-radius: 35px;
  width: 135px;
  height: 45px;
  margin-right: auto;
  border: none;
}

.submit:active, .submit:focus {
  outline: none;
  background-color: #FF6D02;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=contactus.css.map */