.dsvy-ihbox-style-10 .dsvy-ihbox-box .dsvy-ihbox-icon {
	font-size: 75px;
	line-height: 75px;
	color: var(--dsvy-karzo-secondary-color);
}
.dsvy-ihbox-style-10 .dsvy-ihbox-box .dsvy-ihbox-icon,
.dsvy-ihbox-style-10 .dsvy-ihbox-box .dsvy-ihbox-svg{
	transition: all 0.3s ease 0s;
} 
.dsvy-ihbox-style-10 .dsvy-ihbox-contents {
	margin-left: 25px;
}
.dsvy-ihbox-style-10 .dsvy-ihbox-content-inner {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.dsvy-ihbox-style-10 .dsvy-ihbox-box-number {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	color: var(--dsvy-karzo-global-color);
	font-weight: 500;
}
.dsvy-ihbox-style-10 .dsvy-element-title {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	margin-left: 5px;
}
.dsvy-ihbox-style-10 .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-10 .dsvy-ihbox-svg-wrapper svg {
	width: 75px;
	height: 75px;
	fill: var(--dsvy-karzo-secondary-color);
}
.dsvy-ihbox-style-10 .dsvy-ihbox-content-inner::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 20px;
	background: var(--dsvy-karzo-global-color);
	transform: skewx(-15deg);
	left: 0;
	top: 3px;
}
.dsvy-ihbox-style-10:hover .dsvy-ihbox-box .dsvy-ihbox-svg,
.dsvy-ihbox-style-10:hover .dsvy-ihbox-box .dsvy-ihbox-icon {
	color: var(--dsvy-karzo-global-color);
	transform: translateY(-10px);
}
.designervily-element-viewtype-carousel .dsvy-ihbox-style-10{
	padding-top: 10px;
}
.dsvy-ihbox-style-10:hover .dsvy-ihbox-box .dsvy-ihbox-icon svg,
.dsvy-ihbox-style-10:hover .dsvy-ihbox-box .dsvy-ihbox-svg svg{
	fill: var(--dsvy-karzo-global-color);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.dsvy-ihbox-style-10 .dsvy-ihbox-box {
		display: block!important
	}
	.dsvy-ihbox-style-10 .dsvy-ihbox-contents {
		margin-left: 0;
	}
}
@media (max-width: 460px) {
	.dsvy-ihbox-style-10 .dsvy-ihbox-contents {
		margin-top: 10px;
		margin-left: 0;
	}
	.dsvy-ihbox-style-10 .dsvy-ihbox-box.d-flex {
		display: block!important;
	}
}