.fancybox-content {
  height: calc(100vh - (3em * 2)) !important;
  overflow: hidden !important;
  border-radius: 12px !important;
 background-color: rgb(0 0 0 / 3%);
  
}
.fancybox-content .heading1-v2 {
  width: 100% !important;
  margin-left: 0 !important;
}
.fancybox-content {
  width: 876px !important;
  padding: 61px !important;
}
.fancybox-content{
  width: 100% !important;
  padding: 20px !important;
}
.fancybox-slide{
  position: fixed !important;
  top: 45px !important;
  left: 0 !important;
  overflow: hidden   !important;
  width: 100vw;
  height: 100vh;
  padding: 0 !important;
  height: calc(100vh - (3em * 2)) !important;
  background-color: rgb(0 0 0 / 3%);
 
}
.fancybox-iframe {
  background-color: rgb(0 0 0 / 3%);
}

.form-step__sub > li.is-active:before {
  left: -27px;
  width: 27px;
}

.form-step__sub > li {
  margin-left: 25px;
}
  
@media only screen and (max-width: 767.98px) {
  .form-step[data-step="4"] .form-step__sub > li {
    margin-left: 15px;
  }
}

  @media print, screen and (min-width: 768px) {
    .form-step__sub {
      left: 120px;
    }
    .form-step__sub > li {
      margin-left: 38px;
    }
    
    .form-step[data-step="4"] .form-step[data-step="4"] .form-step__sub > li {
      margin-left: 12px;
    }
    
    .form-step[data-step="4"] .form-step__sub > li.is-active:before {
    
      left: -36px;
      width: 36px;
    }
      
    }
    .form-step__sub > li.is-active:before {
      left: -33px;
      width: 33px;
    }
  }
