body {
  margin: 0;
}

.page-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.wizard-v10-content {
  background: #fff;
  /*width: 850px;*/
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 80px 0 50px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: flex;
  display: -webkit-flex;
}

  .wizard-v10-content .wizard-form {
    width: 100%;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }

.wizard-form .wizard-header {
  /*background: #3760e5;*/
  background: #f0ede5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 13px 50px;
}

  .wizard-form .wizard-header h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
  }

  .wizard-form .wizard-header p {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 26px;
  }

.form-register .steps {
  margin-bottom: 33px;
  margin-top: 40px;
}

  .form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }

  .form-register .steps li,
  .form-register .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
  }

    .form-register .steps li a {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #ccc;
      margin-right: 143px;
      position: relative;
      outline: none;
    }

      .form-register .steps li a::before {
        position: absolute;
        content: "";
        background: #e5e5e5;
        width: 143px;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 100%;
      }

    .form-register .steps li.last a {
      margin-right: 0;
    }

      .form-register .steps li.last a::before {
        content: none;
      }

    .form-register .steps li.current a,
    .form-register .steps li.current a:active,
    .form-register .steps li.done a::before,
    .form-register .steps li.done a,
    .form-register .steps li.done a:active {
      background: #f0ede5;
    }

    .form-register .steps li .current-info {
      display: none;
    }

    .form-register .steps li .title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
    }

.form-register .content {
  padding: 0 80px;
}

  .form-register .content h2 {
    display: none;
  }

.inner .form-row {
  display: flex;
  margin: 0 -10px;
  position: relative;
}

  .inner .form-row .form-holder {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
  }

    .inner .form-row .form-holder.form-holder-2 {
      width: 53.6%;
      position: relative;
    }

    .inner .form-row .form-holder label {
      color: #333;
      font-size: 16px;
      font-weight: 700;
      padding-bottom: 10px;
      display: block;
    }

    .inner .form-row .form-holder input,
    .inner .form-row .form-holder select {
      width: 100%;
      padding: 14.5px 15px;
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      appearance: unset;
      -moz-appearance: unset;
      -webkit-appearance: unset;
      -o-appearance: unset;
      -ms-appearance: unset;
      outline: none;
      -moz-outline: none;
      -webkit-outline: none;
      -o-outline: none;
      -ms-outline: none;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      color: #333;
      font-weight: 600;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
    }

    .inner .form-row .form-holder select {
      color: #666;
      font-size: 15px;
      font-weight: 500;
      background: 0 0;
      z-index: 1;
      cursor: pointer;
      position: relative;
    }

    .inner .form-row .form-holder .select-btn {
      z-index: 0;
      position: absolute;
      top: 55%;
      right: 8%;
      font-size: 18px;
      cursor: pointer;
      color: #666;
    }

.actions {
  margin: 20px 80px 60px;
}

  .actions ul {
    list-style: none;
    padding-left: 0;
  }

    .actions ul li.disabled,
    .actions ul li:first-child {
      display: none;
    }

    .actions ul li {
      padding: 0;
      border: none;
      border-radius: 25px;
      -o-border-radius: 25px;
      -ms-border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      display: inline-flex;
      height: 50px;
      width: 160px;
      justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      background: #f0ede5;
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
    }

      .actions ul li:hover {
        background: #2b4ab3;
      }

      .actions ul li a {
        color: #fff;
        text-decoration: none;
        padding: 15px 42px;
      }


/* Responsive */
@media screen and (max-width: 1199px) {
  .wizard-v10-content {
    margin: 180px 20px;
  }
}

@media screen and (max-width: 991px) {
  .inner .form-row {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner .form-row .form-holder.form-holder-2 {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .wizard-v10-content {
    width: 90%;
  }

  .form-register .content {
    padding: 0 40px;
  }

  .form-register .steps li a {
    width: 50px;
    height: 50px;
    margin-right: 50px;
  }

    .form-register .steps li a::before {
      width: 50px;
    }
}
