<!doctype html>
<html lang="en-GB" class="no-js" itemtype="https://schema.org/WebPage" itemscope>
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
	<style>.cd-review-form-container{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:600px;padding:0}.cd-review-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:32px}.cd-review-form-title{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 24px;text-align:center}.cd-review-form{display:flex;flex-direction:column;gap:20px}.cd-form-row{display:flex;gap:16px}.cd-form-row-split .cd-form-field{flex:1}.cd-form-field{display:flex;flex-direction:column}.cd-form-field label{color:#374151;font-size:14px;font-weight:600;margin-bottom:6px}.cd-form-field .required{color:#ef4444}.cd-form-field input[type=email],.cd-form-field input[type=text],.cd-form-field textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:inherit;font-size:16px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.cd-form-field input[type=email]:focus,.cd-form-field input[type=text]:focus,.cd-form-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.cd-form-field input[type=email]:invalid,.cd-form-field input[type=text]:invalid,.cd-form-field textarea:invalid{border-color:#ef4444}.cd-form-field textarea{line-height:1.5;min-height:120px;resize:vertical}.cd-char-counter{color:#6b7280;font-size:12px;margin-top:4px;text-align:right}.cd-star-rating{display:flex;gap:4px;margin:8px 0}.cd-star{color:#e5e7eb;cursor:pointer;font-size:28px;transition:color .2s ease,transform .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cd-star:hover{transform:scale(1.1)}.cd-star.active,.cd-star.hover{color:#f59e0b}.cd-rating-display{margin-top:8px;min-height:24px}.cd-rating-text{color:#6b7280;font-size:14px;font-weight:500;transition:color .2s ease}.cd-rating-text.cd-rating-1{color:#ef4444}.cd-rating-text.cd-rating-2{color:#f97316}.cd-rating-text.cd-rating-3{color:#eab308}.cd-rating-text.cd-rating-4{color:#22c55e}.cd-rating-text.cd-rating-5{color:#059669}.cd-form-actions{margin-top:8px}.cd-submit-btn{align-items:center;background:#F48157;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;min-height:50px;padding:14px 28px;transition:background-color .2s ease;width:100%}.cd-submit-btn:hover:not(:disabled){background:#e6703d}.cd-submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.cd-btn-loading{align-items:center;display:inline-flex;gap:8px}.cd-spinner{animation:cd-spin 1s linear infinite;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes cd-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cd-form-messages{margin-top:16px}.cd-error-message,.cd-success-message{border-radius:8px;font-weight:500;padding:12px 16px;text-align:center}.cd-success-message{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.cd-error-message,.cd-review-form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.cd-review-form-error{border-radius:8px;margin:20px 0;padding:16px;text-align:center}@media (max-width:640px){.cd-review-form-wrapper{border-radius:8px;margin:16px;padding:24px 20px}.cd-review-form-title{font-size:20px;margin-bottom:20px}.cd-form-row{flex-direction:column;gap:20px}.cd-form-field input[type=email],.cd-form-field input[type=text],.cd-form-field textarea{font-size:16px}.cd-star{font-size:24px}.cd-rating-text{font-size:13px}.cd-submit-btn{font-size:15px;padding:12px 24px}}.cd-form-field input:focus,.cd-form-field textarea:focus,.cd-star:focus,.cd-submit-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.cd-star:focus{outline-radius:4px}@media (prefers-contrast:high){.cd-form-field input[type=email],.cd-form-field input[type=text],.cd-form-field textarea,.cd-review-form-wrapper{border-width:2px}.cd-star{text-shadow:0 0 3px currentColor}}@media (prefers-reduced-motion:reduce){.cd-form-field input[type=email],.cd-form-field input[type=text],.cd-form-field textarea,.cd-star,.cd-submit-btn{transition:none}.cd-spinner{animation:none}}</style><style>
        .cd-form-row {
            display: flex !important;
            gap: 16px !important;
        }
        .cd-form-row-split .cd-form-field {
            flex: 1 !important;
        }
        .cd-star {
            font-size: 28px !important;
            color: #e5e7eb;
            cursor: pointer !important;
            user-select: none !important;
            margin: 0 2px !important;
            display: inline-block !important;
            transition: color 0.15s ease !important;
            line-height: 1 !important;
            vertical-align: middle !important;
        }
        .cd-star:hover {
            transform: scale(1.05) !important;
        }
        .cd-star-rating {
            display: inline-flex !important;
            align-items: center !important;
            line-height: 1 !important;
        }
        .cd-rating-display {
            margin-left: 12px !important;
            display: inline-flex !important;
            align-items: center !important;
            line-height: 1 !important;
        }
        .cd-rating-text {
            font-size: 13px !important;
            font-weight: 500 !important;
            border-radius: 4px !important;
            padding: 4px 8px !important;
            transition: all 0.2s ease !important;
        }
        .cd-submit-btn:disabled {
            background: #9ca3af !important;
            cursor: not-allowed !important;
        }
        .cd-submit-btn:not(:disabled) {
            background: #F48157 !important;
            cursor: pointer !important;
        }
        .cd-form-field input[readonly] {
            background-color: #f9fafb !important;
            color: #6b7280 !important;
            cursor: default !important;
        }
        @media (max-width: 640px) {
            .cd-form-row {
                flex-direction: column !important;
                gap: 20px !important;
            }
        }
        </style><meta name='robots' content='noindex, follow' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
	const gtm4wp_use_sku_instead = false;
	const gtm4wp_currency = 'GBP';
	const gtm4wp_product_per_impression = 10;
	const gtm4wp_clear_ecommerce = false;
	const gtm4wp_datalayer_max_timeout = 2000;
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
	<!-- This site is optimized with the Yoast SEO Premium plugin v26.0 (Yoast SEO v26.0) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Page not found - Caredemy</title>
	<meta property="og:locale" content="en_GB" />
	<meta property="og:title" content="Page not found - Caredemy" />
	<meta property="og:site_name" content="Caredemy" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://caredemy.co.uk/#website","url":"https://caredemy.co.uk/","name":"Caredemy","description":"Skills For Care Online Courses","publisher":{"@id":"https://caredemy.co.uk/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://caredemy.co.uk/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://caredemy.co.uk/#organization","name":"Caredemy","url":"https://caredemy.co.uk/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://caredemy.co.uk/#/schema/logo/image/","url":"https://caredemy.co.uk/wp-content/uploads/2022/11/Caredemy_New_logo.png","contentUrl":"https://caredemy.co.uk/wp-content/uploads/2022/11/Caredemy_New_logo.png","width":300,"height":52,"caption":"Caredemy"},"image":{"@id":"https://caredemy.co.uk/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//stackpath.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//cdn.datatables.net' />
<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link rel='dns-prefetch' href='//unpkg.com' />
<link rel='dns-prefetch' href='//code.jquery.com' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel="alternate" type="application/rss+xml" title="Caredemy &raquo; Feed" href="https://caredemy.co.uk/feed/" />
<link rel="alternate" type="application/rss+xml" title="Caredemy &raquo; Comments Feed" href="https://caredemy.co.uk/comments/feed/" />
			<script>document.documentElement.classList.remove( 'no-js' );</script>
			<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/caredemy.co.uk\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
/*! This file is auto-generated */
!function(s,n){var o,i,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),a=(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===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.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("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjecturl(https://caredemy.co.uk/wp-content/uploads/elementor/css/a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}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>
<link rel='stylesheet' id='wt-sc-blocks-gift-coupon-editor-css' href='https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/blocks/build/gift-coupon/index.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='-css' href='https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/public/modules/product_page_display/assets/style.css?ver=3.5.0' media='all' />
<link rel='stylesheet' id='hfe-widgets-style-css' href='https://caredemy.co.uk/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.5.2' media='all' />
<style id='wp-emoji-styles-inline-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>
<link rel='stylesheet' id='wp-block-library-css' href='https://caredemy.co.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3' media='all' />
<style id='classic-theme-styles-inline-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>
<link rel='stylesheet' id='betterdocs-blocks-category-slate-layout-css' href='https://caredemy.co.uk/wp-content/plugins/betterdocs/assets/blocks/category-slate-layout/default.css?ver=4.2.1' media='all' />
<style id='webtoffee-wt-woocommerce-gift-cards-product-page-style-inline-css'>
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/gift-card/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.wp-block-webtoffee-wt-woocommerce-gift-cards-product-page{background-color:#fff;color:#333;padding:2px}

</style>
<link rel='stylesheet' id='ultp-gutenberg-blocks-css' href='https://caredemy.co.uk/wp-content/plugins/uncanny-toolkit-pro/src/blocks/dist/index.css?ver=4.3.2' media='all' />
<link rel='stylesheet' id='jquery-ui-css-css' href='https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='wt-woocommerce-gift-cards_gift_card-css' href='https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/public/modules/gift-card-public/assets/css/main.css?ver=1.7.0' media='all' />
<style id='global-styles-inline-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--color--theme-palette-1: var(--global-palette1);--wp--preset--color--theme-palette-2: var(--global-palette2);--wp--preset--color--theme-palette-3: var(--global-palette3);--wp--preset--color--theme-palette-4: var(--global-palette4);--wp--preset--color--theme-palette-5: var(--global-palette5);--wp--preset--color--theme-palette-6: var(--global-palette6);--wp--preset--color--theme-palette-7: var(--global-palette7);--wp--preset--color--theme-palette-8: var(--global-palette8);--wp--preset--color--theme-palette-9: var(--global-palette9);--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: var(--global-font-size-small);--wp--preset--font-size--medium: var(--global-font-size-medium);--wp--preset--font-size--large: var(--global-font-size-large);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--larger: var(--global-font-size-larger);--wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);--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 rel='stylesheet' id='dashicons-css' href='https://caredemy.co.uk/wp-includes/css/dashicons.min.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='thickbox-css' href='https://caredemy.co.uk/wp-includes/js/thickbox/thickbox.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='fwc-credit-css' href='https://caredemy.co.uk/wp-content/plugins/fast-woocredit-pro/assets/css/fwc_credit.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='ld-classroom-grid-style-css' href='https://caredemy.co.uk/wp-content/plugins/learndash-classroom/css/grid.css?ver=2.12.1.6' media='all' />
<link rel='stylesheet' id='ld-classroom-style-css' href='https://caredemy.co.uk/wp-content/plugins/learndash-classroom/css/style.css?ver=2.12.1.6' media='all' />
<link rel='stylesheet' id='ld-classroom-override-style-css' href='https://caredemy.co.uk/wp-content/plugins/learndash-classroom/css/override-style.php?ver=2.12.1.6' media='all' />
<link rel='stylesheet' id='ld-fa-style-css' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css?ver=5.15.2' media='all' />
<link rel='stylesheet' id='css-select2-css' href='https://caredemy.co.uk/wp-content/plugins/learndash-classroom/css/libs/select2.min.css?ver=4.0.13' media='all' />
<link rel='stylesheet' id='bootstrap-css-css' href='https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='datatables-css-css' href='https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='learndash_course_student_list_css-css' href='https://caredemy.co.uk/wp-content/plugins/learndash-course-student-list-1/css/mystyle.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='datatables-fixedheader-css-css' href='https://cdn.datatables.net/fixedheader/3.2.4/css/fixedHeader.dataTables.min.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='datatables-fixedcolumns-css-css' href='https://cdn.datatables.net/fixedcolumns/4.0.1/css/fixedColumns.dataTables.min.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='select2-css-css' href='https://cdn.jsdelivr.net/npm/select2@4.1.0/dist/css/select2.min.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='uncannyowl-learndash-toolkit-free-css' href='https://caredemy.co.uk/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.7.0.4' media='all' />
<link rel='stylesheet' id='ultp-frontend-css' href='https://caredemy.co.uk/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/bundle.min.css?ver=4.3.2' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='wt-smart-coupon-for-woo_bogo-css' href='https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/public/modules/bogo/assets/style.css?ver=3.5.0' media='all' />
<link rel='stylesheet' id='wt-smart-coupon-for-woo-css' href='https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/public/css/wt-smart-coupon-public.css?ver=3.5.0' media='all' />
<link rel='stylesheet' id='wt-woocommerce-gift-cards-css' href='https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/public/css/wt-woocommerce-gift-cards-public.css?ver=1.7.0' media='all' />
<link rel='stylesheet' id='wt_woocommerce_invoice_addon-css' href='https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-invoice-addon/public/css/wt_woocommerce_invoice_addon-public.css?ver=1.6.6' media='all' />
<link rel='stylesheet' id='fpf_front-css' href='https://caredemy.co.uk/wp-content/plugins/flexible-product-fields/assets/css/front.min.css?ver=2.9.6.69' media='all' />
<link rel='stylesheet' id='learndash_quiz_front_css-css' href='//caredemy.co.uk/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=4.23.2' media='all' />
<link rel='stylesheet' id='learndash-css' href='//caredemy.co.uk/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=4.23.2' media='all' />
<link rel='stylesheet' id='jquery-dropdown-css-css' href='//caredemy.co.uk/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=4.23.2' media='all' />
<link rel='stylesheet' id='learndash_lesson_video-css' href='//caredemy.co.uk/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.23.2' media='all' />
<link rel='stylesheet' id='learndash-admin-bar-css' href='https://caredemy.co.uk/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=4.23.2' media='all' />
<link rel='stylesheet' id='h5p-plugin-styles-css' href='https://caredemy.co.uk/wp-content/plugins/h5p/h5p-php-library/styles/h5p.css?ver=1.16.0' media='all' />
<link rel='stylesheet' id='hfe-style-css' href='https://caredemy.co.uk/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=2.5.2' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='elementor-post-298840-css' href='https://caredemy.co.uk/wp-content/uploads/elementor/css/post-298840.css?ver=1759312727' media='all' />
<link rel='stylesheet' id='uael-frontend-css' href='https://caredemy.co.uk/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.40.4' media='all' />
<link rel='stylesheet' id='uael-teammember-social-icons-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
<link rel='stylesheet' id='uael-social-share-icons-brands-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='uael-social-share-icons-fontawesome-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='uael-nav-menu-icons-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='brands-styles-css' href='https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/css/brands.css?ver=10.2.2' media='all' />
<link rel='stylesheet' id='dgwt-wcas-style-css' href='https://caredemy.co.uk/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/css/style.min.css?ver=1.31.0' media='all' />
<link rel='stylesheet' id='kadence-css' href='https://caredemy.co.uk/wp-content/themes/kadence/style.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='child-style-css' href='https://caredemy.co.uk/wp-content/themes/kadence-child/style.css?ver=6.8.3' media='all' />
<link rel='stylesheet' id='tippy-css-css' href='https://unpkg.com/tippy.js@6/dist/tippy.css?ver=6.3.7' media='all' />
<link rel='stylesheet' id='ldc-astra-child-css-css' href='https://caredemy.co.uk/wp-content/themes/kadence-child/css/custom.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='kadence-global-css' href='https://caredemy.co.uk/wp-content/themes/kadence/assets/css/global.min.css?ver=1.3.6' media='all' />
<style id='kadence-global-inline-css'>
/* Kadence Base CSS */
:root{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;--global-palette9rgb:255, 255, 255;--global-palette-highlight:var(--global-palette1);--global-palette-highlight-alt:var(--global-palette2);--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:var(--global-palette1);--global-palette-btn-bg-hover:var(--global-palette2);--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-body-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--global-heading-font-family:inherit;--global-primary-nav-font-family:inherit;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1290px;--global-content-wide-width:calc(1290px + 230px);--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-content-boxed-padding:2rem;--global-calc-content-width:calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );--wp--style--global--content-size:var(--global-calc-content-width);}.wp-site-blocks{--global-vw:calc( 100vw - ( 0.5 * var(--scrollbar-offset)));}:root body.kadence-elementor-colors{--e-global-color-kadence1:var(--global-palette1);--e-global-color-kadence2:var(--global-palette2);--e-global-color-kadence3:var(--global-palette3);--e-global-color-kadence4:var(--global-palette4);--e-global-color-kadence5:var(--global-palette5);--e-global-color-kadence6:var(--global-palette6);--e-global-color-kadence7:var(--global-palette7);--e-global-color-kadence8:var(--global-palette8);--e-global-color-kadence9:var(--global-palette9);}body{background:var(--global-palette8);}body, input, select, optgroup, textarea{font-weight:400;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4);}.content-bg, body.content-style-unboxed .site{background:var(--global-palette9);}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family);}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3);}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3);}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4);}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4);}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5);}.entry-hero .kadence-breadcrumbs{max-width:1290px;}.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container{max-width:var(--global-content-width);}.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width);}@media all and (min-width: 1520px){.wp-site-blocks .content-container  .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset;}}@media all and (min-width: 1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset;}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:calc( -1 * var( --global-content-boxed-padding ) );margin-right:calc( -1 * var( --global-content-boxed-padding ) );}.content-area{margin-top:5rem;margin-bottom:5rem;}@media all and (max-width: 1024px){.content-area{margin-top:3rem;margin-bottom:3rem;}}@media all and (max-width: 767px){.content-area{margin-top:2rem;margin-bottom:2rem;}}@media all and (max-width: 1024px){:root{--global-content-boxed-padding:2rem;}}@media all and (max-width: 767px){:root{--global-content-boxed-padding:1.5rem;}}.entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.entry-content-wrap{padding:1.5rem;}}.entry.single-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.entry.loop-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.loop-entry .entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.loop-entry .entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.loop-entry .entry-content-wrap{padding:1.5rem;}}button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit{box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.kb-button.kb-btn-global-outline.kb-btn-global-inherit{padding-top:calc(px - 2px);padding-right:calc(px - 2px);padding-bottom:calc(px - 2px);padding-left:calc(px - 2px);}@media all and (min-width: 1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}.entry-author-style-center{padding-top:var(--global-md-spacing);border-top:1px solid var(--global-gray-500);}.entry-author-style-center .entry-author-avatar, .entry-meta .author-avatar{display:none;}.entry-author-style-normal .entry-author-profile{padding-left:0px;}#comments .comment-meta{margin-left:0px;}
/* Kadence Header CSS */
@media all and (max-width: 1024px){.mobile-transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0);}.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard{padding:0px;}}@media all and (min-width: 1025px){.transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0);}.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}}.site-branding a.brand img{max-width:200px;}.site-branding a.brand img.svg-logo-image{width:200px;}.site-branding{padding:0px 0px 0px 0px;}.site-branding .site-title{font-weight:700;font-size:26px;line-height:1.2;color:var(--global-palette3);}#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{background:#ffffff;}.site-main-header-inner-wrap{min-height:80px;}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc( 100% - 1.2em);}.main-navigation .primary-menu-container > ul > li.menu-item > a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:0.6em;padding-bottom:0.6em;color:var(--global-palette5);}.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle{right:calc(1.2em / 2);}.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:var(--global-palette-highlight);}.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{color:var(--global-palette3);}.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu{background:var(--global-palette3);box-shadow:0px 2px 13px 0px rgba(0,0,0,0.1);}.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a{border-bottom:1px solid rgba(255,255,255,0.1);}.header-navigation .header-menu-container ul ul li.menu-item > a{width:200px;padding-top:1em;padding-bottom:1em;color:var(--global-palette8);font-size:12px;}.header-navigation .header-menu-container ul ul li.menu-item > a:hover{color:var(--global-palette9);background:var(--global-palette4);}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a{color:var(--global-palette9);background:var(--global-palette4);}.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus{color:var(--global-palette5);padding:0.4em 0.6em 0.4em 0.6em;font-size:14px;}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor;}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px;}.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible{color:var(--global-palette-highlight);}.mobile-navigation ul li{font-size:14px;}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em;}.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette8);}.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette-highlight);}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,0.1);}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,0.1);}#mobile-drawer .drawer-header .drawer-toggle{padding:0.6em 0.15em 0.6em 0.15em;font-size:24px;}
/* Kadence Footer CSS */
.site-bottom-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;}.site-bottom-footer-inner-wrap .widget{margin-bottom:30px;}.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}
/* Kadence Woo CSS */
.entry-hero.product-hero-section .entry-header{min-height:200px;}.product-title .single-category{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}.wp-site-blocks .product-hero-section .extra-title{font-weight:700;font-size:32px;line-height:1.5;}.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link{border:2px none transparent;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.0);}.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover{box-shadow:0px 0px 0px 0px rgba(0,0,0,0);}
</style>
<link rel='stylesheet' id='kadence-header-css' href='https://caredemy.co.uk/wp-content/themes/kadence/assets/css/header.min.css?ver=1.3.6' media='all' />
<link rel='stylesheet' id='kadence-content-css' href='https://caredemy.co.uk/wp-content/themes/kadence/assets/css/content.min.css?ver=1.3.6' media='all' />
<link rel='stylesheet' id='kadence-woocommerce-css' href='https://caredemy.co.uk/wp-content/themes/kadence/assets/css/woocommerce.min.css?ver=1.3.6' media='all' />
<link rel='stylesheet' id='kadence-footer-css' href='https://caredemy.co.uk/wp-content/themes/kadence/assets/css/footer.min.css?ver=1.3.6' media='all' />
<link rel='stylesheet' id='learndash-front-css' href='//caredemy.co.uk/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=4.23.2' media='all' />
<style id='learndash-front-inline-css'>
		.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
			border-color: #05103e;
		}

		/*
		.learndash-wrapper a:not(.ld-button):not(#quiz_continue_link):not(.ld-focus-menu-link):not(.btn-blue):not(#quiz_continue_link):not(.ld-js-register-account):not(#ld-focus-mode-course-heading):not(#btn-join):not(.ld-item-name):not(.ld-table-list-item-preview):not(.ld-lesson-item-preview-heading),
		 */

		.learndash-wrapper .ld-breadcrumbs a,
		.learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
		.learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-title,
		.learndash-wrapper .ld-primary-color-hover:hover,
		.learndash-wrapper .ld-primary-color,
		.learndash-wrapper .ld-primary-color-hover:hover,
		.learndash-wrapper .ld-primary-color,
		.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active,
		.learndash-wrapper .ld-button.ld-button-transparent,
		.learndash-wrapper .ld-button.ld-button-reverse,
		.learndash-wrapper .ld-icon-certificate,
		.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading,
		#wpProQuiz_user_content a,
		.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover,
		.learndash-wrapper .ld-focus-comments__heading-actions .ld-expand-button,
		.learndash-wrapper .ld-focus-comments__heading a,
		.learndash-wrapper .ld-focus-comments .comment-respond a,
		.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover,
		.learndash-wrapper .ld-expand-button.ld-button-alternate {
			color: #05103e !important;
		}

		.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,
		.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper,
		.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper {
			background-color:rgba(5, 16, 62, 0.03) !important;
		}


		.learndash-wrapper .ld-primary-background,
		.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
			background: #05103e !important;
		}



		.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-status-incomplete,
		.learndash-wrapper .ld-focus-comment.bypostauthor:not(.ptype-sfwd-assignment) >.ld-comment-wrapper>.ld-comment-avatar img,
		.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img,
		.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img {
			border-color: #05103e !important;
		}



		.learndash-wrapper .ld-loading::before {
			border-top:3px solid #05103e !important;
		}

		.learndash-wrapper .ld-button:hover:not([disabled]):not(.ld-button-transparent):not(.ld--ignore-inline-css),
		#learndash-tooltips .ld-tooltip:after,
		#learndash-tooltips .ld-tooltip,
		.ld-tooltip:not(.ld-tooltip--modern) [role="tooltip"],
		.learndash-wrapper .ld-primary-background,
		.learndash-wrapper .btn-join:not(.ld--ignore-inline-css),
		.learndash-wrapper #btn-join:not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-button:not([disabled]):not(.ld-button-reverse):not(.ld-button-transparent):not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-expand-button:not([disabled]),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not([disabled]):not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:not([disabled]),
		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
		.learndash-wrapper .ld-focus-comments .form-submit #submit,
		.learndash-wrapper .ld-login-modal input[type='submit']:not([disabled]),
		.learndash-wrapper .ld-login-modal .ld-login-modal-register:not([disabled]),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:not([disabled]),
		.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:not([disabled]),
		#wpProQuiz_user_content table.wp-list-table thead th,
		#wpProQuiz_overlay_close:not([disabled]),
		.learndash-wrapper .ld-expand-button.ld-button-alternate:not([disabled]) .ld-icon {
			background-color: #05103e !important;
			color: #ffffff;
		}

		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:not([disabled]):not(:hover):not(:focus) .ld-icon {
			background-color: #05103e;
		}

		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon,
		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon {
			border-color: #05103e;
			color: #05103e;
		}

		.learndash-wrapper .ld-button:focus:not(.ld-button-transparent):not(.ld--ignore-inline-css),
		.learndash-wrapper .btn-join:focus:not(.ld--ignore-inline-css),
		.learndash-wrapper #btn-join:focus:not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-expand-button:focus,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):focus:not(.wpProQuiz_button_restartQuiz),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,
		.learndash-wrapper .ld-focus-comments .form-submit #submit,
		.learndash-wrapper .ld-login-modal input[type='submit']:focus,
		.learndash-wrapper .ld-login-modal .ld-login-modal-register:focus,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:focus {
			opacity: 0.75; /* Replicates the hover/focus states pre-4.21.3. */
			outline-color: #05103e;
		}

		.learndash-wrapper .ld-button:hover:not(.ld-button-transparent):not(.ld--ignore-inline-css),
		.learndash-wrapper .btn-join:hover:not(.ld--ignore-inline-css),
		.learndash-wrapper #btn-join:hover:not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-expand-button:hover,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover:not(.wpProQuiz_button_restartQuiz),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,
		.learndash-wrapper .ld-focus-comments .form-submit #submit,
		.learndash-wrapper .ld-login-modal input[type='submit']:hover,
		.learndash-wrapper .ld-login-modal .ld-login-modal-register:hover,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:hover {
			background-color: #05103e; /* Replicates the hover/focus states pre-4.21.3. */
			opacity: 0.85; /* Replicates the hover/focus states pre-4.21.3. */
		}

		.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:focus {
			border-color: #05103e;
		}

		.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
			border-bottom-color: #05103e !important;
		}

		.learndash-wrapper .ld-button.ld-button-transparent:hover {
			background: transparent !important;
		}

		.learndash-wrapper .ld-button.ld-button-transparent:focus {
			outline-color: #05103e;
		}

		.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button,
		.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,
		.learndash-wrapper .ld-button.ld-button-transparent,
		.learndash-wrapper .ld-button.ld-button-alternate,
		.learndash-wrapper .ld-expand-button.ld-button-alternate {
			background-color:transparent !important;
		}

		.learndash-wrapper .ld-focus-header .ld-user-menu .ld-user-menu-items a,
		.learndash-wrapper .ld-button.ld-button-reverse:hover,
		.learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon-certificate,
		.learndash-wrapper .ld-alert-warning .ld-button,
		.learndash-wrapper .ld-primary-background.ld-status {
			color:white !important;
		}

		.learndash-wrapper .ld-status.ld-status-unlocked {
			background-color: rgba(5,16,62,0.2) !important;
			color: #05103e !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist {
			background-color: rgba(5,16,62,0.1) !important;
			border: 1px solid #05103e !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th {
			background: #05103e !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTrOdd {
			background-color: rgba(5,16,62,0.1) !important;
		}


		.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
			background-color: #05103e !important;
		}
		
		.learndash-wrapper #quiz_continue_link,
		.learndash-wrapper .ld-secondary-background,
		.learndash-wrapper .learndash_mark_complete_button,
		.learndash-wrapper #learndash_mark_complete_button,
		.learndash-wrapper .ld-status-complete,
		.learndash-wrapper .ld-alert-success .ld-button,
		.learndash-wrapper .ld-alert-success .ld-alert-icon {
			background-color: #f48157 !important;
		}

		.learndash-wrapper #quiz_continue_link:focus,
		.learndash-wrapper .learndash_mark_complete_button:focus,
		.learndash-wrapper #learndash_mark_complete_button:focus,
		.learndash-wrapper .ld-alert-success .ld-button:focus {
			outline-color: #f48157;
		}

		.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
			background-color: #f48157 !important;
		}

		.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus {
			outline-color: #f48157;
		}

		.learndash-wrapper .course_progress .sending_progress_bar {
			background: #f48157 !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:hover {
			background-color: #f48157 !important;
			opacity: 0.75;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:focus,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:focus {
			outline-color: #f48157;
		}

		.learndash-wrapper .ld-secondary-color-hover:hover,
		.learndash-wrapper .ld-secondary-color,
		.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button,
		.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,
		.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after {
			color: #f48157 !important;
		}

		.learndash-wrapper .ld-secondary-in-progress-icon {
			border-left-color: #f48157 !important;
			border-top-color: #f48157 !important;
		}

		.learndash-wrapper .ld-alert-success {
			border-color: #f48157;
			background-color: transparent !important;
			color: #f48157;
		}

		
		.learndash-wrapper .ld-alert-warning {
			background-color:transparent;
		}

		.learndash-wrapper .ld-status-waiting,
		.learndash-wrapper .ld-alert-warning .ld-alert-icon {
			background-color: #f13c20 !important;
		}

		.learndash-wrapper .ld-tertiary-color-hover:hover,
		.learndash-wrapper .ld-tertiary-color,
		.learndash-wrapper .ld-alert-warning {
			color: #f13c20 !important;
		}

		.learndash-wrapper .ld-tertiary-background {
			background-color: #f13c20 !important;
		}

		.learndash-wrapper .ld-alert-warning {
			border-color: #f13c20 !important;
		}

		.learndash-wrapper .ld-tertiary-background,
		.learndash-wrapper .ld-alert-warning .ld-alert-icon {
			color:white !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview {
			background-color: #f13c20 !important;
		}

				.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
			max-width: inherit;
		}
		
</style>
<link rel='stylesheet' id='widget-nav-menu-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-mega-menu-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-call-to-action-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='e-transitions-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='widget-form-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-form.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.32.3' media='all' />
<link rel='stylesheet' id='e-popup-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.32.2' media='all' />
<link rel='stylesheet' id='elementor-post-547359-css' href='https://caredemy.co.uk/wp-content/uploads/elementor/css/post-547359.css?ver=1759341811' media='all' />
<link rel='stylesheet' id='elementor-post-547371-css' href='https://caredemy.co.uk/wp-content/uploads/elementor/css/post-547371.css?ver=1759312728' media='all' />
<link rel='stylesheet' id='elementor-post-55277-css' href='https://caredemy.co.uk/wp-content/uploads/elementor/css/post-55277.css?ver=1759312728' media='all' />
<link rel='stylesheet' id='datatables-styles-css' href='https://caredemy.co.uk/wp-content/plugins/tin-canny-learndash-reporting/src/assets/admin/css/datatables.min.css?ver=0.0.1' media='all' />
<link rel='stylesheet' id='uotc-group-quiz-report-css' href='https://caredemy.co.uk/wp-content/plugins/tin-canny-learndash-reporting/src/assets/admin/css/group-quiz-report-module.css?ver=0.0.1' media='all' />
<link rel='stylesheet' id='hfe-elementor-icons-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.34.0' media='all' />
<link rel='stylesheet' id='hfe-icons-list-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' />
<link rel='stylesheet' id='hfe-social-icons-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://caredemy.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-widget-blockquote-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-blockquote.min.css?ver=3.25.0' media='all' />
<link rel='stylesheet' id='hfe-mega-menu-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.26.2' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-widget-css' href='https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.26.0' media='all' />
<link rel='stylesheet' id='kadence-learndash-css' href='https://caredemy.co.uk/wp-content/themes/kadence/assets/css/learndash.min.css?ver=1.3.6' media='all' />
<link rel='stylesheet' id='snc-style-css' href='https://caredemy.co.uk/wp-content/plugins/tin-canny-learndash-reporting/src/uncanny-articulate-and-captivate/assets/css/min/vc-snc-style.min.css?ver=5.1.0.3' media='all' />
<link rel='stylesheet' id='elementor-gf-local-poppins-css' href='https://caredemy.co.uk/wp-content/uploads/elementor/google-fonts/css/poppins.css?ver=1742293455' media='all' />
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://caredemy.co.uk/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742293470' media='all' />
<script src="https://caredemy.co.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script id="jquery-js-after">
!function($){"use strict";$(document).ready(function(){$(this).scrollTop()>100&&$(".hfe-scroll-to-top-wrap").removeClass("hfe-scroll-to-top-hide"),$(window).scroll(function(){$(this).scrollTop()<100?$(".hfe-scroll-to-top-wrap").fadeOut(300):$(".hfe-scroll-to-top-wrap").fadeIn(300)}),$(".hfe-scroll-to-top-wrap").on("click",function(){$("html, body").animate({scrollTop:0},300);return!1})})}(jQuery);
!function($){'use strict';$(document).ready(function(){var bar=$('.hfe-reading-progress-bar');if(!bar.length)return;$(window).on('scroll',function(){var s=$(window).scrollTop(),d=$(document).height()-$(window).height(),p=d? s/d*100:0;bar.css('width',p+'%')});});}(jQuery);
</script>
<script id="wfco-utm-tracking-js-extra">
var wffnUtm = {"utc_offset":"60","site_url":"https:\/\/caredemy.co.uk","genericParamEvents":"{\"user_roles\":\"guest\",\"plugin\":\"Funnel Builder\"}","cookieKeys":["flt","timezone","is_mobile","browser","fbclid","gclid","referrer","fl_url","utm_source","utm_medium","utm_campaign","utm_term","utm_content"],"excludeDomain":["paypal.com","klarna.com","quickpay.net"]};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/funnel-builder/woofunnels/assets/js/utm-tracker.min.js?ver=1.10.12.67" id="wfco-utm-tracking-js" defer data-wp-strategy="defer"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/public/modules/product_page_display/assets/script.js?ver=3.5.0" id="-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3" id="jquery-ui-datepicker-js"></script>
<script id="jquery-ui-datepicker-js-after">
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
</script>
<script id="wt-woocommerce-gift-cards-js-extra">
var wt_gc_params = {"nonce":"cc470d1cf0","msgs":{"is_required":"is required","copied":"Copied!","error":"Error","loading":"Loading...","please_wait":"Please wait..."}};
var wt_gc_params = {"nonce":"cc470d1cf0","msgs":{"is_required":"is required","copied":"Copied!","error":"Error","loading":"Loading...","please_wait":"Please wait..."}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/public/js/wt-woocommerce-gift-cards-public.js?ver=1.7.0" id="wt-woocommerce-gift-cards-js"></script>
<script id="wt-woocommerce-gift-cards_gift_card-js-extra">
var wt_gc_gift_card_params = {"gift_card_date_format":"mm\/dd\/yy","is_disable_email_for_print_and_physical":"1","custom_img_max_size":"1024","dummy_template_img_url":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/wt-woocommerce-gift-cards\/common\/modules\/gift-card-common\/assets\/images\/no-image.png","msgs":{"from":"from","hi_there":"Hi <span class=\"wt_gc_reciever_name\"> there <\/span>,","invalid_img":"Unable to generate preview. Please choose a valid image format.","large_img_wrn":"Oops! Images should be under 1 MB. Pick a smaller file."}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/public/modules/gift-card-public/assets/js/main.js?ver=1.7.0" id="wt-woocommerce-gift-cards_gift_card-js"></script>
<script id="print-invoices-packing-slip-labels-for-woocommerce_public-js-extra">
var wf_pklist_params_public = {"show_document_preview":"No","document_access_type":"logged_in","is_user_logged_in":"","msgs":{"invoice_number_prompt_free_order":"\u2018Generate invoice for free orders\u2019 is disabled in Invoice settings > Advanced. You are attempting to generate invoice for this free order. Proceed?","creditnote_number_prompt":"Refund in this order seems not having credit number yet. Do you want to manually generate one ?","invoice_number_prompt_no_from_addr":"Please fill the `from address` in the plugin's general settings.","invoice_title_prompt":"Invoice","invoice_number_prompt":"number has not been generated yet. Do you want to manually generate one ?","pop_dont_show_again":false,"request_error":"Request error.","error_loading_data":"Error loading data.","min_value_error":"minimum value should be","generating_document_text":"Generating document...","new_tab_open_error":"Failed to open new tab. Please check your browser settings."}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/print-invoices-packing-slip-labels-for-woocommerce/public/js/wf-woocommerce-packing-list-public.js?ver=4.8.4" id="print-invoices-packing-slip-labels-for-woocommerce_public-js"></script>
<script id="uncannyowl-learndash-toolkit-free-js-extra">
var UncannyToolkit = {"ajax":{"url":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","nonce":"45b03c801a"},"integrity":{"shouldPreventConcurrentLogin":false},"i18n":{"dismiss":"Dismiss","preventConcurrentLogin":"Your account has exceeded maximum concurrent login number.","error":{"generic":"Something went wrong. Please, try again"}},"modals":[],"frontendLogin":{"hasAjaxEnabled":true,"currentPageIsLoginPage":false,"ui":{"showAnimationOnSubmit":true,"buttonDisabledOnSubmit":true},"i18n":{"checkReCaptcha":"6LdJ0YMmAAAAAGrfZHDjlymtv4AMJ4rJ-Z9CtFnV"}}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.7.0.4" id="uncannyowl-learndash-toolkit-free-js"></script>
<script id="ultp-frontend-js-extra">
var UncannyToolkitPro = {"restURL":"https:\/\/caredemy.co.uk\/wp-json\/uo_toolkit\/v1\/","nonce":"1ca4a05317"};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/bundle.min.js?ver=4.3.2" id="ultp-frontend-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.2.2" id="jquery-blockui-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/caredemy.co.uk\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.2.2" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.2.2" id="js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.2.2" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/common/modules/coupon_style/assets/script.js?ver=3.5.0" id="wt-smart-coupon-for-woo_coupon_style-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/public/modules/bogo/assets/script.js?ver=3.5.0" id="wt-smart-coupon-for-woo_bogo-js"></script>
<script id="wt-smart-coupon-for-woo-js-extra">
var WTSmartCouponOBJ = {"ajaxurl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/caredemy.co.uk\/?wc-ajax=","nonces":{"public":"f2a2640e02","apply_coupon":"4317a53fae"},"labels":{"please_wait":"Please wait...","choose_variation":"Please choose a variation","error":"Error !!!","copied":"Copied!"},"shipping_method":[],"payment_method":"","is_cart":"","checkout_url":"https:\/\/caredemy.co.uk\/checkout-main\/","applied_bogo_coupons":[],"bogo_popup_ajax_required":""};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-smart-coupon-pro/public/js/wt-smart-coupon-public.js?ver=3.5.0" id="wt-smart-coupon-for-woo-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-invoice-addon/public/js/wt_woocommerce_invoice_addon-public.js?ver=1.6.6" id="wt_woocommerce_invoice_addon-js"></script>
<script src="https://caredemy.co.uk/wp-content/themes/kadence-child/js/custom.js?ver=1.0.0" id="ldc-astra-child-js-js"></script>
<link rel="https://api.w.org/" href="https://caredemy.co.uk/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://caredemy.co.uk/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.3" />
<meta name="generator" content="WooCommerce 10.2.2" />
<style id="wplmi-inline-css" type="text/css">
 span.wplmi-user-avatar { width: 16px;display: inline-block !important;flex-shrink: 0; } img.wplmi-elementor-avatar { border-radius: 100%;margin-right: 3px; }
</style>

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to automatic -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var dataLayer_content = {"pagePostType":"404-error"};
	dataLayer.push( dataLayer_content );
</script>
<script data-cfasync="false" data-pagespeed-no-defer>
(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=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T8KF8TR');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->		<style>
			.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:600px}		</style>
			<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.32.3; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
<meta name="google-site-verification" content="VzJX2v0D8KMt9GEwYPYBwRvn-kXv-PmwlcK6lMBcXCQ" />
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://caredemy.co.uk/wp-content/uploads/2020/10/cropped-fav-icon-1-64x64.png" sizes="32x32" />
<link rel="icon" href="https://caredemy.co.uk/wp-content/uploads/2020/10/cropped-fav-icon-1-250x250.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://caredemy.co.uk/wp-content/uploads/2020/10/cropped-fav-icon-1-250x250.png" />
<meta name="msapplication-TileImage" content="https://caredemy.co.uk/wp-content/uploads/2020/10/cropped-fav-icon-1-360x360.png" />
		<style id="wp-custom-css">
			.grecaptcha-badge {
    display: none !important;
}
label.ldgr_group_name_switch {
    color: #fff;
}
@media (min-width:768px){.after-add-to-cart {
    margin: 0 0 -4em;
}}

/* Task 24I-9N3-WXM */
.elementor-547390 .elementor-element.elementor-element-338aba20 .uael-accordion-content span {
    color: #FFF;
}
/* End of Task 24I-9N3-WXM */
/* Task 24I-9OL-5HS */
.classroom_container #manage_classroom_courses .section {
    display: flex;
}

.classroom_container #manage_classroom_courses .section .col {
    flex: 1;
    width: auto;
}

.classroom_container #manage_classroom_courses .section .col.grid_1_of_5 {
    flex-basis: 25px;
    max-width: 25px;
    align-self: center;
}

.classroom_container .classroom-modal-content {
		max-width: none;
    width: 100%;
}
/* End of Task 24I-9OL-5HS */

/* Task 24K-DNQ-T18 */
.page-id-54229 #manage_classroom_courses .classroom-courses-actions {
    width: 24px;
}
.page-id-54229 #manage_classroom_courses .col.grid_1_of_5 {
    margin-right: 1.6%;
}
/* End of Task 24K-DNQ-T18 */

.woocommerce-price-suffix{
	font-size: 15px;
}

/* Task 24K-XO7-JH3 */
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
    padding-right: 12px;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before, 
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
    float: left;
    width: auto;
}

.woocommerce ul#shipping_method li {
    justify-content: flex-end;
    text-align: right;
}
/* END of Task 24K-XO7-JH3 */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.gpcertificate_dwnld {
    display: flex;
    gap: 10px; 
	padding: 15px 0px;
}

.gpcertificate_dwnld p {
	font-size: 17px;
	font-weight: 500;
}
.center-page {
    display: flex;
    justify-content: center;
    align-items: center;   
}

.reporting-datatable__table tbody tr td:nth-child(4) {
    background-color: orange !important;
}
.reporting-datatable__table tbody tr td:nth-child(5) {
    background-color: yellow !important;
}
.reporting-datatable__table tbody tr td:nth-child(6) {
    background-color: #22c415 !important;
}
.select2-dropdown--below{
	top:0px !important;
}


.mystugroup_table td {
    text-align: center; /* Center-align text in cells */
    vertical-align: middle; /* Vertically center text in cells */
    border: 1px solid #ccc; /* Add border for clarity */
    padding: 5px; /* Add padding for spacing */
}
.maingpdiv{
	align-items: center;
	display: flex;
	justify-content: center;
}
.avlbgp {
	flex: 1 1 auto;
	width: 39.04%;
}
.avlmdl {
	flex: 1 1 auto;
	width: 18.72%;
}
.searchpadgpl {
padding: 0.4em 0.5em !important;
}
.txtbrdgpl {
border: 1px solid #CBD5E0 !important;
}
.mdlbtn{
	display: flex !important;
  flex-direction: column !important;
  margin-top: 30% !important;
	align-items: center !important;
}
.nogplpdng{
	padding-right: 1px !important;
    padding-left: 1px !important;
}

#table-classrooms-list,  
#table-classrooms-list td,  
#table-classrooms-list th {  
  border: 1px solid #D1D5DB;  
}  
#table-classrooms-list td,  
#table-classrooms-list th {  
  border-width: 0px 1px 1px 0px;  
  padding: 0.4375em;  
}  
#table-classrooms-list th:nth-child(2),  
#table-classrooms-list th:nth-child(3) {  
  text-align: center;  
}
.classroom-modal-container input[type="text"].ldc_courses_search_box{
	  font-size: 18px !important;
    padding: 6px 8px !important;
}
.col:first-child {
     margin-left: 14px !important; 
}
#edit_classroom_student_btn_delete{
	width:140px !important;
}

/* Alternate row colors - grey and #f48157 */
.groups_user_table.classroom_table tbody tr:nth-child(odd) {
  background-color: #f5f5f5; /* Light grey */
}

.groups_user_table.classroom_table tbody tr:nth-child(even) {
  background-color: #f48157; /* Orange */
}

/* Optional: Make sure text stays readable on orange rows */
.groups_user_table.classroom_table tbody tr:nth-child(even) td,
.groups_user_table.classroom_table tbody tr:nth-child(even) a {
  color: #fff; /* White text on orange background */
}

/* Optional: Adjust hover effect on buttons */
.groups_user_table.classroom_table a.btn_classroom:hover {
  background-color: #333; /* Darker on hover for better contrast */
}

/* Align cells vertically to the middle */
.groups_user_table.classroom_table td {
  vertical-align: middle;
  padding: 15px; /* Add consistent padding */
}

/* Keep table layout fixed */
.groups_user_table.classroom_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

/* Force column widths */
.groups_user_table.classroom_table th:nth-child(1),
.groups_user_table.classroom_table td:nth-child(1) {
  width: 50%;
}

.groups_user_table.classroom_table th:nth-child(2),
.groups_user_table.classroom_table td:nth-child(2) {
  width: 15%;
  text-align: center;
}

.groups_user_table.classroom_table th:nth-child(3),
.groups_user_table.classroom_table td:nth-child(3) {
  width: 20%;
  text-align: center;
}


.manage_classroom_courses {
  position: relative;
  top: -20px;
}


.groups_user_table td h5 {
  position: relative;
  top: 20px; /* Adjust value as needed */
}

/* Task 25H-LOL-17K */
.postid-195026 .elementor-200315 .elementor-element.elementor-element-4ee7df6 .price, .postid-195026 .elementor-200315 .elementor-element.elementor-element-5bbc0a9 .price {
    font-size: unset;
}
.postid-195026 .price del .woocommerce-Price-amount {
    font-size: 18px;
}
.postid-195026 .price ins .woocommerce-Price-amount {
    font-size: 36px;
}

body.elementor-page-547390 h3 {
	width: 100% !important;
	margin: 0;
	padding: 2rem 0;
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.elementor-page-547390 h3.elementor-heading-title {
	margin-left: 0 !important;
}
/* End of Task 25H-LOL-17K */

/* Task 25J-NOE-DYU */
@media (min-width: 1024px) {
	.postid-601991.single-product .wdm_group_registration label[for="wdm_gr_group"] {
        color: #FFF!important;
	}
    .single-product .wdm_group_registration label[for="wdm_gr_group"] {
        color: #000!important;
    }
}
/* End of Task 25J-NOE-DYU */		</style>
		</head>

<body class="error404 wp-custom-logo wp-embed-responsive wp-theme-kadence wp-child-theme-kadence-child theme-kadence woocommerce-no-js eio-default ehf-template-kadence ehf-stylesheet-kadence-child hfeed footer-on-bottom hide-focus-outline link-style-standard content-title-style-normal content-width-normal content-style-boxed content-vertical-padding-show non-transparent-header mobile-non-transparent-header kadence-elementor-colors uae-sticky-header-enabled has-notificationx elementor-default elementor-kit-298840">

<!-- GTM Container placement set to automatic -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8KF8TR" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><div id="wrapper" class="site wp-site-blocks">
			<a class="skip-link screen-reader-text scroll-ignore" href="#main">Skip to content</a>
				<header data-elementor-type="header" data-elementor-id="547359" class="elementor elementor-547359 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-798fc386 blue_background elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="798fc386" 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-50 elementor-top-column elementor-element elementor-element-69935dd5" data-id="69935dd5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3b86863a elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="3b86863a" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://caredemy.co.uk/product/care-certificate-online-training-course/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Care Certificate Course From Only £5.90 (Includes all Standards)</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6f0dd340 elementor-hidden-mobile" data-id="6f0dd340" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6ebdda0 elementor-widget-mobile__width-auto elementor-hidden-mobile elementor-widget__width-auto elementor-widget elementor-widget-text-editor" data-id="6ebdda0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p> <a style="color: #fff;" href="mailto:support@caredemy.co.uk">Support@caredemy.co.uk</a><span class="separator">|</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-682c1e6 elementor-widget-mobile__width-auto elementor-hidden-mobile elementor-widget__width-auto elementor-widget elementor-widget-text-editor" data-id="682c1e6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>  <a style="color: #fff;" href="https://caredemy.co.uk/help/">Help &amp; Support</a> <span class="separator">|</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-29a2972c elementor-nav-menu__align-end elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-mobile elementor-widget__width-auto elementor-widget elementor-widget-nav-menu" data-id="29a2972c" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i aria-hidden=\&quot;true\&quot; class=\&quot;\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-text e--animation-grow">
				<ul id="menu-1-29a2972c" class="elementor-nav-menu"><li class="uo-login-logout-menu-item nmr-logged-out menu-item menu-item-type-custom menu-item-object-custom menu-item-37050"><a href="https://caredemy.co.uk/wp-login.php" class="elementor-item">Log In</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-29a2972c" class="elementor-nav-menu"><li class="uo-login-logout-menu-item nmr-logged-out menu-item menu-item-type-custom menu-item-object-custom menu-item-37050"><a href="https://caredemy.co.uk/wp-login.php" class="elementor-item" tabindex="-1">Log In</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-2ace3ed4 uael-mc__btn-badge-empty-hide-yes uael-mc-dropdown-flex-end elementor-widget__width-auto elementor-hidden-mobile uael-mc-btn__show-subtotal-yes uael-mini-cart-offcanvas-pos-right uael-mini-cart-align-inline uael-mini-cart--show-divider-yes elementor-widget elementor-widget-uael-mini-cart" data-id="2ace3ed4" data-element_type="widget" data-widget_type="uael-mini-cart.default">
				<div class="elementor-widget-container">
							<div class="uael-mc" data-cart_dropdown="offcanvas">
			<a href="#" class="uael-mc__btn" id="uael-mc__btn" data-behaviour="">
									<span class="uael-mc__btn-text">
						<span class="uael-mc__btn-inner-text">
													</span>
						<span class="uael-mc__btn-subtotal">
							<span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>0.00</span>						</span>
					</span>
														<div class="uael-mc__btn-icon uael-badge-top uael-cart-icon-before">
						<i aria-hidden="true" class="fas fa-shopping-cart"></i>													<div class="uael-mc__btn-badge uael-badge-top" data-counter="0">
								0							</div>
												</div>
								</a>
					<div class="uael-mc-offcanvas-wrap uael-mc-offcanvas-wrap-close"></div>
		<div class="uael-mc-offcanvas uael-mc-offcanvas-close">
			<div class="uael-mc-offcanvas__close-btn">
				<i class="uael-close-o"></i>
			</div>
						<div class="uael-mc-offcanvas__header">
				<div class="uael-mc-offcanvas__icon-wrap">
					<div class="uael-mc-dropdown__header-icon">
						<i aria-hidden="true" class="fas fa-shopping-cart"></i>					</div>
					<div class="uael-mc-offcanvas__header-badge">
						0					</div>
				</div>
				<span class="uael-mc-offcanvas__header-text">
					Subtotal: <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>0.00</span>				</span>
			</div>
			<div class="uael-mc-offcanvas__items">
				

	<p class="woocommerce-mini-cart__empty-message">No products in the basket.</p>


			</div>
					</div>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4510bc73 elementor-hidden-mobile header_search elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4510bc73" 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-50 elementor-top-column elementor-element elementor-element-1c8ec85d" data-id="1c8ec85d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6ce9a40f elementor-widget elementor-widget-image" data-id="6ce9a40f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://caredemy.co.uk">
							<img src="https://caredemy.co.uk/wp-content/uploads/elementor/thumbs/Caredemy_New_logo-qwh8pig7q6uukbx6f8oia95v8b01shd8e3r82rsa2w.png" title="Caredemy_New_logo.png" alt="Caredemy_New_logo.png" loading="lazy" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6b85ab4b" data-id="6b85ab4b" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4fb1db82 elementor-widget elementor-widget-shortcode" data-id="4fb1db82" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"><div  class="dgwt-wcas-search-wrapp dgwt-wcas-no-submit woocommerce dgwt-wcas-style-solaris js-dgwt-wcas-layout-classic dgwt-wcas-layout-classic js-dgwt-wcas-mobile-overlay-enabled">
		<form class="dgwt-wcas-search-form" role="search" action="https://caredemy.co.uk/" method="get">
		<div class="dgwt-wcas-sf-wrapp">
							<svg class="dgwt-wcas-ico-magnifier" xmlns="http://www.w3.org/2000/svg"
					 xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
					 viewBox="0 0 51.539 51.361" xml:space="preserve">
		             <path 						 d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"/>
				</svg>
							<label class="screen-reader-text"
				   for="dgwt-wcas-search-input-1">Products search</label>

			<input id="dgwt-wcas-search-input-1"
				   type="search"
				   class="dgwt-wcas-search-input"
				   name="s"
				   value=""
				   placeholder="Search for courses..."
				   autocomplete="off"
							/>
			<div class="dgwt-wcas-preloader"></div>

			<div class="dgwt-wcas-voice-search"></div>

			
			<input type="hidden" name="post_type" value="product"/>
			<input type="hidden" name="dgwt_wcas" value="1"/>

			
					</div>
	</form>
</div>
</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-9ca291a elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9ca291a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-290ccb2" data-id="290ccb2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5048378c elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5048378c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6bbd55b1" data-id="6bbd55b1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dac8546 elementor-hidden-mobile e-n-menu-mobile e-full_width e-n-menu-layout-horizontal elementor-widget elementor-widget-n-menu" data-id="dac8546" data-element_type="widget" data-settings="{&quot;menu_items&quot;:[{&quot;item_title&quot;:&quot;Home&quot;,&quot;_id&quot;:&quot;cec9c05&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;&quot;,&quot;__dynamic__&quot;:[],&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Courses&quot;,&quot;_id&quot;:&quot;39ce639&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/courses\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;yes&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;item_title&quot;:&quot;Unlock All Courses&quot;,&quot;_id&quot;:&quot;e968903&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/product\/unlimited-course-subscription\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;532bd3f&quot;,&quot;item_title&quot;:&quot;Team Training Discount&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/sp\/team-training&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;a1ac75d&quot;,&quot;item_title&quot;:&quot;Pricing&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/pricing\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;7eee7bf&quot;,&quot;item_title&quot;:&quot;Accreditiation&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/cpd-online-courses-uk\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;50747de&quot;,&quot;item_title&quot;:&quot;Reviews&quot;,&quot;item_link&quot;:{&quot;url&quot;:&quot;https:\/\/caredemy.co.uk\/reviews\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;item_dropdown_content&quot;:&quot;no&quot;,&quot;item_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;item_icon_active&quot;:null,&quot;element_id&quot;:&quot;&quot;}],&quot;item_position_horizontal&quot;:&quot;end&quot;,&quot;breakpoint_selector&quot;:&quot;mobile&quot;,&quot;content_width&quot;:&quot;full_width&quot;,&quot;item_layout&quot;:&quot;horizontal&quot;,&quot;open_on&quot;:&quot;hover&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;,&quot;menu_item_title_distance_from_content&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;menu_item_title_distance_from_content_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="mega-menu.default">
				<div class="elementor-widget-container">
							<nav class="e-n-menu" data-widget-number="229" aria-label="Menu">
					<button class="e-n-menu-toggle" id="menu-toggle-229" aria-haspopup="true" aria-expanded="false" aria-controls="menubar-229" aria-label="Menu Toggle">
			<span class="e-n-menu-toggle-icon e-open">
				<svg class="e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg>			</span>
			<span class="e-n-menu-toggle-icon e-close">
				<svg class="e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>			</span>
		</button>
					<div class="e-n-menu-wrapper" id="menubar-229" aria-labelledby="menu-toggle-229">
				<ul class="e-n-menu-heading">
								<li class="e-n-menu-item">
				<div id="e-n-menu-title-2291" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/">												<span class="e-n-menu-title-text">
							Home						</span>
					</a>									</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-2292" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/courses/">												<span class="e-n-menu-title-text">
							Courses						</span>
					</a>											<button id="e-n-menu-dropdown-icon-2292" class="e-n-menu-dropdown-icon e-focus" data-tab-index="2" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-2292" >
							<span class="e-n-menu-dropdown-icon-opened">
								<svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-up" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"></path></svg>								<span class="elementor-screen-only">Close Courses</span>
							</span>
							<span class="e-n-menu-dropdown-icon-closed">
								<svg aria-hidden="true" class="e-font-icon-svg e-fas-caret-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>								<span class="elementor-screen-only">Open Courses</span>
							</span>
						</button>
									</div>
									<div class="e-n-menu-content">
						<div id="e-n-menu-content-2292" data-tab-index="2" aria-labelledby="e-n-menu-dropdown-icon-2292" class="elementor-element elementor-element-0f6c7a5 e-flex e-con-boxed e-con e-child" data-id="0f6c7a5" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-ae78cc9 e-con-full e-flex e-con e-child" data-id="ae78cc9" data-element_type="container">
				<div class="elementor-element elementor-element-f6e7147 elementor-widget elementor-widget-heading" data-id="f6e7147" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/courses/">All CPD Courses</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-596ad0d elementor-widget elementor-widget-heading" data-id="596ad0d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/care-awareness/">Awareness Courses</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2a2121a elementor-widget elementor-widget-heading" data-id="2a2121a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/bereavement-death-training-courses/">Bereavement</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-630ad70 elementor-widget elementor-widget-heading" data-id="630ad70" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/bundles">Bundled Courses</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2a890af elementor-widget elementor-widget-heading" data-id="2a890af" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/product/care-certificate-online-training-course/">Care Certificate</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5866a31 elementor-widget elementor-widget-heading" data-id="5866a31" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/child-care-online-courses/">Child Care &amp; Education</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4f5fb27 elementor-widget elementor-widget-heading" data-id="4f5fb27" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/clinical-online-courses/">Clinical</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-702889a elementor-widget elementor-widget-heading" data-id="702889a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/care-compliance/">Compliance</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-62cf9cc elementor-widget elementor-widget-heading" data-id="62cf9cc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/food-hygiene-online-courses/">Food Hygiene</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-cb6e72f elementor-widget elementor-widget-heading" data-id="cb6e72f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/free-care-courses/"> Free Courses</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-056e7ae elementor-widget elementor-widget-heading" data-id="056e7ae" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/health-safety-online-courses/">Health &amp; Safety</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-fd44b73 elementor-widget elementor-widget-text-editor" data-id="fd44b73" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/fire-safety-online-courses/">Fire Safety</a></p><p><a href="https://caredemy.co.uk/first-aid-online-courses/">First Aid Course</a></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-16c3025 e-con-full e-flex e-con e-child" data-id="16c3025" data-element_type="container">
				<div class="elementor-element elementor-element-1891fb4 elementor-widget elementor-widget-heading" data-id="1891fb4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/healthcare-courses/">Health Care</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-38eed7b elementor-widget elementor-widget-text-editor" data-id="38eed7b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/core-skills-training-framework-cstf/">Core Skills (CSTF)</a></p><p><a href="https://caredemy.co.uk/nursing-courses/">Nursing</a></p><p><a href="https://caredemy.co.uk/health-care-assistant-courses/">Healthcare Assistant</a></p><p><a href="https://caredemy.co.uk/statutory-and-mandatory-training-in-healthcare/">Statutory &amp; Mandatory</a></p><p><a href="https://caredemy.co.uk/health-and-social-care-level-1/">Level 1 Health &amp; Social Care</a></p><p><a href="https://caredemy.co.uk/health-and-social-care-level-2/">Level 2 Health &amp; Social Care</a></p><p><a href="https://caredemy.co.uk/level-3-health-and-social-care/">Level 3 Health &amp; Social Care</a></p><p><a href="https://caredemy.co.uk/level-4-health-and-social-care/">Level 4 Health &amp; Social Care</a></p>								</div>
				</div>
				<div class="elementor-element elementor-element-5f86cea elementor-widget elementor-widget-heading" data-id="5f86cea" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/human-resources/">Human Resources</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6eafaac elementor-widget elementor-widget-heading" data-id="6eafaac" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/care-management/">Management</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0c1cf2a elementor-widget elementor-widget-heading" data-id="0c1cf2a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/medicine-medication-training-courses/">Medication</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ec2c54a elementor-widget elementor-widget-heading" data-id="ec2c54a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/mental-health-online-courses/">Mental Health</a></h2>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a9ec1d2 e-con-full e-flex e-con e-child" data-id="a9ec1d2" data-element_type="container">
				<div class="elementor-element elementor-element-1e0d91e elementor-widget elementor-widget-heading" data-id="1e0d91e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/primary-care-online-courses/">Primary Care</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3194285 elementor-widget elementor-widget-text-editor" data-id="3194285" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/dental-practice-courses/">Dental Practice</a></p><p><a href="https://caredemy.co.uk/gp-practice-courses/">GP Practice</a></p><p><a href="https://caredemy.co.uk/private-practitioner-courses/">Private Practitioner</a></p>								</div>
				</div>
				<div class="elementor-element elementor-element-5877da0 elementor-widget elementor-widget-heading" data-id="5877da0" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/safeguarding-online-courses/">Safeguarding</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0975a90 elementor-widget elementor-widget-text-editor" data-id="0975a90" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/safeguarding-adults/">Safeguarding Adults</a></p><p><a href="https://caredemy.co.uk/safeguarding-children/">Safeguarding Children</a></p>								</div>
				</div>
				<div class="elementor-element elementor-element-f8c7f56 elementor-widget elementor-widget-heading" data-id="f8c7f56" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/social-care-online-courses/">Social Care</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e707768 elementor-widget elementor-widget-text-editor" data-id="e707768" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/essential-training-for-agency-and-bank-workers/">Agency &amp; Bank Staff</a></p><p><a href="https://caredemy.co.uk/care-assistant-online-courses/">Care Assistant</a></p><p><a href="https://caredemy.co.uk/carer-courses-online-courses/">Carer Courses</a></p><p><a href="https://caredemy.co.uk/care-home-courses/">Care Homes</a></p><p><a href="https://caredemy.co.uk/care-course-nigeria/">Care Courses For Nigeria</a></p><p><a href="https://caredemy.co.uk/mandatory-refresher-training-for-carers/">Care Refresher</a></p>								</div>
				</div>
				<div class="elementor-element elementor-element-388b630 elementor-widget elementor-widget-spacer" data-id="388b630" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6a82253 e-con-full e-flex e-con e-child" data-id="6a82253" data-element_type="container">
				<div class="elementor-element elementor-element-c6019e3 elementor-widget elementor-widget-text-editor" data-id="c6019e3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/care-training-courses/">Care Training</a></p><p><a href="https://caredemy.co.uk/cqc-compliant-courses/">CQC Compliant</a></p><p><a href="https://caredemy.co.uk/cqc-mandatory-training/">CQC Mandatory</a></p><p><a href="https://caredemy.co.uk/domiciliary-care/">Domiciliary Care</a></p><p><a href="https://caredemy.co.uk/elderly-care-courses/">Elderly Care</a></p><p><a href="https://caredemy.co.uk/non-clinical-online-courses/">Non Clinical</a></p>								</div>
				</div>
				<div class="elementor-element elementor-element-1c2ed3b elementor-widget elementor-widget-heading" data-id="1c2ed3b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://caredemy.co.uk/deals/">Course Deals</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-87088a3 elementor-widget elementor-widget-text-editor" data-id="87088a3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://caredemy.co.uk/bundles/">Save Big On Course Bundles</a></p><p><a href="https://caredemy.co.uk/product/unlimited-course-subscription/">Unlimited Access: 200+ Courses</a></p><p><a href="https://caredemy.co.uk/buy-more-save-more">Purchase More, Save More: Courses From £1.45</a></p><p><a href="https://caredemy.co.uk/product/essential-care-skills-the-comprehensive-course/">12 Essential Care Skills Courses Only £25</a></p><p><a href="https://caredemy.co.uk/product/mandatory-core-care-training-courses/">25 Core &amp; Mandatory Courses for £50</a></p><p><a href="https://caredemy.co.uk/product/care-certificate-online-training-course/">Care Certificate for Beginners: 15 Standards &amp; Workbooks</a></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-8401f92 e-con-full e-flex e-con e-child" data-id="8401f92" data-element_type="container">
				<div class="elementor-element elementor-element-42d4a64 elementor-widget elementor-widget-image" data-id="42d4a64" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://caredemy.co.uk/product/unlimited-course-subscription/">
							<img fetchpriority="high" width="400" height="206" src="https://caredemy.co.uk/wp-content/uploads/2024/03/unlimited-course-access-400x206.webp" class="attachment-medium size-medium wp-image-740722" alt="" srcset="https://caredemy.co.uk/wp-content/uploads/2024/03/unlimited-course-access-400x206.webp 400w, https://caredemy.co.uk/wp-content/uploads/2024/03/unlimited-course-access-360x185.webp 360w, https://caredemy.co.uk/wp-content/uploads/2024/03/unlimited-course-access-488x251.webp 488w, https://caredemy.co.uk/wp-content/uploads/2024/03/unlimited-course-access-64x33.webp 64w, https://caredemy.co.uk/wp-content/uploads/2024/03/unlimited-course-access.webp 600w" sizes="(max-width: 400px) 100vw, 400px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-334df00 elementor-widget elementor-widget-image" data-id="334df00" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://caredemy.co.uk/buy-more-save-more">
							<img width="425" height="275" src="https://caredemy.co.uk/wp-content/uploads/2025/02/Ad-1-8.webp" class="attachment-large size-large wp-image-642625" alt="" srcset="https://caredemy.co.uk/wp-content/uploads/2025/02/Ad-1-8.webp 425w, https://caredemy.co.uk/wp-content/uploads/2025/02/Ad-1-8-64x41.webp 64w, https://caredemy.co.uk/wp-content/uploads/2025/02/Ad-1-8-400x259.webp 400w, https://caredemy.co.uk/wp-content/uploads/2025/02/Ad-1-8-360x233.webp 360w" sizes="(max-width: 425px) 100vw, 425px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-61cf390 elementor-cta--skin-cover elementor-cta--valign-middle elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action" data-id="61cf390" data-element_type="widget" data-widget_type="call-to-action.default">
				<div class="elementor-widget-container">
							<a class="elementor-cta" href="https://caredemy.co.uk/bundles">
					<div class="elementor-cta__bg-wrapper">
				<div class="elementor-cta__bg elementor-bg" style="background-image: url();" role="img" aria-label=""></div>
				<div class="elementor-cta__bg-overlay"></div>
			</div>
							<div class="elementor-cta__content">
				
									<h2 class="elementor-cta__title elementor-cta__content-item elementor-content-item elementor-animated-item--grow">
						Course Bundles					</h2>
				
				
									<div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item elementor-animated-item--grow">
					<span class="elementor-cta__button elementor-button elementor-size-">
						Save Big  On Bundles					</span>
					</div>
							</div>
						</a>
						</div>
				</div>
				</div>
					</div>
				</div>
							</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-2293" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/product/unlimited-course-subscription/">												<span class="e-n-menu-title-text">
							Unlock All Courses						</span>
					</a>									</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-2294" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/sp/team-training">												<span class="e-n-menu-title-text">
							Team Training Discount						</span>
					</a>									</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-2295" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/pricing/">												<span class="e-n-menu-title-text">
							Pricing						</span>
					</a>									</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-2296" class="e-n-menu-title">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/cpd-online-courses-uk/">												<span class="e-n-menu-title-text">
							Accreditiation						</span>
					</a>									</div>
							</li>
					<li class="e-n-menu-item">
				<div id="e-n-menu-title-2297" class="e-n-menu-title e-current">
					<a class="e-n-menu-title-container e-focus e-link" href="https://caredemy.co.uk/reviews/" aria-current="page">												<span class="e-n-menu-title-text">
							Reviews						</span>
					</a>									</div>
							</li>
						</ul>
			</div>
		</nav>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3dff5497 elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="3dff5497" 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-20 elementor-top-column elementor-element elementor-element-14a70535" data-id="14a70535" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6bf194d1 elementor-widget elementor-widget-image" data-id="6bf194d1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://caredemy.co.uk">
							<img src="https://caredemy.co.uk/wp-content/uploads/elementor/thumbs/Logo-white-qwh8pfmojrd20smjuad9sadb4ei8ggfrqk93kpxc38.png" title="Logo-white.png" alt="Logo-white.png" loading="lazy" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4b693e8b" data-id="4b693e8b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67bf58f8 uael-mc__btn-badge-empty-hide-yes uael-mc-dropdown-flex-end elementor-widget-mobile__width-auto uael-mini-cart-offcanvas-pos-right uael-mini-cart-align-inline uael-mini-cart--show-divider-yes elementor-widget elementor-widget-uael-mini-cart" data-id="67bf58f8" data-element_type="widget" data-widget_type="uael-mini-cart.default">
				<div class="elementor-widget-container">
							<div class="uael-mc" data-cart_dropdown="offcanvas">
			<a href="#" class="uael-mc__btn" id="uael-mc__btn" data-behaviour="">
													<div class="uael-mc__btn-icon uael-badge-top uael-cart-icon-">
						<i aria-hidden="true" class="fas fa-shopping-cart"></i>													<div class="uael-mc__btn-badge uael-badge-top" data-counter="0">
								0							</div>
												</div>
								</a>
					<div class="uael-mc-offcanvas-wrap uael-mc-offcanvas-wrap-close"></div>
		<div class="uael-mc-offcanvas uael-mc-offcanvas-close">
			<div class="uael-mc-offcanvas__close-btn">
				<i class="uael-close-o"></i>
			</div>
						<div class="uael-mc-offcanvas__header">
				<div class="uael-mc-offcanvas__icon-wrap">
					<div class="uael-mc-dropdown__header-icon">
						<i aria-hidden="true" class="fas fa-shopping-cart"></i>					</div>
					<div class="uael-mc-offcanvas__header-badge">
						0					</div>
				</div>
				<span class="uael-mc-offcanvas__header-text">
					Subtotal: <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>0.00</span>				</span>
			</div>
			<div class="uael-mc-offcanvas__items">
				

	<p class="woocommerce-mini-cart__empty-message">No products in the basket.</p>


			</div>
					</div>
				</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-11af176b" data-id="11af176b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-16b40ee9 elementor-nav-menu__align-end elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-mobile elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-nav-menu" data-id="16b40ee9" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i aria-hidden=\&quot;true\&quot; class=\&quot;\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-text e--animation-grow">
				<ul id="menu-1-16b40ee9" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86164"><a href="https://caredemy.co.uk/care-awareness/" class="elementor-item">Awareness</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86163"><a href="https://caredemy.co.uk/bereavement-death-training-courses/" class="elementor-item">Bereavement</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-86171"><a href="https://caredemy.co.uk/product/care-certificate-online-training-course/" class="elementor-item">Care Certificate</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86165"><a href="https://caredemy.co.uk/clinical-online-courses/" class="elementor-item">Clinical</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86166"><a href="https://caredemy.co.uk/care-compliance/" class="elementor-item">Compliance</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86167"><a href="https://caredemy.co.uk/fire-safety-online-courses/" class="elementor-item">Fire Safety</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86168"><a href="https://caredemy.co.uk/first-aid-online-courses/" class="elementor-item">First Aid</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86169"><a href="https://caredemy.co.uk/food-hygiene-online-courses/" class="elementor-item">Food Hygiene</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86170"><a href="https://caredemy.co.uk/health-safety-online-courses/" class="elementor-item">Health And Safety</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306873"><a href="https://caredemy.co.uk/learning-disabilities-online-courses/" class="elementor-item">Learning Disabilities</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-16b40ee9" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86164"><a href="https://caredemy.co.uk/care-awareness/" class="elementor-item" tabindex="-1">Awareness</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86163"><a href="https://caredemy.co.uk/bereavement-death-training-courses/" class="elementor-item" tabindex="-1">Bereavement</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-86171"><a href="https://caredemy.co.uk/product/care-certificate-online-training-course/" class="elementor-item" tabindex="-1">Care Certificate</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86165"><a href="https://caredemy.co.uk/clinical-online-courses/" class="elementor-item" tabindex="-1">Clinical</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86166"><a href="https://caredemy.co.uk/care-compliance/" class="elementor-item" tabindex="-1">Compliance</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86167"><a href="https://caredemy.co.uk/fire-safety-online-courses/" class="elementor-item" tabindex="-1">Fire Safety</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86168"><a href="https://caredemy.co.uk/first-aid-online-courses/" class="elementor-item" tabindex="-1">First Aid</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86169"><a href="https://caredemy.co.uk/food-hygiene-online-courses/" class="elementor-item" tabindex="-1">Food Hygiene</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86170"><a href="https://caredemy.co.uk/health-safety-online-courses/" class="elementor-item" tabindex="-1">Health And Safety</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306873"><a href="https://caredemy.co.uk/learning-disabilities-online-courses/" class="elementor-item" tabindex="-1">Learning Disabilities</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-7e50fba3 elementor-widget elementor-widget-shortcode" data-id="7e50fba3" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"><div  class="dgwt-wcas-search-wrapp dgwt-wcas-no-submit woocommerce dgwt-wcas-style-solaris js-dgwt-wcas-layout-classic dgwt-wcas-layout-classic js-dgwt-wcas-mobile-overlay-enabled">
		<form class="dgwt-wcas-search-form" role="search" action="https://caredemy.co.uk/" method="get">
		<div class="dgwt-wcas-sf-wrapp">
							<svg class="dgwt-wcas-ico-magnifier" xmlns="http://www.w3.org/2000/svg"
					 xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
					 viewBox="0 0 51.539 51.361" xml:space="preserve">
		             <path 						 d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"/>
				</svg>
							<label class="screen-reader-text"
				   for="dgwt-wcas-search-input-2">Products search</label>

			<input id="dgwt-wcas-search-input-2"
				   type="search"
				   class="dgwt-wcas-search-input"
				   name="s"
				   value=""
				   placeholder="Search for courses..."
				   autocomplete="off"
							/>
			<div class="dgwt-wcas-preloader"></div>

			<div class="dgwt-wcas-voice-search"></div>

			
			<input type="hidden" name="post_type" value="product"/>
			<input type="hidden" name="dgwt_wcas" value="1"/>

			
					</div>
	</form>
</div>
</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-74ab5ed1" data-id="74ab5ed1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5eccbe33 elementor-widget-mobile__width-auto elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="5eccbe33" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-5eccbe33" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-78586"><a href="https://caredemy.co.uk/" class="elementor-item">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-78626"><a href="https://caredemy.co.uk/cpd-courses-online/" class="elementor-item">Courses</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-552590"><a href="https://caredemy.co.uk/deals/" class="elementor-item">Course Deals &#038; Discounts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-540320"><a href="https://caredemy.co.uk/product/unlimited-course-subscription/" class="elementor-item">Unlock All Courses</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-541102"><a href="https://caredemy.co.uk/sp/team-training" class="elementor-item">Team Training Discount</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-565901"><a href="https://caredemy.co.uk/pricing/" class="elementor-item">Pricing</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78609"><a href="https://caredemy.co.uk/cpd-online-courses-uk/" class="elementor-item">Accreditation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78620"><a href="https://caredemy.co.uk/reviews/" class="elementor-item">Reviews</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78625"><a href="https://caredemy.co.uk/help/" class="elementor-item">Help &#038; Contact</a></li>
<li class="nmr-logged-out menu-item menu-item-type-post_type menu-item-object-page menu-item-78666"><a href="https://caredemy.co.uk/login/" class="elementor-item">Log In</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-566494"><a href="mailto:support@caredemy.co.uk" class="elementor-item">Support@caredemy.co.uk</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-5eccbe33" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-78586"><a href="https://caredemy.co.uk/" class="elementor-item" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-78626"><a href="https://caredemy.co.uk/cpd-courses-online/" class="elementor-item" tabindex="-1">Courses</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-552590"><a href="https://caredemy.co.uk/deals/" class="elementor-item" tabindex="-1">Course Deals &#038; Discounts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-540320"><a href="https://caredemy.co.uk/product/unlimited-course-subscription/" class="elementor-item" tabindex="-1">Unlock All Courses</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-541102"><a href="https://caredemy.co.uk/sp/team-training" class="elementor-item" tabindex="-1">Team Training Discount</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-565901"><a href="https://caredemy.co.uk/pricing/" class="elementor-item" tabindex="-1">Pricing</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78609"><a href="https://caredemy.co.uk/cpd-online-courses-uk/" class="elementor-item" tabindex="-1">Accreditation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78620"><a href="https://caredemy.co.uk/reviews/" class="elementor-item" tabindex="-1">Reviews</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78625"><a href="https://caredemy.co.uk/help/" class="elementor-item" tabindex="-1">Help &#038; Contact</a></li>
<li class="nmr-logged-out menu-item menu-item-type-post_type menu-item-object-page menu-item-78666"><a href="https://caredemy.co.uk/login/" class="elementor-item" tabindex="-1">Log In</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-566494"><a href="mailto:support@caredemy.co.uk" class="elementor-item" tabindex="-1">Support@caredemy.co.uk</a></li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-280e474b" data-id="280e474b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-51d9257e elementor-nav-menu__align-end elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-mobile elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-nav-menu" data-id="51d9257e" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i aria-hidden=\&quot;true\&quot; class=\&quot;\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-text e--animation-grow">
				<ul id="menu-1-51d9257e" class="elementor-nav-menu"><li class="uo-login-logout-menu-item nmr-logged-out menu-item menu-item-type-custom menu-item-object-custom menu-item-37050"><a href="https://caredemy.co.uk/wp-login.php" class="elementor-item">Log In</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-51d9257e" class="elementor-nav-menu"><li class="uo-login-logout-menu-item nmr-logged-out menu-item menu-item-type-custom menu-item-object-custom menu-item-37050"><a href="https://caredemy.co.uk/wp-login.php" class="elementor-item" tabindex="-1">Log In</a></li>
</ul>			</nav>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</header>
		
	<main id="inner-wrap" class="wrap kt-clear" role="main">
		<div id="primary" class="content-area">
	<div class="content-container site-container">
		<div id="main" class="site-main">
			<div class="woocommerce kadence-woo-messages-none-woo-pages woocommerce-notices-wrapper"></div>			<div class="content-wrap">
				<section class="error">

	<div class="page-content entry content-bg">

		<div class="entry-content-wrap">

				<header class="page-header">
		<h1 class="page-title">
			Oops! That page can&rsquo;t be found.		</h1>
	</header><!-- .page-header -->
				<p>
				It looks like nothing was found at this location. Maybe try a search?			</p>

			<form role="search" method="get" class="search-form" action="https://caredemy.co.uk/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Search" />
			<div class="kadence-search-icon-wrap"><span class="kadence-svg-iconset"><svg aria-hidden="true" class="kadence-svg-icon kadence-search-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28"><title>Search</title><path d="M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z"></path>
				</svg></span></div></form>		</div>
	</div><!-- .page-content -->
</section><!-- .error -->
			</div>
					</div><!-- #main -->
			</div>
</div><!-- #primary -->
	</main><!-- #inner-wrap -->
			<footer data-elementor-type="footer" data-elementor-id="547371" class="elementor elementor-547371 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-3008edd4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3008edd4" 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-768a012e" data-id="768a012e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-74c50cd1 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="74c50cd1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"> Get First-in-Line Access to Exclusive Deals!</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2fe32fcd elementor-widget elementor-widget-text-editor" data-id="2fe32fcd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>As a privileged subscriber, enjoy first dibs on top-value course deals, economical bundles (like £25 for 12 Essential Care Skills), and up to 51% discount on your professional growth. Also, get early alerts on our free courses!</p>								</div>
				</div>
				<div class="elementor-element elementor-element-41a4e0a7 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="41a4e0a7" 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;20&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" id="footer2203" name="newsletterform1" aria-label="newsletterform1">
			<input type="hidden" name="post_id" value="547371"/>
			<input type="hidden" name="form_id" value="41a4e0a7"/>
			<input type="hidden" name="referer_title" value="Trusted Reviews &amp; Ratings - Caredemy" />

							<input type="hidden" name="queried_id" value="77107"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_de58586 elementor-col-30 elementor-field-required">
													<input size="1" type="text" name="form_fields[field_de58586]" id="form-field-field_de58586" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="First Name" required="required">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-40 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="Your Email Address" required="required">
											</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_8f870d1 elementor-col-100 recaptcha_v3-bottomleft">
					<div class="elementor-field" id="form-field-field_8f870d1"><div class="elementor-g-recaptcha" data-sitekey="6Lcq7A4jAAAAAPIVYiDplXjEjYvXmbvoPMN5naym" data-type="v3" data-action="Form" data-badge="bottomleft" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-20 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Sign me up!</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2ea3f9d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2ea3f9d2" 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-20 elementor-top-column elementor-element elementor-element-4785ea0d" data-id="4785ea0d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6451a0ef elementor-widget elementor-widget-image" data-id="6451a0ef" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://aoht.co.uk/members/">
							<img src="https://caredemy.co.uk/wp-content/uploads/elementor/thumbs/AoHT-Member-Logo-rb8kf71otov5uiiq9bv6mi7u0nzk23i8xeq3j55m2o.webp" title="AoHT-Member-Logo.png" alt="AoHT-Member-Logo.png" loading="lazy" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6ad09cd6" data-id="6ad09cd6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1143b19a elementor-widget elementor-widget-image" data-id="1143b19a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="500" height="200" src="https://caredemy.co.uk/wp-content/uploads/2024/03/environmental-health-officer-approved-button.png" class="attachment-medium_large size-medium_large wp-image-547374" alt="" srcset="https://caredemy.co.uk/wp-content/uploads/2024/03/environmental-health-officer-approved-button.png 500w, https://caredemy.co.uk/wp-content/uploads/2024/03/environmental-health-officer-approved-button-488x195.webp 488w, https://caredemy.co.uk/wp-content/uploads/2024/03/environmental-health-officer-approved-button-64x26.webp 64w, https://caredemy.co.uk/wp-content/uploads/2024/03/environmental-health-officer-approved-button-400x160.webp 400w, https://caredemy.co.uk/wp-content/uploads/2024/03/environmental-health-officer-approved-button-360x144.webp 360w" sizes="(max-width: 500px) 100vw, 500px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-77d7504f" data-id="77d7504f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-52f7d083 elementor-widget elementor-widget-image" data-id="52f7d083" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.alliance-scotland.org.uk/blog/our_members/caredemy/">
							<img src="https://caredemy.co.uk/wp-content/uploads/elementor/thumbs/alliance-member-logo-1-qwh8p4cj840govn6diu6obxwpi91kpvptdmzbydvr4.png" title="alliance-member-logo-1.png" alt="alliance-member-logo-1.png" loading="lazy" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-22e017b9" data-id="22e017b9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7d4f76e5 elementor-widget elementor-widget-image" data-id="7d4f76e5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://nationalcareassociation.org.uk/">
							<img loading="lazy" width="400" height="202" src="https://caredemy.co.uk/wp-content/uploads/2024/03/Supplier-logo-2025-400x202.webp" class="attachment-medium size-medium wp-image-686489" alt="" srcset="https://caredemy.co.uk/wp-content/uploads/2024/03/Supplier-logo-2025-400x202.webp 400w, https://caredemy.co.uk/wp-content/uploads/2024/03/Supplier-logo-2025-360x182.webp 360w, https://caredemy.co.uk/wp-content/uploads/2024/03/Supplier-logo-2025-64x32.webp 64w, https://caredemy.co.uk/wp-content/uploads/2024/03/Supplier-logo-2025.webp 472w" sizes="(max-width: 400px) 100vw, 400px" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-9e308b2" data-id="9e308b2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-48d248f elementor-widget elementor-widget-image" data-id="48d248f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://caredemy.fixed-staging.co.uk/wp-content/uploads/2023/09/Endorsed-Provider-Certificate.pdf" target="_blank">
							<img src="https://caredemy.co.uk/wp-content/uploads/elementor/thumbs/skills-for-care-endorsed-provider-rb8gji9561n4gpfbxy552r7rx8hu5eyae0ie0s9urk.webp" title="skills-for-care-endorsed-provider" alt="skills-for-care-endorsed-provider" loading="lazy" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-307063ef elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="307063ef" 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-50 elementor-top-column elementor-element elementor-element-225e889d" data-id="225e889d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-75309506 elementor-widget__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="75309506" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://caredemy.co.uk">
			<img loading="lazy" width="300" height="52" src="https://caredemy.co.uk/wp-content/uploads/2022/11/Caredemy_New_logo.png" class="attachment-full size-full wp-image-547382" alt="" srcset="https://caredemy.co.uk/wp-content/uploads/2022/11/Caredemy_New_logo.png 300w, https://caredemy.co.uk/wp-content/uploads/2022/11/Caredemy_New_logo-64x11.webp 64w" sizes="(max-width: 300px) 100vw, 300px" />				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1289fb44" data-id="1289fb44" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4190db68 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4190db68" 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-33 elementor-top-column elementor-element elementor-element-2b0a6eb5" data-id="2b0a6eb5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2868ce83 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor" data-id="2868ce83" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our Training Academy offers affordable, high-quality CPD-accredited online courses across health care, social care, health &amp; safety, food hygiene &amp; safety, fire safety, first aid, and child care &amp; education. Designed by experts, endorsed by regulatory bodies, our courses provide excellent value for individuals and businesses looking to enhance their skills</p>								</div>
				</div>
				<div class="elementor-element elementor-element-329a0f90 e-grid-align-left elementor-widget-tablet__width-initial e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="329a0f90" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-38487a4" href="https://www.facebook.com/Caredemyuk" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-e549622" href="https://twitter.com/caredemy2" target="_blank">
						<span class="elementor-screen-only">Twitter</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-0981502" href="https://www.instagram.com/caredemy20/" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-wordpress elementor-repeater-item-0fc2e29" href="https://caredemy.co.uk/articles/" target="_blank">
						<span class="elementor-screen-only">Wordpress</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-wordpress" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-link elementor-repeater-item-cc212d9" href="https://caredemy.co.uk/blog/" target="_blank">
						<span class="elementor-screen-only">Link</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fas-link" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1de7acb3" data-id="1de7acb3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-37d9f454 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading" data-id="37d9f454" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-large">Get in touch</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-48b47f98 elementor-widget elementor-widget-text-editor" data-id="48b47f98" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Help and Support</p>								</div>
				</div>
				<div class="elementor-element elementor-element-58ca6394 elementor-tablet-align-left elementor-align-center elementor-widget__width-initial elementor-mobile-align-center elementor-widget-tablet__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="58ca6394" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="mailto:support@caredemy.co.uk">

												<span class="elementor-icon-list-icon">
							<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>						</span>
										<span class="elementor-icon-list-text">Support@caredemy.co.uk</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-b37e3c0 elementor-widget elementor-widget-text-editor" data-id="b37e3c0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sales Enquiries</p>								</div>
				</div>
				<div class="elementor-element elementor-element-6f8dd28 elementor-tablet-align-left elementor-align-center elementor-widget__width-initial elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6f8dd28" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="mailto:sales@caredemy.co.uk">

												<span class="elementor-icon-list-icon">
							<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>						</span>
										<span class="elementor-icon-list-text">Sales@caredemy.co.uk</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-4277de4 elementor-widget elementor-widget-spacer" data-id="4277de4" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-67d7da7d elementor-tablet-align-left elementor-align-center elementor-widget__width-initial elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="67d7da7d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:02034887599">

												<span class="elementor-icon-list-icon">
							<svg aria-hidden="true" class="e-font-icon-svg e-fas-phone-alt" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z"></path></svg>						</span>
										<span class="elementor-icon-list-text">Sales Enquiries: 0203 488 7599</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5d1e13db" data-id="5d1e13db" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-78f753a1 elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor" data-id="78f753a1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 18pt;"><strong>Official CPD Course Training.</strong></span><br />We are an official, certified provider of online training courses.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-7791109b elementor-widget elementor-widget-image" data-id="7791109b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" width="400" height="115" src="https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-400x115.webp" class="attachment-medium size-medium wp-image-551663" alt="" srcset="https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-400x115.webp 400w, https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-scaled-488x141.png 488w, https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-scaled-64x18.webp 64w, https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-1024x296.webp 1024w, https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-768x222.webp 768w, https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-scaled.webp 1080w, https://caredemy.co.uk/wp-content/uploads/2024/04/CPD-Provider-Logo-50269-scopy-360x104.webp 360w" sizes="(max-width: 400px) 100vw, 400px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<footer class="elementor-section elementor-top-section elementor-element elementor-element-74e3cdf5 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="74e3cdf5" 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-3955cda5" data-id="3955cda5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5c81cbec elementor-widget elementor-widget-text-editor" data-id="5c81cbec" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 14px; font-style: normal; font-weight: 400; white-space: pre-wrap;">Copyright 2025 ©Caredemy | <a style="color: #ffffff;" href="https://caredemy.co.uk/terms-conditions/">Terms of use</a> | <a style="color: #ffffff;" href="https://caredemy.co.uk/privacy-cookies-policy/">Cookie &amp; privacy policy</a> | <a style="color: #ffffff;" href="/certificate-verifier/">Certificate Verifier</a> | <a style="color: #ffffff;" href="/cancellation-refund-policy/">Cancellation Refund Policy</a></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</footer>
				</footer>
		</div><!-- #wrapper -->

			<script>document.documentElement.style.setProperty('--scrollbar-offset', window.innerWidth - document.documentElement.clientWidth + 'px' );</script>
			<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/kadence-child\/*","\/wp-content\/themes\/kadence\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
				<script type="text/javascript">
				(function() {
					// Global page view and session tracking for UAEL Modal Popup feature
					try {
						// Session tracking: increment if this is a new session
						
						// Check if any popup on this page uses current page tracking
						var hasCurrentPageTracking = false;
						var currentPagePopups = [];
						// Check all modal popups on this page for current page tracking
						if (typeof jQuery !== 'undefined') {
							jQuery('.uael-modal-parent-wrapper').each(function() {
								var scope = jQuery(this).data('page-views-scope');
								var enabled = jQuery(this).data('page-views-enabled');
								var popupId = jQuery(this).attr('id').replace('-overlay', '');	
								if (enabled === 'yes' && scope === 'current') {
									hasCurrentPageTracking = true;
									currentPagePopups.push(popupId);
								}
							});
						}
						// Global tracking: ALWAYS increment if ANY popup on the site uses global tracking
												// Current page tracking: increment per-page counters
						if (hasCurrentPageTracking && currentPagePopups.length > 0) {
							var currentUrl = window.location.href;
							var urlKey = 'uael_page_views_' + btoa(currentUrl).replace(/[^a-zA-Z0-9]/g, '').substring(0, 50);
							var currentPageViews = parseInt(localStorage.getItem(urlKey) || '0');
							currentPageViews++;
							localStorage.setItem(urlKey, currentPageViews.toString());
							// Store URL mapping for each popup
							for (var i = 0; i < currentPagePopups.length; i++) {
								var popupUrlKey = 'uael_popup_' + currentPagePopups[i] + '_url_key';
								localStorage.setItem(popupUrlKey, urlKey);
							}
						}
					} catch (e) {
						// Silently fail if localStorage is not available
					}
				})();
				</script>
				
		<script>
			if (typeof uoViewMoreModules === 'undefined') {
				// the namespace is not defined
				var uoViewMoreModules = true;

				(function ($) { // Self Executing function with $ alias for jQuery

					/* Initialization  similar to include once but since all js is loaded by the browser automatically the all
					 * we have to do is call our functions to initialize them, his is only run in the main configuration file
					 */
					$(document).ready(function () {

						jQuery('.uo-view-more-anchor').click(function (e) {
							var target = jQuery(jQuery(this).attr('data-target'))
							if (target.length > 0) {
								if (target.is(':visible')) {
									target.removeClass('uo-grid-wrapper--expanded')
								} else {
									target.addClass('uo-grid-wrapper--expanded')
									jQuery('html, body').animate({
										scrollTop: target.offset().top - 250
									}, 2000)
								}
							}
						})

					})
				})(jQuery)
			}
		</script>

		
		<script>
			if (typeof uoViewMoreModules === 'undefined') {
				// the namespace is not defined
				var uoViewMoreModules = true;

				(function ($) { // Self Executing function with $ alias for jQuery

					/* Initialization  similar to include once but since all js is loaded by the browser automatically the all
					 * we have to do is call our functions to initialize them, his is only run in the main configuration file
					 */
					$(document).ready(function () {

						jQuery('.uo-view-more-anchor').click(function (event) {

							// select the target grid to show/hide
							var target = jQuery(jQuery(event.currentTarget).data('target'));
							if (target.length > 0) {

								// if it is already visible, hide.
								if (target.is(':visible')) {
									target.removeClass('uo-grid-wrapper--expanded');
								} else { // animate the display.
									target.addClass('uo-grid-wrapper--expanded');
									jQuery('html, body').animate({
										scrollTop: target.offset().top - 250
									}, 2000)
								}
							}
						});

					});
				})(jQuery);
			}

			if (typeof uoViewMoreText === 'undefined') {
				// the namespace is not defined
				var uoViewMoreText = true;

				(function ($) { // Self Executing function with $ alias for jQuery

					/* Initialization  similar to include once but since all js is loaded by the browser automatically the all
					 * we have to do is call our functions to initialize them, his is only run in the main configuration file
					 */
					$(document).ready(function () {

						jQuery('.uo-view-more-anchor').click(function (event) {

							// select the target grid.
							var target = jQuery(jQuery(this).data('target'));

							if (target.length > 0) {

								// if target is visible, switch to view less text.
								if (target.is(':visible')) {
									jQuery(this).html(jQuery(this).data('viewless'));
								} else { // otherwise, switch to view more label.
									jQuery(this).html(jQuery(this).data('viewmore'));
								}
							}
						});

					});
				})(jQuery);
			}
		</script>

		            <style>


                /*------------------------------Special Product Add on Styles-------------------------------------*/

                #fkcart-spl-addon {
                    padding: 8px 16px;
                }

                #fkcart-modal #fkcart-spl-addon + .fkcart-order-summary {
                    padding-top: 0;
                }

                #fkcart-spl-addon .fkcart-d-flex {
                    display: flex;
                    width: 100%;
                }

                #fkcart-spl-addon.fkcart-image-position-right .fkcart-d-flex {
                    flex-direction: row-reverse;
                }

                #fkcart-spl-addon .fkcart-gap-12 {
                    gap: 12px;
                }


                #fkcart-spl-addon .fkcart-d-col-flex {
                    -js-display: inline-flex;
                    display: -webkit-inline-box;
                    display: -webkit-inline-flex;
                    display: -moz-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                }

                #fkcart-spl-addon .fkcart-spl-addon-image-wrap {
                    width: 100%;
                    max-width: var(--fkcart-spl-addon-special-addon-image-width);
                    height: var(--fkcart-spl-addon-special-addon-image-height);
                }

                #fkcart-spl-addon .fkcart-spl-addon-image-wrap .fkcart-product-image img {
                    border: 1px solid #DEDFEA;
                    border-radius: 4px;
                }


                #fkcart-spl-addon .fkcart-product-image img {
                    max-width: 100%;
                    height: 100%;
                }

                #fkcart-spl-addon .fkcart-d-col-flex:last-child {
                    flex: 1;
                    width: 100%;
                    align-self: center;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-end;
                    text-align: right;
                }

                #fkcart-spl-addon .fkcart-item-title {
                    text-decoration: none;
                    font-size: 14px;
                    line-height: 1.5;
                    font-weight: 500;
                }

                #fkcart-spl-addon .fkcart-item-meta-content {
                    font-size: 12px;
                    line-height: 1.5;
                    font-weight: normal;
                }

                #fkcart-spl-addon .fkcart-item-meta-content p {
                    margin: 0;
                }

                #fkcart-spl-addon .fkcart-d-col-flex.fkcart-item-meta-wrap {
                    display: block;
                    width: calc(100% - 175px);
                }

                #fkcart-spl-addon.fkcart-image-disabled .fkcart-d-col-flex.fkcart-item-meta-wrap {
                    width: calc(100% - 110px);
                }


                #fkcart-spl-addon.fkcart-image-disabled .fkcart-spl-addon-image-wrap {
                    display: none;
                }


                /*----Cart Toggle style------- */

                #fkcart-spl-addon .fkcart-toggle-switcher label {
                    display: block;
                }

                #fkcart-spl-addon .fkcart-toggle-switcher label .sw {
                    display: block;
                    width: 36px;
                    height: 20px;
                    background-color: #82838E;
                    cursor: pointer;
                    position: relative;
                    border-radius: 20px;
                }

                #fkcart-spl-addon .fkcart-toggle-switcher label .sw:before {
                    content: '';
                    position: absolute;
                    background-color: #f1f2f9;
                    margin-top: 0;
                    height: 16px;
                    width: 16px;
                    border-radius: 50%;
                    transition: all ease .3s;
                    left: 2px;
                    top: 2px;
                }


                #fkcart-spl-addon .fkcart-toggle-switcher .fkcart-spl-checkbox:checked + label span:before {
                    left: 18px;
                    background-color: #fff;
                }

                #fkcart-spl-addon .fkcart-toggle-switcher .fkcart-switch {
                    display: none;
                }


                /**
				Shimmer Added
				 */
                .fkcart_spl_addon_active .fkcart-subtotal-wrap .fkcart-summary-amount,
                .fkcart_spl_addon_active .fkcart-checkout-wrap .fkcart-checkout--price {
                    position: relative;
                }

                .fkcart_spl_addon_active .fkcart-subtotal-wrap .fkcart-summary-amount:after {
                    animation: shimmer 2s linear infinite;
                    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
                    background-size: 1000px 100%;
                    content: " ";
                    display: block;
                    margin: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 999;
                }


                .fkcart_spl_addon_active .fkcart-checkout-wrap #fkcart-checkout-button,
                .fkcart-checkout-wrap #fkcart-checkout-button.fkcart-loading-active {
                    font-size: 0 !important;
                    transition: none !important;
                }

                .fkcart_spl_addon_active .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--icon,
                .fkcart-checkout-wrap #fkcart-checkout-button.fkcart-loading-active .fkcart-checkout--icon {
                    opacity: 0;
                }

                .fkcart_spl_addon_active .fkcart-checkout-wrap #fkcart-checkout-button:after,
                .fkcart-checkout-wrap #fkcart-checkout-button.fkcart-loading-active:after {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    content: '';
                    width: 16px;
                    margin: -8px auto auto;
                    height: 16px;
                    border: 2px solid #fff;
                    border-bottom-color: transparent;
                    border-radius: 50%;
                    display: inline-block;
                    box-sizing: border-box;
                    animation: rotation 1s linear infinite;
                }


                #fkcart-spl-addon a.fkcart-select-product {
                    font-size: 12px;
                    line-height: 16px;
                    color: #0073AA;
                    font-weight: normal;
                    text-decoration: none;
                }

                #fkcart-spl-addon a.fkcart-select-product:empty {
                    display: none;
                }

                /* Checkbox */
                #fkcart-spl-addon.fkcart-checkbox-selected .fkcart-toggle-switcher input[type="checkbox"] + label {
                    display: none;
                }

                #fkcart-spl-addon.fkcart-checkbox-selected .fkcart-toggle-switcher input[type="checkbox"] {
                    display: block;
                    width: 18px;
                    height: 18px;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    appearance: none;
                    background: 0 0;
                    border: 2px solid #bfbfbf;
                    box-shadow: none;
                    position: relative;
                    border-radius: 3px;
                    cursor: pointer;
                    padding: 0;
                }

                #fkcart-spl-addon.fkcart-checkbox-selected .fkcart-toggle-switcher input[type="checkbox"]:checked {
                    background: var(--fkcart-spl-addon-toggle-color);
                    border-color: transparent;
                }

                #fkcart-spl-addon.fkcart-checkbox-selected .fkcart-toggle-switcher input[type="checkbox"]:checked:before {
                    content: '';
                    height: 14px;
                    width: 14px;
                    position: absolute;
                    margin: auto;
                    top: 50%;
                    margin-top: -7px;
                    transform: none;
                    border: none;
                    background: var(--wpr-bg-fba73377-a98e-4140-a3f9-81f40f18c231) no-repeat center center;
                    left: 0;
                    right: 0;
                }

                /*----Dynamic Css of special add on product ------- */
                #fkcart-spl-addon {
                    background-color: var(--fkcart-spl-addon-bg-color);
                }

                #fkcart-spl-addon .fkcart-item-title {
                    color: var(--fkcart-spl-addon-heading-color);
                }

                #fkcart-spl-addon .fkcart-item-meta-content {

                    color: var(--fkcart-spl-addon-description-color);
                }

                #fkcart-spl-addon .fkcart-toggle-switcher .fkcart-spl-checkbox:checked + label span {
                    background-color: var(--fkcart-spl-addon-toggle-color);
                }

                #fkcart-spl-addon .fkcart-price-wrap {
                    margin-top: 8px;
                }

                #fkcart-spl-addon .fkcart-d-col-flex .fkcart-price-wrap del,
                #fkcart-spl-addon .fkcart-d-col-flex .fkcart-price-wrap del * {
                    font-size: 12px;
                    line-height: 1;
                    color: var(--fkcart-strike-through-price-text-color);
                }

                #fkcart-spl-addon .fkcart-d-col-flex .fkcart-price-wrap del {
                    margin-right: 4px;
                }

                #fkcart-spl-addon .fkcart-d-col-flex .fkcart-price-wrap ins,
                #fkcart-spl-addon .fkcart-price-wrap span.woocommerce-Price-amount.amount {
                    color: var(--fkcart-spl-addon-description-color);
                    font-size: 14px;
                    line-height: 1;
                    font-weight: 400;
                    text-decoration: none;
                }
            </style>
					<div data-elementor-type="popup" data-elementor-id="55277" class="elementor elementor-55277 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-64b3d781 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64b3d781" 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-392ecaaf" data-id="392ecaaf" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5b476aa elementor-section-height-full elementor-section-items-stretch elementor-section-content-middle elementor-section-full_width elementor-section-height-default" data-id="5b476aa" 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-578ef27f" data-id="578ef27f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap">
					<div class="elementor-background-overlay"></div>
							</div>
		</div>
					</div>
		</section>
				</div>
			<script>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='wc-blocks-style-css' href='https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.2.2' media='all' />
<script src="https://caredemy.co.uk/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/betterdocs/assets/blocks/categorygrid/frontend.js?ver=a4a7e7ed1fd9a2aaf85a" id="betterdocs-categorygrid-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1" id="react-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id="wc-cart-checkout-base-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "woocommerce", {"translation-revision-date":"2024-10-02 16:14:23+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"field":["field"],"Please select a %s":["Please select a %s"],"+ Add %s":["+ Add %s"],"Please select a valid option":["Please select a valid option"],"Calculate shipping for your location":["Calculate shipping for your location"],"Remove %s from cart":["Remove %s from basket"],"Polo":["Polo"],"We are experiencing difficulties with this payment method. Please contact us for assistance.":["We are experiencing difficulties with this payment method. Please contact us for assistance."],"No shipping options available":["No shipping options available"],"%s has been removed from your cart.":["%s has been removed from your basket."],"Sorry, this order requires a shipping option.":["Sorry, this order requires a shipping option."],"There are no shipping options available. Please check your shipping address.":["There are no shipping options available. Please check your shipping address."],"Total price for %1$d %2$s item: %3$s":["Total price for %1$d %2$s item: %3$s","Total price for %1$d %2$s items: %3$s"],"%d item":["%d item","%d items"],"Express Checkout":["Express Checkout"],"No registered Payment Methods":["No registered Payment Methods"],"Price between %1$s and %2$s":["Price between %1$s and %2$s"],"The type returned by checkout filters must be the same as the type they receive. The function received %1$s but returned %2$s.":["The type returned by checkout filters must be the same as the type they receive. The function received %1$s but returned %2$s."],"%s (optional)":["%s (optional)"],"Returned value must include %1$s, you passed \"%2$s\"":["Returned value must include %1$s, you passed \"%2$s\""],"Other available payment methods":["Other available payment methods"],"Use another payment method.":["Use another payment method."],"%1$s (%2$d unit)":["%1$s (%2$d unit)","%1$s (%2$d units)"],"Remove \"%s\"":["Remove \"%s\""],"Shipping to %s":["Shipping to %s"],"Remove item":["Remove item"],"Details":["Details"],"Orange":["Orange"],"Lightweight baseball cap":["Lightweight baseball cap"],"Cap":["Cap"],"Yellow":["Yellow"],"Warm hat for winter":["Warm hat for winter"],"Beanie":["Beanie"],"example product in Cart Block\u0004Beanie":["Beanie"],"example product in Cart Block\u0004Beanie with Logo":["Beanie with Logo"],"Remove coupon \"%s\"":["Remove coupon \"%s\""],"Quantity increased to %s.":["Quantity increased to %s."],"Quantity reduced to %s.":["Quantity reduced to %s."],"Quantity of %s in your cart.":["Quantity of %s in your basket."],"Loading shipping rates\u2026":["Loading shipping rates\u2026"],"%d shipping option was found":["%d shipping option was found","%d shipping options were found"],"Shipping option searched for %d package.":["Shipping option searched for %d package.","Shipping options searched for %d packages."],"%d shipping option was found.":["%d shipping option was found.","%d shipping options were found."],"Removing coupon\u2026":["Removing coupon\u2026"],"Calculated during checkout":["Calculated during checkout"],"Calculate":["Calculate"],"Choose a shipping option":["Choose a shipping option"],"There was an error with this payment method. Please verify it's configured correctly.":["There was an error with this payment method. Please verify it's configured correctly."],"Order summary":["Order summary"],"%1$s ending in %2$s (expires %3$s)":["%1$s ending in %2$s (expires %3$s)"],"There are no payment methods available. This may be an error on our side. Please contact us if you need any help placing your order.":["There are no payment methods available. This may be an error on our side. Please contact us if you need any help placing your order."],"Save payment information to my account for future purchases.":["Save payment information to my account for future purchases."],"Saved token for %s":["Saved token for %s"],"Something went wrong. Please contact us to get assistance.":["Something went wrong. Please contact us to get assistance."],"Return to Cart":["Return to Basket"],"%d left in stock":["%d left in stock"],"Discounted price:":["Discounted price:"],"Previous price:":["Previous price:"],"Including <TaxAmount\/> in taxes":["Including <TaxAmount\/> in taxes"],"Enter code":["Enter code"],"Applying coupon\u2026":["Applying coupon\u2026"],"Taxes:":["Taxes:"],"Coupon code \"%s\" has been removed from your cart.":["Coupon code \"%s\" has been removed from your basket."],"Coupon code \"%s\" has been applied to your cart.":["Coupon code \"%s\" has been applied to your basket."],"Loading\u2026":["Loading\u2026"],"Or continue below":["Or continue below"],"There was a problem with your shipping option.":["There was a problem with your shipping option."],"There was a problem with your payment option.":["There was a problem with your payment option."],"Unable to get cart data from the API.":["Unable to get basket data from the API."],"Sales tax":["Sales tax"],"Dismiss this notice":["Dismiss this notice"],"Fees:":["Fees:"],"Color":["Colour"],"Small":["Small"],"Size":["Size"],"Show less":["Show less"],"Show less options":["Show less options"],"Show %s more":["Show %s more","Show %s more"],"Show %s more option":["Show %s more option","Show %s more options"],"Or":["Or"],"There was an error loading the content.":["There was an error loading the content."],"Oops!":["Oops!"],"Read less":["Read less"],"Change address":["Change address"],"Please enter a valid email address":["Please enter a valid email address"],"%1$s ending in %2$s":["%1$s ending in %2$s"],"Coupon: %s":["Coupon: %s"],"Free shipping":["Free shipping"],"Error:":["Error:"],"Shipping options":["Shipping options"],"Subtotal":["Subtotal"],"Free":["Free"],"Discount":["Discount"],"Close":["Close"],"Apply":["Apply"],"Save %s":["Save %s"],"Shipping":["Shipping"],"Total":["Total"],"Taxes":["Taxes"],"Remove":["Remove"],"Update":["Update"],"Coupons":["Coupons"],"Product":["Product"],"Fee":["Fee"],"Subtotal:":["Subtotal:"],"Discount:":["Discount:"],"Shipping:":["Shipping:"],"Read more":["Read more"],"Available on backorder":["Available on back-order"],"Local pickup":["Local pickup"]}},"comment":{"reference":"assets\/client\/blocks\/wc-cart-checkout-base-frontend.js"}} );
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.js?ver=e4e433ec1187f2d5da6e" id="wc-cart-checkout-base-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.js?ver=c939a893efb4febadc26" id="wc-cart-checkout-vendors-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1" id="react-dom-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1" id="react-jsx-runtime-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-types.js?ver=35dee88875b85ff65531" id="wc-types-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout-events.js?ver=2d0fd4590f6cc663947c" id="wc-blocks-checkout-events-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14ea" id="wp-url-js"></script>
<script id="wp-api-fetch-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2025-08-25 13:50:40+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"You are probably offline.":["You are probably offline."],"Media upload failed. If this is a photo or a large image, please scale it down and try again.":["Media upload failed. If this is a photo or a large image, please scale it down and try again."],"The response is not a valid JSON response.":["The response is not a valid JSON response."],"An unknown error occurred.":["An unknown error occurred."]}},"comment":{"reference":"wp-includes\/js\/dist\/api-fetch.js"}} );
</script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20" id="wp-api-fetch-js"></script>
<script id="wp-api-fetch-js-after">
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://caredemy.co.uk/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "1ca4a05317" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://caredemy.co.uk/wp-admin/admin-ajax.php?action=rest-nonce";
</script>
<script id="wc-settings-js-before">
var wcSettings = wcSettings || JSON.parse( decodeURIComponent( '%7B%22shippingCostRequiresAddress%22%3Afalse%2C%22adminUrl%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fwp-admin%5C%2F%22%2C%22countries%22%3A%7B%22AF%22%3A%22Afghanistan%22%2C%22AX%22%3A%22%5Cu00c5land%20Islands%22%2C%22AL%22%3A%22Albania%22%2C%22DZ%22%3A%22Algeria%22%2C%22AS%22%3A%22American%20Samoa%22%2C%22AD%22%3A%22Andorra%22%2C%22AO%22%3A%22Angola%22%2C%22AI%22%3A%22Anguilla%22%2C%22AQ%22%3A%22Antarctica%22%2C%22AG%22%3A%22Antigua%20and%20Barbuda%22%2C%22AR%22%3A%22Argentina%22%2C%22AM%22%3A%22Armenia%22%2C%22AW%22%3A%22Aruba%22%2C%22AU%22%3A%22Australia%22%2C%22AT%22%3A%22Austria%22%2C%22AZ%22%3A%22Azerbaijan%22%2C%22BS%22%3A%22Bahamas%22%2C%22BH%22%3A%22Bahrain%22%2C%22BD%22%3A%22Bangladesh%22%2C%22BB%22%3A%22Barbados%22%2C%22BY%22%3A%22Belarus%22%2C%22PW%22%3A%22Belau%22%2C%22BE%22%3A%22Belgium%22%2C%22BZ%22%3A%22Belize%22%2C%22BJ%22%3A%22Benin%22%2C%22BM%22%3A%22Bermuda%22%2C%22BT%22%3A%22Bhutan%22%2C%22BO%22%3A%22Bolivia%22%2C%22BQ%22%3A%22Bonaire%2C%20Saint%20Eustatius%20and%20Saba%22%2C%22BA%22%3A%22Bosnia%20and%20Herzegovina%22%2C%22BW%22%3A%22Botswana%22%2C%22BV%22%3A%22Bouvet%20Island%22%2C%22BR%22%3A%22Brazil%22%2C%22IO%22%3A%22British%20Indian%20Ocean%20Territory%22%2C%22BN%22%3A%22Brunei%22%2C%22BG%22%3A%22Bulgaria%22%2C%22BF%22%3A%22Burkina%20Faso%22%2C%22BI%22%3A%22Burundi%22%2C%22KH%22%3A%22Cambodia%22%2C%22CM%22%3A%22Cameroon%22%2C%22CA%22%3A%22Canada%22%2C%22CV%22%3A%22Cape%20Verde%22%2C%22KY%22%3A%22Cayman%20Islands%22%2C%22CF%22%3A%22Central%20African%20Republic%22%2C%22TD%22%3A%22Chad%22%2C%22CL%22%3A%22Chile%22%2C%22CN%22%3A%22China%22%2C%22CX%22%3A%22Christmas%20Island%22%2C%22CC%22%3A%22Cocos%20%28Keeling%29%20Islands%22%2C%22CO%22%3A%22Colombia%22%2C%22KM%22%3A%22Comoros%22%2C%22CG%22%3A%22Congo%20%28Brazzaville%29%22%2C%22CD%22%3A%22Congo%20%28Kinshasa%29%22%2C%22CK%22%3A%22Cook%20Islands%22%2C%22CR%22%3A%22Costa%20Rica%22%2C%22HR%22%3A%22Croatia%22%2C%22CU%22%3A%22Cuba%22%2C%22CW%22%3A%22Cura%26ccedil%3Bao%22%2C%22CY%22%3A%22Cyprus%22%2C%22CZ%22%3A%22Czech%20Republic%22%2C%22DK%22%3A%22Denmark%22%2C%22DJ%22%3A%22Djibouti%22%2C%22DM%22%3A%22Dominica%22%2C%22DO%22%3A%22Dominican%20Republic%22%2C%22EC%22%3A%22Ecuador%22%2C%22EG%22%3A%22Egypt%22%2C%22SV%22%3A%22El%20Salvador%22%2C%22GQ%22%3A%22Equatorial%20Guinea%22%2C%22ER%22%3A%22Eritrea%22%2C%22EE%22%3A%22Estonia%22%2C%22SZ%22%3A%22Eswatini%22%2C%22ET%22%3A%22Ethiopia%22%2C%22FK%22%3A%22Falkland%20Islands%22%2C%22FO%22%3A%22Faroe%20Islands%22%2C%22FJ%22%3A%22Fiji%22%2C%22FI%22%3A%22Finland%22%2C%22FR%22%3A%22France%22%2C%22GF%22%3A%22French%20Guiana%22%2C%22PF%22%3A%22French%20Polynesia%22%2C%22TF%22%3A%22French%20Southern%20Territories%22%2C%22GA%22%3A%22Gabon%22%2C%22GM%22%3A%22Gambia%22%2C%22GE%22%3A%22Georgia%22%2C%22DE%22%3A%22Germany%22%2C%22GH%22%3A%22Ghana%22%2C%22GI%22%3A%22Gibraltar%22%2C%22GR%22%3A%22Greece%22%2C%22GL%22%3A%22Greenland%22%2C%22GD%22%3A%22Grenada%22%2C%22GP%22%3A%22Guadeloupe%22%2C%22GU%22%3A%22Guam%22%2C%22GT%22%3A%22Guatemala%22%2C%22GG%22%3A%22Guernsey%22%2C%22GN%22%3A%22Guinea%22%2C%22GW%22%3A%22Guinea-Bissau%22%2C%22GY%22%3A%22Guyana%22%2C%22HT%22%3A%22Haiti%22%2C%22HM%22%3A%22Heard%20Island%20and%20McDonald%20Islands%22%2C%22HN%22%3A%22Honduras%22%2C%22HK%22%3A%22Hong%20Kong%22%2C%22HU%22%3A%22Hungary%22%2C%22IS%22%3A%22Iceland%22%2C%22IN%22%3A%22India%22%2C%22ID%22%3A%22Indonesia%22%2C%22IR%22%3A%22Iran%22%2C%22IQ%22%3A%22Iraq%22%2C%22IE%22%3A%22Ireland%22%2C%22IM%22%3A%22Isle%20of%20Man%22%2C%22IL%22%3A%22Israel%22%2C%22IT%22%3A%22Italy%22%2C%22CI%22%3A%22Ivory%20Coast%22%2C%22JM%22%3A%22Jamaica%22%2C%22JP%22%3A%22Japan%22%2C%22JE%22%3A%22Jersey%22%2C%22JO%22%3A%22Jordan%22%2C%22KZ%22%3A%22Kazakhstan%22%2C%22KE%22%3A%22Kenya%22%2C%22KI%22%3A%22Kiribati%22%2C%22KW%22%3A%22Kuwait%22%2C%22KG%22%3A%22Kyrgyzstan%22%2C%22LA%22%3A%22Laos%22%2C%22LV%22%3A%22Latvia%22%2C%22LB%22%3A%22Lebanon%22%2C%22LS%22%3A%22Lesotho%22%2C%22LR%22%3A%22Liberia%22%2C%22LY%22%3A%22Libya%22%2C%22LI%22%3A%22Liechtenstein%22%2C%22LT%22%3A%22Lithuania%22%2C%22LU%22%3A%22Luxembourg%22%2C%22MO%22%3A%22Macao%22%2C%22MG%22%3A%22Madagascar%22%2C%22MW%22%3A%22Malawi%22%2C%22MY%22%3A%22Malaysia%22%2C%22MV%22%3A%22Maldives%22%2C%22ML%22%3A%22Mali%22%2C%22MT%22%3A%22Malta%22%2C%22MH%22%3A%22Marshall%20Islands%22%2C%22MQ%22%3A%22Martinique%22%2C%22MR%22%3A%22Mauritania%22%2C%22MU%22%3A%22Mauritius%22%2C%22YT%22%3A%22Mayotte%22%2C%22MX%22%3A%22Mexico%22%2C%22FM%22%3A%22Micronesia%22%2C%22MD%22%3A%22Moldova%22%2C%22MC%22%3A%22Monaco%22%2C%22MN%22%3A%22Mongolia%22%2C%22ME%22%3A%22Montenegro%22%2C%22MS%22%3A%22Montserrat%22%2C%22MA%22%3A%22Morocco%22%2C%22MZ%22%3A%22Mozambique%22%2C%22MM%22%3A%22Myanmar%22%2C%22NA%22%3A%22Namibia%22%2C%22NR%22%3A%22Nauru%22%2C%22NP%22%3A%22Nepal%22%2C%22NL%22%3A%22Netherlands%22%2C%22NC%22%3A%22New%20Caledonia%22%2C%22NZ%22%3A%22New%20Zealand%22%2C%22NI%22%3A%22Nicaragua%22%2C%22NE%22%3A%22Niger%22%2C%22NG%22%3A%22Nigeria%22%2C%22NU%22%3A%22Niue%22%2C%22NF%22%3A%22Norfolk%20Island%22%2C%22KP%22%3A%22North%20Korea%22%2C%22MK%22%3A%22North%20Macedonia%22%2C%22MP%22%3A%22Northern%20Mariana%20Islands%22%2C%22NO%22%3A%22Norway%22%2C%22OM%22%3A%22Oman%22%2C%22PK%22%3A%22Pakistan%22%2C%22PS%22%3A%22Palestinian%20Territory%22%2C%22PA%22%3A%22Panama%22%2C%22PG%22%3A%22Papua%20New%20Guinea%22%2C%22PY%22%3A%22Paraguay%22%2C%22PE%22%3A%22Peru%22%2C%22PH%22%3A%22Philippines%22%2C%22PN%22%3A%22Pitcairn%22%2C%22PL%22%3A%22Poland%22%2C%22PT%22%3A%22Portugal%22%2C%22PR%22%3A%22Puerto%20Rico%22%2C%22QA%22%3A%22Qatar%22%2C%22RE%22%3A%22Reunion%22%2C%22RO%22%3A%22Romania%22%2C%22RU%22%3A%22Russia%22%2C%22RW%22%3A%22Rwanda%22%2C%22ST%22%3A%22S%26atilde%3Bo%20Tom%26eacute%3B%20and%20Pr%26iacute%3Bncipe%22%2C%22BL%22%3A%22Saint%20Barth%26eacute%3Blemy%22%2C%22SH%22%3A%22Saint%20Helena%22%2C%22KN%22%3A%22Saint%20Kitts%20and%20Nevis%22%2C%22LC%22%3A%22Saint%20Lucia%22%2C%22SX%22%3A%22Saint%20Martin%20%28Dutch%20part%29%22%2C%22MF%22%3A%22Saint%20Martin%20%28French%20part%29%22%2C%22PM%22%3A%22Saint%20Pierre%20and%20Miquelon%22%2C%22VC%22%3A%22Saint%20Vincent%20and%20the%20Grenadines%22%2C%22WS%22%3A%22Samoa%22%2C%22SM%22%3A%22San%20Marino%22%2C%22SA%22%3A%22Saudi%20Arabia%22%2C%22SN%22%3A%22Senegal%22%2C%22RS%22%3A%22Serbia%22%2C%22SC%22%3A%22Seychelles%22%2C%22SL%22%3A%22Sierra%20Leone%22%2C%22SG%22%3A%22Singapore%22%2C%22SK%22%3A%22Slovakia%22%2C%22SI%22%3A%22Slovenia%22%2C%22SB%22%3A%22Solomon%20Islands%22%2C%22SO%22%3A%22Somalia%22%2C%22ZA%22%3A%22South%20Africa%22%2C%22GS%22%3A%22South%20Georgia%5C%2FSandwich%20Islands%22%2C%22KR%22%3A%22South%20Korea%22%2C%22SS%22%3A%22South%20Sudan%22%2C%22ES%22%3A%22Spain%22%2C%22LK%22%3A%22Sri%20Lanka%22%2C%22SD%22%3A%22Sudan%22%2C%22SR%22%3A%22Suriname%22%2C%22SJ%22%3A%22Svalbard%20and%20Jan%20Mayen%22%2C%22SE%22%3A%22Sweden%22%2C%22CH%22%3A%22Switzerland%22%2C%22SY%22%3A%22Syria%22%2C%22TW%22%3A%22Taiwan%22%2C%22TJ%22%3A%22Tajikistan%22%2C%22TZ%22%3A%22Tanzania%22%2C%22TH%22%3A%22Thailand%22%2C%22TL%22%3A%22Timor-Leste%22%2C%22TG%22%3A%22Togo%22%2C%22TK%22%3A%22Tokelau%22%2C%22TO%22%3A%22Tonga%22%2C%22TT%22%3A%22Trinidad%20and%20Tobago%22%2C%22TN%22%3A%22Tunisia%22%2C%22TR%22%3A%22T%5Cu00fcrkiye%22%2C%22TM%22%3A%22Turkmenistan%22%2C%22TC%22%3A%22Turks%20and%20Caicos%20Islands%22%2C%22TV%22%3A%22Tuvalu%22%2C%22UG%22%3A%22Uganda%22%2C%22UA%22%3A%22Ukraine%22%2C%22AE%22%3A%22United%20Arab%20Emirates%22%2C%22GB%22%3A%22United%20Kingdom%20%28UK%29%22%2C%22US%22%3A%22United%20States%20%28US%29%22%2C%22UM%22%3A%22United%20States%20%28US%29%20Minor%20Outlying%20Islands%22%2C%22UY%22%3A%22Uruguay%22%2C%22UZ%22%3A%22Uzbekistan%22%2C%22VU%22%3A%22Vanuatu%22%2C%22VA%22%3A%22Vatican%22%2C%22VE%22%3A%22Venezuela%22%2C%22VN%22%3A%22Vietnam%22%2C%22VG%22%3A%22Virgin%20Islands%20%28British%29%22%2C%22VI%22%3A%22Virgin%20Islands%20%28US%29%22%2C%22WF%22%3A%22Wallis%20and%20Futuna%22%2C%22EH%22%3A%22Western%20Sahara%22%2C%22YE%22%3A%22Yemen%22%2C%22ZM%22%3A%22Zambia%22%2C%22ZW%22%3A%22Zimbabwe%22%7D%2C%22currency%22%3A%7B%22code%22%3A%22GBP%22%2C%22precision%22%3A2%2C%22symbol%22%3A%22%5Cu00a3%22%2C%22symbolPosition%22%3A%22left%22%2C%22decimalSeparator%22%3A%22.%22%2C%22thousandSeparator%22%3A%22%2C%22%2C%22priceFormat%22%3A%22%251%24s%252%24s%22%7D%2C%22currentUserId%22%3A0%2C%22currentUserIsAdmin%22%3Afalse%2C%22currentThemeIsFSETheme%22%3Afalse%2C%22dateFormat%22%3A%22F%20j%2C%20Y%22%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2F%22%2C%22locale%22%3A%7B%22siteLocale%22%3A%22en_GB%22%2C%22userLocale%22%3A%22en_GB%22%2C%22weekdaysShort%22%3A%5B%22Sun%22%2C%22Mon%22%2C%22Tue%22%2C%22Wed%22%2C%22Thu%22%2C%22Fri%22%2C%22Sat%22%5D%7D%2C%22isRemoteLoggingEnabled%22%3Atrue%2C%22dashboardUrl%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fmy-account%5C%2F%22%2C%22orderStatuses%22%3A%7B%22pending%22%3A%22Pending%20payment%22%2C%22processing%22%3A%22Processing%22%2C%22on-hold%22%3A%22On%20hold%22%2C%22completed%22%3A%22Completed%22%2C%22cancelled%22%3A%22Cancelled%22%2C%22refunded%22%3A%22Refunded%22%2C%22failed%22%3A%22Failed%22%2C%22checkout-draft%22%3A%22Draft%22%2C%22wfocu-pri-order%22%3A%22Primary%20Order%20Accepted%22%7D%2C%22placeholderImgSrc%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fwp-content%5C%2Fuploads%5C%2Fwoocommerce-placeholder-285x190.png%22%2C%22productsSettings%22%3A%7B%22cartRedirectAfterAdd%22%3Atrue%7D%2C%22siteTitle%22%3A%22Caredemy%22%2C%22storePages%22%3A%7B%22myaccount%22%3A%7B%22id%22%3A19%2C%22title%22%3A%22My%20Account%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fmy-account%5C%2F%22%7D%2C%22shop%22%3A%7B%22id%22%3A38662%2C%22title%22%3A%22Shop%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fshop%5C%2F%22%7D%2C%22cart%22%3A%7B%22id%22%3A38181%2C%22title%22%3A%22Cart%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fcart%5C%2F%22%7D%2C%22checkout%22%3A%7B%22id%22%3A38185%2C%22title%22%3A%22Checkout%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fcheckout-main%5C%2F%22%7D%2C%22privacy%22%3A%7B%22id%22%3A28678%2C%22title%22%3A%22Privacy%20%26%20Cookies%20Policy%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fprivacy-cookies-policy%5C%2F%22%7D%2C%22terms%22%3A%7B%22id%22%3A28673%2C%22title%22%3A%22Terms%20%26%20Conditions%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fterms-conditions%5C%2F%22%7D%7D%2C%22wcAssetUrl%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce%5C%2Fassets%5C%2F%22%2C%22wcVersion%22%3A%2210.2.2%22%2C%22wpLoginUrl%22%3A%22https%3A%5C%2F%5C%2Fcaredemy.co.uk%5C%2Fwp-login.php%22%2C%22wpVersion%22%3A%226.8.3%22%7D' ) );
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=508473c3c2ece9af8f8f" id="wc-settings-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c" id="wp-deprecated-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/dom.min.js?ver=80bd57c84b45cf04f4ce" id="wp-dom-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2" id="wp-escape-html-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/element.min.js?ver=a4eeeadd23c0d7ab1d2d" id="wp-element-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979" id="wp-is-shallow-equal-js"></script>
<script id="wp-keycodes-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2025-08-25 13:50:40+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Tilde":["Tilde"],"Backtick":["Backtick"],"Period":["Period"],"Comma":["Comma"]}},"comment":{"reference":"wp-includes\/js\/dist\/keycodes.js"}} );
</script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/keycodes.min.js?ver=034ff647a54b018581d3" id="wp-keycodes-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/priority-queue.min.js?ver=9c21c957c7e50ffdbf48" id="wp-priority-queue-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/compose.min.js?ver=84bcf832a5c99203f3db" id="wp-compose-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/private-apis.min.js?ver=0f8478f1ba7e0eea562b" id="wp-private-apis-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53" id="wp-redux-routine-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/data.min.js?ver=fe6c4835cd00e12493c3" id="wp-data-js"></script>
<script id="wp-data-js-after">
( function() {
	var userId = 0;
	var storageKey = "WP_DATA_USER_" + userId;
	wp.data
		.use( wp.data.plugins.persistence, { storageKey: storageKey } );
} )();
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=a16aa912ffa0a15063f1" id="wc-blocks-registry-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/data-controls.min.js?ver=49f5587e8b90f9e7cc7e" id="wp-data-controls-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/html-entities.min.js?ver=2cd3358363e0675638fb" id="wp-html-entities-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/notices.min.js?ver=673a68a7ac2f556ed50b" id="wp-notices-js"></script>
<script id="wc-blocks-middleware-js-before">
			var wcBlocksMiddlewareConfig = {
				storeApiNonce: '1596a8882a',
				wcStoreApiNonceTimestamp: '1759347037'
			};
			
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=d79dedade2f2e4dc9df4" id="wc-blocks-middleware-js"></script>
<script id="wc-blocks-data-store-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "woocommerce", {"translation-revision-date":"2024-10-02 16:14:23+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"\"%s\" was removed from your cart.":["\"%s\" was removed from your basket."],"Polo":["Polo"],"%s (optional)":["%s (optional)"],"There was an error registering the payment method with id '%s': ":["There was an error registering the payment method with ID '%s': "],"Orange":["Orange"],"Lightweight baseball cap":["Lightweight baseball cap"],"Cap":["Cap"],"Yellow":["Yellow"],"Warm hat for winter":["Warm hat for winter"],"Beanie":["Beanie"],"example product in Cart Block\u0004Beanie":["Beanie"],"example product in Cart Block\u0004Beanie with Logo":["Beanie with Logo"],"Something went wrong. Please contact us to get assistance.":["Something went wrong. Please contact us to get assistance."],"Unable to get cart data from the API.":["Unable to get basket data from the API."],"The response is not a valid JSON response.":["The response is not a valid JSON response."],"Sales tax":["Sales tax"],"Color":["Colour"],"Small":["Small"],"Size":["Size"],"Free shipping":["Free shipping"],"Shipping":["Shipping"],"Fee":["Fee"],"Local pickup":["Local pickup"]}},"comment":{"reference":"assets\/client\/blocks\/wc-blocks-data.js"}} );
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=330a6892721994aa0779" id="wc-blocks-data-store-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script id="wp-a11y-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2025-08-25 13:50:40+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
</script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/primitives.min.js?ver=aef2543ab60c8c9bb609" id="wp-primitives-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=14f739e1c451e591f9da" id="wc-blocks-components-js"></script>
<script src="https://caredemy.co.uk/wp-includes/js/dist/warning.min.js?ver=ed7c8b0940914f4fe44b" id="wp-warning-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=a1c2e7c31247ee1ae717" id="wc-blocks-checkout-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/blocks/build/wallet/frontend.js?ver=0bb60aec10b49d2b3067" id="wt-gc-blocks-wallet-frontend-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/blocks/build/gift-card/frontend.js?ver=77879e41eb9ea2487c08" id="wt-gc-blocks-gift-card-frontend-js"></script>
<script data-no-defer="1" data-no-optimize="1" data-no-minify="1" data-cfasync="false" nowprocket src="https://caredemy.co.uk/wp-content/plugins/gspeech/includes/js/gspeech_front_inline.js?ver=3.17.12" id="wpgs-script776-js"></script>
<script data-no-defer="1" data-no-optimize="1" data-no-minify="1" data-cfasync="false" nowprocket id="wpgs-script776-js-after">
!function(){var d=document,e=d.getElementById('gsp_data_html');if(!e){e=d.createElement('div'),e.id='gsp_data_html',e.setAttribute('data-g_version','3.17.12'),e.setAttribute('data-w_id','1224fac50977929b31203f7d61000a46'),e.setAttribute('data-lazy_load','1'),e.setAttribute('data-reload_session','0'),e.setAttribute('data-gt-w','gsp_clgtranslate_wrapper'),e.setAttribute('data-vv_index','13269331'),e.setAttribute('data-ref',encodeURI('')),e.setAttribute('data-s_enc',''),e.setAttribute('data-h_enc',''),e.setAttribute('data-hh_enc',''),(d.body||d.documentElement).appendChild(e)}}();
</script>
<script id="wpgs-script777-js-extra">
var gsp_ajax_obj = {"ajax_url":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","nonce":"7367bcd3f7"};
</script>
<script data-no-defer="1" data-no-optimize="1" data-no-minify="1" data-cfasync="false" nowprocket src="https://caredemy.co.uk/wp-content/plugins/gspeech/includes/js/gspeech_front.js?ver=3.17.12" id="wpgs-script777-js"></script>
<script id="fwc_variation_script-js-extra">
var fwc_variation_vars = {"fwc_credit_label":"Credits"};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/fast-woocredit-pro/assets/js/fwc_variation_script.js?ver=1" id="fwc_variation_script-js"></script>
<script id="thickbox-js-extra">
var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/caredemy.co.uk\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
</script>
<script src="https://caredemy.co.uk/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105" id="thickbox-js"></script>
<script id="fwc-credit-script-js-extra">
var cart_ajax = {"ajaxurl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php"};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/fast-woocredit-pro/assets/js/fwc_credit.js?ver=1" id="fwc-credit-script-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom//js/libs/pair-select.min.js?ver=1.0" id="pair-js-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom//js/libs/sweetalert.min.js?ver=3.2.2" id="sweetalert-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom//js/libs/jquery.validate.min.js?ver=1.11.1" id="jquery-validate-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom//js/libs/select2.min.js?ver=4.0.13" id="jquery-select2-js"></script>
<script id="ld-classroom-script-js-extra">
var ld_classroom_ajax_object = {"ajaxurl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","translations":{"placeholder_select_a_teachers":"Select teachers","placeholder_select_a_students":"Select students","please_wait_to_load":"Please wait to load..."}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom/js/classroom.js?ver=2.12.1.6" id="ld-classroom-script-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom/js/student.js?ver=2.12.1.6" id="ld-student-script-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-classroom/js/classrooms-report.js?ver=2.12.1.6" id="ld-classrooms-report-script-js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js" id="bootstrap-js-js"></script>
<script src="https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js" id="datatables-js-js"></script>
<script src="https://cdn.datatables.net/fixedheader/3.2.4/js/dataTables.fixedHeader.min.js" id="datatables-fixedheader-js-js"></script>
<script src="https://cdn.datatables.net/fixedcolumns/4.0.1/js/dataTables.fixedColumns.min.js" id="datatables-fixedcolumns-js-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-course-student-list-1/js/modal.js" id="lcs-modal-js-js"></script>
<script id="lcs-course-select-ajax-js-extra">
var public = {"ajax_url":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php"};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/learndash-course-student-list-1/js/course-select-ajax.js" id="lcs-course-select-ajax-js"></script>
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0/dist/js/select2.min.js" id="select2-js-js"></script>
<script id="select2-js-js-after">
jQuery(document).ready(function($) {
            $('#course-select').select2({
                width: 'resolve' 
            });
        });
</script>
<script id="rtrar.appLocal-js-extra">
var rtafr = {"rules":""};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.7.7" id="rtrar.appLocal-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/tin-canny-learndash-reporting/src/assets/admin/js/dist/runtime.min.js" id="tc_runtime-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/tin-canny-learndash-reporting/src/assets/admin/js/dist/vendors.min.js" id="tc_vendors-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js?ver=1.22.1" id="gtm4wp-ecommerce-generic-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js?ver=1.22.1" id="gtm4wp-woocommerce-js"></script>
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/checkouts\/|\/courses\/|\/group-certificate-management\/|\/group-reporting\/|\/groups-enrolment-page\/|\/groups-subscription\/|\/groups\/|\/learner-dashboard\/|\/lessons\/|\/login\/|\/offer\/|\/quizzes\/|\/topic\/|\/wp-json\/autonami-app\/|\/wp-json\/funnelkit-app\/|\/wp-json\/funnelkit-automations\/|\/wp-json\/woofunnels\/|\/wp-login.php(.*)\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout-main\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/wp-json\/autonami-app\/*|\/wp-json\/woofunnels\/*|\/wp-json\/funnelkit-automations\/*|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/caredemy.co.uk","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareurl(https://caredemy.co.uk/wp-content/uploads/elementor/css/t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.min.js?ver=2.11.8" id="tippy-core-js"></script>
<script src="https://unpkg.com/tippy.js@6/dist/tippy-bundle.umd.min.js?ver=6.3.7" id="tippy-js-js"></script>
<script id="toggle-script-js-extra">
var toggleData = {"ajaxUrl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php"};
</script>
<script src="https://caredemy.co.uk/wp-content/themes/kadence-child/toggle.js" id="toggle-script-js"></script>
<script id="kadence-navigation-js-extra">
var kadenceConfig = {"screenReader":{"expand":"Child menu","expandOf":"Child menu of","collapse":"Child menu","collapseOf":"Child menu of"},"breakPoints":{"desktop":"1024","tablet":768},"scrollOffset":"0"};
</script>
<script src="https://caredemy.co.uk/wp-content/themes/kadence/assets/js/navigation.min.js?ver=1.3.6" id="kadence-navigation-js" async></script>
<script id="learndash-front-js-extra">
var ldVars = {"postID":"740711","videoReqMsg":"You must watch the video before accessing this content","ajaxurl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php"};
</script>
<script src="//caredemy.co.uk/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=4.23.2" id="learndash-front-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.32.3" id="elementor-webpack-runtime-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.32.3" id="elementor-frontend-modules-js"></script>
<script id="elementor-frontend-js-extra">
var uael_particles_script = {"uael_particles_url":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js","snowflakes_image":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/snowflake.svg","gift":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/gift.png","tree":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/tree.png","skull":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/skull.png","ghost":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/ghost.png","moon":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/moon.png","bat":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/bat.png","pumpkin":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/pumpkin.png"};
</script>
<script id="elementor-frontend-js-before">
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.32.3","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"landing-pages":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"mega-menu":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/caredemy.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"e360eb85f6"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"body_background_background":"classic","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":0,"title":"Page not found - Caredemy","excerpt":""}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.32.3" id="elementor-frontend-js"></script>
<script id="elementor-frontend-js-after">
window.scope_array = [];
								window.backend = 0;
								jQuery.cachedScript = function( url, options ) {
									// Allow user to set any option except for dataType, cache, and url.
									options = jQuery.extend( options || {}, {
										dataType: "script",
										cache: true,
										url: url
									});
									// Return the jqXHR object so we can chain callbacks.
									return jQuery.ajax( options );
								};
							    jQuery( window ).on( "elementor/frontend/init", function() {
									elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){
										if ( "undefined" == typeof $scope ) {
												return;
										}
										if ( $scope.hasClass( "uael-particle-yes" ) ) {
											window.scope_array.push( $scope );
											$scope.find(".uael-particle-wrapper").addClass("js-is-enabled");
										}else{
											return;
										}
										if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){
											var uael_url = uael_particles_script.uael_particles_url;

											jQuery.cachedScript( uael_url );
											window.backend = 1;
										}else if(elementorFrontend.isEditMode()){
											var uael_url = uael_particles_script.uael_particles_url;
											jQuery.cachedScript( uael_url ).done(function(){
												var flag = true;
											});
										}
									});
								});

								// Added both `document` and `window` event listeners to address issues where some users faced problems with the `document` event not triggering as expected.
								// Define cachedScript globally to avoid redefining it.

								jQuery.cachedScript = function(url, options) {
									options = jQuery.extend(options || {}, {
										dataType: "script",
										cache: true,
										url: url
									});
									return jQuery.ajax(options); // Return the jqXHR object so we can chain callbacks
								};

								let uael_particle_loaded = false; //flag to prevent multiple script loads.

								jQuery( document ).on( "ready elementor/popup/show", () => {
										loadParticleScript();
								});

								jQuery( window ).one( "elementor/frontend/init", () => {
								 	if (!uael_particle_loaded) {
										loadParticleScript();
									}
								});
								
								function loadParticleScript(){
								 	// Use jQuery to check for the presence of the element
									if (jQuery(".uael-particle-yes").length < 1) {
										return;
									}
									
									uael_particle_loaded = true;
									var uael_url = uael_particles_script.uael_particles_url;
									// Call the cachedScript function
									jQuery.cachedScript(uael_url);
								}
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script>
<script id="uael-woocommerce-js-extra">
var uael_wc_script = {"ajax_url":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","get_product_nonce":"894af7b22e","quick_view_nonce":"c0435dcef9","add_cart_nonce":"2fa927a287","checkout_update_nonce":"83d3ef3579","is_cart":"","is_single_product":"","view_cart":"View cart","cart_url":"https:\/\/caredemy.co.uk\/cart\/"};
var uael_woo_chekout = {"validation_msg":"Invalid or data missing in the required(*) fields."};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/ultimate-elementor/assets/min-js/uael-woocommerce.min.js?ver=1.40.4" id="uael-woocommerce-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.32.2" id="e-sticky-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/ultimate-elementor/assets/js/uael-sticky-header.js?ver=1.40.4" id="uae-sticky-header-js"></script>
<script id="wt-woocommerce-gift-cards_gift_card_balance_check-js-extra">
var wt_gc_balance_check_params = {"ajax_url":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","nonce":"02a0a40556","ajax_error":"An error occurred, please try again."};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/wt-woocommerce-gift-cards/public/modules/gift-card-public/assets/js/gift-card-balance-check.js?ver=1.7.0" id="wt-woocommerce-gift-cards_gift_card_balance_check-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.2.2" id="sourcebuster-js-js"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/caredemy.co.uk\/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 src="https://caredemy.co.uk/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.2.2" id="wc-order-attribution-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.7.7" id="rtrar.app-js"></script>
<script id="jquery-dgwt-wcas-js-extra">
var dgwt_wcas = {"labels":{"product_plu":"Products","vendor":"Vendor","vendor_plu":"Vendors","sku_label":"SKU:","sale_badge":"Sale","vendor_sold_by":"Sold by:","featured_badge":"Featured","in":"in","read_more":"continue reading","no_results":"\"No results\"","no_results_default":"No results","show_more":"See all products...","show_more_details":"See all products...","search_placeholder":"Search for courses...","submit":"Search","search_hist":"Your search history","search_hist_clear":"Clear","mob_overlay_label":"Open search in the mobile overlay","post_type_post_plu":"Posts","post_type_post":"Post","post_type_page_plu":"Pages","post_type_page":"Page","tax_product_cat_plu":"Categories","tax_product_cat":"Category","tax_product_tag_plu":"Tags","tax_product_tag":"Tag","tax_product_brand_plu":"Brands","tax_product_brand":"Brand"},"ajax_search_endpoint":"https:\/\/caredemy.co.uk\/fibosearch\/","ajax_details_endpoint":"\/?wc-ajax=dgwt_wcas_result_details","ajax_prices_endpoint":"\/?wc-ajax=dgwt_wcas_get_prices","action_search":"dgwt_wcas_ajax_search","action_result_details":"dgwt_wcas_result_details","action_get_prices":"dgwt_wcas_get_prices","min_chars":"3","width":"auto","show_details_panel":"","show_images":"1","show_price":"","show_desc":"","show_sale_badge":"","show_featured_badge":"","dynamic_prices":"","is_rtl":"","show_preloader":"1","show_headings":"1","preloader_url":"","taxonomy_brands":"","img_url":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/ajax-search-for-woocommerce-premium\/assets\/img\/","is_premium":"1","layout_breakpoint":"992","mobile_overlay_breakpoint":"992","mobile_overlay_wrapper":"body","mobile_overlay_delay":"0","debounce_wait_ms":"100","send_ga_events":"1","enable_ga_site_search_module":"","magnifier_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\t xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n\t\t\t\t\t viewBox=\"0 0 51.539 51.361\" xml:space=\"preserve\">\n\t\t             <path \t\t\t\t\t\t d=\"M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","magnifier_icon_pirx":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\">\n\t\t\t\t\t<path  d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\n\t\t\t\t\t\t  1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\n\t\t\t\t\t\t  0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\n\t\t\t\t\t\t  -0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\n\t\t\t\t\t\t  9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\n\t\t\t\t\t\t  2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\n\t\t\t\t\t\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","history_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"16\">\n\t\t\t\t\t<g transform=\"translate(-17.498822,-36.972165)\">\n\t\t\t\t\t\t<path \t\t\t\t\t\t\td=\"m 26.596964,52.884295 c -0.954693,-0.11124 -2.056421,-0.464654 -2.888623,-0.926617 -0.816472,-0.45323 -1.309173,-0.860824 -1.384955,-1.145723 -0.106631,-0.400877 0.05237,-0.801458 0.401139,-1.010595 0.167198,-0.10026 0.232609,-0.118358 0.427772,-0.118358 0.283376,0 0.386032,0.04186 0.756111,0.308336 1.435559,1.033665 3.156285,1.398904 4.891415,1.038245 2.120335,-0.440728 3.927688,-2.053646 4.610313,-4.114337 0.244166,-0.737081 0.291537,-1.051873 0.293192,-1.948355 0.0013,-0.695797 -0.0093,-0.85228 -0.0806,-1.189552 -0.401426,-1.899416 -1.657702,-3.528366 -3.392535,-4.398932 -2.139097,-1.073431 -4.69701,-0.79194 -6.613131,0.727757 -0.337839,0.267945 -0.920833,0.890857 -1.191956,1.27357 -0.66875,0.944 -1.120577,2.298213 -1.120577,3.35859 v 0.210358 h 0.850434 c 0.82511,0 0.854119,0.0025 0.974178,0.08313 0.163025,0.109516 0.246992,0.333888 0.182877,0.488676 -0.02455,0.05927 -0.62148,0.693577 -1.32651,1.40957 -1.365272,1.3865 -1.427414,1.436994 -1.679504,1.364696 -0.151455,-0.04344 -2.737016,-2.624291 -2.790043,-2.784964 -0.05425,-0.16438 0.02425,-0.373373 0.179483,-0.477834 0.120095,-0.08082 0.148717,-0.08327 0.970779,-0.08327 h 0.847035 l 0.02338,-0.355074 c 0.07924,-1.203664 0.325558,-2.153721 0.819083,-3.159247 1.083047,-2.206642 3.117598,-3.79655 5.501043,-4.298811 0.795412,-0.167616 1.880855,-0.211313 2.672211,-0.107576 3.334659,0.437136 6.147035,3.06081 6.811793,6.354741 0.601713,2.981541 -0.541694,6.025743 -2.967431,7.900475 -1.127277,0.871217 -2.441309,1.407501 -3.893104,1.588856 -0.447309,0.05588 -1.452718,0.06242 -1.883268,0.01225 z m 3.375015,-5.084703 c -0.08608,-0.03206 -2.882291,-1.690237 -3.007703,-1.783586 -0.06187,-0.04605 -0.160194,-0.169835 -0.218507,-0.275078 L 26.639746,45.549577 V 43.70452 41.859464 L 26.749,41.705307 c 0.138408,-0.195294 0.31306,-0.289155 0.538046,-0.289155 0.231638,0 0.438499,0.109551 0.563553,0.298452 l 0.10019,0.151342 0.01053,1.610898 0.01053,1.610898 0.262607,0.154478 c 1.579961,0.929408 2.399444,1.432947 2.462496,1.513106 0.253582,0.322376 0.140877,0.816382 -0.226867,0.994404 -0.148379,0.07183 -0.377546,0.09477 -0.498098,0.04986 z\"\/>\n\t\t\t\t\t<\/g>\n\t\t\t\t<\/svg>\n\t\t\t\t","close_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","back_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M14 6.125H3.351l4.891-4.891L7 0 0 7l7 7 1.234-1.234L3.35 7.875H14z\" fill-rule=\"evenodd\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","preloader_icon":"\t\t\t\t<svg class=\"dgwt-wcas-loader-circular \" viewBox=\"25 25 50 50\">\n\t\t\t\t\t<circle class=\"dgwt-wcas-loader-circular-path\" cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\"\n\t\t\t\t\t\t stroke-miterlimit=\"10\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_inactive_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-inactive\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5ZM12 12Q12.425 12 12.713 11.712Q13 11.425 13 11V5Q13 4.575 12.713 4.287Q12.425 4 12 4Q11.575 4 11.288 4.287Q11 4.575 11 5V11Q11 11.425 11.288 11.712Q11.575 12 12 12Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_active_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-active\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_disabled_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-disabled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M16.725 13.4 15.975 12.625Q16.1 12.325 16.2 11.9Q16.3 11.475 16.3 11H17.3Q17.3 11.75 17.138 12.337Q16.975 12.925 16.725 13.4ZM13.25 9.9 9.3 5.925V5Q9.3 4.15 9.875 3.575Q10.45 3 11.3 3Q12.125 3 12.713 3.575Q13.3 4.15 13.3 5V9.7Q13.3 9.75 13.275 9.8Q13.25 9.85 13.25 9.9ZM10.8 20.5V17.025Q8.45 16.775 6.875 15.062Q5.3 13.35 5.3 11H6.3Q6.3 13.075 7.763 14.537Q9.225 16 11.3 16Q12.375 16 13.312 15.575Q14.25 15.15 14.925 14.4L15.625 15.125Q14.9 15.9 13.913 16.4Q12.925 16.9 11.8 17.025V20.5ZM19.925 20.825 1.95 2.85 2.675 2.15 20.65 20.125Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","custom_params":{},"convert_html":"1","suggestions_wrapper":"body","show_product_vendor":"","disable_hits":"","disable_submit":"","fixer":{"broken_search_ui":true,"broken_search_ui_ajax":true,"broken_search_ui_hard":false,"broken_search_elementor_popups":true,"broken_search_jet_mobile_menu":true,"broken_search_browsers_back_arrow":true,"force_refresh_checkout":true},"voice_search_enabled":"","voice_search_lang":"en-GB","show_recently_searched_products":"","show_recently_searched_phrases":"","go_to_first_variation_on_submit":""};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/js/search.min.js?ver=1.31.0" id="jquery-dgwt-wcas-js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=explicit&amp;ver=3.32.2" id="elementor-recaptcha_v3-api-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.32.2" id="elementor-pro-webpack-runtime-js"></script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php","nonce":"32367611a2","urls":{"assets":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/caredemy.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":false},"popup":{"hasPopUps":true},"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"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/caredemy.co.uk\/cart\/","checkout_page_url":"https:\/\/caredemy.co.uk\/checkout-main\/","fragments_nonce":"831357e80e"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/caredemy.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.32.2" id="elementor-pro-frontend-js"></script>
<script src="https://caredemy.co.uk/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.32.2" id="pro-elements-handlers-js"></script>
		<script>
				setTimeout(function(){
				// Loop through each div element with the wt class. 
				jQuery(".wbte-gc-product-addtocart-button").each(function () {
					var product_link = jQuery(this).attr('data-product_link');
					var product_text = jQuery(this).attr('data-product_text');
					var product_classes = jQuery(this).attr('class');
					// Replace the current button with the a tag.
					var wt_button = '<a href="' + product_link + '" class="'+product_classes+'"><span>' + product_text + '</span></a>';
					jQuery(this).replaceWith(wt_button);

				});
				}, 1000);

		</script>
		    <script type="text/javascript" id="wpgs-script777-js-extra-fallback" data-no-defer="1" data-no-optimize="1" data-no-minify="1" data-cfasync="false" nowprocket>var gsp_ajax_obj = {"ajax_url": "https:\/\/caredemy.co.uk\/wp-admin\/admin-ajax.php", "nonce": "7367bcd3f7"};if (!window.gsp_ajax_obj) { window.gsp_ajax_obj = gsp_ajax_obj; }</script>
	<script id="wpgs-fallback-init" data-no-defer="1" data-no-optimize="1" data-no-minify="1" data-cfasync="false" nowprocket>(function(){try{var scripts=document.scripts,exists=false;for(var i=0;i<scripts.length;i++){if(/gspeech_front\.js/i.test(scripts[i].src)){exists=true;break;}}if(window.gspeechFront||document.getElementById("wpgs-script777-js")||exists){console.log("[GSpeech] gspeech_front.js already loaded");return;}function ensureDataDiv(){if(!document.getElementById('gsp_data_html')){var d=document.createElement('div');d.id='gsp_data_html';d.setAttribute('data-g_version',"3.17.12");d.setAttribute('data-w_id',"1224fac50977929b31203f7d61000a46");d.setAttribute('data-s_enc','');d.setAttribute('data-h_enc','');d.setAttribute('data-hh_enc','');d.setAttribute('data-lazy_load',1);d.setAttribute('data-reload_session',0);d.setAttribute('data-gt-w',"gsp_clgtranslate_wrapper");d.setAttribute('data-vv_index',13269331);d.setAttribute('data-ref',encodeURI(""));(document.body||document.documentElement).appendChild(d);}}if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',ensureDataDiv);}else{ensureDataDiv();}console.warn("[GSpeech] gspeech_front.js not found — loading fallback");function loadScript(src,id,cb){var s=document.createElement("script");if(id)s.id=id;s.setAttribute("data-no-defer","");s.setAttribute("data-no-optimize","");s.setAttribute("data-cfasync","false");s.src=src;s.onload=function(){cb&&cb();};s.onerror=function(){cb&&cb();};(document.head||document.documentElement).appendChild(s);}if(!window.jQuery){loadScript("https:\/\/caredemy.co.uk\/wp-includes\/js\/jquery\/jquery.min.js?v=3.17.12","wpgs-jquery-fallback",function(){loadScript("https:\/\/caredemy.co.uk\/wp-content\/plugins\/gspeech\/includes\/js\/gspeech_front.js?v=3.17.12","wpgs-script777-js");});}else{loadScript("https:\/\/caredemy.co.uk\/wp-content\/plugins\/gspeech\/includes\/js\/gspeech_front.js?v=3.17.12","wpgs-script777-js");}}catch(e){console.error("[GSpeech] fallback error:",e);}})();</script>
    <div id="gsp_data_html" data-g_version="3.17.12" data-w_id="1224fac50977929b31203f7d61000a46" data-s_enc="" data-h_enc="" data-hh_enc="" data-lazy_load="1" data-reload_session="0" data-gt-w="gsp_clgtranslate_wrapper" data-vv_index="13269331" data-ref=""></div>
</body>
</html>
