.plain-box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.contact-us {
  /*background-color: @GRAY_COLOR;*/
  padding-bottom: 120px;
}
.contact-us h1 {
  margin-top: 30px;
}
.contact-us .alert {
  margin: 20px 0 0;
  background-color: #ededed;
  padding: 45px 25px;
}
.contact-us .alert p,
.contact-us .alert b {
  font-size: 18px;
}
.contact-us .alert .info > div > div,
.contact-us .alert .numbers-content > div > div {
  margin-bottom: 30px;
}
.contact-us .alert .info > div > div b,
.contact-us .alert .numbers-content > div > div b {
  margin-bottom: 20px;
}
.contact-us .alert .numbers-content {
  border: none;
}
.contact-us .alert .numbers-content > div {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.contact-us .alert .numbers-content > div img {
  max-width: 35px;
}
.contact-us .alert .numbers .note p {
  font-size: 14px;
  margin-top: 30px;
}
.contact-us .alert .img {
  width: 20%;
  float: left;
}
.contact-us .alert .img img {
  float: left;
  max-width: 100%;
}
.contact-us .alert .text {
  width: 80%;
  float: left;
  padding-top: 5px;
}
.contact-us .alert .email .text {
  padding-top: 23px;
}
.contact-us .alert h2 {
  font-weight: normal;
  margin: 50px 0 30px;
}
.contact-us .chat {
  background: #fff0 url("../../images/v2.0/contact-us/chat-banner.jpg") no-repeat scroll center center / cover;
  padding: 65px 30px;
}
.contact-us .chat .title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
}
.contact-us .chat .sub-title {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  padding-bottom: 17px;
}
.contact-us .chat .btn-chat {
  color: #000 !important;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px;
}
@media all and (max-width: 500px) {
  .contact-us .alert .img {
    float: left;
    width: 100%;
  }
  .contact-us .alert .img img {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .contact-us .alert .text {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
}
/*# sourceMappingURL=Contact-us.css.map */