@media screen and (max-width: 991px) and (min-width: 320px) {

.whatsapp_icon{
      left: 5px;
    bottom: 5%;
    width: 22%;
}
    .phone_icon {
      /*position: absolute;*/
   left: 30px;
        bottom: 155px;
        animation: unset;
        width: 10%;
        height: 50px;
    border-radius: 0px;
    padding: 5px 0px;
    text-align: center;
    /*background: rgb(0 156 209);*/
    /*box-shadow: 0px 0px 5px 0px black inset;*/
  }
  .phone_icon .laptop_view_section {
    /*display: none !important;*/
    width: 100%;
  }
}