﻿#whatsapp {
    transition: .4s;

    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 999;
    width: 44px;
}
#whatsappimg {
    transition: .4s;

    position: fixed;
right: 37px;
    bottom: 83px;
    z-index: 999;
    width: 44px;
}
.whatsappspan {
      margin-left: -164px;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 14px;
    width: 140px;
    float: left;
    background-color: #0746a3;
    padding: 10px 7px 11px 7px;
    border-radius: 10px;
    line-height: 14px;
    color: #fff;
}