.ts-fid-style1-sep .themestek-fidbox-style-10:after{
    position: absolute;
    content: "";
    border-right: 1px solid #eee;
    right: -10px;
    top: 50%;
    width: 1px;
    height: 70%;
    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%);
}
.ts-fid-style1-sep .themestek-column-inner:last-child .themestek-fidbox-style-10:after{
    display: none;
}
.ts-fid-style1-sep .vc_column_container>.vc_column-inner{
    padding-left: 15px;
    padding-right: 15px;
}
.themestek-fidbox-style-10 {
    text-align: center;
}
.themestek-fidbox-style-10 .themestek-fid-title {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
   color: var(--themestek-moversco-skincolor-dark);
    margin: 0;
}
.themestek-bgcolor-skincolor .themestek-fidbox-style-10 .themestek-circle-number,
.themestek-bgcolor-skincolor .themestek-fidbox-style-10 .themestek-fid-title,
.themestek-bgcolor-darkgrey .themestek-fidbox-style-10 .themestek-circle-number,
.themestek-bgcolor-darkgrey .themestek-fidbox-style-10 .themestek-fid-title,
.themestek-col-bgimage-yes .themestek-fidbox-style-10 .themestek-circle-number,
.themestek-col-bgimage-yes .themestek-fidbox-style-10 .themestek-fid-title,
.elementor-column.themestek-bgimage-yes .themestek-fidbox-style-10 .themestek-circle-number,
.elementor-column.themestek-bgimage-yes .themestek-fidbox-style-10 .themestek-fid-title  {
	color: #fff;
}
.themestek-fidbox-style-10 .themestek-circle-w{
    width: 140px;
    position: relative;
    vertical-align: top;
    text-align: center;
    display: inline-block;  
}
.themestek-fidbox-style-10 .themestek-circle-outer {
	display: flex;
    align-items: center;
}
.themestek-fidbox-style-10 .themestek-circle-number {
    font-size: 30px;
    font-weight: bold;
    color: var(--themestek-moversco-skincolor-dark);
}
.themestek-fidbox-style-10 .themestek-circle-number sub {
    bottom: 7px;
    font-size: 25px;
    left: 5px;
}
.themestek-fidbox-style-10 .themestek-circle-overlay {
    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: 0;
    width: 100%;
    text-align: center;
}
.themestek-fidbox-style-10 .themestek-fid-title-w {
    padding-left: 30px;
}
/*=== Responsive ===*/
@media (max-width: 375px) {
	.themestek-fidbox-style-10 .themestek-circle-outer{
		flex-direction: column;
	}
	.themestek-fidbox-style-10 .themestek-fid-title-w{
		padding-left: 0;
	}
}