/*-------------- cspt-ihbox-style-9 ----------------*/

.cspt-ihbox-style-9 {
    position: relative;
    margin-bottom: 20px;
}

.cspt-ihbox-style-9 .cspt-ihbox-icon {
    padding-right: 20px;
}

.cspt-text-color-white .cspt-ihbox-style-9 .cspt-ihbox-icon i {
    color: #fff;
}

.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper {
    height: 80px;
    width: 80px;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: var(--cspt-greenly-global-color);
    box-shadow: 0px 0px 23.25px 1.75px rgba(var(--cspt-greenly-global-color-rgb), .30)!important;
}

.cspt-ihbox-style-9:hover .cspt-ihbox-icon-wrapper {
    box-shadow: 0px 0px 23.25px 1.75px rgba(var(--cspt-greenly-blackish-color-rgb), .30)!important;
}

.cspt-ihbox-style-9 .cspt-ihbox-icon-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.cspt-ihbox-style-9:hover .cspt-ihbox-icon-wrapper::before {
    transform: scale(1);
    z-index: -1;
}

.cspt-ihbox-style-9 h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.cspt-ihbox-style-9 .cspt-ihbox-content {
    font-size: 16px;
    line-height: 24px;
}

.cspt-ihbox-style-9:hover .cspt-ihbox-icon-wrapper::before {
    background-color: var(--cspt-greenly-blackish-color);
}

@media (max-width: 414px) {
    .cspt-ihbox-style-9 .cspt-ihbox-headingicon {
        display: block!important;
    }
    .cspt-ihbox-style-9 .cspt-ihbox-icon {
        padding-right: 0px;
        padding-bottom: 20px;
    }
}