.pbmit-ihbox-style-28{
	display: inline-block;
	position: relative;
	padding: 0 20px 20px 0;
	margin: 0 30px 30px 0;
	border-radius: 0 0 30px;
	background-color: var(--pbmit-xcare-global-color);
}
.rtl .pbmit-ihbox-style-28{
	padding: 0 0 20px 20px;
	margin: 0 0 30px 30px;
	border-radius: 0 0 0 30px;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-headingicon{
	display: flex;
	padding: 40px 24px 30px;
	border-radius: 30px;
	background-color: var(--pbmit-xcare-white-color);
}
.pbmit-ihbox-style-28 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--pbmit-xcare-blackish-color);
}
.pbmit-ihbox-style-28 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-xcare-global-color);
}
.pbmit-ihbox-style-28 .pbmit-element-subtitle a,
.pbmit-ihbox-style-28 .pbmit-element-title a{
	color: var(--pbmit-xcare-blackish-color) !important;
}
.pbmit-ihbox-style-28 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-28 .pbmit-element-title a:hover{
	color: var(--pbmit-xcare-global-color) !important;
}
.pbmit-ihbox-style-28 .pbmit-content-wrapper .pbmit-heading-desc,
.pbmit-ihbox-style-28 .pbmit-ihbox-box-number{
	color:#6e778c;
}
.pbmit-ihbox-style-28 .pbmit-content-wrapper .pbmit-heading-desc{
	font-size: 13px;
}
.pbmit-ihbox-style-28 .pbmit-heading-desc > span{
	font-size: 14px;
	color: var(--pbmit-xcare-blackish-color);
}
.pbmit-ihbox-style-28 .pbmit-heading-desc > span::before{
	content: '\e889';
	display: inline-block;
	font-family: "pbminfotech-base-icons";
	color: #fdcf00;
	margin-right: 5px;
}
.rtl .pbmit-ihbox-style-28 .pbmit-heading-desc > span::before{
	margin: 0 0 0 5px;
}
.pbmit-ihbox-style-28 .pbmit-top-right-corner{
	top: 0;
	right: -30px;
	transform: rotate(90deg) scaleX(-1);
}
.rtl .pbmit-ihbox-style-28 .pbmit-top-right-corner{
	left: -30px;
	right: inherit;
	transform: rotate(-90deg) scaleX(1);
}
.pbmit-ihbox-style-28 .pbmit-bottom-left-corner{
	bottom: -30px;
	left: 0;
	transform: rotate(90deg) scaleX(-1);
}
.rtl .pbmit-ihbox-style-28 .pbmit-bottom-left-corner{
	left: inherit;
	right: 0;
	transform: rotate(-90deg) scaleX(1);
}
.pbmit-ihbox-style-28 .pbmit-sticky-corner svg path{
	fill: var(--pbmit-xcare-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-icon,
.pbmit-ihbox-style-28 .pbmit-ihbox-svg{
	margin-right: 18px;
}
.rtl .pbmit-ihbox-style-28 .pbmit-ihbox-icon,
.rtl .pbmit-ihbox-style-28 .pbmit-ihbox-svg{
	margin: 0 0 0 18px;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-icon{
	font-size: 42px;
	line-height: 42px;
	color: var(--pbmit-xcare-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-28 .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-xcare-global-color);
}
.pbmit-ihbox-style-28 .pbmit-ihbox-icon-type-image{
	width: 60px;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn{
	margin-top: 15px;
	display: inline-block;
}
.pbmit-ihbox-style-28 .pbmit-ihbox-btn a{
	display: inline-block;
	padding: 18px 35px;
	color: var(--pbmit-xcare-white-color);
	background-color: var(--pbmit-xcare-global-color);
	border-radius: 30px;
	transition: all .4s ease-in;
}