.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-icon{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-9 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
	color: var(--pbmit-physiofy-secondary-color);
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper{
	display: inline-block;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-icon{
	height: 80px;
	width: 80px;
	line-height: 90px;
	background-color: var(--pbmit-physiofy-secondary-color);
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-physiofy-global-color);
	margin-bottom: 15px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon{
	margin-right: 25px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image{
	height: 80px;
	width: 80px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 60px;
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-ihbox-style-9{
	border-bottom: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.1);
	padding: 25px 25px 60px;
}
.pbmit-element-miconheading-style-9 .pbmit-miconheading-style-9:last-child .pbmit-ihbox-style-9{
	border-bottom: unset;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-type-icon{
	background-color: var(--pbmit-physiofy-blackish-color);
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-physiofy-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-9 .pbmit-ihbox-headingicon,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-9 .pbmit-ihbox-headingicon{
	border: 1px solid rgba(var(--pbmit-physiofy-white-color-rgb), 0.1);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-9 .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-9 .pbmit-heading-desc,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-9 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-9 .pbmit-heading-desc{
	color: var(--pbmit-physiofy-white-color);
}
/* Style With Class */
.contact-ih-style-9 .pbmit-ihbox-style-9{
	padding: 10px 25px 40px;
}
@media (max-width:767px) {
	.contact-ih-style-9 .pbmit-ihbox-style-9 {
		padding: 0 0 30px;
	}
	.contact-ih-style-9 .pbmit-miconheading-style-9:last-child .pbmit-ihbox-style-9{
		padding-bottom: 0;
	}
}
@media (max-width:575px) {
	.pbmit-ihbox-style-9 .pbmit-ihbox-headingicon{
		display: block;
		text-align: center;
	}
	.pbmit-ihbox-style-9 .pbmit-ihbox-svg,
	.pbmit-ihbox-style-9 .pbmit-ihbox-icon{
		text-align: center;
		margin: 0 auto 10px;
	}
	.pbmit-ihbox-style-9 .pbmit-element-title {
		font-size: 22px;
	}
}