.h6-contactus {
  font-size: 18px;
  font-weight: 600;
}

.input-upload {
  padding: 15px 10px;
  border-radius: 4px;
  border: 1px solid #ededed;
}

.textarea-contanctus {
  height: 200px !important;
}

.btn-contactus {
  border: 1px solid #119ace;
  box-sizing: border-box;
  box-shadow: 0px 20px 30px -3px rgba(17, 154, 206, 0.3);
  border-radius: 4px;
  background: #119ace;
  color: #fff;
}

.btn-contactus2 {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: #a5a7b0;
}

.input-search {
  border: none;
  outline: none;
}
@media (max-width: 480px) {
  main {
    overflow: hidden;
  }
}

.support-btn {
  border: 1.5px solid #9cd49a;
  cursor: pointer;
  border-radius: 6px;
  font-size: 11px;
  box-shadow: rgba(130, 231, 104, 0.15) 1.95px 1.95px 2.6px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 10px;
  color: black;
  height: 41px;
}

.support-btn:hover {
  box-shadow: rgba(132, 236, 62, 0.35) 0px 5px 15px;
  background-color: #d7f5d7;
  color: black;
}

.support-btn p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
}
