/*** thsn-ihbox-style-9 ***/
.thsn-ihbox-style-9 .thsn-ihbox-contents{
    text-align: left;
    padding-right: 60px;
    position: relative;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i{
    font-size: 90px;
    line-height: 90px;
    color: var(--thsn-logisto-global-color);
}
.thsn-ihbox-style-9 .thsn-ihbox-heading{
    padding: 20px 0px 15px 0; 
    align-items: center;
}
.thsn-ihbox-style-9 .thsn-element-title{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.thsn-ihbox-style-9 .thsn-ihbox-box-number{
    background: var(--thsn-logisto-global-color);
    color: var(--thsn-logisto-blackish-color);
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.thsn-miconheading-style-9.thsn-ele-miconheading:last-child .thsn-ihbox-contents:after{
    content: unset;
}
.thsn-ihbox-style-9 .thsn-heading-desc{
    color: #c3d7fc;
    font-size: 15px;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper{
    transition:all 0.3s ease 0s;
    display: inline-block;
}
.thsn-ihbox-style-9:hover .thsn-ihbox-icon-wrapper {
    transform: translateY(-10px);
}
.thsn-ihbox-9-color .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper i{
    color: var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-9-color .thsn-ihbox-style-9 .thsn-heading-desc{
    color: #666666;
}

/*=== RTL  ====*/
body.rtl .thsn-ihbox-style-9 .thsn-ihbox-contents{
    text-align: right;
    padding-right: 0px;
    padding-left: 60px; 
}
body.rtl .thsn-ihbox-style-9 .thsn-ihbox-contents:after{
    left: inherit;
    right: 140px;
}
body.rtl .thsn-ihbox-style-9 .thsn-element-title{
    margin-right: 20px;
    margin-left: 0;
}
