.contact-us textarea {
  resize: none;
}
.contact-us .home-page .contact-container {
  position: relative;
  width: 100%;
  height: 826px;
  margin: 271px 0 100px 0;
  padding: 7.27% 13.63% 9.09% 13.63%;
  font-size: 16px;
  border-radius: 10px;
  background: #e9fafc;
  color: #3c3c3c;
}
.contact-us .home-page .contact-container::before {
  content: ".";
  color: transparent;
  position: absolute;
  width: 26.21%;
  height: 47.94%;
  left: 0;
  bottom: 0;
  background: url("../images/contactUs/left.png") no-repeat;
  background-size: contain;
  background-position: bottom;
}
.contact-us .home-page .contact-container::after {
  content: ".";
  color: transparent;
  position: absolute;
  width: 26.21%;
  height: 47.94%;
  right: 0;
  top: 0;
  background: url("../images/contactUs/right.png") no-repeat;
  background-size: contain;
  background-position: top;
}
.contact-us .home-page .contact-container .form-group {
  margin: 0;
}
.contact-us .home-page .contact-container .form-group .form-label {
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 8px;
}
@media (min-width: 1199px) {
  .contact-us .home-page .contact-container .form-group:first-child {
    display: flex;
  }
  .contact-us .home-page .contact-container .form-group .left {
    width: 50%;
    margin-right: 60px;
  }
  .contact-us .home-page .contact-container .form-group .right {
    position: relative;
    width: 50%;
  }
  .contact-us .home-page .contact-container .form-group:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.contact-us .home-page .contact-container .form-group .form-control {
  position: relative;
  height: 44px;
  z-index: 1;
  border: 0;
}
.contact-us .home-page .contact-container .form-group textarea {
  height: 120px !important;
}
.contact-us .home-page .contact-container .form-group .code-wrap {
  display: flex;
}
.contact-us .home-page .contact-container .form-group .code-wrap .verification-code {
  width: 35.45%;
  margin-right: 20px;
}
.contact-us .home-page .contact-container .form-group .code-wrap .code-img {
  width: 15%;
  height: 44px;
  background-color: #fff;
  cursor: pointer;
}
.contact-us .home-page .contact-container .form-group .select-wrap {
  position: relative;
  z-index: 3;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select {
  position: relative;
  display: inline-block;
  appearance: none;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select:focus {
  box-shadow: 2px 2px 8px rbga(0, 2, 0, 0.5);
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-selected {
  height: 100%;
  padding: 6px 0;
  margin-top: -1px;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  z-index: 999;
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items div {
  cursor: pointer;
  padding: 5px 0;
  padding-left: 12px;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items div:not(:first-child):hover {
  color: #fff;
  background-color: #0a9aa5;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items .select-selected.active {
  background-color: #ccc;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items .select-items.show {
  color: #fff;
  display: block;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items .select-disabled,
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .select-items .select-disabled-active {
  background-color: #c8c8c8;
  color: #fff;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select .ishidden {
  display: block;
}
.contact-us .home-page .contact-container .form-group .select-wrap .form-select-active {
  box-shadow: 0 0 6px #88c2f1;
}
.contact-us .home-page .contact-container .form-group .select-wrap .select-icon {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 12px;
}
.contact-us .home-page .contact-container .btn-default1 {
  display: inline-block;
  line-height: 42px;
  text-align: center;
  padding-right: 6.85%;
  padding-left: 6.85%;
  height: 42px;
  box-sizing: border-box;
  margin-top: 9.26%;
  background: #0a9aa5;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  margin-left: calc(50% - 75px);
}
@media (max-width: 767px) {
  .contact-us .home-page .contact-container {
    margin: 140px 0 50px 0;
    height: 650px;
  }
  .contact-us .home-page .contact-container .form-group .left input {
    margin-bottom: 8px;
  }
  .contact-us .home-page .contact-container .form-group textarea {
    height: 80px !important;
  }
  .contact-us .home-page .contact-container .form-group .form-label {
    font-size: 16px;
  }
  .contact-us .home-page .contact-container .form-group .form-control {
    height: 44px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .contact-us .home-page .contact-container .form-group .code-wrap .verification-code {
    margin-right: 0;
    width: 65%;
  }
  .contact-us .home-page .contact-container .form-group .code-wrap .code-img {
    width: 35%;
    height: 44px;
  }
  .contact-us .home-page .contact-container .form-group .select-wrap .form-select {
    font-size: 12px;
  }
  .contact-us .home-page .contact-container .btn-default1 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us .home-page .contact-container {
    margin: 200px 0 80px 0;
    height: 700px;
  }
  .contact-us .home-page .contact-container .form-control {
    margin-bottom: 10px;
  }
  .contact-us .home-page .contact-container .form-control .form-label {
    font-size: 14px;
  }
  .contact-us .home-page .contact-container .btn-default1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contact-us .home-page .contact-container .btn-default1 {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us .home-page .contact-container {
    margin-top: 250px;
  }
  .contact-us .home-page .contact-container .form-group:first-child {
    display: flex;
  }
  .contact-us .home-page .contact-container .form-group .left {
    width: 50%;
    margin-right: 60px;
  }
  .contact-us .home-page .contact-container .form-group .right {
    position: relative;
    width: 50%;
  }
  .contact-us .home-page .contact-container .form-group:nth-child(n + 2) {
    margin-top: 30px;
  }
}
