My Conditional Tags not Working

if condition check is missing in your code. Try this:

<?php 
  wp_footer(); 
  if(is_page( 'need-travel-insurance' )){
    echo "For travel.";
  }
 ?>