.elementor-136 .elementor-element.elementor-element-8b2330b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-136 .elementor-element.elementor-element-92e188b{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}@media(max-width:1024px){.elementor-widget-button .elementor-button{line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-136 .elementor-element.elementor-element-8b2330b{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-button .elementor-button{line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS */.container-step-indicators {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 75px;
  position: relative;
  padding: 0px 20px;
}

.step-indicator {

  display: flex;
  align-items: center;
  flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.step {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.step-indicator .step-icon {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #c2c2c2;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  position: relative;
 line-height: 40px;
  font-size: 20px;
}

.step.active .step-icon {
  background: #70A7B4;
}

.step p {
  text-align: center;
  position: absolute;
  bottom: -50px;
  color: #c2c2c2;
  font-size: 14px;
}

.step.active p {
  color: #70A7B4;
}

.step.step2 p,
.step.step3 p {
  left: 50%;
  transform: translateX(-50%);
}

.indicator-line {
  width: 100%;
  height: 2px;
  background: #c2c2c2;
  flex: 1;
}

.indicator-line.active {
  background: #70A7B4;
}

@media screen and (max-width: 500px) {
  .step p {
    font-size: 11px;
    bottom: -50px;
  }
}

    .step-btn {
        border-color: #70A7B4;
        background-color: #70A7B4;
        color: #fff;
        margin-right: 10px;
        margin-top: 30px;
    }
    button.step-btn.elementor-button:hover{
         border-color: #70A7B4;
        color: #70A7B4;
        background-color: #fff;
        margin-top: 30px;
     }
     .step-btn:focus {
        border-color: #70A7B4;
        background-color: #70A7B4;
        color: #fff;
        margin-right: 10px;
        margin-top: 30px;
    }/* End custom CSS */