/*.steps-block-style-soft_green {*/
/*    background-color: #F9FEFF;*/
/*    color: #728287*/
/*}*/

.steps-block-style-gradient {
    background: #2EB8E5;
    background: -moz-linear-gradient(90deg, #2EB8E5 0%, #706290 100%);
    background: -webkit-linear-gradient(90deg, #2EB8E5 0%,#706290 100%);
    background: linear-gradient(90deg, #2EB8E5 0%,#706290 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2EB8E5', endColorstr='#706290',GradientType=1 );
    color: #FFFFFF;
}

.steps-block-style-gradient h2, .steps-block-style-gradient h4{
    color: #FFFFFF !important;
}

.steps-block-style-purple {
    background-color: #706290;
    color: #FFFFFF;
}

.steps-block-style-purple h2, .steps-block-style-purple h4 {
    color: #FFFFFF !important;
}

.steps-block-style-soft_green {
    background-color: #F9FEFF;
    color: #728287;
}

.steps-block-style-soft_green h2, .steps-block-style-soft_green h4 {
    color: #728287 !important;
}

.steps-block-style-green {
    background-color: #8CBBC9;
    color: #FFFFFF;
}

.steps-block-style-green h2, .steps-block-style-green h4 {
    color: #FFFFFF !important;
}

.steps-block-style-blue {
    background-color: #3AB9DC;
    color: #FFFFFF;
}

.steps-block-style-blue h2, .steps-block-style-blue h4 {
    color: #FFFFFF !important;
}

.steps-block-style-white {
    background-color: #FFFFFF;
    color: #728287;
}

.steps-block-style-white h2, .steps-block-style-white h4 {
    color: #728287 !important;
}

.steps-block .steps {
    display: table;
    position: relative;
    width: 100%;
    font-size: 0;
    padding-top: 32px;
}

.steps-block .step {
    display: table-cell;
    font-size: 15px;
    margin: -5px; /* extra padding fix for Safari */
}

.steps-block .step-number {
    position: relative;
    margin: 0 -1px;
}

.steps-block .step-text {
    word-break: break-word;
    text-align: center;
}

.steps-block .step-text h4 {
    padding: 22px 0 15px 0;
    margin: 0;
    font-size: 20px;
    color: #77868b;
}
.steps-block .step-text p {
    font-size: 18px;
}
.steps-block .step-number > div {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}
.steps-block .step-number:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #706290;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
}

.steps-block .step-number:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #706290;
    transform:translate(0,-50%);
    -webkit-transform: translate(0, -50%);
}

.steps-block .step:first-child .step-number:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 5px;
    background-color: #706290;
}

.steps-block .step:last-child .step-number:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 5px;
    background-color: #706290;
}

.steps-block .btn-purple {
    background-color: #706290;
    color: #FFFFFF;
}
.steps-block .btn-purple:hover {
    background-color: #706290 !important;
    color: #FFFFFF !important;
}
.steps-block .btn-blue {
    background-color: #3AB9DC;
    color: #FFFFFF;
}
.steps-block .btn-blue:hover {
    background-color: #3AB9DC !important;
    color: #FFFFFF !important;
}
.steps-block .btn-white {
    background-color: #FFFFFF;
    color: #3AB9DC;
}
.steps-block .btn-white:hover {
    background-color: #FFFFFF !important;
    color: #3AB9DC !important;
}

.steps-block .action-box {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
}

.steps-block .action-box .action-link:visited {
    font-family: 'museo-sans-500', 'sans-serif' !important;
}

.steps-block .action-box button {
    /*margin: 15px;*/
    padding: 14px 38px
}

/* Font color */

.steps-block .text-color-gradient {
    background: -webkit-linear-gradient(#2EB8E5, #706290);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.steps-block .text-color-gradient2 {
    background: -webkit-linear-gradient(#706290, #3AB9DC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.steps-block .text-color-purple {
    color: #706290 !important;
}
.steps-block .text-color-blue {
    color: #3AB9DC !important;
}
.steps-block .text-color-white {
    color: #FFFFFF !important;
}
.steps-block .text-color-grey {
    color: #728287 !important;
}
.steps-block .dis-none {
    display: none;
}


/* MOBILE */

@media (max-width: 480px) {

    .steps-block .action-box {
        grid-auto-flow: row;
    }
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

    .steps-block .step {
        display: table;
        width: 100% !important;
        max-width: 100% !important;
    }

    .steps-block .step-number {
        display: table-cell;
        width: 30%;
        height: 100%;
    }

    .steps-block .step-text {
        display: table-cell;
        width: 70%;
        padding: 0;
        text-align: left;
    }

    .steps-block .step-text h4 {
        font-size: 20px;
    }

    .steps-block .step-text p {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .steps-block .step-number:before {
        top: 10px;
        transform:translate(-50%,0);
        -webkit-transform: translate(-50%, 0);
    }

    .steps-block .step-number:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 5px;
        height: 100%;
        background-color: #706290;
        transform:translate(-50%,0);
        -webkit-transform: translate(-50%, 0);
    }

    .steps-block .step:first-child .step-number:after {
        content: '';
        position: absolute;
        top: 20%;
        left: 50%;
        width: 5px;
        height: 80%;
        background-color: #706290;
    }

    .steps-block .step:last-child .step-number:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 5px;
        height: 20%;
        background-color: #706290;
    }
}

@media only screen and (min-width: 1200px){
    .steps-block {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .steps-block {
        padding: 0 15px !important;
    }
}