/**************************
 page-contact-confirm
**************************/
#page-contact-confirm .bg {
  background: url("../../images/contact/bg-contact.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
}
#page-contact-confirm .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#page-contact-confirm .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#page-contact-confirm .bg h1 span {
  display: block;
}
#page-contact-confirm .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page-contact-confirm .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
#page-contact-confirm .contact-confirm-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-contact-confirm .wpcf7-spinner {
  display: none;
}
#page-contact-confirm table th p,
#page-contact-confirm table td p {
  margin-bottom: 0;
}
#page-contact-confirm table th,
#page-contact-confirm table td {
  padding: 30px;
  vertical-align: middle;
}
#page-contact-confirm table th span {
  display: block;
}
#page-contact-confirm table th span.required {
  color: red;
  font-size: 14px;
}
#page-contact-confirm table {
  margin-bottom: 50px;
}
#page-contact-confirm .back_btn {
  text-align: center;
  margin-bottom: 30px;
}
#page-contact-confirm .back_btn input {
  border: none;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: brown;
  color: #fff;
}
#page-contact-confirm .submit_btn {
  text-align: center;
}
#page-contact-confirm .submit_btn input {
  border: none;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #213f6a;
  color: #fff;
}
@media (max-width: 991px) {
  #page-contact-confirm table th,
  #page-contact-confirm table td {
    width: 100%;
    display: block;
  }
  #page-contact-confirm table th {
    background: #86b7fe;
  }
}
