.mobile_call_whatsapp_fixed_main_div {
      position: fixed;
      bottom: 120px;
      right: 10px;
      z-index: 1;
    }

    .call_icon_div {
      text-align: center;
    }

    .call_icon_div>a {
      background-color: #dc3545;
      height: 60px;
      line-height: 57px;
      width: 60px;
      text-align: center;
      border-radius: 100px;
      animation: moveUpDown 2s ease-in-out infinite;
      display: inline-block;
      margin-bottom: 8px;
    }

    .call_icon_div>a>img {
      width: 32px !important;
      filter: brightness(0%) invert(1);
      height: 60px;
      line-height: 60px;
      width: 60px;
      object-fit: contain;
    }

    @media (max-width: 768px) {
      .desktop_whatsapp {
        display: none !important;
      }
    }

    .whatsapp_icon_div {
      text-align: center;
    }

    .whatsapp_icon_div>a {
      background-color: #008000;
      height: 60px;
      line-height: 57px;
      width: 60px;
      text-align: center;
      border-radius: 100px;
      animation: zigzag 0.5s ease-in-out infinite;
      animation-delay: 0s;
      animation-iteration-count: infinite;
      animation-duration: 10s;
      animation-timing-function: steps(1, end);
      position: relative;
      animation: zigzag 8s infinite;
      display: inline-block;
    }

    .whatsapp_icon_div>a>img {
      width: 32px !important;
      filter: brightness(0%) invert(1);
      height: 60px;
      line-height: 60px;
      width: 60px;
      object-fit: contain;
    }

    @media (max-width: 768px) {
      .mobile_whatsapp {
        display: block !important;
      }
    }

    .whatsapp_icon_div {
      text-align: center;
    }


    .mobile_whatsapp {
      display: none;
    }

    .whatsapp_icon_div>a {
      background-color: #008000;
      height: 60px;
      line-height: 57px;
      width: 60px;
      text-align: center;
      border-radius: 100px;
      animation: zigzag 0.5s ease-in-out infinite;
      animation-delay: 0s;
      animation-iteration-count: infinite;
      animation-duration: 10s;
      animation-timing-function: steps(1, end);
      position: relative;
      animation: zigzag 8s infinite;
      display: inline-block;
    }

    .whatsapp_icon_div>a>img {
      width: 32px !important;
      filter: brightness(0%) invert(1);
      height: 60px;
      line-height: 60px;
      width: 60px;
      object-fit: contain;
    }