/* Add your CSS styles here */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: 'Poppins', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 16px;
	
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5 { 
	font-family: Poppins, "Segoe UI", Roboto, "Helvetica Neue", Arial; 
	margin-bottom:20px; 
	font-weight: 600 }

h1 { font-size:3.5rem; line-height: 4rem; }
h2 { font-size: 2rem; line-height: 2.5rem; letter-spacing: -0.05rem;  }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.3rem; }
h5 { margin-top: 20px;
	 margin-bottom: 15px;
	 font-weight: 600;
  }

p { margin-bottom:15px; }
li { margin-left: 15px; padding: 10px;}

@media only screen and (max-width: 1025px) {
	h1 { font-size: 3.2rem;}
}
@media only screen and (max-width: 768px) {
	h1 { font-size: 2.5rem;}
	h2 { font-size: 1.6rem; }
	h3 { font-size: 1.4rem;}
	h4 { font-size: 1.1rem;}
}

@media only screen and (max-width: 585px) {
  .container { padding:15px;}    
  h1 {  font-size: 2rem; line-height: 2.1rem;}
  h2 { font-size: 1.6rem; line-height: 1.9rem;}
}

.w500 { font-weight: 500;}
.w700 { font-weight: 700;}

.upper{ text-transform: uppercase;}
.bolder { font-weight: bold; }
.textRight { text-align: right;}
.center { text-align: center; margin: 0 auto;}

.top1 { margin-top: -1px;}
.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top50 { margin-top: 50px;}
.bottom0 { margin-bottom: 0;}
.bottom20 { margin-bottom: 20px;}
.bottom50 { margin-bottom: 50px !important;}
.up10 { margin-top: -10px;}

.maxW450 { max-width: 450px; margin: 0 auto; margin-bottom: 20px; }
.maxW550 { max-width: 550px; margin: 0 auto; margin-bottom: 20px; }
.maxW900 { max-width: 900px; margin: 0 auto; margin-bottom: 20px; }


.paddTop20 { padding-top: 20px;}
.paddTop50 { padding-top: 50px;}
.paddBottomp20 { padding-bottom: 20px;}
.paddBottom50 { padding-bottom: 50px;}
.padd20 { padding: 20px;}
.padd50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.left { float: left;}
.right { float: right;}
.clear { clear: both;}


.theme-color{ background-color: #0238b2; }
.theme-color .container h1,
.theme-color .container h2,
.theme-color .container h3,
.theme-color .container h4,
.theme-color .container h5,
.theme-color .container p,
.theme-color .container li,
.theme-color div { color: #fff ; }


.whiteBg { background-color: #ffffff; }
.white { color: #ffffff; }
.greyBg { background-color: #F6F7FF;}
.blueBg { background-color: #0238b2;}
.blue { color: #0238b2;}
.yellowBg { background-color: #fac03b;}
.yellow { color: #fac03b !important;}
.lightblueBg { background-color: #E7F3FF;}
.lightblue { color: #E7F3FF;}
.blueBorder { border: 1px solid #77c4db; }
.blackBg { background-color: #0a1f44;}
.black { color: #0a1f44;}

img { width: 100%;}

section {
	width: 100%;
	  margin: 0;	
}
.container {
	max-width: 1140px;
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: row;	
	margin: 0 auto;
}

header {	
	text-align: left;
	display: flex;
	flex-direction: column;	
}

img.logo { flex: 1; max-width:275px; }

.handymanimg {
  max-width: 350px;
  margin-bottom: -20px;
}

.split-2 .container-child {
	 display: flex ;
	 flex-direction: column;
	 width: 50%;
	 flex-wrap: wrap;
	 align-content: flex-start;
 }
 
 .split-3 .container-child {
	  display: flex ;
	  flex-direction: column;
	  width: 33%;
	  justify-content: space-around;
	  flex-wrap: wrap;
	  align-content: flex-start;
  }
  
 .alignRight { align-content: flex-end !important; }
 
 #insideBlocks h4 { margin-bottom: 5px; }

 #insideBlocks img { padding:20px; }
 
 #insideBlocks .icon {
	 border-radius: 50%;
	   background-color: #0238b2;
	   width: 50px;
	   height: 50px;
	   padding: 10px;
	   display: inline-block;
 }
 
 #insideBlocks .icon img {
	 margin-bottom:0;
	 width:30px; height: 30px;
	 filter: contrast(0) brightness(2);
	 align-content: center;
	 display: block;
	 padding: 0;
 }
 
 @media only screen and (max-width: 425px) {
	.split-2, .split-3 { display: grid; }
	.split-2 .container-child, .split-3 .container-child {
 		width:100%;
 		align-items: center;
	}
	
	.handymanimg { max-width: 220px; }
	.alignCenterMobile { align-content: center !important;}
	.padd20 { padding: 15px;}
	.padd50 {
		padding-top:20px;
		padding-bottom: 20px;
	}
	
	.order0 {
		order: 0;
	}
	.order1 {
		order: 1;
	}
	
	#insideBlocks img { margin-bottom: 20px; padding:0; }
	#insideBlocks .icon img { margin-bottom:0; }
	#insideBlocks h3 { text-align: left !important;}
	
	#insideBlocks .split-2 .container-child {
		justify-content: center;
		display: grid;
	}
}
 
 
 .flexContentRight { align-content: flex-end !important; }
 .alignBottom { justify-content: flex-end !important; }
 .alignCenter { align-content: center !important; flex-direction: column; text-align: center; flex-wrap: wrap;}
 
 .title { width: fit-content;}
 .title::after {
	 content: "";
	 display: block;
	 height: 5px;
	 border-bottom-color: #fac03b;
	 border-bottom-style: solid;
	 border-bottom-width: 3px;
 }
 
 .phone {
	 background: #fecc3c;
	 border-radius: 50px;
	 color: #0a1f44;
	 font-weight: 600;
	 font-family: "Poppins", sans-serif;
	 padding: 15px 30px 15px 20px;
	 text-decoration: none;
	 width: fit-content;
	 font-size: 18px;
 }
 
 .phone::before {
	 content: "📞  ";
 }
 
 @media only screen and (max-width: 1023px) {
	 .phone { font-size: 14px; }
	 .boxHome { font-size: 0.9rem !important; text-indent: -33px !important;}
 }
 
 @media (max-width:450px) {
 	.phone.mobile {
	 	display: block;
	 	width: 215px;
	 	margin: 20px auto 0;
	 	text-align: center;
	 	ont-size: 1.2rem;
 	}
 }
 
 
 .contentBox, .contentBox-3, .flex-list {
	margin: 0 auto;
	width: 100%;
 	display: flex;
 	grid-column-gap: 10px;
 	font-size: 0.8rem;
 	flex-direction: row;
 	flex-wrap: wrap;
 	align-content: space-around;
 	justify-content: flex-start;
 }

 .flex-list ul,  .flex-list ol {
	 margin: 0;
	 padding: 0;
 }
 
 .flex-list li{
	 width: 48%;
	 list-style-type: image;
	 display: list-item;
	 margin: 0;
	 padding: 10px;
	 display: flex;
	 flex-direction: row;
 }
 
 .flex-list li span.icon img {
	 width: 16px;
	 margin-right: 10px;
 }
 
 #plumbing-services-list .flex-list li span.icon img {
	  width: 32px;
	  margin-right: 10px;
  }
  #plumbing-services-list .flex-list li:nth-child(even) {
	  padding-left:25px;
  }
  
  #plumbing-services-list .container {
	  background: url("images/list-bg.png") repeat-y center top;
  }
 
 @media only screen and (min-width: 780px) {
	  .flex-list li span.text {
		  font-size: 0.9rem;
	  }
  }
  
  @media only screen and (max-width: 450px) {
		.flex-list li{
		 	width: 100%;
		 	padding-left:10px;
	 	}
		 
		#homeList {
			margin-bottom: 0 !important;
		}
		#homeList li{
			 width: 48%;
			 padding-left:10px;
		 }
	 	#plumbing-services-list .flex-list li:nth-child(even) {
		 	padding-left: 10px;
	 	}
		 #plumbing-services-list .container {
			 background: #fff;;
			 
		 }
	}
  
  /* -------- contentBox with square icon to the left ----------- */
 
 .contentBox {
	 color: #706e6e;
	  font-size: 0.9rem;;
 }
 
 .contentBoxItem {
	 display: flex;
	 column-gap: 15px;
	 
 }
 
 .contentBoxItem .icon {
	 background-color: #E6F3FE;
	 height: fit-content;
	 padding: 10px;
 }
 
 .contentBox span.icon img {
	 width: 50px;
	 height: 50px;
 }
 
 #aboutUs .contentBox h4{
	 margin-bottom:5px;
 }
 
 /* -------- 3 column contentBoxes ----------- */
 .contentBox-3, .contentBox-3-filled {
	 margin: 0 auto;
	 width: 100%;
	 display: flex;
	 grid-column-gap: 20px;
	 font-size: 0.8rem;
	 flex-direction: row;
	 flex-wrap: wrap;
	 align-content: flex-start;
	 justify-content: center;
	 align-items: flex-start;
	 margin-top:20px;
	 margin-bottom: 20px;
 }
 
 .contentBox-3-filled {
	 margin-top:50px;
	 margin-bottom: 50px;
 }
 .contentBox-3 .contentBoxItem, .contentBox-3-filled .contentBoxItem {
	 width: 31%;
	 display: block;
	 
 }
 
 .contentBox-3 .contentBoxItem .icon, .contentBox-3-filled .contentBoxItem .icon {
	  border-radius: 50%;
	  background-color: #0238b2;
	  width: 70px;
	  height: 70px;
	  padding: 10px;
	  display: inline-block;
	  margin-bottom: 20px;
  }
  
  .contentBox-3-filled .contentBoxItem .icon {
	  
		background-color: #E6F3FE;
  }
 
 .contentBox-3 span.icon img, .contentBox-3-filled span.icon img {
	  filter: contrast(0) brightness(2);
	  display: grid;
	  align-content: center;
  }
  
  .contentBox-3-filled span.icon img {
	  filter: none;
  }
  
  .contentBox-3-filled.noBorder  .contentBoxItem{
	  border-top:none !important;
  }
 

@media only screen and (max-width: 450px) {
	.contentBox-3 .contentBoxItem,
	.contentBox-3-filled .contentBoxItem
	 {
		width: 100% !important;
	}
	.contentBox-3-filled {
		margin-top:20px;
		margin-bottom: 20px;
	}	
}

.contentBox-3-filled {
	align-items: stretch;
}

.contentBox-3-filled .contentBoxItem {
	width: 31%;
	display: block;
	background: white;
	padding: 20px 20px 10px;
	border-top: 8px solid #fac03b;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#cityBlock .textBlockRounded {
	background: #ffffff;
	border-radius: 25px;
	padding: 5px 20px;
	color: #333 !important;
	font-weight: 500;
	width: fit-content;
	margin: 0 auto;
}

#cityBlock h2 {
	font-size: 3.0rem;
	line-height: 3.5rem;
}

@media only screen and (max-width: 780px) {
	#cityBlock h2 {
		font-size: 2.0rem;
		line-height: 2.2rem;
	}
}

nav { display:none;}
nav ul { list-style-type: none; margin: 0; padding: 0;}
nav ul li { display: inline; margin-right: 10px;}
nav ul li a { color: #fff; text-decoration: none;}

/* Hamburger Menu Styles */
.hamburger { display: none; cursor: pointer;}

.menu {
	position: absolute;
	top: 100%;
	right: -100%;
	background-color: #333;
	width: 250px;
	padding: 20px;
	box-sizing: border-box;
	transition: right 0.3s ease;
}

.menu.active { right: 0;}
.menu ul li {  margin-bottom: 10px; }
.menu ul li:last-child { margin-bottom: 0; }

@media only screen and (max-width: 1023px) {
	nav ul { display: none; }
	.hamburger {  display: block;  }
}

.content { padding: 20px;}

footer {
	background-color: #0238b2;
	color: #fff;
	padding: 15px 20px 15px;
	position: relative;
	bottom: 0;
	width: 100%;
}
footer a {
  text-decoration: none;
  color: #e2e2e2;
}

#links a {
	text-decoration: none;
	color: #000000;
}

p.caption {
	text-align:center;
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
	p.caption {
		font-size: 1.1rem;
		line-height: 1.6rem;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 585px) {
	p.caption {
		font-size: 1.0rem;
		line-height: 1.3rem;
		margin-bottom: 10px;
	}
	footer { font-size: 0.9rem;}
	section.blueBorder {
		margin-right: 10px;
		margin-left: 10px;
	}
	.bottom50 { margin-bottom: 0px;}
}



.handymanvector {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.handyman-col {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* ------------------------ Form and Form Elements ------------------------ */

.search-frame {
	width: 1000px;
	padding: 50px 20px 0;
	margin: 0 auto;
	border-radius: 0;
	border: 1px solid #999;
	border-top-width: 8px;
	border-top-color: #000;
	background-color: #fff;
	background: #fff url(images/greenBar.webp) no-repeat;
	box-shadow: 4px 0 10px 0 rgba(29,37,44,.1);
}
.search-frame fieldset{
  float: left;
  margin-right:10px;
  width: 258px;
}

.search-frame p{
	clear:both;
	text-align:center;
	margin:30px 0;
}

input, select { vertical-align: middle; }

button, input, select, textarea { margin: 0; }
input, textarea {
	background-color: #fff;
	width: 100%;
	float: left;
	height: 65px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
}
textarea {
  border: 1px solid #999;
  padding: 10px 20px;
}

.box select, input {
	height: 45px;
	border: 1px solid #999;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box select {
	background-color: #fff;
	width: 100%;
	float: left;
	padding: 0 20px;
	font-size: 14px;
	color: #999;
	appearance: button;
	outline: 0;
	-moz-outline: none;
	border-radius: 5px;
}

.box select option { outline: none; }

.legend {
	background-color: #246189;
	max-width: 642px;
	height: 44px;
	border-radius: 7px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	padding: 0 10px 0 10px;
	line-height: 44px;
	position: relative;
}
.legend::before {
	content: "\25Bc";
	position: absolute;
	top: 22px;
	left: 1px;
	color: #246189;
	font-size: 30px;
	border-left: none;
	border-right: none;
	border-top: none;
		bottom: -8px;
		width: 0;
	height: 0;
}

label, .label {
	color:#000;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #bf0a30;
	padding-bottom: 10px;
}

button[type=submit] {
	cursor: pointer;
	width: 150px;
	height: 45px;
	border: none;
	background-color: #24a90f;
	color: #fff;
	margin: 25px 0 0 0;
	padding: 6px;
	font-size: 15px;
	border-radius: 5px;
}

#formSearchButton {
  text-transform: uppercase;
  font-weight: bold;
}

#contactForm fieldset {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
 
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
	.search-frame { width:auto; }  
	.search-frame fieldset { width: 222px; margin-bottom: 15px; }  
	button[type=submit] {
	  width: 100%;
	  max-width: 215px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1020px) {
  button[type=submit] { max-width:120px; }
}
@media only screen and (max-width: 900px) {
	.search-frame { width:auto; }
	.search-frame fieldset { width: 48%; margin-bottom: 15px; }  
	button[type=submit] { width:48%; }
}

@media only screen and (max-width: 585px) {
	.search-frame fieldset { width: 98%; } 
	button[type=submit] { width:98%; margin-top: 0; }
	.legend::before { top:44px; }
	.legend {
	  padding-top: 5px;
	  height:54px;
	  line-height: 20px;
	}
}

.blueBlock {
  background: #e7f1f4;
  padding: 30px 50px 20px;
  text-align: center;
  border: 1px solid #77c4db;
}
.blueBlock ul {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.blueBlock ul li {
  list-style-image: url("images/bluetick.webp");
  text-align: left;
  padding: 10px 0 10px 15px;
}
@media (max-width:768px) {
  .blueBlock { padding: 30px 15px;  }
  .blueBlock ul li { margin-left: 25px;}
}

/* container */
.responsive-three-columns, .responsive-two-columns{
	display:flex;
	flex-wrap:wrap;
}

/* columns */
.responsive-three-columns > *, .responsive-two-columns > * {
	width:100%;
	padding:2rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
	.responsive-three-columns > * {
		width:calc(100% / 3);
	}
	.responsive-two-columns > * {
		width:calc(100% / 2);
		
	}
}
@media (max-width:768px) {
  .responsive-two-columns > * {
	padding:1rem;
  }
}

@media (max-width:525px) {
  .responsive-two-columns .twoCols > * {
	padding:0.5rem;
	width:calc(100% / 2);
  }
  .noSmall {
	display: none;
  }
}

.col-nobottom {
  padding-bottom: 0;
}
.reviewLogo { float: left; margin-top:30px; }
.reviewLogo.one { margin-top: 0; }
.score {
  background-color: #18a376;
  width: 56px;
  height: 56px;
  float: right;
  margin: -14px 0 0 11px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  line-height: 18px;
  margin-top: 15px;
}
.score span {
	font-size: 21px;
	font-weight: 700;
}
.score.one {
  margin-top:0;
}

.score.blue {
  background-color: #438ec9;
}

.reviews p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

ul.stars {
	width: 185px;
	position: relative;
	left: -25px;
	margin: 0 auto;
	padding: 0;
	top:-10px;
}
.stars li {
	background-color: #fff;
	width: 22px;
	float: left;
	height: auto;
	border: none;
	margin-top: 0;
	border-radius: 0;
	line-height: 17px;
	box-shadow: none;
	list-style-type: none;
	padding: 0 10px;
}
ul.tick, ul.check { list-style: none; }
ul.blueTick {
  list-style-image: url("images/bluetick.webp");
  text-align: left;
  padding: 10px 0 10px 15px;
}
ul.blueTick li {
  line-height: 1.3rem;
  list-style-type: none;
}
 ul.tick li, ul.check li {
  font-size: 0.9rem;
  list-style-type: none;
  text-indent: -30px;
  padding-left: 10px;
  color: #3f3597;
}

ul.tick li::before {
  content: "▷ ";
  color: #3f3597;
  padding-right: 10px;
}
ul.check li a {
  font-size: 0.8rem;
  text-decoration: none;
  color: #236189;
}
ul.check li::before {
  content: '\2713';
  color: #24a90f;
  padding-right: 10px;
}

.reviewButton a {
	background-color: #24a90f;
	width: 188px;
	height: 48px;
	margin: 15px 0;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.num-frame {
	margin: -45px 0 35px -45px;
}
.number-count {
	position: relative;
	background: #0d7393;
	width: 46px;
	height: 38px;
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: center;
}
.number-count::after {
	position: absolute;
	top: 26px;
	left: 0;
	content: '\25E5';
	color: #000;
	font-size: 13px;
	font-weight: 300;
}
.number-count.one { background: #23a90e; }

@media (min-width:450px) and (max-width:768px) {
  .score  {
	float: left;
	margin-top:15px;
  }
  .score.right {
	float:right;
  }
}

/* ------- Accordion ------------- */

@media (min-width: 1200px) {
  .accordion {

  }
}

.accordion {
  margin: 0 auto;
  color: black;
  margin:30px 0;
  padding: 0;
}

.accordion .container {
  position: relative;
  padding: 10px 15px 15px;
  width:100%;
  background-color: #E7F1F4;
  margin: 0 0 6px 0;
}

.accordion .question {
  position: relative;
  padding: 10px 15px 0 0;
  color: #3f3597;
  cursor: pointer;
  font-size:15px;
  line-height: 1.5rem;
  font-weight: 600;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .question::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 30px;
  font-weight: 300;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .accordion .question::before {
	right: -5px;
  } 
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  height: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  padding: 20px 25px 20px 0;
  display: none;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
  /* display: none; */
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: auto;
  display: block;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .question::before {
  content: '-';
  font-size: 30px;
}

.testimonial-name {
  margin-top: 10px;
  text-align: right;
  color:#0D7393;
}

.starr{
  font-size: 120%;
  color: gold;
  display: block;
  margin-bottom: 10px;
}

.privacy-table {
  background-color: #fff;
  padding: 15px;
  font-size: 0.9rem;
  margin-bottom: 50px;
}
.privacy-table td {
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  
}
.privacy-table th {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  text-align: left;
}

.privacy h2, .privacy h4 {
  margin-top: 30px;
}
.privacy h3{
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
.disclaimer {
  font-size: 0.8rem;
  color: #f5f5f5;
  background: #01277d;
  padding: 10px;
  margin-bottom: 20px;
}
.disclaimer p{
  line-height: 1rem;
}
.adDisclosure {
  line-height: 1rem;
  font-size: 0.9rem;
}

#terms p{
	margin-bottom: 15px;
}