@media screen and (max-width: 991px) and (min-width: 300px) {
  .whatsapp_icon {
    left: 0px;
    bottom: 0px;
    animation: unset;
    width: 100%;
    border-radius: 0px;
    padding: 5px 0px;
    text-align: center;
    background: rgb(0 156 209);
    box-shadow: 0px 0px 5px 0px black inset;
  }
  .whatsapp_icon .laptop_view_section {
    display: none !important;
  }
  .whatsapp_icon .phone_view_section {
    display: block;
    color: #231f20;
    margin-bottom: 0px;
  }
}
