/* HIDING ELEMENTS THAT WERE NOT FINISHED FOR 12.12.23  - DELETE LINES BELOW TO SHOW HIDDEN ELEMENTS*/
/* DOWNLOAD elemnts */
#block-system-main #downloads-section .d-item.lightblue,
#block-system-main #downloads-section .d-item.darkblue {
  display: none !important;
}


@media (min-width: 768px) {

  /* TO SHOW DOWNLOAD ELEMENTS DELETE THIS LINE TO ADJUST DISPLAY TO 4 ELEMENTS*/
  #block-system-main #downloads-section .section-content {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

/* --- END OF HIDDEN ELEMENTS LIST --- */



/* @font-face {
  font-family: 'Neue Haas Grotesk Display Pro 75 Bold';
  src: url('/fonts/neuehaasgrotdisp-75bold-trial.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 65 Medium';
  src: url('/fonts/neuehaasgrotdisp-65medium-trial.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
  src: url('/fonts/neuehaasgrotdisp-55roman-trial.woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  ascent-override: 100%;
} */

.region-content {
  z-index: unset !important;
}

/* HIDE FORMS */
.field-name-field-hidden-form,
.field-name-olypipe-above-ground-drainage-sy,
.field-name-know-more-about-evolved-traps,
.field-name-heat-networks-download-brochure-,
.field-name-heat-networks-find-out-more,
.field-name-chambers-free-t-shirt,
.field-name-chambers-free-drainage,
.field-name-chambers-email-form,
.field-name-free-on-plot-drainage-design-cos,
.field-name-chambers-grab-free-copy,
.field-name-free-drainage-design,
.field-name-polypipe-below-ground-drainage-s,
.field-name-free-t-shirt {
  display: none;
}

#block-system-main {
  background-color: #FFF;
  font-family: 'Neue Haas Grotesk Display Pro 65 Medium';
}

.color-white {
  color: #FFF;
}

.color-darkblue {
  color: #004B83;
}

.color-lightblue {
  color: #007DE1;
}

.color-orange {
  color: #FF7926;
}

.bgcolor-orange {
  background-color: #FF7926;
  color: #FFF;
}

.bgcolor-lightblue {
  background-color: #007DE1;
  color: #FFF;
}

.bgcolor-grey {
  background-color: #fff;
}

.light-font {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
}


#block-system-main h1,
#block-system-main h2 {
  font-weight: bold;
}

#block-system-main h3 {
  margin: 0 0 30px 0;
  line-height: 1.5em;
}

/* BUTTONS */
a.a-button {
  border: none;
  border-radius: 28px;
  padding: 10px 25px;
  display: inline-block;
}

a.a-button:hover {
  background-color: #FFF;
}

a.a-button.bgcolor-orange:hover {
  color: #FF7926;
  border: 2px solid #007DE1;
}

/* HEADER SECTION */
#header-section {
  position: relative;
}

.header-bgr {
  position: relative;
  z-index: 0;
}

.header-bgr img {
  width: 100%;
}

.header-content h1 {
  margin: 0;
}

#block-system-main .header-content h3 {
  margin: 10px 0 0 0;
}

/* SECTION 1 */
#section-1 {
  padding: 50px 0;
}

#section-1 a.a-button {
  border: 2px solid #007DE1;
}

#section-1 a.a-button:hover {
  border: 2px solid #007DE1;
  background: #FFF;
  color: #FF7926;
}

/* SECTION 2 */
#section-2 .section-row {
  padding: 120px 0;
}

#section-2 p {
  margin-bottom: 20px;
}

#section-2 p:last-child {
  margin-bottom: 0;
}

#section-2 h2 {
  margin: 0 0 40px 0;
}

#section-2 a.a-button,
#section-4 a.a-button,
#video-section a.a-button {
  border: 2px solid #FF7926;
}

#section-2 a.a-button:hover,
#section-4 a.a-button:hover,
#video-section a.a-button:hover {
  border: 2px solid #007DE1;
  background: #FFF;
  color: #FF7926;
}

/* VIDEO SECTION */
#video-section {
  padding: 50px 0;
}

#video-section h2,
#video-section p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#video-section .video-content h2 {
  line-height: 1.5em;
}

.video-content {
  text-align: center;
}

#video-section .video-inactive img {
  width: 100%;
  cursor: pointer;
}

/* POP-UP VIDEO IFRAME */
/* VIDEO */
.field-name-field-subfooter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.active-video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.field-name-field-subfooter .video-active .container {
  position: relative;
}

.active-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.field-name-field-subfooter .video-active {
  width: 100%;
  color: #FFFFFF;
  padding: 0 20px;
  width: 100%;
}

.field-name-field-subfooter .video-active.pop-up {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
  transition: .5s all;
}

.field-name-field-subfooter .close-video {
  width: 37px;
  height: 37px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
  color: #97A5B6;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
  z-index: 20;
}

.field-name-field-subfooter .close-video::after {
  content: "\D7";
}

.field-name-field-subfooter .close-video p {
  display: none;
}

/* SECTION 3 */
#section-3 {
  text-align: center;
  padding: 50px 0;
}

#section-3 h2 {
  margin: 0 0 50px 0;
  font-weight: normal;
}

#section-3 .s-item {
  margin: auto;
  max-width: 300px;
}

#section-3 .s-item img {
  width: auto;
  height: 180px;
  margin-bottom: 30px;
}

/* SECTION 4 */
#section-4 {
  padding: 50px 0;
  text-align: center;
}

/* SECTION DIVIDER */
.section-divider {
  text-align: center;
  position: relative;
}

.section-divider h5 {
  z-index: 2;
  background-color: #fff;
  letter-spacing: 10px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
}

.section-divider::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #004B83;
  opacity: 0.6;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1;
}


/* SECTION 5 */
#section-5 {
  padding: 50px 0;
  text-align: center;
}

#section-5 .section-content {
  max-width: 800px;
  margin: auto;
}

#section-5 h2 {
  margin: 0 0 40px 0;
}

#section-5 h3 {
  margin: 0 0 20px 0;
}

/* DOWNLOADS SECTION */
#downloads-section {
  padding: 50px 0;
}

#downloads-section .section-content {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

#downloads-section .animated-box {
  width: 110px;
  height: 150px;
  margin: 0 auto 30px auto;
  position: relative;
}

#downloads-section .animated-box img {
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#downloads-section .orange .animated-box img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#downloads-section .animated-box img.simple-hover {
  top: 100%;
  transform: translate(-50%, -100%);
}

#downloads-section .animated-box img.img-openbox.simple-hover {
  opacity: 1;
}

#downloads-section img.rotate-hover {
  top: 100%;
  -ms-transform: translate(-50%, -100%) rotate(90deg);
  transform: translate(-50%, -100%) rotate(90deg);
}

#downloads-section .animated-box img.img-openbox {
  width: 88px;
  opacity: 0;
}

#downloads-section .orange .animated-box {
  border: 4px solid #FF7926;
}

#downloads-section .lightblue .animated-box {
  border: 4px solid #007DE1;
}

#downloads-section .darkblue .animated-box {
  border: 4px solid #004B83;
}

#downloads-section .green .animated-box {
  border: 4px solid #007de1;
}

#downloads-section .orange a.a-button {
  border: 2px solid #FF7926;
  color: #FFF;
  background-color: #FF7926;
}

#downloads-section .orange a.a-button:hover,
#downloads-section .orange a.a-button.hover {
  border: 2px solid #FF7926;
  color: #FF7926;
  background-color: #FFF;
}

#downloads-section .lightblue a.a-button {
  border: 2px solid #007DE1;
  color: #FFF;
  background-color: #007DE1;
}

#downloads-section .lightblue a.a-button:hover,
#downloads-section .lightblue a.a-button.hover {
  border: 2px solid #007DE1;
  color: #007DE1;
  background-color: #FFF;
}

#downloads-section .darkblue a.a-button {
  border: 2px solid #004B83;
  background-color: #004B83;
  color: #FFF;
}

#downloads-section .darkblue a.a-button:hover,
#downloads-section .darkblue a.a-button.hover {
  border: 2px solid #004B83;
  color: #004B83;
  background-color: #FFF;
}

#downloads-section .green a.a-button {
  border: 3px solid #007de1;
  background-color: #007de1;
  color: #FFF;
}

#downloads-section .green a.a-button:hover,
#downloads-section .green a.a-button.hover {
  border: 3px solid #007de1;
  color: #000;
  background-color: #fff;
}

/* FORM */
.field-name-field-hidden-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.field-name-field-hidden-form .hero_info {
  display: none !important;
}

.field-name-field-hidden-form form p {
  color: #fff;
}

.field-name-field-hidden-form form a,
.field-name-field-hidden-form form a:hover {
  color: #fff;
}

.field-name-field-hidden-form form {
  background-color: #007DE1;
  width: 100%;
  border-radius: 25px;
  color: #FFFFFF;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  padding: 40px;
  border: 3px solid #FFF;
}

.field-name-field-hidden-form form.pop-up {
  display: flex;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  z-index: 5000;
  transition: .5s all;
}

.field-name-field-hidden-form form .webform-component--close {
  width: 37px;
  height: 37px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  color: #97A5B6;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

.field-name-field-hidden-form form .webform-component--close::after {
  content: "\D7";
}

.field-name-field-hidden-form form .webform-component--close p {
  display: none;
}

.field-name-field-hidden-form form .form-actions {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.field-name-field-hidden-form form .form-actions input {
  margin: 0;
}

.field-name-field-hidden-form form .form-item {
  margin-bottom: 15px;
}

.field-name-field-hidden-form form .form-text {
  border: none;
  padding: 8px 15px;
  width: 100%;
  color: #223955;
}

.field-name-field-hidden-form form .form-item.webform-component--top-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.field-name-field-hidden-form form .form-text {
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
}

.field-name-field-hidden-form form .form-item.webform-component--privacy,
.field-name-field-hidden-form form .form-item.webform-component--bottom-text p {
  font-size: 12px !important;
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
}

.field-name-field-hidden-form form>div {
  display: table;
}

.field-name-field-hidden-form form .form-item.webform-component--bottom-text {
  display: table-footer-group;
}

.field-name-field-hidden-form form .webform-submit {
  border: none;
  background-color: #FF7926;
  color: #fff;
  border-radius: 28px;
  padding: 10px 25px;
  display: inline-block;
}

.field-name-field-hidden-form form .webform-submit:hover {
  background-color: #FFF;
  color: #FF7926;
}

@media (max-width: 767px) {

  .section-row.bottom-section {
    padding-bottom: 0px !important;
  }


  .d-desktop {
    display: none;
  }

  .d-mobile {
    display: block;
  }

  #block-system-main,
  #block-system-main .container {
    max-width: 450px;
    margin: auto;
  }

  #block-system-main .container,
  .header-content-inner {
    height: 100%;
  }

  .header-content-inner {
    display: flex;
    flex-direction: column;
  }

  .header-txt.txt-s2 {
    margin-top: auto;
  }

  #block-system-main h1 {
    font-size: 25px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 17px;
  }

  #block-system-main .txt-s1 h3 {
    color: #FFF;
  }

  #block-system-main p {
    font-size: 14px;
  }

  #block-system-main p a.a-button {
    font-size: 12px;
  }

  .header-content {
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }

  .header-logo img {
    max-width: 180px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 160px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    margin-bottom: 40px;
  }

  .header-txt a.a-button {
    margin-top: 10px;
  }

  .header-content-inner .txt-s1 {
    margin-top: 25px;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #section-1 {
    text-align: center;
  }

  #section-1 img {
    width: 120px;
  }

  #section-1 p:nth-child(1),
  #section-1 p:nth-child(2) {
    margin-bottom: 30px;
  }

  #section-2 {
    text-align: center;
  }

  #section-2 .img-shifted {
    position: relative;
    left: -15px;
  }

  #video-section .video-inactive img {
    max-width: 550px;
  }

  #video-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #video-section .video-content h2 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  #section-3 .s-item {
    max-width: 300px;
    margin: 0 auto 50px auto;
  }

  #section-3 .s-item:last-child {
    margin-bottom: 0;
  }

  #section-4 video {
    width: 100%;
  }

  .section-divider h5 {
    letter-spacing: 2px;
    font-size: 11px;
    padding: 10px;
  }

  .field-name-field-hidden-form form {
    max-width: 450px;
  }

  .field-name-field-hidden-form form {
    padding: 25px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--top-text {
    font-size: 18px;
  }

  .field-name-field-hidden-form form .webform-submit {
    font-size: 13px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--privacy,
  .field-name-field-hidden-form form .form-item.webform-component--bottom-text {
    font-size: 12px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--bottom-text p {
    text-align: left;
  }

  #downloads-section .d-item {
    margin-bottom: 40px;
  }

  #downloads-section .animated-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .d-desktop {
    display: block;
  }

  .d-mobile {
    display: none;
  }

  .header-logo div {
    display: inline-block;
    width: 50%;
  }

  .header-logo div:nth-child(2) {
    padding-left: 20px;
  }

  .header-logo div:nth-child(2) img {
    display: block;
    margin-left: auto;
  }

  .header-logo img {
    max-width: 130px;
  }

  .header-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-content-inner {
    width: 50%;
    height: 100%;
  }

  #block-system-main h1 {
    font-size: 30px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 18px;
  }

  #block-system-main p {
    font-size: 14px;
  }

  #block-system-main p a.a-button {
    font-size: 12px;
  }

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 27px;
  }

  .header-content a.a-button {
    margin-top: 10px;
  }

  #section-1 .section-content {
    display: grid;
    grid-template-columns: 165px auto 160px;
    align-items: center;
    gap: 30px;
  }

  #section-1 .section-content p:nth-child(3) {
    margin-left: auto;
  }

  #section-2 .section-row:nth-child(2) p:nth-child(3) {
    margin-bottom: 40px;
  }

  .stainlesssection-row:nth-child(1) .inner-content {
    width: 80% !important;
  }

  #section-2 .section-row:nth-child(1) .inner-content h2 {
    font-size: 40px;
  }

  .giving .section-row:nth-child(1) .inner-content p:nth-child(5) {
    color: #000 !important;
  }

  #section-2 .section-row:nth-child(1) .inner-content p {
    font-size: 16px !important;
  }

  #section-2 .section-row:nth-child(1) .inner-content,
  #section-2 .section-row:nth-child(2) .inner-content {
    width: 100%;
    height: 100%;
  }

  #section-2 .section-row:nth-child(1) .inner-content,
  #section-2 .section-row:nth-child(2) {
    position: relative;
  }

  #section-2 .section-row:nth-child(1) .inner-content .wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .lvl3 {
    z-index: 3;
  }

  .lvl2 {
    z-index: 2;
  }

  .lvl1 {
    z-index: 1;
  }

  .lvl1 {
    position: relative;
  }

  .lvl3 {
    position: absolute;
    left: 0;
    top: 0;
  }

  #section-2 .section-row:nth-child(1) .inner-content img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  #section-2 .section-row:nth-child(1) .inner-content img.hover {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    right: 25%;
    top: 15%;
    opacity: 0;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 50%;
    right: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #section-2 .hover1 {}

  #section-2 .hover2 {
    display: none;
  }

  #section-2 .light-font,
  #section-3 .light-font,
  #section-5 .light-font,
  #video-section .light-font {
    font-size: 14px;
    line-height: 1.7em;
  }

  #section-2 .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  #video-section h1 {
    max-width: 740px;
  }

  #video-section p,
  #video-section .video-content {
    max-width: 800px;
  }

  #video-section .video-content {
    margin: auto;
  }

  #video-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #video-section .video-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }

  #section-3 .section-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    grid-template-rows: repeat(2, 1fr);
    /* 3 rows  */
    grid-gap: 50px 30px;
  }

  #section-4 video {
    width: 70%;
  }

  .section-divider h5 {
    letter-spacing: 10px;
    font-size: 12px
  }

  .field-name-field-hidden-form form {
    max-width: 650px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--top-text {
    font-size: 20px;
  }

  .field-name-field-hidden-form form .webform-submit {
    font-size: 15px;
  }

  .field-name-field-hidden-form form .form-item.webform-component--privacy,
  .field-name-field-hidden-form form .form-item.webform-component--bottom-text {
    font-size: 13px;
  }

  #downloads-section .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 50px 30px;
  }
}

@media (min-width: 992px) {
  .header-logo img {
    max-width: 200px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 180px;
    margin: auto;
  }

  #block-system-main h1 {
    font-size: 38px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 20px;
  }

  #block-system-main p {
    font-size: 16px;
  }

  #block-system-main p a.a-button {
    font-size: 14px;
  }

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 35px;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    max-height: 78%;
  }

  #section-4 video {
    width: 50%;
  }
}

@media(max-width: 1024px) {
  #header-section .slider-container .slider .text.slide-text-img .buttons {
    flex-wrap: wrap;
    gap: 15px !important;
  }

  #header-section .slider-container .slider .text.slide-text-img>img {
    width: 318px !important;
  }

  #header-section .slider-container .slider .text.slide-text-img h2 {
    font-size: 42px !important;
  }

  #header-section .slider-container .slider .image img.slide3 {
    width: 105% !important;
    max-width: 85% !important;
  }
}

@media (min-width: 1200px) {
  .header-logo img {
    max-width: 220px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 200px;
    margin: auto;
  }

  #block-system-main h1 {
    font-size: 42px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 22px;
  }

  #block-system-main p {}

  #block-system-main p a.a-button {}

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 50px;
  }

  .header-content a.a-button {
    margin-top: 20px;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    max-height: 85%;
  }
}

@media (min-width: 1320px) {
  #header-section .header-bgr {
    background: linear-gradient(to right,
        #004b83 0%,
        #004b83 50%,
        #007de1 50%,
        #007de1 100%);
  }

  #header-section .header-bgr img {
    width: auto;
    height: 600px;
    margin: auto;
    object-fit: contain;
  }

  .header-logo img {
    max-width: 220px;
    margin: auto;
  }

  .header-txt.txt-s2 img {
    max-width: 200px;
    margin: auto;
  }

  #block-system-main h1 {
    font-size: 50px;
  }

  #block-system-main h2 {}

  #block-system-main h3 {
    font-size: 24px;
  }

  #block-system-main p {
    font-size: 18px;
  }

  #block-system-main p a.a-button {}

  .header-content-inner .txt-s1,
  .header-content-inner .txt-s2 {
    margin-top: 50px;
  }

  #section-2 .section-row {
    padding: 120px 0 100px;
  }

  #section-2 .section-row:nth-child(2) .inner-content img {
    max-height: 100%;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

form#webform-client-form-140872--2 .selectric .label {
  font-size: 16px;
  text-align: left;
  padding: 0;
  font-weight: normal;
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
  border: none;
  width: 100%;
  color: #808285;
}

.field-name-field-hidden-form form .form-item.webform-component--select-files label {
  padding-left: 15px;
}

.selectric-items li {
  margin-bottom: 0 !important;
  padding: 6px 10px;
  font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
  background: #ffffff;
}

form#webform-client-form-140872--2 p.rtecenter {
  font-size: 24px;
  text-align: center;
  line-height: 34px;
}

.field-name-field-hidden-form form {
  background-color: #3C9BE8 !important;
}

.group-footer .field-name-field-hidden-form form {
  max-width: 800px;
  border: none;
  padding: 40px 50px;
}

#block-system-main form.webform-client-form .form-item p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

#block-system-main form.webform-client-form .form-item.webform-component--bottom-text p {
  font-weight: 500;
  text-align: left;
}


.field-name-field-hidden-form form .form-item.webform-component--name,
.field-name-field-hidden-form form .form-item.webform-component--country {
  width: 49%;
  float: left;
}

.field-name-field-hidden-form form .form-item.webform-component--email,
.field-name-field-hidden-form form .form-item.webform-component--postcode {
  width: 49%;
  float: right;
}

.field-name-field-hidden-form form .form-item.webform-component--select-option,
.field-name-field-hidden-form form .form-item.webform-component--city,
.field-name-field-hidden-form form .form-item.webform-component-checkboxes {
  width: 100%;
  float: left;
}

.field-name-field-hidden-form form .form-item.webform-component--select-files .description {
  display: none;
}


.field-name-field-hidden-form form .form-item.webform-component--project-details {
  float: left;
  width: 70%;
}

.field-name-field-hidden-form form .form-item.webform-component--select-files label {
  color: #3C9BE8;
}

.field-name-field-hidden-form form .form-item.webform-component--project-details .grippie {
  display: none !important;
}

#block-system-main .field-name-field-hidden-form form .form-item.webform-component--bottom-text {
  font-size: 14px !important;
}

.field-name-field-hidden-form form .form-item .form-type-checkbox input {
  height: 20px;
  width: 20px;
}

.field-name-field-hidden-form form .form-item input.form-text {
  height: 50px;
}

.form-textarea-wrapper textarea {
  color: #223955;
  padding: 10px 10px;
  height: 130px;
}

.field-name-field-hidden-form form .form-item .selectric {
  height: 50px;
  display: flex;
  align-items: center;
}

.field-name-field-hidden-form form .form-item .selectric span {}

.field-name-field-hidden-form form .webform-submit {
  color: #000 !important;
}

.field-name-field-hidden-form form .form-actions input.webform-submit {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 30px;
}

div#section-2 a.a-button.bgcolor-orange.form-btn {
  margin-top: 25px;
}

.plus-img {
  position: relative;
}

.plus-img-default,
.plus-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
}

.plus-img-hover {
  opacity: 0;
  /* Initially hide the hover image */
}

/* Apply hover effect to all plus containers (1 to 5) */
.plus-img .plus1:hover .plus-img-default,
.plus-img .plus2:hover .plus-img-default,
.plus-img .plus3:hover .plus-img-default,
.plus-img .plus4:hover .plus-img-default,
.plus-img .plus5:hover .plus-img-default {
  opacity: 0;
  /* Hide the default image on hover */
}

.plus-img .plus1:hover .plus-img-hover,
.plus-img .plus2:hover .plus-img-hover,
.plus-img .plus3:hover .plus-img-hover,
.plus-img .plus4:hover .plus-img-hover,
.plus-img .plus5:hover .plus-img-hover {
  opacity: 1;
  /* Show the hover image on hover */
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus5 .plus-img-hover {
  position: absolute;
  top: 0;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus1 .plus-img-hover {
  position: absolute;
  top: 0px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus2 .plus-img-hover {
  position: absolute;
  top: 0px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus3 .plus-img-hover {
  position: absolute;
  top: 0px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus4 .plus-img-hover {
  position: absolute;
  top: 0px;
}

#section-2 .section-row#animated_video {
  padding: 0px 0 0px;
  text-align: center;
}

#section-2 .section-row#animated_video .background-video {
  width: auto;
  max-height: 670px;
}

.slider-container {
  position: relative;
  width: 80%;
  max-width: 1000px;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.cross-text {
  display: none;
}

.cross-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.text-hover-ani:hover .cross-text {
  opacity: 1;
  visibility: visible;
}



.image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
}


.stainless .new-polyplum-sec h3:nth-child(5) {
  color: #000 !important;
}

.the_only_you_need,
#breadcrumb.custom_breadcrumbs {
  background-color: #0E3D86;
}

#block-system-main #header-section {
  padding-bottom: 40px;
}

#block-system-main #header-section .header-bgr {
  background: transparent !important;
}

#block-system-main .page-wrapper-new-home h1 {
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  font-size: 45px;
}

#block-system-main .page-wrapper-new-home h1 span {
  font-style: italic;
  margin-right: 6px;
}

#block-system-main .page-wrapper-new-home .header-content-inner p {
  line-height: 31px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  width: 95%;
  font-size: 15px;
}

#block-system-main .page-wrapper-new-home .header-content-inner .header-txt.txt-s2 {
  margin-top: 20px !important;
}

#block-system-main .page-wrapper-new-home .header-content-inner .header-txt.txt-s2 p {
  margin-bottom: 0px !important;
  letter-spacing: 1px;
}

#block-system-main .page-wrapper-new-home .header-content-inner .header-txt.txt-s1 {
  margin-top: 40px;
}

#block-system-main .page-wrapper-new-home .header-content-inner .header-txt.txt-s2 a {
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  color: #000;
  padding: 13px 28px;
}

#block-system-main .page-wrapper-new-home a.bg-blue {
  font-size: 16px;
  color: #000;
  padding: 13px 28px;
  width: fit-content;
  border-radius: 28px;
  display: inline-block;
}

#block-system-main .page-wrapper-new-home h2 {
  letter-spacing: 1px;
}

.page-wrapper-new-home #section-2 .light-font b {
  font-size: 18px;
}

.page-wrapper-new-home #section-2 .light-font b i {
  font-size: 16px;
}

.page-wrapper-new-home .section-divider:before {
  display: none;
}

.page-wrapper-new-home iframe body {
  margin: 0 !important;
}

.page-wrapper-new-home .range-section .grid-wrapper .inner-content {
  align-content: center;
  display: grid;
}

.page-wrapper-new-home .range-section .grid-wrapper .inner-content h3 {
  font-size: 36px !important;
}

.page-wrapper-new-home .range-section .grid-wrapper .inner-content ul {
  padding-left: 20px;
}

.page-wrapper-new-home .range-section .grid-wrapper .inner-content ul li::marker {
  color: #007DE1;
  font-size: 21px;
  line-height: 16px;
}

.page-wrapper-new-home .range-section .grid-wrapper .inner-content ul li {
  letter-spacing: 1px;
}

.page-wrapper-new-home .range-section .section-row .grid-wrapper .inner-content .wrapper {
  width: 100%;
}

.page-wrapper-new-home .range-section .section-row .grid-wrapper .inner-content .wrapper img {
  width: 100%;
}

.page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper {
  padding: 0px 40px;
}

.page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper h2 {
  margin-bottom: 15px !important;
}

.page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper h3 {
  margin-bottom: 15px !important;
}

.page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper p.color-darkblue {
  color: #223955;
  font-size: 20px;
  width: 80%;
}

.page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper p a {
  color: #223955;
}

.page-wrapper-new-home #downloads-section .section-content {
  max-width: 780px;
}

.page-wrapper-new-home #downloads-section .section-content .d-item a.a-button {
  font-size: 18px;
}

.d-mobile-block {
  display: none;
}

.term-condition-aa a {
  color: #223955;
  text-decoration: underline;
}

.new-polyplum-sec p b {
  font-family: 'Neue Haas Grotesk Display Pro 75 Bold';
  font-size: 20px !important;
}




.section-5.faq-section-block {
  background: #F5F5F5;
  padding-bottom: 72px;
}

.section-5 .accordion {
  padding: 55px;
  background: #fff;
  margin-top: 50px;
}

.section-5 .accordion .accordion-item {
  margin-bottom: 15px;
}

.section-5 .accordion .accordion-content p {
  padding: 35px 35px 30px !important;
  font-size: 18px !important;
  margin: 0px !important;
}

.section-5 .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 35px 35px;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  background: #f7f7f7;
}

.section-5 .accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.section-5 .accordion button:hover::after,
.section-5 .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}


.section-5 .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 39px;
  right: 45px;
  width: 24px;
  height: 24px;
  /* border: 1px solid; */
  border-radius: 22px;
}

.section-5 .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  left: 4px;
  width: 24px;
  height: 5px;
  background: #707070 !important;
}

.section-5 .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: 14px;
  width: 5px;
  height: 24px;
  background: #707070 !important;
}


.section-5 .accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.section-5 .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.section-5 .accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.section-5 .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.section-5 .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.section-5 .accordion .accordion-item button[aria-expanded="true"] {
  background: #223955;
  padding: 36px 38px;
  color: #fff;
}

.section-5 .accordion .accordion-item button[aria-expanded="true"] .accordion-title {
  color: #fff;
}

.section-5 .accordion .accordion-item button[aria-expanded="true"] .icon::before {
  background: #fff !important;
}

.section-5 .accordion button .accordion-title {
  color: #223955;
  padding: 0;
  font-size: 18px !important;
  font-weight: 400;
}

.stainless {}

.giving {
  margin-top: 0px !important;
  background: #E5F2FC;
}


#section-2 .inner-content.d-desktop.animated .plus-img {
  width: 100%;
  display: flex;
  position: relative;
  height: 360px;
}

#section-2 .inner-content.d-desktop.animated .plus-img img {
  position: unset;
  width: 42px;
}

#section-2 .inner-content.d-desktop.animated .plus-img div p {
  position: absolute;
  display: none;

  background: #E5F2FC;
  bottom: 60px;
  left: -58px;
  width: 160px;
  padding: 16px 12px;
  border-radius: 14px 14px 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

#section-2 .inner-content.d-desktop.animated .plus-img div p b {
  color: #0E3D86;
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

#section-2 .inner-content.d-desktop.animated .plus-img div p:before {
  content: '';
  bottom: -15px;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FF7926;
  left: 71px;
}

#section-2 .inner-content.d-desktop.animated .plus-img div:hover p {
  position: absolute;
  display: block;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus1,
#section-2 .inner-content.d-desktop.animated .plus2,
#section-2 .inner-content.d-desktop.animated .plus3,
#section-2 .inner-content.d-desktop.animated .plus4,
#section-2 .inner-content.d-desktop.animated .plus5 {
  position: absolute;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus1 {
  right: 235px;
  bottom: 11px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus2 {
  right: 345px;
  bottom: 129px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus2 p {
  bottom: -38px;
  left: auto;
  right: 62px;
  border-radius: 14px 0 0 14px;
  text-align: left;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus2 p:before {
  bottom: 55px;
  position: absolute;
  border-right: 6px solid #FF7926;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: auto;
  right: -13px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus3 {
  right: 315px;
  top: 0px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus4 {
  right: 180px;
  top: 120px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus4 p,
#section-2 .inner-content.d-desktop.animated .plus-img .plus5 p {
  bottom: -38px;
  left: 71px;
  border-radius: 0 14px 14px 0;
  text-align: left;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus4 p:before,
#section-2 .inner-content.d-desktop.animated .plus-img .plus5 p:before {
  bottom: 55px;
  position: absolute;
  border-left: 6px solid #FF7926;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -19px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus5 {
  right: 95px;
  bottom: 40px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus1 p {
  bottom: auto;
  top: 51px;
  margin-left: -40px;
  width: 250px;
}

#section-2 .inner-content.d-desktop.animated .plus-img .plus1 p:before {
  border-bottom: 6px solid transparent;
  border-top: 6px solid #FF7926;
  left: 115px;
  top: -14px;
}



.range-section .section-divider {
  margin-top: 0px !important;
}

.bgcolor-grey .grid-wrapper iframe {
  margin-bottom: 0px !important;
}

.stainless .new-polyplum-sec .light-font {
  color: #000 !important;
}

.page-node-145804 .the_only_you_need .section-row .grid-wrapper {
  gap: 30px;
}

#section-2 .grid-wrapper .inner-content .the-only--say-text {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 25px;
}


.stainless .section-row:first-child .grid-wrapper .new-polyplum-sec h2 {
  font-size: 32px !important;
}

.stainless .section-row:nth-child(2) .grid-wrapper .new-polyplum-sec h2 {
  font-size: 40px !important;
}

.giving .section-row .grid-wrapper {
  gap: 30px;
}


.bgcolor-grey h2 {
  font-size: 40px !important;
}

.stainless .section-row:nth-child(2) .grid-wrapper {
  gap: 30px;
}

.giving .section-row .grid-wrapper {
  gap: 30px;
}

.giving .section-row .grid-wrapper .new-polyplum-sec {
  width: 85% !important;
}

.sub-bann h2 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  line-height: 85px;
}

#block-system-main p {
  font-family: "Poppins", sans-serif !important;
}

#section-2 #animated_video img {
  width: auto;
}


.the_only_you_need,
#breadcrumb.custom_breadcrumbs {
  background-color: transparent !important;
  padding: 40px 0;
}

.campaign-bann {
  padding-top: 30px;
}

#breadcrumb.custom_breadcrumbs a,
#breadcrumb.custom_breadcrumbs li {
  color: #808285 !important;
}

#block-system-main .campaign-bann h3 {
  color: #0E3D86;
  font-size: 72px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  line-height: 70px;
}

#block-system-main .campaign-bann h2 {
  color: #289FDD;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

#block-system-main .campaign-bann p {
  color: #0E3D86;
  font-size: 26px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

#block-system-main .page-wrapper-new-home .our-system h2 {
  text-align: left;
  font-size: 35px;
  color: #0E3D86;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 30px;
}

#block-system-main .page-wrapper-new-home .our-system p {
  text-align: left;
  margin: 0px;
  padding: 0px 0 30px;
  font-size: 24px;
  max-width: none;
}

.grid-system {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  padding-top: 20px;
  row-gap: 70px;
}

.grid-system .col {
  display: flex;
  gap: 15px;
  align-items: center;
}

.grid-system .col img.center-block {
  max-width: 65px;
  margin: 0;
}

.grid-system .col .img-text {
  font-size: 17px;
  font-weight: 600;
  color: #0E3D86;
}

.our-system {
  padding: 80px 0px;
}

#block-system-main .video1-section h3,
#block-system-main .video2-section h3,
#block-system-main .video3-section h3,
#block-system-main .video4-section h3,
#block-system-main .video5-section h3,
#block-system-main .video6-section h3 {
  font-size: 35px;
  color: #0E3D86;
  font-size: 500;
}

#block-system-main .video1-section p,
#block-system-main .video2-section p,
#block-system-main .video3-section p,
#block-system-main .video4-section p,
#block-system-main .video5-section p,
#block-system-main .video6-section p {
  font-size: 18px;
  color: #000;
  line-height: 35px;
}

.grid-row {
  display: grid;
  gap: 80px;
  grid-template-columns: 50% 1fr;
}

.grid-row .col {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.ptk {
  font-size: 18px;
  color: #0E3D86;
  margin-bottom: 35px;
  font-weight: 600;
}

.video6-section {
  overflow: hidden;
}

.video6-section .col {
  position: relative;
}

.last-pipeline {
  position: absolute;
  bottom: -94px;
  left: 44%;
  transform: translate(-50%, 0);
  z-index: -99999;
  transition: stroke 0.5s ease;
}

.form-managed-file {
  width: 28%;
  float: right;
  border: 2px dashed #ccc;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  height: 125px;
}


.form-managed-file::before {
  content: '\1F4CE';
  font-size: 28px;
  color: #aaa;
  display: block;
  margin-bottom: 8px;
  transform: rotate(45deg);
}

.form-managed-file::after {
  content: attr(data-label);
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.form-submit {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 8px 16px;
  border: none;
  background-color: #3C9BE8;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.d-none-all,
.field-name-field-hidden-form form .form-item.webform-component--select-option {
  display: none !important;
}

#marquee_carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-innerr {
  display: flex;
  animation: marquee 60s linear infinite;
  /* Slower animation (60 seconds) */
  width: 400%;
  /* Make the width large enough for all the slides */
}

.slide {
  color: #000;

  border: 1px solid #00CCFF;
  padding: 20px;
  margin: 30px;
  width: 25%;
  /* Each slide should take up 25% of the container width */
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  max-height: 270px;
}

.slide h2 {
  font-size: 24px;
  margin-top: 20px;
}

/* Add animation keyframes for marquee effect */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
    /* Move all items off the screen */
  }
}

/* Styling for each slide's indicator */
#marquee_carousel .controls li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

#marquee_carousel .controls li.active {
  background-color: #eee;
  border-top: 3px solid orange;
}

#marquee_carousel .controls a small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
}

.container-fluid-marquee h2 {
  font-size: 20px !important;
}

.container-fluid-marquee h3 {
  font-size: 16px !important;
  font-weight: normal !important;
}

.container-fluid-marquee p {
  font-size: 14px !important;
  font-weight: normal !important;
}

.container-fluid-marquee,
.lcs-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#animated_video {
  position: relative;
  overflow: hidden;
}

.background-video {
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 1;
}

#fallbackImage,
#fallbackImage1,
#fallbackImage2,
#fallbackImage3,
#fallbackImage4,
#fallbackImage5,
#fallbackImage6 {
  display: none;
  height: auto;
  max-height: 668px;
  margin: 0px auto;
  width: auto;
  max-width: 100%;
}





.section-title {
  text-align: center;
  margin-bottom: 20px;
  color: #0d2f6e;
  font-weight: bold;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.feature-box {
  text-align: center;
  margin-bottom: 30px;
}

.feature-box img {
  margin-bottom: 15px;
}

.feature-box p {
  color: #333;
}


/* two-block-section */

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

.cta-box {
  padding: 30px 50px;
  border: 2px solid #f15a29;
  text-align: left;
  border-radius: 0px;
  height: 100%;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-box h3 {
  color: #f15a29;
  font-weight: bold;
}

.cta-box p {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333;
}

.cta-box .btn-quote {
  background-color: #f15a29;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
}

#section-2 img {
  max-width: 100%;
}

.download-box {
  background-color: #E5F2FC;
  padding: 50px 50px 20px;
  border-radius: 0px;
  height: 100%;
  text-align: left;
}

.download-box h3 {
  color: #0d2f6e;
  font-weight: bold;
}

.download-box .btn-download {
  background-color: #0E3D86;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 13px 40px;
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.whitepaper-img {
  max-width: 100%;
  margin-top: 20px;
}


/******trust-section***********/
#block-system-main .trust-grid p {
  font-size: 20px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.trust-section {
  background-color: #0E3D86;
  padding: 50px 0;
  text-align: center;
}

.trust-section h5 {
  text-transform: uppercase;
  color: #003366;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  letter-spacing: 10px;
}

.trust-section h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.trust-feature {
  background: #fff;
  padding: 20px;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  /*transition: 0.5s;*/
  transition: transform 0.5s ease;
}

.trust-feature svg {
  width: 56px;
  margin-bottom: 25px;
  margin-top: 10px;
}



.trust-feature p {
  margin: 0;
  color: #333;
}

.trust-feature:hover {
  background-color: #E5F2FC;
  color: #000;
  animation: moveUpDown 1s ease-in-out infinite, moveDiagonal 2s ease forwards;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveDiagonal {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(2px, 2px);
  }
}



/******* testimonial section **********/
.carousel {
  padding: 60px 40px 40px 40px;
}

h2.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.testimonial {
  background: white;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 25px;
  color: #0E3D86;
}

.testimonial p {
  font-size: 18px;
  color: #0E3D86;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #0E3D86;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: 45%;
  background-color: #fff;
  color: #0d47a1;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
}



.carousel-indicators {
  display: none;
}

div#Carousel {
  width: 100%;
}



#breadcrumb.custom_breadcrumbs {
  color: #fff;
  margin: 0px;
}

#breadcrumb.custom_breadcrumbs a,
#breadcrumb.custom_breadcrumbs li {
  color: #fff;
}

#block-system-main .sub-bann {
  padding-bottom: 30px;
}

#block-system-main .sub-bann .subline {
  color: #00CCFF;
  font-size: 40px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 0px;
  margin: 20px 0px;
}

#block-system-main .sub-bann .subline-2 {
  font-size: 18px;
  color: #00CCFF;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#block-system-main .sub-bann .subline-2 strong {
  color: #fff;
}

.bg-sky {
  background-color: #00CCFF;
  color: #000;
  border: none !important;
}

.bg-blue {
  background-color: #0E3D86;
  color: #fff !important;
  border: none !important;
}

.bg-blue:hover {
  background: linear-gradient(180deg, #FBAE17 0%, #F8991D 100%);
  /* Approx gradient */
  color: #000 !important;
  /* Dark text on bright background */
}

#section-2 .section-row.p100,
.low-carbon-sec.p100,
.cta-section.p100,
.trust-section.p100,
.testimonial-sec.p100 {
  padding: 100px 0 100px;
}

#section-2.free-system .section-row h2 {
  margin-bottom: 30px;
}

#section-2.free-system .section-row p.light-font {
  margin-bottom: 30px;
}

.primary-blue {
  color: #0E3D86;
}

#block-system-main .page-wrapper-new-home .new-polyplum-sec h2.primary-blue {
  font-size: 40px;
}

#block-system-main .page-wrapper-new-home h2,
#block-system-main .page-wrapper-new-home h3,
#block-system-main .page-wrapper-new-home h4 {
  font-family: "Poppins", sans-serif !important;
}

.none-lg {
  display: none;
}

.pre-insulated-sec {
  margin-top: 50px;
  background-image: url(/images/1749810712_pp_pipeimage1.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#section-2.pre-insulated-sec .inner-content p.subline {
  color: #00CCFF;
  font-size: 30px !important;
  font-weight: 500;
}

.low-carbon-sec h2 {
  font-size: 40px;
  color: #0E3D86;
}

.low-carbon-sec p {
  color: #000;
  font-size: 18px;
}

.light-gray-bg {
  background-color: #F5F5F5;
}

.low-carbon-sec .section-subtitle {
  max-width: 1100px;
  margin: 0px auto 50px;
  text-align: center;
}

#block-system-main .low-carbon-sec h2 {
  margin-top: 0px;
  padding-top: 0px;
}

#block-system-main .low-carbon-sec p {
  padding: 0px 30px;
}

#block-system-main .cta-section h3 {
  font-size: 40px;
  font-weight: 500;
  color: #E74511;
}

.dark-orange-bg {
  background-color: #E74511;
  color: #fff !important;
  font-size: 18px !important;
  letter-spacing: 3px !important;
}

#block-system-main .cta-section .download-box h3 {
  color: #0E3D86;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}

.btn-img {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: flex;
  align-items: end;
}

.btn-img img.whitepaper-img {
  max-width: 100%;
  margin-top: 20px;
  width: 60%;
  margin-bottom: -50px;
}

.trust-section h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: Left;
}

#block-system-main .trust-section h2 {
  font-size: 90px;
  font-weight: 600;
  text-align: Left;
}

#block-system-main .map-sec h2 {
  margin: 0px;
  padding: 0px;
  color: #0E3D86;
  font-size: 40px;
  font-weight: 600;
}

#wpsl-search-wrap label {
  color: #000;
}

#block-system-main .map-sec .entry-content {
  width: 100%;
  max-width: 100%;
}

.entry-content {
  max-width: 100% !important;
}

.testimonial-sec {
  background-color: #0E3D86;
}

#block-system-main .testimonial-sec h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  text-align: Left;
}

.testimonial-sec .slide {
  border: none;
  padding: 0;
  margin: 0;
}

.node-unpublished {
  background-color: #fff !important;
}




/******** grid section ****************/

.grid-section-wrapper {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.grid-section-wrapper h2 {
  color: #0E3D86;
  font-weight: 700;
  margin-bottom: 20px;
}

.grid-section-wrapper p {
  font-size: 16px;
  color: #333;
  max-width: 800px;
  margin: 0 auto 30px;
}

.btn-primary-custom {
  background-color: #0E3D86;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 40px;
  /* white-space: break-spaces;*/
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  background-color: #F6A724;
  color: #000;
}

.icon-item {
  margin-bottom: 30px;
}

.icon-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.img-text {
  font-size: 14px;
  color: #0E3D86;
  font-weight: 500;
}


/*************** low carbon ***********/
.video-sec {
  position: relative;
}

.video1-section {
  padding: 230px 20px;
  position: relative;
}

.video2-section {
  padding: 60px 20px 20px;
}

.video1-section:hover svg.pipline path,
.video-sec:hover path {
  stroke: #0E3D86;
  transition: stroke 0.5s ease;
}

.videosec-5:hover path {
  stroke-opacity: 1;
  stroke: rgb(246, 167, 36);
}

.video3-section {
  padding: 150px 20px;
}

.video4-section {
  padding: 60px 20px;
}

.video5-section {
  padding: 180px 20px;
}

.video6-section {
  padding: 90px 20px;
}

.videosec-1 {
  background: linear-gradient(to right, #f5f5f5 0%, rgba(255, 255, 255, 0.5) 46%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0% 20.815%, 0% 20.815%, 0.681% 20.154%, 2.639% 18.409%, 5.749% 15.942%, 9.887% 13.115%, 14.927% 10.287%, 20.743% 7.821%, 27.211% 6.076%, 34.204% 5.414%, 41.599% 6.197%, 49.269% 8.783%, 49.269% 8.783%, 56.985% 11.461%, 64.502% 12.49%, 71.677% 12.192%, 78.365% 10.889%, 84.42% 8.904%, 89.699% 6.557%, 94.057% 4.171%, 97.349% 2.069%, 99.43% 0.571%, 100.156% 0%, 100.156% 81.457%, 100.156% 81.457%, 99.6% 82.251%, 97.957% 84.346%, 95.263% 87.308%, 91.555% 90.705%, 86.87% 94.106%, 81.245% 97.077%, 74.716% 99.185%, 67.321% 100%, 59.096% 99.088%, 50.078% 96.016%, 50.078% 96.016%, 41.06% 92.537%, 32.835% 90.518%, 25.44% 89.702%, 18.911% 89.83%, 13.286% 90.647%, 8.601% 91.892%, 4.893% 93.31%, 2.199% 94.641%, 0.556% 95.629%, 0% 96.016%, 0% 20.815%);
}

.video1-section .inn {
  position: relative;
  z-index: 99;
}




.video3-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  background: linear-gradient(to right, #e5f2fc 0%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(100.677% 20.815%, 100.677% 20.815%, 99.993% 20.154%, 98.025% 18.409%, 94.898% 15.942%, 90.738% 13.115%, 85.673% 10.287%, 79.826% 7.821%, 73.325% 6.076%, 66.295% 5.414%, 58.862% 6.197%, 51.152% 8.783%, 51.152% 8.783%, 43.396% 11.461%, 35.84% 12.49%, 28.627% 12.192%, 21.905% 10.889%, 15.818% 8.904%, 10.511% 6.557%, 6.131% 4.171%, 2.822% 2.069%, 0.73% 0.571%, 0% 0%, 0% 81.457%, 0% 81.457%, 0.559% 82.251%, 2.211% 84.346%, 4.919% 87.308%, 8.646% 90.705%, 13.355% 94.106%, 19.01% 97.077%, 25.572% 99.185%, 33.006% 100%, 41.274% 99.087%, 50.339% 96.016%, 50.339% 96.016%, 59.404% 92.536%, 67.671% 90.518%, 75.105% 89.701%, 81.668% 89.83%, 87.322% 90.646%, 92.031% 91.892%, 95.758% 93.31%, 98.466% 94.641%, 100.118% 95.629%, 100.677% 96.016%, 100.677% 20.815%);
}


.video5-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  background: linear-gradient(to right, #f6a724 0%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0% 20.815%, 0% 20.815%, 0.681% 20.154%, 2.639% 18.409%, 5.749% 15.942%, 9.887% 13.115%, 14.927% 10.287%, 20.743% 7.821%, 27.211% 6.076%, 34.204% 5.414%, 41.599% 6.197%, 49.269% 8.783%, 49.269% 8.783%, 56.985% 11.461%, 64.502% 12.49%, 71.677% 12.192%, 78.365% 10.889%, 84.42% 8.904%, 89.699% 6.557%, 94.057% 4.171%, 97.349% 2.069%, 99.43% 0.571%, 100.156% 0%, 100.156% 81.457%, 100.156% 81.457%, 99.6% 82.251%, 97.957% 84.346%, 95.263% 87.308%, 91.555% 90.705%, 86.87% 94.106%, 81.245% 97.077%, 74.716% 99.185%, 67.321% 100%, 59.096% 99.088%, 50.078% 96.016%, 50.078% 96.016%, 41.06% 92.537%, 32.835% 90.518%, 25.44% 89.702%, 18.911% 89.83%, 13.286% 90.647%, 8.601% 91.892%, 4.893% 93.31%, 2.199% 94.641%, 0.556% 95.629%, 0% 96.016%, 0% 20.815%);
}



.pipline,
.pipe-1,
.pipe-2,
.pipe-3,
.pipe-4,
.pipe-5 {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  transition: stroke 0.5s ease;
}

.pipe-1 {
  top: -48%;
}

.pipe-2 {
  top: -37%;
}

.pipe-3 {
  top: -47%;
}

.pipe-4 {
  top: -16%;
}

.pipe-5 {
  top: -44%;
}


.video1-section:hover svg.pipline path.shake-p {
  animation: bangleBounce 1s ease-in-out infinite;
  transform-origin: center;
}

.video1-section:hover svg.pipline path.shake-lft {
  animation: bangleBounce-lft 1s ease-in-out infinite;
  transform-origin: center;
}

@keyframes bangleBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes bangleBounce-lft {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-2px);
  }
}

.low-carbon-content h3 {
  color: #0E3D86;
  font-weight: 700;
  margin-bottom: 15px;
}

.low-carbon-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 480px;
}

.low-carbon-btn {
  background-color: #0E3D86;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.low-carbon-img img {
  max-width: 100%;
  height: auto;
  display: block;
}


/***************** 2 block drainage-section **************/


.drainage-section .title {
  color: #0E3D86;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.drainage-section p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

.drainage-section .btn-custom {
  background-color: #0E3D86;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}

.house-img {
  max-width: 100%;
  height: auto;
  display: block;
}



@media (min-width: 768px) {
  .drainage-section .image-col {
    text-align: center;
  }
}



@media screen and (max-width: 1320px) {
  .page-wrapper-new-home #header-section .header-bgr img.d-desktop {
    height: 750px;
    object-fit: cover;
  }

  .cta-box-btm-btn .cta-block-right-wrapper h2 {
    font-size: 27px;
  }

  .page-wrapper-new-home .range-section .cta-box-btm-btn .grid-wrapper .inner-content h3 {
    font-size: 26px !important;
    line-height: 31px !important;
  }

  .page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper p.color-darkblue {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {

  #block-system-main .page-wrapper-new-home .our-system p {
    font-size: 16px;
  }

  .grid-system {
    row-gap: 30px;
  }

  .grid-system .col {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .btn-primary-custom {
    font-size: 12px;
    letter-spacing: 0;
  }

  .grid-system {
    grid-template-columns: repeat(3, 1fr);
  }

  #section-2 .inner-content.d-desktop.animated .plus-img img {
    position: unset;
    width: 28px;
  }

  #section-2 .inner-content.d-desktop.animated .plus-img .plus2 {
    right: 180px;
    bottom: 90px;
  }

  #section-2 .inner-content.d-desktop.animated .plus-img .plus1 {
    right: 115px;
    bottom: 20px;
  }

  #section-2 .inner-content.d-desktop.animated .plus-img .plus3 {
    right: 165px;
    top: 129px;
  }

  #section-2 .inner-content.d-desktop.animated .plus-img .plus4 {
    right: 100px;
    top: 175px;
  }

  #section-2 .inner-content.d-desktop.animated .plus-img .plus5 {
    right: 42px;
    bottom: 40px;
  }

  .page-node-145804 .giving .section-row .grid-wrapper .new-polyplum-sec {
    width: 100% !important;
  }

  .header-logo-img div img {
    width: 50px !important;
  }


  .cta-section-bottom {
    grid-template-columns: 1fr !important;
  }

  .range-section .section-row .grid-wrapper {
    height: auto !important;
  }

  .page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper {
    padding: 40px 40px;
  }

  .page-wrapper-new-home #header-section .header-bgr img.d-desktop {
    height: 750px;
    object-fit: cover;
  }
}


@media screen and (min-width:776px) {
  .mobile-plus-image {
    display: none;
  }

}

@media(min-width: 600px) {

  .plus-img-hover {
    opacity: 0;
  }
}


@media (min-width: 1440px) {


  .background-video#backgroundVideo1 {
    position: absolute;
    top: 70px;
    left: 18px;
  }

  #fallbackImage1 {
    position: absolute;
    top: 1px;
  }

  .background-video#backgroundVideo3 {
    position: absolute;
    top: 11px;
    left: 79px;
    max-width: 424px;
  }

  #fallbackImage1 {
    position: absolute;
    z-index: 9;
    top: 95px;
    left: -3px;
    transform: scale(1.16);
  }

  .testimonial-sec .carousel-control {
    background-color: transparent;
  }

  .testimonial-sec .carousel-control.left,
  .testimonial-sec .carousel-control.right {
    background-color: transparent;
    background-image: none !important;
    color: #fff;
  }

  .carousel-control.left {
    left: -30px;
  }

  .carousel-control.right {
    right: -30px;
  }
}

@media (min-width: 1160px) and (max-width: 1400px) {
  #block-system-main .trust-section h2 {
    font-size: 54px;
  }
}

@media (min-width: 1024px) and (max-width: 1120px) {
  #block-system-main .trust-section h2 {
    font-size: 50px;
  }

  .trust-section h5 {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1320px) {

  .background-video#backgroundVideo1 {
    position: absolute;
    top: 70px;
    left: 18px;
  }

  #fallbackImage1 {
    position: absolute;
    top: 1px;
  }

  .background-video#backgroundVideo3 {
    position: absolute;
    top: 11px;
    left: 79px;
    max-width: 424px;
  }

  #fallbackImage1 {
    position: absolute;
    z-index: 9;
    top: 95px;
    left: -3px;
    transform: scale(1.16);
  }

  .video-sec svg {
    max-width: 60%;
  }

  #block-system-main .campaign-bann h2 {
    font-size: 90px;
  }


}


@media (min-width: 991px) and (max-width: 1024px) {
  .video-sec svg {
    max-width: 60%;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-section h5 {
    font-size: 14px;
    letter-spacing: 4px;
  }
}


@media (max-width: 767px) {

  .group-footer .field-name-field-hidden-form form {
    max-width: 95%;
    padding: 20px;
  }

  .video-sec .grid-row {
    display: flex;
    flex-direction: column;
  }

  .video-sec.videosec-1 .grid-row,
  .video-sec.videosec-3 .grid-row,
  .video-sec.videosec-5 .grid-row {
    flex-direction: column-reverse;
  }

  #section-2 .section-row.p100,
  .low-carbon-sec.p100,
  .cta-section.p100,
  .trust-section.p100,
  .testimonial-sec.p100,
  .video6-section,
  .video5-section,
  .video4-section,
  .video3-section,
  .video1-section {
    padding: 30px 0 30px;
  }

  .carousel-control.right .glyphicon-chevron-right,
  .carousel-control.left .glyphicon-chevron-left {
    transform: translate(0px, -50%);
  }

  #block-system-main .page-wrapper-new-home .trust-section h2 {
    margin-bottom: 15px;
  }

  .grid-system {
    grid-template-columns: repeat(2, 1fr);
  }

  #block-system-main,
  #block-system-main .container {
    max-width: 100% !important;
    margin: auto;
  }

  .video1-section {
    background-color: #F5F5F5;
  }

  .videosec-1,
  .video1-section::before,
  .video3-section::before,
  .video5-section::before {
    clip-path: none !important;
  }

  .video-sec svg {
    max-width: 80%;
  }

  .grid-row {
    grid-template-columns: auto;
    gap: 20px;
  }

  #section-2 .section-row#animated_video .background-video {
    width: 100%;
    max-height: auto;
    height: auto;
  }

  #block-system-main #section-2 h2 {
    font-size: 50px;
    line-height: 56px;
  }

  #block-system-main .sub-bann .subline {
    font-size: 30px;
  }

  #block-system-main .sub-bann .subline-2 {
    font-size: 14px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #block-system-main h2,
  #block-system-main .trust-section h2 {
    font-size: 36px;
    line-height: normal;
  }
}


@media (min-width: 600px) and (max-width: 991px) {
  #block-system-main .page-wrapper-new-home h2 {
    letter-spacing: 0px !important;
    margin-top: -10px;
    font-size: 40px;
    line-height: 40px;
  }

  #block-system-main .campaign-bann p {
    color: #0E3D86;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
  }

  #block-system-main .page-wrapper-new-home h2 svg {
    width: auto;
    height: 30px;
  }

  #block-system-main .campaign-bann h3 {
    font-size: 30px;
    line-height: 48px;
  }

  #block-system-main .page-wrapper-new-home a.bg-blue {
    font-size: 12px;
  }

  .background-video {
    height: auto;
  }

  .video-sec svg {
    max-width: 60%;
  }

  #block-system-main .video1-section p,
  #block-system-main .video2-section p,
  #block-system-main .video3-section p,
  #block-system-main .video4-section p,
  #block-system-main .video5-section p,
  #block-system-main .video6-section p {
    font-size: 16px;
    line-height: 26px;
  }

  #block-system-main .page-wrapper-new-home .our-system h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
  }

  #block-system-main .video1-section h3,
  #block-system-main .video2-section h3,
  #block-system-main .video3-section h3,
  #block-system-main .video4-section h3,
  #block-system-main .video5-section h3,
  #block-system-main .video6-section h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }
}


@media screen and (max-width: 600px) {

  .background-video {
    width: 360px;
    margin: 0px auto;
  }

  #fallbackImage1 {
    width: 380px;
    transform: scale(1.1);
    margin-top: 9px;
    margin-left: -3px;
  }

  #backgroundVideo3 {
    width: 280px;
    transform: translate(-7px, 8px);
  }

  #fallbackImage4 {
    margin-top: -5px;
    margin-left: 22px;
    width: 345px;
  }

  #fallbackImage5 {
    width: 360px;
    margin-left: 20px;
  }

  .pipline {
    bottom: 182px;
    top: auto;
  }

  .pipe-1 {
    top: -201px;
  }

  .video-sec svg {
    max-width: 70%;
    display: none;
  }

  #block-system-main .page-wrapper-new-home .campaign-bann h2 {
    font-size: 36px;
  }

  #block-system-main .campaign-bann p {
    font-size: 16px;
  }

  #fallbackImage6 {
    margin-top: -2px;
    margin-left: 21px;
    width: 358px;
  }

  .grid-system {
    grid-template-columns: repeat(2, 1fr);
  }

  #block-system-main .page-wrapper-new-home h2 svg {
    width: auto;
    height: 32px;
  }

  #block-system-main .campaign-bann h3 {
    font-size: 22px;
    line-height: normal;
  }

  #block-system-main .page-wrapper-new-home .section-2-st h2 {
    margin-top: -27px;
    font-size: 24px;
  }

  #block-system-main .page-wrapper-new-home .our-system h2 {
    line-height: normal;
    font-size: 26px;
  }

  #block-system-main .video1-section h3,
  #block-system-main .video2-section h3,
  #block-system-main .video3-section h3,
  #block-system-main .video4-section h3,
  #block-system-main .video5-section h3,
  #block-system-main .video6-section h3,
  #block-system-main .page-wrapper-new-home h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 0px;
  }

  #block-system-main .page-wrapper-new-home a.bg-blue {
    font-size: 12px;
  }

  #block-system-main .video1-section p,
  #block-system-main .video2-section p,
  #block-system-main .video3-section p,
  #block-system-main .video4-section p,
  #block-system-main .video5-section p,
  #block-system-main .video6-section p {
    font-size: 16px;
    line-height: normal;
  }

  .trust-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .trust-section h5 {
    letter-spacing: 2px;
    font-size: 12px;
  }

  #block-system-main .bgcolor-grey.map-sec #find-out-nearest h2 {
    font-size: 24px !important;
    line-height: normal
  }

  .trust-grid {
    gap: 10px;
  }

  #block-system-main .page-wrapper-new-home .trust-section h2 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 15px;
  }

  #block-system-main .trust-grid p {
    font-size: 16px;
  }

  .on-mobile.only .mobile-plus-image .plus5 p {
    top: 20px;
    right: 30px;
    left: auto !important;
  }

  .on-mobile.only .mobile-plus-image .plus1 p {
    left: -130px !important;

  }

  .on-mobile.only .mobile-plus-image .plus2 p {
    top: -100px;
    right: 20px;
    left: auto !important;

  }

  .on-mobile.only .mobile-plus-image .plus4 p {

    left: auto;
    top: -100px;
    right: -81px;
  }

  .on-mobile.only .mobile-plus-image .plus3 p {
    top: -90px;
    left: -51px;
  }

  .plus-img-hover {
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .blue-tooltip[style="display: block;"],
  .plus-img-hover[style="display: block;"] {
    opacity: 1;
  }

  .plus-img-default,
  .plus-img-hover {
    position: unset !important;
  }


  .on-mobile.only .mobile-plus-image .plus1 img,
  .on-mobile.only .mobile-plus-image .plus2 img,
  .on-mobile.only .mobile-plus-image .plus3 img,
  .on-mobile.only .mobile-plus-image .plus4 img,
  .on-mobile.only .mobile-plus-image .plus5 img {
    width: 25px !important;
  }

  .on-mobile.only .mobile-plus-image .plus1 p b,
  .on-mobile.only .mobile-plus-image .plus2 p b,
  .on-mobile.only .mobile-plus-image .plus3 p b,
  .on-mobile.only .mobile-plus-image .plus4 p b,
  .on-mobile.only .mobile-plus-image .plus5 p b {
    font-size: 12px !important;
    color: #0E3D86;
  }

  .on-mobile.only .mobile-plus-image .plus1 p,
  .on-mobile.only .mobile-plus-image .plus2 p,
  .on-mobile.only .mobile-plus-image .plus3 p,
  .on-mobile.only .mobile-plus-image .plus4 p,
  .on-mobile.only .mobile-plus-image .plus5 p {
    font-size: 10px !important;
    margin-bottom: 5px !important;
    display: none;
    display: none;
    position: absolute;
    z-index: 1;
    padding: 10px;
    width: 120px;
    border-radius: 6px;
    background: #E5F2FC;
    left: -80px;
  }

  .on-mobile.only .mobile-plus-image .plus1 {
    position: relative;
    bottom: auto;
    top: 160px;
    left: 200px;
    margin: 0 auto;
  }

  .on-mobile.only .mobile-plus-image .plus2 {
    position: relative;
    top: 80px;
    left: 140px;
    margin: 0 auto;
  }

  .on-mobile.only .mobile-plus-image .plus3 {
    position: relative;
    top: -14px;
    left: 163px;
    margin: 0 auto;
  }

  .on-mobile.only .mobile-plus-image .plus4 {
    position: relative;
    top: 30px;
    left: 230px;
    margin: 0 auto;
  }

  .on-mobile.only .mobile-plus-image .plus5 {
    position: relative;
    top: 90px;
    left: 250px;
    margin: 0 auto;
  }

  .on-mobile.only .plus-img.mobile-plus-image {
    position: absolute;
    z-index: 1;
    top: 0;
  }

  .new-polyplum-sec .on-mobile.only {
    position: relative;
  }

  .section-5 .accordion {
    padding: 55px 0;

  }

  .section-5 .accordion button .icon::after {
    top: 3px;
    left: 15px;
    width: 5px;
    height: 14px;
  }

  .section-5 .accordion button .icon::before {
    top: 8px;
    left: 10px;
    width: 14px;
    height: 4px;
  }

  .section-5 .accordion button .icon {
    right: 15px;
  }



  .stainless .section-row:nth-child(2) .grid-wrapper .new-polyplum-sec h2 {
    letter-spacing: unset !important;
  }




  .d-mobile-block {
    display: block;
  }

  .d-none-on-mobile {
    display: none;
  }

  .range-section .section-row .grid-wrapper {
    height: auto !important;
  }

  .page-wrapper-new-home .range-section .grid-wrapper .inner-content ul {
    text-align: left;
  }

  .page-wrapper-new-home .cta-section-bottom .cta-block-right-wrapper {
    padding: 50px 37px;
  }



  #block-system-main .page-wrapper-new-home h1 {
    font-size: 25px;
  }

  #block-system-main .page-wrapper-new-home .header-content-inner p {
    width: 100%;
  }

  #block-system-main .page-wrapper-new-home .header-content-inner .header-txt.txt-s2 {
    margin-top: auto !important;
  }

  #block-system-main .page-wrapper-new-home .header-content-inner p {
    font-size: 15px;
    line-height: 25px;
  }

}



@media (min-width: 1320px) {
  .video3-section .grid-row .col {
    min-height: 450px;
  }

  .video3-section .grid-row .col img {
    max-height: 430px;
    width: auto;
    margin-top: -40px;
  }

  .container {
    max-width: 1400px !important;
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-5 .accordion button .icon::before {
    top: 8px;
    left: 8px;
    width: 17px;
    height: 3.5px;
  }

  .section-5 .accordion button .icon::after {
    top: 3px;
    left: 15px;
    width: 4px;
    height: 16px;
  }

  .section-5 .accordion button .icon {
    top: 36px;
    right: 15px;
  }

  .section-5 .accordion button {
    padding: 35px 25px;
  }
}

@media (min-width: 768px) {
  #section-2.free-system .grid-wrapper {
    display: block;
  }

  #section-2 .grid-wrapper.new-polyplum-con {
    gap: 80px;
    grid-template-columns: 50% 1fr;
  }
}


.bg-blue {
  background-color: #0E3D86 !important;
  color: #fff !important;
  border: none !important;
}