.pbmit-treatment-style-3 .pbmit-btn i,
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon svg,
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon,
.pbmit-treatment-style-3 .pbmit-svg-btn svg{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-treatment-style-3 .pbminfotech-box-content {
	display: flex;
	align-items: center;
	background: var(--pbmit-physiofy-light-bg-color);
	padding:15px;
}
.pbmit-treatment-style-3 .pbmit-treatment-title {
	font-size: 20px;
	line-height:26px;
	margin: 0px 10px 0px 20px;
	color: var(--pbmit-physiofy-secondary-color);
}
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon{
	display: inline-block;
	min-width: 75px;
	min-height: 75px;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: var(--pbmit-physiofy-white-color);
	border-radius: 50%;
	background-color: var(--pbmit-physiofy-secondary-color);
}
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon svg{
	fill: var(--pbmit-physiofy-white-color);
}
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon svg,
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon i{
	margin-top: 8px;
	display: inline-block;
}
.pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon img{
	max-height:75px;
	max-width:75px;
	border-radius: 50%;
}
.pbmit-treatment-style-3 .pbmit-btn i{
	font-size: 30px;
	line-height: normal;
	color: var(--pbmit-physiofy-secondary-color);
	left: -15px;
	position: relative;
	opacity: 0;
	top: 3px;
}
.pbmit-treatment-style-3:hover .pbmit-btn i{
	left: 0px;
	opacity: 1;
}
.pbmit-treatment-style-3:hover .pbmit-btn i,
.pbmit-treatment-style-3:hover .pbmit-treatment-title,
.pbmit-treatment-style-3:hover .pbmit-treatment-title a,
.pbmit-treatment-style-3:hover .pbmit-treatment-wrapper-icon{
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-treatment-style-3:hover .pbmit-treatment-wrapper-icon svg{
	fill: var(--pbmit-physiofy-global-color);
}
.pbmit-treatment-style-3 .pbmit-svg-btn svg{
	height: 20px;
	opacity: 0;
	margin-left: -15px;
}
.pbmit-treatment-style-3:hover .pbmit-svg-btn svg{
	opacity: 1;
	margin-left: 0px;
}
.pbmit-element-column-four .pbmit-treatment-style-3:nth-child(9){
	margin-left: 25%;
}
.pbmit-treatment-style-3 .pbminfotech-post-item{
	position: relative;
}
.pbmit-element-column-five .pbmit-treatment-style-3 .pbmit-treatment-wrapper-icon {
	font-size: 35px;
}
@media (max-width: 991px) {
	.pbmit-element-column-four .pbmit-treatment-style-3:nth-child(9){
		margin-left:0;
	}
}
@media (max-width: 575px) {
	.pbmit-treatment-style-3 .pbmit-treatment-title {
		font-size: 18px;
		line-height: 20px;
	}
}