.mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.5);
  z-index: 99; }
  .mask span {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    left: 0;
    width: 100%; }

.steps-validation {
  position: relative; }

.wizard h5 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.wizard h6 {
  display: none; }

.wizard .steps {
  margin-bottom: 30px;
  text-align: center; }
  .wizard .steps ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center; }
    .wizard .steps ul:before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      background-color: #574c33;
      top: 50%;
      left: 0;
      z-index: 1; }
    .wizard .steps ul li {
      float: left;
      width: 33.3333333%;
      height: 24px; }
      .wizard .steps ul li:first-child a {
        float: left; }
      .wizard .steps ul li:last-child a {
        float: right; }
      .wizard .steps ul li.current a, .wizard .steps ul li.done a {
        border-color: #cf4a1d; }
      .wizard .steps ul li:before {
        content: '';
        width: 0%;
        height: 1px;
        position: absolute;
        background-color: #cf4a1d;
        top: 50%;
        z-index: 1;
        right: 0;
        left: auto;
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .wizard .steps ul li.done:before {
        width: 50%;
        opacity: 1; }
      .wizard .steps ul li.done.first:before {
        left: 0;
        right: auto; }
      .wizard .steps ul li.done a:before, .wizard .steps ul li.done a:after {
        content: '';
        height: 1px;
        position: absolute;
        background: #cf4a1d; }
      .wizard .steps ul li.done a:before {
        width: 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
        left: 5px; }
      .wizard .steps ul li.done a:after {
        width: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
        left: 7px; }
      .wizard .steps ul li a {
        background-color: #f4f4f4;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 1.5px solid #574c33;
        color: transparent;
        position: relative;
        z-index: 2;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .wizard .steps ul li a span {
          background-color: #b5b1a7;
          display: block;
          width: 8px;
          height: 8px;
          margin: 6.5px;
          border-radius: 100%;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }

.wizard .actions {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px; }
  .wizard .actions ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .wizard .actions ul li:first-child {
      position: absolute;
      left: 0; }
    .wizard .actions ul li.disabled {
      opacity: 0; }
  .wizard .actions a[href="#previous"] {
    padding: 1.05rem 0rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    color: #ddd;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
  .wizard .actions a[href="#finish"],
  .wizard .actions a[href="#next"] {
    min-width: 200px;
    position: relative;
    padding: 1.05rem 2rem;
    padding-right: 3rem;
    font-size: 0.76563rem;
    line-height: 1.5;
    border-radius: 200px;
    color: #fff;
    background-color: #cf4a1d;
    border-color: #cf4a1d;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
    .wizard .actions a[href="#finish"]:before, .wizard .actions a[href="#finish"]:after,
    .wizard .actions a[href="#next"]:before,
    .wizard .actions a[href="#next"]:after {
      content: '';
      width: 6px;
      height: 1px;
      position: absolute;
      right: 15%;
      background: white; }
    .wizard .actions a[href="#finish"]:before,
    .wizard .actions a[href="#next"]:before {
      bottom: 50%;
      margin-bottom: -2px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .wizard .actions a[href="#finish"]:after,
    .wizard .actions a[href="#next"]:after {
      top: 50%;
      margin-top: -3px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .wizard .actions a[href="#finish"]:hover,
    .wizard .actions a[href="#next"]:hover {
      background-color: #ad3e18;
      border-color: #a23a17;
      text-decoration: none; }
    .wizard .actions a[href="#finish"]:active, .wizard .actions a[href="#finish"]:focus,
    .wizard .actions a[href="#next"]:active,
    .wizard .actions a[href="#next"]:focus {
      background-color: #a23a17;
      border-color: #973615;
      -webkit-box-shadow: 0 5px 10px 0.2rem rgba(207, 74, 29, 0.2);
      box-shadow: 0 5px 10px 0.2rem rgba(207, 74, 29, 0.2); }

.additional-service {
  background: white;
  padding: 12px 15px;
  width: 100%; }
  .additional-service input {
    margin-right: 5px; }
