.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

.sec-contact-form {
  position: relative;
}

.sec-contact-form .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
}

span br {
  display: none;
}

label br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec-contact-form .wrapper {
    padding: 0 2vw;
    display: flex;
    flex-direction: column;
  }
}
.contact-top {
  margin-top: 40px;
  width: 100%;
}

.contact-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
}

.contact-progress {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.progress-text {
  width: 28%;
  height: 71px;
  text-align: center;
  font-size: 24px;
  color: #898888;
  font-weight: bold;
  line-height: 71px;
  background-color: #e0e0e0;
}

.progress-1 {
  background-color: #ffac4e;
  color: #fff;
}

.confirm .progress-1 {
  background-color: #e0e0e0;
  color: #898888;
}

.confirm .progress-2 {
  background-color: #ffac4e;
  color: #fff;
}

.triangle {
  height: 30px;
  width: 22px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 30px solid #fdba6d;
}

form {
  margin-top: 40px;
  background-color: #fff;
}

form p,
form p label {
  width: 100%;
  display: flex;
}

form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid #959595;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
}

form .input-box-checkbox label {
  display: inline-block;
  width: auto;
}

form .input-box-checkbox input[type=checkbox] {
  display: inline-block;
  width: auto;
}

form .ct-box {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  form .ct-box {
    flex-direction: column;
  }
}

.ct-text {
  min-width: 255px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #959595;
  color: #fff;
  font-size: 18px;
  padding: 35px 15px;
  border-bottom: 1px solid #fff;
}

.ct-text .email br {
  display: inline;
}

.ct-text .email-ats {
  display: inline-block;
  margin-top: 5px;
  max-width: 150px;
  font-size: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ct-text .email-ats {
    margin-right: 3.5vw;
    max-width: none;
  }
}

.ct-required {
  display: inline-block;
  width: 50px;
  height: 20px;
  font-size: 12px;
  background-color: #f38100;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
}
.ct-required.agree {
  margin-top: 25px;
  margin-left: 15px;
}
@media screen and (max-width: 425px) {
  .ct-required.agree {
    margin-left: 0;
  }
}

.input-box {
  display: flex;
  align-items: center;
  border: 1px solid #959595;
  padding: 10px;
  width: 100%;
  font-size: 18px;
}

.confirm .wpcf7-form-control-wrap {
  width: 100%;
}

.input-box-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #959595;
  padding: 10px;
  width: 100%;
  font-size: 18px;
}

.input-box-checkbox .wpcf7-form-control {
  display: block;
  width: 100%;
}

.input-box-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.input-box-checkbox .wpcf7-list-item.request {
  margin-right: 15px;
}

form .input-box-checkbox input[type=checkbox] {
  display: none;
}

form .input-box-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  display: block;
}

.input-box-checkbox .wpcf7-list-item-label {
  position: relative;
}

.input-box-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #959595;
  margin-right: 5px;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  vertical-align: -1px;
}

.input-box-checkbox .wpcf7-list-item-label:after {
  position: absolute;
  left: 4px;
  top: calc(50% - 5px);
  display: none;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #ffac4e;
}

.input-box-checkbox .your-type {
  position: relative;
}

.your-type::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/contact/chevron-down.png) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.wpcf7-form-control-wrap.your-zip-code {
  width: 117px;
  margin-right: 15px;
}

.wpcf7-form-control-wrap.your-zip-code2 {
  width: 184px;
  margin-left: 15px;
}

.ct-zipcode {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.privacy-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto 40px;
}

.ct-check {
  width: 24px;
  height: 24px;
  border: 2px solid #959595;
  margin-right: 15px;
  margin-top: 3px;
}

.privacy-wrapper p {
  display: flex;
  align-items: center;
}

.privacy-wrapper .wpcf7-form-control-wrap {
  width: auto;
}

.ct-check-text {
  margin-top: 20px;
  width: auto;
  font-size: 22px;
  font-weight: bold;
  color: #959595;
}

.ct-check-text a {
  color: #f38100;
}

#ct-confirm,
#ct-back,
#ct-submit,
#ct-top-back {
  border: none;
  width: 315px;
  height: 72px;
  background-color: #f38100;
  color: #fff;
  text-align: center;
  border-radius: 0;
}

#ct-back {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 10px;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
  z-index: -5;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 20px;
  font-size: 18px;
  color: red;
}

form p:last-of-type {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ct-back {
  margin-right: 50px;
}

.confirm .ct-required {
  display: none;
}

.wpcf7c-conf {
  background-color: transparent !important;
  background: none;
  border: none !important;
  color: #5a5a5a !important;
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0;
}

.complete .contact-text {
  margin-top: 100px;
}

.complete .progress-1,
.complete .progress-2 {
  background-color: #e0e0e0;
  color: #898888;
}

.complete .progress-3 {
  background-color: #ffac4e;
  color: #fff;
}

#ct-top-back {
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  form p,
  form p label {
    flex-direction: column;
  }
  .ct-text {
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1;
  }
  form input,
  form select,
  form textarea {
    font-size: 16px;
    line-height: 1;
  }
  .progress-text {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
  .input-box {
    margin-top: -1px;
  }
  .ct-check-text {
    font-size: 16px;
  }
  .ct-check {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }
  .ct-required {
    line-height: 20px;
  }
  form p:last-of-type {
    margin-top: 50px;
    flex-direction: row;
    max-width: 100%;
  }
  #ct-top-back {
    margin-top: 50px;
    max-width: 100%;
  }
  .complete .contact-text {
    margin-top: 50px;
  }
  .contact-text {
    display: inline-block;
    text-align: left;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
  }
  .triangle {
    margin: 0 10px;
  }
  #ct-back {
    margin-right: 20px;
  }
  #ct-back,
  #ct-submit {
    width: 50%;
    white-space: pre-wrap;
    line-height: 1.3;
  }
}
.sec-contact-form::after {
  content: "";
  background-image: url("../images/contact/img-letter.png");
  background-size: contain;
  background-position: right;
  width: 300px;
  height: 960px;
  position: absolute;
  right: 0;
  top: -90px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec-contact-form::after {
    display: none;
  }
}
.sec-contact-form .wpcf7-not-valid-tip {
  margin-top: 14px;
  line-height: 1.2;
  width: 100%;
}

.sec-contact-form .wpcf7-not-valid-tip .inner {
  display: inline-block;
  padding: 10px;
  background-color: #fff35d;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.confirm-txt br {
  display: inline;
}

.direct-call {
  margin: 0 auto;
  border: 2px solid #ffac4e;
  padding: 30px 20px;
  width: 100%;
  max-width: 940px;
  text-align: center;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .direct-call {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.direct-call__lead {
  font-weight: 700;
}
.direct-call__tel-num__anc {
  font-size: 300%;
  font-weight: 700;
  color: #f38100;
}
@media screen and (max-width: 768px) {
  .direct-call__tel-num__anc {
    display: block;
    margin: 0 auto;
    border-radius: 9px;
    margin-top: 15px;
    padding: 20px 3.5vw;
    width: 100%;
    max-width: 323px;
    background-color: #f38100;
    font-size: 110%;
    text-align: center;
    color: #fff;
  }
  .direct-call__tel-num__anc:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/icn/icn-tel-mini-white.png") no-repeat 50% 50%/contain;
    vertical-align: -5px;
  }
}
.direct-call__available {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .direct-call__available {
    font-size: 90%;
  }
}

.wpcf7-form-control-wrap.your-check {
  margin-top: 20px;
}

.wpcf7-list-item.your-check {
  margin-left: 0;
}/*# sourceMappingURL=page-contact.css.map */