File: /home/dermova/public_html/india/wp-content/themes/ri-colias/searchform.php
<form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<div class="input-group">
<label class="screen-reader-text"><?php echo esc_attr__( 'Search for:','ri-colias' ); ?></label>
<input type="text" class="form-control" placeholder="Search ... " value="<?php echo get_search_query(); ?>" name="s" />
<span class="input-group-btn">
<button class="btn btn-primary"><i class="fa fa-search"></i></button>
</span>
</div>
</form>