/*** cspt-ihbox-style-20 ***/

.cspt-steps-ihbox-2 .vc_column-inner {
    padding: 0;
}

.cspt-ihbox-style-20 {
    margin-bottom: 30px;
}

.cspt-steps-ihbox-2 .cspt-ihbox-style-20 {
    position: relative;
    padding-top: 88px;
}

.cspt-ihbox-style-20.cspt-ihbox h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}

.cspt-steps-ihbox-2 .cspt-ihbox-style-20 .cspt-ihbox-box {
    position: relative;
    padding-top: 24px;
    padding-right: 35px;
}

.cspt-steps-ihbox-2 .cspt-ihbox-style-20 .cspt-ihbox-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-color: var(--cspt-emphires-global-color);
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cspt-steps-ihbox-2 .cspt-ihbox-style-20:hover .cspt-ihbox-box:before {
    background-color: var(--cspt-emphires-blackish-bg-color);
}

.cspt-steps-ihbox-2 .cspt-ihbox-style-20 .cspt-ihbox-box:after {
    content: '';
    top: 10px;
    width: 100%;
    position: absolute;
    border-top: 1px dashed #cacaca;
    z-index: -1;
}

.cspt-ihbox-style-20 .cspt-ihbox-contents {
    padding-top: 30px;
}

.cspt-steps-ihbox-2 .cspt-ihbox-style-20:before {
    content: counter(csptbox3, decimal-leading-zero) " ";
    counter-increment: csptbox3;
    color: transparent;
    font-size: 70px;
    line-height: 50px;
    position: absolute;
    font-weight: 900;
    top: 0px;
    left: 0px;
    z-index: 99;
    -webkit-text-stroke: 1px #cacaca;
}

.cspt-ihbox-style-20 .cspt-ihbox-icon {
    display: none;
}