<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
<!--<![endif]-->
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
	<!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NRNRG3VW');</script>
<!-- End Google Tag Manager -->

	
	<!-- Basic Page Needs
  ================================================== -->
	

	<!-- Mobile Specific Metas
	================================================== -->
			<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
		
	
			<link rel="icon" type="image/x-icon" href="https://hairlossclinic.ca/wp-content/uploads/2019/01/fav-icon.png">	
		
	<link href="https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900" rel="stylesheet"> 
	<link data-minify="1" rel="stylesheet" href="https://hairlossclinic.ca/wp-content/cache/min/1/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?ver=1748949365">
<link data-minify="1" rel="stylesheet" href="https://hairlossclinic.ca/wp-content/cache/min/1/releases/v5.2.0/css/all.css?ver=1748949365" crossorigin="anonymous">
	<title>Hair Loss Clinic | Trichology Centre – Hair Loss Treatment &amp; Hair Tattoo</title>
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
		<!-- All in One SEO 4.6.7.1 - aioseo.com -->
		<meta name="description" content="Expert Hair Loss Treatment for Women and Men, including Hair Tattoo. Find the Best hair treatment near me at our trusted hair clinic. Book a consultation today!" />
		<meta name="robots" content="max-image-preview:large" />
		<meta name="google-site-verification" content="jy0zbs8-aFa0tdxS1yQ1-cbvKlezhQGpu6HwP3oM7XA" />
		<link rel="canonical" href="https://hairlossclinic.ca/" />
		<meta name="generator" content="All in One SEO (AIOSEO) 4.6.7.1" />
		<meta property="og:locale" content="en_US" />
		<meta property="og:site_name" content="Hair Loss Clinic | PRP, Laser Light Therapy Men &amp; Women | Hair Loss Clinic | PRP, Laser Light Therapy Men &amp; Women" />
		<meta property="og:type" content="article" />
		<meta property="og:title" content="Hair Loss Clinic | Trichology Centre – Hair Loss Treatment &amp; Hair Tattoo" />
		<meta property="og:description" content="Expert Hair Loss Treatment for Women and Men, including Hair Tattoo. Find the Best hair treatment near me at our trusted hair clinic. Book a consultation today!" />
		<meta property="og:url" content="https://hairlossclinic.ca/" />
		<meta property="article:published_time" content="2023-09-06T19:20:39+00:00" />
		<meta property="article:modified_time" content="2025-07-02T10:55:09+00:00" />
		<meta name="twitter:card" content="summary" />
		<meta name="twitter:title" content="Hair Loss Clinic | Trichology Centre – Hair Loss Treatment &amp; Hair Tattoo" />
		<meta name="twitter:description" content="Expert Hair Loss Treatment for Women and Men, including Hair Tattoo. Find the Best hair treatment near me at our trusted hair clinic. Book a consultation today!" />
		<script type="application/ld+json" class="aioseo-schema">
			{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/hairlossclinic.ca\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/hairlossclinic.ca\/#listItem","position":1,"name":"Home"}]},{"@type":"Organization","@id":"https:\/\/hairlossclinic.ca\/#organization","name":"Hair Loss Clinic | PRP, Laser Light Therapy Men & Women","description":"Hair Loss Clinic | PRP, Laser Light Therapy Men & Women","url":"https:\/\/hairlossclinic.ca\/"},{"@type":"WebPage","@id":"https:\/\/hairlossclinic.ca\/#webpage","url":"https:\/\/hairlossclinic.ca\/","name":"Hair Loss Clinic | Trichology Centre \u2013 Hair Loss Treatment & Hair Tattoo","description":"Expert Hair Loss Treatment for Women and Men, including Hair Tattoo. Find the Best hair treatment near me at our trusted hair clinic. Book a consultation today!","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/hairlossclinic.ca\/#website"},"breadcrumb":{"@id":"https:\/\/hairlossclinic.ca\/#breadcrumblist"},"datePublished":"2023-09-06T15:20:39-04:00","dateModified":"2025-07-02T06:55:09-04:00"},{"@type":"WebSite","@id":"https:\/\/hairlossclinic.ca\/#website","url":"https:\/\/hairlossclinic.ca\/","name":"Hair Loss Clinic | PRP, AAPE, Laser Light Therapy Men & Women","description":"Hair Loss Clinic | PRP, Laser Light Therapy Men & Women","inLanguage":"en-US","publisher":{"@id":"https:\/\/hairlossclinic.ca\/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hairlossclinic.ca\/?s={search_term_string}"},"query-input":"required name=search_term_string"}}]}
		</script>
		<!-- All in One SEO -->

<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Hair Loss Clinic | PRP, Laser Light Therapy Men &amp; Women &raquo; Feed" href="https://hairlossclinic.ca/feed/" />
<link rel="alternate" type="application/rss+xml" title="Hair Loss Clinic | PRP, Laser Light Therapy Men &amp; Women &raquo; Comments Feed" href="https://hairlossclinic.ca/comments/feed/" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hairlossclinic.ca\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=1748949365' type='text/css' media='only screen and (max-width: 768px)' />
<link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=1748949365' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link data-minify="1" rel='stylesheet' id='megamenu-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/uploads/maxmegamenu/style.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='brands-styles-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/brands.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='boc-main-styles-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/style.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='boc-child-styles-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna-child/style.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='boc-grid-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/stylesheets/grid.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='boc-icon-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/stylesheets/icons.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='boc-woo-styles-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/stylesheets/woocommerce.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='js_composer_front-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='boc-animation-styles-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/stylesheets/animations.css?ver=1748949365' type='text/css' media='all' />
<style id='boc-animation-styles-inline-css' type='text/css'>

				.button, a.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
					text-transform: uppercase;
				}

				.main_menu_underline_effect #menu > ul > li > a:after{ background-color: #0cb0a5; }

				.custom_menu_1 #menu > ul > li div { border-top: 2px solid #0cb0a5; }

				.custom_menu_2 #menu > ul > li div { border-top: 2px solid #0cb0a5; }

				.custom_menu_3 #menu > ul > li div { border-top: 2px solid #0cb0a5;}
				.custom_menu_3 #menu > ul > li ul > li > a:hover { background-color: #0cb0a5;}

				.custom_menu_4 #menu > ul > li div { border-top: 2px solid #0cb0a5;}			
				.custom_menu_4 #menu > ul > li ul > li > a:hover { background-color: #0cb0a5;}
				
				.custom_menu_5 #menu > ul > li ul > li > a:hover { background-color: #0cb0a5;}
				.custom_menu_5 #menu > ul > li:hover > a { border-top: 2px solid #0cb0a5;}

				.custom_menu_6 #menu > ul > li ul > li > a:hover { background-color: #0cb0a5;}
				.custom_menu_6 #menu > ul > li:not(.boc_nav_button):hover > a { border-top: 2px solid #0cb0a5;}
				
				a:hover, a:focus,
				.post_content a:not(.button), 
				.post_content a:not(.button):visited,
				.post_content .wpb_widgetised_column a:not(.button):hover {	color: #0cb0a5; }
				
				.post_content .wpb_widgetised_column .side_bar_menu a:not(.button):hover { color: #333; }
				
				.boc_preloader_icon:before { border-color: #0cb0a5 rgba(0,0,0,0) rgba(0,0,0,0); }
				
				.dark_links a:hover, .white_links a:hover, .dark_links a:hover h2, .dark_links a:hover h3 { color: #0cb0a5 !important; }
				
				.side_icon_box h3 a:hover, 
				.post_content .team_block h4 a:hover,
				.team_block .team_icons a:hover{ color:#0cb0a5; }

				.button:hover,a:hover.button,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,	input[type="button"]:hover, .btn_theme_color, a.btn_theme_color { color: #fff; background-color:#0cb0a5;}
				input.btn_theme_color, a.btn_theme_color, .btn_theme_color { color: #fff; background-color:#0cb0a5;}
				.btn_theme_color:hover, input.btn_theme_color:hover, a:hover.btn_theme_color { color: #fff; background-color: #444444;}
				
				input.btn_theme_color.btn_outline, a.btn_theme_color.btn_outline, .btn_theme_color.btn_outline {
					color: #0cb0a5 !important;
					border: 2px solid #0cb0a5;
				}
				input.btn_theme_color.btn_outline:hover, a.btn_theme_color.btn_outline:hover, .btn_theme_color.btn_outline:hover{
					background-color: #0cb0a5 !important;
				}
				
				#boc_searchform_close:hover { color:#0cb0a5;}
				
				.section_big_title h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong { color:#0cb0a5;}
				.top_icon_box h3 a:hover { color:#0cb0a5;}

				.htabs a.selected  { border-top: 2px solid #0cb0a5;}
				.resp-vtabs .resp-tabs-list li.resp-tab-active { border-left: 2px solid #0cb0a5;}
				.minimal_style.horizontal .resp-tabs-list li.resp-tab-active,
				.minimal_style.resp-vtabs .resp-tabs-list li.resp-tab-active { background: #0cb0a5;}
				
				#s:focus {	border: 1px solid #0cb0a5;}
				
				.breadcrumb a:hover{ color: #0cb0a5;}

				.tagcloud a:hover { background-color: #0cb0a5;}
				.month { background-color: #0cb0a5;}
				.small_month  { background-color: #0cb0a5;}

				.post_meta a:hover{ color: #0cb0a5;}
				
				.horizontal .resp-tabs-list li.resp-tab-active { border-top: 2px solid #0cb0a5;}
				.resp-vtabs li.resp-tab-active { border-left: 2px solid #0cb0a5; }

				#portfolio_filter { background-color: #0cb0a5;}
				#portfolio_filter ul li div:hover { background-color: #0cb0a5;}
				.portfolio_inline_filter ul li div:hover { background-color: #0cb0a5;}

				.counter-digit { color: #0cb0a5;}

				.tp-caption a:hover { color: #0cb0a5;}

				.more-link1:before { color: #0cb0a5;}
				.more-link2:before { background: #0cb0a5;}

				.image_featured_text .pos { color: #0cb0a5;}

				.side_icon_box .icon_feat i.icon { color: #0cb0a5;}
				.side_icon_box .icon_feat.icon_solid { background-color: #0cb0a5; }
				
				.boc_list_item .li_icon i.icon { color: #0cb0a5;}
				.boc_list_item .li_icon.icon_solid { background: #0cb0a5; }

				.top_icon_box.type1 .icon_holder .icon_bgr { background-color: #0cb0a5; }
				.top_icon_box.type1:hover .icon_holder .icon_bgr { border: 2px solid #0cb0a5; }
				.top_icon_box.type1 .icon_holder .icon_bgr:after,
				.top_icon_box.type1:hover .icon_holder .icon_bgr:after { border: 2px solid #0cb0a5; }
				.top_icon_box.type1:hover .icon_holder i { color: #0cb0a5;}

				.top_icon_box.type2 .icon_holder .icon_bgr { background-color: #0cb0a5; }
				.top_icon_box.type2:hover .icon_holder .icon_bgr { background-color: #fff; }
				.top_icon_box.type2:hover .icon_holder i { color: #0cb0a5;}

				.top_icon_box.type3 .icon_holder .icon_bgr:after { border: 2px solid #0cb0a5; }
				.top_icon_box.type3:hover .icon_holder .icon_bgr { background-color: #0cb0a5; }
				.top_icon_box.type3:hover .icon_holder .icon_bgr:after { border: 2px solid #0cb0a5; }
				.top_icon_box.type3 .icon_holder i { color: #0cb0a5;}
				.top_icon_box.type3:hover .icon_holder i { color: #fff; }

				.top_icon_box.type4:hover .icon_holder .icon_bgr { border: 2px solid #0cb0a5; }
				.top_icon_box.type4:hover .icon_holder .icon_bgr:after { border: 3px solid #0cb0a5; }
				.top_icon_box.type4 .icon_holder i{ color: #0cb0a5; }
				.top_icon_box.type4:hover .icon_holder i { color:  #0cb0a5; }

				.top_icon_box.type5 .icon_holder i{ color: #0cb0a5; }
				.top_icon_box.type5:hover .icon_holder i { color: #0cb0a5; }

				a .pic_info.type11 .plus_overlay { border-bottom: 50px solid rgba(12,176, 165, 0.8); }
				a:hover .pic_info.type11 .plus_overlay { border-bottom: 1000px solid rgba(12,176, 165, 0.8);}
				
				a .pic_info.type12 .img_overlay_icon,
				a:hover .pic_info.type12 .img_overlay_icon { background: rgba(12,176, 165, 0.8);}
				
				h2.title strong {  color: #0cb0a5;}
				ul.theme_color_ul li:before { color: #0cb0a5; }

				.custom_slides.nav_design_1 .cs_nav_item.active .cs_nav_icon i.icon{ color: #0cb0a5;}
				.custom_slides.nav_style_1.nav_design_1 .cs_nav_item:hover .cs_nav_icon i.icon,
				.custom_slides.nav_style_1.nav_design_2 .cs_nav_item:hover .cs_nav_icon i.icon { color: #0cb0a5;}
				.custom_slides.nav_design_2 .cs_nav_item.active .cs_nav_icon { background: #0cb0a5;}
				.cs_nav_item.has_no_text:hover .cs_nav_icon i.icon { color: #0cb0a5;}
				.custom_slides.nav_style_2 .cs_txt { color: #0cb0a5;}
				
				.acc_control, .active_acc .acc_control,
				.acc_holder.with_bgr .active_acc .acc_control { background-color: #0cb0a5;}

				.text_box.left_border {	border-left: 3px solid #0cb0a5; }

				.owl-theme .owl-controls .owl-nav div { background: #0cb0a5;}
				.owl-theme .owl-dots .owl-dot.active span { background: #0cb0a5;}
				.img_slider.owl-theme .owl-controls .owl-nav div:not(.disabled):hover { background: #0cb0a5;}		

				.testimonial_style_big.owl-theme .owl-controls .owl-nav div:hover,
				.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover, 
				.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover,
				.content_slides_arrowed.owl-theme .owl-controls .owl-nav div:hover,
				.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover	{ color: #0cb0a5;}
				
				.boc_text_slider_word, .boc_text_slider_word_start { background: #0cb0a5; }

				.post_item_block.boxed .pic { border-bottom: 3px solid #0cb0a5; }

				.team_block .team_desc { color: #0cb0a5;}

				.bar_graph span, .bar_graph.thin_style span { background-color: #0cb0a5; }

				.pagination .links a:hover{ background-color: #0cb0a5;}
				.hilite{ background: #0cb0a5;}
				.price_column.price_column_featured ul li.price_column_title{ background: #0cb0a5;}

				blockquote{ border-left: 3px solid #0cb0a5; }
				.text_box.left_border { border-left: 3px solid #0cb0a5; }

				.fortuna_table tr:hover td { background: rgba(12,176, 165, 0.08);}

				.header_cart ul.cart_list li a, .header_cart ul.product_list_widget li a { color: #0cb0a5;}
				.header_cart .cart-notification { background-color: #0cb0a5;}
				.header_cart .cart-notification:after { border-bottom-color: #0cb0a5;}
				
				.woocommerce .product_meta a { color: #0cb0a5;}
				
				.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button { background-color: #0cb0a5!important; }
				.header_cart .cart-wrap	{ background-color: #0cb0a5; }
				.header_cart .cart-wrap:before { border-color: transparent #0cb0a5 transparent; }
				.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{ background-color: #0cb0a5 !important;}

				.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus{ background-color: #0cb0a5 !important;}
				
				.info h2{ background-color: #0cb0a5;}
				#footer a:hover { color: #0cb0a5;}
				
				
				
				a .pic_info.type1 .plus_overlay {	border-bottom: 50px solid rgba(12,176, 165, 0.8);}
				a:hover .pic_info.type1 .plus_overlay { border-bottom: 1000px solid rgba(12,176, 165, 0.8); }
				
				a .pic_info.type2 .plus_overlay { border-bottom: 50px solid rgba(12,176, 165, 0.75); }
				a:hover .pic_info.type2 .plus_overlay {	border-bottom: 860px solid rgba(12,176, 165, 0.8);}
				
				a .pic_info.type3  .img_overlay_icon {	background: rgba(12,176, 165, 0.8); }
				a:hover .pic_info.type3 .img_overlay_icon {	background: rgba(12,176, 165, 0.8);}
				
				a .pic_info.type4 .img_overlay_icon { border-bottom: 2px solid rgba(12,176, 165, 0.9);}
				
				a:hover .pic_info.type5 .info_overlay {	background: #0cb0a5;}
				
				.pic_info.type6 .info_overlay {	background: #0cb0a5;}
				a .pic_info.type6 .plus_overlay { border-bottom: 50px solid #0cb0a5; }
				
				.pic_info.type7 .info_overlay {	background: rgba(12,176, 165, 0.85);}				

				@media only screen and (max-width: 768px) {
					.cs_nav .cs_nav_item.active { background: #0cb0a5 !important;}
				}
			
			#footer {
				position: relative;
			}

</style>
<link data-minify="1" rel='stylesheet' id='boc-responsive-style-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/stylesheets/grid_responsive.css?ver=1748949365' type='text/css' media='all' />
<link rel='stylesheet' id='boc-fonts-css' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C400italic%7CMontserrat%3A400%2C500%2C600%2C700&#038;ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-3532-css' href='https://hairlossclinic.ca/wp-content/uploads/elementor/css/post-3532.css?ver=1748949369' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.7.2' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1748949373' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-divider-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-image-box-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-video-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-google_maps-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='widget-icon-box-css' href='https://hairlossclinic.ca/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.29.1' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-11989-css' href='https://hairlossclinic.ca/wp-content/uploads/elementor/css/post-11989.css?ver=1751453776' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='select2-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/select2.css?ver=1748949365' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='woovr-frontend-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/wpc-variations-radio-buttons/assets/css/frontend.css?ver=1748949365' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="woocommerce-google-analytics-integration-gtag-js-after">
/* <![CDATA[ */
/* Google Analytics for WooCommerce (gtag.js) */
					window.dataLayer = window.dataLayer || [];
					function gtag(){dataLayer.push(arguments);}
					// Set up default consent state.
					for ( const mode of [{"analytics_storage":"denied","ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","region":["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","NL","NO","PL","PT","RO","SK","SI","ES","SE","GB","CH"]}] || [] ) {
						gtag( "consent", "default", { "wait_for_update": 500, ...mode } );
					}
					gtag("js", new Date());
					gtag("set", "developer_id.dOGY3NW", true);
					gtag("config", "G-ZKBCHPE3QD", {"track_404":true,"allow_google_signals":true,"logged_in":false,"linker":{"domains":[],"allow_incoming":false},"custom_map":{"dimension1":"logged_in"}});
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.5" id="jquery-blockui-js" data-wp-strategy="defer" defer></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=11989","i18n_view_cart":"View cart","cart_url":"https:\/\/hairlossclinic.ca\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.5" id="wc-add-to-cart-js" data-wp-strategy="defer" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.5" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=11989","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.5" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=1743533863" id="vc_woocommerce-add-to-cart-js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/themes/fortuna/js/libs.min.js?ver=6.7.2" id="fortuna.lib-js" defer></script>
<script type="text/javascript" id="fortuna.common-js-extra">
/* <![CDATA[ */
var bocJSParams = {"boc_is_mobile_device":"","boc_theme_url":"https:\/\/hairlossclinic.ca\/wp-content\/themes\/fortuna","boc_woo_lightbox_enabled":"0","header_height":"92","sticky_header":"1","submenu_arrow_effect":"1","mm_bordered_columns":"1","transparent_header":"0","fixed_footer":"0","boc_submenu_animation_effect":"sub_fade_in"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/themes/fortuna/js/common.js?ver=1743533863" id="fortuna.common-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.29.1" id="font-awesome-4-shim-js" defer></script>
<link rel="https://api.w.org/" href="https://hairlossclinic.ca/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hairlossclinic.ca/wp-json/wp/v2/pages/11989" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hairlossclinic.ca/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://hairlossclinic.ca/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hairlossclinic.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhairlossclinic.ca%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hairlossclinic.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhairlossclinic.ca%2F&#038;format=xml" />
	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.29.1; features: e_font_icon_svg, additional_custom_breakpoints, e_local_google_fonts; settings: css_print_method-external, google_font-disabled, font_display-auto">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
		<style type="text/css" id="wp-custom-css">
			a:hover, a:focus, .post_content a:not(.button), .post_content a:not(.button):visited, .post_content .wpb_widgetised_column a:not(.button):hover {
    color: #000;
}

.pricingTable table {
    width: 100%;
    margin: 0 auto;
}

.pricingTable table tbody td.thead {
    background: #ddd;
}

body.post-template-default.single.single-post .post_content.col.span_3_of_4 {
    width: 100%;
}
body.post-template-default.single.single-post div#sidebar {
    display: none !important;
}

.pricingTable table tbody tr td {
    padding: 10px;
    border: 1px solid;
}

body.home .post_item_block.boxed .pic img {
    height: 363px;
    object-fit: cover;
    object-position: center;
}

.pricingTable table tbody tr td:last-child {
    text-align: right;
}

.pricingTable table tbody tr td:first-child {
    text-align: left;
}

.pricingTable table tbody tr td a.added_to_cart.wc-forward {
    margin-left: 5px;
}

.box2 ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.box2 ul li {
    flex-grow: 1;
    padding: 10px 10px;
    margin: 0;
}

.box2 ul li a {
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    color: #fff !important;
    background: #0cb0a5;
    text-align: center;
    padding: 15px;
}

.box2 ul li a i {
    margin-right: 10px;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding:15px;
    display: flex;
    flex-direction: column-reverse;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item img {
    display: block;
    height: 100px !important;
    margin-bottom: 14px !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 14px;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li#mega-menu-item-12173 a.mega-menu-link:before,
ul#mega-menu-main_navigation li#mega-menu-item-8198 a:before {
    display: block;
    content: "";
    width: 100% !important;
    height: 100px !important;
    background-image: url("https://hairlossclinic.ca/wp-content/uploads/2023/03/HLCC.jpg") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 0 10px 0 !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li#mega-menu-item-12173 a.mega-menu-link:before {
    background-image: url(https://hairlossclinic.ca/wp-content/uploads/2023/06/mdhair-mdhair-reviews-mdhair-canada.jpg);
}

ul#mega-menu-main_navigation li.mega-menu-item a.mega-menu-link {
    color: #555 !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-item-8198 > a.mega-menu-link {
    overflow: hidden;
    overflow-wrap: initial;
    margin: 0 -10px;
}


div#banarVideo {
    margin: 0;
}

#banarVideo .vc_column-inner {
    padding: 0;
}

body.home #header {
    position: absolute;
}

body.home #header .rel_pos {
    background: transparent;
}

body.home {
    padding-top: 25px;
}

body.home .custom_menu_4.main_menu_underline_effect {
    padding-left: 20px;
}

body.home #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff !important;
}

body.home #mobile_menu_toggler {
    margin-top: 19px;
}

body.home div#logo {
    margin-top: 18px;
}

.textwidget ul li {
    color: #fff !important;
    opacity: 1 !important;
}

.colorImage figure.elementor-image-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px !important;
    max-width: 90%;
    aspect-ratio: 1 / 1;
    background: #7e6f57;
    border-radius: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.colorImage.whyChose figure.elementor-image-box-img {
    width: 80px !important;
    margin-right: 20px !important;
}

.colorImage.whyChose figure.elementor-image-box-img img {
    width: 60% !important;
}

.imagecol .elementor-widget-image {
    padding: 5px;
}

#footer .col ul.socialLinks li a:before {
    display: none;
}

ul.socialLinks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.socialLinks li a i {
    display: block;
    font-size: 16px;
}

.type-post.status-publish.has-post-thumbnail .container {
    max-width: 1140px;
    padding: 0 10px;
}

.page_title_bgr .full_container_page_title {
    margin-bottom: 10px;
}

.type-post.status-publish.has-post-thumbnail .container .pic, .type-post.status-publish.has-post-thumbnail .container p.post_meta {
    max-width: 840px;
    margin: 0 auto;
}

div#tab-description .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}

div#tab-description .wpb_column.vc_column_container.vc_col-sm-6> div {
    padding: 0;
}

.googleReview .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transform: unset !important;
  cursor: auto !important;
}

.googleReview.elementor-widget-reviews .elementor-main-swiper {
  position: unset !important;
}

.googleReview.elementor-widget-reviews .swiper-slide {
  width: calc(33.333% - 7px) !important;
  margin: 0 !important;
}

.googleReview .elementor-testimonial__text {
  height: 100px;
  overflow: auto;
  padding-right: 10px
}

.elementor-testimonial__text::-webkit-scrollbar {
  width: 5px;
}

.elementor-testimonial__text::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.elementor-testimonial__text::-webkit-scrollbar-thumb {
  background: #888; 
}

.elementor-testimonial__text::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.teamCOntainer .elementor-column.teamCol {
    width: 33.333% !important;
}

.googleReview.elementor-widget-reviews .elementor-star-rating i {
    font-size: 0;
}

.googleReview.elementor-widget-reviews .elementor-star-rating i:after {
    font-size: 15px;
    content: "\f005";
    color: #E7711B;
    font-family: FontAwesome !important;
}

.googleReview.elementor-widget-reviews .elementor-star-rating {
    display: flex;
    align-items: center;
    gap: 1px;
}

@media (min-width: 1900px) {
	.custom_menu_4.main_menu_underline_effect {
		margin-top: 43px;
	}

	#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
		line-height: 1.5 !important;
		height: auto !important;
		margin: 8px 0 !important;
	}

     #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
        font-size: 17px !important;
    }   
}

@media (max-width: 1017px) {
	body.home div#logo {
			margin-top: 0;
			margin-bottom: 7px;
	}
}

@media (max-width: 768px) {
	
	body.home #mobile_menu_toggler {
    margin-top: 28px;
}

body.home div#logo {
    margin-bottom: 15px;
}
	
	.textwidget img{
		display:block;
	}
	#post-3270 > div > div > div > div:nth-child(1) > div > div > div > div:nth-child(2) > figure > div > img{
		width:160px;
		height: auto;
	}
}
@media only screen and (max-width: 768px)
{
	.page_title_bgr .full_container_page_title {
		min-height: 0;
		padding: 0!important;
		margin-top: 20px;
	}
	
	.googleReview.elementor-widget-reviews .swiper-slide {
		width: calc(50% - 7px) !important;
	}

}

@media (min-width: 1600px) {
	.single-post .accordion_content .post_item_block p, .cls-bbt li, p {
		font-size: 15px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 480px) {

	.googleReview.elementor-widget-reviews .swiper-slide {
		width: calc(100% - 0px) !important;
	}
	
}

.elementor-field-group .elementor-select-wrapper:before {
    margin-top: -10px;
}

/* fix some narrow columns on the admin product list page */
.edit-php.post-type-product table {
  table-layout:auto;
}

.fa, .far, .fas {
    font-family: FontAwesome !important;
}

/* .fullImage * {
    display: contents !important;
}

.fullImage img {
    display: block !important;
    width: 100%;
} */

.full_Image * {
    width: 100%;
}

.fullImage * {
    display: block;
    width: 100%;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link:hover {
    color: #000 !important;
}

.pricingTable table tbody tr td p:empty {
    display: none;
}		</style>
		<noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style type="text/css">/** Mega Menu CSS: fs **/</style>
	
        
        <!-- Google tag (gtag.js) -->
        <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-H3VZKB21ZM"></script>
        <script type="rocketlazyloadscript">
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());

          gtag('config', 'G-H3VZKB21ZM');
        </script>
	
</head>

<body class="home page-template page-template-elementor_header_footer page page-id-11989 theme-fortuna woocommerce-no-js mega-menu-main-navigation wpb-js-composer js-comp-ver-6.9.0 vc_responsive elementor-default elementor-template-full-width elementor-kit-3532 elementor-page elementor-page-11989">
	<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NRNRG3VW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
	

	
	
  <!-- Page Wrapper::START -->
  <div id="wrapper" class="full_width_wrapper page_title_bgr responsive ">
  
	<!-- Header::START -->
		
	<header id= "header" 
			class= "has_subheader 
										sticky_header					hide_subheader_on_scroll">
		
		
				<!-- SubHeader -->
		<div class="top-sub">
			<div class="container">
				<div class="loaction">
					<span class="icon icon-location"></span>Serving Toronto & GTA
				</div>
				<div class="r-social">
					<a href="tel:(647) 492-9093" class="c-call"><i class="fa fa-phone" aria-hidden="true"></i>(647) 492-9093</a>			</div>
			<div class="r-right">
							</div>	
				
			</div>
		</div>
		
		
		
		
		
		
		<div class="full_header">
			<div id="subheader" class="container">	
				<div class="section">
						
								
						<div class="header_contacts right">
								
													</div>
						
										
					
					
				</div>	
			</div>	
		</div>
				
		
		<div class="rel_pos">
		
			<div class="container">
			
				<div class="section rel_pos ">
			
											
					<div id="logo">
											<div class='logo_img '>
								<a href="https://hairlossclinic.ca/" title="Hair Loss Clinic | PRP, Laser Light Therapy Men &amp; Women" rel="home">
									<img width="500" height="183" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/hairloss-logo.jpeg" alt="Hair Loss Clinic | PRP, Laser Light Therapy Men &amp; Women"/>
																	</a>
							</div>
								
					</div>

					<div id="mobile_menu_toggler">
					  <div id="m_nav_menu" class="m_nav">
						<div class="m_nav_ham button_closed" id="m_ham_1"></div>
						<div class="m_nav_ham button_closed" id="m_ham_2"></div>
						<div class="m_nav_ham button_closed" id="m_ham_3"></div>
					  </div>
					</div>

								<div class="header_cart is_empty style_dark">
					<div class="cart_widget_holder">
					
						<a class="cart-contents icon icon-shopping631" href="https://hairlossclinic.ca/cart/">
							<p class="cart-wrap"><span>0</span></p>
						</a>
						
						<div class="cart-notification">
							<span class="item-name"></span> was successfully added to your cart.						</div>
						
						<div class="widget woocommerce widget_shopping_cart"><h2 class="widgettitle"> </h2><div class="widget_shopping_cart_content"></div></div>					</div>
					
				</div>
	
					<div class="custom_menu_4 main_menu_underline_effect">	
					<div id="mega-menu-wrap-main_navigation" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-block mega-toggle-block-1' id='mega-toggle-block-1' tabindex='0'><span class='mega-toggle-label' role='button' aria-expanded='false'><span class='mega-toggle-label-closed'>MENU</span><span class='mega-toggle-label-open'>MENU</span></span></div></div></div><ul id="mega-menu-main_navigation" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="close" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="600" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-home mega-current-menu-item mega-page_item mega-page-item-11989 mega-current_page_item mega-align-bottom-left mega-menu-flyout mega-menu-item-13422" id="mega-menu-item-13422"><a class="mega-menu-link" href="https://hairlossclinic.ca/" aria-current="page" tabindex="0">Home</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2017" id="mega-menu-item-2017"><a class="mega-menu-link" href="https://hairlossclinic.ca/womens-hair-loss-treatment/" aria-expanded="false" tabindex="0">FEMALE HAIR LOSS<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-8916" id="mega-menu-item-8916"><a class="mega-menu-link" href="https://hairlossclinic.ca/understanding-hair-loss-in-women-causes-and-treatment-options/">Women's Hair Loss Guide</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6848" id="mega-menu-item-6848"><a class="mega-menu-link" href="https://hairlossclinic.ca/hair-loss-in-women-101/">Prevention & Treatment</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6379" id="mega-menu-item-6379"><a class="mega-menu-link" href="https://hairlossclinic.ca/womens-hair-loss-treatment/">TYPES OF HAIR LOSS</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6378" id="mega-menu-item-6378"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-female-pattern-hair-loss/">Androgenetic Alopecia</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6382" id="mega-menu-item-6382"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-telogen-effluvium/">Telogen Effluvium</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6383" id="mega-menu-item-6383"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-frontal-fibrosing-alopecia/">Frontal Fibrosing Alopecia</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6389" id="mega-menu-item-6389"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-alopecia-areata/">Alopecia Areata</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6388" id="mega-menu-item-6388"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-alopecia-totalis/">Alopecia Totalis</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6387" id="mega-menu-item-6387"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-alopecia-universalis/">Alopecia Universalis</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6385" id="mega-menu-item-6385"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-central-centrifugal-cicatricial-alopecia-ccca/">CCCA</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6384" id="mega-menu-item-6384"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-cicatricial-alopecia/">Cicatricial Alopecia</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6390" id="mega-menu-item-6390"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-lichen-planopilaris/">Lichen Planopilaris</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6380" id="mega-menu-item-6380"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-trichotillomania/">Trichotillomania</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6381" id="mega-menu-item-6381"><a class="mega-menu-link" href="https://hairlossclinic.ca/what-is-traction-alopecia/">Traction Alopecia</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-6563" id="mega-menu-item-6563"><a class="mega-menu-link" href="https://hairlossclinic.ca/male-pattern-baldness-and-treatment/" tabindex="0">MEN HAIR LOSS</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-8079" id="mega-menu-item-8079"><a class="mega-menu-link" href="https://hairlossclinic.ca/hairloss-assessment/" tabindex="0">HAIR LOSS ASSESSMENT</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-megamenu mega-menu-item-346" id="mega-menu-item-346"><a class="mega-menu-link" href="#" aria-expanded="false" tabindex="0">HAIR LOSS SOLUTIONS<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-has-icon mega-icon-left mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-12173" style="--columns:6; --span:1" id="mega-menu-item-12173"><a class="dashicons-admin-home mega-menu-link" href="https://hairlossclinic.ca/mdhair-dermatologist-recommended-hair-growth-solutions/">MD Hair</a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-26" style="--columns:6; --span:1" id="mega-menu-item-media_image-26"><h4 class="mega-block-title">PRP</h4><a href="https://hairlossclinic.ca/prp-for-hair-loss/"><img width="167" height="166" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/PRP-icon.jpg" class="image wp-image-3281  attachment-full size-full" alt="PRP icon" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/PRP-icon.jpg 167w, https://hairlossclinic.ca/wp-content/uploads/2019/01/PRP-icon-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/PRP-icon-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/PRP-icon-120x120.jpg 120w" sizes="(max-width: 167px) 100vw, 167px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-11" style="--columns:6; --span:1" id="mega-menu-item-media_image-11"><h4 class="mega-block-title">VIVISCAL PRO</h4><a href="https://hairlossclinic.ca/about-viviscal/"><img fetchpriority="high" width="900" height="900" src="https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1.jpg" class="image wp-image-3211  attachment-full size-full" alt="ezgif.com-webp-to-jpg" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1.jpg 900w, https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1-600x600.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1-768x768.jpg 768w, https://hairlossclinic.ca/wp-content/uploads/2020/08/ezgif.com-webp-to-jpg-1-120x120.jpg 120w" sizes="(max-width: 900px) 100vw, 900px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-18" style="--columns:6; --span:1" id="mega-menu-item-media_image-18"><h4 class="mega-block-title">NOURKRIN</h4><a href="https://hairlossclinic.ca/nourkrin-for-male-and-female-hair-loss/"><img width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/15-1-150x150.jpg" class="image wp-image-2162  attachment-thumbnail size-thumbnail" alt="Nourkrin" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/15-1-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/15-1-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2019/01/15-1-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/15-1-120x120.jpg 120w" sizes="(max-width: 150px) 100vw, 150px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-16" style="--columns:6; --span:1" id="mega-menu-item-media_image-16"><h4 class="mega-block-title">PHARMA HERMETIC</h4><a href="https://hairlossclinic.ca/pharma-hermetic-non-surgical-hair-loss/"><img loading="lazy" width="167" height="166" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/PHARMA-HERMETIC.jpg" class="image wp-image-2616  attachment-full size-full" alt="PHARMA HERMETIC" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/PHARMA-HERMETIC.jpg 167w, https://hairlossclinic.ca/wp-content/uploads/2019/01/PHARMA-HERMETIC-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/PHARMA-HERMETIC-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/PHARMA-HERMETIC-120x120.jpg 120w" sizes="(max-width: 167px) 100vw, 167px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-17" style="--columns:6; --span:1" id="mega-menu-item-media_image-17"><h4 class="mega-block-title">SMP</h4><a href="https://hairlossclinic.ca/scalp-micropigmentation/"><img loading="lazy" width="167" height="166" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/SMP.jpg" class="image wp-image-2617  attachment-full size-full" alt="SMP" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/SMP.jpg 167w, https://hairlossclinic.ca/wp-content/uploads/2019/01/SMP-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/SMP-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/SMP-120x120.jpg 120w" sizes="(max-width: 167px) 100vw, 167px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-clear mega-menu-item-media_image-24" style="--columns:6; --span:1" id="mega-menu-item-media_image-24"><h4 class="mega-block-title">LASER THERAPY</h4><a href="https://hairlossclinic.ca/laser-light-therapy/"><img loading="lazy" width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/LASER-THERAPY-150x150.jpg" class="image wp-image-2615  attachment-thumbnail size-thumbnail" alt="LASER THERAPY" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/LASER-THERAPY-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/LASER-THERAPY-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/LASER-THERAPY-120x120.jpg 120w, https://hairlossclinic.ca/wp-content/uploads/2019/01/LASER-THERAPY.jpg 167w" sizes="(max-width: 150px) 100vw, 150px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-25" style="--columns:6; --span:1" id="mega-menu-item-media_image-25"><h4 class="mega-block-title">PHARMA HERMETIC HOME KIT</h4><a href="https://hairlossclinic.ca/pharma-hermetic-home-kit/"><img loading="lazy" width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/mlogo.jpg" class="image wp-image-4007  attachment-full size-full" alt="mlogo" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/mlogo.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/mlogo-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/mlogo-120x120.jpg 120w" sizes="(max-width: 150px) 100vw, 150px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-media_image-27" style="--columns:6; --span:1" id="mega-menu-item-media_image-27"><h4 class="mega-block-title">DS LAB</h4><a href="https://hairlossclinic.ca/ds-laboratories/"><img loading="lazy" width="167" height="166" src="https://hairlossclinic.ca/wp-content/uploads/2019/01/imgpsh_fullsize_anim-16.jpeg" class="image wp-image-4123  attachment-full size-full" alt="DS Laboratories Canada" style="max-width: 100%; height: auto;" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/01/imgpsh_fullsize_anim-16.jpeg 167w, https://hairlossclinic.ca/wp-content/uploads/2019/01/imgpsh_fullsize_anim-16-100x100.jpeg 100w, https://hairlossclinic.ca/wp-content/uploads/2019/01/imgpsh_fullsize_anim-16-150x150.jpeg 150w, https://hairlossclinic.ca/wp-content/uploads/2019/01/imgpsh_fullsize_anim-16-120x120.jpeg 120w" sizes="(max-width: 167px) 100vw, 167px" /></a></li><li class="mega-menu-item mega-menu-item-type-widget widget_custom_html mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-custom_html-17" style="--columns:6; --span:1" id="mega-menu-item-custom_html-17"><div class="textwidget custom-html-widget"><a href="https://hairlossclinic.ca/dr-cyj-hair-filler/">
    <img width="167" height="166" src="https://hairlossclinic.ca/wp-content/uploads/2023/03/Dr-CYJ-Hair-Filler-1.jpg" alt="dr-cyj-hair-filler">
	<h4 class="mega-block-title">Dr CYJ Hair Filler</h4>
</a></div></li><li class="mega-menu-item mega-menu-item-type-widget widget_custom_html mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-custom_html-23" style="--columns:6; --span:1" id="mega-menu-item-custom_html-23"><div class="textwidget custom-html-widget"><a href="https://hairlossclinic.ca/haircare-revitacare-france/">
	<img width="167" height="166" src="https://hairlossclinic.ca/wp-content/uploads/2023/03/Haircare-Revitacare.jpg" alt="Haircare-Revitacare">
	
    <h4 class="mega-block-title">HAIRCARE REVITACARE FRANCE</h4>
    
</a></div></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-column-standard mega-menu-columns-1-of-6 mega-menu-item-8198" style="--columns:6; --span:1" id="mega-menu-item-8198"><a class="dashicons-format-image mega-menu-link" href="https://hairlossclinic.ca/hlcc-scripts-hair-rejuvenation/">HLCC Scripts Hair Rejuvenation</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-617" id="mega-menu-item-617"><a class="mega-menu-link" href="https://hairlossclinic.ca/service-area/" aria-expanded="false" tabindex="0">GTA LOCATIONS<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14436" id="mega-menu-item-14436"><a class="mega-menu-link" href="https://hairlossclinic.ca/hair-loss-clinic-600-sherbourne-street-toronto-on/">TORONTO ON</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14452" id="mega-menu-item-14452"><a class="mega-menu-link" href="https://hairlossclinic.ca/hair-loss-clinic-7191-yonge-st-thornhill-on/">THORNHILL / MARKHAM</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14435" id="mega-menu-item-14435"><a class="mega-menu-link" href="https://hairlossclinic.ca/hair-loss-clinic-112-queenston-st-st-catharines-on/">ST CATHARINES ON</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14499" id="mega-menu-item-14499"><a class="mega-menu-link" href="https://hairlossclinic.ca/hair-loss-clinic-winnipeg/">WINNIPEG MB</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-5390" id="mega-menu-item-5390"><a class="mega-menu-link" href="https://hairlossclinic.ca/pricing/" tabindex="0">PRICING</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-6905" id="mega-menu-item-6905"><a class="mega-menu-link" href="https://hairlossclinic.ca/hair-treatment-101-best-hair-loss-treatment/" tabindex="0">HAIR TREATMENT 101</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-8917" id="mega-menu-item-8917"><a class="mega-menu-link" href="https://hairlossclinic.ca/prp-in-hair-treatment-a-promising-solution-for-hair-loss/" aria-expanded="false" tabindex="0">PRP<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-11538" id="mega-menu-item-11538"><a class="mega-menu-link" href="https://hairlossclinic.ca/prp-for-hair-loss/">Revitalize Your Hair with PRP Treatment</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-11537" id="mega-menu-item-11537"><a class="mega-menu-link" href="https://hairlossclinic.ca/prp-in-hair-treatment-a-promising-solution-for-hair-loss/">PRP in Hair Treatment</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-11536" id="mega-menu-item-11536"><a class="mega-menu-link" href="https://hairlossclinic.ca/comprehensive-guide-to-prp-hair-treatment-benefits-procedures-and-results/">Guide to PRP</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-12585" id="mega-menu-item-12585"><a class="mega-menu-link" href="https://hairlossclinic.ca/unlocking-the-potential-of-12x-above-baseline-platelet-concentration-and-keyprp-in-prp-therapy/">KeyPRP 12X Above Baseline Platelet Concentration</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-11535" id="mega-menu-item-11535"><a class="mega-menu-link" href="https://hairlossclinic.ca/alma-ted-vs-cynosure-potenza-prp-for-alopecia-which-is-better/">Alma TED vs Cynosure Potenza + PRP</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-9164" id="mega-menu-item-9164"><a class="mega-menu-link" href="https://hairlossclinic.ca/scalp-micropigmentation/" aria-expanded="false" tabindex="0">SCALP MICROPIGMENTATION<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-11539" id="mega-menu-item-11539"><a class="mega-menu-link" href="https://hairlossclinic.ca/scalp-micropigmentation/">SCALP MICROPIGMENTATION</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14535" id="mega-menu-item-14535"><a class="mega-menu-link" href="https://hairlossclinic.ca/scalp-micropigmentation-toronto-ontario/">SMP Toronto Clinic</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14536" id="mega-menu-item-14536"><a class="mega-menu-link" href="https://hairlossclinic.ca/smp-st-catharines-transform-your-look-with-scalp-micropigmentation/">SMP St. Catharines Clinic</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-9162" id="mega-menu-item-9162"><a class="mega-menu-link" href="https://hairlossclinic.ca/guide-to-hair-restoration-procedures-scalp-micropigmentation-vs-hair-transplant/">SMP VS Hair Transplant</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-11540" id="mega-menu-item-11540"><a class="mega-menu-link" href="https://hairlossclinic.ca/scalp-micropigmentation-for-women-restoring-hairlines-and-confidence/">SMP for Women</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-post mega-menu-item-11541" id="mega-menu-item-11541"><a class="mega-menu-link" href="https://hairlossclinic.ca/the-ultimate-guide-to-scalp-micropigmentation-everything-you-need-to-know/">Ultimate Guide to SMP</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-14853" id="mega-menu-item-14853"><a class="mega-menu-link" href="https://hairlossclinic.ca/the-ultimate-hair-transplant-in-turkey-golden-hair-package/" tabindex="0">HAIR TRANSPLANT</a></li></ul></div>					</div>
					
					<div class="call_right">
											</div>

		
				</div>
				
								
			
			
			</div>
		</div>

	
			
		<div id="mobile_menu">
			<ul><li id="menu-item-1315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1315"><a href="https://hairlossclinic.ca/home/">Home</a></li>
<li id="menu-item-1316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1316"><a href="https://hairlossclinic.ca/mens-hair-loss/">MENS HAIR LOSS TREATMENT</a></li>
<li id="menu-item-1317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1317"><a href="https://hairlossclinic.ca/hair-loss-women/">HAIR LOSS WOMEN</a></li>
<li id="menu-item-1318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1318"><a href="#">HAIR LOSS SOLUTIONS<span></span></a>
<ul class="sub-menu">
	<li id="menu-item-14086" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14086"><a href="https://hairlossclinic.ca/mdhair-dermatologist-recommended-hair-growth-solutions/">MD Hair</a></li>
	<li id="menu-item-3112" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3112"><a href="https://hairlossclinic.ca/nourkrin-for-male-and-female-hair-loss/">NOURKRIN</a></li>
	<li id="menu-item-3110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3110"><a href="https://hairlossclinic.ca/pharma-hermetic-non-surgical-hair-loss/">PHARMA HERMETIC</a></li>
	<li id="menu-item-1322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1322"><a href="https://hairlossclinic.ca/surgical-hair-transplant/">Surgical Hair Transplant</a></li>
	<li id="menu-item-1319" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1319"><a href="https://hairlossclinic.ca/laser-light-therapy/">Laser Light Therapy for Hair Loss: Effective and Safe Treatment | THERADOME</a></li>
	<li id="menu-item-3255" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3255"><a href="https://hairlossclinic.ca/how-viviscal-works/">How Viviscal Works</a></li>
	<li id="menu-item-3256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3256"><a href="https://hairlossclinic.ca/about-viviscal-canada/">About Viviscal Canada</a></li>
	<li id="menu-item-7468" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7468"><a href="https://hairlossclinic.ca/scalp-micropigmentation/">SCALP MICROPIGMENTATION: HAIR TATTOO BENEFITS, BEFORE &#038; AFTER</a></li>
	<li id="menu-item-8010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8010"><a href="https://hairlossclinic.ca/pharma-hermetic-home-kit/">Pharma Hermetic Home Kit</a></li>
	<li id="menu-item-4126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4126"><a href="https://hairlossclinic.ca/ds-laboratories/">DS LAB</a></li>
	<li id="menu-item-5391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5391"><a href="https://hairlossclinic.ca/pricing/">PRICING</a></li>
	<li id="menu-item-8130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8130"><a href="https://hairlossclinic.ca/dr-cyj-hair-filler/">DR CYJ HAIR FILLER</a></li>
	<li id="menu-item-8129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8129"><a href="https://hairlossclinic.ca/haircare-revitacare-france/">HAIRCARE REVITACARE FRANCE</a></li>
	<li id="menu-item-8197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8197"><a href="https://hairlossclinic.ca/hlcc-scripts-hair-rejuvenation/">HLCC Scripts Hair Rejuvenation</a></li>
	<li id="menu-item-13375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13375"><a href="https://hairlossclinic.ca/prp-for-hair-loss/">Revitalize Your Hair with PRP Hair Treatment – Safe and Effective Solution</a></li>
</ul>
</li>
<li id="menu-item-1323" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1323"><a href="https://hairlossclinic.ca/service-area/">GTA CLINIC LOCATIONS<span></span></a>
<ul class="sub-menu">
	<li id="menu-item-14434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14434"><a href="https://hairlossclinic.ca/hair-loss-clinic-600-sherbourne-street-toronto-on/">TORONTO ON</a></li>
	<li id="menu-item-14453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14453"><a href="https://hairlossclinic.ca/hair-loss-clinic-7191-yonge-st-thornhill-on/">THORNHILL / MARKHAM</a></li>
	<li id="menu-item-14433" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14433"><a href="https://hairlossclinic.ca/hair-loss-clinic-112-queenston-st-st-catharines-on/">ST CATHARINES ON</a></li>
	<li id="menu-item-14498" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14498"><a href="https://hairlossclinic.ca/hair-loss-clinic-winnipeg/">WINNIPEG MB</a></li>
</ul>
</li>
<li id="menu-item-1324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1324"><a href="https://hairlossclinic.ca/hairloss-assessment/">HAIRLOSS ASSESSMENT<span></span></a>
<ul class="sub-menu">
	<li id="menu-item-3113" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3113"><a href="https://hairlossclinic.ca/hairloss-assessment/">ONLINE HAIR LOSS ASSESSMENT</a></li>
	<li id="menu-item-3114" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3114"><a href="https://hairlossclinic.ca/in-clinic-hair-loss-consulatation/">IN-CLINIC HAIR LOSS CONSULATATION</a></li>
	<li id="menu-item-3115" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3115"><a href="https://hairlossclinic.ca/hair-mineral-analysis-report/">HAIR MINERAL ANALYSIS REPORT</a></li>
	<li id="menu-item-3116" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3116"><a href="https://hairlossclinic.ca/online-trichogram-analysis-report/">ONLINE TRICHOGRAM</a></li>
	<li id="menu-item-3117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3117"><a href="https://hairlossclinic.ca/follicular-unit-analysis/">FOLLICULAR UNIT ANALYSIS</a></li>
	<li id="menu-item-3118" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3118"><a href="https://hairlossclinic.ca/in-clinic-trichoscopy/">TRICHOSCOPY ASSESSMENT</a></li>
	<li id="menu-item-3119" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3119"><a href="https://hairlossclinic.ca/in-clinic-haircheck-assessment/">HAIRCHECK</a></li>
</ul>
</li>
<li id="menu-item-14854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14854"><a href="https://hairlossclinic.ca/the-ultimate-hair-transplant-in-turkey-golden-hair-package/">HAIR TRANSPLANT</a></li>
<li id="menu-item-1326" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1326"><a href="https://hairlossclinic.ca/blog/">BLOG</a></li>
<li id="menu-item-1327" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1327"><a href="https://hairlossclinic.ca/contact-us/">CONTACT US</a></li>
</ul>		</div>
	
	</header>
		<!-- Header::END -->
	
	<!-- Page content::START -->
	<div class="content_body">
	
			<div data-elementor-type="wp-page" data-elementor-id="11989" class="elementor elementor-11989">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-313fe665 elementor-section-full_width elementor-section-height-min-height elementor-section-items-bottom elementor-section-height-default" data-id="313fe665" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/vimeo.com\/829927781&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
								<div class="elementor-background-video-container">
													<div class="elementor-background-video-embed"></div>
												</div>
								<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2278b353 elementor-hidden-tablet elementor-hidden-mobile" data-id="2278b353" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-506e687 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="506e687" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f9af8dc" data-id="f9af8dc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c195f6e elementor-widget elementor-widget-image" data-id="c195f6e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="500" height="285" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/LOGO-CLEAR-BACKGROUND-small.png" class="attachment-full size-full wp-image-2169" alt="TRICHOLOGY CENTRE" srcset="https://hairlossclinic.ca/wp-content/uploads/2020/04/LOGO-CLEAR-BACKGROUND-small.png 500w, https://hairlossclinic.ca/wp-content/uploads/2020/04/LOGO-CLEAR-BACKGROUND-small-300x171.png 300w" sizes="(max-width: 500px) 100vw, 500px" />															</div>
				</div>
				<div class="elementor-element elementor-element-2388bdc elementor-widget elementor-widget-heading" data-id="2388bdc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">HAIR LOSS TREATMENT IN TORONTO AND RICHMOND HILL TRICHOLOGY CENTRE AND SMP SCALP MICROPIGMENTATION. CONTACT A TRICHOLOGIST TODAY.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-f19e577 elementor-widget elementor-widget-text-editor" data-id="f19e577" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Alopecia influences nearly 50% of men and 33% of women worldwide. If left unchecked, it can have a negative impact on ones self-esteem, career opportunities, and relationships. Propecia (finasteride) and Rogaine (minoxidil) are two of the most widely used medications for hair loss today. Unfortunately certain people may experience side effects from these drugs. A hair transplant is another option, but it involves painful surgery, long recovery time, and isn&#8217;t appropriate for everyone.</p><p>Recognizing the source and nature of your hair thinning is the initial step to obtaining an efficient solution. Genetics, hormones, medications, lifestyle choices, and health issues are all potential causes of balding. Contact a <a href="https://hairlossclinic.ca/introduction-to-trichology-and-role-of-a-trichologist/">trichologist today at the Toronto Trichology</a> Centre to learn more about other available proven hair loss treatments for male and female pattern baldness, telogen effluvium, and other types of alopecia and scalp conditions.</p>								</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-0745107 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0745107" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-341e0c1" data-id="341e0c1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e125a09 elementor-widget elementor-widget-image" data-id="e125a09" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/pricing/">
							<img loading="lazy" decoding="async" width="525" height="129" src="https://hairlossclinic.ca/wp-content/uploads/2023/09/PRP-treatment-PRP-hair-treatment-PRP-in-hair-treatment-PRP-hair-loss.jpg" class="attachment-full size-full wp-image-12141" alt="PRP treatment - PRP hair treatment - PRP in hair treatment - PRP hair loss" srcset="https://hairlossclinic.ca/wp-content/uploads/2023/09/PRP-treatment-PRP-hair-treatment-PRP-in-hair-treatment-PRP-hair-loss.jpg 525w, https://hairlossclinic.ca/wp-content/uploads/2023/09/PRP-treatment-PRP-hair-treatment-PRP-in-hair-treatment-PRP-hair-loss-300x74.jpg 300w" sizes="(max-width: 525px) 100vw, 525px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-1c2db39 elementor-widget elementor-widget-image" data-id="1c2db39" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/pricing">
							<img loading="lazy" decoding="async" width="1520" height="800" src="https://hairlossclinic.ca/wp-content/uploads/2025/07/PRP-hair-treatment-PRP-treatment-PRP-hair-loss.jpg" class="attachment-full size-full wp-image-15245" alt="PRP-hair-treatment---PRP-treatment---PRP-hair-loss" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/07/PRP-hair-treatment-PRP-treatment-PRP-hair-loss.jpg 1520w, https://hairlossclinic.ca/wp-content/uploads/2025/07/PRP-hair-treatment-PRP-treatment-PRP-hair-loss-300x158.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/07/PRP-hair-treatment-PRP-treatment-PRP-hair-loss-1024x539.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2025/07/PRP-hair-treatment-PRP-treatment-PRP-hair-loss-768x404.jpg 768w, https://hairlossclinic.ca/wp-content/uploads/2025/07/PRP-hair-treatment-PRP-treatment-PRP-hair-loss-600x316.jpg 600w" sizes="(max-width: 1520px) 100vw, 1520px" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8b91b88" data-id="8b91b88" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-96b620f elementor-widget elementor-widget-html" data-id="96b620f" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
							<div data-elementor-type="section" data-elementor-id="9719" class="elementor elementor-9719">
					<div class="elementor-section-wrap">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-41edd7f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="41edd7f5" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d0dd336" data-id="7d0dd336" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6b528386 elementor-widget elementor-widget-heading" data-id="6b528386" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Book Your Free Consultation Today Or Call  (647) 492-9093</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-76554799 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="76554799" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="New Form">
			<input type="hidden" name="post_id" value="9719"/>
			<input type="hidden" name="form_id" value="76554799"/>
			<input type="hidden" name="referer_title" value="Hair Loss Clinic | Trichology Centre – Hair Loss Treatment &amp; Hair Tattoo" />

							<input type="hidden" name="queried_id" value="11989"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required">
													<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="Name" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required">
													<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="Email" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_54cb185 elementor-col-50 elementor-field-required">
								<input type="number" name="form_fields[field_54cb185]" id="form-field-field_54cb185" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="Phone" required="required" aria-required="true" min="" max="" >
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_b408be3 elementor-col-50 elementor-field-required">
							<div class="elementor-field elementor-select-wrapper ">
			<select name="form_fields[field_b408be3]" id="form-field-field_b408be3" class="elementor-field-textual elementor-size-md" required="required" aria-required="true">
									<option value="Consultation: Hair Loss Treatment">Consultation: Hair Loss Treatment</option>
									<option value="Consultation: Other">Consultation: Other</option>
									<option value="Consultation: Scalp Micropigmentation">Consultation: Scalp Micropigmentation</option>
									<option value="Consultation: Hair Transplant Toronto">Consultation: Hair Transplant Toronto</option>
									<option value="Consultation: Hair Transplant Turkey">Consultation: Hair Transplant Turkey</option>
									<option value="Hair Treatment : Dr CYJ">Hair Treatment : Dr CYJ</option>
									<option value="Hair Treatment : Exosome">Hair Treatment : Exosome</option>
									<option value="Hair Treatment : Pharma Hermetic">Hair Treatment : Pharma Hermetic</option>
									<option value="Hair Treatment : PRP">Hair Treatment : PRP</option>
									<option value="Hair Treatment : Revitacare">Hair Treatment : Revitacare</option>
									<option value="Hair Treatment: Other">Hair Treatment: Other</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_5bc8f97 elementor-col-100 elementor-field-required">
							<div class="elementor-field elementor-select-wrapper ">
			<select name="form_fields[field_5bc8f97]" id="form-field-field_5bc8f97" class="elementor-field-textual elementor-size-md" required="required" aria-required="true">
									<option value="">Clinics </option>
									<option value="St. Catharines - 112 Queenston St #200">St. Catharines - 112 Queenston St #200</option>
									<option value="TORONTO: 600 Sherbourne St #605">TORONTO: 600 Sherbourne St #605</option>
									<option value="Thornhill/Markham: 7191 Yonge St #701">Thornhill/Markham: 7191 Yonge St #701</option>
									<option value="MISSISSAUGA: 1358 Hurontario St #B2">MISSISSAUGA: 1358 Hurontario St #B2</option>
									<option value="BRAMPTON: 25 Daylight St">BRAMPTON: 25 Daylight St</option>
									<option value="Winnipeg: 873 Notre Dame Ave Unit D">Winnipeg: 873 Notre Dame Ave Unit D</option>
									<option value="Niagara Falls: 7549 Kalar Rd">Niagara Falls: 7549 Kalar Rd</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-upload elementor-field-group elementor-column elementor-field-group-field_6ea1829 elementor-col-100">
												<label for="form-field-field_6ea1829" class="elementor-field-label elementor-screen-only">
								Upload Photo(s) of Treatment Area							</label>
								<input type="file" name="form_fields[field_6ea1829]" id="form-field-field_6ea1829" class="elementor-field elementor-size-md  elementor-upload-field" data-maxsize="10" data-maxsize-message="This file exceeds the maximum allowed size.">

						</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required">
					<textarea class="elementor-field-textual elementor-field  elementor-size-md" name="form_fields[message]" id="form-field-message" rows="4" placeholder="Message" required="required" aria-required="true"></textarea>				</div>
								<div class="elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_bc7b187 elementor-col-100 elementor-field-required">
								<input type="number" name="form_fields[field_bc7b187]" id="form-field-field_bc7b187" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="200-11 = ?" required="required" aria-required="true" min="189" max="189" >
						</div>
								<div class="elementor-field-type-text">
					<input size="1" type="text" name="form_fields[field_e7ce991]" id="form-field-field_e7ce991" class="elementor-field elementor-size-md " style="display:none !important;">				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
							</div>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-aeb4239 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="aeb4239" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b96bf75 elementor-widget elementor-widget-heading" data-id="b96bf75" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">FREE ONLINE HAIR LOSS ASSESSMENT FORM</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5d001a1 elementor-widget elementor-widget-text-editor" data-id="5d001a1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Are you experiencing any hair loss or scalp issues? Get a Certified Trichologist to assess and help treat your condition in Toronto and Greater Toronto Area. Please complete our online Trichology Assessment Form to get started now.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0a589a3 elementor-widget elementor-widget-image" data-id="0a589a3" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/hairloss-assessment/">
							<img loading="lazy" decoding="async" width="600" height="74" src="https://hairlossclinic.ca/wp-content/uploads/2020/03/Trichology-Request_Free_Assessment_Button-new-2.png" class="attachment-full size-full wp-image-1664" alt="HAIR LOSS &amp; SCALP ASSESSMENT" srcset="https://hairlossclinic.ca/wp-content/uploads/2020/03/Trichology-Request_Free_Assessment_Button-new-2.png 600w, https://hairlossclinic.ca/wp-content/uploads/2020/03/Trichology-Request_Free_Assessment_Button-new-2-300x37.png 300w" sizes="(max-width: 600px) 100vw, 600px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-261117c elementor-widget elementor-widget-heading" data-id="261117c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">FREE ONLINE HAIR LOSS ASSESSMENT FORM</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-adb7b84 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="adb7b84" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-96177a3 imagecol" data-id="96177a3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f3b147e elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="f3b147e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-alopecia-areata/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/1-2.jpg" class="attachment-full size-full wp-image-2068" alt="alopecia" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-b528001 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="b528001" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-alopecia-totalis/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/2-3.jpg" class="attachment-full size-full wp-image-2069" alt="1" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-62a2345 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="62a2345" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-alopecia-universalis/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/3-2.jpg" class="attachment-full size-full wp-image-2070" alt="alopecia" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-b9884e8 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="b9884e8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-causes-grey-hair/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/4-1.jpg" class="attachment-full size-full wp-image-2071" alt="cabities" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-17332ef elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="17332ef" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-central-centrifugal-cicatricial-alopecia-ccca/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/5-2.jpg" class="attachment-full size-full wp-image-2072" alt="central" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-e6e1562 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="e6e1562" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-central-centrifugal-cicatricial-alopecia-ccca/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/6-2.jpg" class="attachment-full size-full wp-image-2073" alt="6" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-81eacdf elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="81eacdf" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-dandruff/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/7-1.jpg" class="attachment-full size-full wp-image-2074" alt="AAPE" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-318588c elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="318588c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-eczema/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/8-1.jpg" class="attachment-full size-full wp-image-2075" alt="PHARMA-HERMETICS" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-ed23bb5 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="ed23bb5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-female-pattern-hair-loss/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/9-1.jpg" class="attachment-full size-full wp-image-2076" alt="1" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-379efbb elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="379efbb" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-frontal-fibrosing-alopecia/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/10-1.jpg" class="attachment-full size-full wp-image-2077" alt="10" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-e78df3d elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="e78df3d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-folliculitis/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/11-1.jpg" class="attachment-full size-full wp-image-2078" alt="11" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-2c6fab1 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="2c6fab1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-hirsutism/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/12-1.jpg" class="attachment-full size-full wp-image-2079" alt="12" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-98f5c50 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="98f5c50" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-lichen-planopilaris/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/13-1.jpg" class="attachment-full size-full wp-image-2080" alt="13" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-5690c84 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="5690c84" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-male-pattern-hair-loss/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/14-1.jpg" class="attachment-full size-full wp-image-2081" alt="Pharma" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-2b4c405 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="2b4c405" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-psorisis/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/15-1.jpg" class="attachment-full size-full wp-image-2082" alt="Skin" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-e49b958 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="e49b958" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-seborrheic-dermatitis/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/16-1.jpg" class="attachment-full size-full wp-image-2083" alt="seb" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-8a13361 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="8a13361" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-telogen-effluvium/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/17-1.jpg" class="attachment-full size-full wp-image-2084" alt="AAPE" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-1374cb4 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="1374cb4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-tinea-capitis/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/18-1.jpg" class="attachment-full size-full wp-image-2085" alt="PHARMA-HERMETICS" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-32f7601 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="32f7601" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-traction-alopecia/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/19-1.jpg" class="attachment-full size-full wp-image-2086" alt="2" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-670cbc3 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="670cbc3" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/what-is-trichotillomania/">
							<img loading="lazy" decoding="async" width="172" height="236" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/20.jpg" class="attachment-full size-full wp-image-2087" alt="20" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-1af9409 elementor-widget elementor-widget-image" data-id="1af9409" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1536" height="492" src="https://hairlossclinic.ca/wp-content/uploads/2023/07/hair-loss-treatment-Toronto.jpg" class="attachment-full size-full wp-image-11471" alt="hair-loss-treatment-Toronto" srcset="https://hairlossclinic.ca/wp-content/uploads/2023/07/hair-loss-treatment-Toronto.jpg 1536w, https://hairlossclinic.ca/wp-content/uploads/2023/07/hair-loss-treatment-Toronto-300x96.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2023/07/hair-loss-treatment-Toronto-1024x328.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2023/07/hair-loss-treatment-Toronto-768x246.jpg 768w, https://hairlossclinic.ca/wp-content/uploads/2023/07/hair-loss-treatment-Toronto-600x192.jpg 600w" sizes="(max-width: 1536px) 100vw, 1536px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-de2982b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="de2982b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27312c0" data-id="27312c0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-fb6c2a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fb6c2a9" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9548fd0" data-id="9548fd0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dddeecf elementor-position-top elementor-widget elementor-widget-image-box" data-id="dddeecf" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://hairlossclinic.ca/female-hair-loss-conditions-and-treatment/" tabindex="-1"><img loading="lazy" decoding="async" width="960" height="540" src="https://hairlossclinic.ca/wp-content/uploads/2019/02/a1e12954-0002-11e7-97dc-08322d33dfd3.jpg" class="attachment-full size-full wp-image-203" alt="female pattern hair loss" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/02/a1e12954-0002-11e7-97dc-08322d33dfd3.jpg 960w, https://hairlossclinic.ca/wp-content/uploads/2019/02/a1e12954-0002-11e7-97dc-08322d33dfd3-600x338.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2019/02/a1e12954-0002-11e7-97dc-08322d33dfd3-300x169.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2019/02/a1e12954-0002-11e7-97dc-08322d33dfd3-768x432.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://hairlossclinic.ca/female-hair-loss-conditions-and-treatment/">Women Hair Loss -- Learn More</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-82827da" data-id="82827da" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c944360 elementor-position-top elementor-widget elementor-widget-image-box" data-id="c944360" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://hairlossclinic.ca/female-hair-loss-conditions-and-treatment/" tabindex="-1"><img loading="lazy" decoding="async" width="585" height="329" src="https://hairlossclinic.ca/wp-content/uploads/2020/03/Review-Profollica-Hair-Loss-Treatment-Male-Pattern-Baldness.jpg" class="attachment-full size-full wp-image-1693" alt="male-pattern-baldness.jpg" srcset="https://hairlossclinic.ca/wp-content/uploads/2020/03/Review-Profollica-Hair-Loss-Treatment-Male-Pattern-Baldness.jpg 585w, https://hairlossclinic.ca/wp-content/uploads/2020/03/Review-Profollica-Hair-Loss-Treatment-Male-Pattern-Baldness-300x169.jpg 300w" sizes="(max-width: 585px) 100vw, 585px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://hairlossclinic.ca/female-hair-loss-conditions-and-treatment/">Mens Hair Loss -- Learn More</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-7a694b6 elementor-widget elementor-widget-text-editor" data-id="7a694b6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Now Accepting New Alopecia Clients in Toronto and Greater Toronto Area. Contact us to schedule your comprehensive assessment and book your treatment today. We are open six days a week, Monday to Saturday. Our hair loss clinic is committed to providing safe and professional treatment and care. We are very sensitive to our clients’ needs, and our goal is to make you feel comfortable visiting any of our clinics while providing the best care possible to restore and grow your hair fast.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-43f2416 elementor-widget elementor-widget-heading" data-id="43f2416" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">HAIR LOSS TREATMENT<span style="color: var( --e-global-color-primary );font-family: var( --e-global-typography-primary-font-family ), Sans-serif;font-size: 27px;font-weight: var( --e-global-typography-primary-font-weight );letter-spacing: -0.02em"></span><br></h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6302b2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6302b2a" data-element_type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-65f5c78" data-id="65f5c78" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-af6ba3e elementor-widget elementor-widget-text-editor" data-id="af6ba3e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>MD HAIR</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-b4d9e36 elementor-widget elementor-widget-image" data-id="b4d9e36" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/mdhair-dermatologist-recommended-hair-growth-solutions/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/MD-Hair-MDHair.jpg" class="attachment-full size-full wp-image-13388" alt="MD-Hair-MDHair" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-3fede9b elementor-widget elementor-widget-text-editor" data-id="3fede9b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>PHARMA HERMETIC</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-49510f2 elementor-widget elementor-widget-image" data-id="49510f2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/pharma-hermetic-non-surgical-hair-loss/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/pharma-hermetic.jpg" class="attachment-full size-full wp-image-13392" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-ab89978" data-id="ab89978" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2738101 elementor-widget elementor-widget-text-editor" data-id="2738101" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>PRP</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-6a02367 elementor-widget elementor-widget-image" data-id="6a02367" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/prp-for-hair-loss/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/prp-hair-treatment.jpg" class="attachment-full size-full wp-image-13389" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-e56df77 elementor-widget elementor-widget-text-editor" data-id="e56df77" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>SCALP MICROPIGMENTATION</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-4574380 elementor-widget elementor-widget-image" data-id="4574380" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/scalp-micropigmentation/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/SMP-Scalp-Micropigmentation.jpg" class="attachment-full size-full wp-image-13393" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-63811e9" data-id="63811e9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-43b4d1c elementor-widget elementor-widget-text-editor" data-id="43b4d1c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>VIVISCAL PRO</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-42b3bd7 elementor-widget elementor-widget-image" data-id="42b3bd7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/about-viviscal-canada/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/viviscal-pro-canada.jpg" class="attachment-full size-full wp-image-13390" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-82f56f9 elementor-widget elementor-widget-text-editor" data-id="82f56f9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>NOURKRIN</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-25dfe50 elementor-widget elementor-widget-image" data-id="25dfe50" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/nourkrin-for-male-and-female-hair-loss/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/Nourkrin-Canada.jpg" class="attachment-full size-full wp-image-13391" alt="Nourkrin-Canada" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-39d735e" data-id="39d735e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9576c1c elementor-widget elementor-widget-text-editor" data-id="9576c1c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>THERADOME</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-71216c2 elementor-widget elementor-widget-image" data-id="71216c2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/laser-light-therapy/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/theradome-laser-therapy.jpg" class="attachment-full size-full wp-image-13394" alt="" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-0807fe8 elementor-widget elementor-widget-text-editor" data-id="0807fe8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>DS LABORATORIES</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-2a57239 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="2a57239" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/ds-laboratories/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/DS-Laboratories-Canada.jpg" class="attachment-full size-full wp-image-13396" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-35b6972" data-id="35b6972" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3fd5a99 elementor-widget elementor-widget-text-editor" data-id="3fd5a99" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>HAIR LOSS HOME KIT</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-652434f elementor-widget elementor-widget-image" data-id="652434f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/pharma-hermetic-home-kit/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/pharma-hermetic-hair-loss-home-kit-Canada.jpg" class="attachment-full size-full wp-image-13415" alt="pharma-hermetic-hair-loss-home-kit Canada" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-c06eacc elementor-widget elementor-widget-text-editor" data-id="c06eacc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>DR CYJ HAIR FILLER</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-f50c35d elementor-widget elementor-widget-image" data-id="f50c35d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/nourkrin-for-male-and-female-hair-loss/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/DR-CYJ-Hair-Filler.jpg" class="attachment-full size-full wp-image-13397" alt="Dr CYJ hair filler" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-93bca14" data-id="93bca14" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-deda07d elementor-widget elementor-widget-text-editor" data-id="deda07d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>REVITACARE</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-0c2c0ea elementor-widget elementor-widget-image" data-id="0c2c0ea" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/haircare-revitacare-france/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/revitacare.jpg" class="attachment-full size-full wp-image-13398" alt="revitacare" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-8eb4bff elementor-widget elementor-widget-text-editor" data-id="8eb4bff" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>HLCC SCRIPTS</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-85ddb43 elementor-widget elementor-widget-image" data-id="85ddb43" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://hairlossclinic.ca/hlcc-scripts-hair-rejuvenation/">
							<img loading="lazy" decoding="async" width="146" height="168" src="https://hairlossclinic.ca/wp-content/uploads/2024/03/HLCC-Scripts-hair-rejuvenation.jpg" class="attachment-full size-full wp-image-13399" alt="C-Scripts-hair-rejuvenation" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f593b1e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f593b1e" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cad6328" data-id="cad6328" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-73353f1 elementor-widget elementor-widget-heading" data-id="73353f1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">WHAT IS SMP® <span>SCALP MICROPIGMENTATION?</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e3df1d9 elementor-widget elementor-widget-text-editor" data-id="e3df1d9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://hairlossclinic.ca/what-is-scalp-micropigmentation/">Scalp micropigmentation</a> is a non-surgical solution to alopecia that gives you a fuller hair appearance without invasive transplant surgery.  Also known as <a href="https://hairlossclinic.ca/guide-to-scalp-micropigmentation-benefits-risks-and-costs/">hair tattoo or SMP</a>, the process involves tattooing the scalp with tiny hair-like tattoos that replicate a clean-shaven look. For those who are not suitable for other hair restoration treatments or would rather have a non-invasive solution, scalp pigmentation can be a secure and successful alternative, even though it does not directly cause new hair growth. <a href="https://hairlossclinic.ca/scalp-micropigmentation/">READ MORE</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3ae0180 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3ae0180" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-05a314c" data-id="05a314c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c91bbc elementor-widget elementor-widget-image" data-id="7c91bbc" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1188" height="562" src="https://hairlossclinic.ca/wp-content/uploads/2022/12/smp-scar-treatment-before-and-after.jpg" class="attachment-full size-full wp-image-7187" alt="smp-scar-treatment-before-and-after" srcset="https://hairlossclinic.ca/wp-content/uploads/2022/12/smp-scar-treatment-before-and-after.jpg 1188w, https://hairlossclinic.ca/wp-content/uploads/2022/12/smp-scar-treatment-before-and-after-600x284.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2022/12/smp-scar-treatment-before-and-after-300x142.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2022/12/smp-scar-treatment-before-and-after-1024x484.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2022/12/smp-scar-treatment-before-and-after-768x363.jpg 768w" sizes="(max-width: 1188px) 100vw, 1188px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-458a7bb" data-id="458a7bb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ef9da9c elementor-widget elementor-widget-image" data-id="ef9da9c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1188" height="562" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/brian-before-and-after.jpg" class="attachment-full size-full wp-image-2500" alt="smp before and after photo" srcset="https://hairlossclinic.ca/wp-content/uploads/2020/04/brian-before-and-after.jpg 1188w, https://hairlossclinic.ca/wp-content/uploads/2020/04/brian-before-and-after-600x284.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2020/04/brian-before-and-after-300x142.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2020/04/brian-before-and-after-1024x484.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2020/04/brian-before-and-after-768x363.jpg 768w" sizes="(max-width: 1188px) 100vw, 1188px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6823b26" data-id="6823b26" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-559226f elementor-widget elementor-widget-video" data-id="559226f" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/www.youtube.com\/watch?v=W6mE23hS-mI&amp;feature=youtu.be&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-87c76dd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="87c76dd" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-995ea63" data-id="995ea63" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-417caab elementor-widget elementor-widget-image" data-id="417caab" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1188" height="562" src="https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-for-women.jpg" class="attachment-full size-full wp-image-6689" alt="scalp-micropigmentation-for-women" srcset="https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-for-women.jpg 1188w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-for-women-600x284.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-for-women-300x142.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-for-women-1024x484.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-for-women-768x363.jpg 768w" sizes="(max-width: 1188px) 100vw, 1188px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-245287f" data-id="245287f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7077702 elementor-widget elementor-widget-image" data-id="7077702" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1188" height="562" src="https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-Toronto.jpg" class="attachment-full size-full wp-image-6690" alt="scalp-micropigmentation-Toronto" srcset="https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-Toronto.jpg 1188w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-Toronto-600x284.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-Toronto-300x142.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-Toronto-1024x484.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2022/11/scalp-micropigmentation-Toronto-768x363.jpg 768w" sizes="(max-width: 1188px) 100vw, 1188px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6d560c7" data-id="6d560c7" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-0ab9880 elementor-widget elementor-widget-heading" data-id="0ab9880" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">WHAT IS <span>PRP HAIR TREATMENT</span>?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-84b7b40 elementor-widget elementor-widget-text-editor" data-id="84b7b40" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://hairlossclinic.ca/prp-toronto-a-comprehensive-guide-to-prp-treatment-and-clinics/">PRP hair treatment</a> is a safe, non-invasive treatment using your blood. PRP, or platelet-rich plasma, is a regenerative cell-based <a href="https://hairlossclinic.ca/unlocking-the-potential-of-12x-above-baseline-platelet-concentration-and-keyprp-in-prp-therapy/">therapy that uses one&#8217;s platelets</a> (the cells in your blood) to promote hair regrowth. The use of PRP therapy has grown in popularity due to its efficacy and very few adverse reactions. Many studies have shown the use of <a href="https://hairlossclinic.ca/alma-ted-vs-cynosure-potenza-prp-for-alopecia-which-is-better/">PRP</a> injections for androgenetic hair loss to be positive and beneficial.</p><p><a href="https://hairlossclinic.ca/prp-in-hair-treatment-a-promising-solution-for-hair-loss/">PRP treatments are a successful way to address hair</a> thinning or baldness, especially in cases of androgenetic alopecia. It is also able to be used to help people who are losing their hair due to other reasons, such as stress, changes in hormones, or illnesses.</p><p>PRP <a href="https://hairlossclinic.ca/introduction-to-platelet-rich-plasma-prp/">utilizes the growth factors in platelets</a> to stimulate the hair follicles and encourage new hair growth, as well as sustain the active phase of the hair cycle. <a href="https://hairlossclinic.ca/prp-for-hair-loss/">READ MORE</a></p>								</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-78eaf1c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="78eaf1c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e210f70" data-id="e210f70" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5c0dc82 elementor-widget elementor-widget-video" data-id="5c0dc82" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/Oc1F_7M_xiA&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-90a9125 elementor-widget elementor-widget-google_maps" data-id="90a9125" data-element_type="widget" data-widget_type="google_maps.default">
				<div class="elementor-widget-container">
							<div class="elementor-custom-embed">
			<iframe loading="lazy"
					src="https://maps.google.com/maps?q=hairlossclinic.ca%20600%20Sherbourne%20St%20%23605%2C%20Toronto&#038;t=m&#038;z=15&#038;output=embed&#038;iwloc=near"
					title="hairlossclinic.ca 600 Sherbourne St #605, Toronto"
					aria-label="hairlossclinic.ca 600 Sherbourne St #605, Toronto"
			></iframe>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b903a5e" data-id="b903a5e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-588f262 elementor-widget elementor-widget-image" data-id="588f262" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1024" height="1024" src="https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-1024x1024.jpg" class="attachment-large size-large wp-image-11754" alt="PRP hair treatment - PRP Toronto" srcset="https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-1024x1024.jpg 1024w, https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-768x768.jpg 768w, https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-600x600.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2023/08/PRP-hair-treatment-PRP-Toronto.jpg 1080w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				<div class="elementor-element elementor-element-dff1176 elementor-widget elementor-widget-text-editor" data-id="dff1176" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To schedule a FREE consultation for PRP in hair treatment please call 647-492-9093 or fill out our FREE online hair loss assessment form <a href="https://hairlossclinic.ca/hairloss-assessment/">HERE</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d9408bf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d9408bf" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a6cff18" data-id="a6cff18" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0aae4dc elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="0aae4dc" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							ADDRESS						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Toronto: 600 Sherbourne St #605, Toronto

Thornhill/Markham: 7191 Yonge St #701					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-71f888c" data-id="71f888c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-773dec0 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="773dec0" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="tel:(647)%20492-9093" class="elementor-icon" tabindex="-1" aria-label="PHONE">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-phone" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"></path></svg>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="tel:(647)%20492-9093" >
							PHONE						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						(647) 492-9093					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-37b3c2a" data-id="37b3c2a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-02a4186 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="02a4186" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="mailto:info@hairlossclinic.ca" class="elementor-icon" tabindex="-1" aria-label="EMAIL">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-envelope" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="mailto:info@hairlossclinic.ca" >
							EMAIL						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						info@hairlossclinic.ca					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1973b7c" data-id="1973b7c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6700ba9 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="6700ba9" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-user-clock" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							WORKING HOURS						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Mon-Sat 10:00 - 8:00 <br/>
Sunday CLOSED					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-70e1774 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="70e1774" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-981dc84" data-id="981dc84" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-235784f elementor-widget elementor-widget-heading" data-id="235784f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">TRICHOLOGY AREAS OF EXPERTISE</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9b48bc9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9b48bc9" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-fbb3cef" data-id="fbb3cef" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cb261cc colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="cb261cc" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/man1.png" class="attachment-full size-full wp-image-580" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/man1.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/man1-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/man1-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">CROWN BALDING</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7416ac1" data-id="7416ac1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d16dc65 colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="d16dc65" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/hair-icon.png" class="attachment-full size-full wp-image-578" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/hair-icon.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/hair-icon-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/hair-icon-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">RECEDING HAIRLINE</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7483bef" data-id="7483bef" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-194a820 colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="194a820" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/man.png" class="attachment-full size-full wp-image-579" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/man.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/man-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/man-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">SEMI OR COMPLETE BALDNESS</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-77c5337" data-id="77c5337" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-82ebbc2 colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="82ebbc2" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/chies.png" class="attachment-full size-full wp-image-576" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/chies.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/chies-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/chies-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">ALOPECIA</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-dbc5b5a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dbc5b5a" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3afc51a" data-id="3afc51a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-122015e colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="122015e" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/user-icon.png" class="attachment-full size-full wp-image-584" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/user-icon.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/user-icon-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/user-icon-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">THINNING HAIR FOR MEN AND WOMEN</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6dae908" data-id="6dae908" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dbad054 colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="dbad054" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/haire.png" class="attachment-full size-full wp-image-577" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/haire.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/haire-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/haire-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">HAIR TRANSPLANT SCARS</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8044ac6" data-id="8044ac6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-56b2b01 colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="56b2b01" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/meidacl.png" class="attachment-full size-full wp-image-581" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/meidacl.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/meidacl-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/meidacl-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">MEDICAL SCARS</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-773d314" data-id="773d314" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c802a5d colorImage elementor-position-top elementor-widget elementor-widget-image-box" data-id="c802a5d" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="#" tabindex="-1"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/ueser-mre.png" class="attachment-full size-full wp-image-583" alt="" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/ueser-mre.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/ueser-mre-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/ueser-mre-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="#">ACCIDENT OR INJURY RELATED SCARS</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-35d924c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="35d924c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41138eb" data-id="41138eb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ff6e6b1 elementor-widget elementor-widget-heading" data-id="ff6e6b1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">TRICHOLOGY AREAS OF EXPERTISE</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f086fd9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f086fd9" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a97d448" data-id="a97d448" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-156e6d0 elementor-position-top elementor-widget elementor-widget-image-box" data-id="156e6d0" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://hairlossclinic.ca/non-surgical-hair-loss/" tabindex="-1"><img loading="lazy" decoding="async" width="300" height="209" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/4.jpg" class="attachment-full size-full wp-image-1037" alt="male pattern baldness" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://hairlossclinic.ca/non-surgical-hair-loss/">Non Surgical Hair Loss</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ea11b5d" data-id="ea11b5d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-88a7e16 elementor-position-top elementor-widget elementor-widget-image-box" data-id="88a7e16" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://hairlossclinic.ca/laser-light-therapy/" tabindex="-1"><img loading="lazy" decoding="async" width="300" height="209" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/2-4.jpg" class="attachment-full size-full wp-image-2531" alt="Laser Photo Therapy" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://hairlossclinic.ca/laser-light-therapy/">Laser Light Therapy</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-867d35b" data-id="867d35b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6103642 elementor-position-top elementor-widget elementor-widget-image-box" data-id="6103642" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://hairlossclinic.ca/scalp-micropigmentation/" tabindex="-1"><img loading="lazy" decoding="async" width="300" height="209" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/1.png.jpg" class="attachment-full size-full wp-image-2533" alt="SMP Scalp Micropigmentation" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://hairlossclinic.ca/scalp-micropigmentation/">Scalp Micropigmentation</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-167e9a9" data-id="167e9a9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1f59f0a elementor-position-top elementor-widget elementor-widget-image-box" data-id="1f59f0a" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://hairlossclinic.ca/scalp-micropigmentation/" tabindex="-1"><img loading="lazy" decoding="async" width="300" height="209" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/3png.jpg" class="attachment-full size-full wp-image-2534" alt="Stem Cell for hair loss" /></a></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title"><a href="https://hairlossclinic.ca/scalp-micropigmentation/">AAPE Stem Cell for Hair Loss</a></h3></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f1ccddf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f1ccddf" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a123aa2" data-id="a123aa2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-be006d7 elementor-widget elementor-widget-heading" data-id="be006d7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">WHY CHOOSE OUR HAIR RESTORATION CLINIC?</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5fdfc51 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5fdfc51" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-72c693c" data-id="72c693c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a53b687 elementor-position-left colorImage whyChose elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="a53b687" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png" class="attachment-full size-full wp-image-582" alt="power" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Restoration That Looks Natural</h3><p class="elementor-image-box-description">We help men and women manage difficult hair loss situations in Toronto and Greater Toronto Area with restoration solutions that looks natural,</p></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1847943" data-id="1847943" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cfc36c7 elementor-position-left colorImage whyChose elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="cfc36c7" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png" class="attachment-full size-full wp-image-582" alt="power" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Best Value For Your Money</h3><p class="elementor-image-box-description">We provide a sympathetic environment that puts our clients hair loss and hair growth problems at ease and great value for money solutions ..

</p></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5c62b88" data-id="5c62b88" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ee47384 elementor-position-left colorImage whyChose elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="ee47384" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png" class="attachment-full size-full wp-image-582" alt="power" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Comprehensive Procedure</h3><p class="elementor-image-box-description">Our approach at Hair Loss Clinic is to match each patient’s individual restoration needs with the best possible surgical or non-surgical treatments.</p></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a99613e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a99613e" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e267bbf" data-id="e267bbf" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ec1c30f elementor-position-left colorImage whyChose elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="ec1c30f" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png" class="attachment-full size-full wp-image-582" alt="power" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">State Of The Art</h3><p class="elementor-image-box-description">Our advanced hair restoration technology allows for exceptional results to be crafted in less time, with less pain and more rapid hair recovery

</p></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-162cfe3" data-id="162cfe3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5936e74 elementor-position-left colorImage whyChose elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="5936e74" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png" class="attachment-full size-full wp-image-582" alt="power" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Top Customer Satisfaction</h3><p class="elementor-image-box-description">Your new restore hair will grow seamlessly amongst the preexisting ones, creating a youthful, supremely natural result and customer statisfaction</p></div></div>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a769bfd" data-id="a769bfd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-09a5a1e elementor-position-left colorImage whyChose elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="09a5a1e" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="142" height="142" src="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png" class="attachment-full size-full wp-image-582" alt="power" srcset="https://hairlossclinic.ca/wp-content/uploads/2019/12/power.png 142w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-100x100.png 100w, https://hairlossclinic.ca/wp-content/uploads/2019/12/power-120x120.png 120w" sizes="(max-width: 142px) 100vw, 142px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Training & Years Of Experience</h3><p class="elementor-image-box-description">We use our years of experience and training to provide Personalized Hair Restoration and treatment plan</p></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-cf82fa8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cf82fa8" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aafef51" data-id="aafef51" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-849513c elementor-widget elementor-widget-heading" data-id="849513c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">LATEST FROM OUR BLOG AND VIDEOS</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-fd3d11b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fd3d11b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d1ab2c5" data-id="d1ab2c5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8518b1d elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="8518b1d" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid">
				<article class="elementor-post elementor-grid-item post-14912 post type-post status-publish format-standard has-post-thumbnail hentry category-hair-transplant-turkey">
				<a class="elementor-post__thumbnail__link" href="https://hairlossclinic.ca/hair-transplant-turkey-clinics-the-ultimate-guide-to-restoring-your-hair-overseas/" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="612" height="408" src="https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey.jpg" class="attachment-full size-full wp-image-14922" alt="hair transplant turkey" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey.jpg 612w, https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey-300x200.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey-600x400.jpg 600w" sizes="(max-width: 612px) 100vw, 612px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://hairlossclinic.ca/hair-transplant-turkey-clinics-the-ultimate-guide-to-restoring-your-hair-overseas/" >
				Hair Transplant Turkey Clinics: The Ultimate Guide to Restoring Your Hair Overseas			</a>
		</h3>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			February 20, 2025		</span>
				<span class="elementor-post-avatar">
			No Comments		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>Introduction to Hair Transplant in Turkey Over the years, hair transplant procedures have grown in popularity, with Turkey emerging as the top destination for individuals</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://hairlossclinic.ca/hair-transplant-turkey-clinics-the-ultimate-guide-to-restoring-your-hair-overseas/" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14797 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
				<a class="elementor-post__thumbnail__link" href="https://hairlossclinic.ca/anal-skin-tag-removal-with-bovie-electrocautery-a-safe-and-effective-solution/" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="400" height="400" src="https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto.jpg" class="attachment-full size-full wp-image-14802" alt="anal skin tag removal Toronto" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto.jpg 400w, https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-100x100.jpg 100w" sizes="(max-width: 400px) 100vw, 400px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://hairlossclinic.ca/anal-skin-tag-removal-with-bovie-electrocautery-a-safe-and-effective-solution/" >
				Anal Skin Tag Removal with Bovie Electrocautery: A Safe and Effective Solution			</a>
		</h3>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			February 15, 2025		</span>
				<span class="elementor-post-avatar">
			No Comments		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>Anal Skin Tag Removal with Bovie Electrocautery: A Safe and Effective Solution Introduction Anal skin tags are small, harmless growths of excess skin around the</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://hairlossclinic.ca/anal-skin-tag-removal-with-bovie-electrocautery-a-safe-and-effective-solution/" >
			Read More »		</a>

				</div>
				</article>
				<article class="elementor-post elementor-grid-item post-14779 post type-post status-publish format-standard has-post-thumbnail hentry category-novos">
				<a class="elementor-post__thumbnail__link" href="https://hairlossclinic.ca/novos-the-future-of-longevity-and-anti-aging-supplements/" >
			<div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="804" height="804" src="https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1.jpg" class="attachment-full size-full wp-image-14789" alt="Novos-NMN-NAD-1" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1.jpg 804w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-768x768.jpg 768w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-600x600.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-100x100.jpg 100w" sizes="(max-width: 804px) 100vw, 804px" /></div>
		</a>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://hairlossclinic.ca/novos-the-future-of-longevity-and-anti-aging-supplements/" >
				NOVOS: The Future of Longevity and Anti-Aging Supplements			</a>
		</h3>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			February 15, 2025		</span>
				<span class="elementor-post-avatar">
			No Comments		</span>
				</div>
				<div class="elementor-post__excerpt">
			<p>NOVOS: The Future of Longevity and Anti-Aging Supplements Introduction The quest for prolonged youthfulness and extended health span has gained significant momentum in recent years.</p>
		</div>
		
		<a class="elementor-post__read-more" href="https://hairlossclinic.ca/novos-the-future-of-longevity-and-anti-aging-supplements/" >
			Read More »		</a>

				</div>
				</article>
				</div>


		
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-42eacfc8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="42eacfc8" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-53716427" data-id="53716427" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2f4b6455 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="2f4b6455" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-map-marker" viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							ADDRESS						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Toronto: 600 Sherbourne St #605, Toronto

Thornhill/Markham: 7191 Yonge St #701					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ca18794" data-id="ca18794" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9dd68ae elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="9dd68ae" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="tel:(647)%20492-9093" class="elementor-icon" tabindex="-1" aria-label="PHONE">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-phone" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"></path></svg>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="tel:(647)%20492-9093" >
							PHONE						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						(647) 492-9093					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5b8c0a7b" data-id="5b8c0a7b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-db49229 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="db49229" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<a href="mailto:info@hairlossclinic.ca" class="elementor-icon" tabindex="-1" aria-label="EMAIL">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-envelope" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>				</a>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="mailto:info@hairlossclinic.ca" >
							EMAIL						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						info@hairlossclinic.ca					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2e3bee21" data-id="2e3bee21" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ba50873 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="2ba50873" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-user-clock" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							WORKING HOURS						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Mon-Sat 10:00 - 8:00 <br/>
Sunday CLOSED					</p>
				
			</div>
			
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
			</div>
	<!-- Page content::END -->

		<!-- Footer::Start -->
		<div id="footer" class="" >
			

					
			<div class="top-footer">
				<div class="container">	
									</div>
			</div>
				
				<div class="container">	
					<div class="section">
				
					
						<div class="col span_1_of_4">
									<div class="textwidget"><div class="footer-logo"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2479" src="https://hairlossclinic.ca/wp-content/uploads/2020/04/hairloss-logo.jpeg" alt="hair loss logo" width="500" height="183" srcset="https://hairlossclinic.ca/wp-content/uploads/2020/04/hairloss-logo.jpeg 500w, https://hairlossclinic.ca/wp-content/uploads/2020/04/hairloss-logo-300x110.jpeg 300w" sizes="(max-width: 500px) 100vw, 500px" /></div>
<p>&nbsp;</p>
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>Toronto: 600 Sherbourne St #605</li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>Thornhill/Markham: 7191 Yonge St #701</li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>St. Catharines: 112 Queenston St #200</li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>Winnipeg: 873 Notre Dame Ave #D</li>
<li><i class="fa fa-phone" aria-hidden="true"></i> phone: (647) 492-9093 Toronto GTA</li>
<li><i class="fa fa-phone" aria-hidden="true"></i> Phone: (204) 817-0883 Winnipeg</li>
<li><i class="fa fa-envelope" aria-hidden="true"></i>Email: info@hairlossclinic.ca</li>
</ul>
</div>
			
						</div>

					
						<div class="col span_1_of_4">
						<h3>HAIR LOSS CLINIC</h3>			<div class="textwidget"><ul class="f-link">
<li><a href="https://hairlossclinic.ca/hairloss-assessment/">Hair Loss Assessment</a></li>
<li><a href="https://hairlossclinic.ca/blog/">Blog</a></li>
<li><a href="https://hairlossclinic.ca/service-area/">Service Area</a></li>
<li><a href="https://hairlossclinic.ca/contact-us/">Contact Us</a></li>
</ul>
</div>
			
						</div>

					
						<div class="col span_1_of_4">
						<h3><span>LATEST POST</span></h3>
            <div class="boc_latest_posts section">
                <a href="https://hairlossclinic.ca/hair-transplant-turkey-clinics-the-ultimate-guide-to-restoring-your-hair-overseas/"><img width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey-150x150.jpg" class="attachment-boc_thumb size-boc_thumb wp-post-image" alt="hair transplant turkey" title="Hair Transplant Turkey Clinics: The Ultimate Guide to Restoring Your Hair Overseas" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/02/hair-transplant-turkey-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /></a>
                <p class="boc_latest_posts_title"><a href="https://hairlossclinic.ca/hair-transplant-turkey-clinics-the-ultimate-guide-to-restoring-your-hair-overseas/">Hair Transplant Turkey Clinics: The Ultimate Guide to Restoring Your Hair Overseas</a></p>
                <p class="date">February 20, 2025</p>
            </div>
                
            <div class="boc_latest_posts section">
                <a href="https://hairlossclinic.ca/anal-skin-tag-removal-with-bovie-electrocautery-a-safe-and-effective-solution/"><img width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-150x150.jpg" class="attachment-boc_thumb size-boc_thumb wp-post-image" alt="anal skin tag removal Toronto" title="Anal Skin Tag Removal with Bovie Electrocautery: A Safe and Effective Solution" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2025/02/anal-skin-tag-removal-Toronto.jpg 400w" sizes="(max-width: 150px) 100vw, 150px" /></a>
                <p class="boc_latest_posts_title"><a href="https://hairlossclinic.ca/anal-skin-tag-removal-with-bovie-electrocautery-a-safe-and-effective-solution/">Anal Skin Tag Removal with Bovie Electrocautery: A Safe and Effective Solution</a></p>
                <p class="date">February 15, 2025</p>
            </div>
                
            <div class="boc_latest_posts section">
                <a href="https://hairlossclinic.ca/novos-the-future-of-longevity-and-anti-aging-supplements/"><img width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-150x150.jpg" class="attachment-boc_thumb size-boc_thumb wp-post-image" alt="Novos-NMN-NAD-1" title="NOVOS: The Future of Longevity and Anti-Aging Supplements" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-768x768.jpg 768w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-600x600.jpg 600w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1-100x100.jpg 100w, https://hairlossclinic.ca/wp-content/uploads/2025/02/Novos-NMN-NAD-1.jpg 804w" sizes="(max-width: 150px) 100vw, 150px" /></a>
                <p class="boc_latest_posts_title"><a href="https://hairlossclinic.ca/novos-the-future-of-longevity-and-anti-aging-supplements/">NOVOS: The Future of Longevity and Anti-Aging Supplements</a></p>
                <p class="date">February 15, 2025</p>
            </div>
                
            <div class="boc_latest_posts section">
                <a href="https://hairlossclinic.ca/mdhair-personalized-hair-loss-treatment-for-men-and-women/"><img width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2023/09/MD-hair-MDHair-Logo-MD-Hair-Toronto-MD-Hair-Canada-150x150.jpg" class="attachment-boc_thumb size-boc_thumb wp-post-image" alt="MD-hair---MDHair-Logo-MD-Hair-Toronto-MD-Hair-Canada" title="MDhair: Personalized Hair Loss Treatment for Men and Women" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2023/09/MD-hair-MDHair-Logo-MD-Hair-Toronto-MD-Hair-Canada-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2023/09/MD-hair-MDHair-Logo-MD-Hair-Toronto-MD-Hair-Canada-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2023/09/MD-hair-MDHair-Logo-MD-Hair-Toronto-MD-Hair-Canada-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /></a>
                <p class="boc_latest_posts_title"><a href="https://hairlossclinic.ca/mdhair-personalized-hair-loss-treatment-for-men-and-women/">MDhair: Personalized Hair Loss Treatment for Men and Women</a></p>
                <p class="date">February 15, 2025</p>
            </div>
                
            <div class="boc_latest_posts section">
                <a href="https://hairlossclinic.ca/hairline-clinic-transforming-hair-restoration-across-canada/"><img width="150" height="150" src="https://hairlossclinic.ca/wp-content/uploads/2025/01/hairline-clinic-150x150.jpg" class="attachment-boc_thumb size-boc_thumb wp-post-image" alt="hairline clinic" title="Hairline Clinic: Transforming Hair Restoration Across Canada" decoding="async" srcset="https://hairlossclinic.ca/wp-content/uploads/2025/01/hairline-clinic-150x150.jpg 150w, https://hairlossclinic.ca/wp-content/uploads/2025/01/hairline-clinic-300x300.jpg 300w, https://hairlossclinic.ca/wp-content/uploads/2025/01/hairline-clinic-100x100.jpg 100w" sizes="(max-width: 150px) 100vw, 150px" /></a>
                <p class="boc_latest_posts_title"><a href="https://hairlossclinic.ca/hairline-clinic-transforming-hair-restoration-across-canada/">Hairline Clinic: Transforming Hair Restoration Across Canada</a></p>
                <p class="date">January 24, 2025</p>
            </div>
                	
						</div>

					
						<div class="col span_1_of_4">
						<h3>OPENING HOURS</h3>			<div class="textwidget"><div class="opening-hrs">
<p>Monday 10.00 AM &#8211; 8.00 PM</p>
<p>Tuesday 10.00 AM &#8211; 8.00 PM</p>
<p>Wednesday 10.00 AM &#8211; 8.00 PM</p>
<p>Thursday 10.00 AM &#8211; 8.00 PM</p>
<p>Friday 10.00 AM &#8211; 8.00 PM</p>
<p>Saturday 10.00 AM &#8211; 8.00 PM</p>
<p>Sunday 10.00 AM &#8211; 8.00 PM</p>
</div>
</div>
			
						</div>

									
					</div> 
				</div>
			
						
			<div class="footer_btm" >
				<div class="container">
					<div class="footer_btm_inner">
					
										
						<!-- <div id="powered"></div> -->
						<div id="powered">© 2023 HAIRLOSSCLINIC.CA | Scalp Micropigmentation & Trichology Centre </div>
					</div>
				</div>
			</div>
			<div class="b-footer"><img width="2000" height="258" src="/wp-content/uploads/2020/03/bottom-logos-for-hair-loss-clinic.jpg"></div>
			
			
	  </div>
	  <!-- Footer::END -->
  
	
  
  </div>
  <!-- Page wrapper::END -->

<div class="mobile-view">
	</div>
  
   <!--<div class="popup-form-main" style="display:none;">

<div class="getquote-popup-form">
	<div class="popup_close"><span aria-hidden="true">×</span></div>
<iframe title="Embedded Wufoo Form"
                                height="648"
                                allowTransparency="true"
                                frameborder="0"
                                scrolling="no"
                                style="width:100%;border:none"
                                src="https://bestontarioseo.wufoo.com/embed/zi3gwiq1lfeiwx/">
                          <a href="https://bestontarioseo.wufoo.com/forms/zi3gwiq1lfeiwx/">
                          </a>
                        </iframe>
                                              
	 </div> 
</div>-->

<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {	
jQuery(document).ready(function(){
	jQuery(".register-sec a.button, a.request-cstm").click(function(){
    	jQuery(".popup-form-main").show();
  	});
  	jQuery(".popup_close").click(function(){
   		jQuery(".popup-form-main").hide();
  	});
});
		
});</script>  
  			<script type="rocketlazyloadscript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
				<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1748949365' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-9719-css' href='https://hairlossclinic.ca/wp-content/uploads/elementor/css/post-9719.css?ver=1748949371' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-ZKBCHPE3QD" id="google-tag-manager-js" data-wp-strategy="async" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/woocommerce-google-analytics-integration/assets/js/build/main.js?ver=1743533863" id="woocommerce-google-analytics-integration-js" defer></script>
<script type="text/javascript" id="woo_discount_rules_site-js-extra">
/* <![CDATA[ */
var woo_discount_rules = {"home_url":"https:\/\/hairlossclinic.ca","admin_url":"https:\/\/hairlossclinic.ca\/wp-admin\/","ajax_url":"https:\/\/hairlossclinic.ca\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woo-discount-rules-pro-master/assets/js/woo_discount_rules.js?ver=1.6.17" id="woo_discount_rules_site-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.8.5" id="sourcebuster-js-js" defer></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/hairlossclinic.ca\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.5" id="wc-order-attribution-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.29.1" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.29.1" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":false},"version":"3.29.1","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"e_local_google_fonts":true,"theme_builder_v2":true,"editor_v2":true,"home_screen":true,"cloud-library":true,"e_opt_in_v4_page":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/hairlossclinic.ca\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/hairlossclinic.ca\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/hairlossclinic.ca\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"10f47e4146"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":11989,"title":"Hair%20Loss%20Clinic%20%7C%20Trichology%20Centre%20%E2%80%93%20Hair%20Loss%20Treatment%20%26%20Hair%20Tattoo","excerpt":"","featuredImage":false}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.29.1" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script>
<script type="text/javascript" id="wooaa-frontend-js-extra">
/* <![CDATA[ */
var wooaa_vars = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=11989","nonce":"578001e669","product_types":"all","ignore_btn_class":".disabled,.wpc-disabled,.wooaa-disabled,.wooco-disabled,.woosb-disabled,.woobt-disabled,.woosg-disabled,.woofs-disabled,.woopq-disabled,.wpcpo-disabled,.wpcbn-btn,.wpcme-btn,.wpcev-btn,.wpcuv-update","ignore_form_data":"","cart_url":"https:\/\/hairlossclinic.ca\/cart\/","cart_redirect_after_add":"yes"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/wpc-ajax-add-to-cart/assets/js/frontend.js?ver=1743533863" id="wooaa-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/wpc-variations-radio-buttons/assets/libs/ddslick/jquery.ddslick.min.js?ver=3.6.1" id="ddslick-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js?ver=4.0.3-wc.9.8.5" id="select2-js" defer="defer" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/wpc-variations-radio-buttons/assets/js/frontend.js?ver=1743533863" id="woovr-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/cache/min/1/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=1743533864" id="megamenu-js" defer></script>
<script type="text/javascript" id="wc-cart-fragments-js-extra">
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=11989","cart_hash_key":"wc_cart_hash_e0f54890f20f17e24a0b886173179001","fragment_name":"wc_fragments_e0f54890f20f17e24a0b886173179001","request_timeout":"5000"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=9.8.5" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="woocommerce-google-analytics-integration-data-js-after">
/* <![CDATA[ */
window.ga4w = { data: {"cart":{"items":[],"coupons":[],"totals":{"currency_code":"CAD","total_price":0,"currency_minor_unit":2}}}, settings: {"tracker_function_name":"gtag","events":["purchase","add_to_cart","remove_from_cart","view_item_list","select_content","view_item","begin_checkout"],"identifier":null} }; document.dispatchEvent(new Event("ga4w:ready"));
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.2" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-pro-frontend-js-before">
/* <![CDATA[ */
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/hairlossclinic.ca\/wp-admin\/admin-ajax.php","nonce":"f3e36e5da6","urls":{"assets":"https:\/\/hairlossclinic.ca\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/hairlossclinic.ca\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},
"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/hairlossclinic.ca\/cart\/","checkout_page_url":"https:\/\/hairlossclinic.ca\/checkout\/","fragments_nonce":"66e287bfe6"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/hairlossclinic.ca\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.2" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://hairlossclinic.ca/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.7.2" id="pro-preloaded-elements-handlers-js" defer></script>
  

  
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1752091647 -->