.BG-white {
  background: #ffffff;
}

.apply-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  z-index: 100000;
}

.apply-box .lightbox-close-icon {
  position: absolute;
  top: 54px;
  right: 62px;
  line-height: 0;
  z-index: 500;
  cursor: pointer;
  pointer-events: all;
}

.apply-box .lightbox-close-icon svg {
  width: 27px;
  height: 27px;
}

@media (max-width: 767px) {
  .apply-box .lightbox-close-icon svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 767px) {
  .apply-box .lightbox-close-icon {
    top: 25px;
    right: 25px;
  }
}

.apply-box .lightbox-close-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(34, 20, 20, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .apply-box {
    display: block;
  }
  .apply-box input.form-control {
    height: 72px;
  }
}

.apply-box #apply-in-forms, .apply-box #apply-up-forms {
  height: 100%;
}

.apply-box .container {
  max-width: 790px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: none;
}

.apply-box .container > div {
  width: 100%;
  max-height: 90%;
  overflow: auto;
  position: relative;
}

.apply-box .form-group {
  margin: auto;
}

@media (min-width: 768px) {
  .xl-big .container {
    max-width: calc(100% - 200px);
  }
  .xl-big .form-group {
    max-width: 100%;
    margin: auto;
  }
}

.apply-box .apply-body {
  background: #ffffff;
  padding: 100px 62px 62px;
  border-radius: 10px;
  pointer-events: all;
}

@media (max-width: 767px) {
  .apply-box .apply-body {
    padding: 52px 30px 30px;
  }
}

.apply-box .apply-body .form-group [type="radio"] + .label {
  display: inline-block;
  padding: 15px 0;
  width: 48%;
  text-align: center;
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group [type="radio"] + .label {
    padding: 10px 0;
  }
}

.apply-box .apply-body .form-group [type="radio"] + .label svg {
  fill: #707070;
}

.apply-box .apply-body .form-group [type="radio"]:checked + .label {
  background: #04354A;
  color: #ffffff;
}

.apply-box .apply-body .form-group [type="radio"]:checked + .label svg {
  fill: #ffffff;
}

.apply-box .apply-body .form-group .form-control {
  font-size: 20px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group .form-control {
    font-size: 16px;
  }
}

.apply-box .apply-body .form-group .icon {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  margin-top: 7px;
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group .icon {
    margin-top: 3px;
  }
}

.apply-box .apply-body .form-group .label {
  color: #9E9E9E;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  display: block;
  padding: 0;
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group .label {
    font-size: 14px;
  }
}

.apply-box .apply-body .form-group .label svg {
  vertical-align: middle;
}

.apply-box .apply-body .form-group .checkbox-input + .checkbox {
  width: 100%;
  background: #EEEEEE;
  padding: 20px 30px;
  border-radius: 7px;
  position: relative;
  padding-left: 80px;
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group .checkbox-input + .checkbox {
    font-size: 14px;
    padding: 11px 15px;
    padding-left: 50px;
  }
}

.apply-box .apply-body .form-group .checkbox-input + .checkbox:after {
  content: '';
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(47deg) translatey(-50%);
          transform: rotate(47deg) translatey(-50%);
  border-right: 2px solid #04354A;
  border-bottom: 2px solid #04354A;
  display: block;
  position: absolute;
  left: 32px;
  top: calc(50% - 2px);
  left: 39px;
  display: none;
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group .checkbox-input + .checkbox:after {
    left: 26px;
    top: calc(50% - 2px);
    width: 4px;
    height: 8px;
  }
}

.apply-box .apply-body .form-group .checkbox-input + .checkbox:before {
  content: '';
  height: 31px;
  width: 31px;
  border-radius: 7px;
  display: block;
  position: absolute;
  border: 1px solid #000;
  left: 30px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media (max-width: 767px) {
  .apply-box .apply-body .form-group .checkbox-input + .checkbox:before {
    height: 21px;
    width: 21px;
    left: 20px;
  }
}

.apply-box .apply-body .form-group .checkbox-input:checked + .checkbox {
  background: #04354A;
  color: #fff;
}

.apply-box .apply-body .form-group .checkbox-input:checked + .checkbox:before {
  background: #fff;
}

.apply-box .apply-body .form-group .checkbox-input:checked + .checkbox:after {
  display: block;
}

.apply-box .apply-body .nice-select {
  line-height: 56px;
  height: 72px;
}

@media (max-width: 767px) {
  .apply-box .apply-body .nice-select {
    height: 45px;
    line-height: 30px;
  }
}

.apply-box .apply-box-title {
  margin-bottom: 32px;
}

.apply-box .apply-box-title h2 {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .apply-box .apply-box-title h2 {
    font-size: 16px;
  }
}

.apply-box .apply-box-title .progress {
  border-radius: 15px;
}

.apply-box .apply-box-title .progress .progress-bar {
  border-radius: 15px;
  background: #04354A;
}

.apply-box .apply-box-title .question {
  font-size: 20px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .apply-box .apply-box-title .question {
    margin: 20px 0;
    font-size: 16px;
  }
}

.apply-box .apply-box-title p {
  font-size: 18px;
  font-weight: lighter;
  color: #000000;
}

@media (max-width: 767px) {
  .apply-box .apply-box-title p {
    font-size: 16px;
  }
}

.apply-box .apply-box-title p b {
  display: block;
}

.apply-box .form-btn-group {
  text-align: right;
  margin-top: 15px;
}

.apply-box .form-btn-group .btn {
  padding: 18px 64px;
  font-size: 22px;
  border-radius: 7px;
}

@media (max-width: 767px) {
  .apply-box .form-btn-group .btn {
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 14px 64px;
  }
}

.apply-box .form-btn-group .Next-btn {
  background: #00B1FF;
  color: #ffffff;
  border: solid 1px #00B1FF;
}

.apply-box .form-btn-group .Back-btn {
  border: solid 1px #04354A;
  color: #04354A;
  background: #fff;
}

@media (min-width: 768px) {
  .apply-box .form-btn-group .Back-btn {
    margin-right: 30px;
  }
}

.datepicker td, .datepicker th {
  width: 40px;
}

.slider.slider-horizontal {
  width: 100%;
}

.slider-tick-label-container {
  margin-left: 0 !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-tick-label-container .slider-tick-label {
  width: 100% !important;
}

.slider-tick-label-container .slider-tick-label:first-child {
  width: 50% !important;
  text-align: left !important;
}

.slider-tick-label-container .slider-tick-label:last-child {
  width: 50% !important;
  text-align: right !important;
}

.slider-tick {
  display: none;
}

.slider-selection.tick-slider-selection {
  background: #04354A !important;
}

.slider-handle {
  background: #fff;
  border: 12px solid #04354A;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: -20px !important;
  margin-top: -10px !important;
  width: 15px;
  height: 15px;
}

.slider-track {
  background: #eee;
  height: 15px;
  height: 15px !important;
  border-radius: 10px;
}

.slider.slider-horizontal .slider-tick-label-container {
  margin-top: 35px;
}

.slider.slider-horizontal {
  margin-bottom: 100px !important;
}

.nice-select .current {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

html.open {
  height: 100%;
  overflow: hidden;
}
/*# sourceMappingURL=apply.css.map */