 #chat_box_identifier {
  bottom: 0px;
  right: 0px;
  z-index: 9999999;
  border: none;
  margin-bottom: 15px;
  width: 85px;
  height: 85px;
  position: fixed;
  margin-right: 20px;
}
#whatsapp_box_identifier {
  bottom: 0px;
  left: 0px;
  z-index: 9999998;
  border: none;
  margin-bottom: 15px;
  width: 240px;
  height: 85px;
  position: fixed;
  margin-left: 20px;
}
#message_box_id .expand {
  width: 400px!important;
  max-height: 675px!important;
  min-height: 240px!important;
  height: 100%!important;
}
#message_box_id .compact {
  width: 85px;
  height: 85px;
}
#whatsapp_box_identifier.compact {
  width: 200px;
  height: 85px;
}
@media (max-width: 768px) {
  #chat_box_identifier {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #whatsapp_box_identifier {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #chat_box_identifier.expand {
    width: 100%!important;
    height: 100%!important;
  }
  #chat_box_identifier.compact {
    width: 85px!important;
    height: 83px!important;
    
  }
  #whatsapp_box_identifier.compact {
    width: 200px!important;
    height: 83px!important;
  }
}
