.pbmit-ihbox-style-12{
	transition: all .4s ease-out;
}
.pbmit-ihbox-style-12,
.pbmit-ihbox-style-12 .pbmit-ihbox-contents {
	position: relative;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-contents-inner{
	text-align: center;
	padding: 50px 10px;
	z-index: 1;
	position: relative;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn a{
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-12{
	display: inline-block;
	height: 160px;
	width: 160px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn{
	line-height: 20px;
}
.pbmit-ihbox-style-12::before{
	transform-origin: 50% 50% 0;
	transform: rotate(0);
	-webkit-animation-name: pbmit_rotate_1;
	-moz-animation-name: pbmit_rotate_1;
	-ms-animation-name: pbmit_rotate_1;
	-o-animation-name: pbmit_rotate_1;
	animation-name: pbmit_rotate_1;
	-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;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-content-area{
	text-align: center;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn span.pbmit-button-text::after{
	content: unset;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn a span{
	padding-right: 0 !important;
}
.pbmit-ihbox-style-12 .pbmit-element-title a,
.pbmit-ihbox-style-12 .pbmit-element-title{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px ;
	margin-bottom: 0;
}
.pbmit-ihbox-style-12 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
	font-size: 25px;
	line-height: 25px;
	margin-top: 10px;
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-12 .pbmit-heading-desc{
	margin: 20px 0 10px 0;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
	margin: 0 auto;
}