Hi,
1. For Contact Page you need to use Contact Form 7 plugin
2. To hide the search box from the main menu
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
.sd-menu-search { display: none; }
Regards
Grace Themes