/*=== themesion-ele-fid-style-5 ===*/
.themesion-ele-fid-style-5 .thsn-circle {    
    position: relative;
    text-align: center;
}
.themesion-ele-fid-style-5 .thsn-fid-inner{
    display: inline-block;
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 5px;
    text-align: center;
    width: 100%;
}
body.rtl .themesion-ele-fid-style-5 .thsn-fid-inner{
    left: inherit;
    right: 5px;
}
.themesion-ele-fid-style-5 .thsn-fid-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}
.themesion-ele-fid-style-5 .thsn-fid-sub{
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}
.themesion-ele-fid-style-5 .thsn-fid-sub span{
    color: var(  --thsn-logisto-secondary-color);
}
.themesion-ele-fid-style-5 .thsn-fld-contents .thsn-fid-sub sup{
    left: -5px;
    font-size: 30px;
    top: -3px;
    color: var( --thsn-logisto-secondary-color);
}
body.rtl .themesion-ele-fid-style-5 .thsn-fld-contents .thsn-fid-sub sup{
    left: inherit;
    right: -5px;
}