.call {
  position: fixed;
  bottom: 60px; /* 10px yerine 80px ile yukarı alıyoruz */
  left: 10px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.call img {
  max-width: 150px;
  height: auto;
  display: block;
}

	