.HzMbKe {
  width: 100%;
}




.POrdWv {
  margin-bottom: 20px;
}

.POrdWv textarea,
.POrdWv input {
  width: 100%;
  border: none;
  border-radius: 0px;
  height: 50px;
}

.POrdWv textarea {
  display: block;
  resize: none;
  height: 100px;
}

.omzHpF {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.omzHpF:empty {
  margin-top: 0;
}

.yHxxjR {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transition: all 1s ease;
  color: green;
  text-align: center;
}

.HzMbKe.is-success .yHxxjR {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

#contactUsCustomBtn {
  width: 100%;
  color: var(--dl-color-gray-white);
  display: flex;
  justify-content: center;
  box-shadow: rgb(212 212 212) 0px 0px 10px 0px;
  padding: 15px;
  border-width: 0px;
  border-radius: 0px;
  text-decoration: none;
  background-color: rgb(5, 218, 154);
  cursor: pointer;
}