.pbminfotech-ele-fid-style-3,
.pbminfotech-ele-fid-style-3 .pbmit-circle{
	position: relative;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle canvas{
	transform: rotate(-45deg) translate(-2px, 2px);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height: 75px;
	width: 75px;
	top: 50%;
	left: 50%;
	font-size: 16px;
	line-height: 16px;
	color: var(--pbmit-gudfin-blackish-color);
	background-color: var(--pbmit-gudfin-light-bg-color);
	transform: translate(-50%, -50%);
	font-weight: 700 !important;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title{
	font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
	margin-left: 20px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup{
	top: -3px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 2px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub{
	top: inherit;
	bottom: -2px;
}

/* Bg Color Set */

.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-3 .pbmit-fid-title,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-fid-title,

.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	color: var(--pbmit-gudfin-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	background-color: var(--pbmit-gudfin-secondary-color);
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	background-color: var(--pbmit-gudfin-white-bg-color);
}

@media(max-width: 500px){
	.pbminfotech-ele-fid-style-3 .pbmit-fld-contents{
		display: block !important;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
		margin: 15px 0 0 !important;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-circle-outer,
	.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
		text-align: center;
	}
}