.form-wrapper {
  height: 100vh; }

.page-template-page-lead-form #content.site-content {
  position: relative; }

@media only screen and (max-width: 745px) {
  .page-template-page-lead-form .form-check {
    padding-left: 0; } }

.page-template-page-lead-form .header-wrapper {
  margin-bottom: 0; }

.page-template-page-lead-form input.form-control {
  background: rgba(0, 27, 46, 0.04);
  padding: 12px;
  border-radius: 4px;
  border-color: rgba(0, 27, 46, 0.04); }

.page-template-page-lead-form .select-wrapper {
  background: rgba(0, 27, 46, 0.04);
  padding: 12px;
  border-radius: 4px; }

.page-template-page-lead-form .select2-selection__rendered span {
  margin-bottom: -9px !important;
  display: block !important;
  float: none !important;
  font-size: 20px; }

.page-template-page-lead-form span.select2-selection__placeholder {
  font-size: 20px;
  margin-bottom: 0px !important; }

@media only screen and (max-width: 745px) {
  .page-template-page-lead-form footer {
    display: none; } }

.page-template-page-lead-form-results .navbar-toggler, .page-template-page-lead-form-results #main-nav {
  display: none !important; }

@media only screen and (max-width: 745px) {
  .page-template-page-lead-form-results footer {
    display: none; } }

h2.fs-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 38px; }

.range-slider p {
  font-size: 70px;
  font-weight: 700;
  color: #001B2E;
  margin-bottom: 3rem; }

.form-check-label {
  font-size: 20px;
  color: #001B2E;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 745px) {
    .form-check-label {
      font-size: 16px; } }
  .form-check-label:hover {
    background: #FCDB43 !important;
    color: #50360C !important; }
  .form-check-label img {
    max-width: 35px; }

input.close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 27, 46, 0.12);
  border: 0px !important;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 0px;
  background-image: url("/wp-content/plugins/zakelijk-geleend-plugin/public//images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input.close:hover {
    background: #FCDB43;
    background-image: url("/wp-content/plugins/zakelijk-geleend-plugin/public//images/close.svg");
    background-position: center;
    background-repeat: no-repeat; }

input.previous.action-button-previous {
  position: absolute;
  font-size: 20px;
  font-weight: 400 !important;
  height: 38px;
  padding-left: 40px;
  width: auto;
  display: block;
  border: 0 !important;
  left: 0;
  top: 0;
  background-image: url("/wp-content/plugins/zakelijk-geleend-plugin/public//images/previous.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  input.previous.action-button-previous:hover {
    color: #EC9A20 !important; }

input.next.action-button-next {
  position: absolute;
  font-size: 20px;
  background: none;
  font-weight: 400 !important;
  height: 38px;
  padding-right: 40px;
  width: auto;
  display: block;
  border: 0 !important;
  right: 0;
  top: 0;
  background-image: url("/wp-content/plugins/zakelijk-geleend-plugin/public//images/next.svg") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  input.next.action-button-next:hover {
    color: #EC9A20 !important; }

input.submit.action-button, input.next.action-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2rem !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  width: auto !important; }
  @media only screen and (max-width: 960px) {
    input.submit.action-button, input.next.action-button {
      width: 100% !important; } }
  input.submit.action-button:focus, input.submit.action-button:hover, input.next.action-button:focus, input.next.action-button:hover {
    border: 0px !important;
    box-shadow: none !important;
    background-color: #001B2E !important;
    color: #ffffff !important; }

.progress-wrapper {
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: #F5F6F7; }
  .progress-wrapper .progress-bar {
    height: 10px;
    width: 0%; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #001B2E !important; }
