footer {
  overflow: hidden;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 80px;
    background-color: #004030;
  }
}
footer .topBox {
  padding: 5% 0 15% 0;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 25% 3% 30% 3%;
  }
}
footer .topBox .contactList {
  z-index: 3;
}
footer .topBox .contactList .info {
  margin-bottom: 3%;
}
footer .topBox .contactList .info .Txt {
  color: #ddceb6;
  text-align: center;
}
footer .topBox .contactList .info .Txt .logo {
  width: 300px;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 767px) {
  footer .topBox .contactList .info .Txt .logo {
    width: 180px;
  }
}
footer .topBox .contactList .info .Txt h2 {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt h2 {
    font-size: calc(5.7px + 2vw);
    letter-spacing: 0;
  }
}
footer .topBox .contactList .info .Txt h2 .number {
  font-size: 2.1rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt h2 .number {
    font-size: calc(5.7px + 2.7vw);
  }
}
footer .topBox .contactList .info .Txt .font-border {
  margin: 0 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .topBox .contactList .info .Txt .font-border {
    margin: 0 8px;
    padding: 0 8px;
  }
}
footer .topBox .contactList .info .Txt .font-border::after, footer .topBox .contactList .info .Txt .font-border::before {
  content: "";
  width: 2px;
  height: 70%;
  background: #ddceb6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt .font-border::after, footer .topBox .contactList .info .Txt .font-border::before {
    width: 1px;
  }
}
footer .topBox .contactList .info .Txt .font-border::after {
  left: 0;
}
footer .topBox .contactList .info .Txt .font-border::before {
  right: 0;
}
footer .topBox .contactList .info .Txt p {
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt p {
    font-size: calc(2px + 1.9vw);
  }
}
footer .topBox .contactList .info .Txt p b {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt p b {
    font-size: calc(4px + 1.9vw);
    margin-left: 1px;
  }
}
footer .topBox .contactList .info .Txt a {
  color: #ddceb6;
}
footer .topBox .contactList form {
  padding-left: 3%;
}
@media (max-width: 991px) {
  footer .topBox .contactList form {
    margin-top: 10%;
    padding-left: 0;
  }
}
footer .topBox .contactList form .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .Txt {
    margin-bottom: 10%;
  }
}
footer .topBox .contactList form .Txt h2 b {
  font-weight: 400;
  font-size: 2.7rem;
  color: #8baba3;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .Txt h2 b {
    font-size: 2.2rem;
  }
}
footer .topBox .contactList form .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddceb6;
  padding-bottom: 5px;
  margin-bottom: 5%;
}
footer .topBox .contactList form .item label {
  min-width: 90px;
  font-weight: 700;
  color: #ddceb6;
  font-weight: 400;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .item label {
    min-width: 59px;
  }
}
footer .topBox .contactList form .item .form-check-label {
  min-width: 40px;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .item .form-check-label {
    min-width: 20px;
  }
}
footer .topBox .contactList form .item .genderBox {
  min-width: 164px;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .item .genderBox {
    min-width: 125px;
  }
}
footer .topBox .contactList form p, footer .topBox .contactList form span, footer .topBox .contactList form .form-check-label {
  color: #ddceb6;
}

.form-control {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #ddceb6;
}
.form-control:focus {
  color: #ddceb6;
  outline: 0;
  background-color: transparent;
  box-shadow: 0 0 0;
}

.form-check-input {
  border-color: #ddceb6;
  border-radius: 0;
  background: transparent;
}
.form-check-input:focus {
  border-color: #ddceb6;
}

.form-check-input[type=checkbox], .form-check-input[type=radio] {
  border-radius: 0;
  box-shadow: 0 0 0;
  margin-top: 0.2em;
}

.form-check-input:checked[type=radio] {
  background-image: url(../images/check-icon.svg) !important;
}/*# sourceMappingURL=footer.css.map */