.pbminfotech-ele-fid-style-6 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-6 .pbmit-circle canvas{
	transform: rotate(0deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	top: 50%;
	left: 50%;
	font-size: 16px;
	line-height: 26px;
	color: var(--pbmit-smiliz-blackish-color);
	background-color: var(--pbmit-smiliz-light-bg-color);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-title{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: var(--pbmit-smiliz-blackish-color);
}
.pbminfotech-ele-fid-style-6 .pbmit-fld-contents{
	gap: 15px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner span{
	margin: 0 1px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup{
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 1px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub{
	top: inherit;
	bottom: -2px;
}
.pbminfotech-ele-fid-style-6{
	border-radius: 20px;
	background: var(--pbmit-smiliz-white-bg-color);
	display: inline-block;
	padding: 16px 27px;
	width: 100%;
}
/* Bg Color Set */
.pbmit-elementor-bg-color-white .pbminfotech-ele-fid-style-6{
	background-color: var(--pbmit-smiliz-light-bg-color);
}
.pbmit-elementor-bg-color-white .pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	background-color: var(--pbmit-smiliz-white-bg-color);
}
/*=== Responsive ===*/
@media(min-width: 1201px) and (max-width: 1366px){
	.pbminfotech-ele-fid-style-6{
		padding: 15px;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fid-title br{
		display: none;
	}
}
@media (max-width: 500px){
	.pbminfotech-ele-fid-style-6 .pbmit-fld-contents{
		flex-direction: column;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fid-sub{
		text-align: center;
	}
}