.cspt-ihbox-style-5.cspt-ihbox {
    text-align: center;
    position: relative;
}
.cspt-ihbox-style-5.cspt-ihbox h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper{
    font-size: 60px;
    margin-bottom: 35px;
    width: 140px;
    height: 140px;
    color: #071323;
    line-height: 140px;
    display: inline-block;
    border:2px dashed #071323;
    border-radius: 50%;
    position: relative;
} 
.cspt-ihbox-style-5 .cspt-ihbox-content{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
}
.cspt-steps-counter .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper:before {
    content: counter(csptbox1, decimal-leading-zero) " ";
    counter-increment: csptbox1;
    color: var(--cspt-enginir-white-color);
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 500;
    top: 0;
    right: 0;
    z-index: 99;
}
.cspt-ihbox-style-5{
    position: relative;
}
.cspt-steps-counter .elementor-element:nth-child(2) .cspt-ihbox-style-5:before,
.cspt-steps-counter .elementor-element:nth-child(1) .cspt-ihbox-style-5:before,
.cspt-steps-counter .vc_column_container:nth-child(2) .cspt-ihbox-style-5:before,
.cspt-steps-counter .vc_column_container:nth-child(1) .cspt-ihbox-style-5:before {
    content: '';
    top: 30px;
    right: -27%;
    z-index: 99;
    width: 170px;
    height: 50px;
    background: url(../../images/arrow.png) no-repeat;
    display: block;
    position: absolute;
}
.cspt-steps-counter .elementor-element:nth-child(2) .cspt-ihbox-style-5:before,
.cspt-steps-counter .elementor-element:nth-child(1) .cspt-ihbox-style-5:before {
    right: -22%;
}
.cspt-steps-counter .elementor-element:nth-child(2) .cspt-ihbox-style-5:before,
.cspt-steps-counter .vc_column_container:nth-child(2) .cspt-ihbox-style-5:before {
    background: url(../../images/arrow-down.png) no-repeat;
    top: 60px;
}
.cspt-ihbox-style-5 .cspt-ihbox-subheading h4{
    color: var(--cspt-enginir-global-color);
}
.cspt-steps-counter .cspt-ihbox-style-5  .cspt-ihbox-icon-wrapper:before{
    background-color: var(--cspt-enginir-global-color);
}
@media (max-width: 1200px){
    .cspt-steps-counter .elementor-element:nth-child(2) .cspt-ihbox-style-5:before,
    .cspt-steps-counter .elementor-element:nth-child(1) .cspt-ihbox-style-5:before,
    .cspt-steps-counter .vc_column_container:nth-child(2) .cspt-ihbox-style-5:before, 
    .cspt-steps-counter .vc_column_container:nth-child(1) .cspt-ihbox-style-5:before{
        display: none;
    }
}