/* Scss Document */

/* Colors */

/* Font Size */

/* -- Font Weight  --*/

/*-- font-family --*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
/* line 43, ../sass/_var.scss */

.text_center,
.footer .store,
.footer .store.online-store a,
.footer .support,
.social-nav a {
  text-align: center;
}
.contact-details h3 {
  border-bottom: 1px solid #008ecc;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader {
  background-color: #ccc5c5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #8e3eff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.preloader .preloader-img img {
  max-width: 55px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
/* Slider container */
.slider-area {
  width: 100%;
}

/* Background image and layout */
.single-slider {
  position: relative;
  width: 100%;
  height: 400px; /* Adjust as needed */
  background-image: url("your-image.jpg"); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Dark overlay effect */
.section-overly::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Heading on top of overlay */
.hero-cap {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.hero-cap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

/* Optional: responsive text */
@media (max-width: 768px) {
  .hero-cap h2 {
    font-size: 2rem;
  }
}
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Font: Load this from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;600;700&display=swap");

.about-desi {
  font-family: "Hind", sans-serif;
  background-color: #fdfdfd;
}

.section-tag {
  color: #6b6a6a; /* Elegant magenta */
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 2rem;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 1.4;
}

.section-divider {
  width: 50px;
  height: 4px;
  background-color: #6b6a6a;
  border-radius: 2px;
}

.desi-features li {
  list-style: none;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  color: #333;
}

.desi-features li i {
  color: #f77f00; /* Desi orange */
  font-size: 1.2rem;
}

/* Button Styling */
.btn-desi {
  background-color: #6b6a6a;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: white;
  border: 1px solid #ddd;
  z-index: 1000;
  display: none;
}

.dropdown-item {
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}

.nav-item {
  position: relative;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.arrow {
  font-size: 0.6rem;
  margin-left: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
}

.dropdown-link:hover {
  background-color: #f2f2f2;
  color: #000;
}

.btn-desi:hover {
  background-color: #a02565;
  transform: translateY(-2px);
  color: #fff;
}

/* Image Styling */
.desi-img {
  max-height: 400px;
  object-fit: cover;
  border: 3px solid #6b6a6a;
}
.about-desi {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .about-desi {
    margin-top: 40px;
  }
}

/* line 46, ../sass/_var.scss */

.text_left {
  text-align: left;
}

/* line 49, ../sass/_var.scss */

.text_right {
  text-align: right;
}

/* line 52, ../sass/_var.scss */

/* footer */
.footer {
  background-color: #313131;
  color: #f0f0f5;
  padding: 0px 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #61dafb;
  text-align: center;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 200px;
}
.footer-col h5 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #61dafb;
  padding-bottom: 8px;
}
.footer-col p,
.footer-col ul {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 12px;
}
.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col ul li a:hover {
  color: #61dafb;
}
.footer-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  outline: none;
}
.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #61dafb;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #777;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.2rem;
}
.social-icons span {
  margin-right: 10px;
  color: #61dafb;
  font-weight: 600;
}
.social {
  color: #ccc;
  transition: color 0.3s ease;
  text-decoration: none;
}
.social:hover {
  color: #61dafb;
}
.social i {
  font-size: 1.5rem;
}
.copyright {
  font-size: 0.9rem;
  color: #888;
}
.designer-credit {
  font-size: 0.9rem;
  color: #888;
}
.designer-credit a {
  color: #61dafb;
  text-decoration: none;
  font-weight: 600;
}
.designer-credit a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
  }
  .footer-col {
    min-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
.text-upper,
.footer h5,
.footer .find-store,
.footer-search-wrapper span {
  text-transform: uppercase;
}

.footer-bottom.horizontal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; /* For mobile responsiveness */
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  color: #fff;
}

.footer-bottom.horizontal p {
  margin: 0;
  font-size: 0.95rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icon {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #00aced;
}

.hero-heading {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* line 55, ../sass/_var.scss */

.d-flex,
.coolar-product-box,
.pro-container,
.footer .column-wrapper,
.footer .footer-column.product-range ul,
.footer .footer-column.product-range .retail-store,
.footer-search-wrapper,
.social-nav,
.social-nav ul,
.footer-form,
.footer-form .form-field {
  display: -webkit-flex;
  display: flex;
}

/* Conatact */
/* General Section Styling */
#contact {
  background-color: #f7fafc;
  padding: 4rem 1rem;
}

@media (min-width: 640px) {
  #contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #contact {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contact-container {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .contact-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Text Styling */
.contact-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.contact-description {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.contact-info-group {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}

.contact-icon {
  color: #2563eb;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.contact-info-title {
  color: #1f2937;
  font-weight: 500;
}

.contact-info-text {
  color: #4b5563;
}

/* Form Styling */
.contact-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #374151;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  outline: none;
  transition: box-shadow 0.2s ease-in-out;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #3b82f6;
}

.contact-form button {
  width: 100%;
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.contact-form button:hover {
  background-color: #1d4ed8;
}

/* line 8, ../sass/_mixin.scss */

.d-flex,
.coolar-product-box,
.pro-container,
.footer .column-wrapper,
.footer .footer-column.product-range ul,
.footer .footer-column.product-range .retail-store,
.footer-search-wrapper,
.social-nav,
.social-nav ul,
.footer-form,
.footer-form .form-field {
  display: -webkit-flex;
  display: flex;
}

@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueLight.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLight.woff") format("woff"),
    url("../fonts/HelveticaNeueLight.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2"),
    url("../fonts/HelveticaNeueMedium.woff") format("woff"),
    url("../fonts/HelveticaNeueMedium.ttf") format("truetype"),
    url("../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2"),
    url("../fonts/HelveticaNeueBold.woff") format("woff"),
    url("../fonts/HelveticaNeueBold.ttf") format("truetype"),
    url("../fonts/HelveticaNeueBold.svg#HelveticaNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"),
    url("../fonts/HelveticaNeueRegular.woff") format("woff"),
    url("../fonts/HelveticaNeueRegular.ttf") format("truetype"),
    url("../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Helvetica-Bold.woff2") format("woff2"),
    url("../fonts/Helvetica-Bold.woff") format("woff"),
    url("../fonts/Helvetica-Bold.woff") format("otf"),
    url("../fonts/Helvetica-Bold.ttf") format("truetype"),
    url("../fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
}

@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Helvetica.woff2") format("woff2"),
    url("../fonts/Helvetica.woff") format("woff"),
    url("../fonts/Helvetica.woff") format("otf"),
    url("../fonts/Helvetica.ttf") format("truetype"),
    url("../fonts/Helvetica.svg#Helvetica") format("svg");
}

@font-face {
  font-family: "Helvetica";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/helvetica-light-587ebe5a59211.eot");
  src: url("../fonts/helvetica-light-587ebe5a59211.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvetica-light-587ebe5a59211.woff2") format("woff2"),
    url("../fonts/helvetica-light-587ebe5a59211.woff") format("woff"),
    url("../fonts/helvetica-light-587ebe5a59211.woff") format("otf"),
    url("../fonts/helvetica-light-587ebe5a59211.ttf") format("truetype"),
    url("../fonts/helvetica-light-587ebe5a59211.svg#helvetica-light-587ebe5a59211")
      format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  /* Light weight */
  src: local("Open Sans Light"),
    url("../fonts/OpenSans-Light-webfont.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  /* Regular weight */
  src: local("Open Sans Regular"),
    url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  /* Bold weight */
  src: local("Open Sans Bold"),
    url("../fonts/OpenSans-Bold-webfont.woff") format("woff");
}

/*=============================== Global Css ===============================*/

/* line 7, ../sass/style.scss */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 15, ../sass/style.scss */

body {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  color: #242833;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* line 24, ../sass/style.scss */

.clearfix:after,
.clearfix:before {
  content: "/";
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
}

/* line 31, ../sass/style.scss */

.hero-section {
  position: relative;
  height: 100vh;
  background-image: url("https://readdy.ai/api/search-image?query=modern%20water%20dispensers%20and%20coolers%20arranged%20in%20a%20professional%20showroom%20with%20blue%20water%20splash%20effects%20and%20crystal%20clear%20water%20droplets%20in%20the%20background%2C%20clean%20white%20studio%20lighting%2C%20product%20photography%20style%2C%20high-end%20commercial%20water%20solutions%20display&width=1920&height=800&seq=hero001&orientation=landscape");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0 20px;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text contrast */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-content h1 {
  font-size: 3rem;
  /* margin-bottom: 5rem; */
  line-height: 1.3;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgb(255, 255, 255);
}

.hero-content button {
  background-color: #f7b801; /* Your secondary color */
  color: white;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* story and mission */
.section {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  max-width: 900px; /* Adjust width */
  margin-left: auto;
  margin-right: auto; /* Center content horizontally */
  padding: 0 20px; /* Space on left/right for mobile */
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #667eea, #2d4059);
  border-radius: 2px;
}

.section-content {
  color: #4b5563;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: justify;
  font-weight: 400;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  border-left: 4px solid #2d4059;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.highlight-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  animation: slideShine 2s infinite;
}

@keyframes slideShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}


.hero-content button:hover {
  background-color: #15803d; /* hover effect */
}

@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
    padding: 20px;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 1.3;
  }
}



/* why */
.feature-list {
  list-style: none;            /* Remove default bullets */
  padding: 0;
  margin: 20px 0;
}

.feature-list li {
  position: relative;
  padding-left: 30px;          /* Space for checkmark */
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}

.feature-list li::before {
  content: "✔";                /* Checkmark */
  position: absolute;
  left: 0;
  top: 0;
  color: #007BFF;              /* Blue color checkmark */
  font-weight: bold;
}




/* line 36, ../sass/style.scss */

ul,
li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 44, ../sass/style.scss */

a,
span,
strong {
  display: inline-block;
}

/* line 49, ../sass/style.scss */

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

/* line 54, ../sass/style.scss */

a:empty {
  display: none;
}

/* line 57, ../sass/style.scss */

h1,
h2,
.global-banner .inner-banner-text div:first-child,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  margin-top: 0;
}

/* line 61, ../sass/style.scss */

p {
  font-family: "Open Sans";
  line-height: 1.35;
  color: #242833;
  font-size: 20px;
  margin-bottom: 22px;
}

/* line 68, ../sass/style.scss */

button {
  cursor: pointer;
  border: 0;
}

/* line 71, ../sass/style.scss */

button:focus {
  outline: 0;
}

/* line 76, ../sass/style.scss */

input:focus {
  outline: 0;
}

/* line 80, ../sass/style.scss */

a:focus {
  outline: none !important;
  text-decoration: none;
}

/* line 86, ../sass/style.scss */

.safari * {
  -webkit-text-stroke: 0.001em;
}

/* line 90, ../sass/style.scss */

.row {
  margin: 0;
}

/* line 93, ../sass/style.scss */

.col-sm-12 {
  float: none;
  padding: 0;
}

/* line 97, ../sass/style.scss */

.container,
.path-user .region-content,
.image-with-desc,
.recommend-water-solution,
.content,
.compare,
.technical-specification {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* line 104, ../sass/style.scss */

.litres-btn {
  display: inline-block;
  vertical-align: top;
  background: #01a0e2;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
}

/* line 112, ../sass/style.scss */

.blue-btn {
  display: inline-block;
  vertical-align: top;
  background: #1eafed;
  color: #fff;
  padding: 4px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: normal;
  min-width: 120px;
}

/* line 124, ../sass/style.scss */

.blue-btn:hover,
.blue-btn:focus {
  color: #fff;
}

/* line 126, ../sass/style.scss */

.blue-dark-btn {
  display: inline-block;
  vertical-align: top;
  background: #05507d;
  color: #fff;
  padding: 6px 0;
  width: 140px;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
}

/*===== Login css ===*/

/* line 139, ../sass/style.scss */

.path-user .region-content {
  padding: 40px 0;
}

/* line 144, ../sass/style.scss */

.path-user #user-login-form .form-item {
  margin-bottom: 15px;
}

/* line 147, ../sass/style.scss */

.path-user #user-login-form .description {
  font-size: 14px;
}

/* line 150, ../sass/style.scss */

.path-user #user-login-form label {
  display: block;
}

/* line 153, ../sass/style.scss */

.path-user #user-login-form .form-text {
  padding: 10px 10px;
  width: 100%;
  font-size: 15px;
}

/* line 158, ../sass/style.scss */

.path-user #user-login-form .form-submit {
  background: #313131;
  border: none;
  width: auto;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 10px 0 0 0;
  cursor: pointer;
}

/*=============================== header section Css ===============================*/

/* line 172, ../sass/style.scss */

.top-nav-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
}

/* line 179, ../sass/style.scss */

.user-logged-in {
  margin: 0;
}

/* line 182, ../sass/style.scss */

.user-logged-in .top-nav-fixed {
  position: static;
}

/* line 185, ../sass/style.scss */

#header-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #000;
  line-height: 0;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}

/* line 193, ../sass/style.scss */

#header-wrap .header {
  max-width: 1280px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

/* line 198, ../sass/style.scss */

#header-wrap .header .logo {
  float: left;
}

/* line 201, ../sass/style.scss */

#header-wrap .header .header-right {
  float: right;
}

/* line 203, ../sass/style.scss */

#header-wrap .header .header-right .social-icon {
  float: left;
  margin: 8px 0 0 0;
}

/* line 206, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
  float: left;
  text-align: center;
  margin: 0 8px;
}

/* line 216, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a.face-book {
  background: #3b5987;
}

/* line 218, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a.face-book:before {
  content: "\f09a";
  font-family: "FontAwesome";
  color: #c5b1b1;
  font-size: 12px;
}

/* line 225, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a.twitter {
  /* background: #2695c0; */
}

/* line 227, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a.twitter:before {
  /* content: '\f099';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 12px; */
}

/* line 234, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a.insta {
  background: #b43693;
}

/* line 236, ../sass/style.scss */

#header-wrap .header .header-right .social-icon a.insta:before {
  content: "\f16d";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 12px;
}

/* line 245, ../sass/style.scss */

#header-wrap .header .header-right .care-logo {
  margin: 10px 15px 0px 30px;
  float: left;
  position: relative;
}

/* line 249, ../sass/style.scss */

#header-wrap .header .header-right .care-logo span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 5px;
}

/* line 255, ../sass/style.scss */

#header-wrap .header .header-right .care-logo:before {
  content: "";
  float: left;
  width: 1px;
  height: 24px;
  background: #898989;
  margin: -1px 0 0 -20px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 266, ../sass/style.scss */

#header-wrap .header .header-right .care-logo:after {
  content: "";
  float: right;
  width: 1px;
  height: 28px;
  background: #898989;
  margin: -23px 0px 0 0px;
}

/* line 275, ../sass/style.scss */

#header-wrap .header .header-right .language {
  float: left;
  padding-top: 7px;
  /* background: #fff;
  color: #313131;
  font-size: 14px;
  line-height: 27px;
  padding: 0 32px;
  width: 107px;
  border-radius: 40px;
  text-align: center;
  margin: 7px 0 0 12px;
  height: 27px;
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s; */
}

/* line 291, ../sass/style.scss */

/* #header-wrap .header .header-right .language:hover, #header-wrap .header .header-right .language:focus {
  background: #de1923;
  color: #fff;
} */

/*=============================== Nav section Css ===============================*/

/* line 302, ../sass/style.scss */

ul.nice-menu-down li li.menuparent {
  background-image: none;
}

/* line 305, ../sass/style.scss */

.nav-wrapper {
  background: #313131;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

/* line 312, ../sass/style.scss */

.nav-wrapper .container,
.nav-wrapper .path-user .region-content,
.path-user .nav-wrapper .region-content,
.nav-wrapper .image-with-desc,
.nav-wrapper .recommend-water-solution,
.nav-wrapper .content,
.nav-wrapper .compare,
.nav-wrapper .technical-specification {
  padding: 0 15px;
}

/* line 315, ../sass/style.scss */

.nav-wrapper .mobile-icon {
  display: none;
}

/* line 318, ../sass/style.scss */

.nav-wrapper .navbar-brand {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  float: left;
  text-transform: uppercase;
  margin: 16px 0 0 0;
  padding: 0;
  height: auto;
  font-family: "Roboto", sans-serif;
}

/* line 331, ../sass/style.scss */

.nav-wrapper .views-exposed-form {
  float: right;
  margin: 12px 0 0 14px;
  position: relative;
  height: 30px;
}

/* line 336, ../sass/style.scss */

.nav-wrapper .views-exposed-form input {
  width: 160px;
  height: 30px;
  background: #fff;
  border: none;
  padding: 0 10px;
  border-radius: 15px;
  color: #036;
  font-size: 16px;
}

/* line 345, ../sass/style.scss */

.nav-wrapper .views-exposed-form input.form-text {
  padding-right: 36px;
}

/* line 349, ../sass/style.scss */

.nav-wrapper .views-exposed-form .button {
  background: url(../images/search-icon.png) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 0;
  width: 21px;
  height: 21px;
  border-radius: 0;
}

/* line 360, ../sass/style.scss */

.nav-wrapper .block-nice-menus {
  float: right;
}

/* line 362, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  border: none;
  width: auto;
  z-index: 99999;
}

/* line 370, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  line-height: 18px;
  background: transparent;
  border: none;
  float: none;
  width: auto;
}

/* line 382, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li > a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  display: block;
  padding: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 393, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li:first-child a {
  background: url("../images/home-icon.png") center center no-repeat;
  padding-left: 27px;
  font-size: 0;
}

/* line 400, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li:hover a,
.nav-wrapper .block-nice-menus > ul > li.active a {
  background-color: #fff;
  color: #333;
}

/* line 404, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li:hover:first-child a,
.nav-wrapper .block-nice-menus > ul > li.active:first-child a {
  background-color: transparent;
}

/* line 408, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li:hover {
  background: transparent;
}

/* line 412, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li:last-child a {
  background: url("../images/location-icon.png") 0 20px no-repeat;
}

/* line 416, ../sass/style.scss */

.nav-wrapper .block-nice-menus > ul > li:last-child:hover a {
  background: url("../images/location-icon-hover.png") 0 20px no-repeat;
  background-color: #fff;
}

/* line 424, ../sass/style.scss */

.nav-wrapper .block-nice-menus ul ul.toolbar-menu {
  border: none;
  top: 100%;
}

/* line 427, ../sass/style.scss */

.nav-wrapper .block-nice-menus ul ul.toolbar-menu li {
  border-left: none;
  border-right: none;
}

/* line 430, ../sass/style.scss */

.nav-wrapper .block-nice-menus ul ul.toolbar-menu li:last-child {
  border-bottom: none;
}

/* line 431, ../sass/style.scss */

.nav-wrapper .block-nice-menus ul ul.toolbar-menu li a {
  font-size: 14px;
  padding: 12px 15px;
  color: #333;
}

/* line 435, ../sass/style.scss */

.nav-wrapper .block-nice-menus ul ul.toolbar-menu li a:hover {
  background: #333;
  color: #fff;
}

/* line 446, ../sass/style.scss */

.nav-wrapper .block-we-megamenu {
  float: right;
}

/* line 448, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .navbar-we-mega-menu {
  background: transparent;
  margin: 0;
  position: static;
}

/* line 453, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul {
  display: block;
  position: static;
}

/* line 456, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  line-height: 18px;
  background: transparent;
  border: none;
  width: auto;
  position: static;
  float: none;
}

/* line 469, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li > a,
.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li .we-megamenu-nolink {
  text-decoration: none;
  color: #fff;
  margin: 0;
  display: block;
  padding: 0 25px;
  background: transparent;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  border: none;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

/* line 486, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li > a:hover,
.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-ul
  > li
  .we-megamenu-nolink:hover {
  opacity: 0.7;
  background: transparent;
  color: #fff;
}

/* line 489, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-ul
  > li
  .we-megamenu-nolink::before {
  display: none;
}

/* line 494, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li:first-child a {
  font-size: 100%;
}

/* line 500, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li:last-child a {
  background: url("../images/location-icon.png") 10px center no-repeat #ffc039;
  background-size: 11px 15px;
  border: 2px solid #ccc;
  height: 32px;
  line-height: 30px;
  margin-top: 10px;
}

/* line 507, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-ul > li:last-child a:hover {
  opacity: 1;
}

/* line 514, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-submenu {
  width: 100%;
  left: 0;
  min-width: 100%;
  margin: 0;
  background: #252525;
  border: none;
  padding: 26px 20px 24px;
}

/* line 522, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-submenu-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  min-height: inherit;
}

/* line 528, ../sass/style.scss */

.nav-wrapper .block-we-megamenu .we-mega-menu-submenu .we-mega-menu-row {
  margin: 0;
  display: block;
}

/* line 531, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: inherit;
  float: right;
  margin: 0 20px;
  display: block;
  width: auto;
  max-width: 11%;
  text-align: center;
}

/* Header.css */

.header {
  background-color: #313131; /* Light gray */
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 999;

  transition: box-shadow 0.3s ease;
}

.header-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

/* Navigation styles */
.nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav li,
.nav a {
  font-size: 1.2rem;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}

.nav li:hover,
.nav a:hover {
  color: #a8aaad;
}

/* Hamburger menu (hidden on desktop) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #ffffff;
  border-radius: 2px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    display: none;
    flex-direction: column;
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* ✅ Shadow for dropdown */
  }

  .nav.open {
    display: flex;
  }

  .nav ul {
    flex-direction: column;
    gap: 15px;
  }

  .nav li,
  .nav a {
    font-size: 1.1rem;
    color: #313131;
  }
}

/* line 543, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  img {
  display: block;
  margin: 0 auto 6px;
}

/* line 547, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  p,
.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  a {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-transform: none;
}

/* line 553, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  p:empty {
  display: none;
}

/* line 554, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  p.image-field {
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}

/* line 561, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  .block-block-content {
  position: relative;
}

/* line 563, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  .block-block-content
  a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}

/* line 579, ../sass/style.scss */

.path-frontpage
  .nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  .block-block-content
  a {
  display: none;
}

/* line 582, ../sass/style.scss */

.nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  .block-block-content
  a.home-scroll {
  display: none;
}

/* line 585, ../sass/style.scss */

.path-frontpage
  .nav-wrapper
  .block-we-megamenu
  .we-mega-menu-submenu
  .we-mega-menu-row
  .we-mega-menu-col
  .block-block-content
  a.home-scroll {
  display: block;
}

/* line 588, ../sass/style.scss */

ul.nice-menu-down li ul li ul {
  top: 0 !important;
}

/* line 591, ../sass/style.scss */

.banner {
  width: 100%;
}

/* line 593, ../sass/style.scss */

.banner img {
  width: 100%;
}

/* line 598, ../sass/style.scss */

.text-top {
  padding: 0 0 50px 0;
}

/* line 600, ../sass/style.scss */

.text-top h1 {
  text-align: center;
  color: #05507d;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 50px 0 20px 0;
  padding: 0 0 5px 0;
  position: relative;
}

/* line 609, ../sass/style.scss */

.text-top h1:after {
  content: "";
  background: url("../images/border-bg.png") 0 0 no-repeat;
  width: 695px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

/* line 621, ../sass/style.scss */

.text-top p {
  font-size: 24px;
  font-weight: 300;
  color: #05507d;
  line-height: 36px;
  text-align: center;
}

/* line 630, ../sass/style.scss */

#main-wrap {
  padding: 0 0 50px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 635, ../sass/style.scss */

#main-wrap h3 {
  font-size: 45px;
  font-weight: 300;
  color: #05507d;
  text-align: center;
  position: relative;
  padding: 0 0 15px 0;
}

/* line 642, ../sass/style.scss */

#main-wrap h3:after {
  content: "";
  background: url("../images/border-bg.png") center 0 no-repeat;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-size: 440px 3px;
}

/* line 656, ../sass/style.scss */

.coolar-product-box {
  text-align: center;
  margin: 80px 0 0 0;
}

/* line 662, ../sass/style.scss */

.pro-container {
  max-width: 1280px;
  margin: 70px auto 0;
}

/* line 668, ../sass/style.scss */

.item-box {
  box-shadow: 0.877px 1.798px 7px 0px rgba(133, 132, 132, 0.54);
  border-radius: 10px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  margin: 0 15px;
  text-align: center;
}

/* line 676, ../sass/style.scss */

.item-box .title {
  width: 218px;
  background: #01a0e2;
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 300;
  border-radius: 5px;
  line-height: 30px;
  padding: 5px 15px;
  top: -36px;
}

/* line 691, ../sass/style.scss */

.item-box img {
  margin: 66px 0 0 0;
}

/* line 694, ../sass/style.scss */

.item-box p {
  color: #05507d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin: 15px 0 65px 0;
}

/* line 701, ../sass/style.scss */

.item-box .link {
  font-size: 30px;
  text-decoration: navajowhite;
  background: #01a0e2;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  font-weight: 300;
  padding: 8px 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}

/*--- Footer Start ---*/

/* line 717, ../sass/style.scss */

.footer {
  background: #191919;
  padding-top: 30px;
}

/* line 720, ../sass/style.scss */

.footer .container,
.footer .path-user .region-content,
.path-user .footer .region-content,
.footer .image-with-desc,
.footer .recommend-water-solution,
.footer .content,
.footer .compare,
.footer .technical-specification {
  max-width: 100%;
}

/* line 723, ../sass/style.scss */

.footer .region-footer {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 731, ../sass/style.scss */

.footer h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 738, ../sass/style.scss */

.footer .find-store {
  position: absolute;
  bottom: -18px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  padding: 6px 15px;
  max-width: 285px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 15px;
}

/* line 751, ../sass/style.scss */

.footer .find-store.find-store::before {
  background: url("../images/f-location-icon.png") 0 0 no-repeat;
  content: "";
  height: 22px;
  width: 16px;
  float: left;
}

/* line 758, ../sass/style.scss */

.footer .find-store i {
  color: #000;
  margin-right: 10px;
}

/* line 763, ../sass/style.scss */

.footer * {
  color: #fff;
}

/* line 766, ../sass/style.scss */

.footer .column-wrapper {
  margin-bottom: 40px;
}

/* line 771, ../sass/style.scss */

.footer .footer-column.categories {
  width: 15%;
  padding-right: 32px;
}

/* line 774, ../sass/style.scss */

.footer .footer-column.categories li {
  font-size: 13px;
  padding: 0 0 10px 0;
}

/* line 779, ../sass/style.scss */

.footer .footer-column.product-range {
  width: 64.5%;
  padding: 0 32px;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
}

/* line 784, ../sass/style.scss */

.footer .footer-column.product-range ul,
.footer .footer-column.product-range .retail-store {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 789, ../sass/style.scss */

.footer .footer-column.product-range .brand-logo {
  border-right: 1px solid #646464;
  padding: 40px 10px 10px 10px;
}

/* line 794, ../sass/style.scss */

.footer .footer-column.support {
  width: 20.5%;
  padding-left: 32px;
}

/* line 799, ../sass/style.scss */

.footer .store {
  width: 56%;
}

/* line 802, ../sass/style.scss */

.footer .store > ul,
.footer .store .retail-store {
  border: 1px solid #646464;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 807, ../sass/style.scss */

.footer .store strong {
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 811, ../sass/style.scss */

.footer .store.online-store {
  width: 42%;
  margin-left: 2%;
}

/* line 814, ../sass/style.scss */

.footer .store.online-store a {
  padding: 5px 13px;
  background: #fff;
  width: 140px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 820, ../sass/style.scss */

.footer .store.online-store a img {
  vertical-align: middle;
}

/* line 824, ../sass/style.scss */

.footer .store.online-store > ul {
  padding: 16px 2px;
}

/* line 827, ../sass/style.scss */

.footer .store.online-store li {
  margin: 5px 4px;
}

/* line 832, ../sass/style.scss */

.footer .retail-store {
  position: relative;
}

/* line 834, ../sass/style.scss */

.footer .retail-store > ul {
  width: calc(100% - 135px);
  padding: 5px 0 20px;
}

/* line 837, ../sass/style.scss */

.footer .retail-store > ul li {
  padding: 14px 14px;
  width: 50%;
}

/* line 845, ../sass/style.scss */

.footer .support a {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

/* line 851, ../sass/style.scss */

.footer .support span {
  font-size: 10px;
}

/* line 855, ../sass/style.scss */

.footer .footer-bottom {
  overflow: hidden;
  padding: 15px 0;
}

/* line 858, ../sass/style.scss */

.footer .footer-bottom .mrp-text-box {
  float: right;
  font-size: 12px;
  line-height: 27px;
}

/* line 864, ../sass/style.scss */

.footer .footer-form {
  position: absolute;
  bottom: 70px;
  right: 0;
}

/* line 868, ../sass/style.scss */

.footer .footer-form label {
  font-size: 14px;
  margin: 0 14px 0 0;
}

/* line 872, ../sass/style.scss */

.footer .footer-form input {
  width: 290px;
  background: #2f2f2f;
  font-size: 13px;
  color: #fff;
  border: 0;
  padding: 6px 100px 6px 10px;
}

/* line 880, ../sass/style.scss */

.footer .footer-form .button {
  color: #fff;
  font-size: 13px;
  padding: 6px 20px;
  font-weight: 700;
  background: #ff0000;
  width: auto;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0px;
  cursor: pointer;
}

/* line 896, ../sass/style.scss */

.footer-search-wrapper {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #646464;
  padding-bottom: 10px;
}

/* line 901, ../sass/style.scss */

.footer-search-wrapper span {
  font-size: 14px;
}

/* line 907, ../sass/style.scss */

.social-nav {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 913, ../sass/style.scss */

.social-nav a {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  color: #fff;
  line-height: 28px;
  font-size: 0;
}

/* line 922, ../sass/style.scss */

.social-nav a.facebook {
  background: #3b5987;
}

/* line 924, ../sass/style.scss */

.social-nav a.facebook:before {
  content: "\f09a";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 12px;
}

/* line 931, ../sass/style.scss */

.social-nav a.twitter {
  /* background: #2695c0; */
}

/* line 933, ../sass/style.scss */

.social-nav a.twitter:before {
  /* content: '\f099';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 12px; */
}

/* line 940, ../sass/style.scss */

.social-nav a.instagram {
  background: #b43693;
}

/* line 942, ../sass/style.scss */

.social-nav a.instagram:before {
  content: "\f16d";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 12px;
}

/* line 952, ../sass/style.scss */

.footer-form {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 955, ../sass/style.scss */

.footer-form input {
  width: 188px;
  background: #2f2f2f;
  font-size: 13px;
  color: #fff;
  border: 0;
  padding: 6px 10px;
}

/* line 963, ../sass/style.scss */

.footer-form button {
  color: #fff;
  font-size: 13px;
  padding: 6px 20px;
  font-weight: 700;
  background: #ff0000;
}

/* line 970, ../sass/style.scss */

.footer-form .form-field {
  margin-left: 14px;
}

/* line 976, ../sass/style.scss */

.copyright {
  float: left;
}

/* line 978, ../sass/style.scss */

.copyright li {
  float: left;
}

/* line 981, ../sass/style.scss */

.copyright span,
.copyright a {
  font-size: 13px;
  color: #fff;
}

/* line 986, ../sass/style.scss */

.copyright a {
  padding-left: 20px;
}

/* Footer end */

/* line 993, ../sass/style.scss */

.video-banner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: none;
  position: relative;
}

/* line 1000, ../sass/style.scss */

.video-banner .close-video {
  position: absolute;
  right: 2px;
  z-index: 9999;
  color: #333;
  font-size: 24px;
  top: 15px;
  cursor: pointer;
  background: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 1015, ../sass/style.scss */

.video-banner iframe {
  width: 100% !important;
  height: 460px !important;
}

/* line 1020, ../sass/style.scss */

.water-solution-desc {
  max-width: 830px;
  margin: 0px auto 46px;
  width: 100%;
  text-align: center;
}

/* line 1025, ../sass/style.scss */

.water-solution-desc p {
  margin-bottom: 0;
}

/* line 1029, ../sass/style.scss */

h2,
.global-banner .inner-banner-text div:first-child {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #2d4059;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 1038, ../sass/style.scss */

h2::after,
.global-banner .inner-banner-text div:first-child::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 108px;
  background: #86919d;
  height: 2px;
  content: "";
}

/* line 1050, ../sass/style.scss */

.image-with-desc {
  position: relative;
  margin-bottom: 27px;
}

/* line 1054, ../sass/style.scss */

.image-with-desc h2 + div,
.image-with-desc .global-banner .inner-banner-text div:first-child + div,
.global-banner .inner-banner-text .image-with-desc div:first-child + div {
  overflow: hidden;
}

/* line 1057, ../sass/style.scss */

.image-with-desc .image-block {
  float: left;
  width: 50%;
}

/* line 1060, ../sass/style.scss */

.image-with-desc .image-block img {
  display: block;
  width: 100%;
  height: 100% !important;
}

/* line 1065, ../sass/style.scss */

.image-with-desc .images-desc-text {
  float: left;
  width: 50%;
  text-align: right;
  padding: 0 20px 60px 15px;
}

/* line 1070, ../sass/style.scss */

.image-with-desc .images-desc-text h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #2d4059;
  line-height: 1;
  margin-bottom: 18px;
}

/* line 1077, ../sass/style.scss */

.image-with-desc .images-desc-text h3::after {
  display: none;
}

/* line 1081, ../sass/style.scss */

.image-with-desc .images-desc-text p {
  margin-bottom: 16px;
  text-align: justify;
}

/* line 1085, ../sass/style.scss */

.image-with-desc .images-desc-text .blue-btn {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

/* line 1092, ../sass/style.scss */

.quick-tab-row {
  margin: 0 auto;
}

/* line 1094, ../sass/style.scss */

.quick-tab-row .image-block,
.quick-tab-row .images-desc-text {
  float: none;
}

/* line 1097, ../sass/style.scss */

.quick-tab-row .field-content {
  vertical-align: top;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}

/* line 1106, ../sass/style.scss */

.quick-tab-row .field-content .images-desc-text {
  position: relative;
  padding-top: 58px;
  padding-bottom: 80px;
  background: #f2f9ff;
}

/* line 1111, ../sass/style.scss */

.quick-tab-row .field-content .images-desc-text .blue-btn {
  bottom: 45px;
}

/* line 1117, ../sass/style.scss */

.quick-tab-row:nth-child(2n) .image-block {
  order: 2;
  -webkit-order: 2;
}

/* line 1121, ../sass/style.scss */

.quick-tab-row:nth-child(2n) .images-desc-text {
  order: 1;
  -webkit-order: 1;
  background: #fff;
  text-align: left;
}

/* line 1126, ../sass/style.scss */

.quick-tab-row:nth-child(2n) .images-desc-text h3 {
  text-align: left;
}

/* line 1129, ../sass/style.scss */

.quick-tab-row:nth-child(2n) .images-desc-text .blue-btn {
  left: 15px;
  right: auto;
}

/* line 1136, ../sass/style.scss */

.quicktabs-wrapper {
  margin: 0 !important;
}

/* line 1138, ../sass/style.scss */

.quicktabs-wrapper .form-group {
  margin: 0 !important;
}

/* line 1141, ../sass/style.scss */

.quicktabs-wrapper .quicktabs-tabs {
  max-width: 564px;
  width: 100%;
  margin: 0 auto 27px;
  background-color: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 17px;
  overflow: hidden;
}

/* line 1149, ../sass/style.scss */

.quicktabs-wrapper .quicktabs-tabs li {
  float: left;
  width: 50%;
  padding: 0;
}

/* line 1153, ../sass/style.scss */

.quicktabs-wrapper .quicktabs-tabs li a {
  font-size: 24px;
  color: #939eab;
  display: block;
  text-align: center;
  padding: 10px 0;
}

/* line 1161, ../sass/style.scss */

.quicktabs-wrapper .quicktabs-tabs li.active a {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.04);
  background-color: #2d4059;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}



/* line 1173, ../sass/style.scss */

.region-banner {
  position: relative;
}

/* line 1175, ../sass/style.scss */

.region-banner .custom-video-link {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1280px;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
}

/* line 1184, ../sass/style.scss */

.region-banner .custom-video-link h3 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 0 0;
  display: table;
}

/* line 1193, ../sass/style.scss */

.region-banner .custom-video-link a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  width: 172px;
  line-height: 50px;
  font-size: 18px;
  color: #2d4059;
  padding: 0 35px 0 16px;
  display: block;
  position: relative;
}

/* line 1203, ../sass/style.scss */

.region-banner .custom-video-link a::after {
  border-left: 11px solid #2d4059;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
}

/* line 1219, ../sass/style.scss */

.path-frontpage .content {
  padding: 0;
}

/* line 1220, ../sass/style.scss */

.path-frontpage .page-banner {
  position: relative;
}

/* line 1223, ../sass/style.scss */

.path-frontpage .scroll-page {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  bottom: -34px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgba(37, 15, 139, 0.1);
  -moz-box-shadow: 0 10px 25px 0 rgba(37, 15, 139, 0.1);
  -webkit-box-shadow: 0 10px 25px 0 rgba(37, 15, 139, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background: #fff url(../images/bottom-arrow.png) center center no-repeat;
}

/* line 1241, ../sass/style.scss */

.page-banner .form-group {
  margin: 0;
}

/* line 1242, ../sass/style.scss */

.page-banner .flexslider {
  border: none;
  margin: 0;
}

/* line 1245, ../sass/style.scss */

.page-banner .flexslider .flex-control-nav {
  display: none;
}

/* line 1249, ../sass/style.scss */

.page-banner .flexslider .flex-direction-nav a {
  margin: -62px 0 0;
  top: 50%;
  z-index: 99999;
}

/* line 1255, ../sass/style.scss */

.page-banner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev,
.page-banner .flexslider .flex-direction-nav .flex-nav-prev .flex-next,
.page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-prev,
.page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
  display: block;
  left: 40px;
  opacity: 1;
  font-size: 0;
  width: auto;
  height: auto;
}

/* line 1266, ../sass/style.scss */

.page-banner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 80px;
}

/* line 1275, ../sass/style.scss */

.page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
  right: 40px;
  left: auto;
}

/* line 1278, ../sass/style.scss */

.page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 80px;
}

/* line 1289, ../sass/style.scss */

.recommend-water-solution {
  text-align: center;
  margin: 50px auto;
  padding: 0 15px;
  position: relative;
}

/* line 1295, ../sass/style.scss */

.recommend-water-solution a.backlink {
  position: absolute;
  top: 30px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 6px;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  background: url(../images/back-btn.png);
  width: 35px;
  height: 35px;
}

/* line 1309, ../sass/style.scss */

.recommend-water-solution strong {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1316, ../sass/style.scss */

.recommend-water-solution p {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 1320, ../sass/style.scss */

.recommend-water-solution p:last-child {
  margin: 0;
}

/* line 1321, ../sass/style.scss */

.recommend-water-solution p strong {
  margin: 0;
  font-size: 18px;
  background: transparent;
}

/* line 1327, ../sass/style.scss */

.recommend-water-solution .tab-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}

/* line 1334, ../sass/style.scss */

.recommend-water-solution .tab-link li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(25.333% - 30px);
  height: 340px;
  border: 10px solid #fff;
  box-shadow: 0 0 0 2px #2d4059;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: all linear 0.3s 0s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/* line 1351, ../sass/style.scss */

.recommend-water-solution .tab-link li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

/* line 1360, ../sass/style.scss */

.recommend-water-solution .tab-link li p {
  padding: 20px 10px;
  background: rgba(218, 222, 229, 0.7);
  transform: translateY(130%);
  transition: all linear 0.3s 0s;
  font-size: 18px;
}

/* line 1367, ../sass/style.scss */

.recommend-water-solution .tab-link li:hover,
.recommend-water-solution .tab-link li.active {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

/* line 1370, ../sass/style.scss */

.recommend-water-solution .tab-link li:hover p,
.recommend-water-solution .tab-link li.active p {
  transform: translateY(0);
}

/* line 1372, ../sass/style.scss */

.recommend-water-solution .tab-link li:hover p strong,
.recommend-water-solution .tab-link li.active p strong {
  color: #000;
}

/* line 1376, ../sass/style.scss */

.recommend-water-solution .tab-link li:hover strong,
.recommend-water-solution .tab-link li.active strong {
  color: #fff;
  background: none;
}

/* line 1381, ../sass/style.scss */

.recommend-water-solution .tab-link li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  background: #fff;
}

/* line 1398, ../sass/style.scss */

.tab-content-block {
  display: none;
}

/* line 1400, ../sass/style.scss */

.tab-content-block .wrap-tab-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}

/* line 1409, ../sass/style.scss */

.tab-content-block .tab-content-list {
  width: calc(25.333% - 30px);
  height: 340px;
  border: 10px solid #fff;
  box-shadow: 0 0 0 2px #2d4059;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/* line 1423, ../sass/style.scss */

.tab-content-block .tab-content-list .inner-tab-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

/* line 1429, ../sass/style.scss */

.tab-content-block .tab-content-list a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

/* line 1438, ../sass/style.scss */

.tab-content-block .tab-content-list p {
  padding: 20px 10px;
  background: rgba(218, 222, 229, 0.7);
  transform: translateY(130%);
  transition: all linear 0.3s 0s;
  font-size: 18px;
}

/* line 1445, ../sass/style.scss */

.tab-content-block .tab-content-list:hover,
.tab-content-block .tab-content-list.active {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
}

/* line 1449, ../sass/style.scss */

.tab-content-block .tab-content-list:hover p,
.tab-content-block .tab-content-list.active p {
  transform: translateY(0);
}

/* line 1453, ../sass/style.scss */

.tab-content-block .tab-content-list img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  background: #fff;
}

/* line 1466, ../sass/style.scss */

.tab-content-block .tab-second-lavel {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

/* line 1476, ../sass/style.scss */

.navbar-btn {
  display: none;
}

/* line 1480, ../sass/style.scss */

.banner-section {
  background: linear-gradient(
    to right,
    rgba(171, 220, 255, 0.3),
    rgba(3, 150, 255, 0.3)
  );
  padding: 50px 0 10px;
}

/* line 1484, ../sass/style.scss */

.thumbnail-slider-block {
  margin-top: 30px;
}

/* line 1486, ../sass/style.scss */

.thumbnail-slider-block .base-image {
  float: right;
  width: calc(100% - 100px);
  margin-top: 60px;
}

/* line 1491, ../sass/style.scss */

.thumbnail-slider-block .base-image .slick-slide img {
  display: block !important;
  width: 312px !important;
  height: 355px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

/* line 1501, ../sass/style.scss */

.thumbnail-slider-block .slick-prev:hover,
.thumbnail-slider-block .slick-prev:focus,
.thumbnail-slider-block .slick-next:hover,
.thumbnail-slider-block .slick-next:focus {
  background: url(../images/thumnail-arrow.png) left top no-repeat;
  width: 12px;
  height: 8px;
}

/* line 1506, ../sass/style.scss */

.thumbnail-slider-block .slick-arrow {
  background: url(../images/thumnail-arrow.png) left top no-repeat;
  width: 12px;
  height: 8px;
  outline: none;
  z-index: 999;
}

/* line 1512, ../sass/style.scss */

.thumbnail-slider-block .slick-arrow::before {
  display: none;
}

/* line 1513, ../sass/style.scss */

.thumbnail-slider-block .slick-arrow.slick-next {
  right: 85px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* line 1519, ../sass/style.scss */

.thumbnail-slider-block .slick-arrow.slick-prev {
  left: 85px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/* line 1526, ../sass/style.scss */

.thumbnail-slider-block .slider-nav-thumbnails {
  width: 100px;
  float: left;
  height: 493px;
}

/* line 1530, ../sass/style.scss */

.thumbnail-slider-block .slider-nav-thumbnails .slick-next {
  left: 50%;
  right: auto;
  top: -27px;
  margin-left: -6px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* line 1539, ../sass/style.scss */

.thumbnail-slider-block .slider-nav-thumbnails .slick-prev {
  left: 50%;
  top: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  bottom: -25px;
  margin-left: -6px;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/* line 1552, ../sass/style.scss */

.thumbnail-slider-block .slider-nav-thumbnails .slick-slide {
  float: none;
  border: solid 1px #2d4059;
  padding: 10px;
  margin-bottom: 25px;
  height: 147px;
}

/* line 1558, ../sass/style.scss */

.thumbnail-slider-block .slider-nav-thumbnails .slick-slide img {
  height: 125px;
}

/* line 1561, ../sass/style.scss */

.thumbnail-slider-block
  .slider-nav-thumbnails
  .slick-slide.slick-current.slick-active {
  background: #fff;
}

/* line 1569, ../sass/style.scss */

.feature-section {
  padding: 46px 0;
  background: #ffffff;
}

/* line 1572, ../sass/style.scss */

.feature-section .grid-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
}

/* line 1581, ../sass/style.scss */

.feature-section .grid-4 {
  float: none;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
}

/* line 1588, ../sass/style.scss */

.feature-content {
  width: 100%;
  background: #ffffff;
  padding: 0 10px;
}

/* line 1592, ../sass/style.scss */

.feature-content figure {
  text-align: center;
  margin-bottom: 28px;
  margin-bottom: 12px;
  min-height: 55px;
}

/* line 1599, ../sass/style.scss */

.feature-content h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-style: normal;
  color: #2d4059;
  text-align: center;
  margin: 0 0 18px;
}

/* line 1609, ../sass/style.scss */

.feature-content p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
  color: #2d4059;
  text-align: center;
  margin: 0;
}

/* line 1626, ../sass/style.scss */

.specification-section {
  padding: 50px 0 15px;
  background: #ffffff;
}

/* line 1629, ../sass/style.scss */

.specification-section h2,
.specification-section .global-banner .inner-banner-text div:first-child,
.global-banner .inner-banner-text .specification-section div:first-child {
  margin-bottom: 66px;
}

/* line 1632, ../sass/style.scss */

.specification-section h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2d4059;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  margin: 0 0 30px;
  line-height: 1.25;
}

/* line 1641, ../sass/style.scss */

.specification-section h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 108px;
  height: 2px;
  background: #86919d;
  content: "";
}

/* line 1653, ../sass/style.scss */

.specification-section p {
  padding: 0 20px;
  font-size: 18px;
  margin: 15px 0;
  float: left;
  width: 100%;
}

/* line 1660, ../sass/style.scss */

.specification-section ul {
  margin: 0 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

/* line 1668, ../sass/style.scss */

.specification-section ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  font-size: 18px;
  width: 100%;
  word-wrap: break-word;
  border: 1px solid #ccc;
}

/* line 1679, ../sass/style.scss */

.specification-section ul li:nth-child(2n) {
  background: #f1f1f1;
}

/* line 1682, ../sass/style.scss */

.specification-section ul li strong {
  color: #43496a;
  line-height: 1.2;
  width: 50%;
  padding: 19px 13px;
}

/* line 1688, ../sass/style.scss */

.specification-section ul li span {
  width: 47%;
  color: #43496a;
  line-height: 1.2;
  text-align: center;
}

/* line 1695, ../sass/style.scss */

.specification-section ul ul {
  margin: 0;
  width: 100%;
}

/* line 1698, ../sass/style.scss */

.specification-section ul ul li {
  width: 100%;
  border: none;
  padding-left: 25px;
}

/* line 1705, ../sass/style.scss */

.specification-section .full-grid {
  width: 100%;
}

/* line 1708, ../sass/style.scss */

.specification-section .full-grid ul li {
  width: 48.5%;
}

/* line 1710, ../sass/style.scss */

.specification-section .full-grid ul li.grey_bg {
  background: #f1f1f1 !important;
}

/* line 1713, ../sass/style.scss */

.specification-section .full-grid ul li:nth-child(2n) {
  background: transparent;
}

/* line 1721, ../sass/style.scss */

.product-section {
  padding: 40px 0 10px;
  background: #f3f3f3;
}

/* line 1724, ../sass/style.scss */

.product-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2d4059;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 43px;
}

/* line 1732, ../sass/style.scss */

.product-section h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 108px;
  background: #86919d;
  height: 2px;
  content: "";
}

/* line 1746, ../sass/style.scss */

.product-section .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0 50px;
}

/* line 1754, ../sass/style.scss */

.product-section .view-content .views-row {
  width: calc(33.33333333% - 40px);
  margin: 0 20px 40px;
  padding: 0;
  background: #ffffff;
  position: relative;
  border: 1px solid #646464;
}

/* line 1761, ../sass/style.scss */

.product-section .view-content .views-row .grid-3 {
  width: 100%;
  padding: 0;
  float: none;
}

/* line 1768, ../sass/style.scss */

.product-section .view-content .views-row .product-main .read-more-btn {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

/* line 1774, ../sass/style.scss */

.product-section .view-content .views-row .product-info {
  padding-bottom: 16px;
}

/* line 1776, ../sass/style.scss */

.product-section .view-content .views-row .product-info li {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  align-content: stretch;
  float: none;
}

/* line 1786, ../sass/style.scss */

.product-section .view-content .views-row .product-info li:nth-child(2n) {
  width: 100%;
  text-align: left;
}

/* line 1795, ../sass/style.scss */

.product-main {
  padding: 20px 10px 15px;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}

/* line 1800, ../sass/style.scss */

.product-main figure {
  text-align: center;
  margin-bottom: 16px;
}

/* line 1803, ../sass/style.scss */

.product-main figure img {
  height: 200px;
}

/* line 1807, ../sass/style.scss */

.product-main h3 {
  font-size: 24px;
  line-height: 33px;
  color: #323c47;
  margin: 0;
}

/* line 1813, ../sass/style.scss */

.product-main h3 small {
  font-size: 18px;
  float: right;
}

/* line 1818, ../sass/style.scss */

.product-main h3:after {
  display: none;
}

/* line 1823, ../sass/style.scss */

.product-main h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #939eab;
  margin: 0 0 14px 0;
}

/* line 1830, ../sass/style.scss */

.product-main .product-name {
  margin-bottom: 18px;
}

/* line 1832, ../sass/style.scss */

.product-main .product-name strong {
  font-size: 24px;
  color: #323c47;
  line-height: 1;
  font-weight: 400;
  float: left;
  width: 66%;
}

/* line 1839, ../sass/style.scss */

.product-main .product-name strong span {
  font-size: 24px;
  color: #323c47;
  line-height: 1;
  font-weight: 400;
  width: 100%;
}

/* line 1847, ../sass/style.scss */

.product-main .product-name span {
  font-size: 18px;
  color: #2d4059;
  line-height: 1.38;
  float: left;
  margin-top: 5px;
}

/* line 1852, ../sass/style.scss */

.product-main .product-name span small {
  font-size: 100%;
}

/* line 1858, ../sass/style.scss */

.bullet-color-list {
  float: left;
  margin-bottom: 12px;
  line-height: 1;
}

/* line 1862, ../sass/style.scss */

.bullet-color-list li {
  float: left;
}

/* line 1864, ../sass/style.scss */

.bullet-color-list li a {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin-right: 6px;
}

/* line 1871, ../sass/style.scss */

.bullet-color-list li a.red {
  background: #a53027;
}

/* line 1875, ../sass/style.scss */

.bullet-color-list li a.blue {
  background: #013151;
}

/* line 1881, ../sass/style.scss */

.bullet-color-list.right {
  float: right;
}

/* line 1887, ../sass/style.scss */

.product-info li {
  color: #242833;
  font-size: 14px;
  line-height: 17px;
  float: left;
  margin-bottom: 10px;
  width: 53%;
}

/* line 1894, ../sass/style.scss */

.product-info li:nth-child(2n) {
  float: right;
  width: 47%;
  text-align: right;
}

/* line 1902, ../sass/style.scss */

.checkbox-container label {
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 12px;
  color: #2d4059;
  font-weight: 400;
}

/* line 1910, ../sass/style.scss */

.checkbox-container input[type="checkbox"] {
  vertical-align: middle;
}

/* line 1915, ../sass/style.scss */

.product-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1;
  margin-top: 0;
}

/* line 1921, ../sass/style.scss */

.product-content h4 strong {
  font-weight: bold;
  color: #242833;
}

/* line 1926, ../sass/style.scss */

.product-content .product-name {
  font-size: 28px;
  color: #242833;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

/* line 1933, ../sass/style.scss */

.product-content .product-category {
  margin-bottom: 15px;
}

/* line 1935, ../sass/style.scss */

.product-content .product-category div div {
  font-size: 20px;
  color: #242833;
  line-height: 1;
}

/* line 1936, ../sass/style.scss */

.product-content .product-category div div:first-child {
  display: none;
}

/* line 1940, ../sass/style.scss */

.product-content .product-category div div a {
  color: #242833;
}

/* line 1942, ../sass/style.scss */

.product-content .product-category div div a:hover {
  color: #1eafed;
}

/* line 1948, ../sass/style.scss */

.product-content .product-price {
  margin-bottom: 20px;
  font-size: 32px;
  color: #242833;
  line-height: 1;
  font-weight: bold;
}

/* line 1954, ../sass/style.scss */

.product-content .product-price div {
  display: inline-block;
}

/* line 1958, ../sass/style.scss */

.product-content .product-price div div:first-child {
  display: none;
}

/* line 1964, ../sass/style.scss */

.product-content .product-info li {
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  align-content: stretch;
  float: none;
}

/* line 1976, ../sass/style.scss */

.product-content .product-info li .title-content {
  font-weight: bold;
  margin-right: 4px;
}

/* line 1983, ../sass/style.scss */

.product-content label {
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 1988, ../sass/style.scss */

.product-content .form-control {
  font-size: 20px;
  height: 40px;
}

/* line 1992, ../sass/style.scss */

.product-content .form-group {
  width: 100%;
  margin-bottom: 15px;
}

/* line 1995, ../sass/style.scss */

.product-content .form-group label {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

/* line 2004, ../sass/style.scss */

.product-stores {
  margin: 10px 0 0;
  display: block;
  padding: 0 20px;
}

/* line 2014, ../sass/style.scss */

.product-stores .locate-store {
  padding-right: 25px;
  float: left;
}

/* line 2017, ../sass/style.scss */

.product-stores .locate-store span {
  font-size: 24px;
  color: #242833;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  display: block;
}

/* line 2024, ../sass/style.scss */

.product-stores .locate-store a.find-store {
  background: #fff;
  border: 1px solid #242833;
  color: #242833;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* line 2032, ../sass/style.scss */

.product-stores .locate-store a.find-store i {
  margin-right: 5px;
}

/* line 2035, ../sass/style.scss */

.product-stores .locate-store a.find-store .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2043, ../sass/style.scss */

.product-stores .locate-store a.find-store .fa-map-marker::before {
  content: "\f041";
}

/* line 2046, ../sass/style.scss */

.product-stores .locate-store a.find-store:hover {
  background: #2d4059;
  color: #fff;
}

/* line 2052, ../sass/style.scss */

.product-stores .buy-online {
  padding-left: 25px;
  border-left: 2px solid #242833;
  float: left;
  min-height: 97px;
}

/* line 2057, ../sass/style.scss */

.product-stores .buy-online li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

/* line 2061, ../sass/style.scss */

.product-stores .buy-online li a {
  background: #fff;
  border: 1px solid #05507d;
  padding: 0 8px;
  border-radius: 40px;
  height: 36px;
  margin: 0 0 8px 0;
}

/* line 2068, ../sass/style.scss */

.product-stores .buy-online li a img {
  margin: 7px 0 0 0;
}

/* line 2073, ../sass/style.scss */

.product-stores .buy-online span {
  font-size: 24px;
  color: #242833;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  display: block;
}

/* line 2083, ../sass/style.scss */

.download {
  margin: 5px 0 0 0;
}

/* line 2085, ../sass/style.scss */

.download a {
  font-size: 16px;
  color: #156caa;
  font-family: "Open Sans";
  font-weight: 500;
  display: inline-block;
  background: url(../images/download.png) left center no-repeat;
  padding: 0 0 0 28px;
  line-height: 24px;
}

/* line 2096, ../sass/style.scss */

.grid-row {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 2101, ../sass/style.scss */

.grid-2 {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

/* line 2108, ../sass/style.scss */

.grid-3 {
  width: 33.33333333%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

/* line 2115, ../sass/style.scss */

.grid-4 {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

/* line 2124, ../sass/style.scss */

.read-more-btn {
  font-size: 14px;
  line-height: 27px;
  color: #1eafed;
}

/* line 2130, ../sass/style.scss */

.download-link {
  font-size: 16px;
  line-height: 38px;
  color: #156caa;
  font-weight: 500;
  font-style: normal;
}

/* line 2136, ../sass/style.scss */

.download-link img {
  vertical-align: text-bottom;
  margin-right: 10px;
}

/* line 2142, ../sass/style.scss */

.tool-tip-container {
  position: relative;
}

/* line 2147, ../sass/style.scss */

.tool-tip-menu ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 210px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #2d4059;
}

/* line 2155, ../sass/style.scss */

.tool-tip-menu ul:before,
.tool-tip-menu ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 2166, ../sass/style.scss */

.tool-tip-menu ul:after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

/* line 2173, ../sass/style.scss */

.tool-tip-menu ul:before {
  border-color: transparent;
  border-bottom-color: #2d4059;
  border-width: 11px;
  margin-left: -11px;
}

/* line 2180, ../sass/style.scss */

.tool-tip-menu ul li {
  position: relative;
}

/* line 2183, ../sass/style.scss */

.tool-tip-menu ul li a {
  font-size: 20px;
  line-height: 40px;
  color: #2d4059;
  font-weight: 400;
  font-style: normal;
}

/* line 2191, ../sass/style.scss */

.tool-tip-menu ul li ul {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}

/* line 2196, ../sass/style.scss */

.tool-tip-menu ul li ul:before,
.tool-tip-menu ul li ul:after {
  left: auto;
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 2208, ../sass/style.scss */

.tool-tip-menu ul li ul:after {
  border-color: transparent;
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}

/* line 2215, ../sass/style.scss */

.tool-tip-menu ul li ul:before {
  border-color: transparent;
  border-right-color: #2d4059;
  border-width: 11px;
  margin-top: -11px;
}

/* line 2229, ../sass/style.scss */

.buy-now-btn:hover + .tool-tip-menu > ul {
  display: block;
}

/* line 2237, ../sass/style.scss */

label + input[type="checkbox"],
label + input[type="radio"] {
  margin-left: 5px;
}

/* line 2241, ../sass/style.scss */

.form-control {
  width: 100%;
  border: 1px solid #242833;
  height: 54px;
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 2251, ../sass/style.scss */

.buy-now-btn {
  background: #2d4059;
  display: inline-block;
  color: #ffffff;
  min-width: 152px;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 2265, ../sass/style.scss */

.banner .field-content {
  display: block;
  width: 100%;
}

/* line 2270, ../sass/style.scss */

.global-banner {
  position: relative;
  margin-bottom: 0;
}

/* line 2274, ../sass/style.scss */

.global-banner .banner-image img {
  display: block;
  width: 100%;
}

/* line 2279, ../sass/style.scss */

.global-banner .banner-text {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 2283, ../sass/style.scss */

.global-banner .inner-banner-text {
  text-align: center;
  padding: 35px 80px 40px;
}

/* line 2286, ../sass/style.scss */

.global-banner .inner-banner-text p,
.global-banner .inner-banner-text div {
  line-height: 1.35;
  color: #242833;
  font-size: 20px;
}

/* line 2290, ../sass/style.scss */

.global-banner .inner-banner-text p:empty,
.global-banner .inner-banner-text div:empty {
  display: none;
}

/* line 2294, ../sass/style.scss */

.global-banner .inner-banner-text div:first-child {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px !important;
}

/* line 2304, ../sass/style.scss */

.alert-dismissable .close,
.alert-dismissible .close {
  display: none;
}

/* line 2305, ../sass/style.scss */

.contact-form {
  font-family: "Roboto", sans-serif;
}

/* line 2307, ../sass/style.scss */

.contact-form .container,
.contact-form .path-user .region-content,
.path-user .contact-form .region-content,
.contact-form .image-with-desc,
.contact-form .recommend-water-solution,
.contact-form .content,
.contact-form .compare,
.contact-form .technical-specification {
  padding: 0 0 35px 0;
}

/* line 2308, ../sass/style.scss */

.contact-form .block-webform {
  width: 32.5%;
  float: left;
}

/* line 2309, ../sass/style.scss */

.contact-form .block-webform input {
  width: 100%;
  height: 38px;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 38px;
}

/* line 2310, ../sass/style.scss */

.contact-form .block-webform textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 16px;
}

/* line 2311, ../sass/style.scss */

.contact-form .block-webform .js-form-type-checkbox {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 2312, ../sass/style.scss */

.contact-form .block-webform input[type="checkbox"] {
  width: auto;
  width: 15px;
  float: left;
  margin-right: 7px;
  height: 15px;
  margin-top: 10px;
}

/* line 2313, ../sass/style.scss */

.contact-form .block-webform label {
  color: #000;
  font-size: 14px;
  padding: 8px 0 0 0;
  display: block;
  font-weight: 300;
  overflow-y: hidden;
}

/* line 2314, ../sass/style.scss */

.contact-form .block-webform .form-submit {
  width: 140px;
  height: 38px;
  background: #000;
  color: #fff;
  border-radius: 40px;
  border: none;
  cursor: pointer;
}

/* line 2317, ../sass/style.scss */

.contact-form #block-customercare {
  float: left;
  margin: 20px 0 0 115px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 54%;
}

/* line 2318, ../sass/style.scss */

.contact-form #block-customercare p {
  color: #000;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 2319, ../sass/style.scss */

.contact-form #block-customercare .phone {
  font-size: 30px;
  margin: 0 0 20px 0;
}

/* line 2320, ../sass/style.scss */

.contact-form #block-customercare .phone:before {
  background: #bdbdbd;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  content: "\f095";
  font-family: "FontAwesome";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -3px 10px 0 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

/* line 2336, ../sass/style.scss */

.contact-form #block-customercare .mail {
  font-size: 30px;
}

/* line 2337, ../sass/style.scss */

.contact-form #block-customercare .mail a {
  color: #000;
}

/* line 2340, ../sass/style.scss */

.contact-form #block-customercare .mail:before {
  background: #bdbdbd;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  content: "\f0e0";
  font-family: "FontAwesome";
  border-radius: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}

/* line 2349, ../sass/style.scss */

#block-contactaddress {
  width: 100%;
  background: #e5e5e5;
  color: #000;
  padding: 30px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 2350, ../sass/style.scss */

#block-contactaddress .box-center {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

/* line 2360, ../sass/style.scss */

#block-contactaddress .box-center p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 2364, ../sass/style.scss */

#block-contactaddress .box {
  float: left;
  font-size: 14px;
  margin: 0 100px 0 0;
}

/* line 2365, ../sass/style.scss */

#block-contactaddress .box span {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

/* line 2366, ../sass/style.scss */

#block-contactaddress .box ul {
  color: #555;
}

/* line 2369, ../sass/style.scss */

#block-contactaddress .box strong {
  font-weight: bold;
  color: #000;
  font-family: "Roboto", sans-serif;
}

/* line 2371, ../sass/style.scss */

#block-contactaddress .box-right {
  margin: 0;
}

/* line 2372, ../sass/style.scss */

#block-contactaddress .box-right ul {
  float: left;
  width: 50%;
  padding-right: 10px;
}

/* line 2378, ../sass/style.scss */

#map {
  height: 100vh;
}

/* line 2380, ../sass/style.scss */

#map iframe {
  width: 100% !important;
  height: 100% !important;
}

/* line 2386, ../sass/style.scss */

.store-navigator-container {
  position: relative;
}

/* line 2389, ../sass/style.scss */

.find-store-navegator {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9999;
  width: 30%;
  padding: 0 16px;
  overflow-y: auto;
  height: 98%;
}

/* line 2401, ../sass/style.scss */

.StoreContentHeader h2,
.StoreContentHeader .global-banner .inner-banner-text div:first-child,
.global-banner .inner-banner-text .StoreContentHeader div:first-child {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
}

/* line 2408, ../sass/style.scss */

.StoreContentHeader h2:after,
.StoreContentHeader .global-banner .inner-banner-text div:first-child:after,
.global-banner .inner-banner-text .StoreContentHeader div:first-child:after {
  content: none;
}

/* line 2412, ../sass/style.scss */

.StoreContentHeader h5 {
  display: inline-block;
  margin: 0 15px 0 0;
}

/* line 2415, ../sass/style.scss */

.StoreContentHeader h5 a {
  color: #2d4059;
}

/* line 2422, ../sass/style.scss */

.store-container h3 {
  font-size: 32px;
  color: #242833;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 50px;
  font-family: "Roboto", sans-serif;
}

/* line 2430, ../sass/style.scss */

.store-container h4 {
  font-size: 24px;
  color: #242833;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}

/* line 2438, ../sass/style.scss */

.store-container .navigation-menu {
  overflow: hidden;
  margin-bottom: 40px;
}

/* line 2441, ../sass/style.scss */

.store-container .navigation-menu li {
  float: left;
  line-height: 1;
}

/* line 2444, ../sass/style.scss */

.store-container .navigation-menu li a {
  color: #242833;
  display: block;
  padding: 0 20px 8px;
  border-bottom: 3px solid transparent;
  font-size: 17px;
  font-weight: 400;
}

/* line 2453, ../sass/style.scss */

.store-container .navigation-menu li.active a {
  border-bottom: 3px solid #184562;
}

/* line 2459, ../sass/style.scss */

.store-container .select-store {
  margin-left: -15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 10px 10px 15px 0;
}

/* line 2465, ../sass/style.scss */

.store-container .select-store .form-group {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin: 0;
}

/* line 2470, ../sass/style.scss */

.store-container .select-store .form-group label {
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

/* line 2478, ../sass/style.scss */

.store-container .select-store select {
  width: 100%;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 400;
  height: 35px;
  padding: 0 6px;
}

/* line 2486, ../sass/style.scss */

.store-container .select-store #store_pin,
.store-container .select-store #store_city {
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
}

/* line 2490, ../sass/style.scss */

.store-container .select-store #store_pin input,
.store-container .select-store #store_city input {
  width: 100%;
  height: 35px;
  line-height: 35px;
}

/* line 2495, ../sass/style.scss */

.store-container .select-store #store_pin input#str_pin,
.store-container .select-store #store_city input#str_pin {
  padding: 0 31px 0 10px;
}

/* line 2498, ../sass/style.scss */

.store-container .select-store #store_pin input[type="submit"],
.store-container .select-store #store_city input[type="submit"] {
  background: #313131 url("../images/store-search.png") center 8px no-repeat;
  width: 32px !important;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
}

/* line 2511, ../sass/style.scss */

.store-container .filter-list {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-left: -15px;
  padding: 16px;
  border-left: 5px solid transparent;
  cursor: pointer;
  position: relative;
}

/* line 2522, ../sass/style.scss */

.store-container .filter-list::before {
  background: #fff url(../images/navigation-arrow.png) 12px 9px no-repeat;
  position: absolute;
  right: 15px;
  width: 32px;
  height: 32px;
  content: "";
  top: 50%;
  margin-top: -16px;
}

/* line 2532, ../sass/style.scss */

.store-container .filter-list:hover {
  border-left-color: #e30613;
}

/* line 2534, ../sass/style.scss */

.store-container .filter-list:hover::before {
  background-color: #e30613;
  background-position: 12px -56px;
}

/* line 2539, ../sass/style.scss */

.store-container .filter-list h5 {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 7px;
  font-family: "Roboto", sans-serif;
}

/* line 2548, ../sass/style.scss */

.store-container .filter-list p,
.store-container .filter-list span {
  color: #757575;
  font-size: 14px;
  margin: 4px 0 0;
  line-height: 1.3;
  font-weight: 400;
}

/* line 2555, ../sass/style.scss */

.store-container .filter-list span {
  margin-top: 8px;
  display: block;
}

/* line 2560, ../sass/style.scss */

.store-container #StoreContentBody > div {
  display: flex;
  margin-bottom: 15px;
}

/* line 2563, ../sass/style.scss */

.store-container #StoreContentBody > div p,
.store-container #StoreContentBody > div img {
  vertical-align: middle;
  margin-right: 10px;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 400;
}

/* line 2570, ../sass/style.scss */

.store-container #StoreContentBody > div a {
  font-size: 15px;
  color: #2d4059;
}

/* line 2574, ../sass/style.scss */

.store-container #StoreContentBody > div .fa {
  font-size: 24px;
  color: #757575;
  margin-right: 10px;
  opacity: 0.6;
}

/* line 2583, ../sass/style.scss */

.content {
  padding: 30px 0;
}

/* line 2586, ../sass/style.scss */

.content p {
  font-size: 16px;
  margin-bottom: 18px;
}

/* line 2589, ../sass/style.scss */

.content p strong {
  font-size: 18px;
}

/* line 2593, ../sass/style.scss */

.content ul {
  margin-bottom: 18px;
  line-height: 1.35;
}

/* line 2601, ../sass/style.scss */

.path-search .region-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 15px 35px;
}

/* line 2605, ../sass/style.scss */

.path-search .region-content:before {
  content: "";
  display: table;
}

/* line 2609, ../sass/style.scss */

.path-search .region-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2616, ../sass/style.scss */

.path-search .view-water-search .view-content {
  display: flex;
  flex-wrap: wrap;
}

/* line 2619, ../sass/style.scss */

.path-search .view-water-search .view-content .views-row {
  text-align: center;
  padding: 15px;
  margin: 20px 1% 0;
  width: 31%;
  box-shadow: 0 0 15px #f1f1f1;
  border: 1px solid transparent;
  border-bottom: 1px solid #2d4059;
}

/* line 2627, ../sass/style.scss */

.path-search .view-water-search .view-content .views-row h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin: 20px 0 10px;
}

/* line 2632, ../sass/style.scss */

.path-search .view-water-search .view-content .views-row h3 a {
  color: #2d4059;
}

/* line 2636, ../sass/style.scss */

.path-search .view-water-search .view-content .views-row p {
  margin: 0 0 10px;
}

/* line 2639, ../sass/style.scss */

.path-search .view-water-search .view-content .views-row img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

/* line 2644, ../sass/style.scss */

.path-search .view-water-search .view-content .views-row:hover {
  border: 1px solid #2d4059;
}

/* line 2650, ../sass/style.scss */

.path-search .js-pager__items {
  text-align: center;
}

/* line 2652, ../sass/style.scss */

.path-search .js-pager__items li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}

/* line 2657, ../sass/style.scss */

.path-search .js-pager__items li a {
  background: url(../images/bottom-arrow.png) left center no-repeat;
  font-size: 0px;
  width: 12px;
  height: 8px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  display: block;
  margin-top: 2px;
  border: none;
  padding: 0;
}

/* line 2670, ../sass/style.scss */

.path-search .js-pager__items li.next {
  margin-left: 10px;
}

/* line 2673, ../sass/style.scss */

.path-search .js-pager__items li.previous {
  margin-right: 10px;
}

/* line 2675, ../sass/style.scss */

.path-search .js-pager__items li.previous a {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

/* line 2687, ../sass/style.scss */

.compare {
  text-align: center;
}

/* line 2690, ../sass/style.scss */

.compare .top-title {
  text-align: left;
  background: #5a5a5a;
  width: 320px;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 30px;
  margin: 0 0 60px 0;
  position: relative;
  height: 60px;
  line-height: 60px;
}

/* line 2701, ../sass/style.scss */

.compare .top-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 30px solid #fff;
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
}

/* line 2711, ../sass/style.scss */

.compare .compare-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-left: -60px;
}

/* line 2719, ../sass/style.scss */

.compare .compare-main-wrap .compare-box {
  width: 25%;
  position: relative;
  padding-left: 60px;
  margin-bottom: 70px;
  padding-bottom: 60px;
}

/* line 2725, ../sass/style.scss */

.compare .compare-main-wrap .compare-box .clear-all {
  background: #313131;
  color: #fff;
  padding: 0;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  width: 35px;
  height: 35px;
  right: 7px;
  line-height: 30px;
}

/* line 2737, ../sass/style.scss */

.compare .compare-main-wrap .compare-box .clear-all::after {
  content: "x";
  font-size: 22px;
}

/* line 2742, ../sass/style.scss */

.compare .compare-main-wrap .compare-box img {
  display: block;
  margin: 0 auto 20px;
  padding: 0 35px;
}

/* line 2747, ../sass/style.scss */

.compare .compare-main-wrap .compare-box .title {
  font-size: 28px;
  font-weight: 700;
  color: #2d4059;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 2754, ../sass/style.scss */

.compare .compare-main-wrap .compare-box p {
  font-size: 18px;
  margin: 0;
  padding-bottom: 0;
}

/* line 2759, ../sass/style.scss */

.compare .compare-main-wrap .compare-box .blue-btn {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 140px;
  background: #1eafed;
  padding: 7px 0;
}

/* line 2770, ../sass/style.scss */

.compare .compare-main-wrap .compare-box.clear-btn .clear-all {
  background: #313131;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  width: 150px;
  height: 36px;
  bottom: 0;
  line-height: 36px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
}

/* line 2784, ../sass/style.scss */

.compare .compare-main-wrap .compare-box.clear-btn .clear-all::after {
  display: none;
}

/* line 2790, ../sass/style.scss */

.technical-specification {
  text-align: center;
}

/* line 2793, ../sass/style.scss */

.technical-specification .compare-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-left: -60px;
}

/* line 2801, ../sass/style.scss */

.technical-specification .compare-main-wrap .compare-box {
  width: 25%;
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  word-wrap: break-word;
}

/* line 2807, ../sass/style.scss */

.technical-specification .compare-main-wrap .compare-box .compare-row {
  font-size: 18px;
  background: url(../images/compare-line.jpg) center bottom no-repeat;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

/* line 2812, ../sass/style.scss */

.technical-specification .compare-main-wrap .compare-box .compare-row.bold {
  font-weight: 700;
}

/* line 2819, ../sass/style.scss */

.compare-fixed-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  background: #00b0e7;
  color: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  z-index: 9999;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none;
}

/* line 2833, ../sass/style.scss */

.compare-fixed-wrap a {
  color: #fff;
}

/* line 2837, ../sass/style.scss */

.alert-success {
  text-align: center;
  font-size: 20px;
}

/* line 2840, ../sass/style.scss */

.alert-success .close {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1325px) {
  /* line 2, ../sass/_responsive.scss */
  #header-wrap,
  #top-nav,
  .image-with-desc,
  #block-footer,
  .banner-section,
  .feature-section,
  .specification-section,
  .product-section,
  .nav-wrapper,
  .global-banner .banner-text,
  .content,
  .contact-form,
  #block-contactaddress {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 7, ../sass/_responsive.scss */
  .grid-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 11, ../sass/_responsive.scss */
  .grid-4,
  .grid-2,
  .grid-3,
  .compare-main-wrap,
  .path-water-search .region-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 15, ../sass/_responsive.scss */
  .footer .footer-form {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 21, ../sass/_responsive.scss */
  .region-banner .custom-video-link {
    padding-left: 15px;
  }
  /* line 23, ../sass/_responsive.scss */
  .region-banner .custom-video-link h3 {
    font-size: 30px;
  }
  /* line 27, ../sass/_responsive.scss */
  .thumbnail-slider-block .slick-arrow.slick-prev {
    left: 15px;
  }
  /* line 28, ../sass/_responsive.scss */
  .thumbnail-slider-block .slick-arrow.slick-next {
    right: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1470px) {
  /* line 31, ../sass/_responsive.scss */
  .region-banner .custom-video-link {
    padding-left: 0%;
  }
}

@media (max-width: 1199px) {
  /* line 36, ../sass/_responsive.scss */
  .product-section .view-content {
    padding: 0;
  }
  /*footer tablet*/
  /* line 41, ../sass/_responsive.scss */
  .footer .footer-column.categories {
    padding-right: 10px;
  }
  /* line 44, ../sass/_responsive.scss */
  .footer .footer-column.product-range {
    padding: 0 10px;
  }
  /* line 46, ../sass/_responsive.scss */
  .footer .footer-column.product-range .brand-logo {
    width: 100%;
    border: none;
  }
  /* line 50, ../sass/_responsive.scss */
  .footer .footer-column.product-range ul {
    width: 100%;
  }
  /* line 53, ../sass/_responsive.scss */
  .footer .footer-column.product-range .find-store {
    font-size: 13px;
    bottom: -10px;
  }
  /* line 57, ../sass/_responsive.scss */
  .footer .footer-column.product-range .store.online-store li {
    margin: 5px auto;
  }
  /* line 61, ../sass/_responsive.scss */
  .footer .footer-column.support {
    padding-left: 10px;
  }
  /* line 63, ../sass/_responsive.scss */
  .footer .footer-column.support a {
    font-size: 18px;
  }
  /* line 69, ../sass/_responsive.scss */
  .recommend-water-solution .tab-content-block .tab-content-list,
  .recommend-water-solution .tab-link li {
    width: calc(33.333% - 30px);
  }
  /* line 73, ../sass/_responsive.scss */
  .recommend-water-solution .tab-link li p,
  .recommend-water-solution .tab-content-block .tab-content-list p {
    transform: translate(0);
  }
  /* line 79, ../sass/_responsive.scss */
  .footer .retail-store > ul {
    padding: 5px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../sass/_responsive.scss */
  #header-wrap .header .header-right {
    margin-top: 8px;
  }
  /* line 88, ../sass/_responsive.scss */
  #header-wrap .header .header-right .social-icon {
    margin-right: 10px;
    margin-top: 0;
  }
  /* line 93, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo {
    margin: 9px 14px 0;
  }
  /* line 95, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo::before {
    content: "";
    margin: -5px 0 0 -18px;
  }
  /* line 103, ../sass/_responsive.scss */
  .global-banner .banner-text {
    padding: 0 15px;
  }
  /* line 106, ../sass/_responsive.scss */
  .global-banner .inner-banner-text {
    max-width: 100%;
  }
  /* line 111, ../sass/_responsive.scss */
  .product-section .grid-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 116, ../sass/_responsive.scss */
  .product-section .product-info li {
    font-size: 12px;
  }
  /* line 120, ../sass/_responsive.scss */
  .feature-section {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 123, ../sass/_responsive.scss */
  .feature-section .grid-row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 127, ../sass/_responsive.scss */
  .feature-section .grid-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 130, ../sass/_responsive.scss */
  .feature-section .grid-4 .feature-content {
    padding: 0;
  }
  /* line 135, ../sass/_responsive.scss */
  .specification-section,
  .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 138, ../sass/_responsive.scss */
  .specification-section .grid-row,
  .banner-section .grid-row {
    margin: 0;
  }
  /* line 141, ../sass/_responsive.scss */
  .specification-section .grid-2,
  .banner-section .grid-2 {
    padding: 0 15px;
  }
  /* line 145, ../sass/_responsive.scss */
  #block-contactaddress .box {
    margin: 0 35px 0 0;
  }
  /* line 149, ../sass/_responsive.scss */
  .contact-form .container,
  .contact-form .path-user .region-content,
  .path-user .contact-form .region-content,
  .contact-form .image-with-desc,
  .contact-form .recommend-water-solution,
  .contact-form .content,
  .contact-form .compare,
  .contact-form .technical-specification {
    padding-top: 0;
  }
  /* line 153, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box img {
    padding: 0 40px;
  }
  /* line 156, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box .clear-all {
    right: -6px;
  }
  /* line 159, ../sass/_responsive.scss */
  .grid-row.clearfix {
    margin: 0 -15px !important;
  }
  /* line 162, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box {
    padding-left: 20px;
  }
  /* line 165, ../sass/_responsive.scss */
  .compare .compare-main-wrap {
    margin-left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 171, ../sass/_responsive.scss */
  body {
    margin-top: 10;
  }
  /* line 174, ../sass/_responsive.scss */
  .product-info li:nth-child(2n),
  .product-content .product-info li {
    width: 100%;
    text-align: left;
  }
  /* line 178, ../sass/_responsive.scss */
  .banner-section {
    padding: 35px 0 50px;
  }
  /* line 181, ../sass/_responsive.scss */
  .feature-section {
    padding: 35px 0;
  }
  /* line 184, ../sass/_responsive.scss */
  #header-wrap .header .header-right .social-icon a {
    margin: 0 4px;
  }
  /* line 187, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo {
    margin: 8px 0px 0 8px;
  }
  /* line 190, ../sass/_responsive.scss */
  #header-wrap .header .header-right {
    margin-top: 3px;
  }
  /* line 193, ../sass/_responsive.scss */
  #header-wrap .header .header-right .language {
    width: 140px;
    margin: 0px 0 0 8px;
  }
  /* line 196, ../sass/_responsive.scss */
  #header-wrap .header .header-right .language select {
    background-position: 114px center;
  }
  /* line 200, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo span {
    font-size: 20px;
  }
  /* line 203, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo::after {
    margin: -3px 0 0 6px;
  }
  /* line 206, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo::before {
    margin: -5px 0 0 -11px;
  }
  /* line 210, ../sass/_responsive.scss */
  .product-section .view-content .views-row {
    width: calc(50% - 40px);
  }
  /* line 215, ../sass/_responsive.scss */
  .nav-wrapper .navbar-brand {
    font-size: 20px;
  }
  /* line 218, ../sass/_responsive.scss */
  .nav-wrapper .views-exposed-form input {
    width: 140px;
  }
  /* line 221, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li {
    font-size: 14px;
  }
  /* line 223, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li:first-child > a {
    padding-left: 10px;
  }
  /* line 226, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li > a {
    padding: 18px 10px;
  }
  /* line 231, ../sass/_responsive.scss */
  .region-banner .custom-video-link {
    bottom: 0px;
  }
  /* line 234, ../sass/_responsive.scss */
  .contact-form #block-customercare {
    margin: 20px 0 0 35px;
    width: 60%;
  }
  /* line 237, ../sass/_responsive.scss */
  .contact-form #block-customercare .mail,
  .contact-form #block-customercare .phone {
    font-size: 25px;
  }
  /* line 241, ../sass/_responsive.scss */
  .product-stores .locate-store {
    padding-right: 20px;
  }
  /* line 243, ../sass/_responsive.scss */
  .product-stores .locate-store span {
    font-size: 22px;
  }
  /* line 246, ../sass/_responsive.scss */
  .product-stores .locate-store a.find-store {
    padding: 7px 14px;
    font-size: 14px;
  }
  /* line 251, ../sass/_responsive.scss */
  .product-stores .buy-online {
    padding-left: 20px;
  }
  /* line 253, ../sass/_responsive.scss */
  .product-stores .buy-online span {
    font-size: 22px;
  }
  /* line 257, ../sass/_responsive.scss */
  .product-stores .buy-online li {
    margin: 0 0 7px;
    display: block;
  }
  /* line 261, ../sass/_responsive.scss */
  .global-banner .inner-banner-text {
    padding: 35px 10px 40px;
  }
  /* line 264, ../sass/_responsive.scss */
  .navbar-toggle {
    display: none;
  }
  /* line 269, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .region-we-mega-menu {
    padding: 0;
    background: transparent;
    display: block;
    border-radius: 0;
    margin: 0;
    overflow: inherit;
  }
  /* line 277, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu {
    display: block;
    width: auto;
  }
  /* line 282, ../sass/_responsive.scss */
  .nav-wrapper
    .block-we-megamenu
    .navbar-we-mega-menu
    ul
    li
    span.we-megamenu-nolink:after {
    display: none;
  }
  /* line 283, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul li a,
  .nav-wrapper
    .block-we-megamenu
    .navbar-we-mega-menu
    ul
    li
    .we-megamenu-nolink {
    padding: 0 15px;
  }
  /* line 286, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul li:last-child a {
    background-position: 2px center;
  }
  /* line 290, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .we-mega-menu-submenu {
    width: 100% !important;
    position: absolute;
  }
  /* line 293, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .we-mega-menu-submenu .type-of-block {
    display: block;
  }
  /* line 294, ../sass/_responsive.scss */
  .nav-wrapper
    .block-we-megamenu
    .we-mega-menu-submenu
    .we-mega-menu-row
    .we-mega-menu-col {
    width: 20%;
  }
  /* line 299, ../sass/_responsive.scss */
  .thumbnail-slider-block .base-image .slick-slide div {
    width: 82%;
    margin: 0 auto;
  }
  /* line 304, ../sass/_responsive.scss */
  .thumbnail-slider-block .slick-arrow.slick-prev {
    left: 5px;
  }
  /* line 305, ../sass/_responsive.scss */
  .thumbnail-slider-block .slick-arrow.slick-next {
    right: 5px;
  }
}

@media (max-width: 767px) {
  /* line 309, ../sass/_responsive.scss */
  body {
    margin: 0;
  }
  /* line 312, ../sass/_responsive.scss */
  .top-nav-fixed {
    position: static;
  }
  /* line 315, ../sass/_responsive.scss */
  .product-stores {
    display: block;
    padding: 0;
  }
  /* line 318, ../sass/_responsive.scss */
  .product-stores .locate-store {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
  /* line 323, ../sass/_responsive.scss */
  .product-stores .buy-online {
    padding-left: 0;
    padding-top: 10px;
    border: none;
    width: 100%;
  }
  /* line 330, ../sass/_responsive.scss */
  .common-feature .feature-content h5 {
    min-height: inherit;
  }
  /* line 333, ../sass/_responsive.scss */
  .find-store-navegator {
    width: 100%;
  }
  /* line 336, ../sass/_responsive.scss */
  .video-banner iframe {
    height: 300px !important;
  }
  /* line 339, ../sass/_responsive.scss */
  .video-banner .close-video {
    top: -10px;
  }
  /* line 342, ../sass/_responsive.scss */
  .recommend-water-solution {
    margin: 30px auto;
    padding: 0 15px;
  }
  /* line 345, ../sass/_responsive.scss */
  .recommend-water-solution a.backlink {
    top: 65px;
  }
  /* line 349, ../sass/_responsive.scss */
  .recommend-water-solution .tab-link li,
  .recommend-water-solution .tab-content-block .tab-content-list {
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 352, ../sass/_responsive.scss */
  .recommend-water-solution .tab-link li:last-child,
  .recommend-water-solution .tab-content-block .tab-content-list:last-child {
    margin-bottom: 0;
  }
  /*header css for mobile*/
  /* line 355, ../sass/_responsive.scss */
  .video-banner iframe {
    width: 100% !important;
  }
  /* line 359, ../sass/_responsive.scss */
  #header-wrap .header .logo {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    padding: 0 15px;
  }
  /* line 364, ../sass/_responsive.scss */
  #header-wrap .header .logo img {
    width: 160px;
  }
  /* line 368, ../sass/_responsive.scss */
  #header-wrap .header .header-right {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: none;
  }
  /* line 373, ../sass/_responsive.scss */
  #header-wrap .header .header-right .social-icon {
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }
  /* line 377, ../sass/_responsive.scss */
  #header-wrap .header .header-right .social-icon a {
    float: none;
  }
  /* line 381, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo {
    margin: 14px 0 0;
    text-align: center;
    width: 100%;
  }
  /* line 385, ../sass/_responsive.scss */
  #header-wrap .header .header-right .care-logo:after {
    content: none;
  }
  /* line 389, ../sass/_responsive.scss */
  #header-wrap .header .header-right .select-box {
    width: 100%;
    padding: 10px 15px 0;
  }
  /* line 392, ../sass/_responsive.scss */
  #header-wrap .header .header-right .select-box select {
    width: 100%;
    background-position: 98% center;
    outline: none;
  }
  /* line 400, ../sass/_responsive.scss */
  .nav-wrapper {
    text-align: center;
    padding: 15px 15px 18px;
    position: relative;
  }
  /* line 404, ../sass/_responsive.scss */
  .nav-wrapper .mobile-icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 27px;
  }
  /* line 411, ../sass/_responsive.scss */
  .nav-wrapper .mobile-icon.active::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "X";
    color: #fff;
    font-size: 15px;
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
  /* line 424, ../sass/_responsive.scss */
  .nav-wrapper .mobile-icon.active span {
    display: none;
  }
  /* line 428, ../sass/_responsive.scss */
  .nav-wrapper .mobile-icon span {
    display: block;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 2px;
    margin-top: 5px;
  }
  /* line 436, ../sass/_responsive.scss */
  .nav-wrapper .navbar-brand {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
  }
  /* line 442, ../sass/_responsive.scss */
  .nav-wrapper .views-exposed-form {
    width: 100%;
    margin: 15px 0 0 0;
  }
  /* line 445, ../sass/_responsive.scss */
  .nav-wrapper .views-exposed-form input {
    width: 100%;
  }
  /* line 449, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus {
    display: none;
    position: absolute;
    right: 0;
    top: 49px;
    background: #313131;
    width: 100%;
    z-index: 99999;
  }
  /* line 457, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #fff;
  }
  /* line 462, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li {
    width: 100%;
    padding: 0;
  }
  /* line 465, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li > a {
    padding: 12px 18px;
    position: relative;
  }
  /* line 470, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li.menuparent::after {
    position: absolute;
    position: absolute;
    color: #fff;
    content: "";
    top: 17px;
    right: 15px;
    border-top: 9px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
  }
  /* line 488, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus ul ul.toolbar-menu {
    width: 100%;
    left: 0;
    border-top: 1px solid #ccc;
  }
  /* line 492, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus ul ul.toolbar-menu li {
    width: 100%;
  }
  /* line 496, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus ul.nice-menu-down li ul li ul {
    top: 100% !important;
  }
  /* line 500, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus ul > li > ul > li > a {
    position: relative;
  }
  /* line 502, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus ul > li > ul > li.menuparent::after {
    position: absolute;
    position: absolute;
    color: #fff;
    content: "";
    top: 17px;
    right: 15px;
    border-top: 9px solid #313131;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
  }
  /* line 516, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li.menuparent:hover::after {
    border-top: 9px solid #313131;
  }
  /* line 519, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus ul > li > ul > li.menuparent:hover::after {
    border-top: 9px solid #fff;
  }
  /* line 522, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li:last-child a,
  .nav-wrapper .block-nice-menus > ul > li:last-child:hover a {
    background-image: none;
  }
  /* line 525, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li:last-child a,
  .nav-wrapper .block-nice-menus > ul > li:last-child:hover a {
    position: relative;
  }
  /* line 527, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li:last-child a::before,
  .nav-wrapper .block-nice-menus > ul > li:last-child:hover a::before {
    background: url("../images/location-icon.png") 0 0 no-repeat;
    content: "";
    width: 13px;
    height: 18px;
    position: relative;
    display: inline-block;
    left: -5px;
    top: 3px;
  }
  /* line 538, ../sass/_responsive.scss */
  .nav-wrapper .block-nice-menus > ul > li:last-child:hover a::before {
    background: #fff url("../images/location-icon-hover.png") 0 0 no-repeat;
  }
  /* line 541, ../sass/_responsive.scss */
  .footer .footer-bottom {
    padding: 15px 0 30px;
  }
  /* line 546, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu {
    width: 100%;
    display: none;
  }
  /* line 549, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .region-we-mega-menu {
    padding: 0;
    display: block;
    margin: 0;
    border-radius: 0;
    background: transparent;
  }
  /* line 555, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .region-we-mega-menu .navbar-toggle {
    display: none;
  }
  /* line 557, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu {
    display: block;
    overflow: inherit;
    width: 100%;
  }
  /* line 561, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul {
    padding-top: 16px;
  }
  /* line 563, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul li {
    width: 100%;
    text-align: left;
    margin-top: 5px !important;
  }
  /* line 567, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul li:first-child a {
    background-position: 0 center;
  }
  /* line 568, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul li:last-child a {
    background-position: 0 center;
    border: none;
    background-color: transparent;
    margin-top: 0;
    box-shadow: none;
    line-height: 40px;
  }
  /* line 569, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .navbar-we-mega-menu ul li a,
  .nav-wrapper
    .block-we-megamenu
    .navbar-we-mega-menu
    ul
    li
    .we-megamenu-nolink {
    border: none;
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    height: auto;
    line-height: 40px;
    padding: 0 16px;
  }
  /* line 578, ../sass/_responsive.scss */
  .nav-wrapper
    .block-we-megamenu
    .navbar-we-mega-menu
    ul
    li
    .we-megamenu-nolink {
    padding: 0;
  }
  /* line 580, ../sass/_responsive.scss */
  .nav-wrapper
    .block-we-megamenu
    .navbar-we-mega-menu
    ul
    li
    .we-megamenu-nolink::after {
    display: none;
  }
  /* line 585, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .we-mega-menu-submenu {
    height: auto;
    overflow: hidden;
    padding: 20px 10px 0px;
  }
  /* line 589, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .we-mega-menu-submenu .type-of-block {
    display: block;
  }
  /* line 592, ../sass/_responsive.scss */
  .nav-wrapper .block-we-megamenu .we-mega-menu-submenu .we-mega-menu-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  /* line 599, ../sass/_responsive.scss */
  .nav-wrapper
    .block-we-megamenu
    .we-mega-menu-submenu
    .we-mega-menu-row
    .we-mega-menu-col {
    padding: 0 0 18px;
    margin: 0 14px;
    max-width: 24%;
  }
  /* line 603, ../sass/_responsive.scss */
  .nav-wrapper
    .block-we-megamenu
    .we-mega-menu-submenu
    .we-mega-menu-row
    .we-mega-menu-col
    a {
    line-height: 1.2;
  }
  /*header ends*/
  /* footer css */
  /* line 615, ../sass/_responsive.scss */
  .footer .column-wrapper,
  .footer .footer-search-wrapper,
  .footer .footer-form {
    flex-wrap: wrap;
  }
  /* line 620, ../sass/_responsive.scss */
  .footer .column-wrapper {
    margin-bottom: 0px;
  }
  /* line 623, ../sass/_responsive.scss */
  .footer .footer-column.categories,
  .footer .footer-column.product-range,
  .footer .footer .footer-column.support {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #646464;
  }
  /* line 633, ../sass/_responsive.scss */
  .footer .footer-form {
    width: 290px;
    margin: 0 auto 45px;
    position: relative;
    bottom: 0;
    text-align: center;
    padding: 0;
    display: block;
  }
  /* line 641, ../sass/_responsive.scss */
  .footer .footer-form label {
    display: block;
    margin: 0 0 6px 0;
  }
  /* line 647, ../sass/_responsive.scss */
  .social-nav {
    margin: auto;
  }
  /* line 650, ../sass/_responsive.scss */
  .footer .store {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 654, ../sass/_responsive.scss */
  .footer .store.online-store {
    width: 100%;
    margin: 0;
  }
  /* line 658, ../sass/_responsive.scss */
  .footer-form {
    width: 100%;
    margin: 10px 0 0;
    justify-content: center;
  }
  /* line 662, ../sass/_responsive.scss */
  .footer-form span {
    display: block;
    margin-bottom: 10px;
  }
  /* line 667, ../sass/_responsive.scss */
  .copyright {
    display: block;
    text-align: center;
    width: 100%;
  }
  /* line 671, ../sass/_responsive.scss */
  .copyright li {
    width: 100%;
  }
  /* line 675, ../sass/_responsive.scss */
  .footer .footer-bottom .mrp-text-box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 4px;
    text-align: center;
    padding-top: 10px;
  }
  /* line 683, ../sass/_responsive.scss */
  .footer-column.support {
    margin-bottom: 7px;
    padding-bottom: 10px;
  }
  /* line 687, ../sass/_responsive.scss */
  .footer-search-wrapper {
    padding-bottom: 14px;
  }
  /* line 690, ../sass/_responsive.scss */
  .footer-column.product-range {
    margin-bottom: 10px;
  }
  /* line 693, ../sass/_responsive.scss */
  .footer {
    padding-top: 7px;
  }
  /* line 695, ../sass/_responsive.scss */
  .footer .footer-column.categories {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  /* footer css end*/
  /* line 704, ../sass/_responsive.scss */
  .flexslider .slides img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* line 711, ../sass/_responsive.scss */
  .region-banner .custom-video-link {
    text-align: center;
    padding: 0 15px;
  }
  /* line 714, ../sass/_responsive.scss */
  .region-banner .custom-video-link h3 {
    font-size: 27px;
    margin-bottom: 34px;
  }
  /* line 721, ../sass/_responsive.scss */
  .water-solution-desc {
    max-width: 100%;
    padding: 0 15px;
    margin-top: 1px;
  }
  /* line 726, ../sass/_responsive.scss */
  h2,
  .global-banner .inner-banner-text div:first-child {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 730, ../sass/_responsive.scss */
  .image-with-desc {
    margin-bottom: 0;
  }
  /* line 732, ../sass/_responsive.scss */
  .image-with-desc .image-block {
    padding: 0 15px;
    width: 100%;
  }
  /* line 736, ../sass/_responsive.scss */
  .image-with-desc .images-desc-text {
    width: 100%;
    padding: 20px 15px 30px;
    text-align: center;
  }
  /* line 740, ../sass/_responsive.scss */
  .image-with-desc .images-desc-text h3 {
    text-align: center;
  }
  /* line 743, ../sass/_responsive.scss */
  .image-with-desc .images-desc-text p {
    text-align: center;
  }
  /* line 746, ../sass/_responsive.scss */
  .image-with-desc .images-desc-text .blue-btn {
    position: static;
    margin-top: 20px;
  }
  /* line 753, ../sass/_responsive.scss */
  .quicktabs-wrapper .quicktabs-tabs {
    padding: 11px 15px;
  }
  /* line 756, ../sass/_responsive.scss */
  .quicktabs-wrapper .quicktabs-tabs li a {
    font-size: 19px;
  }
  /* line 762, ../sass/_responsive.scss */
  .quick-tab-row {
    margin: 0 15px;
    width: auto;
  }
  /* line 765, ../sass/_responsive.scss */
  .quick-tab-row .field-content {
    display: block;
  }
  /* line 767, ../sass/_responsive.scss */
  .quick-tab-row .field-content .image-block {
    padding: 0;
  }
  /* line 770, ../sass/_responsive.scss */
  .quick-tab-row .field-content .images-desc-text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  /* line 779, ../sass/_responsive.scss */
  .grid-row {
    margin: 0;
  }
  /* line 782, ../sass/_responsive.scss */
  .grid-2,
  .grid-3,
  .grid-4 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 790, ../sass/_responsive.scss */
  .global-banner .banner-image img {
    height: auto;
  }
  /* line 794, ../sass/_responsive.scss */
  .global-banner .inner-banner-text {
    padding: 35px 15px;
  }
  /* line 796, ../sass/_responsive.scss */
  .global-banner .inner-banner-text div {
    padding: 0;
  }
  /* line 801, ../sass/_responsive.scss */
  .banner-section {
    padding: 15px 0;
  }
  /* line 803, ../sass/_responsive.scss */
  .banner-section .product-content {
    margin-top: 27px;
  }
  /* line 805, ../sass/_responsive.scss */
  .banner-section .product-content .product-name {
    margin-bottom: 14px;
  }
  /* line 808, ../sass/_responsive.scss */
  .banner-section .product-content .grid-2 {
    padding: 0;
  }
  /* line 811, ../sass/_responsive.scss */
  .banner-section .product-content .product-info li {
    width: 100%;
    text-align: left;
  }
  /* line 817, ../sass/_responsive.scss */
  .thumbnail-slider-block {
    margin: 0;
    padding-bottom: 15px;
  }
  /* line 820, ../sass/_responsive.scss */
  .thumbnail-slider-block .slider-nav-thumbnails {
    height: 426px;
  }
  /* line 822, ../sass/_responsive.scss */
  .thumbnail-slider-block .slider-nav-thumbnails .slick-slide {
    margin: 20px 0 0;
    height: 120px;
  }
  /* line 825, ../sass/_responsive.scss */
  .thumbnail-slider-block .slider-nav-thumbnails .slick-slide img {
    object-fit: cover;
    object-position: center;
    height: 100px;
    margin: 0 auto;
  }
  /* line 833, ../sass/_responsive.scss */
  .thumbnail-slider-block .base-image {
    padding: 0 30px 0 40px;
    margin: 76px 0 0 0;
  }
  /* line 836, ../sass/_responsive.scss */
  .thumbnail-slider-block .base-image .slick-slide img {
    height: 280px;
  }
  /* line 839, ../sass/_responsive.scss */
  .thumbnail-slider-block .base-image .slick-arrow.slick-next {
    right: 6px;
  }
  /* line 842, ../sass/_responsive.scss */
  .thumbnail-slider-block .base-image .slick-arrow.slick-prev {
    left: 12px;
  }
  /* line 846, ../sass/_responsive.scss */
  .thumbnail-slider-block
    .thumbnail-slider-block
    .slider-nav-thumbnails
    .slick-next {
    top: 0px;
  }
  /* line 849, ../sass/_responsive.scss */
  .thumbnail-slider-block
    .thumbnail-slider-block
    .slider-nav-thumbnails
    .slick-prev {
    bottom: -14px;
  }
  /* line 853, ../sass/_responsive.scss */
  .feature-section {
    padding: 30px 0 0;
  }
  /* line 856, ../sass/_responsive.scss */
  .feature-section .grid-row {
    margin-left: 0;
    display: block;
  }
  /* line 860, ../sass/_responsive.scss */
  .feature-section .grid-4 {
    margin-bottom: 25px;
    width: 100%;
  }
  /* line 864, ../sass/_responsive.scss */
  .feature-section .feature-content {
    padding: 0;
  }
  /* line 867, ../sass/_responsive.scss */
  .feature-section figure {
    margin-bottom: 15px;
    min-height: inherit;
  }
  /* line 872, ../sass/_responsive.scss */
  .specification-section {
    padding: 20px 0 0;
  }
  /* line 874, ../sass/_responsive.scss */
  .specification-section h4 {
    margin-bottom: 20px;
  }
  /* line 877, ../sass/_responsive.scss */
  .specification-section h2,
  .specification-section .global-banner .inner-banner-text div:first-child,
  .global-banner .inner-banner-text .specification-section div:first-child {
    margin-bottom: 40px;
  }
  /* line 880, ../sass/_responsive.scss */
  .specification-section ul {
    margin-bottom: 5px;
  }
  /* line 882, ../sass/_responsive.scss */
  .specification-section ul li {
    font-size: 15px;
    width: 100%;
  }
  /* line 885, ../sass/_responsive.scss */
  .specification-section ul li.grey_bg {
    background: transparent;
  }
  /* line 888, ../sass/_responsive.scss */
  .specification-section ul li strong {
    padding: 15px 10px;
  }
  /* line 894, ../sass/_responsive.scss */
  .download {
    margin: 0;
  }
  /* line 897, ../sass/_responsive.scss */
  .product-section {
    padding: 30px 0 5px;
  }
  /* line 899, ../sass/_responsive.scss */
  .product-section .view-content {
    display: block;
  }
  /* line 901, ../sass/_responsive.scss */
  .product-section .view-content .views-row {
    width: calc(100% - 30px);
    margin: 0 15px 25px;
  }
  /* line 906, ../sass/_responsive.scss */
  .product-section .product-main figure {
    min-height: inherit;
  }
  /* line 909, ../sass/_responsive.scss */
  .product-section h3 {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 914, ../sass/_responsive.scss */
  .product-section .product-main {
    margin-bottom: 30px;
  }
  /* line 923, ../sass/_responsive.scss */
  .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  /* line 929, ../sass/_responsive.scss */
  .contact-form .container,
  .contact-form .path-user .region-content,
  .path-user .contact-form .region-content,
  .contact-form .image-with-desc,
  .contact-form .recommend-water-solution,
  .contact-form .content,
  .contact-form .compare,
  .contact-form .technical-specification {
    padding-top: 0;
  }
  /* line 932, ../sass/_responsive.scss */
  .contact-form .block-webform {
    width: 100%;
    padding: 0 15px;
  }
  /* line 936, ../sass/_responsive.scss */
  .contact-form #block-customercare {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }
  /* line 940, ../sass/_responsive.scss */
  .contact-form #block-customercare .mail,
  .contact-form #block-customercare .phone {
    font-size: 17px;
  }
  /* line 944, ../sass/_responsive.scss */
  .contact-form #block-customercare p span {
    display: block;
    margin-bottom: 5px;
  }
  /* line 951, ../sass/_responsive.scss */
  #block-contactaddress {
    padding: 30px 0 15px;
  }
  /* line 953, ../sass/_responsive.scss */
  #block-contactaddress .box-center {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  /* line 957, ../sass/_responsive.scss */
  #block-contactaddress .box {
    width: 100%;
    margin: 0 0 20px;
  }
  /* line 961, ../sass/_responsive.scss */
  #block-contactaddress .box-right ul {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 964, ../sass/_responsive.scss */
  #block-contactaddress .box-right ul:last-child {
    margin-bottom: 0;
  }
  /* line 968, ../sass/_responsive.scss */
  .compare .compare-main-wrap {
    display: block;
    margin-left: 0;
  }
  /* line 971, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box {
    width: 100%;
    padding: 0 40px;
  }
  /* line 974, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box .clear-all {
    right: 6px;
  }
  /* line 977, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box img {
    padding: 0 10px;
  }
  /* line 981, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box p {
    padding-bottom: 24px;
  }
  /* line 984, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box .blue-btn {
    position: static;
  }
  /* line 987, ../sass/_responsive.scss */
  .compare .compare-main-wrap .compare-box.clear-btn .clear-all {
    position: static;
  }
  /* line 993, ../sass/_responsive.scss */
  .technical-specification {
    padding: 0 15px;
  }
  /* line 995, ../sass/_responsive.scss */
  .technical-specification .compare-main-wrap {
    margin-left: -15px;
  }
  /* line 997, ../sass/_responsive.scss */
  .technical-specification .compare-main-wrap .compare-box {
    padding-left: 15px;
  }
  /* line 999, ../sass/_responsive.scss */
  .technical-specification .compare-main-wrap .compare-box .compare-row {
    font-size: 12px;
    background: transparent;
    margin-bottom: 5px;
    padding-bottom: 0;
    min-height: 88px;
  }
  /* line 1009, ../sass/_responsive.scss */
  .path-water-search .region-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1016, ../sass/_responsive.scss */
  .page-banner .flexslider .flex-direction-nav a {
    z-index: 99999;
    margin: -30px 0 0;
  }
  /* line 1021, ../sass/_responsive.scss */
  .page-banner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev,
  .page-banner .flexslider .flex-direction-nav .flex-nav-prev .flex-next,
  .page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-prev,
  .page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    left: 15px;
  }
  /* line 1027, ../sass/_responsive.scss */
  .page-banner
    .flexslider
    .flex-direction-nav
    .flex-nav-prev
    .flex-prev::before {
    font-size: 40px;
  }
  /* line 1033, ../sass/_responsive.scss */
  .page-banner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    right: 15px;
    left: auto;
  }
  /* line 1036, ../sass/_responsive.scss */
  .page-banner
    .flexslider
    .flex-direction-nav
    .flex-nav-next
    .flex-next::before {
    font-size: 40px;
  }
  /* line 1044, ../sass/_responsive.scss */
  .specification-section ul ul li {
    padding-left: 20px;
    background: #fff !important;
  }
  /* line 1048, ../sass/_responsive.scss */
  .specification-section ul li.grey_bg ul li {
    background: #f7f7f7 !important;
  }
  /* line 1051, ../sass/_responsive.scss */
  .specification-section .full-grid ul li {
    width: 100%;
  }
  /* line 1054, ../sass/_responsive.scss */
  .specification-section .grid-2 {
    margin-bottom: 35px;
  }
  /* line 1056, ../sass/_responsive.scss */
  .specification-section .grid-2:last-child {
    margin-bottom: 0;
  }
  /* line 1058, ../sass/_responsive.scss */
  .quick-tab-row:nth-child(2n) .images-desc-text h3 {
    text-align: center;
  }
  /* line 1063, ../sass/_responsive.scss */
  .path-search .view-water-search .view-content .views-row {
    width: 48%;
  }
}

@media only screen and (max-width: 560px) {
  /* line 1070, ../sass/_responsive.scss */
  .global-banner .banner-image img {
    height: 150px;
  }
  /* line 1076, ../sass/_responsive.scss */
  .path-search .view-water-search .view-content .views-row {
    width: 98%;
  }
}

/* Data CSS */

#block-ushawater-usha2in1 .images-desc-text {
  text-align: left;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

html:not([lang="en"]) .recommend-water-solution .tab-link li p {
  font-size: 15px;
}

html:not([lang="en"]) .recommend-water-solution strong {
  font-size: 20px;
  word-break: break-all;
}

.footer .find-store {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  top: calc(100% - 14px);
  font-size: 14px;
}

.specification-section ul li {
  font-size: 17px;
}

html:not([lang="en"]) .image-with-desc .images-desc-text p {
  text-align: inherit;
}

/* tabs */
.quicktabs-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #f8f8f8;
  border-bottom: 2px solid #ccc;
}

.quicktabs-tabs li {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #ddd;
  transition: background 0.3s ease;
}

.quicktabs-tabs li:last-child {
  border-right: none;
}

.quicktabs-tabs li.active {
  background: #0073e6;
  color: white;
}

.quicktabs-tabs li a {
  text-decoration: none;
  display: block;
  color: inherit;
  font-weight: 500;
}

.quicktabs-tabs li:hover {
  background: #eaeaea;
}

/* ✅ Mobile responsive styling */
@media (max-width: 768px) {
  .quicktabs-tabs {
    flex-direction: column;
  }
  .quicktabs-tabs li {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .quicktabs-tabs li:last-child {
    border-bottom: none;
  }
}


html[lang="bn"] .quicktabs-wrapper .quicktabs-tabs li a,
html[lang="ml"] .quicktabs-wrapper .quicktabs-tabs li a,
html[lang="ta"] .quicktabs-wrapper .quicktabs-tabs li a {
  font-size: 17px;
}

.country_origin {
  text-align: center;
  margin-top: 30px;
  margin-bottom: -50px;
  font-weight: 800;
}

.country_origin > div {
  display: flex;
  justify-content: center;
}

/* add home carousle */
