Hi Arif,
You need to make sure your live site and admin both having resource sharing enable and running using same https protocol. For example if your are using admin on https then you mvc site also running on https bindings.
Additionally you need to ensure you initializing page builder properly on respective page type using
HttpContext.Kentico().PageBuilder().Initialize(page.DocumentID);
Thanks