.pbminfotech-ele-fid-style-2{
	padding: 30px 0  0 30px;
	position: relative;
	background-color: var(--pbmit-xcare-light-bg-color);
	border-radius: 30px 0 0;
}
.rtl .pbminfotech-ele-fid-style-2{
	padding: 30px 30px 0 0;
	border-radius: 0 30px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents{
	padding: 40px 45px 40px 40px;
	background-color: var(--pbmit-xcare-white-color);
	border-radius: 30px; 
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-fld-contents{
	padding: 40px 40px 40px 45px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 10px;
	min-width: 180px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(var(--pbmit-xcare-blackish-color-rgb),.2);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 600 !important;
}
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate{
	position: relative;
	padding-left: 25px;
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-number-rotate{
	padding: 0 25px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before{
	position: absolute;
	content: "\e88d";
	font-family: "pbminfotech-base-icons";
	font-size: 18px;
	left: 0;
	top: -4px;
	color: var(--pbmit-xcare-global-color);
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-number-rotate::before{
	left: inherit;
	right: 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid sup{
	font-size: 42px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid sup{
	top: -20px;
	margin-left: -15px;
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-fid sup{
	margin: 0 -15px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup{
	margin-right: -11px;
	top: -14px;
	color: var(--pbmit-xcare-global-color);
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-fid-before sup{
	margin: 0 0 0 -11px;
}
.pbmit-elementor-bg-color-white .pbminfotech-ele-fid-style-2 .pbmit-fld-contents{
	background-color: var(--pbmit-xcare-light-bg-color);
}