@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: Myriad Pro, Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 100;
	-webkit-font-smoothing:antialiased;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
h1, h2, h3 {
    font-family: myFonto;

    font-weight: 200;
}
.justify {
    text-align: justify;
}
.trans {
    color: transparent;
}
.redfont {
    color: #B31620;
}
.redfont2 {
    color:#FA545F;
}
.redfont3 {
     color: #B31620;
}
.redfont:hover {
    color: #464646;
}
.redfont2:hover {
    color: aliceblue;
}
.reviewbuttons:hover {
    background-color: #434242;
}
.dandslinks 
.dandslinksnews
.dandslinks2
{
   font-family: myFontt;
    font-weight: 500;
}
.dandslinks:hover {
     background-color: #434242;
}
.dandslinks2:hover {
    background-color: #434242;
}
.dandslinksnews:hover {
    background-color: #434242;
}
.bolder {
    font-weight: 500;
}
.sitemaptitle .sitemaptitle2 {
    font-family: myFontt;

    font-weight: 500;
}
.logotext {
    color: #B6121A;
    font-weight: bold;
}
@font-face {
   font-family: myFontt;
   src: url("Roboto-Regular.ttf");
}
@font-face {
   font-family: myFonto;
   src: url("RussoOne-Regular.ttf");
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
@font-face {
   font-family: myFontB;
   src: url(MYRIADAT.TTF);
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
.homeicon:hover {
    opacity: 0.6;
}
.facebook:hover {
    opacity: 0.6;
}
.instagram:hover {
    opacity: 0.6;
}
.newsicon:hover {
    opacity: 0.6;
}
.newsiconbig:hover {
    opacity: 0.6;
}
.phoneicon:hover {
    opacity: 0.6;
}
.phoneiconnav:hover {
    opacity: 0.6;
}
.envelope:hover {
    opacity: 0.6;
}
.logo:hover {
    opacity: 0.6;
}
.blog1:hover {
    opacity: 0.6;
}
.blog2:hover {
    opacity: 0.6;
}
.blog3:hover {
    opacity: 0.6;
}
.blog4:hover {
    opacity: 0.6;
}
.blog5:hover {
    opacity: 0.6;
}
.blog6:hover {
    opacity: 0.6;
}
.blog7:hover {
    opacity: 0.6;
}
.blog8:hover {
    opacity: 0.6;
}
.blog9:hover {
    opacity: 0.6;
}
.blog10:hover {
    opacity: 0.6;
}
.blog11:hover {
    opacity: 0.6;
}
.blog12:hover {
    opacity: 0.6;
}
.blog13:hover {
    opacity: 0.6;
}
.blog14:hover {
    opacity: 0.6;
}
.blog15:hover {
    opacity: 0.6;
}
.blog16:hover {
    opacity: 0.6;
}
.blog17:hover {
    opacity: 0.6;
}
.blog18:hover {
    opacity: 0.6;
}
.blog19:hover {
    opacity: 0.6;
}
.blog20:hover {
    opacity: 0.6;
}
.blog21:hover {
    opacity: 0.6;
}
.blog22:hover {
    opacity: 0.6;
}
.blog23:hover {
    opacity: 0.6;
}
.blog24:hover {
    opacity: 0.6;
}
.blog25:hover {
    opacity: 0.6;
}
.blog26:hover {
    opacity: 0.6;
}
.blog27:hover {
    opacity: 0.6;
}
.blog28:hover {
    opacity: 0.6;
}
.blog29:hover {
    opacity: 0.6;
}
.blog30:hover {
    opacity: 0.6;
}
.newsiconbig {
    width: 50px;
}
ul {
    list-style: none;
}
nav {
    	  -webkit-box-shadow: 0 10px 1px -3px #222;
  -moz-box-shadow: 0 1px 10px -3px #222;
  box-shadow: 0 1px 10px -3px #222;
}
.textcentre {
	text-align: center;
}

/*sliding nav bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color:#201F1F;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;	
}
.sidenav a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}
.navtitle {
	
	color: #ffffff;
	padding: 8px 8px 8px 32px;
}

.sidenav a:hover, .offcanvas a:focus{
    color:#DF252E;
}
.burger {
    font-family: myFontB;
}
.redtext {
    color: #B31620;
    font-weight: 400;
}

/*Drop down buttons*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 999;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;

    line-height: 80%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;

  text-decoration: none;
  display: block;
   
   
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
    
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #414040;
}  

/*Mobile device*/
@media only screen and (min-width: 320px) and (max-width: 767px){


/*Side Nav*/

.sidenav .closebtn {
   position: absolute;
    top: -1%;
    left: -7%;
	bottom: 2%;
    font-size: 35px;
    }
.sidenav a {
	font-size: 17.5px;
	  padding: 3px 8px 7px 32px;
	}
.clickhome {
	font-size: 22px;
	}
.burger {
	position: fixed;
	right: 0;
	margin-right: 6%;
	top: 1%;
	z-index: 30;
	border: thick black;	
}
.navtitle {
	font-size: 18px;	
	}
.homeicon {
    width: 20px;
    height:auto;
    }
  /*Nav bar*/	
nav {
      height: 85px;
    width: 100%;
    position: fixed;
      z-index:30;
    background-color: white;
    }
 .logo {
   width: 120px;  
     height: auto;
     padding: 1.5% 0% 0% 0%;
     float:left;
    }
    
.logotext {
	float: left;
	padding: 3% 0% 1% 10%;
    letter-spacing: 2px;
    font-size: 23px;
    }
.phoneiconnav {
    width: 33px;
    height: auto;
    float: right;
    padding: 5% 3% 0% 0%;
    margin-right: 20%;
    }	

/*Home page*/
.boxes {
	position: absolute;
	height: 80%;
	width: auto;
	padding: 4% 4% 4% 4%;
	top: -1px;
	}
.paragraphspacing {
    padding: 2% 5% 2% 5%;
    text-align: justify;
    line-height: 115%;
    font-size: 15px;
    }
.homepageintro {
    margin-top: 4%;
    }
.homepagesubtitle {
     font-size: 16px;
    padding: 8% 3% 3% 3%;
    }
.homepagetitles {
    text-align: center;
    padding: 4% 3% 3% 3%;
    font-size: 22px;
    color:#B21219;
    }
.homepagetitleswhite {
    text-align: center;
    padding: 6% 3% 5% 3%;
    font-size: 22px; 
    color: aliceblue;
    }
.frontpageinto {
    width: 100%;
    height: 770px;
	float: left;
	position: relative;
    overflow: hidden;
	margin: 85px 0px 0px 0px;
	color: white;
	background-image:url("images/dandsvanpic.jpg");
	background-size: cover;
	opacity: 0.9;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
    text-align: center;
    }

.dropbtn {
    background-color:#D52027;
    color: white;
    padding: 8px 13px 8px 13px;
       position: relative;
    font-size: 13px;
    border: none;
    cursor: pointer;
   
    border-radius: 4px;
    z-index: 999;
   
    }
.dropdown-content {
    font-size: 16px;
    min-width: 100px;
    line-height: 120%;
    }
.dropdown-content a {
    padding: 8px 8px;
    }
.buttonspacer {
      margin: 1%;
    }
.keyservices {
    width: 100%;
    height: 600px;
    margin: 0px 0px 0px 0px;
    padding: 8% 0% 0% 0%;
    box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.5);
	float: left;
	position: relative;
    overflow: hidden;
	color: white;
    background-color:#E7E7E7;
    	background-image:url("images/plumberbackground.jpg");
	background-size: cover;
    }
.featurelist {
     color: #242424;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
     padding: 0% 4% 0% 4%;
    }
.fllineheight {
    line-height: 180%;  
    }
.houseicon {
      width: 40px;
    height: auto;
    }
.redtick {
     width: 24px;
    height: auto;
    vertical-align: middle;
    padding-right: 1%;
    padding-bottom: 1%;
    }
.trustedreviews {
    width: 100%;
    height: 730px;
	text-align: center;
	padding-top: 4%;
    background-color:#F8F8F8;
	overflow: hidden;
	margin: 0;
	color: white;
    }
.checkatrade {
    width: 300px;
    height:480px;
 	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: 3% 0% 0% 0%;
    border-style: 2px solid;
	box-shadow: 2px 2px 5px 2px #918888;
      background-image: url("images/d&ssoutheastcheckatrade2023mob.jpg");
    background-size: contain;
	background-position: center;
	background-color: white;
    }
.which {
    width: 300px;
    height: auto;
    isplay: inline-block;
	vertical-align: middle;
    border-style: 2px solid;
	box-shadow: 2px 2px 5px 2px #918888;
    margin: 3% 0% 0% 0%;
    }
.reviewbuttons {
    background-color:#2866BC;
    color: white;
    padding: 10px 24px 10px 24px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px #918888;
    
    text-align: center;
    margin: 5% 6% 2% 4%;
    }
.whoweare {
    width: 100%;
    height: 900px;
	float: left;
	position: relative;
    background-color: #231F1E;
	overflow: hidden;
	margin: 0;
	color: white;
	
    }
.groupimage {
    width: 360px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    
    }
/*Plumbing page*/
.plumbingpage {
	background: url("images/plumbingsevenoaksm.jpg")!important;


	background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 380px;
	margin: 8% 0% 6% 0%;
	float:left;
	position: relative !important;
 }
.homeplumberimage {
        width: 135px;
    margin: 55% 0% 10% 2%;
    float: left;
    	box-shadow: #332e2e 4px 6px 8px 2px;
    }
.plumberbox {
  	float: right;
   text-align: center;
	height: 80%;
	width: 48%;
	padding: 2% 5% 4% 4%;
    color: aliceblue;
    margin-right: 0%;
    }
.plumbingtitle {
    font-size: 18px;
    margin-top: 120px;
    display: block;
    }
.plumbingtitlebusiness {
    font-size: 17px;
    margin-top: 85px;
    display: block;  
    }
.plumbingtitle2 {
    font-size: 16px;
    margin-top: 30px;
    display: block;
    }
.homeplumbertext {
        text-align: justify;
    }
.plumbingtext {
 padding: 3% 4% 3% 4%;
    text-align: center;
    font-size: 16px;
    }
.plumbingsitetitle {
 margin-top: 5%;
    margin-bottom: 4%;
color:#B6121A;  
    }
.plumberbox1 {
    width: 90%;
    height: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 8% 1% 2% 1%;
    font-size: 18px;
    }
.plumberbox2 {
       width: 90%;
    height: 320px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 30% 1% 2% 1%;
    font-size: 18px;

    }
.plumberbox3 {
    width: 90%;
    height: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
     margin: 30% 1% 2% 1%;
    font-size: 18px;
    }
.pricingtext {
     font-size: 14px;
    font-weight: 400;
    }
.priceboxes {
      border: solid #e5e3e8 2px;
    padding: 2%;
    }
.priceboxes2 {
      border: solid #e5e3e8 2px;
    padding: 2%;
    margin-top: 0%;
    }
.priceboxes3 {
      border: solid #e5e3e8 2px;
    padding: 2% 2% 2% 2%;
    margin-top: 0%;
    }
.redtap {
      width: 40px;
    height: auto;
    margin-top: 2%;
    }
.redradiator {
    width: 70px;
    height: auto;
    margin-top: 2%; 
    }
.redpipe {
          width: 40px;
    height: auto;
    margin-top: 2%;   
    }
.redline {
      width: 80px;
    height: auto;
    padding: 2%;
    }
.textbox2 {
	width: 90%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 8% 4% 4% 4%;
	}
.dandslinks {
	padding: 4% 2% 4% 2%;
	font-size: 15px;
	text-align: center;
	Width: 160px;
	Height: 17px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 4% 2% 4% 2%;
		
	}
.dandslinksnewsbutton {
    padding: 4% 2% 4% 2%;
	font-size: 15px;
	text-align: center;
	Width: 160px;
	Height: 17px;
    display: inline-block;
	color: white;
	margin: 4% 2% 4% 2%;
    }
/*Business plumber*/
.redtap2 {
      width: 40px;
    height: auto;
    margin-top: 2%;
    display: block;
    margin: 0 auto;
    }
/*Electrician page*/
.electricianspage {
	background: url("images/lightbulbsm.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 370px;
	margin: 5% 0% 6% 0%;
	float:left;
	position: relative !important;
 }
.electricianimage {
    width: 135px;
    margin: 50% 0% 10% 2%;
    float: left;
    box-shadow: #332e2e 4px 6px 8px 2px;
    }
.electricianbox1 {
    width: 71%;
    height: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 16px;
    }
.electricianbox2 {
       width:71%;
    height: 200px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 16px;

    }
.dandslinks2 {
	padding: 4% 2% 4% 2%;
	font-size: 15px;
	text-align: center;
	Width: 240px;
	Height: 17px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 2% 2% 2% 2%;
		
	}
.redplug {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1%;
    }
.electricalpricing {
    width: 95%;
    display: block;
    margin: 0 auto;
    }
/*Business electrician*/
.buselectricianbox {
    width: 90%;
    height: 360px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 16px;

    }
.buselectricalpricing {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
/*Home Builder page*/
.buildingpage {

	background: url("images/tilingmobile.jpg")!important;
    background-repeat: no-repeat;
    background-size: cover!important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 358px;
	margin: 0% 0% 6% 0%;
	float:left;
	position: relative !important;
  
    }
.builderbox {
    float: right;
   text-align: center;
	height: 80%;
	width: 45%;
	padding: 4% 5% 4% 0%;
    color: aliceblue;
    margin-right: 0%;  
    }
.builderimage {
    width: 140px;
    margin: 50% 0% 10% 3%;
    float: left;
    box-shadow: #332e2e 4px 6px 8px 2px;  
    }
.redhammer {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1%; 
    }
.builderlistbox1 {
    width: 71%;
    height: 210px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 4% 1% 0% 1%;
    font-size: 16px;  
    }
.builderlistbox2 {
    width: 71%;
    height: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0% 1% 2% 1%;
    font-size: 16px;   
    }
.bathroomexample1 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 8% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample1.jpg);
	background-size: cover;    
    }
.bathroomexample2 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 8% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample5.jpg);
	background-size: cover;   
    }
.bathroomexample3 {
    width: 100px;
	height:100px; 
    display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample3.jpg);
	background-size: cover;   
    }
.bathroomexample4 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample4.jpg);
	background-size: cover;    
    }
.bathroomexample5 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/glasstiles3.jpg");
	background-size: cover;    
    }
.bathroomexample6 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomoct3.jpg);
	background-size: cover;   
    }
.bathroomexample7 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/newkitchen5.jpg);
	background-size: cover;   
    }
.bathroomexample8 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomsept1.jpg);
	background-size: cover;    
    }
.bathroomexample9 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/kitcheninstallation.jpg");
	background-size: cover;    
    }
.bathroomexample10 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/underfloor-heating.jpg");
	background-size: cover;   
    }
.bathroomexample11 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/fireinstallation.jpg");
	background-size: cover;   
    }
.bathroomexample12 {
    width: 100px;
	height:100px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/bathroomexample2.jpg");
	background-size: cover;    
    }
/*Boiler service*/
.boilerpage {
    background: url("images/boilerservicingdesk.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 370px;
	margin: 0% 0% 6% 0%;
	float:left;
	position: relative !important;    
    }
.boilerservicepricing {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
.priceboxes4 {
      border: solid #e5e3e8 2px;
    padding: 2% 2% 2% 2%;
    margin-top: 0%;
    }
.boilerservicebox {
       width: 85%;
    height: 270px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 16px;

    }
/*Landlord certificates*/
    .certificatepage {
  background: url("images/landlordpagem.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 380px;
	margin: 0% 0% 6% 0%;
    
	float:left;
	position: relative !important;  
    }
.certificatesbox {
    width: 95%;
    height: 370px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 16px;

    }
/*Powerflush*/
 .powerflushpage {
    background: url("images/radiatormobile.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 480px;
	margin: 0% 0% 6% 0%;
	float:left;
	position: relative !important;    
    }
.powerflushbox {
       width: 85%;
    height: 220px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 16px;

    }
.redrad {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 5%;
    }
.powerflush {
     width: 300px;   
    }
/*Compliant & Privacy pages*/
.complaintpage {
         background: url("images/plumberbackgroundportrait.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 750px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;    
    }
.complaintstext {
     padding: 30% 5% 15% 5%;
    text-align: center;
    font-size: 14px;
    }
.privacypage {
   
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;   
    }
/*News page*/
.newspage {
  
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newsfollowus {
     margin-bottom: 30px;   
    }
.newstitle {
    text-align: center;
    padding: 34% 4% 0% 4%;
    }
.blog1 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 3% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/boilerfan.jpg");
	background-size: contain;
    }
.blog2 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 3% 2%;
	padding: 0%;
	background-image: url("images/gasfireinstall.jpg");
	background-size: contain;
    }
.blog3 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 4% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/powerflushbefore-after.jpg");
	background-size: contain;
    }
.blog4 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 11% 2% 3% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url(images/blogimage1.jpg);
	background-size: cover;  
    }
.blog5 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 3% 2%;
	padding: 0%;
	background-image: url("images/blogimage2.jpg");
	background-size: contain;   
    }
.blog6 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 3% 2%;
	padding: 0%;
	background-image: url(images/blogimage3.jpg);
	background-size: contain;   
    }
.blog7 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/Whichapprovedn.jpg");
	background-size: contain;
    }
.blog8 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/underfloor-heating.jpg");
	background-size: contain;
    }
.blog9 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/bathroominstallmay19.jpg");
	background-size: contain;
    }
.blog10 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/bathroominstallbromley.jpg");
	background-size: contain;
    }
.blog11 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/kitcheninstallmaidstone.jpg");
	background-size: contain;
    }
.blog12 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/August2019.jpg");
	background-size: contain;
    }
.blog13 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/walkinshower.jpg");
	background-size: contain;
    }
.blog14 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/boilerreplacenov.jpg");
	background-size: contain;
    }
.blog15 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/bathroomoct2.jpg");
	background-size: contain;
    }
.blog16 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/newworcester.jpg");
	background-size: contain;
    }
.blog17 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/disabled1.jpg");
	background-size: contain;
    }
.blog18 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/blueglasstiles.jpg");
	background-size: contain;
    }
.blog19 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/kitchenmay2020.jpg");
	background-size: contain;
    }
.blog20 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/nhspicture.jpg");
	background-size: contain;
    }
.blog21 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/dandsvan.jpg");
	background-size: contain;
    }
.blog22 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/ambulancejuly20.jpg");
	background-size: contain;
    }
.blog23 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/greentile1.jpg");
	background-size: contain;
    }
.blog24 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/showerjune20.jpg");
	background-size: contain;
    }
.blog25 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/sterlingtaps.jpg");
	background-size: contain;
    }
.blog26 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/powerflushmaidstone.jpg");
	background-size: contain;
    }
.blog27 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/loftconversion.jpg");
	background-size: contain;
    }
.blog28 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 2% 6% 2%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/nov2020.jpg");
	background-size: contain;
    }
.blog29 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 6% 2% 6% 2%;
	padding: 0%;
	background-image: url("images/londonambulancenov.jpg");
	background-size: contain;
    }
.blog30 {
    width: 300px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 7% 2% 9% 2%;
	padding: 0%;
	background-image: url("images/underfloorsep20.jpg");
	background-size: contain;
    }
.blogtitle {
    background-color: #B31620;
    width: 100%;
    color:aliceblue;
    font-size: 16px;
    padding: 3% 0% 3% 0%;
    }
.blogtitle2 {
    background-color:#4E4949;
    width: 100%;
    color:aliceblue;
    font-size: 16px;
    padding: 3% 0% 3% 0%;
    }
.blogtext {
 background-color:#D3D2D2;
  margin-top: 52%;
  padding: 2% 4% 2% 4%;
    color:#1D1C1C;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    }
.newspagestories {
   background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1050px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newspagestories2 {
   background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1300px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newspagestories3 {
    background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 970px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;  
    }
.newspagestories4 {
    background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 820px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;  
    }
.newsimage1 {
          width: 300px;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage2 {
          width: 300px;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage3 {
          width: 300px;
	height:350px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage4 {
    width: 300px;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newstext {
      padding: 2% 10% 4% 10%;
    font-weight: 500;
    font-size: 14px;
    }
.newstext2 {
      padding: 2% 10% 4% 10%;
    font-weight: 500;
    font-size: 14px;
    }
.dandslinksnews {
	padding: 4% 1.5% 5% 1.5%;
	font-size: 17px;
	text-align: center;
	Width: 170px;
	Height: 15px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 0% 2% 4% 2%;
		
	}
/*Detection page*/
.detectionpage {
	background: url("images/wldtablet.jpg")!important;


	background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 380px;
	margin: 8% 0% 6% 0%;
	float:left;
	position: relative !important;
 }
.detectiontitle {
    font-size: 18px;
    margin-top: 120px;
    display: block;
	padding: 0% 3% 0% 3%;

    }
.detectionbox {
  
   text-align: center;
	height: 80%;
	width: 100%;
	padding: 4% 0% 4% 0%;
    color: aliceblue;
    margin-right: 0%;
    }
/*Sitemap*/
.sitemaptitle {
    
    padding: 4% 3% 0% 3%;
    color:#F7E7E8;
    font-size: 19px;
    }
.sitemaptitle2 {
 
    padding: 4% 3% 0% 3%;
    color: #f7e7e8;
    font-size: 19px;
    }  
.sitemaptitle3 {
    color: aliceblue;
    font-size: 20px;   
    }
.sitemaplogo {
    position: absolute;
    display: block;
    width: 70px; 
    height: auto;
    padding: 4% 3% 3% 3%;
  
    }
.locationtext {
    font-size: 17px;
   vertical-align: middle;
    padding-left: 20%;
    }
.sitemap {
	width: 100%;
	height: 290px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;
   
	}
.sitemap2 {
	width: 100%;
	height: 350px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;
	}
.sitemap3 {
	width: 100%;
	height: 325px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 13% 0%;
	text-align: center;	
	}
.sitemap4 {
    width: 100%;
    height: 40px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 5% 0% 1% 0%;
    text-align: center;
    }
.sitemap5 {
          width: 100%;
    height: 40px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 1% 0% 1% 0%;
    text-align: center;  
    }
.sitemap6 {
          width: 100%;
    height: 40px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 1% 0% 3% 0%;
    text-align: center;  
    }
.smalltext {
    font-size: 12px;
    line-height: 140%;
    }
.sitemapspacing {
    line-height: 120%; 
    padding-top: 2%;
    }
.sitemapspacing2 {
     padding-bottom: 2%;   
    }
.sitemapspacing3 {
    line-height: 100%;
    }
.sitemapboxes {
     width: 100%;
    height: 60px;
    background-color: #B6121A;
    }
.redtext {
    font-size: 18px; 
    }
.phoneicon {
	width: 28px;
	height: auto;
    padding:4% 0% 1% 0%;
	}
.envelope {
    width: 34px;
    height: auto;
    padding-top: 2%;
    }
.facebook {
    width: 34px;
    height: auto;
    padding: 1% 2% 0% 0%;
    }
.instagram {
    width: 34px;
    height: auto;
    padding: 1% 0% 0% 2%;
    }
.newsicon {
    width: 40px;
    height: auto;
    padding: 1% 0% 0% 3%;
   
    }
.webdesigner {
     font-size: 12px;
    padding-top: 1%;
    }
.safesymbols {
    width: 410px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
	margin: 0% 0% 0% 1%;
	padding: 0%;
    }
.emergencycallout {
        width: 200px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
    padding: 7% 2% 7% 2%;
    }  
}

/*tablet view*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
  
/*Side Nav*/
.sidenav .closebtn {
   position: absolute;
    top: -1%;
    left: -6%;
	bottom: 2%;
    font-size: 35px;
    
}
.navtitle {
	font-size: 17px;	
	}
	.sidenav a {
		font-size: 17px;
		  padding: 6px 8px 6px 32px;
	}
.burger {
	position: fixed;
	right: 0;
	margin-right: 6%;
	top: 1%;
	z-index: 30;
	border: thick black;
		
}
.homeicon {
    width: 20px;
    height:auto;
    }
  /*Nav bar*/	
nav {
      height: 85px;
    width: 100%;
    position: fixed;
      z-index:30;
    background-color: white;
    }
 .logo {
   width: 130px;  
     height: auto;
     padding: 0.5% 0% 0% 0%;
     float:left;
    }
    
.logotext {
	float: left;
	padding: 3% 0% 1% 10%;
    letter-spacing: 2px;
    font-size: 23px;
    }
.phoneiconnav {
    width: 31px;
    height: auto;
    float: right;
    padding: 3% 3% 0% 0%;
    margin-right: 13%;
    }	

/*Home page*/
.boxes {
	position: absolute;
	height: 80%;
	width: auto;
	padding: 4% 4% 4% 4%;
	top: -1px;
	}
.paragraphspacing {
    padding: 2% 5% 2% 5%;
    text-align: justify;
    }
.homepageintro {
    margin-top: 2%;
    }
.homepagesubtitle {
     font-size: 19px;
    padding: 6% 3% 3% 3%;
    }
.homepagetitles {
    text-align: center;
    padding: 6% 3% 3% 3%;
    font-size: 24px;
    color:#B21219;
    }
.homepagetitleswhite {
    text-align: center;
    padding: 6% 3% 3% 3%;
    font-size: 24px; 
    color: aliceblue;
    }
.frontpageinto {
    width: 100%;
    height: 720px;
	float: left;
	position: relative;
    overflow: hidden;
	margin: 85px 0px 0px 0px;
	color: white;
	background-image:url("images/dandsvanpic.jpg");
	background-size: cover;
	opacity: 0.9;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
    text-align: center;
    }

.dropbtn {
    background-color:#D52027;
    color: white;
    padding: 10px 16px 10px 16px;
   
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 3px 5px 2px #2E2E2E;
    border-radius: 4px;
    z-index: 999;
   
    }
.dropdown-content {
    font-size: 17px;
    min-width: 120px;
     line-height: 120%;
    }
.dropdown-content a {
    padding: 10px 12px;
    }
.buttonspacer {
      margin: 2%;  
    }
.keyservices {
    width: 100%;
    height: 650px;
    margin: 0px 0px 0px 0px;
    padding-top: 2%;
    box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
	float: left;
	position: relative;
    overflow: hidden;
	color: white;
    background-color:#E7E7E7;
    	background-image:url("images/plumberbackground.jpg");
	background-size: cover;
    }
.featurelist {
     color: #242424;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
 
    }
.fllineheight {
    line-height: 180%;  
    }
.houseicon {
      width: 40px;
    height: auto;
    }
.redtick {
     width: 24px;
    height: auto;
    vertical-align: middle;
    padding-right: 1%;
    padding-bottom: 1%;
    }
.trustedreviews {
    width: 100%;
    height: 650px;
	text-align: center;
	
    background-color:#F8F8F8;
	overflow: hidden;
	margin: 0;
	color: white;
    }
.checkatrade {
    width: 590px;
    height:355px;
 	display: inline-block;
	vertical-align: middle;

	margin: 3% 0% 0% 0%;
    border-style: 2px solid;
	box-shadow: 2px 2px 5px 2px #918888;
      background-image: url("images/d&ssoutheastcheckatrade2023.jpg");
    background-size: contain;
	background-position: center;
	background-color: white;
    }
.which {
    width: 530px;
    height: auto;
    isplay: inline-block;
	vertical-align: middle;
    border-style: 2px solid;
	box-shadow: 2px 2px 5px 2px #918888;
    margin: 3% 0% 0% 0%;
    }
.reviewbuttons {
    background-color:#2866BC;
    color: white;
    padding: 10px 24px 10px 24px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px #918888;
    
    text-align: center;
    margin: 4% 4% 0% 4%;
    }
.whoweare {
    width: 100%;
    height: 800px;
	float: left;
	position: relative;
    background-color: #231F1E;
	overflow: hidden;
	margin: 0;
	color: white;
	
    }
.groupimage {
    width: 360px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;   
    }
/*Plumbing page*/
.plumbingpage {
	background: url("images/plumbinginsevenoaksdandst.jpg")!important;


	background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 600px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
 }
.homeplumberimage {
        width: 320px;
    margin: 22% 0% 10% 3%;
    float: left;
    	box-shadow: #332e2e 4px 6px 8px 2px;
    }
.plumberbox {
  	float: right;
   text-align: center;
	height: 80%;
	width: 45%;
	padding: 4% 4% 4% 4%;
    color: aliceblue;
    margin-right: 0%;
    }
.plumbingtitle {
    font-size: 24px;
    margin-top: 150px;
    display: block;
    }
.plumbingtitlebusiness {
    font-size: 24px;
    margin-top: 150px;
    display: block;
    }   

.plumbingtitle2 {
    font-size: 23px;
    margin-top: 110px;
    display: block;
    }
.plumbingtext {
 padding: 3%;
    text-align: center;
    }
.homeplumbertext {
     text-align: justify;   
    }
.plumbingsitetitle {
 margin: 5% 0% 3% 0%;
color:#B6121A;  
    }
.plumberbox1 {
    width: 90%;
    height: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 18px;
    }
.plumberbox2 {
       width: 90%;
    height: 320px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 10% 1% 2% 1%;
    font-size: 18px;

    }
.plumberbox3 {
    width: 90%;
    height: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
     margin: 12% 1% 2% 1%;
    font-size: 18px;
    }
.pricingtext {
     font-size: 15px;
    font-weight: 400;
    }
.priceboxes {
      border: solid #e5e3e8 2px;
    padding: 2%;
    }
.priceboxes2 {
      border: solid #e5e3e8 2px;
    padding: 2%;
    margin-top: 0%;
    }
.priceboxes3 {
      border: solid #e5e3e8 2px;
    padding: 2% 2% 2% 2%;
    margin-top: 0%;
    }
.redtap {
      width: 40px;
    height: auto;
    margin-top: 2%;
    }
.redradiator {
    width: 70px;
    height: auto;
    margin-top: 2%; 
    }
.redpipe {
          width: 40px;
    height: auto;
    margin-top: 2%;   
    }
.redline {
      width: 80px;
    height: auto;
    padding: 2%;
    }
.textbox2 {
	width: 90%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 8% 4% 4% 4%;
	}
.dandslinks {
	padding: 2% 2% 2% 2%;
	font-size: 15px;
	text-align: center;
	Width: 160px;
	Height: 17px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 0% 2% 2% 2%;
		
	}
/*Business plumber*/
.redtap2 {
      width: 40px;
    height: auto;
    margin-top: 2%;
    display: block;
    margin: 0 auto;
    }
/*Electrician page*/
.electricianspage {
	background: url("images/electriciansevenoaksareatab.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
 }
.electricianimage {
    width: 320px;
    margin: 22% 0% 10% 3%;
    float: left;
    box-shadow: #332e2e 4px 6px 8px 2px;
    }
.electricianbox1 {
    width: 41%;
    height: 210px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 19px;
    }
.electricianbox2 {
       width: 41%;
    height: 210px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 19px;

    }
.dandslinks2 {
	padding: 2% 2% 2% 2%;
	font-size: 15px;
	text-align: center;
	Width: 240px;
	Height: 17px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 2% 2% 2% 2%;
		
	}
.redplug {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1%;
    }
.electricalpricing {
    width: 95%;
    display: block;
    margin: 0 auto;
    }
/*Business electrician*/
.buselectricianbox {
       width: 71%;
    height: 260px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 19px;

    }
.buselectricalpricing {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
/*Home Builder page*/
.buildingpage {

	background: url("images/tilingtablet.jpg")!important;
    background-repeat: no-repeat;
    background-size: cover!important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 590px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
  
    }
.builderbox {
    float: right;
   text-align: center;
	height: 80%;
	width: 40%;
	padding: 4% 5% 4% 0%;
    color: aliceblue;
    margin-right: 0%;  
    }
.builderimage {
    width: 360px;
    margin: 18% 0% 10% 3%;
    float: left;
    box-shadow: #332e2e 4px 6px 8px 2px;  
    }
.redhammer {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1%; 
    }
.builderlistbox1 {
    width: 41%;
    height: 230px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 19px;  
    }
.builderlistbox2 {
    width: 41%;
    height: 230px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 19px;   
    }
.bathroomexample1 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample1.jpg);
	background-size: cover;    
    }
.bathroomexample2 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample5.jpg);
	background-size: cover;   
    }
.bathroomexample3 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample3.jpg);
	background-size: cover;   
    }
.bathroomexample4 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample4.jpg);
	background-size: cover;    
    }
.bathroomexample5 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/glasstiles3.jpg");
	background-size: cover;    
    }
.bathroomexample6 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomoct3.jpg);
	background-size: cover;   
    }
.bathroomexample7 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/newkitchen5.jpg);
	background-size: cover;   
    }
.bathroomexample8 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomsept1.jpg);
	background-size: cover;    
    }
.bathroomexample9 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/kitcheninstallation.jpg");
	background-size: cover;    
    }
.bathroomexample10 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/underfloor-heating.jpg");
	background-size: cover;   
    }
.bathroomexample11 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/fireinstallation.jpg);
	background-size: cover;   
    }
.bathroomexample12 {
    width: 60px;
	height:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample2.jpg);
	background-size: cover;    
    }
/*Boiler service*/
.boilerpage {
    background: url("images/boilerservicingdesk.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;    
    }
.boilerservicepricing {
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
.priceboxes4 {
      border: solid #e5e3e8 2px;
    padding: 2% 2% 2% 2%;
    margin-top: 4%;
    }
.boilerservicebox {
       width: 85%;
    height: 180px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 17px;

    }
/*Landlord certificates*/
    .certificatepage {
  background: url("images/landlordpage.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;  
    }
.certificatebox {
    width: 85%;
    height: 180px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 17px;

    }
/*Powerflush*/
 .powerflushpage {
    background: url("images/radiatortablet.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;    
    }
.powerflushbox {
       width: 85%;
    height: 100px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 4% 1% 2% 1%;
    font-size: 15px;

    }
.redrad {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 3%;
    }
.powerflush {
     width: 600px;   
    }
/*Compliant & Privacy pages*/
.complaintpage {
    background: url("images/plumberbackgroundportrait.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 520px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;    
    }
.complaintstext {
     padding: 12% 5% 15% 5%;
    text-align: justify;
    font-size: 15px;
    }
.privacypage {
   
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;    
    }
/*News page*/
.newspage {
 
	width: 100%;
	height: auto;
	margin: 0% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newstitle {
    text-align: center;
    padding-top: 15%;
    }
.blog1 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 8% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/boilerfan.jpg");
	background-size: cover;
    }
.blog2 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 8% 5%;
	padding: 0%;
	background-image: url("images/gasfireinstall.jpg");
	background-size: cover;
    }
.blog3 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 8% 5%;
	padding: 0%;
	background-image: url("images/powerflushbefore-after.jpg");
	background-size: cover;
  
    }
.blog4 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 8% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url(images/blogimage1.jpg);
	background-size: cover;
    }
.blog5 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 8% 5%;
	padding: 0%;
	background-image: url("images/blogimage2.jpg");
	background-size: cover;
    }
.blog6 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 8% 5%;
	padding: 0%;
	background-image: url(images/blogimage3.jpg);
	background-size: cover;
  
    }
.blog7 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/Whichapprovedn.jpg");
	background-size: cover;
    }
.blog8 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/underfloor-heating.jpg");
	background-size: cover;
    }
.blog9 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/bathroominstallmay19.jpg");
	background-size: cover;
  
    }
.blog10 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/bathroominstallbromley.jpg");
	background-size: cover;
    }
.blog11 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/kitcheninstallmaidstone.jpg");
	background-size: cover;
    }
.blog12 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/August2019.jpg");
	background-size: cover;
  
    }
.blog13 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/walkinshower.jpg");
	background-size: cover;
    }
.blog14 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/boilerreplacenov.jpg");
	background-size: cover;
    }
.blog15 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/bathroomoct2.jpg");
	background-size: cover;
  
    }
.blog16 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/newworcester.jpg");
	background-size: cover;
    }
.blog17 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/disabled1.jpg");
	background-size: cover;
    }
.blog18 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/blueglasstiles.jpg");
	background-size: cover;
  
    }
.blog19 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/kitchenmay2020.jpg");
	background-size: cover;
    }
.blog20 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/nhspicture.jpg");
	background-size: cover;
    }
.blog21 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/dandsvan.jpg");
	background-size: cover;
  
    }
.blog22 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/ambulancejuly20.jpg");
	background-size: cover;
    }
.blog23 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/greentile1.jpg");
	background-size: cover;
    }
.blog24 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/showerjune20.jpg");
	background-size: cover;
  
    }
.blog25 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/sterlingtaps.jpg");
	background-size: cover;
    }
.blog26 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/powerflushmaidstone.jpg");
	background-size: cover;
    }
.blog27 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/loftconversion.jpg");
	background-size: cover; 
    }
.blog28 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/nov2020.jpg");
	background-size: cover;
    }
.blog29 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/londonambulancenov.jpg");
	background-size: cover;
    }
.blog30 {
    width: 540px;
	height:400px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 5% 10% 5%;
	padding: 0%;
	background-image: url("images/underfloorsep20.jpg");
	background-size: cover; 
    }
.blogtitle {
       background-color: #B31620;
    width: 100%;
    color:aliceblue;
    font-size: 14px;
    padding: 3% 0% 3% 0%;
    }
.blogtitle2 {
    background-color:#4E4949;
    width: 100%;
    color: aliceblue;
    font-size: 14px;
    padding: 3% 0% 3% 0%;
    }
.blogtext {
 background-color:#D3D2D2;
  margin-top: 52%;
  padding: 2% 4% 2% 4%;
    color:#1D1C1C;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    }
.newspagestories {
   background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1450px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newspagestories2 {
   background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1550px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newspagestories3 {
    background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1050px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;  
    }
.newspagestories4 {
    background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1050px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;  
    }
.newsfollowus {
      margin-top: 3%;  
    }
.newsimage1 {
          width: 600px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage2 {
          width: 600px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage3 {
          width: 350px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage4 {
    width: 500px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newstext {
    padding: 2% 10% 4% 10%;
    font-weight: 500;
    }
.newstext2 {
    padding: 2% 10% 4% 10%;
    font-weight: 500;
    }
.dandslinksnews {
	padding: 2% 1.5% 2% 1.5%;
	font-size: 17px;
	text-align: center;
	Width: 160px;
	Height: 18px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 0% 2% 2% 2%;
		
	}
/*Detection page*/
.detectionpage {
	background: url("images/wldtablet.jpg")!important;


	background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 600px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
 }
.detectiontitle {
    font-size: 28px;
    margin-top: 150px;
    display: block;
	padding: 0% 0% 0% 0%;
	line-height: 160%;

    }
.detectionbox {
  
   text-align: center;
	height: 80%;
	width: 100%;
	padding: 4% 5% 4% 0%;
    color: aliceblue;
    margin-right: 0%;
    }
/*Sitemap*/
.sitemaptitle {
    
    padding: 4% 3% 0% 3%;
    color:#F7E7E8;
    font-size: 17px;
    }
.sitemaptitle2 {
 
    padding: 5% 3% 0% 3%;
    color: #f7e7e8;
    font-size: 17px;
    }  
.sitemaptitle3 {
    color: aliceblue;
    font-size: 17px;   
    }
.sitemaplogo {
    position: absolute;
    display: block;
    width: 74px; 
    height: auto;
    padding: 4% 3% 3% 3%;
  
    }
.locationtext {
    font-size: 15px;
   vertical-align: middle;
    padding-left: 28%;
    }
.sitemap {
	width: 35%;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;
   
	}
.sitemap2 {
	width: 32.5%;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;
	}
.sitemap3 {
	width: 32.5%;
	height: 255px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;	
	}
.sitemap4 {
    width: 32%;
    height: 60px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 2% 0% 0% 0%;
    text-align: center;
    }
.sitemap5 {
          width: 36%;
    height: 60px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 2% 0% 0% 0%;
    text-align: center;  
    }
.sitemap6 {
          width: 32%;
    height: 60px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 2% 0% 0% 0%;
    text-align: center;  
    }
.smalltext {
    font-size: 11px;
    line-height: 130%;
    padding: 0% 1% 0% 1%;
    }
.sitemapspacing {
    line-height: 120%; 
    padding-top: 2%;
    }
.sitemapspacing2 {
     padding-bottom: 2%;   
    }
.sitemapspacing3 {
    line-height: 100%;
    }
.sitemapboxes {
     width: 100%;
    height: 60px;
    background-color: #B6121A;
    }
.redtext {
    font-size: 16px; 
    }
.phoneicon {
	width: 26px;
	height: auto;
    padding:4% 0% 1% 0%;
	}
.envelope {
    width: 31px;
    height: auto;
    padding-top: 2%;
    }
.facebook {
    width: 34px;
    height: auto;
    padding: 1% 3% 0% 0%;
    }
.instagram {
    width: 34px;
    height: auto;
    padding: 1% 0% 0% 3%;
    }
.newsicon {
    width: 40px;
    height: auto;
    padding: 1% 0% 0% 4%;
   
    }
.webdesigner {
     font-size: 10px;
    padding-top: 1%;
    }
.safesymbols {
    width: 390px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
	margin: 5% 2% 0% 0%;
	padding: 0%;
    }
.emergencycallout {
        width: 160px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
    padding: 7% 2% 7% 2%;
    }  
}
/*desktop view*/
@media only screen and (min-width: 1024px){
    /*Side Nav*/
.sidenav .closebtn {
   position: absolute;
    top: -1%;
    left: -6%;
	bottom: 2%;
    font-size: 35px;
    }
.sidenav a {
		font-size: 18px;
	  padding: 6px 8px 6px 32px;
	}
.navtitle {
	font-size: 18px;	
	}
.burger {
	position: fixed;
	right: 0;
	margin-right: 3%;
	top: 2%;
	z-index: 30;
    }
.homeicon {
    width: 20px;
    height:auto;
    }
/*Nav bar*/	
nav {
      height: 90px;
    width: 100%;
    position: fixed;
      z-index:30;
    background-color: white;
    }
 .logo {
   width: 140px;  
     height: auto;
     padding: 0%;
     float:left;
    }
    
.logotext {
	float: left;
	padding: 3% 0% 1% 10%;
    letter-spacing: 2px;
    font-size: 23px;
    }
.phoneiconnav {
    width: 33px;
    height: auto;
    float: right;
    padding: 2% 0% 0% 0%;
    margin-right: 8%;
    }	

/*Home page*/
.boxes {
	position: absolute;
	height: 80%;
	width: auto;
	padding: 4% 4% 4% 4%;
	top: -1px;
	}
.homepageintro {
    margin-top: 0%;  
    }
.homepagesubtitle {
     font-size: 19px;
    padding: 8% 3% 3% 3%;
    }
.paragraphspacing {
    padding: 2% 4% 2% 4%;
    text-align: justify;
    }
.homepagetitles {
    text-align: center;
    padding: 4% 3% 3% 3%;
    font-size: 28px;
    color:#B21219;
    }
.homepagetitleswhite {
    text-align: center;
    padding: 4% 3% 3% 3%;
    font-size: 28px; 
    color: aliceblue;
    }
.frontpageinto {
    width: 50%;
    height: 650px;
	float: left;
	position: relative;
    overflow: hidden;
	margin: 90px 0px 0px 0px;
	color: white;
	background-image:url("images/dandsvanpic.jpg");
	background-size: cover;
	opacity: 0.9;
	box-shadow: inset 0px 0px 20px 12px rgba(0,0,0,0.7);
    text-align: center;
    }

.dropbtn {
    background-color:#D52027;
    color: white;
    padding: 10px 24px 10px 24px;
    font-size: 18px;
  
    border: none;
    cursor: pointer;
    box-shadow: 2px 3px 5px 2px #2E2E2E;
    border-radius: 4px;
    
    }
.dropdown-content {
        min-width: 160px;
     line-height: 120%;
    }
.dropdown-content a {
         padding: 12px 16px; 
    }
.buttonspacer {
     margin: 2%;   
    }
.keyservices {
    width: 50%;
    height: 650px;
    margin: 90px 0px 0px 0px;
	float: left;
	position: relative;
    overflow: hidden;
	color: white;
    background-color:#E7E7E7;
    	background-image:url("images/plumberbackground.jpg");
	background-size: cover;
    }
.featurelist {
     color: #242424;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
 
    }
.fllineheight {
    line-height: 170%;  
    }
.houseicon {
      width: 40px;
    height: auto;
    }
.redtick {
     width: 24px;
    height: auto;
    vertical-align: middle;
    padding-right: 1%;
    padding-bottom: 1%;
    }
.trustedreviews {
    width: 50%;
    height: 800px;
	float: left;
	position: relative;
    text-align: center;
    background-color:#F8F8F8;
	overflow: hidden;
	margin: 0;
	color: white;
	
    }
.checkatrade {
    width: 86%;
    height:54%;
 	display: inline-block;
	vertical-align: center;
    background-repeat: no-repeat;
	margin: 8% 0% 0% 0%;
    border-style: 2px solid;
	box-shadow: 2px 2px 5px 2px #918888;
    background-image: url("images/d&ssoutheastcheckatrade2023.jpg");
    background-size: contain;
	background-position: center;
	background-color: white;
    }
.which {
    width: 400px;
    height: auto;
    float: left;
    border-style: 2px solid;
	box-shadow: 2px 2px 5px 2px #918888;
    margin: 3% 3% 3% 3%;
    }
.reviewbuttons {
    background-color:#2866BC;
    color: white;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px #918888;
    
  text-align: center;
margin-top: 5%;
    }
.whoweare {
    width: 50%;
    height: 800px;
	float: left;
	position: relative;
    background-color: #231F1E;
	overflow: hidden;
	margin: 0;
	color: white;
	
    }
.groupimage {
    width: 360px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;   
    }
/*Plumbing page*/
.plumbingpage {
	background: url("images/plumbinginsevenoaksdands.jpg")!important;


	background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
 }
.homeplumberimage {
        width: 360px;
    margin: 12% 0% 10% 3%;
    float: left;
    	box-shadow: #332e2e 4px 6px 8px 2px;
    }
.plumberbox {
  	float: left;
   text-align: center;
	height: 80%;
	width: 40%;
	padding: 4% 5% 4% 0%;
    color: aliceblue;
    margin-right: 0%;
    }
.plumbingtitle {
    font-size: 28px;
    margin-top: 150px;
    display: block;
    }
.plumbingtitlebusiness {
    font-size: 28px;
    margin-top: 150px;
    display: block;
    }
.plumbingtitle2 {
    font-size: 25px;
    margin-top: 110px;
    display: block;
    }
.plumbingtext {
 padding: 3% 8% 3% 8%;
    text-align: center;
    font-size: 18px;
    }
.plumbingsitetitle {
 margin-top: 5%;
color:#B6121A;  
    }
.plumberbox1 {
    width: 31%;
    height: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 18px;
    }
.plumberbox2 {
       width: 31%;
    height: 320px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 18px;

    }
.plumberbox3 {
    width: 31%;
    height: 320px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 18px;
    }
.pricingtext {
     font-size: 15px;
    font-weight: 400;
    }
.priceboxes {
      border: solid #e5e3e8 2px;
    padding: 2%;
    }
.priceboxes2 {
      border: solid #e5e3e8 2px;
    padding: 2%;
    margin-top: 1%;
    }
.priceboxes3 {
      border: solid #e5e3e8 2px;
    padding: 2% 2% 2% 2%;
    margin-top: 10%;
    }
.redtap {
      width: 40px;
    height: auto;
    margin-top: 2%;
    }
.redradiator {
    width: 70px;
    height: auto;
    margin-top: 2%; 
    }
.redpipe {
          width: 40px;
    height: auto;
    margin-top: 2%;   
    }
.redline {
      width: 80px;
    height: auto;
    padding: 2%;
    }
.textbox2 {
	width: 78%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 8% 4% 4% 4%;
	}
.dandslinks {
	padding: 1.5% 2% 2% 2%;
	font-size: 17px;
	text-align: center;
	Width: 160px;
	Height: 15px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 0% 2% 2% 2%;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
/*Business plumber*/
.redtap2 {
      width: 40px;
    height: auto;
    margin-top: 2%;
    display: block;
    margin: 0 auto;
    }
/*Electrician page*/
.electricianspage {
	background: url("images/electriciansevenoaksareadesk.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
 }
.electricianimage {
    width: 360px;
    margin: 12% 0% 10% 3%;
    float: left;
    box-shadow: #332e2e 4px 6px 8px 2px;
    }
.electricianbox1 {
    width: 31%;
    height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 19px;
    }
.electricianbox2 {
       width: 31%;
    height: 60px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 19px;

    }
.dandslinks2 {
	padding: 1.5% 2% 2% 2%;
	font-size: 17px;
	text-align: center;
	Width: 240px;
	Height: 15px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 2% 2% 2% 2%;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
.redplug {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1%;
    }
.electricalpricing {
    width: 70%;
    display: block;
    margin: 0 auto;
    }
/*Business electrician*/
.buselectricianbox {
       width: 71%;
    height: 95px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 19px;

    }
.buselectricalpricing {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
/*Home Builder page*/
.buildingpage {

	background: url("images/tiling.jpg")!important;
    background-repeat: no-repeat;
    background-size: cover!important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 619px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
  
    }
.builderbox {
    float: right;
   text-align: center;
	height: 80%;
	width: 40%;
	padding: 4% 5% 4% 0%;
    color: aliceblue;
    margin-right: 0%;  
    }
.builderlistbox1 {
    width: 31%;
    height: 230px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 18px;
    }
.builderlistbox2 {
       width: 31%;
    height: 230px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 18px;

    }
.builderimage {
    width: 360px;
    margin: 12% 0% 10% 3%;
    float: left;
    box-shadow: #332e2e 4px 6px 8px 2px;  
    }
.redhammer {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 1%; 
    }
.bathroomexample1 {
    	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample1.jpg);
	background-size: cover;    
    }
.bathroomexample2 {
        	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample5.jpg);
	background-size: cover;   
    }
.bathroomexample3 {
        	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample3.jpg);
	background-size: cover;   
    }
.bathroomexample4 {
       	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomexample4.jpg);
	background-size: cover;    
    }
.bathroomexample5 {
    	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/glasstiles3.jpg");
	background-size: cover;    
    }
.bathroomexample6 {
        	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomoct3.jpg);
	background-size: cover;   
    }
.bathroomexample7 {
        	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/newkitchen5.jpg);
	background-size: cover;   
    }
.bathroomexample8 {
       	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url(images/bathroomsept1.jpg);
	background-size: cover;    
    }
.bathroomexample9 {
    	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/kitcheninstallation.jpg");
	background-size: cover;    
    }
.bathroomexample10 {
        	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/underfloor-heating.jpg");
	background-size: cover;   
    }
.bathroomexample11 {
        	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 1% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/fireinstallation.jpg");
	background-size: cover;   
    }
.bathroomexample12 {
       	width: 90px;
	height:90px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 0% 3%;
	padding: 5% 5% 5% 5%;
	background-image: url("images/bathroomexample2.jpg");
	background-size: cover;    
    }
/*Boiler service*/
.boilerpage {
    background: url("images/boilerservicingdesk.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;    
    }
.boilerservicepricing {
    width: 30%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
.priceboxes4 {
      border: solid #e5e3e8 2px;
    padding: 2% 2% 2% 2%;
    margin-top: 18%;
    }
.boilerservicebox {
       width: 85%;
    height: 90px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 18px;

    }
/*Landlord certificates*/
    .certificatepage {
  background: url("images/landlordpage.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;  
    }
.certificatebox {
    width: 85%;
    height: 90px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
    margin: 2% 1% 2% 1%;
    font-size: 18px;

    }
/*Powerflush*/

 .powerflushpage {
    background: url("images/radiatorimage.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;    
    } 
.powerflushbox {
       width: 85%;
    height: 100px;
    text-align: center;
    display: inline-block; 
    vertical-align: middle;
     margin: 2% 1% 2% 1%;
    font-size: 16px;

    }
.redrad {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 1%;
    }
.powerflush {
     width: 800px;   
    }
/*Compliant & Privacy pages*/
.complaintpage {
         background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 520px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;    
    }
.complaintstext {
     padding: 6% 4% 5% 4%;
    text-align: justify;
    }
.privacypage {
    
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;     
    }
/*News page*/
.newspage {

    
    	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }

.newstitle {
    text-align: center;
    padding-top: 10%;
    }
.blog1 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/boilerfan.jpg");
	background-size: cover;
    }
.blog2 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/gasfireinstall.jpg");
	background-size: cover;
    }
.blog3 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/powerflushbefore-after.jpg");
	background-size: cover;
    }
.blog4 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 0%;
	background-image: url("images/blogimage1.jpg");
	background-size: cover;  
    }
.blog5 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 0%;
	background-image: url("images/blogimage2.jpg");
	background-size: cover;
    }
.blog6 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 0% 3%;
	padding: 0%;
	background-image: url("images/blogimage3.jpg");
	background-size: cover;
    }
.blog7 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/Whichapprovedn.jpg");
	background-size: cover;
    }
.blog8 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/underfloor-heating.jpg");
	background-size: cover;
    }
.blog9 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/bathroominstallmay19.jpg");
	background-size: cover;
    }
.blog10 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/bathroominstallbromley.jpg");
	background-size: cover;
    }
.blog11 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/kitcheninstallmaidstone.jpg");
	background-size: cover;
    }
.blog12 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/August2019.jpg");
	background-size: cover;
    }
.blog13 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/walkinshower.jpg");
	background-size: cover;
    }
.blog14 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/boilerreplacenov.jpg");
	background-size: cover;
    }
.blog15 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/bathroomoct2.jpg");
	background-size: cover;
    }
.blog16 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/newworcester.jpg");
	background-size: cover;
    }
.blog17 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/disabled1.jpg");
	background-size: cover;
    }
.blog18 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/blueglasstiles.jpg");
	background-size: cover;
    }
.blog19 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/kitchenmay2020.jpg");
	background-size: cover;
    }
.blog20 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/nhspicture.jpg");
	background-size: cover;
    }
.blog21 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/dandsvan.jpg");
	background-size: cover;
    }
.blog22 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/ambulancejuly20.jpg");
	background-size: cover;
    }
.blog23 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/greentile1.jpg");
	background-size: cover;
    }
.blog24 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/showerjune20.jpg");
	background-size: cover;
    }
.blog25 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/sterlingtaps.jpg");
	background-size: cover;
    }
.blog26 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/powerflushmaidstone.jpg");
	background-size: cover;
    }
.blog27 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/loftconversion.jpg");
	background-size: cover;
    }
.blog28 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-image: url("images/nov2020.jpg");
	background-size: cover;
    }
.blog29 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 3% 3%;
	padding: 0%;
	background-image: url("images/londonambulancenov.jpg");
	background-size: cover;
    }
.blog30 {
    width: 370px;
	height:330px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 3% 3% 3%;
	padding: 0%;
	background-image: url("images/underfloorsep20.jpg");
	background-size: cover;
    }
.blogtitle {
       background-color: #B31620;
    width: 100%;
    color:aliceblue;
    font-size: 16px;
    padding: 3% 0% 3% 0%;
    }
.blogtitle2 {
      background-color:#4E4949;
    width: 100%;
      color:aliceblue;
    font-size: 16px;
    padding: 3% 0% 3% 0%;
    }
.blogtext {
 background-color:#D3D2D2;
  margin-top: 52%;
  padding: 2% 4% 2% 4%;
    color:#1D1C1C;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    }
.newspagestories {
   background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1000px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newspagestories2 {
   background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1050px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
    }
.newspagestories3 {
    background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1070px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;  
    }
.newspagestories4 {
    background: url("images/plumberbackground.jpg")!important;
    background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 1070px;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;  
    }
.newsfollowus {
      margin: 3%;  
    }
.newsimage1 {
          width: 600px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;  
    }
.newsimage2 {
          width: 600px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 3%;
	padding: 0%;  
    }
.newsimage3 {
    width: 350px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;   
    }
.newsimage4 {
            width: 500px;
	height:450px;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0% 0% 0%;
	padding: 0%;     
    }
.newstext {
      padding: 2% 7% 2% 7%;
    font-weight: 500;
    text-align: justify;
    }
.newstext2 {
    padding: 2% 7% 4% 7%;
    font-weight: 500;
    text-align: center;   
    }
.dandslinksnews {
	padding: 1% 1.5% 1.5% 1.5%;
	font-size: 17px;
	text-align: center;
	Width: 160px;
	Height: 15px;
	background-color:#B6121A;
	display: inline-block;
	color: white;
	margin: 0% 2% 2% 2%;
		
	}
/*Detection page*/
.detectionpage {
	background: url("images/wlddesk.jpg")!important;


	background-size: cover !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width: 100%;
	height: 620px;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;
 }
.detectiontitle {
    font-size: 28px;
    margin-top: 150px;
    display: block;
	padding: 0% 3% 0% 3%;
    }
.detectionbox {
  float: right;
   text-align: center;
	height: 80%;
	width: 40%;
	padding: 4% 6% 4% 0%;
    color: aliceblue;
    margin-right: 0%;
    }
/*Sitemap*/
.sitemaptitle {
    
    padding: 4% 3% 0% 3%;
    color:#F7E7E8;
    font-size: 19px;
    }
.sitemaptitle2 {
 
    padding: 4% 3% 0% 3%;
    color: #f7e7e8;
    font-size: 19px;
    }  
.sitemaptitle3 {
    color: aliceblue;
    font-size: 20px;   
    }
.sitemaplogo {
    position: absolute;
    display: block;
    width: 96px; 
    height: auto;
    padding: 5% 3% 3% 3%;
  
    }
.locationtext {
    font-size: 20px;
   vertical-align: middle;
    padding-left: 20%;
   
    }
.sitemap {
	width: 33.33%;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;
   
	}
.map {
	width: 100%;
	height: 130%;
	}
.sitemap2 {
	width: 33.33%;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;
	}
.sitemap3 {
	width: 33.33%;
	height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 10% 0%;
	text-align: center;	
	}
.sitemap4 {
    width: 33.33%;
    height: 33px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 1% 0% 1% 0%;
    text-align: center;
    }
.sitemap5 {
          width: 33.33%;
    height: 33px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 1% 0% 1% 0%;
    text-align: center;  
    }
.sitemap6 {
          width: 33.33%;
    height: 33px;
    background-color: #B6121A;
    float: left;
    color: aliceblue;
    padding: 1% 0% 1% 0%;
    text-align: center;  
    }
.smalltext {
    font-size: 13px;
    line-height: 140%;
    }
.sitemapspacing {
    line-height: 120%; 
    padding-top: 2%;
    }
.sitemapspacing2 {
     padding-bottom: 2%;   
    }
.sitemapspacing3 {
    line-height: 100%;
    }
.sitemapboxes {
     width: 100%;
    height: 60px;
    background-color: #B6121A;
    }
.redtext {
    font-size: 18px; 
    }
.phoneicon {
	width: 28px;
	height: auto;
    padding:4% 0% 1% 0%;
	}
.envelope {
    width: 34px;
    height: auto;
    padding-top: 2%;
    }
.facebook {
    width: 34px;
    height: auto;
    padding: 1% 2% 0% 0%;
    }
.instagram {
    width: 34px;
    height: auto;
    padding: 1% 0% 0% 2%;
    }
.newsicon {
    width: 40px;
    height: auto;
    padding: 1% 0% 0% 3%;
   
    }
.webdesigner {
     font-size: 12px;
    padding-top: 1%;
    }
.safesymbols {
    width: 420px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
	margin: 0% 2% 0% 2%;
	padding: 0%;
    }
.emergencycallout {
        width: 200px;
    height: auto;
    display: inline-block;
	vertical-align: middle;
    padding: 7% 2% 7% 2%;
    }
/*Marketing page*/
.keyservicesmarketing {
	width: 50%;
	height: auto;
	background-image:url("images/plumberbackgroundportrait.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 5% 0% 5%;
	}
.featurelistmarketing {
	    color: #242424;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
     padding: 0% 4% 0% 4%;	
	}
}