/*** dsvy-ihbox-style-17 ***/
.dsvy-ihbox-style-17 .dsvy-ihbox-box-number,
.dsvy-ihbox-style-17 .dsvy-ihbox-icon-wrapper,
.dsvy-ihbox-style-17 .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-17 {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.dsvy-ihbox-style-17:hover{
	transform: translateY(-10px);
}
.dsvy-ihbox-style-17 .dsvy-ihbox-contents{
	padding: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border-radius: 20px;
	background-color: var(--dsvy-cardioly-white-color);
}
.dsvy-ihbox-style-17 .dsvy-element-title{
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom:15px;
}
.dsvy-ihbox-style-17 .dsvy-ihbox-box .dsvy-ihbox-box-number{
	font-size: 76px;
	font-weight: 800;
	line-height: 76px;
	background: linear-gradient(180deg, #E2E2E2 54.81%, rgba(231, 233, 235, 0.00) 88.46%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dsvy-ihbox-style-17 .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-17 .dsvy-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--dsvy-cardioly-global-color);
	fill: var(--dsvy-cardioly-global-color);
}
.dsvy-ihbox-style-17 .dsvy-ihbox-icon-type-image img{
	height: 50px;
	object-fit: cover;
}
.dsvy-ihbox-style-17 .dsvy-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	fill: var(--dsvy-cardioly-global-color);
}
.dsvy-ihbox-style-17 .dsvy-heading-desc{
	color: rgba(var(--dsvy-cardioly-blackish-color-rgb), 0.5);
}
/*=== Bg Color ===*/
.dsvy-elementor-bg-color-white .dsvy-ihbox-style-17 .dsvy-ihbox-contents{
	background-color: var(--dsvy-cardioly-light-bg-color);
}
/*** media query ***/
@media (max-width: 1366px){
	.dsvy-ihbox-style-17 .dsvy-element-title{
		font-size: 24px;
		line-height: 30px;
	}
	.dsvy-ihbox-style-17 .dsvy-ihbox-contents{
		padding: 25px 20px;
	}
}