/*** dsvy-ihbox-style-9 ***/
.dsvy-ihbox-style-9{
	padding-left: 40px;
}
.dsvy-ihbox-style-9 .dsvy-ihbox-icon-type-image{
	position: relative;
	width: 56px;
	height: 56px;
}
.dsvy-ihbox-style-9 .dsvy-ihbox-icon-type-image img{
	border-radius: 50%;
	padding: 3px;
	border:1px solid var(--dsvy-colza-global-color);
}
.dsvy-ihbox-style-9 .dsvy-ihbox-contents {
	padding-left: 20px;
}
.dsvy-ihbox-style-9 .dsvy-heading-desc {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.dsvy-ihbox-style-9 .dsvy-ihbox-icon-type-image::before {
	position: absolute;
	content: "\e853";
	left: -40px;
	top: 5px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	background-color: var(--dsvy-colza-global-color);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-family: 'designervily-base-icons';
}
.dsvy-ihbox-style-9:hover .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-9:hover .dsvy-ihbox-icon-wrapper{
	animation: ts-bounce 500ms ease-in-out 50ms;
}
@keyframes ts-bounce { 0% { transform: translateY(0); }40% {transform: translateY(-12px);}100% {transform: translateY(0);}}