#bb-banner {
  width: 100%;
  position: relative;
}
#bb-banner .bg img {
  max-width: 100%;
}
#bb-banner .content-wrap {
  position: absolute;
  background-color: rgba(227, 227, 227, 0.57);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #bb-banner .content-wrap {
    position: relative;
    padding: 3rem 0rem;
  }
}
#bb-banner .content-wrap .content {
  padding: 1rem 0rem;
}
#bb-banner .content-wrap .content h2, #bb-banner .content-wrap .content h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #1b3c56;
}
@media only screen and (max-width: 1000px) {
  #bb-banner .content-wrap .content h2, #bb-banner .content-wrap .content h1 {
    font-size: 3rem;
  }
}
#bb-banner .content-wrap .content p {
  color: #1b3c56;
  max-width: 50%;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #bb-banner .content-wrap .content p {
    max-width: 100%;
  }
}
#bb-banner .content-wrap .content a {
  background-color: #f24709;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
}
#bb-banner .content-wrap .content a:hover, #bb-banner .content-wrap .content a:active, #bb-banner .content-wrap .content a:focus {
  text-decoration: none;
}

#bb-adout-boiler {
  margin: 8rem 0rem;
  position: relative;
}
#bb-adout-boiler .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  #bb-adout-boiler .bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 90%;
  }
}
#bb-adout-boiler .bg .bg-left {
  max-height: 100%;
  max-width: 150px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1450px) {
  #bb-adout-boiler .bg .bg-left {
    opacity: 0.5;
  }
}
#bb-adout-boiler .bg .bg-right {
  max-height: 100%;
  right: 0;
  position: absolute;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  #bb-adout-boiler .bg .bg-right {
    position: relative;
  }
}
#bb-adout-boiler .content {
  max-width: 600px;
}
#bb-adout-boiler .content h2 {
  color: #f24709;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #bb-adout-boiler .content h2 {
    margin-top: 40px;
  }
}
#bb-adout-boiler .content p {
  color: #4d6d86;
  line-height: 1.5;
  font-size: 16px;
}

#do-you-own {
  padding: 6rem 0rem;
  background-size: cover;
  background-position: center;
}
#do-you-own .content {
  max-width: 500px;
}
#do-you-own .content h2 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #2a465c;
}
@media screen and (max-width: 768px) {
  #do-you-own .content h2 {
    font-size: 3rem;
  }
}
#do-you-own .content h5 {
  color: #f24709;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#do-you-own .content > p {
  color: #2a465c;
  font-size: 2rem;
  font-weight: bold;
}
#do-you-own .content .contact-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#do-you-own .content .contact-number-wrap img {
  max-width: 60px;
  z-index: 1;
}
#do-you-own .content .contact-number-wrap .contact-details {
  margin-top: 13px;
  margin-left: -11px;
  z-index: 0;
}
#do-you-own .content .contact-number-wrap .contact-details a {
  background-color: #f24709;
  color: #fff;
  font-size: 2.5rem;
  padding: 7px 10px;
  padding-left: 15px;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 5px;
}
#do-you-own .content .contact-number-wrap .contact-details a:hover, #do-you-own .content .contact-number-wrap .contact-details a:active {
  text-decoration: none;
}
#do-you-own .content .contact-number-wrap .contact-details p {
  font-size: 1.8rem;
  margin-bottom: 0px;
  margin-top: 4px;
}
#do-you-own .content .contact-number-wrap .contact-details p:nth-of-type(2) {
  font-size: 1.5rem;
  margin-top: -4px;
}

#why-repair-network {
  margin: 8rem 0rem;
  position: relative;
}
#why-repair-network .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  #why-repair-network .bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 90%;
  }
}
#why-repair-network .bg .bg-left {
  max-height: 100%;
  left: 0;
  position: absolute;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  #why-repair-network .bg .bg-left {
    position: relative;
  }
}
#why-repair-network .content {
  max-width: 600px;
  margin-left: auto;
}
#why-repair-network .content h2 {
  color: #2a465c;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #why-repair-network .content h2 {
    margin-top: 40px;
  }
}
#why-repair-network .content p {
  color: #4d6d86;
  line-height: 1.5;
  font-size: 16px;
}

#what-we-cover {
  margin: 16rem 0rem;
  position: relative;
  padding: 3rem 0rem;
  background-color: #f1ffff;
}
@media only screen and (max-width: 1000px) {
  #what-we-cover {
    margin: 0rem 0rem;
  }
}
#what-we-cover .bg {
  position: absolute;
  width: 100%;
  height: 140%;
  margin-top: -3%;
  left: 0;
  top: 0;
  z-index: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  #what-we-cover .bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 90%;
    height: 100%;
    margin-top: 0%;
  }
}
#what-we-cover .bg .bg-right {
  max-height: 100%;
  right: 0;
  position: absolute;
  max-width: 100%;
}
@media only screen and (max-width: 1000px) {
  #what-we-cover .bg .bg-right {
    max-width: 500px;
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  #what-we-cover .bg .bg-right {
    max-width: 300px;
  }
}
#what-we-cover .content {
  max-width: 600px;
}
#what-we-cover .content h2 {
  color: #2a465c;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#what-we-cover .content p {
  color: #4d6d86;
  line-height: 1.5;
  font-size: 16px;
}

#error-code {
  margin: 4rem 0;
}
#error-code h2 {
  color: #2a465c;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#error-code p {
  color: #2a465c;
  font-size: 2rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#error-code .find-error-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  #error-code .find-error-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#error-code .find-error-wrap > div {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #error-code .find-error-wrap > div {
    margin-bottom: 15px;
    text-align: center;
  }
}
#error-code .find-error-wrap .title {
  color: #2a465c;
  font-size: 2rem;
}
#error-code .find-error-wrap .mobel-list-wrap .bb-error-model-list {
  min-width: 200px;
}
#error-code .find-error-wrap .error-search-wrap .search-wrap {
  position: relative;
}
#error-code .find-error-wrap .error-search-wrap .search-wrap .form-control {
  min-width: 300px;
}
#error-code .find-error-wrap .error-search-wrap .search-wrap .search-icon {
  position: absolute;
  max-width: 25px;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
#error-code .error-table-list-wrap {
  margin-top: 4rem;
}
#error-code .error-table-list-wrap .error-table-list {
  display: none;
}
#error-code .error-table-list-wrap .error-table-list.active {
  display: block;
}
#error-code .error-table-list-wrap h2 {
  color: #2a465c;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#error-code .error-table-list-wrap p {
  color: #2a465c;
  font-size: 2rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
#error-code .error-table-list-wrap .table-wrap {
  margin-top: 30px;
}
#error-code .error-table-list-wrap .table-wrap table {
  width: calc(100% - 20px);
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(128, 128, 128, 0.28);
          box-shadow: 0px 0px 11px 0px rgba(128, 128, 128, 0.28);
  margin-bottom: 30px;
  border-radius: 10px;
}
#error-code .error-table-list-wrap .table-wrap table thead {
  background-color: #f24709;
  color: #fff;
}
#error-code .error-table-list-wrap .table-wrap table thead th {
  min-width: 150px;
  padding: 30px 20px;
  font-weight: 700;
  border-right: 1px solid #c1e5fb;
}
#error-code .error-table-list-wrap .table-wrap table thead th:nth-of-type(1) {
  border-top-left-radius: 5px;
}
#error-code .error-table-list-wrap .table-wrap table thead th:nth-last-child(1) {
  border-top-right-radius: 5px;
  border-right: none;
}
#error-code .error-table-list-wrap .table-wrap table tbody tr td {
  padding: 20px 20px;
  border-right: 1px solid #c1e5fb;
}
#error-code .error-table-list-wrap .table-wrap table tbody tr td:nth-last-child(1) {
  border-right: none;
}
#error-code .error-table-list-wrap .table-wrap table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 5px;
}
#error-code .error-table-list-wrap .table-wrap table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-top-right-radius: 5px;
  border-bottom: none;
}
#error-code .error-table-list-wrap .table-wrap table tbody tr:nth-child(even) {
  background-color: #e6f7ff;
}
#error-code .error-table-list-wrap .table-wrap table tbody tr.highlight {
  background-color: #ffccba;
}

#TQ_Quote ._tq-hero-text._tq-hero-text__align-center {
  background-image: url("../../images/boiler-page-bnr.jpg");
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 140px 0px;
  background-size: cover;
  background-position: center;
}
#TQ_Quote ._tq-quote-engine ._tq-hero-text ._tq-hero-timer {
  color: #446483;
  font-size: var(--tq-text-xs);
  margin: 10px auto 0;
}

#boiler-repair-banner {
  width: 100%;
  position: relative;
}
#boiler-repair-banner .bg img {
  max-width: 100%;
}
#boiler-repair-banner .content-wrap {
  position: absolute;
  background-color: rgba(227, 227, 227, 0.57);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #boiler-repair-banner .content-wrap {
    position: relative;
    padding: 3rem 0rem;
  }
}
#boiler-repair-banner .content-wrap .content {
  padding: 1rem 0rem;
}
#boiler-repair-banner .content-wrap .content h2, #boiler-repair-banner .content-wrap .content h2 {
  font-size: 6rem;
  font-weight: 700;
  color: #1b3c56;
}
@media only screen and (max-width: 1000px) {
  #boiler-repair-banner .content-wrap .content h2, #boiler-repair-banner .content-wrap .content h1 {
    font-size: 3rem;
  }
}
#boiler-repair-banner .content-wrap .content p {
  color: #1b3c56;
  max-width: 50%;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #boiler-repair-banner .content-wrap .content p {
    max-width: 100%;
  }
}
#boiler-repair-banner .content-wrap .content a {
  background-color: #f24709;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
}
#boiler-repair-banner .content-wrap .content a:hover, #boiler-repair-banner .content-wrap .content a:active, #boiler-repair-banner .content-wrap .content a:focus {
  text-decoration: none;
}

#bb-content {
  margin: 4rem 0rem;
  padding-top: 4rem;
}
#bb-content img {
  max-width: 100%;
}
#bb-content h2 {
  color: #f24709;
  font-weight: bold;
}
