@charset "utf-8";
/* CSS Document */

html{
	scroll-padding-top: 190px;
	overflow-x:hidden;
}

body {
    line-height: normal;
    float: left;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #5a5770;
    font-size: 16px;
    font-weight: 300;
    background: #f7f7f7;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow-x: hidden;
	opacity:0;
}

body.bodyactive {
	opacity:1;
}

h1, h2, h3, h4, h5, h6, .title {
    color: #423984;
    border: none;
}

.clearfix:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
	height: 0;
}

a, a:link, a:visited, a:active, #content .gist .gist-file .gist-meta a:visited {
    font-weight: 600;
color:#fff;
    position: relative;
text-decoration:none;
}


a:hover {
    color: #ffffff;
}


a:hover {
	cursor:pointer;
}
a:focus, button:focus {
	outline:none !important;
}
a:active {
	outline:none !important;
}

::-ms-clear {
  display: none;
}
ul, ul li, ol, ol li {
	padding:0 0 0 0;
}
img {
    max-width: 100%;
}
button, html input[type=button], input[type=reset], input[type=submit]{
	border:0;
}

b, strong {
    font-weight: 700;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
	display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  }


/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

::-ms-clear {
	display: none;
}

p {
    margin: 0px 0 14px;
    line-height: 30px;
    font-size: 18px;
}

li:last-of-type {
	margin:0 0 0 0 !important;
}

:focus, :active, :visited {
	outline:none;
	text-decoration:none;
}

/*Aligns*/
.vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vhboth {
	position: relative;
	top:50%;
	left: 50%;
	-webkit-transform: translateY(-50%)translateX(-50%);
	-ms-transform: translateY(-50%)translateX(-50%);
	transform: translateY(-50%)translateX(-50%);
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.3;
    padding: 0 0 0 0;
}

h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

h2 {
    font-size: 22px;
    margin: 0 0 13px 0;
}
h3 {
    font-size: 20px;
	margin: 0 0 12px 0;
}
h4 {
    font-size: 18px;
margin: 0 0 12px 0;
}

h5, h6, h7 {
	font-size:16px;
margin: 0 0 12px 0;
}

hr {
    float: left;
    width: 100%;
    display: block;
    margin: 18px 0 35px 0;
    background: none;
    height: 1px;
    border: none;
}

ul li {
    float: left;
    height: auto;
    display: block;
}

ol, ul {
    margin: 0 0 25px 0;
    list-style-type: none;
    padding-left: 30px;
    float: left;
    width: 100%;
}

ul li, ol li {
    padding-left: 26px;
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 9px 0;
line-height:30px;
}




ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 13px;
}

ol li {
    counter-increment: step-counter;
    padding-left: 27px;
}

ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0px;
    top: auto;
}


a.logo-main-header,
#site_header_logos a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	opacity:1;
}

a.logo-main-header, #site_header_logos a {
    margin: 0px;
}

.reviews-widget.desktop {
    display: block;
    margin: 0px 0 0 0;
}

#site_header_logos {
    width: auto;
}

a.logo-main-header {
    width: 184px;
    text-indent: -9999px;
    height: 80px;
}

a.logo-main-header:hover,
#site_header_logos a:hover {
	opacity:0.6;
}

#top_info {
    width: auto;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    color: #ff6600;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    max-width: 60%;
}
#top_info a {
    width: auto;
    float: left;
    height: auto;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: inset 0 -0.1rem 0 0 #ff6600;
}

#top_info a:hover {
    box-shadow: inset 0 -3rem 0 0 #ff6600;
}

#top_info #tag-same-day {
    clear: both;
    float: left;
    width: 100%;
    color: #211c48;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 9px 0 -6px 0px;
}

#top_info.out_of_hours {
}

#top_info.out_of_hours #tag-same-day {
    margin-top: 0px;
    margin-bottom: 10px;
}


#navigation {
    width: 100%; /* Ensure the container takes full width */
    margin: 0;
    padding: 0;
}

#navigation ul {
    display: flex;
    justify-content: space-around; /* Distribute items evenly across the full width */
    align-items: center; /* Vertically align items */
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
    list-style: none;
    box-shadow: none;
    width: 100%; /* Ensure the menu spans the full width */
}

#navigation ul li {
    width: auto; /* Allow list items to adjust based on content */
    border: none;
    flex-grow: 1; /* Makes each item take up an equal amount of space */
    text-align: center; /* Centers the text within each menu item */
}

#navigation ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: none;
    font-size: 14px;
    padding: 16px 19px;
    background: transparent;
    box-shadow: none;
    display: block; /* Ensures anchor fills the entire li */
    text-align: center; /* Centers the text in the link */
}

#navigation ul li a:hover {
    background: #ff6600;
    color: #ffffff;
}

#navigation ul li.current-menu-item a {
    background: #ff6600;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.menu, .menu-header, .container, .corona-over .wrapper {
    max-width: 1260px;
	width:100%;
}

.corona-over .corona-inner p {
    margin: -5px 0 -6px 0;
}

.corona-over .corona-inner span.title {
    margin-bottom: 13px;
    font-size: 16px;
}

#navigation {
    background: #423984;
border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
}

#page-wrap {
    float: left;
    width: 100%;
    margin: 0px;
    min-height: calc(100vh - 80px);
}

.footer-bkgd {
    display: block;
    margin: 0 auto;
    border: none;
    background: #423984;
    height: auto;
    min-height: 80px;
max-width:1260px;
}

.footer-bkgd #wrap.container {
    height: auto;
    display: flex;
    min-height: 110px;
    justify-content: center;
    align-items: center;
}

#footer {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
}

#footer #credits {
    display: none;
}

#footer .wprm-wrapper {
    display: none;
}

.footer-bkgd #wrap.container #copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin: 0px;
}

.footer-bkgd #wrap.container #copyright a {
	color:#ffffff;
	box-shadow: inset 0 -0.06rem 0 0 #ffffff;
}

.footer-bkgd #wrap.container #copyright a:hover {
	box-shadow: inset 0 -1.5rem 0 0 #ff6600;
    color: #ffffff;
}

#header {
    float: left;
    width: 100%;
    margin: 0px;
}

#header .inner {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

div#ouibounce-modal {
    background: rgb(56 54 76 / 67%);
    backdrop-filter: blur(3px);
    padding: 30px;
}

div#modal-container {
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(41 35 84 / 35%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(41,35,84,.35);
    box-shadow: 0px 0px 35px 0px rgb(41 35 84 / 35%);
    padding: 30px;
    width: 100%;
    max-width: 600px;
    height: 450px;
}

span#modal-wait {
    color: #211c48;
    font-size: 24px;
    line-height: 1.3;
    margin: -6px 0 20px 0px;
    float: left;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
}

span#modal-header {
    background: #423984;
    clear: both;
    float: left;
    width: calc(100% + 60px);
    margin: 0 0 0 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-left: -30px;
}

p#modal-text {
    color: #211c48;
    margin: -7px 0 14px 0px;
}

div#modal-container ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

div#modal-container ul li {
    font-size: 16px
    font-weight: 400;
    width: auto;
    position: relative;
    line-height: 24px;
}

a#book_online_pop_up_cta, #top_info.out_of_hours a.clickable-tel, a.book-button, #header .inner .top-contact-button a.cta-button {
    background: #ff6600;
    font-weight: 500;
    text-transform: none;
    border-radius: 50px;
    height: 50px;
    padding: 19px 0;
    line-height: 1;
    border: none;
    box-shadow: none;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    letter-spacing: 0px;
    display: block;
    width: auto;
    float: left;
}

a#modal-call {
}

a#book_online_pop_up_cta {
	width:100%;
}

a#modal-call {
    background: none;
    color: #ff6600;
    line-height: normal;
    padding: 0px 0px 15px 0px;
    width: auto;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
}

a#book_online_pop_up_cta,
#top_info.out_of_hours a.clickable-tel,
a.book-button,
#header .inner .top-contact-button a.cta-button {
	background:#12d66a;
}

a#book_online_pop_up_cta:hover,
#top_info.out_of_hours a.clickable-tel:hover,
a.book-button:hover,
#header .inner .top-contact-button a.cta-button:hover {
    background: #109c4f;
}

a.book-button,
#header .inner .top-contact-button a.cta-button {
    font-size: 14px !important;
    line-height: 0.8 !important;
    box-shadow: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

#new-content h1 a.book-button  {
}

#new-content h2  a.book-button {
}

#top_info.out_of_hours a.clickable-tel {
    padding: 18px 30px;
}

.corona-over .corona-inner {
    background: #12d66a;
    border-radius: 15px;
    margin-bottom: 20px;
}

.corona-over .corona-inner a.closeWarning {
    color: #12d66a;
    font-size: 14px;
    padding: 10px 0;
}

#wrap #content {
    width: 100%;
    float: left;
    display: block;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}
div#sidebar {
    display: none;
}

#new-content {
    display: block;
padding-top:35px;
padding-bottom:15px;
    float: left;
    width: 100%;
    display: block;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
    padding-left: 40px;
    padding-right: 40px;
}

#new-content h1,
#new-content h2 {
}

#new-content h1,
h1.site-title {

}

h1.site-title {

}

#new-content h2 {
    clear: both;
    float: left;
    width: 100%;
    font-weight: 600;
}

#wrap {
    padding: 0 0px;
}

#new-content h1 span,
#new-content h2 span {
    color: #ff6600 !important;
}

#new-content h1 a,
#new-content h2 a {

}

#new-content h1 a:hover,
#new-content h2 a:hover {
}

.footer-bkgd, #page-wrap:after {
    height: auto;
}

 #page-wrap:after {
	display:none;
 }

#area-manufacturer {
    float: left;
    width: 100%;
    margin: 0px;
}

#area-manufacturer ul,
body.page-template-book-repair-online #content .entry-content-page ul {
    margin-top: 0px;
padding-bottom:20px;
}

ul#covered-areas {
    padding-top: 40px;
    padding-bottom: 27px;
}

ul#covered-areas h3 {
	color:#ffffff;
}

#area-manufacturer ul#covered-areas li {
	color: #f3f1ff;
width:auto;
margin-bottom:5px;
flex:none;
}



ul#covered-areas li:before {
	color:#ff6600;
}

body.page-template-book-repair-online #content .entry-content-page ul{
}

#area-manufacturer ul:last-of-type {
    padding: 50px 30px 45px 55px;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
margin-bottom:0px;
}

#area-manufacturer ul h3, .trustpilot-testimonials h3 {
    float: left;
    width: 100%;
    display: block;
text-align:center;
    padding: 0px;
    border: none;
    font-size: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

#area-manufacturer ul li,
body.page-template-book-repair-online #content .entry-content-page ul li {
    color: #5a5770;
    padding-left: 30px;
    padding-right: 14px;
height:20px;
    margin: 0 0 0 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.cta-button.orange {
    color: #ffffff !important;
    background: #ff6600 !important;
    border-color: #ff6600 !important;
}

body.page-template-book-repair-online #content .entry-content-page ul li {
    background: none;
}

body.page-template-book-repair-online #content .entry-content-page ul li:before {
		top: 3px !important;
		padding: 0;
		line-height: 24px;
		font-size: 12px !important;
		color: #fff !important;
		border-radius: 50% !important;
}

#area-manufacturer ul li:before,
body.page-template-book-repair-online #content .entry-content-page ul li:before {
content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/sites/80/2025/03/checked.png);
    background-size: contain;
    background-repeat: no-repeat;
}

body.page-template-book-repair-online #content .entry-content-page ul li:before {
	top:0px;
}

body.page-template-book-repair-online #content .entry-content-page ul li.cross:before {
    content: "\f00d";
}

.responsive-tabs-wrapper {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
}

.responsive-tabs ul.responsive-tabs__list {
margin: 0px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    justify-content: space-between;
}

.responsive-tabs ul.responsive-tabs__list li {
    font-size: 14px !important;
    padding: 8px 20px 6px !important;
    background: none !important;
    border: 1px solid rgb(90 87 112 / 58%);
    color: #fff;
    border-radius: 0px;
    line-height: normal !important;
    height: auto !important;
    margin-right: 0px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
    background: #423984 !important;
}

.responsive-tabs .responsive-tabs__panel {
    padding: 30px;
    border-color: #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-radius: 0 0 15px 15px;
}

.responsive-tabs .responsive-tabs__panel img {
    float: left;
    display: block;
    margin: 0px;
    flex-grow: 0;
    flex-shrink: 1;
    width:230px;
}

.responsive-tabs .responsive-tabs__panel ul.appliance-care-usp {
    flex-grow: 1;
    max-width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    align-items: center;
}

.responsive-tabs .responsive-tabs__panel ul.appliance-care-usp li {
    width: 50% !important;
    background: none !important;
    font-size: 18px ;
    font-weight: 500;
 color:#423984;
    padding-top: 0px !important;
    padding-left: 30px !important;
    padding-right: 10px !important;
}

.responsive-tabs .responsive-tabs__panel ul.appliance-care-usp li:before {
content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/sites/80/2025/03/checked.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.responsive-tabs ul.responsive-tabs__list li:hover {
    border: 1px solid rgb(90 87 112 / 100%) !important;
}

.responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
    color: #fff !important;
background-color:#ff6600 !important;
    border-color: #ff6600 !important;
}

#footer-testimonials {
    float: left;
    width: 100%;
    display: block;
padding:0px 40px 10px 40px;
    border-left: 1px solid #dcdbe6;
    border-right: 1px solid #dcdbe6;
}

.trustpilot-testimonials {
    padding: 0px;
    margin: 0px;
}

.trustpilot-testimonials #full-page-widget {
    clear: both;
    display: block;
    height: auto;
    background: #f2f2f2;
    margin-top: -11px;
    float: left;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.slick-slider-replacements {
    margin: 0px 0px 30px;
}

.slick-slider-replacements .slick-list {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    border: none;
    position: relative;
    z-index: 3;
}

.slick-slider-replacements {
    margin: 0px 0px 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

ul#covered-areas {
    padding: 50px 30px 50px 70px;
    background-image: url(/wp-content/uploads/sites/80/2025/03/locationsbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0px;
}

#exit-modal {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#exit-modal li {
  background: url('/wp-content/uploads/sites/80/2025/03/checked.png') no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 5px !important;
}

#exit-modal li::marker {
  display: none;
}

@media (max-width: 530px) {
  #exit-modal {
    grid-template-columns: 1fr;
  }
}

ul#covered-areas:before,ul#covered-areas:after {
    content: "";
    height: 100%;
    display: block;
    top: 0px;
    position: absolute;
}


ul#covered-areas:before {
}


ul#covered-areas:after {
}

.slick-slider {
    float: left;
    width: 100%;
}

.slick-slider-replacements .slick-list {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgb(33 28 72 / 37%);
    border-radius: 20px;
}

#content ul.slick-dots {
    position: relative;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -7px;
}

#content ul.slick-dots li {
    float: left;
    margin: 0 5px !important;
}

#content ul.slick-dots li button {
    background: rgb(90 87 112 / 44%);
    border: none;
    width: 15px;
    height: 15px;
    box-shadow: none;
    outline: none;
}

#content ul.slick-dots li button:hover {
    background: rgb(90 87 112 / 100%);
}

#content ul.slick-dots li.slick-active button {
	background:#ff6600;
}

.slide-with-image {
}

.slide-with-image img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.slide-with-image .image-tag {
    bottom: 30px;
    left: 30px;
    z-index: 10;
    width: auto;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 10px 19px;
    background: rgb(33 28 72 / 74%);
    border-radius: 10px;
}

#content .responsive-tabs .responsive-tabs__panel h1 {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
}

#content .responsive-tabs .responsive-tabs__panel h1 strong {
    color: #211c48;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content .responsive-tabs .responsive-tabs__panel h1 a {
    float: none;
    width: auto;
    margin: 0px 5px;
}

#content .responsive-tabs .responsive-tabs__panel h1 a:nth-child(2) {
    margin-top: 14px;
}

#area-manufacturer ul#manufacturer-list li {
    width: 33%;
line-height:16px;
}

body.page-template-book-repair-online .form-section,
form#cbForm .form-section {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

form#cbForm .form-section {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
}

form#cbForm .form-section:nth-of-type(4),
form#cbForm .form-section:nth-of-type(5),
form#cbForm .form-section:nth-of-type(6) {
	max-width:32%;
	clear:none;
}

form#cbForm .form-section:nth-of-type(5) {
	margin-left:2%;
	margin-right:2%;
}

body.page-template-book-repair-online .form-section h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0em;
    border-bottom: 0px;
    padding: 0px;
    margin: 0 0 21px 0;
}

body.page-template-book-repair-online .form-section h3 span.step_number {
    color: #ffffff;
    background: #ff6600;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0px;
    float: left;
    text-align: center;
    line-height: 0.8;
    padding: 8px 0;
    margin: -3px 10px 0 0;
}

body.page-template-book-repair-online .form-section .form-third, body.page-template-book-repair-online .form-section .form-full {
    margin-bottom: 20px;
}

body.page-template-book-repair-online .form-section label,
form#cbForm .form-section label {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #211c48;
    line-height: 22px;
    margin: -4px 0 9px 0px;
}

body.page-template-book-repair-online .form-section label:hover,
form#cbForm .form-section label:hover {
	color:#ff6600;
}

body.page-template-book-repair-online .form-section label span.required {
    color: #ff3333;
}

body.page-template-book-repair-online .form-section input,
body.page-template-book-repair-online .form-section select,
body.page-template-book-repair-online .form-section textarea,
form#cbForm .form-section input,
form#cbForm .form-section select,
form#cbForm .form-section textarea {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    line-height: 1;
    padding: 10px 23px;
    background: none;
    font-family: 'Poppins', sans-serif;
    color: #5a5770;
    font-weight: 300;
    border: 1px solid rgb(90 87 112 / 49%);
	outline:none !important;
	box-shadow:none !important;
}



body.page-template-book-repair-online .form-section textarea,
form#cbForm .form-section textarea {
    height: 200px;
    border-radius: 20px;
    resize: none;
}

body.page-template-book-repair-online .form-section input:hover,
body.page-template-book-repair-online .form-section select:hover,
body.page-template-book-repair-online .form-section textarea:hover,
form#cbForm .form-section input:hover,
form#cbForm .form-section select:hover,
form#cbForm .form-section textarea:hover {
    border: 1px solid rgb(90 87 112 / 100%);
}

body.page-template-book-repair-online .form-section input:focus,
body.page-template-book-repair-online .form-section select:focus,
body.page-template-book-repair-online .form-section textarea:focus,
form#cbForm .form-section input:focus,
form#cbForm .form-section select:focus,
form#cbForm .form-section textarea:focus {
	border:1px solid #ff6600;
}


form#cbForm .form-section p#applianceTypeOptions {
    width: 100%;
    margin-top: 0px;
    margin-bottom: -15px;
}

form#cbForm .form-section p#applianceTypeOptions label {
    width: 33.333333%;
    padding-right: 20px;
    margin: 0 0 15px 0;
    display: block;
}

form#cbForm .form-section p#applianceTypeOptions label:hover {
	cursor:pointer;
}

form#cbForm .form-section p#applianceTypeOptions label input {
	display:none;
}

form#cbForm .form-section p#applianceTypeOptions label span {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 35px;
    min-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    color: #5a5770;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

form#cbForm .form-section p#applianceTypeOptions label span:before {
    content: "";
    border: 1px solid rgb(90 87 112 / 49%);
    background: rgb(90 87 112 / 22%);
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: inset 0 0 0px 5px #ffffff;
}

form#cbForm .form-section p#applianceTypeOptions label:hover span:before {
	border: 1px solid rgb(90 87 112 / 100%);
}

form#cbForm .form-section p#applianceTypeOptions label input:checked ~ span {
	color:rgb(90 87 112 / 100%);
}

form#cbForm .form-section p#applianceTypeOptions label input:checked ~ span:before {
	border-color:#ff6600;
	background:#ff6600;
}

body.page-template-book-repair-online .form-section #book-repair-button, form#cbForm .form-section input.submit-button {
    width: auto;
    display: block;
    border-radius: 50px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: 600;
    padding: 10px 24px;
    margin: 10px 0 0 0;
    background: #ff6600;
    border: none;
    text-shadow: none;
    color: #ffffff;
    min-width: 150px;
}

form#cbForm .form-section input.submit-button {
    margin-top: 0px;
}

body.page-template-book-repair-online .form-section  #book-repair-button:hover,
form#cbForm .form-section input.submit-button:hover {
background: #211c48;
}

form#book_online_repair_form {
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: -30px;
}

form#cbForm {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 10px;
}

body.page-template-book-repair-online .form-section {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.g-recaptcha {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.g-recaptcha > div {
    float: left;
    width: 100% !important;
}

iframe#full-page-widget_frame {
    border-radius: 0 0 20px 20px;
}

#new-content h1 a.book-button {
}

#new-content h2 a.book-button {
	float:right;
}

#new-content h1.out-hours {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#new-content h1.out-hours a.book-button,
#header .inner .top-contact-button a.cta-button {
    white-space: nowrap;
    margin-left: 15px;
    padding: 20px 0;
    padding-left: 30px;
    padding-right: 30px;
}

.mid-page-logos {
    clear: both;
    float: left;
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
}

.mid-page-logos .no-payment, .mid-page-logos ul.logos {
    float: left;
    width: 50%;
    max-width: 50%;
    display: flex;
    margin-bottom: 30px;
    justify-content: start;
    align-items: center;
    align-content: center;
}


.mid-page-logos .no-payment {
	padding-right:0px;
}

.mid-page-logos .no-payment .icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ff3333;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mid-page-logos .no-payment .icon:before {
    content: "";
    position: absolute;
    width: 4px;
    display: block;
    background: #ff3333;
    height: 100%;
    transform: skewX(-46deg);
    left: 25px;
    top: 0px;
}

.mid-page-logos .no-payment .icon i {
    font-size: 34px;
    color: #ff3333;
    float: left;
    line-height: 0.8;
    z-index: 2;
    /* text-shadow: 1px 1px 0px #ffffff, 0px 0px 0px #ffffff, -1px -1px 0px #ffffff; */
}

.mid-page-logos .no-payment h3 {
    float: left;
    margin: 0 0 0 0;
    border: none;
    padding: 0 0 0 22px;
    font-size: 22px;
    font-weight: 600;
    color: #ff3333;
    width: auto;
}

.mid-page-logos .no-payment h3 span {
    background: #ff3333;
    color: #ffffff;
    font-weight: 800;
    padding: 6px 11px;
    display: inline-block;
    margin-right: 3px;
}

.mid-page-logos ul.logos {
    padding-left: 30px !important;
    justify-content: center;
}

.mid-page-logos ul.logos li {
    padding-left: 0px !important;
    max-height: 70px;
    flex: 0;
    max-width: 100%;
    width: auto !important;
    display: flex !important;
    height: auto !important;
    padding-right: 30px !important;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.mid-page-logos ul.logos li:before {
	display:none;
}

.mid-page-logos ul.logos li img {
    float: left;
    width: auto;
    height: auto;
    max-width: none;
    max-height: 70px;
}

.mid-page-logos ul.logos li span {
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    font-weight: 700;
    color: #211c48;
}

.mid-page-logos ul.logos li.gassafe span {
    padding-left: 22px;
}

.mid-page-logos ul.logos li.reviews {
    padding-right: 0px !important;
    flex-wrap: wrap;
    text-align: center;
}

.mid-page-logos ul.logos li.reviews span {
    width: 100%;
    margin-bottom: 7px;
}

#dynamic-postcode-output ul li {
    background: none;
    border: none !important;
    padding: 5px 5px !important;
    background: rgb(90 87 112 / 0%) !important;
    margin-bottom: 3px !important;
}

#dynamic-postcode-output {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

#dynamic-postcode-output ul li:hover {
    background: rgb(90 87 112 / 10%) !important;
}

#dynamic-postcode-output ul li:before {
	display:none;
}

/* reset box shadow */
.corona-over .corona-inner a.closeWarning, a.logo-main-header, #site_header_logos a, #navigation ul li a {
	box-shadow:none;
	-webkit-box-shadow:none;
}

.grecaptcha-badge {
	display:none !important;
	visiblity:hidden !important;
}

.cbp-spmenu-left {
    left: 0px !important;
    transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px !important;
    transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

/* datepicker */

#ui-datepicker-div {

    border: none !important;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(41 35 84 / 21%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(41, 35, 84, 0.21);
    box-shadow: 0px 0px 35px 0px rgb(41 35 84 / 21%);
    border-radius: 15px;
    width: auto;
    padding: 20px;
    max-width: 350px;
    min-height: 324px;
    z-index: 20 !important;
}

#ui-datepicker-div .ui-datepicker-header {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
    background: none;
    border: none;
    margin-bottom: 15px;
    min-height: 30px;
}

#ui-datepicker-div .ui-datepicker-header a {
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #5a5770;
    color: #ffffff;
    font-size: 14px;
    border-radius: 7px;
    border: none !important;
    line-height: 0.8;
    padding: 9px 0;
    text-shadow: none !important;
    opacity: 1;
    box-shadow: none;
    text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-header a.ui-state-disabled {
    opacity: 0.3;
    pointer-events: none;
}

#ui-datepicker-div .ui-datepicker-header a:hover {
	background:#211c48;
}

#ui-datepicker-div .ui-datepicker-header a span {
	display:none;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
	left:0px;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
	right:0px;
}

#ui-datepicker-div .ui-datepicker-header a:before {
 	font-family: FontAwesome;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before {
	content:"\f104";
	margin-right: 1px;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before {
	content:"\f105";
	margin-left: 1px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    color: #211c48;
    font-family: 'Poppins', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0 40px;
    margin: 8px 0;
}
#ui-datepicker-div table.ui-datepicker-calendar {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 12px;
}

#ui-datepicker-div table.ui-datepicker-calendar th {
    color: #211c48;
    font-family: 'Poppins', 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid;
    background: none;
}

#ui-datepicker-div table.ui-datepicker-calendar td {
    padding: 6px 3px 0;
}

#ui-datepicker-div table.ui-datepicker-calendar td a, #ui-datepicker-div table.ui-datepicker-calendar td span {
    width: 36px;
    height: 36px;
    text-align: center;
    font-family: 'Poppins', 'Helvetica', sans-serif;
    font-size: 14px;
    color: #5a5770;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #a7a3c1;
    background: transparent;
    line-height: 0.8;
    padding: 12px 0;
    margin: 0px;
    float: left;
    display: block;
    box-shadow: none;
}

#ui-datepicker-div table.ui-datepicker-calendar td a:hover {
    background: #211c48;
	border-color: #211c48;
	color:#ffffff;
}

#ui-datepicker-div table.ui-datepicker-calendar tr {
    border: none;
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-state-disabled,
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-unselectable {
    opacity: 0.4;
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-today {
    opacity: 1;
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-today span,
#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day a {
    border-color: #23212f;
    color: #23212f;
}


#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active, #ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-active {
    background: #ff6600;
    border-color: #ff6600;
    color: #ffffff;
    font-weight: 700;
}


/* new terms and conditions */



.terms-and-conditions-module {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 3px;
}

.terms-and-conditions-module label {
    font-size: 14px !important;
    color: #5a5770 !important;
    font-weight: 400 !important;
    margin: 0px !important;
    line-height: 1.5 !important;
}

.terms-and-conditions-module label span a {
    text-decoration: none !important;
}

.terms-and-conditions-module label span {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 54px;
}

.terms-and-conditions-module label input {
	display:none;
}

.terms-and-conditions-module label:hover {
	cursor:pointer;
}

.terms-and-conditions-module label span:before {
    content: "\f00c";
    position: absolute;
    left: 0px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid rgb(90 87 112 / 60%);
    line-height: 0.8;
    font-size: 16px;
    padding: 10px 0px;
    top: 3px;
    color: transparent;
    font-family: 'FontAwesome';
}

.terms-and-conditions-module label:hover span:before {
    border: 1px solid rgb(90 87 112 / 100%);
}

.terms-and-conditions-module label input:checked ~ span:before {
    color: #e56700;
	border-color:#e56700;
}


input#book-repair-button.disabled {
    filter: grayscale(1);
    opacity: 0.3;
	cursor:default;
	pointer-events:none;
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-today {
    opacity: 0.4;
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-today span {
    border: 1px solid #a7a3c1;
    color: #5a5770;
}

div#modal-container p.office-closed {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.Terms038Conditions #content ul,
.PrivacyPolicy #content ul {
    float: left;
    width: 100%;
    display: block;
}

.Terms038Conditions #content ul li,
.PrivacyPolicy #content ul li {
    clear: both;
    float: left;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    background: none;
    padding: 0 0 0 25px;
}

.Terms038Conditions #content ul li:before,
.PrivacyPolicy #content ul li:before {
    width: 5px;
    height: 5px;
    display: block;
    background: #5a5770;
    border-radius: 50%;
    top: 12px;
}

.Terms038Conditions #content a,
.PrivacyPolicy #content a {
    text-decoration: none;
}

.Terms038Conditions #content b, .Terms038Conditions #content strong,
.PrivacyPolicy #content b, .PrivacyPolicy #content strong {
    font-weight: 600;
}

.PrivacyPolicy #content table,
.Terms038Conditions #content {
	float:left;
	width:100%;
}

.reivew-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    clear: both;
padding-top:15px;
padding-bottom:15px;
    justify-content: start;
    align-items: stretch;
    align-content: stretch;
}

.reivew-row .review-card {
    flex: 0 0 33.3333333333%;
    margin-bottom: 30px;
    padding: 0 15px;
    max-width: 33.333333333333333%;
}

.reivew-row .review-card .review-card-inner {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: start;
    align-items: start;
    background: #423984;
    padding: 30px;
    border-radius: 24px;
    flex-direction: column;
}

.reivew-row .review-card .ID, .reivew-row .review-card .name, .reivew-row .review-card .date {
    display: none !important;
}

.reivew-row .review-card .content {
    order: 1;
}

.reivew-row .review-card .title {
    order: 2;
}

.reivew-row .review-card .stars {
    order: 3;
    margin-top: auto;
    clear: both;
    float: left;
    width: 100%;
    display: block;
}

.reivew-row .review-card .stars img {
    width: auto;
    height: auto;
    float: left;
    margin-right: 4px;
    max-width: 20px;
    max-height: 20px;
}

.reivew-row .review-card .title {
    order: 2;
    color: #fff;
    font-size: 14px;
    clear: both;
    font-weight: 700;
    float: left;
    line-height: 1.3;
    margin-bottom: 25px;
}

.reivew-row .review-card .content {
    order: 1;
    font-size: 16px;
    color: #fff;
    line-height: 22px; /* Set the line height */
    width: 100%; /* Full width */
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}


.booking-form-2021 .form-booking-inner #repair-cost-info b {
    color: #042d0d;
}


#header .inner .top-contact-button {
    float: right;
}

#header .inner .top-contact-button a.cta-button {
    text-decoration: none;
    margin: 0px;
}


.SEO-content-columned {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
    margin-top: 50px;
}

.home #wrap #content {
    margin-bottom: 15px;
}
.SEO-content-columned h3 {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: -8px 0 35px;
    line-height: 1.4;
}

.SEO-content-columned ul {
    margin-left: -15px;
    margin-right: -15px;
    float: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: initial;
    margin-bottom: 0px;
}

#content .SEO-content-columned li {
    background: none !important;
    flex: 0 0 33.33333%;
    max-width: 33%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: auto !important;
    margin-bottom: 30px !important;
}

#content .SEO-content-columned li .block {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px;
    border: 1px solid rgb(90 87 112 / 18%);
    border-radius: 20px;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#content .SEO-content-columned li .block:hover {
    border: 1px solid #ff6600;
    background: #ff6600;
}

#content .SEO-content-columned li .block i {
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom: 50px;
    background: #ff6600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    padding-left: 2px;
    border-radius: 0% 20px 0% 20px;
}

#content .SEO-content-columned li .block:hover i {
	background:#211c48;
}

#content .SEO-content-columned li .block .title {
    clear: both;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: -6px;
    margin-bottom: 20px;
}

#content .SEO-content-columned li .block:hover .title {
	color:#ffffff;
}

#content .SEO-content-columned li .block p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    margin: -8px 0 -8px 0;
    clear: both;
    float: left;
}

#content .SEO-content-columned li .block:hover p {
    color: #ffeee4;
}

#new-content .seo-ordered-list {
    float: left;
    clear: both;
    height: auto;
    display: block;
    margin-top: 60px;
}

#new-content .seo-ordered-list h3 {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    line-height: 1.6;
    margin-top: -10px;
    margin-bottom: 30px;
}

#new-content .seo-ordered-list h3 span {
    background: #ff6600;
    color: #ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0% 15px 0% 15px;
    margin-right: 4px;
}

#new-content .seo-ordered-list ol {
    padding-left: 0px;
    list-style: none;
    margin: 0 0 -8px 0;
    position: relative;
    padding-bottom: 15px;
    padding-top: 10px;
}

#new-content .seo-ordered-list ol li {
    margin: 0 0 14px 0;
    padding-left: 70px;
}

#new-content .seo-ordered-list ol:before {
    content: "";
    position: absolute;
    left: 41px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgb(90 87 112 / 25%);
}

#new-content .seo-ordered-list ol li b {
    color: #211c48;
}

#new-content .seo-ordered-list ol li:before {
    color: #211c48;
    font-weight: 600;
}

#new-content .seo-ordered-list ol li:hover b,
#new-content .seo-ordered-list ol li:hover:before {
	color:#ff6600;
}

.disable-link,
.reviews-widget a.reviews-widget-link {
	cursor:default !important;
	pointer-events:none !important;
}

.responsive-tabs .responsive-tabs__list__item:hover{
color:#fff !important;
}

.intro a{
color:#ff6600;
}

#menu-menu-1 li:not(:last-child) {
    border-right: 1px solid #ffffff6b; /* Light gray separator */
}