File: /home/elrashedytravel/public_html/wp-content/themes/custom-functions-1767952375/searchform.php
<?php
/**
* The template for displaying search forms in Simple
*
* @package simple-modern
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label>
<span class="screen-reader-text"><?php echo _x( 'Search for:', 'label', 'simple-modern' ); ?></span>
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder', 'simple-modern' ); ?>" data-i18n-placeholder="search_placeholder" value="<?php echo get_search_query(); ?>" name="s" />
</label>
<button type="submit" class="search-submit">
<svg class="search-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.435 10.0629H10.712L10.462 9.8229C11.353 8.7899 11.875 7.4549 11.875 6.0009C11.875 2.9629 9.412 0.5009 6.375 0.5009C3.337 0.5009 0.875 2.9629 0.875 6.0009C0.875 9.0389 3.337 11.5009 6.375 11.5009C7.829 11.5009 9.164 10.9789 10.197 10.0879L10.437 10.3379V11.0599L14.875 15.5009L16 14.3759L11.435 10.0629ZM6.375 10.0629C4.125 10.0629 2.25 8.1879 2.25 6.0009C2.25 3.8139 4.125 1.9389 6.375 1.9389C8.625 1.9389 10.5 3.8139 10.5 6.0009C10.5 8.1879 8.625 10.0629 6.375 10.0629Z" fill="currentColor"/></svg>
<span class="screen-reader-text"><?php echo _x( 'Search', 'submit button', 'simple-modern' ); ?></span>
</button>
</form>