.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	text-align: center;
}
.pbminfotech-ele-fid-style-2 .pbmit-circle{
	position: relative; 
	display: inline-block;
	margin-bottom: 10px; 
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: var(--pbmit-greenify-blackish-color);
	background-color: var(--pbmit-greenify-light-bg-color);
	-khtml-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
	position: relative;
    left: 6px;
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-number-rotate {
	right: 6px;
	left: inherit;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup{
	top: -7px;
	left: 0px;
	font-size: 15px;
	font-weight: 600;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub{
	top: -10px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 600;
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc{
	margin-top: 10px;
}