.sikka-form-container {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto auto auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .sikka-form-container h2{ font-size: 25px; text-align: center; margin-bottom: 25px;}
  .sikka-form-container label{ font-size: 16px; font-weight: 600; color: #4c4b4b;}
  .sikka-step.active {
    display: block;
  }
  
  .fieldCover{ position: relative; margin-bottom: 10px;}
  .fieldCover .sikka-verify{ 
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
    border-radius: 0;
  }
  .hidden {
    display: none;
}
.fileUpload{ text-align: center; padding: 20px 100px; width: 100%;}
.fileUpload svg{ width: 120px; color:#b3b0b0;}
.fileUpload span{ display: block; font-size: 16px; text-transform: uppercase;}
  .sikka-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }
  .sikka-select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }
  .sikka-previous{ width: 150px; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-top: 20px;
    background: #ccc;
    color: #302d2d;
    margin: 0 5px;
  }
  .commanBtn{ width: 150px; font-size: 17px; font-weight: 600; text-transform: uppercase; margin: 0 5px; margin-top: 20px;}
  button {
    padding: 10px 30px;
    background-color: #ca9e3c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .sikka-prev {
    background-color: #6c757d;
  }
  
  .sikka-verify {
    background-color: #28a745;
    padding-left: 14px;
    padding-right: 14px;
  }
 
.progressSteps{ width: 90%; margin: 0 auto;}
  .progressSteps .progressbar {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .progressSteps .progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/5);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
    text-align: center;
  }
  
  
  .progressSteps .progressbar li:before {
   content: '';
   background: url(../images/email-icon.png) no-repeat #eaf0f4;
   background-size: 20px auto;
    background-position: center;
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;


    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 10px auto;
  }

  .progressSteps .progressbar li:nth-child(2):before {
    content: " ";
    background: url(../images/unlock-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li:nth-child(3):before {
    content: " ";
    background: url(../images/user-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li:nth-child(4):before {
    content: " ";
    background: url(../images/docs-icon.png) no-repeat #eaf0f4;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li:nth-child(5):before {
    content: " ";
    background: url(../images/finish-icon.png) no-repeat #eaf0f4;
    background-size: 20px auto!important;
    background-position: center!important;
  }

  .progressSteps .progressbar li.active:first-child:before {
    content: " ";
    background: url(../images/email-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li.active:nth-child(2):before {
    content: " ";
    background: url(../images/unlock-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li.active:nth-child(3):before {
    content: " ";
    background: url(../images/user-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li.active:nth-child(4):before {
    content: " ";
    background: url(../images/docs-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  .progressSteps .progressbar li.active:nth-child(5):before {
    content: " ";
    background: url(../images/finish-icon.png) no-repeat #5cb85c;
    background-size: 20px auto!important;
    background-position: center!important;
  }
  




  .progressSteps .progressbar li:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
  }
  .progressSteps .progressbar li:last-child:after {
    width: 150%;
  }
  .progressSteps .progressbar li.active {
    color: #5cb85c;
  }
  .progressSteps .progressbar li.active:before, 
  .progressSteps .progressbar li.active:after {
    background: url(../images/email-icon.png) no-repeat #5cb85c;
      
  }

  @media (max-width: 768px) {
    .progressSteps{width: 100%;}
    ul.progressbar{padding: 0;}
    .progressSteps .progressbar li:before{width: 40px; height: 40px; margin-top: 3px;}
    .sikka-previous, .commanBtn{ width: 110px; font-size: 12px;}
    .fieldCover .sikka-verify{width: 96px; height: 37px;}

    .sikka-form-container {
      padding: 15px;
    }
  
    .sikka-input {
      padding: 8px;
    }
  
    button {
      width: 100%;
    }
  }
  @media (max-width: 375px) {
    .progressSteps .progressbar li{font: 500 11px / 1 "Roboto", sans-serif;}
  }