
  .wrapper {display: flex;align-items: center;justify-content: center; background: #fff;}
  .title{display: none;}
  .wizard > .content {
    position: relative;
    height: auto; 
  }
  .inner {display: flex;width: 100% !important;}
  .image-holder {
    width: 40%;
    height: 521px; 
  }
  .form-content {
    width: 100%;
  
  }
  .form-header {
    text-align: center; 
  }
 
  .form-row {

    margin-bottom: 18px; 
  }
  .form-row .form-holder {
    width: 100%;
  }
  .form-row .form-holder:last-child {
    margin-right: 0; 
  }
  .form-row .form-holder.w-100 {
    width: 100%;
    margin-right: 0; 
  }
  .form-row .select {
    width: 50%;
    margin-right: 30px; 
  }
  .form-row .select .form-holder {
    width: 100%;
    margin-right: 0; 
  }
  
  .form-holder {
    position: relative; 
  }
  .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px; 
  }
  
  .form-control {
    height: 37px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #666; 
  }
  .form-control:focus {
    border-color: #e9e0cf; 
  }
  .form-control::-webkit-input-placeholder {
    color: #999; 
  }
  .form-control::-moz-placeholder {
    color: #999; 
  }
  .form-control:-ms-input-placeholder {
    color: #999; 
  }
  .form-control:-moz-placeholder {
    color: #999; 
  }
  select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999; 
  }
  select.form-control option[value=""][disabled] {
    display: none; 
  }
  textarea.form-control {
    padding: 8px 0;
    background: url("../images/textarea-bg.png") no-repeat right bottom 3px; 
  }
  .actions {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0px 0px;
  }
  .actions ul {
    display: flex; 
  }
  .actions li a {
    background: #bba9ec;
    color: #454545;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 25px;
    margin-top: 20px;
  }
  /*
  .actions li a:before {
    content: '\f301';
    position: absolute;
    top: 14px;
    right: 28px;
    font-family: Material-Design-Iconic-Font; 
  }
  */
#about{display: none;}

  .actions li:nth-child(2) a, .actions li:last-child a {
    margin-left: 20px; 
  }
  

  /*
  .actions li:last-child a:before {
    content: '\f26b';
    position: absolute;
    top: 13px;
    right: 28px;
    font-family: Material-Design-Iconic-Font; 
  }
  */
  .actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s; 
  }

  
  .checkbox-tick label {
cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    width: 100%;
    float: left;
    margin: 10px 0px;
    text-align: left;
    font-size: 18px;
  }
  .checkbox-tick label.male {
    margin-right: 26px; 
  }
  .checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer; 
  }
  .checkbox-tick input:checked ~ .checkmark {
    background:var(--red);
  }
  .checkbox-tick input:checked ~ .checkmark:after {
    display: none; 
  }
  .checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid var(--red);
    border-radius: 50%;
    color: #fff;
    font-size: 11px; 
  }
  .checkbox-tick .checkmark:after {
    top: 0;
    left: 2px;
    position: absolute;
    display: none;
    content: '\f26b'; 
  }
  
  .checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%; 
  }
  .checkbox-circle.mt-24 {
    margin-top: 24px; }
  .checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    transform: translateY(-5px); 
  }
  .checkbox-circle label a {
    color: #6d7f52; 
  }
  .checkbox-circle label a:hover {
    color: #89b843; 
  }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; 
  }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; 
  }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999; 
  }
  .checkbox-circle .checkmark:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    display: none; 
  }
  
  @media (max-width: 991px) {
    .wizard {
      max-width: 768px; 
    }
    .image-holder img {
      height: 521px;
      object-fit: cover; 
    } 
  }
  @media (max-width: 767px) {
    .inner {
      display: block;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none; 
    }
    .image-holder {
      width: 100%; 
    }
    .image-holder img {
      width: 100%; 
    }
    .form-content {
      width: 100%;
      padding: 50px 20px 30px; 
    }
    .form-row {
      display: block; 
    }
    .form-row .form-holder, .form-row .select {
      width: 100%;
      margin-right: 0;
      margin-bottom: 18px; 
    }
    .wrapper {
      height: auto;
      background: none; 
    }
    .checkbox-circle {
      width: 100%; 
    }
    .wizard {
      height: 100%; 
    }
    .wizard > .steps {
      right: 50%;
      top: 52%;
      transform: translateX(50%); 
    }
    .actions {
      right: 50%;
      transform: translateX(50%);
      bottom: 3%; 
    } 
  }
  
  /* additional css */
  select.form-control{
    -webkit-appearance: auto;
  }
  .status .success{
   position:relative;
   width: 100%;
   float: left;
    text-align: center;
    color: #60980b;
    font-weight: 700;
    font-weight: 700;
    padding: 15% 0px;
    font-size: 2.5rem;
    max-width: 80%;
    margin:10%;
  }

  .status .error{
    font-size: 16px;
    color: #fb4314;
  }
  label.error {
    font-size: 12px;
    color: red;
    font-style: italic;
    font-weight: 300;
    padding: 10px 0px 0px 0px;
  }
  .form-control.error{
    border-bottom-color: red;
  }
  
  /*# sourceMappingURL=style.css.map */