/**
 * <div class="whatsapp-plug-icon" data-number="" data-message=""></div>
 **/
.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    /* top: 58%; */
    margin-top: 43px;
    cursor: pointer;
    background-color: #28a745;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(whatsplug.svg);
    background-size: 50% auto;
	border-radius: 100% !important;

}
.whatsapp-plug-icon-r {
		top: auto !important; 
 -webkit-animation: all 7s ease; 
	}
@-webkit-keyframes ef-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes ef-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.ef-pulse-grow-active {
    -webkit-animation-name: ef-pulse-grow;
    animation-name: ef-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}



 @media screen and (max-width:979px) {
	.whatsapp-plug-icon {
		top: auto; 
	}
}