.cspt-ihbox-style-5.cspt-ihbox {
    text-align: center;
    position: relative;
}
.cspt-ihbox-style-5.cspt-ihbox h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}
.cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-5 .cspt-ihbox-svg-wrapper {
    font-size: 60px;
    margin-bottom: 35px;
    width: 110px;
    height: 110px;
    color: var(--cspt-emphires-global-color);
    line-height: 110px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    box-shadow: 0px 0px 24px 0px rgba(26, 47, 106, 0.13);
}
.cspt-ihbox-style-5 .cspt-ihbox-svg-wrapper {
	fill: var(--cspt-emphires-global-color);
}
.cspt-ihbox-style-5 .cspt-ihbox-contents {
    padding-top: 10px;
}
.cspt-ihbox-style-5 .cspt-ihbox-content {
    margin-top: 5px;
    padding: 0 15px;
}
.cspt-steps-counter .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:before,
.cspt-steps-counter .cspt-ihbox-style-5 .cspt-ihbox-svg-wrapper:before {
    content: counter(csptbox1, decimal-leading-zero) " ";
    counter-increment: csptbox1;
    color: var(--cspt-emphires-white-color);
    height: 35px;
    width: 35px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    bottom: -10px;
    right: -5px;
    z-index: 99;
    background-color: var(--cspt-emphires-secondary-color);
}
.cspt-steps-counter .cspt-ihbox-style-5 .cspt-ihbox-svg-wrapper:before {
	fill: var(--cspt-emphires-white-color);
}
.cspt-text-color-white .cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:before {
    border-top: 1px dashed var(--cspt-emphires-white-color);
}
.cspt-text-color-white .cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:after {
    color: var(--cspt-emphires-white-color);
}
.cspt-steps-counter .vc_column_container:last-child .cspt-ihbox-style-5:after,
.cspt-steps-counter .vc_column_container:last-child .cspt-ihbox-style-5:before {
    display: none;
}
.cspt-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:after,
.cspt-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-ihbox-svg-wrapper:after {
    background: var(--cspt-emphires-white-color) !important;
}
.cspt-steps-counter .elementor-row>.elementor-element:last-child .cspt-ihbox-style-5:before {
    display: none;
}
.cspt-steps-counter.cspt-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:before,
.cspt-steps-counter.cspt-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-ihbox-svg-wrapper:before {
    background-color: var(--cspt-emphires-secondary-color);
}
