/*** thsn-ihbox-style-12 ***/
.thsn-ihbox-style-12{
    position: relative;
}
.thsn-ihbox-style-12 .thsn-ihbox-box {
    position: relative;
    padding: 40px 50px;
    background-color: #fff;
    overflow: hidden;
}
.thsn-ihbox-style-12 .thsn-ihbox-icon-wrapper{
    display: inline-block;
    font-size: 70px;
    text-align: center;
    margin-bottom: 5px;
    color: var(--thsn-helthify-global-color);
} 
.thsn-ihbox-style-12 .thsn-ihbox-contents {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 55px;
    align-items: center;
}
.thsn-ihbox-style-12 .thsn-element-title{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px;
    color: var(--thsn-helthify-blackish-color);
}
.thsn-ihbox-style-12 .thsn-ihbox-btn a {
    position: relative;
    font-size: 0;
}
.thsn-ihbox-style-12 .thsn-ihbox-btn a:after {
    position: absolute;
    content: '\e82c';
    font-family: 'themesion-base-icons';
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    top: -20px;
    right: 0px;
    height: 50px;
    background-color: var(--thsn-helthify-light-bg-color);
    text-align: center;
}
.thsn-ihbox-style-12 .thsn-ihbox-box:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    background: var(--thsn-helthify-global-color);
    border-radius: 50%;
    right: -60px;
    top: -55px;
}
.thsn-ihbox-style-12 .thsn-ihbox-box:before {
    content: "0" counter(thsnbox3) "";
    counter-increment: thsnbox3;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 33px;
    font-weight: 500!important;
    z-index: 2;
    color: var(--thsn-helthify-white-color);
}