Thanks for your reply.
I know about disable option. Actually I want to use IG page builder in my next theme which is already on bootstap.
so i did it by adding this to my function.php although not a best solution but works.
//Disable IG Page Builder CSS and JS
if( class_exists( 'IG_Pb_Init' ) ) {
update_option('ig_pb_settings_boostrap_css', 'disable' );
update_option('ig_pb_settings_boostrap_js', 'disable' );
}
is there any way that i can restrict page builder not to show on custom post types.