/* 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');

.raleway-bold {
  font-family: "Raleway",sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background: #fff;
}

body {
	height: 200vh; /* Just to enable scrolling */
}
/* .scroll-button {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #007bff;
	color: white;
	border: none;
	padding: 15px 20px;
	border-radius: 25px;
	font-size: 16px;
	cursor: pointer;
	display: none;
	transition: opacity 0.3s ease;
} */

* {
	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", sans-serif; margin-bottom:20px; font-weight: normal; }


h1 { font-size:2.6rem; letter-spacing: -0.05rem; line-height: 45px;}
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; line-height: 1.6rem;}
li { margin-left: 15px; padding: 10px;}

a { font-weight:600; text-decoration: none; }

@media only screen and (max-width: 768px) {
	h1 { font-size: 2.5rem;}
	h2 { font-size: 1.6rem; line-height: 1.8rem;}
	h3 { font-size: 1.4rem;}
	h4 { font-size: 1.1rem;}
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 585px) {
  .container { padding:15px;}    
  h1 {  font-size: 2rem; }
  h2 { font-size: 1.4rem;}
}

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

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

.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top50 { margin-top: 50px;}
.bottom0 { margin-bottom: 0;}
.bottom20 { margin-bottom: 20px;}
.bottom50 { margin-bottom: 50px;}
.maxW450 { max-width: 450px; margin: 0 auto; }
.maxW550 { max-width: 550px; margin: 0 auto; }
.up10 { margin-top: -10px;}

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

.left { float: left;}
.right { float: right;}
.clear { clear: both;}
.whiteBg { background-color: #ffffff; }
.white { color: #ffffff; }
.grey { background-color: #f5f6f7;}
.center { text-align: center; }
.blueBg { background-color: #0238b2;}
.blue { color: #0238b2;}
.yellowBg { background-color: #fac03b;}
.yellow { color: #fac03b;}
.lightblueBg { background-color: #E7F3FF;}
.lightblue { color: #E7F3FF;}
.blueBorder { border: 1px solid #77c4db; }
.blackBg { background-color: #0a1f44;}
.black { color: #0a1f44;}



img { max-width: 100%;}

section {
  margin-bottom: 30px;
}



header {
	background-color: #236189;
	color: #fff;
	padding: 20px 0 15px 20px;
	margin-bottom: 15px;
}

header .container { padding:0; }

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

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: #333;
	color: #fff;
	padding: 15px 20px 15px;
	position: relative;
	bottom: 0;
	width: 100%;
}
footer a {
  text-decoration: none;
  color: #e2e2e2;
}

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;
	}
	.logo { flex: 1; max-width: 300px;}
}
@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;}
}


.handymanimg {
  max-width: 100%;
  margin-bottom:2px;
}
.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: #4b5050;
  padding: 10px;
  margin-bottom: 20px;
}
.disclaimer p{
  line-height: 1rem;
}
.adDisclosure {
  line-height: 1rem;
  font-size: 0.9rem;
}

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