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

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}

/* Burger Menu */
#menuToggle {
  display: block;
  position: relative;
  top:20px;  /* burger position */
    z-index: 1;
    -webkit-user-select: none;
  user-select: none;
  width:40px;
  height:40px;
  border-radius:3px;
  border-color:#555;
  border-width:thin;
  border-style:solid;
  background-color:rgba(248,248,248,1.00);
  box-sizing:border-box;
  padding:5px;
}

#menuToggle a {
  text-decoration: none;
  color: #fff; /* list colour */
    transition: color 0.3s ease;
}
#menuToggle a:hover {
  color:rgba(240,240,240,1.00); 
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 0px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
   -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 17.5px;
  height: 3px;
  margin-bottom:5px;
  padding-left:10px;
  position: relative;
  top:5px;
  background-color:rgba(150,150,150,1.00); /* burger colour */
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
  margin-top:10px;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -2px);
  background:#fff; /* X colour */
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 200px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  opacity: 1;
  background-color:rgba(150,150,150,1.00); /* menu bg colour */
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
font-family: 'Montserrat', sans-serif;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}
 /* Burger Menu */


 /* Colours */
 /*  Green #3f9546 63,149,70
 /*  Purple #775d91
 /* Colours */

/* W1.................................................MOB */	

.w1 {
	width:100%;
	height:30px;
	background-color:#775d91;
}
.w1-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w1 p {
	text-align:right;
	font-size:11px;
	font-weight:500;
	color:#fff;
	line-height:10px;
}
/* W2.................................................MOB */	

.w2 {
	width:100%;
	height:auto;
	height:130px;
}
.w2-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: 'Montserrat', sans-serif;
}
.w2-burger {
	float:left;
	position:absolute;
	z-index:1;
	max-width:100px;
}
.w2-logo {
	float:right;
	background-image:url(../images/washingmachinedoctor.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	margin-top:15px;
}
.w2-menu {
	display:none;
	text-align:right;
	float:right;
	margin-top:95px;
}
.w2-menu a {
	font-size:15px;
	padding-left:12px;
	color:rgba(120,120,120,1.0);
	transition:0.5s;
}
.w2-menu a:hover {
	color:#3f9546;
	transition:0.5s;
}
/* W3.................................................MOB */	

.w3 {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-image: url(../images/washingmachine1.png);
    background-size: cover;
    background-position: center;
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}

.w3-content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
    font-family: 'Montserrat', sans-serif;
}

.w3 h1 {
    color: #fff;
    text-align: center;
    font-size: 34px;
	line-height: 44px;
    max-width: 600px; /* Restricts width */
    width: 100%; /* Ensures it adapts within max-width */
}


/* W4.................................................MOB */	

.w4 {
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
}
.w4-content {
	max-width:900px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w4-left {
}
.w4-right {
}
.w4 h2 {
	color:#3f9546;
	font-size:32px;
}
.w4 h3 {
	color:#3f9546;
	font-size:26px;
	margin-top:60px;
}
.w4 h4 {
	color:#3f9546;
	font-size:22px;
}
.w4 p {
	font-size:20px;
	line-height:28px;
	color:rgba(120,120,120,1.00);
}
.w4 a {
	font-size:20px;
	line-height:28px;
	text-decoration:underline;
	text-transform:uppercase;
	color:#775d91;
	font-weight:bold;
}
.w4 a:hover {
	font-size:20px;
	line-height:28px;
	color:#3f9546;
}
.w4 li {
	font-size:20px;
	line-height:32px;
	color:rgba(120,120,120,1.00);
}
.w4-quote {
	width:200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	border-radius:15px;
	border-color:#775d91;
	border-width:thin;
	border-style:solid;
	background-color:#775d91;
	text-align:center;
	color:#fff;
	padding:15px;
	margin-top:50px;
	margin-bottom:40px;
	font-size:20px;
	transition:0.5s;
}
.w4-quote:hover {
	opacity:0.7;
	transition:0.5s;
}
/* W5.................................................MOB */	

.w5 {
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	background-color:rgba(119,93,145,0.1);
}
.w5-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w5-left {
}
.w5-right {
}
.w5 h3 {
	color:#3f9546;
	font-size:32px;
}
.w5 p {
	font-size:20px;
	line-height:28px;
	color:rgba(120,120,120,1.00);
}
.w5 li {
	font-size:20px;
	line-height:32px;
	color:rgba(120,120,120,1.00);
}
/* W6.................................................MOB */	

.w6 {
	width:100%;
	height:auto;
	background-color:#3f9546;
	padding-top:30px;
	padding-bottom:30px;
}
.w6-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.w6 h3 {
	color:#fff;
	font-size:24px;
	line-height:32px;
}
.w6 p {
	color:#fff;
	font-size:20px;
	line-height:28px;
}
.w6-form {
	text-align:center;
	width:100%;
	height:auto;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;

}
.w6-form input {
  width: 100%;
  height:50px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;
}
.w6-form select {
  width: 100%;
  height:50px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:20px;
    font-size:18px;
	background-color:#fff;
}
.w6-form input[type=submit] {
  width:100%;
  height:50px;
  line-height:10px;
  color:#fff;
  background-color:#775d91;
  transition:0.5s;
 }
 .w6-form input[type=submit]:hover {
  transition:0.5s;
  opacity:0.7;
 }
/* W7.................................................MOB */	

.w7 {
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
}
.w7-content {
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;	
}
.w7-logos {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.w7 img {
	width:100%;
	border-color:rgba(150,150,150,1.00);
	border-width:thin;
	border-style:solid;
	transition:0.5s;
}
.w7 a {
	margin:5px;
}
.w7 img:hover {
	border-color:#3f9546;
	transition:0.5s;
	opacity:0.5;
}
.w7 h3 {
	color:#3f9546;
	font-size:32px;
	text-align:center;
	padding-bottom:40px;
}
/* W8.................................................MOB */	

.w8 {
	width:100%;
	height:auto;
	background-color:#3f9546;
	padding-bottom:30px;
	padding-top:30px;
}
.w8-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w8-left {
	padding-bottom:20px;
}
.w8-right {
}
.w8 h3 {
	color:#fff;
	font-size:32px;
	text-align:center;
}
.w8 p {
	color:#fff;
	font-size:20px;
	line-height:28px;
	transition:0.5s;
	text-align:center;
}
.w8 a:hover {
	color:#775d91;
	transition:0.5s;
}
.w8-form {
	text-align:center;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:-30px;
}
.w8-form-tick {
	color:#fff;
}
.w8-form input {
  width:100%;
  height:40px;
  padding:5px;
  margin-bottom:15px;
    font-size:16px;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
}
.w8-form textarea {
  width: 100%;
  height:80px;
  padding:5px;
  margin-bottom:8px;
  font-size:16px;
 font-family: 'Montserrat', sans-serif;
 box-sizing:border-box;
}
.w8-form input[type=submit] {
  width:100%;
  height:40px;
  margin-top:5px;
  line-height:14px;
  background-color:#775d91;
	margin-top:10px;
	color:#fff;
	box-sizing:border-box;
	transition: 0.5s;
 }
 .w8-form input[type=submit]:hover {
  background-color:#fff;
	color:#775d91;
	transition: 0.5s;
 }
/* W9.................................................MOB */	

.w9 {
	width:100%;
	height:auto;
	background-color:#775d91;
}
.w9-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w9-left {
	text-align:center;
}
.w9-centre {
	text-align:center;
}
.w9-right {
	text-align:center;
}
.w9 p {
	color:#fff;
	font-size:16px;
	transition:0.5s;
}
.w9 h4 {
	color:#fff;
	font-size:16px;
	font-weight:500;
}
.w9 a:hover {
	color:#3f9546;
}

.comparison-table {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

    .comparison-item {
        border: 1px solid #ddd;
        padding: 15px;
        background-color: #f9f9f9;
        border-radius: 8px;
    }

    .comparison-item h4 {
        margin: 0 0 10px;
        font-size: 18px;
        color: #333;
    }

    .comparison-item p {
        margin: 5px 0;
        font-size: 14px;
    }

    .comparison-item a {
        display: inline-block;
        margin-top: 10px;
        color: #0073e6;
        text-decoration: none;
        font-weight: bold;
    }

    .comparison-item a:hover {
        text-decoration: underline;
    }
    @media screen and (max-width: 768px) {
        th, td {
            font-size: 14px;
            padding: 6px;
        }
    }
@media only screen and (min-width: 500px) {
.w1 h3 {
	font-size:14px;
}
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 800px) {
.w2-burger {
	display:none;
}
.w2-logo {
	float:left;
}
.w2-menu {
	display:block;
}	

.w5-left {
	box-sizing:border-box;
	float:left;
	padding-right:35px;
	width:50%;
	margin-top:35px;
}
.w5-right {
	box-sizing:border-box;
	float:right;
	padding-left:35px;
	width:50%;
}

.w6-form input {
	float:left;
  width: 17%;
  margin-right:10px;
}
.w6-form input[type=submit] {
	float:right;
  width:25%;
  font-size:14px;
 }
 .w6-form-tick {
width:25%;
}
.w6-form-tick span {
	 color:#fff;
	 line-height:60px;
	 font-size:18px;
	  text-align:center;
 }
.w6-form input[type=checkbox] {
}
.w8-left {
	box-sizing:border-box;
	float:left;
	padding-right:35px;
	width:50%;
	padding-bottom:0px;
}
.w8-right {
	box-sizing:border-box;
	float:right;
	padding-left:35px;
	width:50%;
}
.w8 h3 {
	text-align:left;
}
.w8 p {
	text-align:left;
}

}

@media only screen and (min-width: 900px) {
	.w2-menu a {
	font-size:15px;
	padding-left:15px;
}
}

@media only screen and (min-width: 1000px) {
		.w2-menu a {
	font-size:16px;
	padding-left:20px;
}
.w3 {
	background-image:url(../images/washingmachine2.png);
}
.w6-form-tick {
width:20%;
}
.w9-left {
	text-align:left;
	width:33.3%;
	float:left;
}
.w9-centre {
	text-align:center;
	width:33.3%;
	float:left;
}
.w9-right {
	text-align:right;
	width:33.3%;
	float:left;
}

}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1200px) {
	.w6-form-tick {
width:15%;
}
}

