.contact-us-inner {
  padding: 50px;
  background-color: #fbf9fa;
}

.contact-us-inner .heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e3e3;
  margin-bottom: 50px;
}

.contact-us-inner .heading h1 {
  color: #c83842;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.contact-us-inner .heading h1 small {
  font-size: 14px;
}

.contact-detail {
  float: left;
  width: 220px;
}

.contact-detail h3 {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-detail h3:first-child {
  margin-top: 0;
}

.contact-detail p {
  font-size: 12px;
  margin: 0 0 4px 0;
}

.contact-detail .complaint-tel {
  font-size: 16px;
  color: #c83842;
  margin-bottom: 4px;
}

#messageForm {
  float: right;
  width: 330px;
}

#messageForm input,
#messageForm textarea {
  border-radius: 0;
  margin-bottom: 4px;
}

#messageForm button[type="submit"] {
  height: 26px;
  width: 70px;
  border-radius: 13px;
  background-color: #c83842;
  color: #fff;
}

#messageForm button[type="submit"]:hover, #messageForm button[type="submit"]:focus {
  background-color: #d36068;
}

#messageForm .form-group {
  margin-bottom: 20px;
}

#messageForm .parsley-errors-list {
  color: #a94442;
}

/* @keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
} */

#captcha-container {
  display: none;
}

#captcha-img {
  vertical-align: bottom;
}

#btn-refresh-captcha {
  color: #999;
  margin-left: 10px;
}
#btn-refresh-captcha:hover {
  color: #0388cc;
  text-decoration: underline;
}
#btn-refresh-captcha:focus {
  outline: none;
}

#btn-refresh-captcha .glyphicon.rotate {
  animation: rotate 0.5s linear;
}

