/*-------------- cspt-ihbox-style-7 ----------------*/

.cspt-ihbox-style-7 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    border-bottom: 3px solid #222;
    border-color: var(--cspt-greenly-global-color);
    transform: translateY(0);
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cspt-ihbox-style-7.cspt-ihbox h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cspt-ihbox-style-7 .cspt-ihbox-icon-wrapper {
    font-size: 65px;
    line-height: 65px;
    text-align: left;
    color: var(--cspt-greenly-global-color);
    margin: 0 auto 24px;
}

.cspt-ihbox-style-7 .cspt-ihbox-content {
    margin-top: 15px;
    margin-bottom: 40px;
}

.cspt-ihbox-style-7 .vc_btn3-container.vc_btn3-inline {
    margin: 0;
}

.cspt-ihbox-style-7:hover {
    transform: translateY(-5px);
}

.cspt-ihbox-style-7:after {
    content: '';
    width: 130px;
    height: 130px;
    background: #f7f9fa;
    border-radius: 50%;
    right: -55px;
    top: -55px;
    position: absolute;
}

body {
    counter-reset: item csptbox1;
}

.cspt-steps-counter .cspt-ihbox-style-7:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    color: #aaabac;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    font-weight: 700;
    top: 24px;
    right: 22px;
    z-index: 99;
}

@media (max-width:767px) {
    .cspt-ihbox-style-7 {
        margin-bottom: 30px;
    }
}