.blue {
 background-color:rgb(23 55 122);}
.mustard {
	background-color:#ffd300;
}
.lightblue {
	/* background-color: #e2e5f7; */
	background-color: #ffd300;
	color: #17307b;
}

.flexCenter {
	justify-content: center !important;
}

.hero {
	align-content: flex-end;
	margin-bottom: -5px;
}
.grid-container {
	margin: 0 auto;
	width: 100%;
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: repeat(3, 33%);
	font-size: 1.2rem;
}


.vcenter {
	display: grid;
	align-content: center;
}
.box {
  padding: 20px;
  
}

.box:nth-child(even) {
  //background-color: #ccc;
  //color: #000;
}
.box::before {
	content: "★ ";
	color: #17307b;
	background: #fbd418;
	border-radius: 50%;
	line-height: 20px;
	padding: 4px;
	padding-left: 5px;
	padding-right: 0px;
	border-width: 1px;
	margin-right: 12px;
	border: 3px solid #17307b;
}

.grid-container-home {
	margin: 0 auto;
	width: 100%;
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: repeat(2, 50%);
	font-size: 1.2rem;
	margin-left: 20px;
}

.boxHome {
	padding: 20px 20px 0 20px;
	text-indent: -40px;
	font-weight: 400;
	font-family: "poppins", sans-serif;
	font-size: 0.9rem;

}

.boxHome::before {
	content: "★ ";
	color: #3f3597;
	background: #fbd418;
	border-radius: 50%;
	line-height: 20px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 0px;
	border-width: 2px;
	margin-right: 10px;
}


.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;
 }
 
 @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;
		   }
		   
	  }

@media (max-width:768px) {
	.grid-container {
		grid-template-columns: repeat(2, 50%);
		font-size: 1rem;
	}
}
@media (max-width:450px) {
	.grid-container-home {
		margin-left: 5px;
	}
	.grid-container-home.mobile{
		grid-template-columns: repeat(1, 100%);
		font-size: 1rem;
		display: grid;
		margin: 20px auto;
	}
	.grid-container-home.mobile .boxHome {
		padding: 10px;
		font-size: 1rem;
		margin: 0 0 0 85px;
	}
	.grid-container {
		grid-template-columns: repeat(1, 100%);
		font-size: 1rem;
	}
	.grid-container.services,
	.grid-container.brands{
		grid-template-columns: repeat(2, 50%);
		font-size: 1rem;
		display: grid;
		margin: 15px auto;
		padding: 0 1rem;
	}
	.grid-container.services,
	.grid-container.brands {
		/* margin-left: 20px; */
	}
	.grid-container.services .box::before,
	.grid-container.brands .box::before {
		margin-left: -47px;
	}
}
@media (min-width:450px) {
	
}

.col1-1{
	width: calc(100%/3);
}
.col2-2 {
	width: calc((100%/3)*2);
}
.col2-2 h1{
	margin-bottom: 0 !important;
}

@media (max-width:450px) {
	.col1-1, .col2-2{
		width: calc(100%/2);
		
		padding-top: 0;
	}
	.col2-2 {
		display: grid;
		align-content: center;
		padding-left: 0;
	}
	.col2-2 h1{
		font-size: 1.8rem;
	}
	
}
.posrel {
	position: relative;
}

.phone {
	background: #ffd602;
	border-radius: 30px;
	color: #0238b2;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	line-height: 2rem;
		font-size: 1rem;
		display: flex ;
		gap: 5px;
}

.phone::before {
	/* content: "📞 "; */
}

.description {
	font-size: 1.2rem;
	margin-top: 20px;
	color: #004597;
	margin-bottom: 0;
}

 .bg {
	/* background: url('/images/bg.png') center center repeat-x;
	position: relative; */
	/* border-top:1px solid #000;
	border-bottom: 1px solid #000; */
}



.fixnow {
	background: #004597;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	left: 50%;
	width: 100%;
	padding: 20px 0 30px;
	transform: translateX(-50%);
	transition: opacity 0.3s ease;
	display: none;
}

.fixnow {
	/* position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #007bff;
	color: white;
	padding: 15px 20px;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	display: none;
	transition: opacity 0.3s ease; */
}
/* .fixnow a {
	color: white;
	text-decoration: none;
	display: block;
	margin: 5px 0;
} */


.fixnowText, .fixApp {
	color: #fecc3c;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	/* padding: 30px 50px 30px 40px; */
	text-decoration: none;
	/* font-size: 1.2rem; */
	text-align: center;
	display: block;
}

.fixApp {
	position: absolute;
	bottom: 40px;
	text-align: center;
	font-size: 2rem;
	margin-left: 200px;
	left: 0;
	right: 0;
}
.fixApp::after {
	/* content: "➤ ";
	color: #fecc3c;
	margin-left: 10px; */
}

@media (max-width:1060px) {
	.bg { min-height: 570px; }
	.fixApp {
		bottom: 10px; font-size: 1.5rem; margin-left: 130px;
	}
}

@media (max-width:780px) {
	.bg { min-height: 570px; }
	.fixApp {
		bottom: 5px; font-size: 1.2rem; margin-left: 100px;
	}
	
	
}

@media (min-width:450px) {
	.fixnow.mobile{
		display: none !important;
	}
	.mobile {
		display: none;
	}
	.description {
		font-size: 1.2rem;
		margin-top: 10px;
		margin-bottom: 20px;
		
	}
}
@media (max-width:450px) {
	.phone.mobile {
		display: block;
		width: fit-content;
		margin: 20px auto 0;
		font-size: 1rem;
		display: flex;
		gap:5px;
	}

	
	.bg {
		background: none;
	}
	
	.nomobile {
		display: none !important;
	}
	footer {
		padding-bottom: 160px;
	}

}

@media (max-width:769px) {
	.no768 {
		display: none !important;
	}}

#tcpa_consent {
	height: 24px;
	width: 24px;
	margin-bottom: 10px;
}

.locName {
	background-color: rgb(117 180 255 / 53%);
	border-radius: 25px;
	width: fit-content;
	padding: 5px 15px 5px 10px;
	font-size: 1.1rem;
	color: #000;
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}


/* ----- How it works ------ */

.how-it-works {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.how-it-works h1 {
  /* font-size: 2rem;
  margin-bottom: 20px;
  border-bottom: 3px solid #b0cfe5;
  display: inline-block;
  padding-bottom: 5px; */
}

.how-it-works p {
  margin: 10px 0;
  line-height: 1.6;
}

a.btn-schedule {
  display: inline-block;
  padding: 10px 20px;
  background-color: #004597;
  color: white !important;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
}

a.btn-schedule:hover {
  background-color: #0056b3;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step {
  padding: 15px;
  background-color: #deeddb;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.step h2 {
  font-size: 2.0rem;
	  color: #0bbd35;
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  font-weight: 700;
}

.step h2 span {
  font-weight: bold;
  font-size: 1.3rem;
  color: #17307b;
}

.how-it-works a {
  text-decoration: none;
}

.how-it-works a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (min-width: 768px) {
  .steps {
	flex-direction: row;
  }

  .step {
	flex: 1;
  }
}


/* ----- Quotation Area */

.quote-service {
  background-color: #f2f6fa;
  padding: 20px;
  max-width: 1200px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.quote-service .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-service h2 {
  font-size: 1.8rem;
  color: #333;
}

.quote-service p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.quote-service a {
  color: #004597;
  text-decoration: none;
}

.quote-service a:hover {
  text-decoration: underline;
}

.quote-service img {
  max-width: 100%;
  border-radius: 8px;
}

.btn-get-help {
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #004597;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 50px auto;
  cursor: pointer;
}

.btn-get-help:hover {
  background-color: #004597;
}

.quote-service .call-now {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .quote-service .container {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
  }

  /* .quote, .service-area {
	width: 48%;
  } */
}


.service-area {
	font-weight: 400;
	font-family: "poppins", sans-serif;
	/* font-size: 1.1rem; */
}

  /* -------- 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: left;
	 align-items: flex-start;
	 margin-top:20px;
	 margin-bottom: 50px;
 }
 
 .contentBox-3-filled {
	 margin-top:50px;
	 margin-bottom: 50px;
 }
 .contentBox-3 .contentBoxItem, .contentBox-3-filled .contentBoxItem {
	 width: 30%;
	 display: block;
	 
 }
 #attributes .contentBox-3 .contentBoxItem {
	 width: auto;
 }
  
 #attributes {
	 border-top:1px solid #000;
	 border-bottom: 1px solid #000;
 }
 
 #attributes .container {
	 padding: 10px 20px 10px 20px;
 }
 
 #attributes .contentBox-3{
	 margin-bottom: 0;
	 margin-top:0;
 }
 
 .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.iconLeft .contentBoxItem  {
	  display: flex;
	  align-items: center;

  }
  
  .contentBox-3.iconLeft .contentBoxItem .icon{
	  width: 50px;
	  height: 50px;
	  padding: 10px 0 10px 0;
	  margin-bottom: 20px;
  }
  
  .contentBox-3.iconLeft .contentBoxItem .text {
	  font-size: 0.9rem;
  }
  
  .contentBox-3-filled .contentBoxItem .icon {
	  
		background-color: #E6F3FE;
  }
 
 .contentBox-3 span.icon img, .contentBox-3-filled span.icon img {
	  display: grid;
	  align-content: center;
  }
  
  #attributes .contentBox-3 img {
		margin-top: 5px;
		margin-left: 10px;
  }
  
  .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: 30%;
	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;
}

.mapp{
	position: relative;
}

.overlay {
	position: absolute;
	max-width:280px;
	left: 0px;
	top: -15px;
	right: 0;
	margin: 0 auto;
}

.overlay .circle {
	border-radius: 50%;
	background-color: #a0c7f64d;
	border-color: rgb(87 161 242);
	border-style: solid;
	border-width: 2px;
	aspect-ratio: 1 / 1;
	margin: 40px;
}

.cta-container {
	padding: 20px 20px;
	/* border-radius: 10px; */
	color: black;
	position: relative;
	background-color: white;
	/* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}
.cta-button {
	display: inline-block;
	background-color: #4CAF50;
	color: white;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
	margin-bottom: 15px;
	width: fit-content;
}
.cta-button:hover {
	background-color: #45a049;
}
.phone-number {
	font-weight: bold;
}
.stars {
	margin-bottom: 10px;
	font-size: 24px;
	color: gold;
}


		
		.brand-container {
			max-width: 800px;
			margin: auto;
		}
		.brand-logos, .appliance-logos {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 20px;
			justify-content: center;
		}
		.appliance-logos  {
			grid-template-columns: repeat(3, 1fr);
			gap: 30px;
		}
		.brand-logos img {
			width: 100%;
			max-width: 150px;
			height: 50px;
			object-fit: contain;
		}
		.appliance-logos img {
			filter: contrast(0.2);
			max-width:50px;
		}
		
		.appliance-logos p {
			font-weight: 600;
			text-transform: uppercase;
			margin: 10px 0 10px 0;
			text-align: center;
			color: #004597;
			font-size: 0.9rem;
		}
		.hidden {
			display: none;
		}
		.expanded {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 15px;
			justify-content: center;
		}
		.show-more {
			color: blue;
			cursor: pointer;
			font-weight: bold;
			margin-top: 15px;
			display: inline-block;
		}
		@media (min-width: 768px) {
			.brand-logos {
				grid-template-columns: repeat(4, 1fr);
			}
			.appliance-logos  {
				grid-template-columns: repeat(4, 1fr);
				gap: 40px 20px;
			}
			.expanded {
				grid-template-columns: repeat(4, 1fr);
			}
		}
		
/* ------- 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;
		}
		
		#omnifaq .accordion .container {
		  background-color: #0072ec;
		}
		
		.accordion .question {
		  position: relative;
		  padding: 10px 15px 0 0;
		  color: #3f3597;
		  cursor: pointer;
		  font-size:15px;
		  line-height: 1.5rem;
		  font-weight: 600;
		}
		
		#omnifaq .accordion .question {
		  color: white;
		}
		/* 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%);
		}
		
		#omnifaq .accordion .question::before {
		  color: white;
		}
		
		@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;
		}
		
		#omnifaq .accordion .content {
		  background: beige;
		  color: black;
		  margin-top: 15px;
		  padding: 25px;
		}
		/* 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;
		}
		
		.borderBox {
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		
		
		.modal {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 1; /* Sit on top */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		}
		
		/* Modal Content/Box */
		.modal-content {
			background-color: #333333;
			margin: 15% auto; /* 15% from the top and centered */
			padding: 20px;
			border: 1px solid #888;
			width: 80%; /* Could be more or less, depending on screen size */
			max-width: 500px;
			border-radius: 5px;
			animation: modalSlide 0.3s ease-out;
		}
		
		/* Close Button */
		.close {
			color: #aaa;
			float: right;
			font-size: 28px;
			font-weight: bold;
		}
		
		.close:hover,
		.close:focus {
			color: black;
			text-decoration: none;
			cursor: pointer;
		}
		
		/* Animation */
		@keyframes modalSlide {
			from {
				transform: translateY(-50%);
				opacity: 0;
			}
			to {
				transform: translateY(0);
				opacity: 1;
			}
		}