/* #fb-root > div.fb_dialog.fb_dialog_advanced.fb_shrink_active {
 left: initial !important;
 right: 18pt;
 z-index: 9999999 !important;
}
.fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
 left: initial !important;
 right: 65pt !important;
}

.fb_customer_chat_bubble_pop_in{
  bottom: 60pt !important;
} */


/* this is for the circle position */
#fb-root > div.fb_dialog.fb_dialog_advanced.fb_shrink_active {
  right: initial !important;
  right: 9pt;
  z-index: 9999999 !important;
  bottom: 10%;
}
.fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
  right: initial !important;
  right: 9pt !important;
  bottom: 10%;
}
@media (max-width: 992px){
  #fb-root{
      display: none;
  }
}