/*
Step_Flow
*/

.sa-el-step-flow>.elementor-widget-container {
    padding: 30px;
    text-align: center
}

.sa-el-step-arrow,
.sa-el-step-arrow:after {
    position: absolute;
    display: inline-block;
    border-top: 1px solid #ddd
}

.sa-el-step-arrow {
    left: calc(100% + 20px);
    top: 49%;
    width: 100px
}

.sa-el-step-arrow:after {
    top: -2px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #ddd;
    color: #ddd;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.sa-el-steps-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 40px;
    border-radius: 50%;
    background-color: #e9ecf0;
    box-shadow: 0 2px 6px -2px #989898;
    color: #8056ee;
    text-align: center;
    font-size: 46px
}

.sa-el-steps-icon i {
    position: relative;
    display: block;
    width: 1em;
    height: 1em
}

.sa-el-steps-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sa-el-steps-icon .sa-el-steps-label {
    position: absolute;
    top: 10px;
    right: 0;
    overflow: hidden;
    padding: 3px 8px;
    max-width: 200%;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #8056ee;
    border-radius: 20px;
    background-color: #8056ee;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1
}

.sa-el-steps-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px
}

.sa-el-steps-title a {
    display: block;
    color: #562dd4
}

.sa-el-steps-title a:hover {
    color: #242424
}

.sa-el-step-description {
    margin: 0;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}