.elementor-734 .elementor-element.elementor-element-d03edb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.icon-hero-img-1 .elementor-widget-container,
.icon-hero-img-2 .elementor-widget-container{
    height: 180px !important;
    align-items: center;
    display:flex;
    justify-content: center;
   
}

@media screen and (max-width:1024px){
    .infusion-form button{
    padding-left:20px;
    padding-right:20px;
   
}
.icon-hero-img-1 .elementor-widget-container,
.icon-hero-img-2 .elementor-widget-container{
    height: 100px !important;
    width:100px !important;
   
}
}

.icon-hero-img-2 .elementor-icon-wrapper,
.icon-hero-img-1 .elementor-icon-wrapper{
	line-height: 0;
	
}

.icon-hero-img-2 .elementor-icon,
.icon-hero-img-1 .elementor-icon{
	position: relative;
	overflow: hidden;

}

.icon-hero-img-1 .elementor-icon::before,
.icon-hero-img-2 .elementor-icon::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.icon-hero-img-1 .elementor-icon:hover::before,
.icon-hero-img-2 .elementor-icon:hover::before{
	transform: scale(1);
}




.satisficed-client-box{

	display: inline-flex !important;
	animation: satisficedbox 2.5s infinite alternate;
	z-index: 2;
	border-radius: 10px;
}
.satisficed-client-box span.elementor-icon {
    background: #74aa91;
    padding: 12px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex
;
    align-items: center;
}
    .icon-hero-img-1,
.icon-hero-img-2{
    animation: iconheroimg 2s infinite alternate;
}
@media screen and (min-width:1025px){

}
.why-choose-circle img {
    animation: infiniterotate 30s infinite linear;
    
}
@keyframes satisficedbox{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateX(-100px)
    }
}
@keyframes iconheroimg{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateY(-40px)
    }
}
@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.icon-why figure.elementor-image-box-img img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}
.icon-why figure.elementor-image-box-img {
    width:90px !important;
    height: 75px !important;
    background: #1d4972;
    padding: 15px;
    border-radius: 100%;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width:767px){
    .icon-why figure.elementor-image-box-img {
    width:75px !important;
    height: 75px !important;
    margin-bottom:20px !important;
}
}/* End custom CSS */