
/* fact-digit style1 */
.tm-fid-view-style1.inside {
    text-align: left;
    display: flex;
}
.tm-fid-view-style1.inside h3 {
    position: relative;
    padding-left: 20px;
    vertical-align: top;
    padding-top: 15px;
}
.tm-fid-view-style1.inside h4 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    font-weight: 800;
    color: var(--body-blackfont-color)
}
.tm-fid-view-style1 .tm-fid-inner sup {
    top: 0;
    font-size: 50px;
    line-height: 58px;
    font-weight: 800;
    color: var(--body-blackfont-color)
}
.tm-fid-view-style1 .tm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 45px;
}
.tm-fid-view-style1 .tm-fld-contents {
    display: -webkit-inline-box;
    padding-left: 15px;
}
/* fid box style2 */
.tm-fid-without-icon.tm-fid-view-style2 .tm-number-rotate{
    font-size: 78px;
    line-height: 78px;
    margin-bottom: 0;
    display: table-cell;
    color: var(--ttm-whitecolor);
    font-weight: 500;
}
.tm-fid-without-icon.tm-fid-view-style2 .tm-fid-title span{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--ttm-whitecolor);
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: left;
}
.tm-fid-without-icon.tm-fid-view-style2 .tm-fid-title{
    padding-left: 10px;
}
.tm-fid-without-icon.tm-fid-view-style2{
    margin: 0;
    padding: 8px 25px 6px;
    border-radius: 10px;
    background-color: var(--ttm-skincolor);
    width: 260px;
}
/* fact-digit style1 */

/* fact-digit style6 */
.tm-fid-view-style6{
    text-align: left;
}
.tm-fid-view-style6 .tm-fid-icon-wrapper{    
    font-size: 65px;
    padding-bottom: 60px;
}
.tm-fid-view-style6 .tm-fld-contents h4{
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 64px;
    line-height: 28px;
    font-weight: 600;
}
.tm-fid-view-style6 .tm-fid-title{
     font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding-top: 10px;
    color: var(--body-blackfont-color);
}
/* fact-digit style6 */
/* Fid box style 5 */
.inside.tm-fid-view-style5 {
    padding: 98px 15px 96px 15px;
}
.tm-fid-view-style5 .tm-fid-inner {
    font-size: 64px;
    font-weight: 74px;
    color: var(--ttm-whitecolor);
    font-family: "P22 Mackinac";
    font-weight: 700;
}
.tm-fid-view-style5 .tm-fid-inner span:nth-child(2){
    margin-left: -12px;
}
.tm-fid-view-style5 .tm-fid-title {
    font-size: 16px;
    color: var(--ttm-whitecolor);
    font-weight: 300;
    padding-top: 20px;
    text-transform: capitalize;
}
.tm-fid-view-style5 .highlight-text {
    padding: 3px 11px 7px 12px;
    border: 3px solid var(--ttm-whitecolor);
    border-radius: 50px;
    right: -60px;
    position: absolute;
    background-color: rgb(24 24 36 / 64%);
    z-index: 999;
    bottom: 125px;
    text-transform: capitalize;
    top: auto;
    width: 96px;
}
.tm-fid-view-style5 .highlight-text span {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--ttm-whitecolor);
    padding: 10px 9px 12px 9px;
}
/* Fid box style 5 */