/*CSS Layout bloque formulario en dos pasos */
.bk-tsf-main{
    width: 100%;
}
  .bk-tsf-wrapper{
    margin: 0 auto;
  }
  .bk-tsf-wrapper-width-90{
    width: 90%;
  }
  .bk-tsf-wrapper-width-80{
    width: 80%;
  }
  .bk-tsf-wrapper-width-70{
    width: 70%;
  }
  .bk-tsf-wrapper-width-60{
    width: 60%;
  }
  .bk-tsf-wrapper-width-50{
    width: 50%;    
  }
  .bk-tsf-wrapper-width-40{
    width: 40%;    
  }
  .bk-tsf-wrapper-width-30{
    width: 30%;
  }
    .bk-tsf-steps{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }
      .bk-tsf-steps-numbers{
        display: flex;
        justify-content: flex-end;
        align-items: center;
      }
        .bk-tsf-steps-numbers-progress{
            margin: 0 12px;
            width: 102px;
            height: 5px;
        }
          .bk-tsf-steps-numbers-progress-thumb{
            display: block;
            height: 100%;
            width: 0;
          }
          .bk-tsf-steps-numbers-progress-thumb-full{
            width: 100%;
          }
        .lead-form-continue{
            margin-top: 18px;
            min-width: 180px;
            height: auto;
        }
@media (max-width:1199px) {
  .bk-tsf-wrapper-width-60, .bk-tsf-wrapper-width-50, .bk-tsf-wrapper-width-40, .bk-tsf-wrapper-width-30{
    width: 65%;
  }
}
@media (max-width:768px) {
  .bk-tsf-wrapper-width-90, .bk-tsf-wrapper-width-80, .bk-tsf-wrapper-width-70, .bk-tsf-wrapper-width-60, .bk-tsf-wrapper-width-50, .bk-tsf-wrapper-width-40, .bk-tsf-wrapper-width-30{
    width: 100%;
  }
    .bk-tsf-steps{
        margin-bottom: 30px;
    }
        .bk-tsf-steps-numbers-progress{
            margin: 0 7px;
            width: 30px;
            height: 3px;
        }
}