footer {
  background: #025b57;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 80px;
  }
}
footer .topBox {
  padding: 3% 15% 10% 15%;
  z-index: 3;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0%;
    margin-top: -2px;
  }
}
footer .topBox .contactList {
  padding: 5%;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding: 20% 3% 30% 3%;
  }
}
footer .topBox .contactList .Txt {
  text-align: center;
}
footer .topBox .contactList h2 {
  font-size: calc(1px + 2.2vw);
  color: #e57f37;
  text-align: center;
  font-family: "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 991px) {
  footer .topBox .contactList h2 {
    font-size: calc(20px + 2.2vw);
  }
}
footer .topBox .contactList h2::after, footer .topBox .contactList h2::before {
  content: "";
  width: 30%;
  height: 1px;
  background: #e57f37;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  footer .topBox .contactList h2::after, footer .topBox .contactList h2::before {
    width: 26%;
    width: calc(1px + 15.5vw);
  }
}
footer .topBox .contactList h2::after {
  left: 105%;
}
footer .topBox .contactList h2::before {
  right: 105%;
}
footer .topBox .contactList label, footer .topBox .contactList p, footer .topBox .contactList span {
  color: #fff;
}

.form-control {
  border-radius: 0;
  border: 0px;
  border-color: transparent;
  color: #585959;
  background: #fff;
  font-size: calc(1px + 0.9vw);
}
@media (max-width: 991px) {
  .form-control {
    font-size: calc(10px + 0.9vw);
  }
}
.form-control:focus {
  color: #585959;
  background-color: #fff;
  border-color: #025b57;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(105, 105, 103, 0.436);
}

::-moz-placeholder {
  color: #585959 !important;
}

::placeholder {
  color: #585959 !important;
}

.select-arrow-wrapper {
  position: relative;
}
.select-arrow-wrapper::after {
  content: '▼';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #585959;
  font-size: 10px;
}
.select-arrow-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}/*# sourceMappingURL=footer.css.map */