.pbmit-ihbox-style-3 .pbmit-ihbox-number,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-3 .pbmit-element-title{
	transition: all 0.9s ease 0s;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image img{
	border-radius: 50%;
	height: 230px;
	width: 230px;
}
.pbmit-ihbox-style-3 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-physiofy-secondary-color);
	margin: 35px 0 0px 0;
	font-weight: 700;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box {
	text-align: center;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 12px 0;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-ihbox-box{
	flex-direction: column-reverse;
	display: flex;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-ihbox-contents{
	display: grid;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-subtitle{
	order: 1;
	margin: 0;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-title{
	order: 2;
}
.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-heading-desc{
	order: 3;
	margin:0px 0 35px 0;
}
.pbmit-element-miconheading-style-3 .pbmit-element-posts-wrapper{
	padding-top: 30px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
	margin: auto;
	padding: 10px;
	position: relative;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image{
	width: max-content;
	height: max-content;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper::before,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper::before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	border-radius: 50%;
	border: 4px dotted transparent;
	-webkit-animation-name: pbmit_dot;
	-moz-animation-name: pbmit_dot;
	-ms-animation-name: pbmit_dot;
	-o-animation-name: pbmit_dot;
	animation-name: pbmit_dot;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	transition: 0.9s;
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::before,
.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper::before{
	border-color: var(--pbmit-physiofy-global-color);
}
.pbmit-element-column-six .pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 20px;
	line-height: 24px;
	margin: 20px;
}
.pbmit-element-column-six .pbmit-ihbox-style-3 .pbmit-element-subtitle {
	margin: 15px 0 0px 0
}
@-webkit-keyframes pbmit_dot {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pbmit_dot {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes pbmit_dot {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes pbmit_dot {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes pbmit_dot {
	from { transform: rotate(360deg); }
	to { transform: rotate(0); }
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon{
	font-size: 30px;
	line-height: 46px;
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-physiofy-blackish-color);
	margin-bottom: 10px;
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-element-title{
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-svg-wrapper::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper::before{
	border-color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text{
	height: 60px;
	width: 60px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text {
	padding: 20px;
}
.pbmit-ihbox-style-3  .pbmit-ihbox-btn{
	margin: 5px 0;
}
@media (max-width: 1024px) {
	.pbmit-ihbox-style-3 .pbmit-element-title {
		font-size: 20px;
		line-height: 24px;
		margin: 15px 0 10px 0;
	}
}
@media (max-width:767px) {
	.pbmit-element-miconheading-style-3 .pbmit-element-posts-wrapper{
		padding-top: 0;
	}
	.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-ihbox-box {
		flex-direction: unset;
		display: unset;
	}
	.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-subtitle,
	.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-heading-desc,
	.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-title{
		order: unset;
	}
	.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-element-subtitle,
	.pbmit-ihbox-style-3 .pbmit-element-subtitle {
		margin: 15px 0 0px 0;
	}
	.pbmit-miconheading-style-3:nth-child(even) .pbmit-ihbox-style-3 .pbmit-heading-desc{
		margin: 0;
	}
}