a:hover {
    color: #7A8891;
}

body.homepage-v3 {
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
}

.section-heading-medium {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
}

.section-heading-small {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
}

/* Hero */
.hero {
    position: relative;
}
.hero .video-holder {
    margin-bottom: -8px;
    position: relative;
}
.hero .video-holder video {
    width: 100%;
    height: 655px;
    object-fit: cover;
}

.hero .video-holder img.hero-image {
    height: 655px;
    width: 100%;
    object-fit: cover;
}

.hero .video-holder::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 7px);
    background: #000;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.7)),color-stop(50%,rgba(0,0,0,0.2)));
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.2) 50%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hero .video-holder.normalized::after {
    height: calc(100%);
}

.hero .hero-heading-wrapper {
    position: relative;
}

.hero .hero-heading {
    position: absolute;
    /* bottom: calc(655px - 90px); */
    top: 90px;
    width: 100%;
    z-index: 3;
}

.hero .hero-heading h1 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
}

.hero .hero-heading [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.hero .accordion-wrapper {
    background: #425563;
    /* max-width: 850px; */
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 40px;
    /* margin-bottom: -350px; */
}

.hero .col-accordion-wrapper {
    position: relative;
    bottom: 400px;
    margin-bottom: -400px;
    z-index: 3;
}

.hero .col-accordion-wrapper .trustpilot-holder {
    height: 50px;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 40px;
}

.hero .hero-accordion-panel {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 0;
}

.hero .hero-accordion-panel .hero-accordion-panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    background-color: rgba(243, 244, 245, 1);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: background-color 0.1s, border-bottom-left-radius 0.1s linear 0.2s, border-bottom-right-radius 0.1s linear 0.2s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.hero .hero-accordion-panel .hero-accordion-panel-header.collapsed {
    background-color: rgba(243, 244, 245, 0);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: background-color 0.1s, border-bottom-left-radius 0s linear 0.05s, border-bottom-right-radius 0s linear 0.05s;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-header-number {
    color: #425563;
    background: #F1B434;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 400;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-titles {
    flex-grow: 1;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-titles p {
    margin-bottom: 0;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-titles p.header-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-titles p.header-subtitle {
    font-size: 11px;
    line-height: 13px;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-expand {
    margin-right: 10px;
}

.hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-expand img.chevron {
    height: 10px;
}

.hero .hero-accordion-panel .hero-accordion-panel-body {
    /* background: #FFFFFF; */
}

.hero .hero-accordion-panel .hero-accordion-panel-body p {
    margin-bottom: 0;
}

.hero .hero-accordion-panel .hero-accordion-panel-body .hero-accordion-panel-body-wrapper {
    padding: 30px 70px;
}

.hero-accordion-panel-body-wrapper h5 {
    color: #425563;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.hero-accordion-panel-body-wrapper hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #D9DDE0;
}

.hero-accordion-panel-body-wrapper p {
    color: #212B32;
    font-size: 13px;
    line-height: 17px;
}

.hero-accordion-panel-body-wrapper a > button,
.hero-accordion-panel-body-wrapper a.button {
    display: inline-block;
    margin-top: 25px;
}

.hero .accordion-holder .hero-accordion-spacer {
    height: 10px;
    width: 2px;
    background: #F1B434;
    margin-left: 30px; /* 10px header padding + 20px of half number width */
}

.section-popular-categories {
    z-index: 2;
}

.section-popular-categories .slide-img,
.section-store-slider .slide-img {
    position: relative;
}

.section-popular-categories .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background-size: cover; */
}
.section-store-slider .slide-img img{
    width: auto;
    object-fit: cover;
    margin: 0 auto;
}
.tapi-fluid-slider .slick-slide .slide .slide-img, .tapi-fluid-slider .slick-slide .slide .slide-img img
{
    height: 200px;
    width: 100%; 
}
@media (max-width:991px) {
    .tapi-fluid-slider .slick-slide .slide .slide-img, .tapi-fluid-slider .slick-slide .slide .slide-img img
    { width: auto; }
}
.section-store-slider .tapi-fluid-slider .slick-slide .slide{
    display: flex; justify-content: center;
}
.tapi-fluid-slider .slick-prev, .tapi-fluid-slider .slick-next{
    top:92px;
}

.section-popular-categories .popular-category-image-overlay img {
    width: 70px;
    height: 70px !important;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    object-fit: contain;
    object-position: top;
}

.section-popular-categories .popular-category-image-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
}

.section-popular-categories .slide-text h4 {
    /* color: #425563; */
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}

.section-popular-categories .slide-text p {
    color: #212B32;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    text-decoration: none;
    margin-bottom: 0;
}

.section-popular-categories .section-heading-medium,
.section-store-slider .section-heading-medium  {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 60px;
}

.section-help-choosing .section-heading-medium {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 70px;
}

/* Flooring Finder Banner */
.flooring-finder-banner-wrapper {
	position: relative;
	color: #212b32;
	padding: 30px;
	background-color: #f1b434;
	border-radius: 5px;
	
}

.flooring-finder-banner-wrapper::after {
    content: '';
    background-image: URL(/img/clp-v2/flooring_finder_swirl.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center right;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.05;
    z-index: 1;
}

.flooring-finder-banner-wrapper .flooring-finder-banner-title {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-right: 20px;
}

.flooring-finder-banner-wrapper .flooring-finder-banner-text {
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
	padding-right: 20px;
}

.flooring-finder-banner-chevron {
	position:absolute;
	right: 30px;
	top:50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding-left: 20px;
}

.flooring-finder-banner-wrapper i {
	color: #212b32;
	font-size: 20px;
	line-height: 20px;
}

/* New feature heading */
.new-feature::before {
	content: "New Feature";
	font-size: 11px;
	line-height: 15px;
	color:#fff;
	padding: 5px 10px;
	display: block;
	position: absolute;
	right: 10px;
	top: -12px;
	background-color: #425563;
	border-radius: 3px;
    z-index: 2;
}

.valign-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.equal-height-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equal-height-cols > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }

.info-panel img {
	max-width: 40px;
	width: 100%;
	height: 100%;
	max-height: 40px;
}

@media (max-width: 991px){
	.info-panel img {
		max-height: 40px;
		max-width: 40px;
	}
}

.info-panel {
	background-color: #F3F4F5;
	padding: 17px;
	margin-bottom: 10px;
    height: 100%;
}

.info-panel .equal-height-cols {
    height: 100%;
}

.info-panel-yellow {
	border-left: 2px solid #F1B434;
}

.info-panel i {
	text-align: right;
}

.info-panel p {
	margin: 0;
}

.info-panel .second-column {
	text-align: left;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.info-panel .third-column {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.info-panels-wrapper a {
	text-decoration: none;
}
.info-panels-wrapper a:hover {
	text-decoration: none;
}

.info-panel h5 {
    font-size:14px;
	font-weight:500;
	line-height:16px;
	letter-spacing:-0.34px;
	color:#425563;
	margin:0 0 2px 0;
	padding:0;
}

.info-panel .very-small-text {
    font-size:11px;
    line-height:13px;
    letter-spacing:-0.22px;
    font-weight: normal;
    color: #212B32;
}

.section-help-choosing .info-panels-wrapper {
    display: flex;
    flex-direction: row;
}

.section-help-choosing .info-panels-wrapper > a {
    width: calc(33.3% - ((30px * 2) / 3));
}

.section-help-choosing .info-panels-wrapper > a:not(:last-of-type) {
    margin-right: 30px;
}

.section-help-choosing .section-heading-small {
    text-align: center;
    margin-top: 60px;
}

.section-come-today {
    margin-top: 100px;
}

.section-come-today .section-panel {
    background: #FFFFFF;
    border: 1px solid #D9DDE0;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #0000001A;
    padding: 60px 0;
}

.section-come-today .section-panel h2 {
    color: #425563;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.02px;
    text-transform: uppercase;
    text-align: center;
}

.section-come-today .section-panel select {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background-color: #F3F4F5 0% 0% no-repeat padding-box;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background: #F3F4F5 url('/img/home-v3/icon_chevron_expand.svg')  no-repeat 97% center/10px;
}

.section-come-today .section-panel a {
    margin-top: 30px;
    color: #425563;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.section-come-today .section-panel a:hover {
    color: #7A8891;
}

.v2-benefits-boxes .benefits-boxes .benefit-box p {
    color: #212B32;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.benefits-boxes .benefit-box img {
    margin-bottom: 15px;
}

.section-why-tapi .section-heading-medium {
    text-align: center;
    margin-top: 100px;
}

.section-why-tapi .v2-benefits-boxes .benefits-boxes .benefit-box:hover p {
    color: #646b70;
}

.section-testimonials {
    background: #F3F4F5;
}

.section-testimonials .section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-testimonials .section h5 {
    color: #425563;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.section-testimonials .testimonial-box-v3 p.content:before{
	position: absolute;
	content: "";
	/* bottom: 100%; */
	left: -55px;
	width: 48px;
	height: 37px;
	background-image: url('/img/home-v3/quote_left.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.section-testimonials .testimonial-box-v3 p.content:after{
	position: absolute;
	content: "";
	/* top: 100%; */
    bottom: 0;
	right: -55px;
	width: 48px;
	height: 37px;
	background-image: url('/img/home-v3/quote_right.svg');
	background-repeat: no-repeat;
	background-position: center top;
}

.section-testimonials .testimonial-box-v3 {
    padding: 0 50px;
}

.section-testimonials .testimonial-box-v3 p.content {
    margin-bottom: 0;
    color: #212B32;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.section-testimonials .testimonial-box-v3 h4 {
    font-size: 17px;
    line-height: 20px;
    color: #425563;
    text-align: center;
}

.section-testimonials .trustpilot-holder {
    /* margin-bottom: 40px; */
    margin-top: 30px;
}

.section-testimonials .testimonials-slick .slick-dots li {
    margin: 0 0;
}


.section-testimonials .testimonials-slick .slick-dots button::before {
    color: #425563;
    opacity: 0.2;
    font-size: 10px;
    margin-top: 10px;
}

.section-testimonials .testimonials-slick .slick-dots .slick-active button::before {
    color: #425563;
    opacity: 1;
}

.row-16 {
	margin-left: -15px;
	margin-right: -15px;
}

.section-inspiration .slide-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    background-size: cover;
}

.section-inspiration .slide-text h4 {
    color: #425563;
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.section-inspiration .slide-text p {
    color: #212B32;
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-inspiration .slide-text a.explore-link {
    color: #425563;
    font-size: 13px;
    line-height: 17px;
    text-decoration: underline;
}

.section-inspiration .slide:hover .slide-text h4,
.section-inspiration .slide:hover .slide-text .explore-link {
    color: #7A8891;
}

.section-pictureit {
    margin-top: 120px;
    margin-bottom: 100px;
}

.section-pictureit .pictureit-content {
    display: flex;
    flex-direction: row;
    height: 260px;
}

.section-pictureit .pictureit-content .image-overlay {
    /* width: 50%; */
    flex-basis: 52%;
    position: relative;
}

.section-pictureit .pictureit-content .image-overlay .pictureit-phone {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110%;
}

.section-pictureit .pictureit-content .pictureit-img-background {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.section-pictureit .pictureit-content .start-visual {
    background: #425563;
    flex-basis: 48%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-pictureit .pictureit-content .start-visual a,
.section-pictureit .pictureit-content .start-visual a button {
    width: 100%;
}

.section-pictureit .pictureit-content .start-visual > img {
    margin-bottom: 30px;
}

.section-pictureit-mobile {
    height: 375px;
    margin-bottom: 80px;
}

.section-pictureit-mobile .pictureit-content {
    height: 100%;
}

.section-pictureit-mobile .image-overlay {
    position: relative;
}

.section-pictureit-mobile .pictureit-img-background {
    position: absolute;
    width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: 17%;
    z-index: -1;
}

.section-pictureit-mobile .pictureit-phone {
    position: absolute;
    bottom: -375px;
    width: auto;
    z-index: 3;
    left: -69px;
    height: 275px;
}

.section-pictureit-mobile .start-visual-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}



.section-pictureit-mobile .start-visual {
    background: #fff;
    opacity: 0.9;
    height: 145px;
    width: 100%;
    padding-right: 20px;
    padding-top: 10px;
    /* padding-left: 50%; */
    padding-left: 175px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-pictureit-mobile .start-visual .button-primary {
    margin-top: 15px;
    padding: 10px 0px;
    width: 100%;
    max-width: 168px;
    color: #212B32;
}

.section-pictureit-mobile .start-visual img {
    max-height: 62px;
    max-width: 168px;
}

.button-primary {
    background-color: #F1B434;
    color:#212B32;
    text-decoration: none !important;
    border: none;
    font-weight: 500 !important;
}
.button-primary:hover {
    background-color: #d9a22f;
    color: #212B32;
    text-decoration: none;
}

/* FAQs */
.section-faq {
    margin-top: 50px;
}

div.collapse-panel-wrapper:not(:last-child){
	margin-bottom: 10px;
}

.section-faq-wrapper {
    margin-bottom: 100px;
}

.collapse-panel-header {
	background-color: #ECEEEF;
	width: 100%;
	display: inline-block;
	height: 100%;
	border-left: 2px solid #F6B333;
	padding: 20px;
}

.collapse-panel-header h5 {
	width: calc(100% - 25px);
}

.collapse-panel-header:hover {
	cursor: pointer;
}

.collapse-panel-header i {
	font-size: 20px;
	line-height: 24px;
}

.collapse-panel-chevron-wrapper {
	float: right;
}

.collapse-panel-chevron-wrapper img.chevron {
	height: 10px;
	width: auto;
}

.collapse-panel-header > div {
	display: inline-block;
}

.collapse-panel-header img {
	height: 30px;
	overflow: visible;
	width: auto;
}

.collapse-panel-header h5 {
	color: #425363;
	margin-bottom: 0;
	line-height: 23px;
}

.collapse-panel-body {
	background-color: #ECEEEF;
	width: 100%;
	height: 100%;
	border-left: 2px solid #F6B333;
}

.collapse-panel-body-inner {
	padding: 0 45px 20px 20px;
}

.collapse-panel-body p {
	color: #212B31;
}

.collapse-panel-body p:last-child {
	margin-bottom: 0;
}

.collapse-panel-body p a {
	color: #212B31;
	text-decoration: underline;
}

@media (max-width: 767px){
	.clp-v2-faq-column-breaker {
		margin-top: 10px;
	}
}





@media (max-width: 1199.98px) {
    .section-pictureit .pictureit-content .start-visual {
        padding: 0 70px;
    }
}

/* @media (max-width: 1199.98px) {
    .section-pictureit .pictureit-content .start-visual {
        padding: 0 80px;
    }
} */

@media (max-width: 991.98px) {

    .hero .col-accordion-wrapper {
        position: unset;
        bottom: unset;
        margin-bottom: unset;
        padding-left: 0;
        padding-right: 0;
    }
    .hero > .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: unset;
        margin-right: unset;
    }

    .hero > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hero .accordion-wrapper {
        border-radius: 0;
    }

    .hero .video-holder::after {
        height: calc(100% - 5px);
    }

    .hero .accordion-wrapper {
        padding-bottom: 10px;
    }

    .hero .accordion-wrapper .accordion-holder {
        position: relative;
        top: -65px;
        z-index: 10;
    }

    .hero .col-accordion-wrapper .trustpilot-holder {
        position: relative;
        top: -25px;
        margin-top: 0;
    }

    .section-popular-categories-mobile-slider a.slider-link,
    .section-inspiration-mobile-slider a.slider-link {
        text-decoration: none;
    }

    .section-popular-categories-mobile-slider,
    .section-inspiration-mobile-slider {
		white-space: nowrap;
		overflow-x: auto;
		margin-right: -15px;
		margin-left: -20px;
		padding-left: 15px;ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
	}
	
	.section-popular-categories-mobile-slider::-webkit-scrollbar,
	.section-inspiration-mobile-slider::-webkit-scrollbar {
		width: 0;  /* Remove scrollbar space */
		background: transparent;  /* Optional: just make scrollbar invisible */
	}
	
	.section-popular-categories-mobile-slider .mobile-slide,
	.section-inspiration-mobile-slider .mobile-slide {
		white-space: normal;
		display: inline-block;
		width: 170px;
		padding-left: 6px;
		padding-right: 6px;
        vertical-align: top;
	}

    .section-popular-categories-mobile-non-slider{
        margin-bottom: -30px;
    }
    .section-popular-categories-mobile-non-slider .mobile-non-slide{
        margin-bottom: 30px;
    }
    .section-popular-categories-mobile-non-slider .mobile-non-slide a{
        text-decoration: none;
    }

    .section-inspiration-mobile-slider .mobile-slide {
        width: 330px;
    }

    .section-heading-medium {
        font-size: 23px;
        line-height: 25px;
    }

    .section-popular-categories .section-heading-medium {
        text-align: left;
        margin-top: 60px;
    }
    
    .section-help-choosing .section-heading-medium {
        text-align: left;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .section-help-choosing .section-heading-small {
        text-align: left;
        margin-top: 30px;
    }

    .section-help-choosing .info-panels-wrapper > a {
        width: calc(50% - 7.5px);
        margin-top: 10px;
    }

    .section-help-choosing .info-panels-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-help-choosing .info-panels-wrapper > a:not(:last-of-type) {
        margin-right: 0;
    }

    .section-come-today {
        margin-top: 80px;
    }

    .section-come-today .section-panel h2 {
        font-size: 23px;
        line-height: 25px;
    }

    .section-why-tapi .section-heading-medium {
        margin-top: 80px;
    }

    .section-testimonials .trustpilot-holder {
        max-width: 300px;
        margin: 20px auto 0 auto;
    }

    .section-testimonials .testimonial-box-v3 p.content {
        font-size: 20px;
        line-height: 28px;
    }

    .section-testimonials .testimonial-box-v3 p.content:before{
        position: static;
        content: open-quote;
        background-image: unset;
    }
    .section-testimonials .testimonial-box-v3 p.content:after{
        position: static;
        content: close-quote;
        background-image: unset;
    }
    
    .hero .video-holder video,
    .hero .video-holder img.hero-image {
        height: 360px;
    }

    .hero .hero-heading h1 {
        /* max-width: 420px; */
        margin: 0 auto;
    }

    .hero .hero-heading {
        top: 0;
        height: 360px;
        display: flex;
        align-items: center;
        /* margin-top: 45px; */
    }

    .section-popular-categories .popular-category-image-overlay img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767.98px) {
    .section-come-today .section-panel { 
        box-shadow: unset;
        border: none;
        padding: 0;
    }

    .homepage-v3 .promo-banner-parent {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) { 
    .hero .video-holder video,
    .hero .video-holder img.hero-image {
        height: 165px;
    }

    .hero .accordion-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-titles p.header-title {
        font-size: 13px;
        line-height: 16px;
    }

    .hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-titles p.header-subtitle {
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -0.5px;
    }

    .section-popular-categories .section-heading-medium {
        margin-top: 40px;
    }

    .section-help-choosing .info-panels-wrapper > a {
        width: 100%;
    }

    .section-help-choosing .section-heading-small {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 24px;
    }

    

    .section-come-today .section-panel h2 {
        text-align: left;
    }

    .section-come-today .section-panel select {
        margin-top: 20px;
    }

    .section-come-today .section-panel a {
        text-align: left;
    }

    .section-why-tapi .section-heading-medium {
        text-align: left;
    }

    .v2-benefits-boxes .benefits-boxes .benefit-box p {
        font-size: 11px;
        line-height: 13px;
    }

    .section-testimonials .testimonial-box-v3 {
        padding: 0;
    }

    .hero .hero-heading h1 {
        font-size: 24px;
        /* max-width: 250px; */
        line-height: 30px;
        margin: 0 auto;
    }

    .hero .hero-heading {
        top: 0;
        height: 140px;
        /* margin-top: 45px; */
    }

    .hero .accordion-wrapper .accordion-holder {
        z-index: 10;
    }

    .hero .hero-accordion-panel .hero-accordion-panel-header .hero-accordion-panel-header-number {
        margin-right: 10px;
    }

    .v2-benefits-boxes .benefits-boxes .benefit-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    .hero .hero-accordion-panel .hero-accordion-panel-body .hero-accordion-panel-body-wrapper {
        padding: 30px 60px;
    }

}


/*CHAT*/
.chat-button{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:50;
}
@media(max-width: 767px){
	.chat-button{
		bottom: 10px;
		right: 10px;
	}
}

@media(min-width: 1440px){
	.hero .video-holder video,
    .hero .video-holder img.hero-image {
        width: 100%;
        height: 750px;
        object-fit: cover;
    }

    .hero .hero-heading {
        top: 130px;
    }
}

/*BANNER - 2022/06/15*/
.homepage-v3-banner{
    margin-top: 50px;
    margin-bottom: 0;
}
@media(min-width: 992px){
    .homepage-v3-banner{
        margin-top: 40px;
        margin-bottom: 0;
    }
}

/* B/C Test */
.slick-promo-banners-mobile-wrp{
    overflow: hidden !important;
    aspect-ratio: 1920/650;
}
.slick-promo-banners-desktop-wrp{
    overflow: hidden !important;
}

.slick-promo-banners{
    margin-bottom: 0 !important;
    overflow: hidden !important;
}

.slick-promo-banners .promo-banner-parent{
    max-width: 1172px;
}
.slick-promo-banners .slick-dots{
    z-index: 4;
    bottom: 10px;
}
.slick-promo-banners .slick-dots li{
    margin: 0;
    width: 15px;
    height: 15px;
}
.slick-promo-banners .slick-dots li button{
    padding: 0;
    width: 15px;
    height: 15px;
}
.slick-promo-banners .slick-dots li button::before{
    font-family: "Font Awesome 5 Light";
    font-size: 10px;
    content: "\f111";
    color: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
}
.slick-promo-banners .slick-dots li.slick-active button::before{
    font-family: "Font Awesome 5 Solid";
    color: #fff;
    opacity: 1;
}
@media(max-width: 991.99px){
    .slick-promo-banners-mobile-wrp{
        margin-bottom: 20px;
    }
}

/* B TEST*/
.hero.hero-v3b{
    padding: 120px 0;
}
.hero.hero-v3b::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100%);
    background: #000;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.7)),color-stop(50%,rgba(0,0,0,0.2)));
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.2) 50%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero.hero-v3b .hero-image{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
.hero.hero-v3b .hero-buttons-wrp{
    width: 100%;
}
.hero.hero-v3b .hero-buttons a{
    text-decoration: none;
}
.hero.hero-v3b .hero-buttons .hero-button{
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.hero.hero-v3b .hero-buttons .hero-button img{
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 10px;
}
.hero.hero-v3b .hero-buttons .hero-button i{
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
}
.hero.hero-v3b .trustpilot-holder {
    height: 50px;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 40px;
}
.hero.hero-v3b .hero-heading{
    position: relative;
    top: auto;
    margin-bottom: 80px;
    z-index: 3;
}
.hero.hero-v3b .hero-buttons-wrp{
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
}
.hero.hero-v3b .trustpilot-holder-wrapper{
    position: relative;
    z-index: 3;
}
@media(min-width: 768px){
    .hero.hero-v3b .hero-buttons .hero-button img{
        width: 33px;
        height: 33px;
    }
    .hero.hero-v3b .hero-buttons .hero-button i{
        font-size: 33px;
    }
}

@media(max-width: 991.99px){
    .hero.hero-v3b{
        padding: 70px 0 30px;
    }
    .hero.hero-v3b .hero-heading{
        height: auto;
        margin-bottom: 40px;
    }
    .hero.hero-v3b .hero-heading h1{
        font-size: 24px;
    }
    .hero.hero-v3b .hero-buttons-wrp{
        position: relative;
        margin-bottom: 30px;
    }
    .hero.hero-v3b .hero-buttons .hero-button{
        font-size: 13px;
    }
}
@media(max-width: 767.99px){
    .hero.hero-v3b .hero-buttons .row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .hero.hero-v3b .hero-buttons .row > div[class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .hero.hero-v3b .hero-buttons .hero-button{
        padding: 12px 5px;
    }
}

/* C Test */
.hero.hero-v3c .trustpilot-holder{
    margin-top: 0;
}
.hero.hero-v3c .home-ctas{

}
.hero.hero-v3c .home-ctas .home-cta{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}
.hero.hero-v3c .home-ctas .home-cta a{
    text-decoration: none;
}
.hero.hero-v3c .home-ctas .home-cta a:hover{
    color: #425363;
}
.hero.hero-v3c .home-ctas .home-cta .cta-number{
    background-color: #F6B333;
    position: absolute;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    top: -19px;
    left: 0;
    line-height: 37px;
}
.hero.hero-v3c .home-ctas .home-cta .cta-content{
    padding: 25px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.hero.hero-v3c .home-ctas .home-cta .title{
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0 5px;
}
.hero.hero-v3c .home-ctas .home-cta .subtitle{
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
}
.hero.hero-v3c .home-ctas .home-cta .cta-bottom{
    background-color: #F6B333;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 500;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media(max-width: 767.99px){
    .hero.hero-v3c .home-ctas .row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .hero.hero-v3c .home-ctas .row > div[class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
}





/* unbelievable - changing this to match new designs */
.hero.hero-v3c .video-holder img.hero-image {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
@media(max-width: 991.99px){
    .hero.hero-v3c .video-holder img.hero-image {
        height: 360px;
    }
}
@media (max-width: 575.98px) { 
    .hero.hero-v3c .video-holder img.hero-image {
        height: 165px;
    }
}

.hero.hero-v3c .col-accordion-wrapper{
    bottom: 275px;
    margin-bottom: -275px;
}
.hero.hero-v3c .accordion-wrapper {
    padding-top: 50px;
    width: 920px;
}
@media (max-width: 991.99px) {
    .hero.hero-v3c .col-accordion-wrapper {
        position: unset;
        bottom: unset;
        margin-bottom: unset;
        padding-left: 0;
        padding-right: 0;
    }
    .hero.hero-v3c .accordion-wrapper {
        padding-top: 50px;
        width: 100%;
    }
    .hero.hero-v3c .home-ctas{
        position: relative;
        top: -65px;
        z-index: 3;
        margin-bottom: -35px;
    }
    .hero.hero-v3c .col-accordion-wrapper .trustpilot-holder{
        top: -50px;
    }
}

/*NEAREST STORE BOX*/
.product-nearest-store{
    padding: 25px 30px 8px;
    margin-bottom: 60px;
}
/*@media(max-width: 991px){
    .product-nearest-store{
        margin-bottom: 40px;
    }
}*/
.product-nearest-store .ns-find{
    margin-bottom: 20px;
}
.product-nearest-store .ns-find .ns-label{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding-left: 35px;
    position: relative;
}
.product-nearest-store .ns-find .ns-label:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url("/img/general_icons/icon_storepin_white.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 30px;
    width: 40px;
}
@media(max-width: 991px){
    .product-nearest-store .ns-find .ns-label{
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .product-nearest-store .ns-find .ns-label:after{
        top: -5px;
    }
}

.product-nearest-store .ns-find .ns-form-control{
    position: relative;
}

.product-nearest-store .ns-find .ns-form-control input{
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #00729D;
    height: 40px;
    color: #fff;
    padding-left: 0;
    padding-right: 40px;
}

.product-nearest-store .ns-find .ns-form-control button{
    color: #00729D;
    font-size: 20px;
    line-height: 18px;
    padding: 10px 0 10px 20px;

    height: 40px;
    box-shadow: none;
    background-color: transparent;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.product-nearest-store .ns-find .ns-form-control button.spinner i{
    display: none;
}
.product-nearest-store .ns-find .ns-form-control button.spinner:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    width: 30px;
    top: 5px;
    right: 0;

    background-image: url('/img/spinner.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

    background-color: transparent;
}

.product-nearest-store .ns-find .ns-form-control #nearest_store{
    border-radius: 0;
}
.product-nearest-store .ns-find .ns-form-control #nearest_store::-webkit-input-placeholder{
    color: #fff;
    font-size: 12px;
    opacity: 1;
}
.product-nearest-store .ns-find .ns-form-control #nearest_store:-ms-input-placeholder{
    color: #fff;
    font-size: 12px;
    opacity: 1;
}
.product-nearest-store .ns-find .ns-form-control #nearest_store::placeholder{
    color: #fff;
    font-size: 12px;
    opacity: 1;
}
/*@media(min-width: 1300px){
    .product-nearest-store .ns-find .ns-label{
        line-height: 48px;
    }
}*/
/*@media(max-width: 1299px){
    .product-nearest-store .ns-find .row div[class*="col-"]{
        width: 100%;
    }
    .product-nearest-store .ns-find .ns-label{
        margin-bottom: 20px;
        text-align: center;
    }
}*/
/*@media(min-width: 768px) and (max-width: 991px){
    .product-nearest-store .ns-find .ns-form-control #nearest_store::-webkit-input-placeholder{
        font-size: 13px;
    }
    .product-nearest-store .ns-find .ns-form-control #nearest_store:-ms-input-placeholder{
        font-size: 13px;
    }
    .product-nearest-store .ns-find .ns-form-control #nearest_store::placeholder{
        font-size: 13px;
    }
}*/
/*@media(min-width: 768px){
    .product-nearest-store .ns-find .ns-form-control button{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}*/
/*@media(max-width: 767px){
    .product-nearest-store .ns-find .ns-form-control button{
        margin-top: 10px;
        width: 100%;
    }
}*/
.product-nearest-store .ns-results{
    text-align: center;
    display: none;
    margin-bottom: 20px;
}
.product-nearest-store .ns-errors{
    display: none;
}
.product-nearest-store .ns-results .ns-store-head{
    padding: 15px;
    position: relative;
}
.product-nearest-store .ns-results .ns-store-head:after{
    position: absolute;
    content: "";
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #425363;
    z-index: 2;
}
.product-nearest-store .ns-results .ns-store-head .title{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.product-nearest-store .ns-results .ns-store-content{
    padding: 40px 20px 1px;
    background-color: #fff;
}
.product-nearest-store .ns-results .ns-store-content .store-name{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-nearest-store .ns-results .ns-store-content p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #1B365D;
    margin-bottom: 20px;
}
/*.product-nearest-store .ns-results .ns-store-content ul{
    margin-bottom: 10px;
}
.product-nearest-store .ns-results .ns-store-content ul li{
    font-size: 14px;
    color: #1B365D;
    margin-bottom: 5px;
}*/
.product-nearest-store .ns-results .ns-store-content a{
    color: #425363;
    font-weight: 700;
    display: inline-block;
}

.product-nearest-store .ns-store-buttons-container{
    display: inline-flex;
    width: 100%;
    gap: 32px;
    justify-content: center;
}
/*@media(max-width: 767px){
    .product-nearest-store .ns-results .ns-store-content ul li{
        font-size: 12px;
    }
}*/

/*.product-nearest-store .ns-buttons a.button{
    margin-bottom: 10px;
}
@media(min-width: 320px){
    .product-nearest-store .ns-buttons a.button span{
        position: relative;
        padding-left: 35px;
        display: inline-block;
    }
    .product-nearest-store .ns-buttons a.button span:after{
        position: absolute;
        content: "";
        width: 25px;
        height: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;

        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .product-nearest-store .ns-buttons a.button span.icon-house:after{
        background-image: url('/img/general_icons_v2/icon_house.svg');
    }
    .product-nearest-store .ns-buttons a.button span.icon-samples:after{
        background-image: url('/img/general_icons_v2/icon_samples.svg');
    }
    .product-nearest-store .ns-buttons a.button span.icon-favourites-unselected:after{
        background-image: url('/img/general_icons_v2/icon_favourite_unselected_yellow.svg');
        width: 22px;
        height: 22px;
    }
    .product-nearest-store .ns-buttons a.button span.icon-favourites-selected:after{
        background-image: url('/img/general_icons_v2/icon_favourite_selected_yellow.svg');
        width: 22px;
        height: 22px;
    }
}*/

.section-banners .product-nearest-store {
    margin-bottom: 0;
}
.bottom-text-block{
	background-color: #eceeef;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 100px;
}
.bottom-text-block *:last-child{
	margin-bottom: 0;
}
.bottom-text-block--home *{
	font-size: 20px;
	line-height: 30px;
}
.bottom-text__toggle{
	color: #337ab7;
	cursor: pointer;
	margin-left: 10px;
}
.bottom-text__toggle:hover{
	text-decoration: underline;
}

/* TAPI-CR */
.cr-home-banners{
    margin-top: 20px;
}