.elementor-60 .elementor-element.elementor-element-32b818df{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-79579e41 */.float-icon{
    display: inline-flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    z-index: 100
}
.float-icon a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}
.float-icon svg{
    fill: #fff;
    width: 30px;
    height: 30px;
}
.float-icon .line-anm{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #25d366;
    opacity: .6;
    box-shadow: 0 0 3px #25d366;
}
.float-icon .line-anm.line-anm1{
    animation: movement 2s infinite ease-out;
} 
.float-icon .line-anm.line-anm2{
    animation: movement 3s infinite ease-out;
} 
.float-icon .line-anm.line-anm3{
    animation: movement 4s infinite ease-out;
} 

.whatsapp-float.float-icon {
    background-color: #25d366;
    bottom: 10px;
    inset-inline-start: 20px;
}
.whatsapp-float.float-icon .line-anm{
    border: 1px solid #25d366;
    box-shadow: 0 0 3px #25d366;
}

.phone-float.float-icon {
    background-color: #23a3c8;
    bottom: 90px;
    inset-inline-start: 20px;
}
.phone-float.float-icon .line-anm{
    border: 1px solid #23a3c8;
    box-shadow: 0 0 3px #23a3c8;
}

@keyframes movement {
    0%{
        width: 100%;
        height: 100%;
    }
    50%{
        width: 150%;
        height: 150%;
    }
    100%{
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@media (max-width: 767px){
    .float-icon{
        width: 50px;
        height: 50px;
    }
    .float-icon svg{
        width: 30px;
        height: 30px;
    }
    .whatsapp-float.float-icon{
        inset-inline-start: calc(50% - 80px);
    }
    .phone-float.float-icon{
        inset-inline-start: auto;
        inset-inline-end: calc(50% - 80px);
    }
    .whatsapp-float.float-icon,
    .phone-float.float-icon{
        bottom: 5px;
    }
}/* End custom CSS */