:root {
  --blue: #04049d;
  --darker-blue: #03037e;
  --yellow: #f5de33;
  --white: #fff;
  --black: #000;
  --grey: #d6d6d6;
  --page-title-size: 60px;
  --page-title-height: 1.2;
}
/**MODAL*/

html, body{
	overflow-x:hidden;
}
/* The Modal (background) */
.modal {
   display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

/* Modal Content Box */
.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.3s ease;
	    height: 100vh;
    overflow-y: scroll;
}
.modal-content::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.modal-content::-webkit-scrollbar-track {
  background: #04049d; /* Track color */
  border-radius: 8px;
}
.modal-content .ginput_recaptcha iframe{
	transform: scale(0.8);
    transform-origin: 0;
}
.modal-content .gform_wrapper.gravity-theme input[type=email],
.modal-content .gform_wrapper.gravity-theme select,
.modal-content .gform_wrapper.gravity-theme input[type=tel],
.modal-content .gform_wrapper.gravity-theme textarea,
.modal-content .gform_wrapper.gravity-theme input[type=text],
.modal-content .gform_wrapper.gravity-theme input[type=text]{
	border:1px solid #ccc;
}
.modal-content .gform_wrapper.gravity-theme .gfield.gfield--width-half{
	    grid-column: 1 / -1 !important;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #f5de33; /* Scroll thumb color */
  border-radius: 8px;
  border: 2px solid #fff; /* Optional: adds padding around thumb */
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Hover color */
}
.modal-content .gform_required_legend,
.modal-content .gform_title,
.modal-content #field_1_7 .gfield_label{
	display:none !important;
}
.modal-content .gform_wrapper.gravity-theme .gfield textarea.large{
	height:120px;
}
.modal-content .gfield_label{
	color:#04049d !important;
}

/* Close Button */
.close-btn {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}
.close-btn:hover {
  color: #000;
}
.inner-btn{
	position:relative !important;
	right:unset !important;
	 -webkit-transform:unset;
  -ms-transform: unset;
  transform: unset;
  display: unset !important;
  top: unset !important;
  z-index:unset;
      transform:unset !important;
}
/* Trigger Button */
.modal-btn {
  position: fixed;
  right: -73px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20em;
  z-index: 999;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}


/* New CSS */
img.twenty-four-seven{
	width: 130px;
    height: 50px;
    object-fit: contain;
	margin-right:10px;
}
.bbb-footer iframe {
    transform: scale(0.88);
    transform-origin: left center;
}

section.section.checklist-with-images-section .featured-image-col img {
  border: 5px solid #f5de33;
  border-radius: 15px;
}

.services-section .container .services .service .featured-image-container {
  border: 5px solid var(--yellow);
  border-radius: 6px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}


section.image-with-content .imgwrp img {
  border: 5px solid #f5de33;
}

footer #menu-quick-links .current_page_item a {
  color: var(--yellow) !important;
  text-decoration: underline !important;
}

section.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 20px 40px;
}

/* section.parallax-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
} */

.text-white,
.text-white p,
.text-white h2,
.text-white b {
  color: #fff !important;
}

.section-cta .container .row .col .content .new-list-centered {
  text-align: center;
}

.section-cta .container .row .col .content .new-list-centered ul {
  display: inline-block;
  text-align: left;
  list-style-position: outside;
}

.section-cta .container .row .col .content p {
  margin-bottom: 5px;
}


/*  */


html {
  scroll-behavior: smooth;
}

body:not(.wp-core-ui) * {

  font-family: "Montserrat";
}

* {
  margin: unset;
  outline: none;

}

h2 {
  line-height: 1.3 !important;
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: flex;
}

ul {
  padding-left: 1.5rem;
}

li::marker {
  color: var(--yellow);
}

li,
p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

a {
  text-decoration: none !important;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

p a {
  transition: all 0.3s;
}

p a:hover {
  text-decoration: underline !important;
  color: var(--yellow) !important;
}

.careers-form .gfield_label {
  color: var(--blue);
}

.careers-form a {
  color: var(--blue);
}

.careers-form .gform-footer {
  justify-content: center;
  margin-top: 50px !important;
}

#gform_submit_button_2 {
  cursor: pointer;
}

.modal-content .gform-button,
button.modal-btn,
.gform_button,
#gform_submit_button_2,
.btn {
  color: var(--blue);
  font-weight: 700;
  text-align: center;
  outline: unset !important;
  border-radius: 6px;
  font-size: 21px;
  line-height: 1;
  display: inline-flex;
  padding: 14px 33px 14px 33px;
  transition: all 0.3s;
  filter: drop-shadow(4.95px 4.95px 2px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #f6df34 0%, #ceb609 100%);
  border: 1px solid var(--yellow);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  cursor:pointer;
}
.gfield_radio{
	display:flex;
	gap:50px;
}
.gform-body h2{
	margin-top:30px !important;
}
.btn .icon {
  margin-right: 13px;
}

button.modal-btn:hover,
.modal-content .gform-button:hover,
.gform_button:hover,
#gform_submit_button_2:hover,
.btn:hover {
  background: var(--blue);
  color: var(--yellow);
  border-color: var(--blue);
}

.btn:hover .icon {
  filter: invert(1) brightness(1);
}

.section {
  padding: 50px 20px;
}

.page-title {
  line-height: --page-title-height;
  font-weight: 700;
  font-size: var(--page-title-size);
}

.section-title {
  font-size: 45px;
  line-height: 1.511;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  color: var(--blue);
}

.top-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0px 0 20px;
  color: var(--blue);
  font-weight: 600;
  text-align: center;
  position: relative;
}

.hero-banner-inner .top-title:before {
  content: unset !important;
}

.top-title:before {
  position: absolute;
  content: "";
  width: 51px;
  height: 6px;
  top: -40px;
  background: var(--yellow);
  left: calc(50% - 25.5px);
}

.top-title p {
  font-weight: 600;
}

.yellow-dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--yellow);
  border-radius: 500px;
  vertical-align: middle;
  margin: 0 2px;
}

a.btn.btn-top {
  padding: 10px;
  display: inline-flex;
  line-height: unset !important;
  font-size: unset !important;
  border-radius: 5px !important;
  position: fixed;
  z-index: 11;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

a.btn.btn-top svg {
  width: 20px;
  height: 20px;
}

.socmed-icons-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socmed-icons-column .social-icon {
  margin: 0 7px;
}

.socmed-icons-column .social-icon img {
  filter: invert(1) brightness(31);
  transition: all 0.1s;
}

.socmed-icons-column .social-icon:hover img {
  filter: unset;
}

.section ul li,
.section ol li {
  margin-bottom: 7px;
}

header {
  border-top: 4px solid var(--yellow);
  padding: 30px 0 0;
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 11;
  transition: all 0.3s;
}

header .main-header {
  padding: 0 30px 31px;
  border-bottom: 2px solid var(--grey);
  transition: all 0.3s;
}

header .main-header .container .first-row .col {
  width: 33%;
  display: flex;
  align-items: center;
}

header .main-header .container .first-row .col.col-2 {
  width: 46%;
  justify-content: center;
}

header .main-header .container .first-row .col.col-3 {
  justify-content: right;
}

header .main-header .container .first-row .col.col-3 .btn {
  font-size: 28px;
  padding: 12px 19px 12px 19px;
}

header .main-header .container .first-row .col .site-tagline p {
  margin-top: -10px;
  text-align: center;
  font-size: 23px;
  line-height: 1.217em;
  font-weight: 600;
  color: var(--blue);
}

header .main-header .container .first-row .col .site-tagline p span.top {
  line-height: 1.52em;
  font-size: 25px;
}

header .menu-row {
  background: var(--darker-blue);
  padding: 0 30px;
}

header .menu-row .container .menu-column .main-menu {
  display: flex;
  padding: unset;
}

header .menu-row .container .menu-column .main-menu>li {
  list-style-type: none !important;
  margin-right: 42px;
  position: relative;
  margin-right: 30px;
}

header .menu-row .container .menu-column .main-menu>li:before {
  content: "";
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
  background-color: transparent;
  position: absolute;
  transition: all 0.3s;
}

header .menu-row .container .menu-column .main-menu>li:last-child {
  margin-right: unset;
}

header .menu-row .container .menu-column .main-menu>li a {
  padding: 24px 0;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  transition: all 0.3s;
}

header .menu-row .container .menu-column .main-menu>li.current_page_item:before {
  background-color: var(--yellow);
}

header .menu-row .container .menu-column .main-menu>li.current_page_item a {
  color: var(--yellow);
}

header .menu-row .container .menu-column .main-menu>li:hover:before {
  background-color: var(--yellow);
}

header .menu-row .container .menu-column .main-menu>li:hover a {
  color: var(--yellow);
}

header .menu-row .container .socmed-icons-column {
  margin: 0 auto;
  padding-left: 28px;
}

header .menu-row .container .socmed-icons-column .social-icon {
  margin: 0 7px;
}

header.sticky-active {
  padding-top: 15px;
}

header.sticky-active .main-header {
  padding-bottom: 15px;
}

main,
footer {
  overflow: hidden;
}

.hero-banner {
  position: relative;
  padding: 210px 20px 229px;
}

.hero-banner .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner .container {
  position: relative;
  z-index: 1;
}

.hero-banner .container .hero-content-column {
  display: flex;
  flex-direction: column;
}

.section.section-cta .top-title {
  text-align: center;
}

.section-cta .row .col.fullwidth {
  padding-right: unset !important;
  width: 100% !important;
}

.hero-banner-inner .top-title,
.hero-banner .container .hero-content-column .top-title {
  color: var(--yellow);
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 1.52;
  text-align: left;
}

.hero-banner .container .hero-content-column .top-title:before {
  display: none;
}

.hero-banner .container .hero-content-column .page-title {
  color: var(--white);
  max-width: 45%;
}

.hero-banner .container .hero-content-column h2.hero-content {
  line-height: var(--page-title-height);
  font-weight: 700;
  font-size: var(--page-title-size);
  position: relative;
  color: var(--yellow);
  position: relative;
  margin-bottom: 74px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
}

.hero-banner .container .hero-content-column h2.hero-content:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 6px;
  background-color: var(--yellow);
  margin-right: 15px;
}

.hero-banner .container .hero-content-column h2.hero-content:after {
  position: absolute;
  content: "";
  width: 64.1%;
  height: 20px;
  background: url(/wp-content/uploads/2025/06/hero-title-after.png) no-repeat;
  bottom: -24px;
  right: 38px;
  background-position: center;
  background-size: contain;
}

.hero-banner-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 30px;
  position: relative;
}

.hero-banner-inner .background-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.hero-banner-inner .container {
  position: relative;
  z-index: 1;
}

.hero-banner-inner .container .hero-content-column {
  max-width: 50%;
}

.hero-banner-inner .container .hero-content-column.hero-right-content {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 150px;
}

.sbs-tel-class {
  text-align: center;
  margin-top: 30px;
}

.hero-banner-inner .container .hero-content-column h1 {
  margin-bottom: 40px;
}

.hero-banner-inner .container .hero-content-column h1,
.hero-banner-inner .container .hero-content-column p {
  color: #fff;
}

.section-cta {
  padding: 0 30px;
  margin-top: -63px;
  z-index: 1;
  position: relative;
}

.section-cta .container .row.inner-section-cta {
  padding: 60px 107px 50px;
}

.section-cta .container .row {
  margin: 0 auto;
  padding: 64px 107px 88px;
  border-radius: 7px;
  background-color: var(--white);
  position: relative;
  justify-content: space-between;
  align-items:center;
}

.section-cta .container .row:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  top: 25%;
  background-color: var(--white);
  box-shadow: 2px 3px 38px rgba(0, 0, 0, 0.3);
  left: 0;
  z-index: -1;
}

.section-cta .container .row .col.col-1 {
  text-align: center;
}

.section-cta .container .row .col .title p {
  font-size: 25px;
  line-height: 1.52;
  color: var(--blue);
  font-weight: 600;
}

.section-cta .container .row .col .content {
  margin-bottom: 15px;
  margin-top:15px;
}

.section-cta .container .row .col .iframes {
  filter: drop-shadow(4.95px 4.95px 2px rgba(0, 0, 0, 0.25));
  display: flex;
  align-items: center;
}

.section-cta .container .row .col .iframes img {
  height: 173px;
  width: -moz-fit-content;
  width: fit-content;
}

.section-cta .container .row .col .iframes p:last-child {
  margin-left: 42px;
}

.single-column-section .container {
  text-align: center;
}

.single-column-section .container .content {
  text-align: center;
  padding: 0 107px 0;
}

.plumbing-and-drain-clean-section .content {
  max-width: 700px;
  margin: 0 auto;
}

.plumbing-and-drain-clean-section.has-gradient:before {
  height: 40% !important;
  top: unset !important;
  bottom: 0 !important;
}

.left-align-list ul li {
  text-align: left;
}

.left-align-list p strong {
  text-align: left;
  width: 100%;
  display: inline-block;
}

.single-column-section .container .content p {
  margin-bottom: 30px;
}

.single-column-section .container .btn {
  margin-top: 27px;
}

.single-column.with-text-button {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.has-gradient {
  position: relative;
}

.single-column.with-text-button.has-gradient h2 {
  color: var(--blue);
}

.single-column.with-text-button h2 {
  color: var(--white);
}

.title-has-color {
  color: var(--yellow);
}

.has-gradient::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5DE33;
  background: linear-gradient(180deg, rgba(245, 222, 51, 0) 70%, rgba(245, 222, 51, 0.6) 100%);
}

.services-section {
  position: relative;
  padding-top: 95px;
  padding-bottom: 25px;
}

.services-section .background-image {
  position: absolute;
  bottom: 0;
  height: 1177px;
  left: 0;
  width: 100%;
  max-height: 72%;
  background-size: cover !important;
  background-position: center !important;
}

.services-section .container {
  max-width: 1210px;
  z-index: 1;
  position: relative;
}

.services-section .container .section-title {
  margin-bottom: 90px;
  margin-bottom: 50px;
}

.services-section .container .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-section .container .services .service {
  max-width: calc(50% - 23.5px);
  width: 50%;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.services-section .container .services .service .featured-image-container {
  position: relative;
  height: 336px;
  cursor: pointer;
}

.services-section .container .services .service .featured-image-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  opacity: 0;
  transition: all 0.3s;
}

.services-section .container .services .service .featured-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-section .container .services .service:hover .featured-image-container:before {
  opacity: 0.1;
}

.services-section .container .services .service .content-container {
  padding: 36px 36px 47px;
  background: url(/wp-content/uploads/2025/06/5.jpg) no-repeat;
  background-size: cover;
  margin-top: -4px;
  background-position: bottom center;
  height: -webkit-fill-available;
}

.services-section .container .services .service .content-container h4 {
  font-size: 30px;
  line-height: 1.5;
  color: var(--yellow);
}

.services-section .container .services .service .content-container .content {
  padding-top: 16px;
}

.services-section .container .services .service .content-container .content p {
  color: #fff;
}

.services-section .container .services .service .content-container .link {
  font-size: 21px;
  line-height: 1.524em;
  color: var(--white);
  font-weight: 600;
  margin-top: 19px;
  display: inline-block;
  transition: all 0.3s;
}

.services-section .container .services .service .content-container .link:hover {
  color: var(--yellow);
  text-decoration: underline !important;
}

.faqs {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.faqs .container {
  position: relative;
}

.careers-form::before,
.faqs::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}

.faqswrp {
  margin-bottom: 30px;
}

.faqs .questions {
  position: relative;
  color: #fff;
  font-weight: 600;
  padding-left: 45px;
  /* margin-bottom: 30px; */
}

.faqs .answers::before,
.faqs .questions::before {
  content: '?';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: var(--yellow);
  font-weight: 600;
  background: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.faqs .questions::before {
  color: var(--blue);
}

.faqs .answers {
  position: relative;
  padding-left: 45px;
}

.faqs .answers::before {
  content: 'i' !important;
  background: var(--yellow) !important;
  color: var(--blue);
}

.brands-section {
  padding-top: 100px;
  padding-bottom: 66px;
}

.brands-section .container {
  max-width: 1210px;
}

.brands-section .container .brands-slider {
  margin-top: 48px;
}

.brands-section .container .brands-slider .slick-arrow {
  height: 42px;
  width: 42px;
  border-radius: 500px;
  background-color: #fff;
  filter: drop-shadow(6px 10px 5px rgba(0, 0, 0, 0.1));
  top: 36% !important;
}

.brands-section .container .brands-slider .slick-arrow:before {
  background: url(/wp-content/uploads/2025/06/arrow-left-svgrepo-com-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  content: "" !important;
  height: 9px !important;
  display: inline-block;
  width: 9px !important;
}

.brands-section .container .brands-slider .slick-arrow.slick-prev {
  left: -63px;
  transform: unset !important;
}

.brands-section .container .brands-slider .slick-arrow.slick-next {
  right: -63px;
  transform: rotate(90deg);
}

.brands-section .container .brands-slider .slick-arrow.slick-next:before {
  transform: rotate(90deg);
}

.brands-section .container .brands-slider .slick-dots {
  bottom: -50px;
  text-align: center;
}

.brands-section .container .brands-slider .slick-track {
  display: flex;
  align-items: center;
}

.brands-section .container .brands-slider .logo {
  padding: 0 56px;
  display: flex;
  justify-content: center;
}

.brands-section .container .brands-slider .logo img {
  height: 84px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-with-content .container {
  display: flex;
  /* gap:40px; */
  align-items: center;
  max-width: 1250px;
}

.image-with-content.left-align .container .contentwrp {
  padding-left: 40px;
}

.image-with-content.right-align .contentwrp {
  padding-right: 40px;
}

@supports (-webkit-touch-callout: none) and (not (-ms-touch-action: none)) {
  .image-with-content.left-align .container .contentwrp {
    padding-left: 40px;
  }

  .image-with-content.right-align .contentwrp {
    padding-right: 40px;
  }
}

.image-with-content .container>div {
  width: 50%;
}

.image-with-content .imgwrp img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.process-blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.process-blocks .process-wrp {
  position: relative;
  padding: 20px;
  text-align: center;
  width: 20%;
  border-radius: 30px;
  border: 2px dashed var(--yellow);
  display: flex;
}

.process-blocks .process-wrp::before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20%;
  height: 97%;
  border-right: 8px solid var(--blue);
  border-top: 8px solid var(--blue);
  border-bottom: 8px solid var(--blue);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.process-blocks .process-wrp::after {
  position: absolute;
  content: '';
  background-image: url('/wp-content/uploads/2025/07/icons8-arrow-35.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
}

.process-wrp .numbers {
  color: #ccc;
  font-weight: 800;
  font-size: 40px;
}

.process-wrp .blocks-title {
  color: var(--blue);
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
}

.process-blocks .process-wrp:nth-child(4)::after {
  content: unset !important;
}

.process-blocks .process-wrp>div {
  border: 2px solid rgb(204, 204, 204, 0.5);
  padding: 20px 15px;
  border-radius: 30px;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center;
}

.image-with-content,
.process-section,
.page-id-28 .featured-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.featured-section {
  padding-top: 123px;
  background-size: cover !important;
  background-position: top center !important;
  padding-bottom: 53px;
  padding-top: 80px;
  padding-bottom: 45px;
}

.featured-section .container {
  max-width: 1210px;
}

.featured-section .container .top-title {
  text-align: left;
  color: var(--white);
}

.featured-section .featuredwrp {
  width: 50%;
}

.featured-section .container .top-title:before {
  left: 0;
}

.featured-section .container .section-title {
  text-align: left;
  color: var(--yellow);
}

.featured-section .container .content {
  color: var(--white);
}

.featured-section .container .content p {
  margin-bottom: 30px;
}

.featuredwrp.fright-content {
  margin-left: auto;
}

.featured-section .container .btn {
  margin-top: 31px;
}

.featured-section .container .badges {
  margin-top: 55px;
  display: flex;
}

.featured-section .container .badges .badge {
  margin-right: 13px;
  max-width: 169px;
}

.featured-image-col img {
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
  max-height: 585px;
}

.featured-section .container .badges .badge img {
  max-width: 100%;
}

.page-id-38 .checklist-with-images-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.careers-form {
  text-align: center;
  position: relative;
}

.careers-form label {
  color: var(--blue);
}

#field_2_9 {
  display: flex;
  flex-direction: column;
}

.careers-form .gchoice label {
  color: var(--black);
}

#input_2_9 {
  column-count: 3;
  line-height: 1.8;
}

#gfield_description_2_9 {
  order: -1;
  font-weight: 600;
  padding-top: 0px !important;
  padding-bottom: 20px;
}

.careers-form .container {
  position: relative;
}

.careers-formwrp {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 60px;
}

.careers-form .gform_title {
  display: none;
}

.checklist-with-images-section {
  padding-bottom: 100px;
}

.home .checklist-with-images-section {
  padding-top: 131px;
  padding-bottom: 151px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.checklist-with-images-section .container .row .col {
  width: 50%;
}

.checklist-with-images-section .container .row .col.featured-image-col {
  text-align: right;
  padding-right: 87px;
}

.checklist-with-images-section .container .row .col .top-title {
  text-align: left;
  margin-top: 40px;
}

.checklist-with-images-section .container .row .col .top-title:before {
  left: 0;
}

.image-with-content .section-title {
  position: relative;
}

.image-with-content .section-title::before {
  position: absolute;
  content: "";
  width: 51px;
  height: 6px;
  top: -40px;
  background: var(--yellow);
  left: 0;
}

.image-with-content .section-title,
.checklist-with-images-section .container .row .col .section-title {
  text-align: left;
  margin-bottom: 37px;
}

.image-with-content .middle-text {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

.page-id-28 .has-column-count .check-list {
  column-count: 3;
}

.has-column-count .check-list {
  column-count: 2;
}

.check-list li {
  list-style: none;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--black);
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}

.check-list li:before {
  content: "";
  width: 50px;
  min-width: 50px;
  height: 28px;
  background: url(/wp-content/uploads/2025/06/checked.webp) no-repeat;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  margin-top: 6px;
}

.checklist-with-images-section .container .row .col .badges {
  display: flex;
  margin-top: 56px;
}

.check-list.fadeInDown.animated li:nth-last-child(2) {
    margin-bottom: 12px;
}

.checklist-with-images-section .container .row .col .badges .badge {
  margin-right: 17px;
}

.small-banner-section {
  position: relative;
  z-index: 1;
}

.divider-blocks {
  min-height: 150px !important;
  height: 150px;
}

.advancewrp {
  width: 50%;
  margin-left: auto;
  text-align: center;
}

.advancewrp img {
  max-width: 100%;
  margin-bottom: 30px;
}

.advancewrp a,
.advancewrp p {
  color: var(--blue);
  font-weight: normal;
}

.advance-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-banner-section .container .row .col .section-title {
  color: var(--yellow);
  margin-bottom: 28px;
}

.small-banner-section .container .row .col.images-column {
  max-width: 47%;
}

.small-banner-section .container .row .col.images-column .featured-image {
  margin: 0 0 -152px 10px;
}

.small-banner-section .container .row .col.images-column .badge {
  margin: -10px 0 15px 70px;
}

.small-banner-section .container .row .col .content {
  max-width: 73%;
  margin: 0 auto;
}

.small-banner-section .container .row .col .content p,
.small-banner-section .container .row .col .content a {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  line-height: 1.52em;
  font-weight: 700;
}

.small-banner-section .container .row .col.content-wrapper {
  margin-left: -100px;
  max-width: 100%;
}

.testimonials-section {
  padding-top: 227px;
  padding-bottom: 127px;
  padding-top: 200px;
  padding-bottom: 90px;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-next,
.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-prev {
  height: 42px;
  width: 42px;
  border-radius: 500px;
  background-color: #fff;
  filter: drop-shadow(6px 10px 5px rgba(0, 0, 0, 0.1));
  padding: unset;
  transform: scale(1) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-next:before,
.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-prev:before {
  background: url(/wp-content/uploads/2025/06/arrow-left-svgrepo-com-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  content: "" !important;
  height: 9px !important;
  display: inline-block;
  width: 9px !important;
  position: relative;
  top: unset;
  left: unset;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-next:after,
.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-prev:after {
  display: none;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-next {
  right: -40px !important;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-next:before {
  transform: rotate(180deg) !important;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-prev {
  left: -40px !important;
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-controls .ti-prev:before {
  transform: rotate(0deg);
}

.testimonials-section .container .widget-wrapper .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
  border-radius: unset !important;
}

.testimonials-section .container .widget-wrapper .ti-rating-text {
  margin-top: 53px;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600;
}

.testimonials-section .container .widget-wrapper .ti-rating-text * {
  color: var(--blue) !important;
}

.testimonials-section .container .link-container {
  text-align: center;
  padding-top: 18px;
}

.contact-section {
  position: relative;
}

.contact-section .bg-image {
  background-size: cover !important;
}

.contact-section .bg-image {
  width: 46.48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.contact-section .container .row .col {
  width: 50%;
}

.contact-section .container .row .col.contact-form-col {
  width: 49% !important;
  padding-right: 144px;
}

.contact-section .container .row .col.contact-form-col .top-title {
  margin-top: 101px;
  text-align: left;
}

.contact-section .container .row .col.contact-form-col .top-title:before {
  left: 0;
}

.contact-section .container .row .col.contact-form-col .content {
  margin-bottom: 54px;
}

.contact-section .container .row .col.contact-form-col .section-title {
  text-align: left;
}

.contact-section .container .row .col.contact-form-col .gform-footer.gform_footer.top_label {
  display: none;
}

.contact-section .container .row .col.contact-form-col form .gform_fields {
  grid-row-gap: 0 !important;
}

.contact-section .container .row .col.contact-form-col form .gform_fields .gfield {
  margin-bottom: 22px;
}

.contact-section .container .row .col.contact-form-col form .gfield_label {
  font-size: 19px;
  line-height: 1.47;
  color: var(--blue);
}

.contact-section .container .row .col.contact-form-col form .ginput_container input,
.contact-section .container .row .col.contact-form-col form .ginput_container select,
.contact-section .container .row .col.contact-form-col form .ginput_container textarea {
  border: 1px solid #dddddd;
  height: 53px;
  background-color: var(--white);
}

.contact-section .container .row .col.contact-form-col form .ginput_container textarea {
  height: 107px;
}

.contact-section .container .row .col.contact-form-col form .gfield--type-captcha .gfield_label {
  display: none !important;
}

.contact-section .container .row .col.contact-form-col form .gform-button {
  color: var(--blue);
  font-weight: 700;
  text-align: center;
  outline: unset !important;
  border-radius: 6px;
  font-size: 21px;
  line-height: 1;
  display: inline-flex;
  padding: 14px 33px 14px 33px;
  transition: all 0.3s;
  filter: drop-shadow(4.95px 4.95px 2px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #f6df34 0%, #ceb609 100%);
  border: 1px solid var(--yellow);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  width: 245px;
  max-width: 100% !important;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s;
}

.contact-section .container .row .col.contact-form-col form .gform-button:hover {
  color: var(--yellow);
  background: var(--blue);
}

.contact-section .container .row .col.contact-form-col form .ginput_recaptcha.gform-initialized {
  transform: scale(0.66);
  transform-origin: 0 80px;
}

/* Accordion settings */
.acc-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  background-color: #04049d;
  padding: 15px 10px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}

.acc-head::before,
.acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
}

.acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #fff;
  font-weight: bold;
  padding-right: 42px;
}

.acc-content {
  padding: 15px 10px;
  display: none;
  border: 1px solid #ababab;
}

.acc-head.active::before {
  transform: rotate(90deg);
}

footer {
  background: url(/wp-content/uploads/2025/06/bg_image-1.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

footer .upper-section {
  padding: 92px 30px 56px;
}

footer .upper-section .container {
  max-width: 1388px;
}

footer .upper-section .container .row .col.description-col {
  width: 59%;
}

footer .upper-section .container .row .col.description-col .social-icons a {
  display: inline-block;
  margin-right: 10px;
  filter: brightness(7);
  transition: all 0.3s;
}

footer .upper-section .container .row .col.description-col .social-icons a:hover {
  filter: unset;
}

footer .upper-section .container .row .col.description-col a.site-logo-link {
  display: inline-block;
  margin-bottom: 39px;
}

footer .upper-section .container .row .col.description-col a.site-logo-link img {
  max-width: 230px;
}

footer .upper-section .container .row .col.description-col .footer-content {
  margin-bottom: 48px;
}

footer .upper-section .container .row .col.description-col .footer-content p {
  color: var(--white);
}

footer .upper-section .container .row .col h4 {
  font-size: 25px;
  line-height: 1.52;
  color: var(--yellow);
  margin-bottom: 30px;
}

footer .upper-section .container .row .col #menu-quick-links {
  padding: unset;
}

footer .upper-section .container .row .col #menu-quick-links li {
  list-style-type: none;
}

footer .upper-section .container .row .col #menu-quick-links li a {
  color: var(--white);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.locations-we-serve{
	text-align:left !important;
	padding: 2rem 2rem 3rem 2rem !important;
}

footer .upper-section .container .row .col.quicklinks-col {
  padding-top: 34px;
  padding-left: 100px;
  width: 24.5%;
}
.locwrp ul li{
	text-align:left;
	color:#fff;
}
footer .quicklinks-col p{
	margin-top:20px;
}
footer .quicklinks-col p strong{
	color:#fff;
}

footer .quicklinks-col p a{
	color:#fff;
}

footer .upper-section .container .row .col.quicklinks-col ul li a {
  color: var(--white);
}

footer .upper-section .container .row .col.quicklinks-col ul li a:hover {
  color: var(--yellow) !important;
  text-decoration: underline !important;
}

footer .upper-section .container .row .col.contact-col {
  padding-top: 34px;
  width: 24.5%;
}

footer .upper-section .container .row .col.contact-col .wrapper {
  margin-left: auto;
  max-width: 255px;
}

footer .upper-section .container .row .col.contact-col .wrapper a.address-link {
  display: inline-flex !important;
  align-items: start;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  line-height: 1.5;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

footer .upper-section .container .row .col.contact-col .wrapper a.address-link img {
  margin: 3px 12px 0 0;
}

footer .upper-section .container .row .col.contact-col .wrapper a.address-link:hover {
  color: var(--yellow);
  text-decoration: underline !important;
}

footer .upper-section .container .row .col.contact-col .wrapper .site-btn.btn {
  margin-bottom: 15px;
}

p.lincense-num {
    color: #fff;
    margin-bottom: 7px;
}

img.bbb-badge {
    margin-bottom: 15px;
    max-width: 150px;
}

footer .upper-section .container .row .col.contact-col .wrapper .footer-badge {
  margin-bottom: -26px;
}

footer .lower-section {
  border-top: 2px solid var(--white);
  padding: 20px 30px;
}

footer .lower-section .container .row {
  flex-direction: column;
}

footer .lower-section .container .row p,
footer .lower-section .container .row a {
  color: var(--yellow);
  font-size: 17px;
  line-height: 1.71em;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}

footer .lower-section .container .row a:hover {
  color: var(--white);
}

footer .lower-section .container .row .footer-bottom-content {
  text-align: right;
  margin-top: -29px;
}

footer .lower-section .container .row .footer-bottom-content p {
  margin-left: auto;
}

footer .lower-section .container .row .copyright-content {
  text-align: center;
}

footer .lower-section .container .row .copyright-content p {
  margin: 0 auto;
}

footer .lower-section .container .row .policy-links {
  margin-bottom: -29px;
}

footer .lower-section .container .row .policy-links a:hover {
  text-decoration: underline !important;
}

.footer-lsp-links{
	display:block !important;
	column-count:2;
}
.footer-lsp-links .col{
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    align-items: center;
}
.footer-lsp-links .col a{
	padding-left:0 !important;
}
.footer-lsp-links .col a::before{
	content:unset !important;
}

.back-to-top {
  padding: unset;
}

.back-to-top a {
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: unset;
  position: fixed;
  z-index: 111;
  bottom: 30px;
  right: 30px;
}

.back-to-top a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.back-to-top a:hover img {
  filter: invert(1);
}

.page-id-263 .single-column-section,
.error404 .single-column-section {
  padding: 100px 30px;
}

/* Careers page */
.careers-formwrp .ginput_container input,
.careers-formwrp .ginput_container select {
  height: 53px;
}

.careers-formwrp .gform_heading .gform_required_legend {
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.careers-formwrp .gform_fields label,
.careers-formwrp .gform_fields legend {
  font-size: 19px !important;
  line-height: 1.47;
}

.row-list {
  display: flex;
  padding-top: 50px;
  margin: 0 auto;
  max-width: 800px;
}

.row-list .col {
  width: 50%;
  text-align: left;
  padding: 0 20px;
}

.row-list .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}

.row-list ul li {
  font-size: 18px;
}

footer .lower-section a:hover {
    color: #fff !important;
}

.contact-section p.gform_required_legend {
    display: none;
}

.brands-section .container .brands-slider .logo {
    padding: 0 20px!important;
}

.brands-section .container .brands-slider .logo img {
    max-height: 84px;
    width: 100% !important;
    height: 100% !important;
}

.services-section .container .services .service:hover .featured-image-container:before {
    opacity: 0.3!important;
}

.hero-banner h1, .hero-banner h2, .hero-banner .top-title {
    text-shadow: 7px 5px 18px black;
}

.page-id-34 .process-section {
    background-color: #f8f8f8;
}

@media (max-width: 1400px) {
  .section-title {
    font-size: 35px;
  }

  :root {
    --page-title-size: 50px;
  }
}

.admin-bar .rmp-container,
.admin-bar .rmp_menu_trigger {
  margin-top: unset !important;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  width: 63%;
  height: -moz-fit-content;
  height: fit-content;
}

.featured-section .check-list li {
  color: #fff;
}

.featured-section .check-list li:before {
  filter: invert(1);
}

@media (min-width: 1800px) {
  .water-heaters-services_general-plumbing-page {
    min-height: 350px;
  }
}

@media (max-width: 1700px) {
  .divider-blocks {
    min-height: 80px !important;
    height: 50px;
  }
}

@media (max-width: 1110px) {
  .divider-blocks {
    min-height: 0px !important;
    height: 0px;
  }
}

@media (max-width: 1660px) {
  .small-banner-section .container .row .col.images-column .featured-image {
    margin: 0 0 -152px 0;
    max-width: 111%;
  }
}

@media (max-width: 1500px) {
  .testimonials-section .container {
    max-width: 1250px;
  }

  .back-to-top a {
    bottom: 70px;
  }
}

@media (max-width: 1485px) {
  header .menu-row .container .menu-column .main-menu>li a {
    font-size: 14px;
  }

  header .menu-row .container .menu-column .main-menu>li {
    margin-right: 25px;
  }

  header .menu-row .container .socmed-icons-column {
    margin-right: unset;
    margin-left: auto;
  }
}

@media (max-width: 1400px) {
  header .main-header .container .first-row .col .site-tagline p {
    font-size: 20px;
  }

  header .main-header .container .first-row .col .site-tagline p span.top {
    font-size: 22px;
  }

  header .main-header .container .first-row .col.col-3 .btn {
    font-size: 22px;
  }

  header .menu-row .container .menu-column .main-menu>li a {
    font-size: 12px;
  }

  header .menu-row .container .socmed-icons-column {
    margin: 0 0 0 auto;
  }

  .section-cta .container .row {
    padding: 64px 40px 88px;
  }

  .brands-section .container .brands-slider {
    max-width: 85%;
    margin: 0 auto;
  }

  .single-column-section .container .content {
    padding: 0 40px 0;
  }

  .contact-section .container .row .col.contact-form-col {
    padding-right: 50px;
  }

  .checklist-with-images-section {
    padding: 120px 30px;
  }

  .check-list li {
    margin-bottom: 20px;
  }

  .testimonials-section .container .widget-wrapper {
    max-width: 94%;
    margin: 0 auto;
  }

  .services-section {
    padding-top: 50px;
  }

  .services-section .container .services .service .featured-image-container {
    position: relative;
    height: 185px;
    cursor: pointer;
  }
}

@media (max-width: 1399px) {
  .hero-banner-inner .container .hero-content-column.hero-right-content {
    left: 0;
  }

  .checklist-with-images-section .container .row.right .col.featured-image-col {
    padding-right: 0;
  }

  .check-list li:before {
    min-width: 20px;
    min-height: 18px;
    height: 18px;
    width: 20px;
  }
}

@media (max-width: 1280px) {
  .btn {
    font-size: 17px;
  }

  p {
    font-size: 17px;
  }

  header .menu-row .container .menu-column .main-menu>li {
    margin-right: 15px;
  }

  header .menu-row .container .socmed-icons-column .social-icon {
    margin: 0 5px;
  }

  header .menu-row .container .socmed-icons-column {
    padding-left: 5px;
  }

  header .menu-row .container .socmed-icons-column .social-icon img {
    max-width: 15px;
  }

  .hero-banner {
    padding: 100px 20px 100px;
  }

  .hero-banner .container .hero-content-column .page-title {
    max-width: 60%;
  }

  .section-cta .container .row .col.col-1 {
    padding-right: 20px;
  }

  .section-cta .container .row .col.col-1 .title p {
    font-size: 20px;
  }

  .section-cta .container .row .col {
    width: 50%;
  }

  .section-cta .container .row .col.col-2 {
    display: flex;
    align-items: center;
  }

  .section-cta .container .row .col .iframes img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .services-section .container .services .service .content-container h4 {
    font-size: 22px;
  }

  .services-section .container .services .service .content-container .link {
    font-size: 17px;
  }

  .brands-section .container .brands-slider {
    max-width: 100%;
  }

  .brands-section .container .brands-slider .logo {
    padding: 0 20px;
  }

  .brands-section .container .brands-slider .logo img {
    height: 42px;
  }

  .checklist-with-images-section {
    padding: 50px 30px;
  }

  .checklist-with-images-section .container .row .col.featured-image-col {
    padding-right: 50px;
  }

  .checklist-with-images-section .container .row .col.featured-image-col img {
    max-width: 100%;
  }

  .check-list li {
    font-size: 18px;
  }

  .checklist-with-images-section .container .row .col .badges .badge {
    max-width: 22%;
  }

  .checklist-with-images-section .container .row .col .badges .badge img {
    max-width: 100%;
  }

  .small-banner-section .container .row .col .content p,
  .small-banner-section .container .row .col .content a {
    font-size: 18px;
  }

  .testimonials-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .contact-section .bg-image {
    width: calc(50% - 30px);
  }

  .contact-section .container .row .col.contact-form-col .top-title {
    margin-top: 50px;
  }

  .contact-section .container .row .col.contact-form-col form .gfield_label {
    font-size: 16px;
  }

  .section-cta .container .row.inner-section-cta {
    padding: 60px 107px 30px;
  }

  .featured-section {
    padding-top: 80px;
  }

  .image-with-content {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  li,
  p {
    font-size: 17px;
  }

  footer .upper-section .container .row .col h4 {
    font-size: 22px;
  }

  footer .upper-section .container .row .col.quicklinks-col {
    padding-left: 50px;
  }

  footer .upper-section .container .row .col #menu-quick-links li a {
    font-size: 17px;
  }

  footer .upper-section .container .row .col.contact-col .wrapper a.address-link {
    font-size: 17px;
  }

  footer .lower-section .container .row .footer-bottom-content {
    margin-top: -22px !important;
  }

  footer .lower-section .container .row .policy-links {
    margin-bottom: -24px !important;
  }

  footer .lower-section .container .row p,
  footer .lower-section .container .row a {
    font-size: 14px !important;
  }

  .careers-formwrp .gform_fields label,
  .careers-formwrp .gform_fields legend {
    font-size: 16px !important;
  }

  @supports (-webkit-touch-callout: none) and (not (-ms-touch-action: none)) {
    .services-section .container .services .service .content-container {
      height: fit-content;
      min-height: 190px;
    }
  }
}

@media (max-width: 1070px) {
  .section-title {
    font-size: 30px;
  }

  .contact-section .container .row .col.contact-form-col {
    padding-right: 0;
  }

  header .main-header {
    padding: 0 20px 31px;
  }

  header .menu-row {
    padding: 0 20px;
  }

  header .menu-row .container .menu-column .main-menu>li a {
    font-size: 12px;
  }

  .back-to-top a {
    right: 20px;
  }
}

@media (max-width: 1024px) {
  .page-id-28 .has-column-count .check-list {
    column-count: 2;
  }

  header .main-header .container .row .mobile-toggle {
    display: none;
  }

  .brands-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .row-list .col {
    width: 100%;
    padding: 0 0;
    margin-bottom: 30px;
  }
  .row-list .col:last-child {
      margin-bottom: unset;
  }
  .row-list ul li {
      font-size: 17px;
  }
  .row-list .title {
      font-size: 18px;
  }
  .row-list {
      flex-direction: column;
  }
  .page-id-28 .has-column-count .check-list {
    column-count: 3;
  }

  :root {
    --page-title-size: 40px;
  }

  br {
    display: none;
  }

  .pt-sm {
    padding-top: 0 !important;
  }

  .top-title:before {
    top: -20px;
  }

  header {
    padding-top: 20px;
  }

  header .main-header {
    padding: 0 20px 20px;
  }

  header .main-header .container .first-row .col.col-2 {
    display: none;
  }

  header .main-header .container .first-row .col.col-3 {
    margin-left: auto;
  }

  header .menu-row .container .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  header .menu-row .container .menu-column .main-menu>li {
    margin-right: 18px;
  }

  header .menu-row .container .menu-column .main-menu>li a {
    font-size: 13px;
  }

  header .menu-row .container .socmed-icons-column {
    margin: 0 auto 20px;
    padding: unset;
  }

  header a.site-logo-link img {
    max-width: 58%;
  }

  header a.site-logo-link img {
    max-width: 59%;
  }

  .hero-banner-inner {
    padding: 100px 30px 100px;
  }

  .section-cta .container .row {
    padding: 50px 30px 50px !important;
    flex-direction: column;
  }

  .section-cta .container .row .col {
    width: 100%;
  }

  .section-cta .container .row .col.col-1 {
    padding-right: unset;
  }

  .section-cta .container .row .col.col-2 {
    justify-content: center;
    padding-top: 30px;
  }

  .services-section {
    padding-bottom: unset;
  }

  .services-section .container .services .service .content-container {
    padding: 20px 15px 15px;
  }

  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brands-section .container .brands-slider .logo {
    padding: 0 10px;
  }

  .featured-section .container .badges .badge {
    max-width: 120px;
  }

  .contact-section .container .row .col .section-title {
    margin-bottom: 25px;
  }

  .contact-section .container .row .col.contact-form-col .content {
    margin-bottom: 30px;
  }

  .contact-section .container .row .col .gform_wrapper .gfield--width-half {
    grid-column: span 12 !important;
  }

  .contact-section .container .row .col .gform_wrapper #field_submit input {
    margin-right: auto !important;
    margin-left: unset !important;
  }

  /* Image with content */
  .image-with-content .container {
    flex-direction: column;
  }

  .image-with-content .container>div {
    width: 100%;
  }

  @supports (-webkit-touch-callout: none) and (not (-ms-touch-action: none)) {
    .image-with-content.left-align .container .contentwrp {
      padding-left: 0;
      padding-bottom: 40px;
    }

    .image-with-content.right-align .contentwrp {
      padding-right: 0;
      padding-bottom: 40px;
    }
  }

  .hero-banner-inner .container .hero-content-column {
    max-width: 100%;
  }

  .checklist-with-images-section .container .row .col {
    width: 100%;
  }

  .checklist-with-images-section .container .row .col.featured-image-col {
    padding-bottom: 40px;
    padding-right: unset;
  }

  .checklist-with-images-section .container .row {
    flex-direction: column;
  }

  .image-with-content.left-align .container .contentwrp {
    padding-left: 0;
    padding-bottom: 40px;
  }

  .image-with-content.right-align .contentwrp {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .image-with-content .contentwrp {
    padding-top: 50px;
  }

  .image-with-content.left-align .container {
    flex-direction: column-reverse;
  }

  .image-with-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .faqs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .featured-section .featuredwrp {
    width: 100%;
  }

  .featured-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .process-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .process-blocks {
    gap: 20px;
    flex-wrap: wrap;
  }

  .process-blocks .process-wrp {
    width: calc(47% - 33px);
  }

  .process-blocks .process-wrp::after {
    opacity: 0;
  }

  footer .upper-section .container .row {
    flex-wrap: wrap;
  }

  footer .upper-section .container .row .col.description-col {
    width: 50%;
  }

  footer .upper-section .container .row .col.quicklinks-col {
    width: 42%;
  }

  footer .upper-section .container .row .col.contact-col {
    width: 100%;
  }

  footer .upper-section .container .row .col.contact-col .wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  footer .lower-section .container .row .policy-links {
    margin-bottom: unset !important;
    text-align: center;
  }

  footer .lower-section .container .row .footer-bottom-content {
    margin-top: unset !important;
    text-align: center;
  }

  footer .lower-section .container .row .footer-bottom-content p {
    margin: 0 auto;
  }

  .back-to-top a {
    bottom: 20px;
  }

  header .main-header .container .first-row .mobile-toggle {
    display: inline-flex;
    align-items: center;
  }

  header .menu-row {
    display: none;
  }

  header .main-header .container .first-row .site-btn {
    display: none;
  }

  /* New Mobile Header */
  header {
    overflow: hidden;
  }

  .main-header .first-row {
    flex-wrap: wrap;
  }

  header .main-header .container .first-row .mobile-toggle {
    order: 4;
    justify-content: end;
    width: 50%;
  }

  header .main-header .container .first-row .col.col-3 {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
  }

  header .main-header .container .first-row .col.col-3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 150%;
    height: 332%;
    background: var(--blue);
    z-index: -5;
  }

  header .main-header .container .first-row .col.col-2 {
    display: block !important;
    width: 100%;
    order: 1;
  }

  header .main-header .container .first-row .col .site-tagline p span.top {
    width: 100%;
    display: inline-block;
  }

  header .main-header .container .first-row .col .site-tagline p {
    color: #fff !important;
  }

  header .main-header .container .first-row .col {
    order: 3;
    width: 50%;
  }

  header .main-header .container .first-row .site-btn {
    display: block !important;
  }

  /* 	End of New Mobile Header */
}

@media (max-width: 540px) {
	.modal-content{
		max-width:unset;
		width:unset;
	}
}

@media (max-width: 480px) {
	button.modal-btn{
		padding: 10px 20px 30px 20px;
	}
	#field_1_7 iframe{
		    transform: scale(0.7);
		transform-origin: 0;
	}
  .page-id-28 .has-column-count .check-list {
    column-count: 1 !important;
  }

  header .main-header .container .first-row .col .site-tagline p {
    font-size: 16px;
  }

  header .main-header .container .first-row .col .site-tagline p span.top {
    font-size: 19px;
  }

  header .main-header .container .first-row .col.col-3 .btn {
    font-size: 20px;
  }

  header .main-header .container .first-row .col.col-3 .btn {
    padding: 9px 19px 11px 19px;
  }

  header .main-header .container .first-row .col.col-3 .btn {
    display: flex !important;
  }
}

@media (max-width: 767px) {
	.footer-lsp-links{
		display:flex !important;
		align-items: self-start;
	}
	.locations-we-serve .container{
		flex-wrap:wrap;
	}
  .image-with-content .imgwrp img {
    height: auto;
  }

  .process-blocks .process-wrp {
    display: block;
  }

  :root {
    --page-title-size: 35px;
  }

  .btn {
    padding: 12px 20px 12px 20px;
  }

  header .main-header .container .first-row .site-logo-link img {
    max-width: 90%;
  }


  .section-cta {
    padding: 0 20px;
  }

  .section-cta .container .row .col .iframes {
    flex-direction: column;
  }

  .section-cta .container .row .col .iframes p:last-child {
    margin-left: unset;
  }

  .hero-banner {
    padding: 50px 20px 100px;
  }

  .hero-banner .container .hero-content-column .page-title {
    max-width: 100%;
  }

  .hero-banner .container .hero-content-column .hero-content {
    font-size: 20px !important;
  }

  .hero-banner .container .hero-content-column .hero-content:before {
    width: 30px !important;
  }

  .hero-banner-inner .container .hero-content-column {
    max-width: 100% !important;
  }

  .hero-banner-inner {
    padding: 50px 30px 150px;
  }

  .services-section .container .section-title {
    margin-bottom: 50px;
  }

  .services-section .container .services {
    flex-direction: column;
  }

  .services-section .container .services .service {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .services-section .container .services .service img {
    height: 190px;
  }

  .featured-section .container>* {
    width: auto !important;
  }

  .checklist-with-images-section {
    padding: 50px 20px;
  }

  .process-blocks .process-wrp {
    width: 100%;
  }

  .checklist-with-images-section .container .row .col {
    width: 100%;
  }

  .checklist-with-images-section .container .row .col.featured-image-col {
    padding: unset;
  }

  .checklist-with-images-section .container .row .col.checklist-col {
    padding-top: 50px;
  }

  .checklist-with-images-section .container .row .col .badges {
    margin-top: 20px;
  }

  .check-list li:before {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .has-column-count .check-list {
    column-count: 1;
  }

  .small-banner-section .container .row {
    flex-direction: column;
  }

  .small-banner-section .container .row .col {
    max-width: 100% !important;
  }

  .small-banner-section .container .row .col.images-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .small-banner-section .container .row .col.images-column .featured-image {
    max-width: 100%;
    margin: unset;
  }

  .small-banner-section .container .row .col.images-column .badge {
    margin: 0 0 20px;
    max-width: 83%;
  }

  .contact-section .bg-image {
    display: none;
  }

  .contact-section .container .row {
    flex-direction: column;
  }

  .contact-section .container .row .col.contact-form-col {
    width: 100% !important;
  }

  .contact-section .container .row .col.contact-form-col form .gform-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    line-height: 1 !important;
    font-size: 18px;
  }

  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .single-column-section .container .content {
    padding: 0 0 0;
  }

  .brands-section {
    padding-top: 100px;
  }

  .brands-section .container .brands-slider .logo img {
    height: auto;
    width: 100%;
    max-height: 53px;
  }

  .brands-section .container .brands-slider .slick-dots {
    bottom: -60px;
  }

  .brands-section .container .brands-slider .slick-arrow {
    top: -1% !important;
    height: 30px;
    width: 30px;
  }

  .brands-section .container .brands-slider .slick-arrow.slick-next {
    right: -50px;
  }

  .brands-section .container .brands-slider .slick-arrow.slick-prev {
    left: -50px;
  }

  .faqs {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-with-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-section {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .small-banner-section .container .row .col .content {
    max-width: 100%;
  }

  footer .upper-section {
    padding: 50px 20px 56px;
  }

  footer .upper-section .container .row .col.description-col {
    width: 100%;
  }

  footer .upper-section .container .row .col.quicklinks-col {
    width: 100%;
    padding-left: unset;
  }

  .back-to-top a {
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
  }

  .featured-section {
    padding-top: 100px;
  }

  .careers-formwrp {
    width: 100%;
  }

  .advancewrp {
    width: 100%;
  }
}

@media (max-width:1328px){
	header .main-header .container .first-row .col.col-3{
		flex-direction:column;
	}
}