/* Icon Heading Style 7 */
/*** thsn-ihbox-style-7 ***/
.thsn-ihbox-style-7{
    position: relative; 
    margin-bottom: 0px; 
}
.thsn-ihbox-style-7.thsn-ihbox .thsn-element-title{
    font-size: 20px;
    line-height: 24px; 
    margin-bottom: 0px;   
    padding: 0 15px;
}
.thsn-ihbox-style-7.thsn-ihbox .thsn-element-heading{
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 0; 
    letter-spacing: 0; 
    color: var(--thsn-helthify-global-color);
}
.thsn-ihbox-style-7 h4.thsn-element-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
    color: var(--thsn-helthify-global-color);
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper{
    font-size: 45px;
    line-height: 45px;  
    color: var(--thsn-helthify-global-color); 
}
.thsn-ihbox-style-7 .thsn-ihbox-contents {
    padding-bottom: 20px;
    border-bottom: 2px dashed #d8d8d8;
    /* flex-flow: row wrap; */
    justify-content: center;
    align-content: center;
}
.thsn-ihbox-style-7 .thsn-ihbox-contents .thsn-ihbox-btn{
    margin-left: auto;
}
.thsn-ihbox-style-7 .thsn-heading-desc {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px 0px 5px;
    color: var(--thsn-helthify-blackish-color);
}
.thsn-ihbox-style-7 .thsn-ihbox-btn a{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600!important;
    letter-spacing: 0.7px;
    padding: 16px 25px;
    text-transform: uppercase;
    background-color: var(--thsn-helthify-light-bg-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.thsn-element-miconheading-style-7 .thsn-element-posts-wrapper.row .thsn-ele{
    margin-bottom: 25px;
}
.thsn-ihbox-style-7:hover .thsn-ihbox-btn a{
    color: var(--thsn-helthify-white-color);
    background-color: var(--thsn-helthify-blackish-color);
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){ 
    .thsn-ihbox-style-7 .thsn-heading-desc {
        font-size: 12px;
        line-height: 15px;
    }
    .thsn-ihbox-style-7.thsn-ihbox .thsn-element-title {
        font-size: 17px;
        line-height: 24px;
        padding: 0 13px;
    }
}
