/* ============================================================================
   Floating action buttons - FD #6615 item 4.
   Chatbot (Tawk) sits bottom-right and is positioned by the Tawk API.
   Call button: bottom-left.  Quick-links button: bottom-right, just below the chatbot.
   Applies on desktop and mobile.
   ========================================================================== */
.call-icon{
  left:20px !important;
  right:auto !important;
  bottom:20px !important;
}
.ql-main-btn{
  left:auto !important;
  right:20px !important;
  bottom:20px !important;
}
@media (max-width:782px){
  .call-icon{ left:15px !important; right:auto !important; bottom:15px !important; }
  .ql-main-btn{ left:auto !important; right:15px !important; bottom:15px !important; }
}
