﻿:root	{
	--darkBlue: #56D8C9;
	--lightBlue: #00a2f4;
	--lightGreen: #6d9656;
	--letterSpacing: -0.03em;
}

/* NEW PANEL 2024 */


section {padding: 0 0 20px 0;}

.slick-arrow.hero-prev {transform: rotate(180deg);}

.two-col-grid-gallery-text.flipped .inner	{flex-direction: row-reverse}
.two-col-grid-gallery-text .inner			{display: flex; gap: 40px; align-items: center}
.grid-gallery								{display: flex; width: 50%; flex-wrap: wrap; gap:15px;}
.grid-gallery .slide						{width: calc(50% - 7.5px); position: relative; padding-top: 35%;}
.grid-gallery .listing-image				{height: 100%; width: 100%; background-size: cover; background-position: center; position: absolute; left: 0; top: 0}
.two-col-grid-gallery-text .listing-text	{width: 50%;}


/* 28/07/2024 */
.cols { display: flex; flex-wrap: wrap; }

.cols.span-1 { width: calc(100% + 40px); margin-left: -20px; }
.cols.span-1 .col { width: 100%; padding: 20px; }

.cols.span-2 { width: calc(100% + 40px); margin-left: -20px; }
.cols.span-2 .col { width: 50%; padding: 20px; }

.cols.span-3 { width: calc(100% + 40px); margin-left: -20px; }
.cols.span-3 .col { width: 33.333%; padding: 20px; }

.cols.span-4 { width: calc(100% + 40px); margin-left: -20px; }
.cols.span-4 .col { width: 25%; padding: 20px; }

.inhertTextColour h2 { color: inherit; }
.inhertTextColour h3 { color: inherit; }
.inhertTextColour p { color: inherit; }

.side-by-side-adverts-images-fully-clickable-container .col a { text-decoration: none; }

.jg.slick-arrow				{position: absolute; top: 50%; margin-top: -25px; width: 28px; height: 50px; background-size: cover;}
.jg.slick-arrow.slide-prev 	{left: 25px; transform: rotate(180deg); position: absolute; }
.jg.slick-arrow.slide-next 	{right: 25px; transform: rotate(0deg); position: absolute; }

/* 01/07/24 add fix to display prev and next slide */
.slick-initialized .slick-slide[aria-hidden="true"] { visibility: visible; }

/* full-width-bg-contained-text-carousel-container */
.full-width-bg-contained-text-carousel .slick-track		{display: flex;}
.full-width-bg-contained-text-carousel .slide			{padding: 100px 0; height: auto; min-height: unset; display: flex; align-items: center;}
.full-width-bg-contained-text-carousel .slide-image		{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;}
.central-panel-section .slide-image,
.full-width-bg-contained-text-carousel .slide-image		{opacity: 0; transition: 0.65s ease-out 0.25s;}
.full-width-bg-contained-text-carousel-container 		{position: relative;}
.fwctc-text-box											{position: relative; z-index: 5; width: 960px; max-width: calc(100% - 140px); padding: 40px; opacity: 0; transition: 0.5s ease-out 0.85s; transform: translateY(15px)}
.fwctc-text-box	h2										{margin-top: 0}
.fwctc-text-box p										{font-size: 18px; line-height: 1.5em}
.fwctc-text-box	.btn									{margin-top: 15px;}
.slide.slick-current .fwctc-text-box 	{opacity: 1; transform: translateY(0)}
.central-panel-section .slide.slick-current .slide-image,
.full-width-bg-contained-text-carousel .slide.slick-current .slide-image 		{opacity: 1}


/* central-panel-section */
.central-panel-section .fwctc-text-box	{margin: auto}
.central-panel-section .slide-image		{height: 540px;}

.central-panel-carousel-container				{position: relative; padding: 0 10px;}
.central-panel-carousel-container .slick-arrow	{width: 28px; height: 50px; background-size: cover; top: 220px; position: absolute; z-index: 5}
.central-panel-carousel-container .hero-prev	{left: -35px;}
.central-panel-carousel-container .hero-next	{right: -35px;}

/* half-and-half-with-outline-textbox-section */
.half-half-container 					{position: relative;}
.half-half-container h2					{margin-top: 0}
.half-half-container .slick-track		{display: flex;}
.half-half-container .slide				{height: auto; min-height: unset}
.half-half-container .cols				{width: 100%; margin: auto; height: 100%; position: relative;}
.half-half-container .cols .col			{padding: 0}
.half-half-container .cols .col-text	{display: flex; align-items: center; position: relative; padding: 50px 0; width: calc(50% + 75px); z-index: 5}
.half-half-container .col-text-inner	{padding: 40px 90px 40px 40px; transition: 0.5s ease-out 0.25s; transform: translateY(20px); width: 100%;}
.half-half-container .col-text-inner .btn	{margin-top: 20px;}

.half-half-container .col-image			{position: absolute; width: 50%; height: 100%; right: 0; overflow: hidden;}
.half-half-container .col-image-inner	{height: auto; min-height: 450px; position: absolute; left: 0; top: 0; inset:0; transition: 0.5s ease-out 0.5s; transform: scale(1.1)}

.half-half-container .slide.slick-current .col-text-inner	{transform: translateY(0px)}
.half-half-container .slide.slick-current .col-image-inner	{transform: scale(1)}

.half-half-container .cols.flipped				{justify-content: flex-end}
.half-half-container .cols.flipped .col-image	{right: auto; left: 0}

.half-half-container .slick-dots	{width: 100%; justify-content: center}
.half-half-container .slick-dots li	{border:1px solid var(--darkBlue); margin: 0 5px;}

/* images-with-colour-copy-block-section */
.images-with-colour-copy-block-carousel-container	{position: relative;}


.images-with-colour-copy-block-carousel	.slick-track,
.images-with-transparent-copy-box-right-hand-side-carousel .slick-track	{display: flex;}
.images-with-colour-copy-block-carousel .col,
.images-with-transparent-copy-box-right-hand-side-carousel .col			{height: auto; min-height: unset}

.standard-card			{display: flex; flex-direction: column; height: 100%; justify-content: space-between}
.standard-card-text		{flex: 1; padding: 30px 30px 0;}
.standard-card-button	{padding:10px 30px 30px}

.standard-card-image-container				{height: 250px; overflow: hidden; position: relative;}
.standard-card-image						{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; transition: 0.2s ease-out; background-image: url(_assets/buildings-city-evening-1557547.jpg)}
.standard-card:hover .standard-card-image	{transform: scale(1.06)}

.facts-2024-carousel-container	{position: relative;}

.facts-2024-carousel-container .slick-arrow,
.images-with-colour-copy-block-carousel-container .slick-arrow,
.images-with-transparent-copy-box-right-hand-side-carousel-container .slick-arrow 	{width: 22px; height: 39px; background-size: cover; top: 220px; position: absolute; z-index: 5; font-size: 0}

.facts-2024-carousel-container .slick-prev,
.images-with-colour-copy-block-carousel-container .slick-prev,
.images-with-transparent-copy-box-right-hand-side-carousel-container .slick-prev	{left: -20px; transform: rotate(180deg)}

.facts-2024-carousel-container .slick-next,
.images-with-colour-copy-block-carousel-container .slick-next,
.images-with-transparent-copy-box-right-hand-side-carousel-container .slick-next	{right: -20px;}

/* images-with-transparent-copy-box-right-hand-side-section */
.standard-card.staggered-card									{text-decoration: none}
.standard-card.staggered-card .standard-card-text				{width: calc(100% - 50px); margin-left: auto; padding: 30px; margin-top: -50px; position: relative; z-index: 5}
.standard-card.staggered-card .standard-card-text h2			{margin-top: 0; font-size: 34px; line-height: 1.2em}
.standard-card.staggered-card .standard-card-image-container	{padding-top:50%; height: auto; width: calc(100% - 50px);}

.no-overlap .standard-card.staggered-card .standard-card-text 	{margin-top: 0px; padding: 10px; width: 100%;}
.no-overlap .standard-card.staggered-card .standard-card-image-container {width: 100%; height: 170px;	}


/* rolling-image-strip-animated-carousel-container */

.slider 		{height: auto; margin: auto; overflow: hidden; position: relative; width: 100%;}
.slide-track 	{width: calc(350px * 20); animation: scroll 20s linear infinite; display: flex;}
.slider .slide 	{width: 350px; height: 250px; margin: auto 0px; padding: 0 20px; background-size: cover; background-position: center;}
/*.slide a		{width: 100%;}
.slide a img	{margin: auto;}*/

@keyframes scroll {
	0% 		{ transform: translateX(0); }
	100% 	{ transform: translateX(calc(-350px * 10))}
}

/* side-by-side-adverts-images-fully-clickable-carousel */
.side-by-side-adverts-images-fully-clickable-container				{position: relative;}
.side-by-side-adverts-images-fully-clickable-carousel				{width: 100%; display: flex;}
.side-by-side-adverts-images-fully-clickable-carousel a				{height: auto; min-height: unset; flex: 1 1 33.333%;}
.side-by-side-adverts-images-fully-clickable-carousel a img			{width: 100%; object-fit: cover; object-position: center}
.side-by-side-adverts-images-fully-clickable-carousel .slick-list	{width: 100%;}
.side-by-side-adverts-images-fully-clickable-carousel .slick-track	{display: flex;}

.side-by-side-adverts-images-fully-clickable-container .slick-arrow				{font-size: 0; width: 16px; height:28px; position: absolute; top: 50%; margin-top: -20px;}
.side-by-side-adverts-images-fully-clickable-container .slick-arrow.slick-prev	{left: -26px; transform: rotate(180deg)}
.side-by-side-adverts-images-fully-clickable-container .slick-arrow.slick-next	{right: -26px;}

/* images-with-transparent-copy-box-right-hand-side-section */
.images-with-transparent-copy-box-right-hand-side-section .cols.span-3	{flex-wrap: wrap;}
.square-btn-card-image-container	{position: relative; padding-top: 100%; overflow: hidden;}
.square-btn-card-image				{position: absolute; left: 0; top: 0; inset:0}
.square-btn-card					{display: flex; flex-direction: column}
.square-btn-card-button				{margin-top: -25px; position: relative; z-index: 5; display: flex; justify-content: center}

/* FAQs-2024 */
.FAQs-2024 .accordion-item						{margin-bottom: 0}
.FAQs-2024 .accordion-expanded					{padding: 30px 50px 40px 30px;}
.FAQs-2024 .accordion-item h2					{padding: 15px 50px 15px 30px; margin: 0}
.FAQs-2024 .accordion-item h2 span.plus			{left: auto; top:13px; right: 24px; border-right: 3px solid #3EA9F4; border-bottom: 3px solid #3EA9F4; transform: rotate(45deg); margin: 0;}
.FAQs-2024 .accordion-item h2 span.plus:before,
.FAQs-2024 .accordion-item h2 span.plus:after	{display: none}
.FAQs-2024 .accordion-item.active h2 span.plus	{transform: rotate(-135deg); top: 23px;}
.FAQs-2024 .accordion-item.active h2			{background-color: #f1f1f1}

.FAQs-2024 .accordion-cols			 				{display: flex; flex-wrap: wrap; gap:40px; align-items: flex-start}
.FAQs-2024 .ac-col, .FAQs-2024 .ac-col-image 		{flex: 1 1 50%; max-width: calc(50% - 20px); box-sizing: border-box;}
.FAQs-2024 .accordion-cols .ac-col:only-child,
.FAQs-2024 .accordion-cols .ac-col-image:only-child {flex-basis: 100% ; max-width: 100%;}

.FAQs-2024 p,
.FAQs-2024 ul,
.FAQs-2024 ol	{font-size: 18px;}

/* facts-panel-2024 */
.facts-panel-2024 .fact-panel img	{max-height: 50px; width: auto}
.facts-panel-2024 .fact-panel h3	{font-size: 30px; line-height: 1em}

/* full-panel-with-inner-panels */
.full-panel-with-inner-panels							{}
.full-panel-with-inner-panels .panel-intro-text			{width: 800px; max-width: 100%;}
.full-panel-with-inner-panels .panel-intro-text h2		{margin-bottom: 0.5em}
.full-panel-with-inner-panels .panel-intro-text .btn	{margin-top: 1em}
.full-panel-with-inner-panels .cols.span-4				{margin-top: 2em; margin-bottom: 2em}

.full-panel-with-inner-panels .cols.span-4 .col h3		{font-size: 32px;}

.icon-panel-24		{background-color: #ffffff; border-radius: 0px; height: 100%; padding: 20px; display: block; text-decoration: none; transition: 0.3s ease-out}
.icon-panel-24 img	{height: 50px; width: auto; }
.heading-icon		{display: flex; align-items: flex-start; justify-content: space-between}

.icon-panel-24 h3		{line-height: 1em}
.icon-panel-24:hover	{transform: translateY(5px);}

/* BUTTON OVERRIDE 2024 */
.btn		{background-color:var(--darkBlue);/*#00a2f4; */border-radius: 0 !important; /*box-shadow: inset 0 5px 10px rgba(255,255,255,0.3);*/}
.btn:after	{display: none !important}
.btn span	{color: inherit !important}

.btn:hover 	{box-shadow: none !important}
.btn:hover 	{background-color: #333333 !important; color: #ffffff !important}


/* BLOG LISTING */

.blog-listing-intro					{margin: 40px auto; text-align: center}
.blog-listing-intro .grad-header	{margin-bottom: 20px}
.blog-listing-intro p				{font-size: 18px; max-width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 1em; color: #2e2e2e;}

.blog-tags					{display: flex; justify-content: flex-start; flex-wrap: wrap; list-style: none; margin: 0px 0 10px; transition: 0.2s ease-out; padding: 0px 0 0}
.blog-tags li				{background-color:var(--darkBlue); padding: 10px 20px; color:#ffffff; transition: 0.2s ease-out; margin-right: 10px; margin-bottom: 11px; text-align: center}
.blog-tags li:last-of-type	{margin-right: 0}

.blog-tags li:hover	{opacity: 0.5; cursor: pointer;}


.blog-tags .tint             {opacity: 0.3;}
.blog-listing .disabled      {display: none;}

.blog-listing										{padding-bottom: 60px;}
.blog-listing .col-3								{margin-bottom: 15px;}
.blog-listing h2									{text-transform: none; font-size: 24px; line-height: 1.3em;}
.blog-listing h3									{text-transform: none; font-size: 16px; line-height: 1.3em;}
.blog-listing .btn									{background-image: none; display: inline-block; width:auto; padding:18px 25px !important; font-size: 14px;}
.blog-listing .product-panel-image-container		{padding: 0; height:250px;}
.blog-listing .product-panel-image-container .cover	{z-index: 10}
.blog-listing .product-panel-image					{transform: scale(1); background-size: cover;}
.blog-listing .col-container						{display: flex; flex-wrap: wrap}

.blog-listing .product-panel-image-container:hover .product-panel-image		{transform: scale(1.1)}

.blog-listing .col-container .product-panel a.link {text-decoration: none; font-size: 14px; font-weight: 800; transition: 0.2s ease-out;}
.blog-listing .col-container .product-panel a.link:hover {opacity: 0.5;}



/* BLOG POST */


.full-width.inner {max-width: 100%; padding: 0px; margin: 0px;}

.blog-hero-container					{text-align: center; margin-top: 40px; margin-bottom: 80px; }
.blog-hero-container .grad-header		{border:none; margin-bottom: 0; padding:10px 0 0}
.blog-listing-intro h1,
.blog-hero-container .grad-header h1	{line-height: 1.1em; width:100%; max-width: 1140px; margin-left: auto; margin-right: auto; margin-bottom: 0.5em; font-size: 46px; text-align: center}
.blog-hero-container p					{font-size: 16px; width:100%; max-width: 1140px; margin-left: auto; margin-right: auto;}
.blog-hero-container p.date				{font-size: 16px; font-weight: 700; margin-bottom: 0em}
.blog-hero								{height:500px; background-size: cover; background-position: center}
.blog-hero-container .blog-tags			{justify-content: center; margin-top: 0; padding-top: 10px;}

.blog-hero {margin-bottom: 35px; }

.blog-post-outer {max-width: 1200px; margin: auto; padding: 0 15px}

.blog-post-inner						{width:100%; margin:40px auto; padding-bottom: 60px;}
.blog-post-inner .intro	p			    {font-weight: 700; font-size: 20px !important; }
.blog-post-inner p			   		 	{font-size: 16px !important; }
.blog-post-inner p	span 				{font-size: 24px !important; margin: 35px 0 15px 0; display: block; line-height: 1.4em;}
.blog-post-inner p img 					{margin: 35px auto !important;}


.blog-post-inner ul,
.blog-post-inner ol                     {font-size: 18px;line-height: 1.5em;margin-left: 20px;margin-bottom: 30px;}

.blog-post-inner ul li,
.blog-post-inner ol li                   {margin-bottom: 1em;}

.product-panel {display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding-bottom: 30px; margin-bottom: 10px;}
.product-panel-image-container {padding-top: 100%; background-color: #fff; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; position: relative; overflow: hidden;}
.product-panel-image { width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; transition: 0.2s ease-out; position: absolute; left: 0; top: 0; transform: scale(1);}

.blog-cols	{display: flex;}
.blog-left	{width: 70%; padding-right: 35px;}
.blog-right	{width: 30%;}


.blog-right h3 {font-size: 18px; margin: 0 0 10px 0;}
.blog-right h3.mb30 {margin-bottom: 20px;}


.blog-post-inner .blog-right ul a, 
.blog-post-inner .blog-right ol a,
.blog-post-inner .blog-right ul, 
.blog-post-inner .blog-right ol {margin-left: 0px; }

.blog-post-inner .blog-right ul a li, 
.blog-post-inner .blog-right ol a li  {margin-left: 0px; margin-right: 10px; padding: 5px 10px; text-decoration: none;}


section.AdvertImage {padding-bottom: 35px; }


.blog-post .related-articles {padding: 20px; background-color: #eaeef2; margin-bottom: 35px; }

.blog-post .related-articles a,
.blog-post .related-articles h2 {text-decoration: none; font-size: 16px; transition: 0.2s ease-out; border-bottom: 2px solid #fff; padding-bottom: 6px; }
.blog-post .related-articles a:hover {opacity: 0.5;}


.blog-post-inner .share-box-container p span,
.blog-post-inner .share-box-container p img {margin: 0 !important;}



/** SHARE CONTAINER **/
.share-box-container					{width:80px; padding-bottom: 5px; position:sticky; top:0; z-index: 10;  text-align: center; background-color: #ffffff; float: right; box-shadow: 0 0 3px rgba(0,0,0,0.2)}
.share-box-container p					{padding:10px 0 5px 0; color:#3C3C3C; background-color: #ffffff; width: 100%; font-size: 14px; text-align: center; margin-bottom: 0; padding-bottom: 0}

.share-box-container ul.social-list						{display: flex; justify-content: center; align-items: center; margin: 20px 0 70px}
.share-box-container ul.social-list li a					{display: inline-flex; width:52px; height: 52px; align-items: center; justify-content: center; background-color: #3C3C3C; transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);}
.share-box-container ul.social-list li svg				{width:auto; height: 20px; display: inline; visibility: visible;}
.share-box-container ul.social-list li svg .cls-1		{fill:#ffffff; transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);}
.share-box-container ul.social-list li:hover svg .insta_path,	
.share-box-container ul.social-list li:hover svg .cls-1	{fill:#ffffff}

.share-box-container ul.social-list					{list-style: none; text-align: center; margin: 0; padding-top: 5px; flex-direction: column;}
.share-box-container ul.social-list li				{text-align: center; line-height: 42px; display: inline-block; margin: 0 5px;}
.share-box-container ul.social-list li a			{width:40px; height: 40px; font-size: 22px; background-color:#ffffff; color: #c1c1c1; border:none; display: block; transition: 0.2s ease-out}
.share-box-container ul.social-list li a:hover		{background-color:#72d4bd; color: #3C3C3C;}
.share-box-container ul.social-list li svg .cls-1	{fill:#666666;}

.share-container-inner					{background-color: #ffffff;}

.blog-post .share-box-container {width: auto; float: none; position: inherit; margin-top: 35px; }
.blog-post .share-box-container ul.social-list	{flex-direction: row;}


section.tp-micro {margin-top: 10px; padding-bottom: 20px;}



/** DIAGNOSIS TOOL UPLOAD **/
/*.diagnosis-tool-upload .upload-files .btn.upload-file { background-color: #E5ECF3; border: none; font-weight: 500; color: #017dbb; }*/
.diagnosis-tool-upload .upload-files .btn.upload-file:hover { background-color: #b6cfe9; color: #0041b7; position: relative; }
.diagnosis-tool-upload .upload-file { position: relative; margin-top: 10px; }
.diagnosis-tool-upload .upload-file:after { content: ""; background-image: url(/_assets/icon-upload.png); width: 20px; height: 20px; position: absolute; right: 20px; background-size: contain; top: calc(50% - 10px); z-index: 3000; background-repeat: no-repeat; left: auto; }
.diagnosis-tool-upload .icon-del-diagnosis-tool { background-image: url(/_assets/icon-close-black.png); width: 15px; height: 15px; display: inline-block; background-size: contain; background-repeat: no-repeat; margin-left: 15px; position: relative; top: 3px; }
.diagnosis-tool-upload .btn:hover:after { opacity: 1; }
.diagnosis-tool-upload .upload-files .btn span { margin-top: 10px; color: #017dbb; }

.select-css.mb-5 { margin-bottom: 5px; }
.select-css.mb-10 { margin-bottom: 10px; }
.select-css.mb-15 { margin-bottom: 15px; }

.diagnosis-tool-modal { display: none; position: fixed; top: 50%; left: 50%; width: 70vw; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 40px; background-color: #fff; opacity: 1; pointer-events: auto; z-index: 1000; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.diagnosis-tool-modal ul { list-style: none; }




/** 14.Service-Options **/

.service-options-2024 						{}

.service-options-2024 h2 					{text-align: center; margin: 20px 0px 20px 0px; display: inline-block; width: 100%;}
.service-options-2024 h3 					{margin-top: 0px; color: var(--darkBlue);}
.service-options-2024 p 					{display: inline-block; text-align: center; width: 100%; margin-bottom: 20px;}

.service-options-2024 .cols					{gap: 45px}
.service-options-2024 .cols.span-3			{justify-content: center;}
.service-options-2024 .cols.span-3 .col		{background-color: #ffffff; width: calc(33.333% - 45px); padding: 0px; border: 1px solid var(--lightBlue);}

.service-options-2024 .cols.span-3 .col .service-panel-text {padding: 0 25px 20px 25px;}

.service-options-2024 p.price 				{margin: 30px 0px; color: var(--lightBlue) !important; }
.service-options-2024 .cols.span-3 .col .service-panel-text p.price span {font-size: 32px; font-weight: 700;}

.service-options-2024 span.lozenge 			{background-color: var(--lightBlue); color: #fff; padding: 5px 10px; margin: 0px; display: inline-block; margin-bottom: 20px; }

.service-options-2024 .service-panel img 	{width: 70%; margin-left: 15%; margin-top: 0px; }

.service-options-2024 .service-panel-text .service-panel-text-intro ul {margin-left: 20px;}


.service-options-2024 .service-panel-text .section-1 ul,
.service-options-2024 .service-panel-text .section-2 ul,
.service-options-2024 .service-panel-text .section-3 ul {margin: 25px; list-style: none;}

.service-options-2024 .service-panel-text .section-1 ul li,
.service-options-2024 .service-panel-text .section-2 ul li,
.service-options-2024 .service-panel-text .section-3 ul li {position: relative;}

.service-options-2024 .service-panel-text .section-2 ul li:after,
.service-options-2024 .service-panel-text .section-3 ul li:after {content: ''; position: absolute; width: 15px; height: 15px; left: -25px; top: 4px; background-size: contain;}

.service-options-2024 .service-panel-text .section-2 ul li:after {background-image: url('/_uploads/assets/tick.png');}
.service-options-2024 .service-panel-text .section-3 ul li:after {background-image: url('/_uploads/assets/cross.png');}

.service-options-2024 .service-panel-text ol,
.service-options-2024 .service-panel-text ul,
.service-options-2024 .service-panel-text p 		{color: #5C5C5C;font-size: 16px;line-height: 1.4em;margin-bottom: 12px; text-align: left;}

.service-options-2024 .service-panel-text p.price {margin-bottom: 10px; padding-bottom: 10px; margin-top: 6px; border-bottom: 1px solid var(--lightBlue); }

.service-options-2024 .section-copy-outer h4 		{font-size: 22px; color: var(--darkBlue); position: relative; border-top: 1px solid var(--lightBlue); padding-top: 12px; margin-bottom: 12px; cursor: pointer;}
.service-options-2024 .section-copy-outer h4:after 	{content: ''; position: absolute; width: 25px; height: 25px; right: 0px; top: 8px; background-image: url('/_uploads/assets/arrow-right.png'); background-size: contain;}
.service-options-2024 .section-copy-outer h4.active:after 	{background-image: url('/_uploads/assets/arrow-down.png'); }
.service-options-2024 .section-copy-outer .section-copy 	{display: none;}

.service-options-2024 .btn 									{margin: 20px; }

.service-options-2024 .section-copy.show {display: block; border-top: 1px solid var(--lightBlue); padding: 12px; } 




/* 15.Full-Video-Text-Left */

.full-image-with-text			{min-height: 640px; display: flex; padding: 60px 0; position: relative; background-size: cover; background-position: center}
.full-width-bg-enquiry:after,
.full-image-with-text:after		{background-color: var(--DarkBlue); position: absolute; left: 0; top: 0; inset:0; content: ''; mix-blend-mode: multiply}
.full-image-with-text .inner	{display: flex; align-items: center; position: relative; z-index: 2}
.fiwt-text						{width: 550px; max-width: 100%;}
.fiwt-text h2					{color: var(--LightBlue)}
.fiwt-text p					{color: #ffffff}
.full-image-with-text.centre .inner		{justify-content: center; text-align: center}
.full-image-with-text.centre .buttons	{justify-content: center}
.full-image-with-text.right .inner		{justify-content: flex-end;}
.fiwtv-video		{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.fiwtv-video video	{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;}

/* FEEFO */

.service-carousel-container.SINGLE_REVIEW {max-width: 100%;}

.feefo-review-carousel-widget-service,
.feefo-score-badge .inner,
.feefo-review-widget-service {text-align: center;}

.feefo-product-stars-widget {margin-bottom: 10px; }

/* Mobile Styles */

.fwct-text-mb,
.air-aware-table.air-aware-table-mb,
.main-nav .close,
.mobile-nav-up	{display: none}


@media (max-width: 760px) 
{ 

	/* 2024 */	
	
	.full-width-bg-contained-text-section				{width: 100%; margin: auto}
	.full-width-bg-contained-text-carousel .slide		{flex-direction: column; padding: 0}
	.full-width-bg-contained-text-carousel .slide-image	{position: relative; left: auto; top: auto; height:calc(100vw - 80px); background-position: center;}
	.full-width-bg-contained-text-carousel .slick-track	{align-items: flex-start}
		
	.full-width-bg-contained-text-section .fwctc-text-box	{max-width: 100%; width: 550px; padding: 30px;}
	.full-width-bg-contained-text-section .fwct-text-mb		{display: block; background-color: #ffffff; width: calc(100% - 60px); height: auto; padding: 30px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%) !important;}
	.full-width-bg-contained-text-section .fwct-text-dk		{display: none}
	
	.full-width-bg-contained-text-section h2	{font-size: 36px !important}
	.full-width-bg-contained-text-section h3,
	.full-width-bg-contained-text-section h4	{font-size: 28px !important}
	
	.central-panel-carousel-container .slick-arrow,
	.jg.slick-arrow				{width: 18px; height: 32px; top: 40vw; margin-top: -16px;}
	
	.jg.slick-arrow.slide-prev	{left: -30px}
	
	.jg.slick-arrow.slide-next	{right: -30px}
	
	.central-panel-carousel-container	{padding: 0}
	.central-panel-section				{padding: 0 25px}
	.central-panel-section .inner		{padding: 0 15px;}
	.central-panel-carousel-container .hero-prev	{left: -30px}
	.central-panel-carousel-container .hero-next	{right: -30px}
	.central-panel-section .slide-image	{height: calc(100vw - 80px);}
	
	.half-copy-half-image-coloured-block-section {padding: 10px 0 0 0} 
	
	.facts-2024-carousel-container .slick-arrow	{top:50%; margin-top: -16px;}
	
	.images-with-colour-copy-block-section,
	.images-with-transparent-copy-box-right-hand-side-section		{padding: 0 20px;}
	
	.facts-2024-carousel-container .slick-arrow,
	.images-with-colour-copy-block-carousel-container .slick-arrow,
	.images-with-transparent-copy-box-right-hand-side-carousel-container .slick-arrow {width: 18px; height: 32px;}
	
	.facts-2024-carousel-container .slick-prev,
	.images-with-colour-copy-block-carousel-container .slick-prev,
	.images-with-transparent-copy-box-right-hand-side-carousel-container .slick-prev {left: -10px;}
	
	.facts-2024-carousel-container .slick-next,
	.images-with-colour-copy-block-carousel-container .slick-next,
	.images-with-transparent-copy-box-right-hand-side-carousel-container .slick-next {right: -10px;}
	
	.FAQs-2024 .accordion-cols	{flex-direction: column}
	.FAQs-2024 .ac-col, .FAQs-2024 .ac-col-image 		{flex: 1 1 50%; max-width: 100%; box-sizing: border-box;}

	.facts-panel-2024				{padding-top: 10px; padding-bottom: 10px;}
	.facts-panel-2024 .fact-panel	{padding-left: 30px; padding-right: 30px;}
	
	.standard-card.staggered-card .standard-card-image-container	{width: 100%}	
	.standard-card.staggered-card .standard-card-text				{width: 100%; margin-top: 0}
	
	.side-by-side-adverts-images-fully-clickable-carousel.cols.span-3	{flex-direction: column}
	.side-by-side-adverts-images-fully-clickable-carousel.cols.span-3 .col	{width: 100%;}
	
	.blog-cols	{flex-direction: column; gap:30px;}
	.blog-left	{width: 100%; padding-right: 0}
	.blog-right	{width: 100%; }
	/*.share-box-container	{width: 60px; display: none}
	.share-box-container p img	{display: none}*/
	
	.fiwt-text						{width: 100%;}
	
	.square-btn-card-button {max-width: 85%; margin-left: auto; margin-right: auto;}
	.cols.span-3 .col {width: 50%;}


}

@media (max-width: 460px) 
{ 
	
	.fwctc-text-box h2 {margin-top: 20px; }
	.cols.span-3 .col {width: 100%;}
	.fwctc-text-box {width: 100%; max-width: 100%; padding: 0px; }
	
	.facts-2024-carousel-container .slick-arrow, .images-with-colour-copy-block-carousel-container .slick-arrow, .images-with-transparent-copy-box-right-hand-side-carousel-container .slick-arrow {top: 55%;}
	.images-with-transparent-copy-box-right-hand-side-section.three-gird-panel {padding: 0px;}
	
	.facts-panel-2024 .slick-arrow {top: -120px;}
	
}









