/*
Theme Name: JNews
Version: 5.0.3
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/
#whatsapp {
    position: fixed;
    left: 20px;
    z-index: 9;
    bottom: 5%;
    animation: bounce2 2s ease infinite;
    top: auto;
    width: 60px;
    height: 60px;
}
@keyframes bounce2 {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}