.cbp-whatsapp-button {
    background: #25D366;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
    cursor: pointer;
    height: 68px; 
    text-align: center;
    width: 68px;
    position: fixed;
    z-index: 9999;
    transition: .3s;
}
.puls {
    display: block;
    animation: hoverWave linear 1s infinite;
    -webkit-animation: hoverWave linear 1s infinite;
}
.cbp-tg-button {
    background: #25a5d3;
    border: 3px solid #2092bb;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgb(7 149 206 / 60%);
    cursor: pointer;
    height: 68px; 
    text-align: center;
    width: 68px;
    position: fixed;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave2 linear 1s infinite;
    animation: hoverWave2 linear 1s infinite;
}

.cbp-left-bottom {
    left: 5%;
    bottom: 8%;
}
.cbp-right-bottom {
    right: 5%;
    bottom: 8%;
}

.cbp-whatsapp-button .cbp-text-button, .cbp-tg-button .cbp-text-button {
    height:68px;
    width:68px;
    border-radius:50%;
    position:relative;
    overflow:hidden;
}
.cbp-whatsapp-button .cbp-text-button span {
    text-align: center;
    color:#23a455;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 10px;
    top: 25px;
    line-height: 14px;
    font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.cbp-tg-button .cbp-text-button span {
    text-align: center;
    color:#2092bb;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 12px;
    top: 25px;
    line-height: 14px;
    font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.cbp-whatsapp-button .cbp-text-button:hover span, .cbp-tg-button .cbp-text-button:hover span {
    opacity: 1;
    font-size: 10px;
}
.cbp-whatsapp-button:hover img, .cbp-tg-button:hover img {
    display:none;
}
.cbp-whatsapp-button:hover, .cbp-tg-button:hover {
    z-index:1;
    background:#fff;
    color:transparent;
    transition:.3s;
}

.cbp-whatsapp-button img {
    width: 40px;
    margin-left: -4px; 
    margin-top: 8px; 
    filter: brightness(0) invert(1);
    color:#fff;
    font-size:44px;
    transition:.3s;
    line-height: 66px;transition: .5s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running amin;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running amin;
    -webkit-animation-iteration-count: infinite;
    display: initial;
        
}
.cbp-tg-button img {
    width: 47px;
    margin-left: -5px; 
    margin-top: 8px; 
    filter: brightness(0) invert(1);
    color:#fff;
    font-size:44px;
    transition:.3s;
    line-height: 66px;transition: .5s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running amin;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running amin;
    -webkit-animation-iteration-count: infinite;
    display: initial;
        
}
@-webkit-keyframes hoverWave {
    0% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    40% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    80% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
    }
    100% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
    }
}
@keyframes hoverWave {
    0% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    40% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    80% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
    }
    100% {
            box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
    }
}
@-webkit-keyframes hoverWave2 {
    0% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 0 rgba(7,160,206,0.2),0 0 0 0 rgba(7,160,206,0.2)
    }
    40% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 15px rgba(7,160,206,0.2),0 0 0 0 rgba(7,160,206,0.2)
    }
    80% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 30px rgba(7,160,206,0),0 0 0 26.7px rgba(7,160,206,0.067)
    }
    100% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 30px rgba(7,160,206,0),0 0 0 40px rgba(7,160,206,0.0)
    }
}
@keyframes hoverWave2 {
    0% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 0 rgba(7,160,206,0.2),0 0 0 0 rgba(7,160,206,0.2)
    }
    40% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 15px rgba(7,160,206,0.2),0 0 0 0 rgba(7,160,206,0.2)
    }
    80% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 30px rgba(7,160,206,0),0 0 0 26.7px rgba(7,160,206,0.067)
    }
    100% {
            box-shadow:0 8px 10px rgba(7,160,206,0.3),0 0 0 30px rgba(7,160,206,0),0 0 0 40px rgba(7,160,206,0.0)
    }
}
@keyframes amin {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
@-webkit-keyframes amin {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
@media (max-width : 800px) {
    .cbp-left-bottom, .cbp-right-bottom {
        bottom: 5%;
    }
}
a#cbp-whatsapp-button {
    background-color: #25D366;
}
a#cbp-tg-button {
    background: #25a5d3;
}