*{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Poppins', sans-serif;
  }
  body{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #efefef url("/static/img/bg-top.svg") top center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    font-family: 'Muli',sans-serif;
    /*background:  -webkit-linear-gradient(bottom, #25a9e0 0%, #29b473 100%);*/
  }
.container {
    width: 330px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .container .form-outer{
    width: 100%;
    overflow: hidden;
  }
  .container .form-outer form{
    display: block;
    width: 100%;
  }
  .form-outer form .page{
    width: 100%;
    transition: margin-left 0.3s ease-in-out;
  }
  .form-outer form .page .title{
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    color:#0DB04B;
  }
  .form-outer form .page .field{
    /*width: 330px;
     display: flex;*/
    height: 45px;
    margin: 45px 0;
    position: relative;
  }
  form .page .field .label{
    position: absolute;
    top: -30px;
    font-weight: 500;
  }
  form .page .field input{
    height: 100%;
    /*width: 139%!important;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;*/
  }
  form .page .field select{
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
  }
  form .page .field button{
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #25a9e0;
    background: -moz-linear-gradient(left, #25a9e0 0%, #29b473 100%);
    background: -webkit-linear-gradient(left, #25a9e0 0%, #29b473 100%);
    background: linear-gradient(to right, #25a9e0 0%, #29b473 100%);
    /*margin-top: -20px;*/
    margin-top: 7px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
  }
  form .page .field button:hover{
    background: #0db40d;
  }
  
  form .page .btns button{
    margin-top: -20px!important;
  }
  form .page .btns button.prev{
    margin-right: 3px;
    font-size: 17px;
  }
  form .page .btns button.next{
    margin-left: 3px;
  }
  
  
  th.active {
    width: 33px;
    padding: 4px 2px;
    background-color: #29b473;
  }
  
  .nxtBtn {
    border: none;
    background: #25a9e0;
    background: -moz-linear-gradient(left, #25a9e0 0%, #29b473 100%);
    background: -webkit-linear-gradient(left, #25a9e0 0%, #29b473 100%);
    background: linear-gradient(to right, #25a9e0 0%, #29b473 100%);
    margin-top: 7px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
  }
  .nxtBtn:hover{
    background: #0db40d;
  }
  .prevBtn:hover {
    background: #0db40d;
  }
    
  .prevBtn {
    border: none;
    background: #25a9e0;
    background: -moz-linear-gradient(left, #25a9e0 0%, #29b473 100%);
    background: -webkit-linear-gradient(left, #25a9e0 0%, #29b473 100%);
    background: linear-gradient(to right, #25a9e0 0%, #29b473 100%);
    margin-right:5px;
    margin-top: 7px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
  }
  
  
  
  
  input.invalid {
    background-color: #ffdddd;
  }
  
  .error {
      color: #f00;
      width: 109px;
      font-size: 11px;
  }
  
  .error2 {
      color: #f00;
      width: 109px;
      font-size: 11px;
      position: absolute;
      top: 330px;
      right: 500px;
      height: 10px;
  }
 
  .select2-container .select2-selection--single {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 45px!important;
      padding:5px!important;
      width: 108%!important;
      -webkit-user-select: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 17%;
      margin-left: -27px!important;
      margin-top: 3px !important;
      position: absolute;
      top: 50%!important;
      width: 0;
  }
  
  /*@media screen and (min-width:768px){
  #step3_div{
  height:1090px;
  }
  }*/
  @media screen and (max-width:768px){
  .form-outer form .page .title{
  color:#0DB04B;
  font-size:19px;
  }
}
  .prefix{
      padding: 10px 3px;
      display: block;
  
  }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    
    font-size: 1rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: .5rem;
}
