.sticky-cta__container {
  position: fixed;
  bottom: 10px;
  right: -300px;
  transition: right 0.6s ease;
  z-index: 30;
  display: flex;
}

.sticky-cta__btn {
  display: none;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 15px 8px;
  font-weight: 700;
  border-radius: 5px;
  margin-right: 1rem;
}

.sticky-cta__btn--blue {
  background-color: #261c70;
}

.sticky-cta__btn--orange {
  background-color: #ff9d00;
}

.sticky-cta__btn__icon {
  height: 18px;
  margin-right: 4px;
}

.sticky-cta__btn:hover {
  color: #ffffff;
}

#sticky-phone-number {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .md-hide {
    display: none;
  }
}

#captcha-1 {
  visibility: hidden;
  height: 0;
}

/* Module CSS */
.s-module-tick-list {
  background-color: #f2f2f2;
  padding: 50px 0 50px;
  z-index: ;
}

.s-module-tick-list .bullets {
  display: grid;
  grid-template-columns: 1fr;
}

.s-module-tick-list .bullet-point {
  display: flex;
  padding: 0 15px;
  margin-bottom: 25px;
}

.s-module-tick-list .bullet-point-inner {
  display: flex;
}

.s-module-tick-list .bullet-point i {
  font-size: 26px;
}

.s-module-tick-list .content-bullets__above {
  margin-bottom: 30px;
}

.s-module-tick-list .content-bullets__below {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .s-module-tick-list .bullets {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .s-module-tick-list {
    padding: 100px 0 100px;
  }

  .s-module-tick-list .bullets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .s-module-tick-list .bullets {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.s-module-usp-circles {
  background-color: #ffffff;
  padding: 40px 0 40px;
  position: relative;
  z-index: 0;
}

.s-module-usp-circles .module__after {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .s-module-usp-circles .module__after {
    margin-top: 45px;
  }
}

@media (min-width: 768px) {
  .s-module-usp-circles {
    padding: 100px 0 100px;
  }
}

.s-module-usp-circles .column {
  margin-bottom: 45px;
}

.s-module-usp-circles .column:last-of-type {
  margin-bottom: 0px;
}

.s-module-usp-circles .column .column__content li {
  padding-left: 20px;
  line-height: 1.25;
  align-items: flex-start;
}

.s-module-usp-circles .column .column__content li:before {
  left: 0;
  color: inherit;
}

@media (min-width: 576px) {
  .s-module-usp-circles .column:nth-of-type(2) {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .s-module-usp-circles .column {
    margin-bottom: 0px;
  }

  .s-module-usp-circles .module__columns .row {
    position: relative;
  }
}

.s-module-usp-circles .content-3col__col > div {
  position: relative;
  height: 100%;
  background-color: #1283c6;
  border: 25px solid #70b4dd;
  border-radius: 280px;
  min-height: 280px;
  max-height: 280px;
  max-width: 280px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7.5px auto;
  transition: all 0.3s linear;
}

.s-module-usp-circles .content-3col__col:hover > div {
  border: 0px solid #70b4dd;
  padding: 50px 30px;
}

.s-module-usp-circles .column__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.s-module-usp-circles .column__icon > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-module-usp-circles .column__icon i {
  font-size: 46px;
  line-height: 1;
}

.s-module-usp-circles .column__icon img {
  max-width: 45px;
}

@media (min-width: 576px) {
  .s-module-usp-circles .content-3col__col > div {
    margin: 0px auto;
    min-height: 240px;
    max-height: 240px;
    max-width: 240px;
    padding: 20px;
  }

  .s-module-usp-circles .column:nth-of-type(2) {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .s-module-usp-circles .content-3col__col > div {
    min-height: 210px;
    max-height: 210px;
    max-width: 210px;
    border-width: 12.5px;
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .s-module-usp-circles .column {
    padding: 0px 15px;
  }

  .s-module-usp-circles .content-3col__col > div {
    min-height: 210px;
    max-height: 210px;
    max-width: 210px;
    border-width: 12.5px;
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .s-module-usp-circles .content-3col__col > div {
    min-height: 250px;
    max-height: 250px;
    max-width: 250px;
    border-width: 25px;
    padding: 25px 20px;
  }
}
.s-module-usp-circles .module__before {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .s-module-usp-circles .module__before {
    margin-bottom: 45px;
  }
}

.s-module-faqs {
  background-color: #ffffff;
  padding: 50px 0 50px;
  position: relative;
  z-index: ;
}

@media (min-width: 768px) {
  .s-module-faqs {
    padding: 100px 0 100px;
  }
}

.s-module-faqs .module__before {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .s-module-faqs .module__before {
    margin-bottom: 45px;
  }
}
.s-module-faqs .questions__faq {
  display: grid;
  grid-template-columns: 1fr;
}

.s-module-faqs .questions__faq__qa {
  padding-left: 15px;
  padding-right: 15px;
  display: initial;
  min-height: 60px;
  margin-bottom: 30px;
}

.s-module-faqs .questions__faq__qa:before {
  display: none;
}

.s-module-faqs .questions__faq__qa > div {
  width: 100%;
  min-height: 60px;
}

.s-module-faqs .qa__q {
  background-color: #0084cb;
  color: #ffffff;
  transition: 0.3s linear all;
  position: relative;
  padding: 20px 75px 20px 30px;
  border-radius: 100px;
  z-index: 2;
}

.s-module-faqs .qa__q h3 {
  color: #ffffff;
  margin-bottom: 0px;
}

.s-module-faqs .qa__q:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\2b";
  background-color: #ff9d00;
  color: #ffffff;
  border: 2px solid #ff9d00;
  border-radius: 50px;
  position: absolute;
  top: calc(50% - 27.5px);
  right: 10px;
  height: 35px;
  width: 35px;
  margin: 10px;
  font-size: 22px;
  transition: all linear 0.25s;
}

.s-module-faqs .qa__q.open:after {
  font: var(--fa-font-solid);
  content: "\f068";
  background-color: #ffffff;
  color: #ff9d00;
}

.s-module-faqs .qa__a {
  background-color: #ffffff;
  border-radius: 0px 0px 30px 30px;
  z-index: 1;
  font-size: 0;
  margin: -30px 0 0;
  opacity: 0;
  padding: 0;
  /* fade out, then shrink */
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s,
    padding 0.5s 0.25s;
}

.s-module-faqs .qa__a p {
  color: #606060;
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s,
    padding 0.5s 0.25s;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.s-module-faqs .qa__a li {
  color: #606060;
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s,
    padding 0.5s 0.25s;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.s-module-faqs .qa__a.open {
  background-color: #f2f2f2;
  margin: -30px 0 0;
  padding: 90px 60px 60px;
  opacity: 1;
  /* unshrink, then fade in */
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, opacity 0.5s 0.25s;
}

.s-module-faqs .qa__a.open p {
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, opacity 0.5s 0.25s;
  font-size: 16px;
  margin: 0 0 15px;
}

.s-module-faqs .qa__a.open li {
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, opacity 0.5s 0.25s;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
}
.s-module-faqs .module__after {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .s-module-faqs .module__after {
    margin-top: 45px;
  }
}
.s-module-accreditation {
  background-color: #ffffff;
  padding: 25px 0 25px;
  position: relative;
  z-index: 0;
  /* slick inspector issue fix */
  max-width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .s-module-accreditation {
    padding: 50px 0 50px;
  }
}

.s-module-accreditation .slick-slider {
  margin-bottom: 0px;
}

.s-module-accreditation img {
  width: auto;
  height: auto;
}

.s-module-accreditation .slick-list,
.s-module-accreditation .slick-track {
  display: flex;
}

.s-module-accreditation .slick-slide > div {
  width: 100%;
}

.s-module-accreditation .carousel__car__slide {
  height: 100%;
  padding: 0px 15px;
}

@media (min-width: 768px) {
  .s-module-accreditation .slick-slider {
    margin-bottom: 0px;
  }

  .s-module-accreditation .carousel__car__slide {
    padding: 0px 15px;
  }
}

@media (min-width: 992px) {
  .s-module-accreditation .slick-slider {
    margin-bottom: 0px;
  }

  .s-module-accreditation .carousel__car__slide {
    padding: 0px 15px;
  }
}

@media (min-width: 1200px) {
  .s-module-accreditation .slick-slider {
    margin-bottom: 0px;
  }

  .s-module-accreditation .carousel__car__slide {
    padding: 0px 15px;
  }
}
.s-module-accreditation .module__before {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .s-module-accreditation .module__before {
    margin-bottom: 45px;
  }
}
.s-module-accreditation .module__after {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .s-module-accreditation .module__after {
    margin-top: 45px;
  }
}

.s-module-header-banner {
  position: relative;
  z-index: 0;
  background-color: #1283c6;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-module-header-banner .banner__content {
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  .s-module-header-banner {
    min-height: 350px;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .s-module-header-banner {
    min-height: 350px;
  }
}

.s-module-header-banner .search-plumber {
  margin-top: 45px;
}

.s-module-header-banner .search-plumber input[type="search"] {
  border-radius: 100px;
  padding: 13px 20px 17px;
}

.s-module-header-banner .search-plumber input[type="submit"] {
  margin: 0;
}

.s-module-header-banner .job-update {
  margin: 7.5px 0;
  color: #261c70;
  font-weight: bold;
}

.s-module-header-banner .job-update__mobile {
  color: #261c70;
  font-weight: bold;
  margin-right: 5px;
}

.s-module-header-banner .job-update__mobile:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0.2em, 0);
  transform: translate3d(0, 0.2em, 0);
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100% !important;
  background: #261c70;
}
.s-module-header-banner .job-update__desktop {
  display: none;
}

.s-module-header-banner .job-update__desktop .text {
  color: #261c70;
  border-bottom: 2px solid #261c70;
  cursor: pointer;
}

.s-module-header-banner .job-update__desktop .number {
  display: none;
  color: #ff9d00;
}

.s-module-header-banner .search-plumber.singleline > div {
  position: relative;
}

@media (min-width: 576px) {
  .s-module-header-banner .search-plumber.singleline input[type="search"] {
    padding: 13px 217px 17px 20px;
  }

  .s-module-header-banner .search-plumber.singleline input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .s-module-header-banner .search-plumber.singleline input[type="search"] {
    padding: 13px 20px 17px;
  }

  .s-module-header-banner .search-plumber.singleline input[type="submit"] {
    position: relative;
    right: auto;
    top: auto;
  }
}

@media (min-width: 992px) {
  .s-module-header-banner .banner__content__text .row > div {
    padding-right: 45px;
  }

  .s-module-header-banner .job-update__mobile {
    display: none;
  }

  .s-module-header-banner .job-update__desktop {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .s-module-header-banner .search-plumber.singleline input[type="search"] {
    padding: 13px 220px 17px 20px;
  }

  .s-module-header-banner .search-plumber.singleline input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
  }

  .s-module-header-banner .banner__content__text .row > div {
    padding-right: 90px;
  }
}
.s-module-header-banner {
  /*margin-top: 0px;*/
}

.s-module-header-banner .banner__img {
  width: 100%;
  margin-top: -0px;
}

.s-module-header-banner .banner__content {
  padding: 30px 0;
}

@media (min-width: 576px) {
  .s-module-header-banner {
    /*margin-top: 0px;*/
  }

  .s-module-header-banner .banner__img {
    margin-top: -0px;
  }
}

@media (min-width: 768px) {
  .s-module-header-banner {
    /*margin-top: 0px;*/
  }

  .s-module-header-banner .banner__img {
    background-size: cover;
    background-position: top center;
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin-top: -0px;
    width: 40%;
  }

  .s-module-header-banner .banner__img img {
    display: none;
  }
}

@media (min-width: 992px) {
  .s-module-header-banner {
    /*margin-top: 0px;*/
  }

  .s-module-header-banner .banner__img {
    margin-top: -0px;
  }
}

@media (min-width: 1200px) {
  .s-module-header-banner {
    /*margin-top: 0px;*/
  }

  .s-module-header-banner .banner__img {
    margin-top: -0px;
    width: 45%;
  }
}

.s-module-header-banner .clipped {
  display: none;
}

.s-module-header-banner .svg {
  position: absolute;
  width: 0;
  height: 0;
}

@media (min-width: 768px) {
  .s-module-header-banner .clipped {
    display: block;
    background-color: #1283c6;
    width: 150px;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    -webkit-clip-path: url(#clip-content);
    clip-path: url(#clip-content);
    position: absolute;
    z-index: 2;
    bottom: 0px;
    top: 0px;
    right: calc(40% - 145px);
    overflow: auto;
  }

  .s-module-header-banner.banner__arrow {
    bottom: 50px;
  }
}

@media (min-width: 992px) {
  .s-module-header-banner .clipped {
    width: 200px;
    right: calc(40% - 195px);
  }
}

@media (min-width: 1200px) {
  .s-module-header-banner .clipped {
    right: calc(45% - 195px);
  }
}

.s-module-content-form .column-2 .content-2col__form {
  background-color: #261c70;
  width: 100%;
  padding: 30px;
  border-radius: 25px;
}

.s-module-content-form .column-2 .content-2col__form form,
.s-module-content-form .column-2 .forminator-row-last {
  margin: 0px;
}

.s-module-content-form .column-2 .forminator-row-last .forminator-col {
  padding-left: 0px;
  padding-right: 0px;
}

.s-module-content-form .column-2 .content-2col__form form textarea {
  margin-bottom: 0px;
}

.s-module-content-form .column-2 .content-2col__form form label,
.s-module-content-form
  .column-2
  .content-2col__form
  form
  .forminator-checkbox__label,
.s-module-content-form
  .column-2
  .content-2col__form
  form
  .forminator-checkbox__label
  p {
  color: #ffffff !important;
  font-size: 15px;
}

.s-module-content-form .column-2 span[data-type="characters"] {
  color: #ffffff !important;
}

.franchisee-profile .s-module-content-form .column-2 .forminator-button-submit {
  padding: 13px 45px 16px;
  margin: 0;
}

.franchisee-profile
  .s-module-content-form
  .column-2
  .forminator-row:nth-child(3) {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .s-module-content-form .column-2 .content-2col__form form input {
    margin-bottom: 0px !important;
  }
}
.s-module-content-form {
  padding: 50px 0 50px;
  position: relative;
  z-index: 0;
}

.s-module-content-form > .container {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.s-module-content-form .column-1 {
  /*margin-bottom: px;*/
  margin-bottom: 50px;
}

.s-module-content-form > .container > .row {
  align-items: flex-start;
}

.s-module-content-form > .container > .row > div {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 991px) {
}

@media (min-width: 992px) {
  .s-module-content-form {
    padding: 100px 0 100px;
  }

  .s-module-content-form .column-1,
  .s-module-content-form .column-2 {
    margin-bottom: 0px;
  }

  .s-module-content-form > .container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.s-module-content-form {
  background-color: #ffffff;
}
.s-module-content-form .column-1 .content-2col__boxes__main {
  max-width: 100%;
  margin: 30px auto 0px;
}

.s-module-content-form .column-1 .content-2col__boxes__main .box {
  padding: 0px;
  margin-bottom: 20px;
}

.s-module-content-form .column-1 .content-2col__boxes__main .box > div {
  background-color: #ffffff;
  border: 3px solid #e7e7e7;
  border-radius: 100px;
  margin: 0px;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s-module-content-form .column-1 .content-2col__boxes__main .box__icon {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50px;
  margin-right: 15px;
  color: #1283c6;
  border: 2px solid #1283c6;
}

.s-module-content-form .column-1 .content-2col__boxes__main .box > div h1,
.s-module-content-form .column-1 .content-2col__boxes__main .box > div h2,
.s-module-content-form .column-1 .content-2col__boxes__main .box > div h3,
.s-module-content-form .column-1 .content-2col__boxes__main .box > div h4,
.s-module-content-form .column-1 .content-2col__boxes__main .box > div h5,
.s-module-content-form .column-1 .content-2col__boxes__main .box > div h6 {
  margin-bottom: 0px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .s-module-content-form .column-1 .content-2col__boxes {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .s-module-content-form .column-1 .content-2col__boxes {
    padding-right: 60px;
  }
}

@media (min-width: 1300px) {
  .s-module-content-form .column-1 .content-2col__boxes {
    padding-right: 80px;
  }
}

.s-module-posts-carousel {
  background-color: #ffffff;
  padding: 25px 0 25px;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .s-module-posts-carousel {
    padding: 50px 0 50px !important;
  }
}

.s-module-posts-carousel .module__before {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .s-module-posts-carousel .module__before {
    margin-bottom: 45px;
  }
}
.s-module-posts-carousel .slick-slider {
  margin-bottom: 40px;
}

.s-module-posts-carousel .slick-track {
  display: flex;
  align-items: center;
  padding: 0px 0px 15px;
}

.s-module-posts-carousel .slick-slide {
  padding: 0px 15px;
}

.s-module-posts-carousel .slick-slide > div,
.s-module-posts-carousel .card {
  height: 100% !important;
}

.s-module-posts-carousel .slick-dots {
  bottom: -40px;
}

/* Module Content */
.module-content {
}

.module-content h2 {
  font-size: 54px;
}
.module-content h3 {
  font-size: 48px;
}
.module-content h4 {
  font-size: 40px;
}
.module-content h5 {
  font-size: 32px;
}

.module-content h2,
.module-content h3,
.module-content h4,
.module-content h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.module-content h2:first-child,
.module-content h3:first-child,
.module-content h4:first-child,
.module-content h5:first-child {
  margin-top: 0;
}

.module-content--white p {
  color: #fff;
}

.pre-footer__phone--desktop {
  display: none;
}

.pre-footer__phone-inner {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 1.5rem;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  margin-left: 0.5rem;
}

.pre-footer__phone--desktop.active .pre-footer__phone-inner {
  opacity: 1;
  width: 7.25rem;
  pointer-events: all;
  transform: translate3d(0, 0.25rem, 0);
}

@media (min-width: 991px) {
  .pre-footer__phone--mobile {
    display: none;
  }
  .pre-footer__phone--desktop {
    display: inline-block;
    color: #ff9d01;
    transition: 0.3s ease-in-out;
  }
  .pre-footer__phone--desktop:not(.active):hover {
    cursor: pointer;
    opacity: 0.5;
  }
}

.footer-phone-btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.footer-phone-btn:hover {
  opacity: 0.5;
}
.footer-phone-link {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.footer-phone-link.active {
  opacity: 1;
  pointer-events: all;
}
