


/* QC WIDGET - WHATSAPP WAVE ICON START */
.qc-whatsapp-wave-icon {
    width: 50px; height: 50px; position: fixed; background: #3bff0f;  bottom: 10px;  left: 40px; font-size: 18px;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%); z-index: 999; border-radius: 45px;
}
.qc-whatsapp-wave-icon:before { content: ''; position: relative; display: block; width: 300%; height: 300%; box-sizing: border-box; margin-left: -100%; margin-top: -100%; border-radius: 50%; background: #3bff0f; -webkit-animation: qc-rout 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: qc-rout 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
.qc-whatsapp-wave-icon:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; border-radius: 15px; box-shadow: 0 0 8px rgba(116, 76, 7, 0.3); -webkit-animation: qc-rin 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; animation: qc-rin 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
@-webkit-keyframes qc-rout {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}
@keyframes qc-rout {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
        80%, 100% {
        opacity: 0;
    }
}
@-webkit-keyframes qc-rin {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes qc-rin {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.qc-whatsapp-wave-icon i { position: absolute; top: 0; left: 0; z-index: 999; width: 50px !important; line-height: 50px; font-size: 2em; text-align: center; color: #ffffff; }
/* QC WIDGET - WHATSAPP WAVE ICON END */
