Embed Form In Header

You need to edit header.php of your theme and insert the script there right after the site navigation.

I try to use the plugin for header & footer to paste the code & display but via plugin code working in the footer but in header nothing display.

Plugins fail to insert this in header because these plugins use wp-header hook which output in <head> tag and not in the <body> tag, so the output is not visible.

While those plugins which uses wp_footer hook outputs everything within <body> tag, so the output is visible.