if(window.location.pathname === '/' || window.location.pathname.endsWith('service_detail')) {
  	localStorage.clear();
  }