.whatsapp-new {

    position: fixed;
    right: 10px;
    color: #fff;
    top: 342px;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    z-index: 99999;
    transition: all 0.3s;
    padding: 10px 11px 12px 44px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    height: 80px;

}

@media screen and (max-width:700px) {
    .whatsapp-new {
        width: 40px;
        height: 40px;
        top: 339px;
        right: -2px;
        display: none
    }
}
.mobilenodk {
    position: fixed;
    right: 10px;
    color: #fff;
    top: 428px;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    z-index: 99999;
    transition: all 0.3s;
    padding: 10px 11px 12px 12px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    height: 37px;
}
.mobilenodk .icon-call{
    position: relative;
    top: 3px;
    left: -3px;
}
.mobilenodk img{
    max-width: 20px;
    margin-right: 1px;
}

.mobilenodk:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    color: white;
}

.animatedk {
    background-color: yellow;
    /*    -webkit-animation: bg infinite;
        -webkit-animation-duration: 1.5s;
        animation: bg infinite;
        animation-duration: 1.5s;*/
}
@keyframes bg{
    0% {
        background: rgba(0,90,171,1);
    }

    49% {
        background: rgba(0,90,171,1);
    }
    50% {
        background: rgba(77,184,72,1);
    }
    99% {
        background: rgba(77,184,72,1);
    }
}

@media screen and (min-width: 778px) and (max-width:1024px) {
    .mobilenodk{font-size:16px; padding:12px 30px 12px 30px; }
}   

@media screen and (min-width: 180px) and (max-width:777px) {
    .mobilenodk{font-size: 14px;
                padding: 11px 10px 12px 13px;   }
    .mobilenodk img {
        max-width: 16px;
        margin-right: 3px;
    }
}  
