.dsvy-ihbox-style-14 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.dsvy-ihbox-style-14,
.dsvy-ihbox-style-14 .dsvy-ihbox-box{
	position: relative;
	height: 100%;
}
.dsvy-ihbox-style-14 .dsvy-ihbox-contents{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 45px 40px;
	border-radius: 30px;
	height: 100%;
	background-color: var(--dsvy-cardioly-white-color);
}
.dsvy-ihbox-style-14 .dsvy-ihbox-icon {
	margin-top: 100px;
	display: flex;
}
.dsvy-ihbox-style-14 .dsvy-element-subtitle,
.dsvy-ihbox-style-14 .dsvy-element-heading {
	display: inline-flex;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: rgba(var(--dsvy-cardioly-blackish-color-rgb),0.5);
}
.dsvy-ihbox-style-14 .dsvy-element-subtitle::before,
.dsvy-ihbox-style-14 .dsvy-element-heading::before{
	content: " ";
	width: 10px;
	height: 10px;
	min-width: 10px;
	margin-top: 5px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: rgba(var(--dsvy-cardioly-blackish-color-rgb),0.5);
}
.dsvy-ihbox-style-14 .dsvy-element-title {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 0px;
}
.dsvy-ihbox-style-14 .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-14 .dsvy-ihbox-icon-wrapper {
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 60px;
	color: var(--dsvy-cardioly-global-color);
	fill: var(--dsvy-cardioly-global-color);
}
.dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
    background-color: var(--dsvy-cardioly-body-bg-color);
    border-radius: 30px 0 0 0;
}
.dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap:has(.dsvy-ihbox-btn){
	padding: 15px 0 0 15px;
}
.dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before,
.dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	content: "";
    position: absolute;
    background-color: transparent;
	border-bottom-right-radius: 30px;
    bottom: 0;
	right:  calc(100% - 2px);
    height: 40px;
    width: 30px;
    box-shadow: 0 20px 0 0 var(--dsvy-cardioly-body-bg-color);
}
.dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	bottom: 100%;
	right: -2px;
}
.dsvy-ihbox-style-14 .dsvy-ihbox-btn a::after{
	content: "\e814";
    font-family: "designervily-base-icons";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}
.dsvy-ihbox-style-14 .dsvy-ihbox-btn a{
	min-width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	z-index: 2;
	position: relative;
	color: var(--dsvy-cardioly-blackish-color);
	background-color: var(--dsvy-cardioly-white-color);
}
.dsvy-ihbox-style-14 .dsvy-ihbox-btn a:hover{
	color: var(--dsvy-cardioly-white-color);
	background-color: var(--dsvy-cardioly-global-color);
}
.dsvy-ihbox-style-14 .dsvy-ihbox-btn a span{
	display: none;
}
.dsvy-ihbox-style-14:hover .dsvy-ihbox-svg-wrapper, 
.dsvy-ihbox-style-14:hover .dsvy-ihbox-icon-wrapper{
	animation: heartbeat 1.5s;
}
@keyframes heartbeat {
    0%   { transform: scale(1); }
    14%  { transform: scale(1.25); }
    28%  { transform: scale(1); }
    42%  { transform: scale(1.25); }
    70%  { transform: scale(1); }
}
/* Bg Color */
.dsvy-elementor-bg-color-white .dsvy-ihbox-style-14 .dsvy-ihbox-btn a,
.dsvy-elementor-bg-color-white .dsvy-ihbox-style-14 .dsvy-ihbox-contents{
	background-color: var(--dsvy-cardioly-light-bg-color);
}
.dsvy-elementor-bg-color-light .dsvy-ihbox-style-14 .dsvy-ihbox-btn a,
.dsvy-elementor-bg-color-light .dsvy-ihbox-style-14 .dsvy-ihbox-contents{
	background-color: var(--dsvy-cardioly-white-color);
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-14 .dsvy-ihbox-btn a:hover,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-14 .dsvy-ihbox-btn a:hover,
.dsvy-elementor-bg-color-blackish .dsvy-ihbox-style-14 .dsvy-ihbox-btn{
	background-color: var(--dsvy-cardioly-blackish-bg-color);
}
.dsvy-elementor-bg-color-secondary .dsvy-ihbox-style-14 .dsvy-ihbox-btn{
	background-color: var(--dsvy-cardioly-secondary-color);
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-14 .dsvy-ihbox-btn,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-14 .dsvy-ihbox-btn{
	background-color: var(--dsvy-cardioly-global-color);
 }
.dsvy-elementor-bg-color-light .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap{
	background-color: var(--dsvy-cardioly-light-bg-color);
}
.dsvy-elementor-bg-color-light .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before, 
.dsvy-elementor-bg-color-light .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	box-shadow: 0 20px 0 0 var(--dsvy-cardioly-light-bg-color);
}
.dsvy-elementor-bg-color-white .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap{
	background-color: var(--dsvy-cardioly-white-color);
}
.dsvy-elementor-bg-color-white .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before, 
.dsvy-elementor-bg-color-white .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	box-shadow: 0 20px 0 0 var(--dsvy-cardioly-white-color);
}
.dsvy-elementor-bg-color-blackish .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap{
	background-color: var(--dsvy-cardioly-blackish-color);
}
.dsvy-elementor-bg-color-blackish .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before, 
.dsvy-elementor-bg-color-blackish .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	box-shadow: 0 20px 0 0 var(--dsvy-cardioly-blackish-color);
}
.dsvy-elementor-bg-color-secondary .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap{
	background-color: var(--dsvy-cardioly-secondary-color);
}
.dsvy-elementor-bg-color-secondary .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before, 
.dsvy-elementor-bg-color-secondary .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	box-shadow: 0 20px 0 0 var(--dsvy-cardioly-secondary-color);
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap{
	background-color: var(--dsvy-cardioly-global-color);
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before, 
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::before, 
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-14 .dsvy-ihbox-button-wrap::after{
	box-shadow: 0 20px 0 0 var(--dsvy-cardioly-global-color);
}

/*** media query ***/
@media (max-width: 1366px){
	.dsvy-element-miconheading-style-14:is([data-columns="5"], [data-columns="6"]) .dsvy-ihbox-style-14 .dsvy-ihbox-contents {
		padding: 45px 20px;
	}
}
@media (max-width: 1200px){
	.dsvy-element-miconheading-style-14:is([data-columns="4"]) .dsvy-ihbox-style-14 .dsvy-ihbox-contents {
		padding: 45px 20px;
	}
}
@media (max-width: 1200px) and (min-width: 992px){
	.dsvy-ihbox-style-14 .dsvy-element-title{
		font-size: 24px;
	}
}
@media (max-width: 450px){
	.dsvy-ihbox-style-14 .dsvy-ihbox-contents,
	.dsvy-element-miconheading-style-14:is([data-columns="4"],[data-columns="5"], [data-columns="6"]) .dsvy-ihbox-style-14 .dsvy-ihbox-contents {
		padding: 30px 20px;
	}
	.dsvy-ihbox-style-14 .dsvy-element-title {
		font-size: 26px;
		line-height: 28px;
	}
}