/*fact digit style 3*/
.tm-fid-view-style3 h4.tm-fid-inner {
    display: table-cell;
    vertical-align: middle;
    width: max-content;
    font-size: 58px;
    line-height: 64px;
    min-width: 130px;
}
.tm-fid-view-style3 h3.tm-fid-title {
    display: table-cell;
    vertical-align: unset;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.tm-fid-view-style3 .tm-fld-contents {
    text-align: left;
}
.tm-fid-view-style3 {
    border-radius: 20px;
     padding: 15px 30px;
    background-color: rgb(0 0 0 / 30%);
}
.tm-fid-view-style3.inside h3 span {
    padding: 8px 22px;
}
.inside.tm-fid-without-icon.tm-fid-view-style3 h4 span:nth-child(2) {
    margin-left: -10px;
}
@media (max-width: 1340px){
.tm-fid-view-style3 h4.tm-fid-inner {
     font-size: 44px;
}
}
@media (max-width: 500px){
    .tm-fid-view-style3 h4.tm-fid-inner {
    width: 100%;
    display: block;
    text-align: center;
}
    .tm-fid-view-style3 h3.tm-fid-title {
        display: block;
        text-align: center;
    }
    .inside.tm-fid-without-icon.tm-fid-view-style3 h4 span:nth-child(2) {
        margin-left: -8px;
    }
}
/*fact digit style 3*/

.tm-fid-view-style7 {
    display: inline-block;
    text-align: left;
    background: var(--ttm-skincolor);
    color: #fff;
    border-radius: 5px;
    padding: 18px 0px 18px 20px;
}
.tm-fid-view-style7 .tm-fid-inner {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: var(--ttm-whitecolor);
}
.tm-fid-view-style7 .tm-fid-title {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
}
/*---fidbox style6---*/
.tm-fid.tm-fid-view-style6 {
    text-align: left;
    padding: 45px 30px 15px 48px;
    transition: transform .5s ease-in-out;
}
.tm-fid.tm-fid-view-style6 .tm-fid-title {
    line-height: 28px;
}
.tm-fid.tm-fid-view-style6 h4 {
    font-size: 48px;
    line-height: 58px;  
}
.tm-fid-view-style6 .tm-fid-icon-wrapper i {
    font-size: 62px;
    display: inline-block;
    transition: transform .5s ease-in-out;
}
.tm-fid-view-style6 .tm-fld-contents {
    padding: 35px 0 5px;
}
.tm-fid-view-style6:hover .tm-fid-icon-wrapper i {
    transform: rotateY(360deg);
}
.tm-fid-view-style6 .tm-fid-inner span:nth-child(2) {
    margin-left: -12px;
}
@media (max-width:991px) {
.tm-fid.tm-fid-view-style6 {
    padding: 45px 0px 15px 0px;
}
.tm-fid-view-style6 .tm-fld-contents {
    padding: 20px 0 5px;
}
}

/*---fidbox style5---*/
.tm-fid-view-style5 .tm-fid-inner span {
    text-shadow: 6px 4px var(--ttm-skincolor);
    font-size: 110px;
    font-weight: 600;
}
.tm-fid-view-style5 .tm-fid-inner span:nth-child(2) {
    margin-left: -12px;
}
.tm-fid-view-style5 h3.tm-fid-title {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--body-blackfont-color);
}
@media (max-width:1200px) {
.tm-fid-view-style5 .tm-fid-inner span {
    font-size: 70px;
}
}   
/*************fact ans digit style 8 ***************/
.tm-fid-without-icon.tm-fid-view-style8 .tm-fld-contents .tm-fid-inner {
    font-size: 70px;
    line-height: 44px;
    font-weight: 700;
    display: inherit;
    margin-right: 0;
}
.tm-fid-without-icon.tm-fid-view-style8 .tm-fld-contents {
    display: flex;
}
.tm-fid-without-icon.tm-fid-view-style8 .tm-fld-contents .tm-fid-title span br {
    display: block;
}
.tm-fid-without-icon.tm-fid-view-style8 .tm-fld-contents .tm-fid-title {
    font-size: 20px;
    line-height: 32px;
    color: var(--body-blackfont-color);
    margin-top: -13px;
    margin-left: -30px;
}
/*---fidbox style9---*/
.tm-fid-view-style9.tm-fid.inside h4 {
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--ttm-skincolor);
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
}
.tm-fid-view-style9 h3.tm-fid-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 3px;
}
.tm-fid-view-style9 .tm-fid-inner span:nth-child(2) {
    margin-left: -15px;
}
.tm-fid.tm-fid-view-style9:after {
    content: '';
    position: absolute;
    background-color: var(--ttm-skincolor);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 43%;
    right: -15px;
}
.elementor-inner-column:last-child .elementor-widget-tm_fid_element .tm-fid.tm-fid-view-style9:after {
    content: unset;
}
@media (max-width:991px) {
.tm-fid-view-style9.tm-fid.inside h4 {
    font-size: 60px;
    line-height: 70px;
}
}    
@media (max-width:767px) {
.tm-fid.tm-fid-view-style9:after {
    content: unset;
}
} 
/** left icon **/
.tm-fid-view-lefticon.inside h4 {
    color: var(--ttm-skincolor);
    font-weight: 700;
}
.inside.tm-fid-view-lefticon h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
}

/*fact difit hosting*/
.tm-fid-view-style10.inside {
    text-align: left;
    position: relative;
    padding: 29px 15px 21px 15px;
}
.tm-fid-view-style10 .tm-fld-contents .tm-fid-inner {
    font-size: 46px;
    line-height: 64px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
.tm-fid-view-style10 .tm-fid-title {
    display: inline-block;
    width: 130px;
}
.tm-fid-view-style10 .tm-fid-inner span:nth-child(2) {
    margin-left: -12px;
}
@media (max-width: 480px){
.tm-fid-view-style10 .tm-fld-contents .tm-fid-inner {
    display: block;
}
.tm-fid-view-style10 .tm-fid-title {
    display: block;
    width: 100%;
}
.tm-fid-view-style10.inside {
    padding: 15px 15px 10px 15px;
}
}
/**/
.tm-fid.inside.tm-fid-view-circle-progress-style2 {
    padding: 29px 30px 21px 30px;
    margin-bottom: 0px;
    background-color: var(--ttm-skincolor);
    border-radius: 20px;
}

.tm-fid.inside.tm-fid-view-circle-progress-style2 .tm-circle-content {
    position: relative;
}

.tm-fid.inside.tm-fid-view-circle-progress-style2 .tm-fid-number, 
.tm-fid.inside.tm-fid-view-circle-progress-style2 .tm-fid-number sup, 
.tm-fid.inside.tm-fid-view-circle-progress-style2 .tm-fid-number sub {
    font-size: 26px;
    font-weight: 700;
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
}

.tm-fid.inside.tm-fid-view-circle-progress-style2 .tm-fid-content {
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
}

.tm-fid.inside.tm-fid-view-circle-progress-style2 .tm-fid-content h3.tm-fid-title {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
}


/*---fidbox style11---*/
.inside.tm-fid-without-icon.tm-fid-view-style11 h4 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
	width: 21%;
}
.tm-fid.inside.tm-fid-without-icon.tm-fid-view-style11 {
    padding: 0;
	text-align: left;
}
.tm-fid-view-style11 .tm-fld-contents {
    display: flex;
}
.tm-fid-view-style11 h4.tm-fid-inner:after {
    position: absolute;
    content: '';
    right: -35px;
    height: 62px;
    width: 1px;
    background-color: var(--ttm-secondarycolor);
    top: 16px;
    line-height: 62px;
	transform: rotate(20deg);
}
.inside.tm-fid-view-style11 h3 {
    padding-left: 70px;
    vertical-align: middle;
    display: inline-block;
    line-height: 26px;
    padding-top: 20px;
}

@media (max-width:680px) {
	.tm-fid-view-style11 .tm-fld-contents {
		display: block;
	}
	.inside.tm-fid-view-style11 h3 {
		padding-left: 0;
		text-align: left;
	}
	.tm-fid.inside.tm-fid-without-icon.tm-fid-view-style11 {
		text-align: center;
	}
	.tm-fid-view-style11 h4.tm-fid-inner:after {
		display: none;
	}
}

@media (max-width:1024px) {
	.inside.tm-fid-view-style11 h3 br {
		display: none;
	}
}

@media only screen and (min-width:1025px) and (max-width:1200px) { 
	.inside.tm-fid-view-style11 h3 {
		padding-left: 20px;
		font-size: 15px;
	}
	.inside.tm-fid-without-icon.tm-fid-view-style11 h4 {
		font-size: 40px;
		padding-right: 0;
	}
	.tm-fid-view-style11 h4.tm-fid-inner:after {
		display: none;
	}
}