  
  /* Whatsapp US */

  a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 20px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
  
a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}
  
  



#counts{
  display: none;
}