.wpdrtcontact{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-color: gray;
    border-radius: 50px 50px;
    box-shadow: 0px 17px 12px black;
    align-content: center;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  
    
}
@media (max-width: 768px) {
  .wpdrtcontact {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}
@media (hover: hover) {
  .wpdrtcontact:hover {
    transform: scale(1.1);
  }
}