.pbminfotech-ele-fid-style-6 .pbmit-fld-contents{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-6 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.rtl .pbminfotech-ele-fid-style-6 .pbmit-circle{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pbminfotech-ele-fid-style-6 .pbmit-circle canvas{
	transform: rotate(-60deg);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-xcare-white-color);
	color: var(--pbmit-xcare-blackish-color);
	border-radius: 50%;
	height: 92px;
	width: 92px;
	top: 48%;
	left: 50%;
	font-size: 23px;
	line-height: 23px;
	font-weight: 600 !important;
	transform: translate(-50%, -50%);
}
.rtl .pbminfotech-ele-fid-style-6 .pbmit-circle .pbmit-fid-inner{
	transform: translate(-50%, -50%) scaleX(-1);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup{
	top: -9px;
	font-size: 15px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub{
	margin-left: 15px;
}
.rtl .pbminfotech-ele-fid-style-6 .pbmit-fid-sub{
	margin: 0 15px 0 0;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-sub .pbmit-fid-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-elementor-bg-color-white .pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	background-color: var(--pbmit-xcare-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-6 .pbmit-fid-sub .pbmit-fid-title,
.pbmit-text-color-white .pbminfotech-ele-fid-style-6 .pbmit-fid-sub .pbmit-fid-title{
	color: var(--pbmit-xcare-white-color);
}
/* == For Responsive == */
@media(max-width: 400px){
	.pbminfotech-ele-fid-style-6 .pbmit-fld-contents{
		flex-direction: column;
		margin-bottom: 10px;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fid-sub{
		margin: 20px 0 0;
	}
}