@charset "utf-8";
:root {
  --primary-color: #fff;
  --secondary-color: #082827;
  --third-color: #FF5223;
  --fourth-color: #194443;
  --turn-off: none;
  --max-width: 1280px;
  --margin-auto: auto;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-image: url(https://www.multisensorsystems.co.nz/img/utilities/logo-background.webp), url(https://www.multisensorsystems.co.nz/img/utilities/logo-background.jpg);
  background-repeat: repeat;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  text-decoration: var(--turn-off);
}
button {
  border: var(--turn-off);
  cursor: pointer;
}
article p {
  padding: .5rem 0;
  line-height: 1.4;
}
.row {
  flex-direction: row;
}
.column {
  flex-direction: column;
}
.row-reverse {
  flex-direction: row-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-space-around {
  justify-content: space-around;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-end {
  justify-self: end;
}
.bg-medium {
  background-color: #f5f5f5;
}
.text-body {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: var(--third-color);
}
.text-green {
  color: var(--fourth-color);
}
.bk-green {
  background-color: var(--fourth-color);
}
.bk-grey {
  background-color: var(--third-color);
}
.bk-white {
  background-color: var(--primary-color);
}
.bk-black {
  background-color: var(--secondary-color);
}
.border {
  border: 1px solid #ccc;
}
.border-top {
  border-top: 1px solid #ccc;
}
.border-right {
  border-right: 1px solid #ccc;
}
.border-bottom {
  border-bottom: 1px solid #ccc;
}
.border-left {
  border-left: 1px solid #ccc;
}
.border-0 {
  border: none;
}
.border-top-0 {
  border-top: none;
}
.border-right-0 {
  border-right: none;
}
.border-bottom-0 {
  border-bottom: none;
}
.border-left-0 {
  border-left: none;
}
.border-primary {
  border-color: var(--primary-color);
}
.border-secondary {
  border-color: var(--secondary-color);
}
.border-third {
  border-color: var(--third-color);
}
.border-fourth {
  border-color: var(--fourth-color);
}
.rounded-top {
  border-radius: 5px 5px 0 0;
}
.rounded-bottom {
  border-radius: 0 0 5px 5px;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.wrap-content {
  justify-content: flex-start;
}
.btn {
  background-color: var(--fourth-color);
  color: var(--primary-color);
  padding: .5rem 1rem;
  transition: background-color .3s ease;
  font-size: .9rem;
  margin: 5px 15px 0 0;
}
.btn:hover, button:hover {
  background-color: var(--secondary-color);
}
.link-green {
  color: var(--fourth-color);
  font-size: .9rem;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.link-green:hover {
  transition: border .3s ease;
  border-bottom: 2px solid var(--third-color);
}
.link-grey {
  color: var(--third-color);
}
.link-green:hover, .link-grey:hover {
  color: var(--secondary-color);
}
.margin-1 {
  margin-top: 10vh;
}
.py-1 {
  padding: 4rem;
}
.py-2 {
  padding: 2rem;
}
.py-left-1 {
  padding-left: 1rem;
}
.py-left-2 {
  padding-left: 2rem;
}
.py-right-1 {
  padding-right: 2rem;
}
.py-right-2 {
  padding-right: 2rem;
}
.list {
  margin: 2vh 0 2vh 2rem;
}
.card {
  border-radius: 4px;
  box-shadow: 0 8px 8px 4px #d0d3d4;
}
.dl-faqs dt {
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9;
  margin-top: 20px;
  border-top: 0.25px dotted var(--fourth-color);
}
.dl-faqs dd {
  margin-left: 5px;
  /* line-height: 1.5;
     font-size: 16px;
    font-size: 1.2em; */
  text-align: justify;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.nav-sticky {
  background-color: var(--primary-color);
  position: fixed;
  width: 100%;
  z-index: 20;
}
.navbar-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
}
#logo-header img {
  width: 167px;
}
.toggler, .hamburger {
  display: none;
}
.navbar-wrap ul, .navbar-wrap ul li ul {
  list-style: var(--turn-off);
}
.navbar a {
  color: #505050;
  padding: 1rem 2vw;
}
.navbar li {
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  color: #333;
}
.navbar li ul {
  display: none;
}
.navbar li:hover {
  background-color: var(--third-color);
  color: var(--primary-color);
  cursor: pointer;
  transition: background 200ms ease;
}
.navbar li:hover a {
  color: var(--primary-color);
  transition: color 200ms ease;
}
.navbar li:hover ul {
  display: block;
  left: 0;
  border: .1px solid #bfbfbf;
  border-top: none;
  margin-top: 1rem;
  position: absolute;
  width: 400px;
  z-index: 1;
}
.navbar li:hover ul li {
  background-color: var(--primary-color);
  display: block;
}
.navbar li:hover ul li a {
  color: inherit;
  display: block;
  padding: .5rem 2rem;
}
.navbar li:hover ul li:hover {
  background-color: var(--third-color);
}
.home-header {
  background: no-repeat center center/cover;
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.webp), url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.jpg);
  background-attachment: fixed;
}
/* || Carosel */
.img-fluid {
  max-width: 100%;
  height: auto;
}
.d-block {
  display: block !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.carousel {
  position: relative;
  padding-top: 50px;
}
.carousel .btn {
  margin-top: 20px;
  display: inline-block;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}
@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15vw;
  bottom: 100px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.carousel-caption h2 {
  font-size: 40px;
  font-size: 2.5vw;
}
.carousel-caption p {
  font-size: 32px;
  font-size: 2vw;
  font-style: italic;
}
.carousel {
  background: rgba(0, 0, 0, 0);
}
.carousel-item .img-fluid {
  width: 100%;
  height: auto;
}
.carousel-item a {
  display: block;
  width: 100%;
}
@media(max-width: 500px) {
  .carousel {
    padding-top: 10px;
  }
  .carousel-caption {
    left: 1vw;
    bottom: 0;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
@media(min-width:971px) and (max-width:1201px) {
  .carousel {
    padding-top: 109px;
  }
}
.home-1 {
  color: #000;
}
.home-1 h1 {
  font-size: 3rem;
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
  text-align: center;
}
.home-2 section {
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
  text-align: center;
}
.home-2 ul {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
  list-style: var(--turn-off);
  margin: 30px 0;
}
.home-2 ul li {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: -700%;
  box-shadow: 0 8px 8px 4px #d0d3d4;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem 0;
  transition: all 1s linear;
}
.home-2 ul li:nth-of-type(1) {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/btn-home-1.jpg);
}
.home-2 ul li:nth-of-type(2) {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/btn-home-2.jpg);
}
.home-2 ul li:nth-of-type(3) {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/btn-home-3.jpg);
}
.home-2 ul li:nth-of-type(4) {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/btn-home-4.jpg);
}
.home-2 ul li:nth-of-type(5) {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/btn-home-5.jpg);
}
.home-2 ul li:nth-of-type(6) {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/btn-home-6.jpg);
}
.home-2 ul li a {
  color: var(--fourth-color);
  transition: color 1s ease;
}
.home-2 ul li:hover {
  cursor: pointer;
  background-position: center;
  background-size: 100% 100%;
}
.home-2 ul li:hover a {
  color: #000;
}
.home-2 .btn {
  display: inline-block;
  margin: 0 20px;
}
.home-3 {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
}
.home-3 section {
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
}
.wrapper {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-3 .card {
  max-width: 390px;
  min-width: 300px;
}
.home-3 .card div {
  border-radius: 3px 3px 0 0;
}
.home-3 .card img {
  display: block;
  height: auto;
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  max-width: 390px;
  object-fit: fill;
}
.home-3 .card h3, .home-3 .card h4, .home-3 .card p {
  padding: 0 2rem .5rem;
}
.home-3 .card h3 {
  color: var(--third-color);
  margin-top: 8px;
}
.home-3 .card p {
  margin-top: 20px;
  width: 100%;
  height: 250px;
}
.card .btn {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 20px;
}
.home-3 p:last-child {
  margin: 50px;
  text-align: center;
}
.form-wrap {
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
  padding: 6rem 0;
}
.form-wrap input {
  width: 23.6%;
  border-radius: 5px;
  border: 3px solid var(--third-color);
  margin-right: 1vw;
  padding: 1rem 2rem;
}
.form-wrap input:focus {
  border: 3px solid var(--primary-color);
}
.form-wrap input.btn {
  cursor: pointer;
  margin-right: 0;
}
.home-5 h2 {
  font-size: 3rem;
  font-weight: lighter;
}
.home-5 .flex-row .box-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 50%;
}
.home-5 .flex-row {
  background-color: #f5f5f5;
}
.home-5 .flex-row:nth-of-type(1) .box-1 {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/m3500-monitor.webp), url(https://www.multisensorsystems.co.nz/img/homepage/m3500-monitor.jpg);
}
.home-5 .flex-row .box-2 {
  width: 640px;
}
.home-5 .flex-row:nth-child(2) {
  flex-direction: row-reverse;
}
.home-5 .flex-row:nth-child(2) .box-1 {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/ms1200-monitor.webp), url(https://www.multisensorsystems.co.nz/img/homepage/ms1200-monitor.jpg);
}
.home-5 .btn {
  display: inline-block;
  margin-top: 5px;
}
.home-6 {
  margin: 10vh var(--margin-auto) 0;
  max-width: var(--max-width);
  text-align: center;
}
.home-6 .btn {
  display: inline-block;
  margin-top: 5px;
}
.home-7 h2 {
  font-size: 3rem;
  font-weight: lighter;
}
.home-7 ul {
  font-weight: 700;
  list-style: var(--turn-off);
}
.home-7 ul a {
  font-weight: 400;
}
.home-7 .box-1 {
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/documentation.jpg), url(https://www.multisensorsystems.co.nz/img/homepage/documentation.webp);
  position: relative;
  width: 55%;
  z-index: -1;
}
.home-7 .box-1 .card {
  padding: 2rem 3rem;
  position: absolute;
  right: 3vw;
  top: 4vh;
  width: 640px;
}
.home-7 .box-2 {
  background-color: #f5f5f5;
  width: 45%;
}
.home-7 .box-2 .btn {
  display: inline-block;
  margin-top: 5px;
}
.home-7 .box-2 h3, .home-7 .box-2 ul, .home-7 .box-2 .btn, .home-7 .box-2 hr {
  max-width: 400px;
}
.home-8 {
  margin: 10vh var(--margin-auto) 0;
  max-width: var(--max-width);
  display: flex;
  flex-direction: row-reverse;
  background: #f5f5f5;
}
.home-8 .box-1, .home-8 .box-2 {
  width: 50%;
}
.home-8 .box-1 img {
  width: 100%;
  height: auto;
}
.products-header {
  background: url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.webp), url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.jpg);
  background-attachment: fixed;
}
.products-tagline {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  color: #333;
  text-align: left;
  padding: 8rem 0 5rem;
}
.products-tagline h1, .products-tagline p, .products-tagline div {
  color: #fff;
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
}
.products-tagline h1 {
  font-size: 3rem;
  line-height: 1.2;
}
.products-tagline p {
  margin-bottom: 20px;
}
#center-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}
#gird-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
#gird-products > * {
  background: no-repeat center center/cover;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px gray;
  height: 541px;
  opacity: 1;
  transition: all .2s ease-in-out;
}
#gird-products > :first-child,
#gird-products > :nth-child(5) {
  background-image: url(https://www.multisensorsystems.co.nz/img/products/ms1800-voc-gas-monitor-640x560.jpf), url(https://www.multisensorsystems.co.nz/img/products/ms1800-voc-gas-monitor-640x560.webp);
}
#gird-products > :nth-child(2) {
  background-image: url(https://www.multisensorsystems.co.nz/img/products/oil-in-water-analyzer-640x560.jpf), url(https://www.multisensorsystems.co.nz/img/products/oil-in-water-analyzer-640x560.webp);
}
#gird-products > :nth-child(3) {
  background-image: url(https://www.multisensorsystems.co.nz/img/products/ms2000-thm-analyzer-640x560.jpf), url(https://www.multisensorsystems.co.nz/img/products/ms2000-thm-analyzer-640x560.webp);
}
#gird-products > :nth-child(4) {
  background-image: url(https://www.multisensorsystems.co.nz/img/products/ms3500-ammonia-analyzer-wastewater-640x560.jpf), url(https://www.multisensorsystems.co.nz/img/products/ms3500-ammonia-analyzer-wastewater-640x560.webp);
}
#gird-products > :hover {
  box-shadow: 0 0 6px 3px #bfbfbf;
  cursor: pointer;
  opacity: .9;
}
#gird-products > * div {
  background: #000;
  color: #fff;
  position: relative;
  padding: 2em;
  top: 18.75em;
  height: 12.5em;
}
/* || Landing page */
.landing-page-header {
  background: no-repeat center center/cover;
  background-image: url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.webp), url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.jpg);
  background-attachment: fixed;
}
.landing-page-2 {
  margin: -8vh var(--margin-auto) 0;
  max-width: var(--max-width);
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.article-text  {
	width: 800px;
}
/* .about-article {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
}
.about-article-single-column {
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
}
.about-article-text {
  width: 800px;
}
.about-article aside {
  width: 400px;
}
.about-article img {
  width: 100%;
  max-width: 500px;
  height: auto;
} */
.landing-page-2 h3 {
  font-size: 20px;
  font-size: 3em;
}
.landing-page-2 h4 {
	font-size: 19px;
	font-size:2.2em;
}
.landing-page-2 p {
  font-size: 16px;
  font-size: 1.2em;
  text-align: justify;
}
.landing-page-2 aside {
	width: 400px;
}
.landing-page-5 p {
  font-size: 16px;
  font-size: 1.2em;
  text-align: justify;
}
.landing-page-5 .flex-row .box-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 50%;
}
.landing-page-5 .flex-row {
  background-color: #f5f5f5;
}
.landing-page-5 .flex-row:nth-of-type(1) .box-1 {
  background-image: url("https://www.multisensorsystems.co.nz/img/products/ms1900-tank.jpf"), url("https://www.multisensorsystems.co.nz/img/products/ms1900-tank.webp");
}
.landing-page-5 .flex-row .box-2 {
  width: 640px;
}
.landing-page-5 .flex-row:nth-child(2) {
  flex-direction: row-reverse;
}
.landing-page-5 .flex-row:nth-child(2) .box-1 {
  background-image: url(https://www.multisensorsystems.co.nz/img/products/ms1800-voc-gas-monitor-516x280.jpg), url(https://www.multisensorsystems.co.nz/img/products/ms1800-voc-gas-monitor-516x280.webp);
}
.landing-page-5 .flex-row:nth-child(3) .box-1 {
  background-image: url("https://www.multisensorsystems.co.nz/img/products/ms1900-on-panel.jpf"), url("https://www.multisensorsystems.co.nz/img/products/ms1900-on-panel.webp");
}
.landing-page-5 .btn {
  display: inline-block;
  margin-top: 5px;
}
#btn-solo {
  padding: 2px 0;
}
#btn-solo span a {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 50px 0px;
  color: black;
}
#btn-solo span a:hover {
  color: white;
}
.landing-page-7 .box-1 {
  background-image: url("https://www.multisensorsystems.co.nz/img/products/ms1800-voc-gas-monitor-1155x627.jpg"), url("https://www.multisensorsystems.co.nz/img/products/ms1800-voc-gas-monitor-1155x627.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 55%;
  z-index: -1;
}
.landing-page-7 .box-1 .card {
  padding: 2rem 3rem;
  position: absolute;
  right: 3vw;
  top: 7vh;
  width: 640px;
}
.landing-page-7 .box-1 .card p {
  font-size: 16px;
  font-size: 1.2em;
  text-align: justify;
}
.landing-page-7 .box-2 h3, .landing-page-7 .box-2 table, .landing-page-7 .box-2 hr {
  max-width: 400px;
}
.landing-page-7 .box-2 {
  background-color: #f5f5f5;
  width: 45%;
}
.landing-page-7 .box-2 table {
  margin-top: 5px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;
}
.landing-page-7 .box-2 tr:nth-child(even) {
  background: #dee2e6;
}
.landing-page-7 .box-2 th, .landing-page-7 .box-2 td {
  padding: 6px 0px 6px 5px;
}
.landing-page-7 .box-2 th {
  text-align: left;
}
.landing-page-7 .box-2 td {
  vertical-align: top;
  min-width: 160px;
}
.landing-page-8 {
  margin: 5vh var(--margin-auto) 0;
  max-width: var(--max-width);
  background: #f5f5f5;
}
.landing-page-8 h3 {
  font-size: 2rem;
}
.landing-page-8 dt {
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9;
  margin-top: 20px;
  border-top: 0.25px dotted var(--fourth-color);
}
.landing-page-8 dd {
  margin-left: 5px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.2em;
  text-align: justify;
}
/**/
.product-container, .cases-content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}
.product-header {
  background: url(https://www.multisensorsystems.co.nz/img/homepage/wastewater-treatment-plant.jpg);
  background-attachment: fixed;
}
.product-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  color: #333;
  padding: 5rem 0;
  text-align: left;
}
.product-tagline {
  display: flex;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 var(--margin-auto);
}
.product-tagline div {
  margin-top: 10rem;
}
.product-tagline h1, .product-tagline h2, .product-tagline p, .product-tagline .btn {
  color: #fff;
}
.product-tagline h1 {
  font-size: 3rem;
  line-height: 1.2;
}
.product-tagline h2 {
  font-size: 1.6rem;
}
.product-tagline p {
  margin-bottom: 20px;
}
.product-tagline .btn {
  margin-top: 0;
}
.product-tagline img {
  object-fit: scale-down;
}
@-webkit-keyframes showTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.tabsy > button {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.tabsy > .tabButton {
  background: var(--fourth-color);
  color: #fff;
  display: block;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 1rem 0rem;
  cursor: pointer;
}
.tabsy > input {
  display: none;
}
.tabsy > input:checked + label + .tab {
  display: block;
}
.tabsy > input:checked + label + .tab > .content {
  -webkit-animation: showTab 250ms ease-in-out;
  animation: showTab 250ms ease-in-out;
}
.tabsy > .tab {
  background: #f5f5f5;
  display: none;
  width: 100%;
}
.tabsy > .tab h3 {
  margin: 2vh 0;
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
.tabsy > .tab img {
  width: 100%;
  object-fit: contain;
  height: 400px;
}
.tabsy > .tab iframe {
  height: 30vh;
  width: 100%;
}
@media screen and (min-width: 1290px) {
  .tabsy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabsy > .tabButton {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    padding: 1rem 4.42rem;
  }
  .tabsy > input:checked + label {
    background: #f5f5f5;
    color: #000;
  }
  .tabsy > .tab {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-height: 80vh;
    box-shadow: 1px 3px 2px 1px gray;
    overflow: hidden;
  }
  .tabsy > .tab img {
    width: auto;
    object-fit: cover;
    height: 100%;
  }
  .tabsy > .tab iframe {
    width: 100%;
    height: 60vh;
  }
}
#table-specification, #table-documents, #table-cases {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 2px;
}
#table-specification tr:nth-child(odd), #table-documents tr:nth-child(odd), #table-cases tr:nth-child(odd) {
  background: #dee2e6;
}
#table-specification tr:hover, #table-documents tr:hover, #table-cases tr:hover {
  background: #000;
  color: #fff;
}
#table-specification th, #table-documents th, #table-cases th {
  height: 6vh;
}
#table-specification th, #table-specification td, #table-documents th, #table-documents td, #table-cases th, #table-cases td {
  border-bottom: 1px solid #ccc;
  padding: 12px;
}
#table-specification tr:last-child td, #table-documents tr:last-child td, #table-cases tr:last-child td {
  border-bottom: none;
}
#table-cases .btn {
  margin: 0;
}
#application-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
#application-grid article {
  padding: 2rem 3rem;
  height: 100%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
  transition: background .3s ease;
}
#application-grid article:hover {
  background: #000;
}
#application-grid article:hover .text-green {
  color: #fff;
}
.product-container-2 {
  background: linear-gradient(to top, rgba(218, 236, 201, 1), rgba(255, 255, 255, 0));
}
.cases-content.flex-row {
  justify-content: space-between;
}
.cases-content article {
  width: 50%;
}
.cases-content #vertical-nav {
  width: 40%;
  z-index: 0;
}
.cases-content #vertical-nav ul {
  list-style: none;
}
.cases-content #vertical-nav ul li {
  margin-bottom: .2rem;
  background: var(--fourth-color);
  padding: .5rem 0;
  position: relative;
}
.cases-content #vertical-nav ul li a {
  padding: 0 5rem 0 .8rem;
  display: block;
  margin-bottom: .2rem;
  color: #fff;
}
.cases-content #vertical-nav ul li a i {
  position: absolute;
  right: 1rem;
  top: 1rem;
  transform: translateX(0px);
  transition: transform .2s ease;
}
.cases-content #vertical-nav ul li a:hover i {
  transform: translateX(-5px);
}
.product-container-3 .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  padding: 2rem 0;
}
.product-container-3 .flex-row {
  justify-content: space-between;
  text-align: center;
}
.product-container-3 a {
  display: block;
}
.product-container-3 .card {
  padding: 2.5rem 1rem;
  cursor: pointer;
  width: 247px;
  height: 329px;
}
.product-container-3 .card picture {
  display: block;
  height: 160px;
  margin-bottom: 2rem;
}
.product-container-3 .card img {
  height: 100%;
}
.about-header {
  background: url(https://www.multisensorsystems.co.nz/img/wastewater-treatment-plant-flipped.webp), url(https://www.multisensorsystems.co.nz/img/wastewater-treatment-plant-flipped.jpg);
  background-position: center;
  background-attachment: fixed;
}
.about-tagline {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  padding: 8rem 0 1rem;
  text-align: left;
}
.about-tagline h1 {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
}
.about-article {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
}
.about-article-single-column {
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
}
.about-article-text {
  width: 800px;
}
.about-article aside {
  width: 400px;
}
.about-article img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.center-column {
  width: 800px;
  margin-left: var(--margin-auto);
  margin-right: var(--margin-auto);
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
}
#news-article-latest, .news-article {
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #ccc;
  align-items: center;
}
#news-article-latest .btn, .news-article .btn {
  display: inline-block;
  margin-top: 1rem;
}
#news-article-latest {
  width: 100%;
}
.news-article div {
  width: 100%;
}
#news-article-latest .meta, .news-article div.meta {
  width: 100%;
  background-color: #efefef;
  padding: .5rem;
  color: #555;
  margin: .2rem 0;
  font-style: italic;
}
.news-article img {
  width: 100%;
  height: auto;
  display: block;
}
#contactForm {
  box-shadow: 0 2px 10px 0 #ccc;
}
.message-input {
  height: 100px;
}
#contactForm .btn {
  grid-area: btn;
  width: 100%;
  padding: 1rem 0;
}
#contactForm input, #contactForm textarea {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
}
#contactForm input:focus, #contactForm textarea:focus {
  border: 1px solid #aaa;
  box-shadow: inset 0 0 3px #bbb;
}
#contact-b, #contact-c {
  width: 100%;
  box-shadow: 0 2px 10px 0 #ccc;
}
#google-map {
  width: 45vw;
  height: 100%;
}
#google-map-distributors {
  width: 100%;
  height: 700px;
}
.footer {
  color: #fff;
  margin: 0 var(--margin-auto);
  max-width: var(--max-width);
}
.footer a {
  color: #03E203;
}
.footer a:hover {
  color: #03E203;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.footer.flex-row {
  justify-content: space-between;
  padding: 1rem 0;
}
.footer article:nth-child(1) {
  width: 60%;
}
.footer article:nth-child(1) h2 {
  font-size: 1.1rem;
}
.footer article:nth-child(1) p {
  font-size: .75rem;
  line-height: 1.3;
}
.footer article:nth-child(1) p:last-of-type {
  margin-top: 1rem;
}
.footer article:nth-child(2) {
  text-align: right;
}
.footer article:nth-child(2) p:last-of-type {
  margin-bottom: 30px;
}
.footer article:nth-child(2) a, .footer article:nth-child(2) img {
  display: inline-block;
}
.footer .social > * {
  color: #03E203;
  padding: 0 10px 0 2px;
  text-align: center;
}
.footer .logo {
  margin-top: 2rem;
  width: 200px;
}
.footer h2{
  color: #03E203;
}
#cookies {
  display: none;
  height: 43px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
#cookies div {
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
#cookies p, #cookies span {
  color: #fff;
}
#cookies p {
  font-size: 14px;
}
#cookies .close {
  margin-top: 6px;
  font-size: 20px;
}
#cookies .close:hover, #cookies .close:focus {
  color: #000;
  cursor: pointer;
}
@media(min-width:971px) and (max-width:1201px) {
  .navbar-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-3 .card:nth-child(3) {
    margin: 20px auto 0;
  }
  .tabsy {
    display: block;
  }
}
@media(max-width: 500px) {
  .navbar-wrap, .btn, .tagline .box-1, .tagline .box-2, .tagline img, .home-3 .card, .home-3 .card img, .form-wrap input, .home-5 .flex-row .box-2, .home-7 .box-1, .home-7 .box-1 .card, .home-7 .box-2, .home-7 .box-2 h3, .home-7 .box-2 ul, .home-7 .box-2 .btn, .home-7 .box-2 hr, .footer article:nth-child(1), .footer article:nth-child(2), .home-8 .box-1, .home-8 .box-2, .landing-page-2, .landing-page-5, .landing-page-7, .landing-page-5 .flex-row .box-2, .landing-page-7 .box-1, .landing-page-7 .box-1 .card, .landing-page-7 .box-2, .landing-page-7 .box-2 h3, .landing-page-7 .box-2 table {
    max-width: 100%;
    width: 100%;
  }
  .py-left-1, .py-left-2 {
    padding-left: 0;
  }
  .py-right-1, .py-right-2 {
    padding-right: 0;
  }
  .margin-1 {
    margin-top: 1.5vh;
  }
  .btn, .card .btn, .home-6 .btn {
    display: block;
    margin: 0;
    text-align: center;
  }
  .card {
    padding-bottom: 1rem;
  }
  .py-1, .py-2 {
    padding: 1rem;
  }
  .link-green {
    text-align: center;
  }
  .navbar-wrap {
    flex-direction: column;
    justify-content: space-around;
  }
  #logo-header img {
    margin-top: 2vh;
  }
  .home-header {
    display: none;
    padding: 7.98rem 0;
  }
  .home-1 {
    padding-top: 100px;
  }
  .flex-row {
    flex-direction: column;
  }
  .home-3 .card h3, .home-3 .card h4, .home-3 .card p {
    padding: 1rem;
  }
  .home-2 section {
    display: none;
  }
  .home-3 .card, .home-3 .card img, .home-7 .box-1 .card {
    border-radius: 0;
  }
  .home-3 .card img {
    height: auto;
  }
  .home-3 .card h3, .home-3 .card h4, .home-3 .card p {
    padding-bottom: 0;
    padding-top: 0;
  }
  .home-3 .card p {
    height: auto;
  }
  .home-3 .btn, .home-6 .btn {
    margin-left: 1rem;
    margin-top: 1rem;
    width: 90%;
  }
  .form-wrap {
    padding: 3rem 1rem;
  }
  .landing-page-8 .flex-row .box-1, .home-5 .flex-row .box-1 {
    visibility: hidden;
  }
  .landing-page-5 .flex-row:nth-child(2), .home-5 .flex-row:nth-child(2) {
    flex-direction: column;
  }
  .home-7 .box-1 .card, .landing-page-7 .box-1 .card {
    padding: 1rem;
    position: static;
  }
  .home-8 {
    flex-direction: column;
  }
  img.float-left, img.float-right {
    float: none;
  }
  .about-article {
    display: block;
  }
  .about-article-text {
    width: 100%;
  }
  #gird-products > * {
    grid-column: 1 /span 2;
  }
  #gird-products > * div {
    height: 100%;
    top: 280px;
  }
  .landing-page-header .product-tagline div {
    margin-top: 0rem;
  }
  .landing-page-header .product-tagline img {
    height: 200px;
  }
  .landing-page-2 {
    margin-top: 0;
  }
  .product-header {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product-gradient {
    padding: 5rem 1rem 2rem;
  }
  .product-tagline {
    flex-direction: column-reverse;
    margin: 0;
  }
  .product-tagline div {
    margin-top: 0;
  }
  .product-tagline .btn:last-child {
    margin-top: 1vh;
  }
  #application-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cases-content article, .cases-content #vertical-nav {
    width: 100%;
  }
  .cases-content #vertical-nav {
    margin-top: 2vh;
  }
  .product-container-3 a {
    width: 100%;
  }
  .product-container-3 .card {
    width: 100%;
    height: 100%;
  }
  .product-container-3 .card picture {
    height: 300px;
  }
  .about-tagline h1 {
    text-align: center;
  }
  .news-article, #contact-b {
    flex-direction: column;
  }
  #contact-b #google-map {
    width: 100vw;
    height: 50vh;
  }
  .footer.flex-row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer article:nth-child(1), .footer article:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
  .footer article:nth-child(2) {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .social > * {
    padding: 0;
  }
}
@media (max-width:970px) {
  .navbar-wrap {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .navbar-wrap .toggler {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2;
  }
  .navbar-wrap .hamburger {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 1;
  }
  .navbar-wrap .hamburger > div {
    align-items: center;
    background: #000;
    display: flex;
    flex: none;
    height: 2px;
    justify-content: center;
    position: relative;
    transition: all 200ms ease;
    width: 100%;
  }
  .navbar-wrap .hamburger > div::before, .navbar-wrap .hamburger > div::after {
    background: inherit;
    content: '';
    height: 2px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 1;
  }
  .navbar-wrap .hamburger > div::after {
    top: 10px;
  }
  .navbar-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  .navbar-wrap .toggler:checked + .hamburger > div:before, .navbar-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  .navbar-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  .navbar-wrap .toggler:checked ~ .navbar {
    transform: translateX(0%);
  }
  .navbar-wrap .navbar {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: all 200ms cubic-bezier(.93, .51, .13, .51);
    width: 100vw;
    padding-top: 10vh;
    font-size: 1.5rem;
  }
  .navbar-wrap .navbar i {
    display: none;
  }
  .navbar-wrap .navbar i.fa-home {
    display: contents;
  }
  .navbar-wrap .navbar li {
    border-bottom: .5px dotted #cdcdcd;
    padding: .9rem 0;
    width: 80%;
    text-align: center;
  }
  .navbar li:hover ul {
    display: none;
    margin-left: -9px;
    position: static;
    padding: 0;
    width: 100%;
  }
  .navbar li:hover ul li {
    padding-left: .7rem;
  }
}
@media(min-width:501px) and (max-width:970px) {
  #logo-header img {
    margin-left: 80px;
    margin-top: 2vh;
  }
  .margin-1 {
    margin-top: 1.5vh;
  }
  .home-header .flex-row, .home-7.flex-row, .home-8.wrapper {
    flex-direction: column;
  }
  .home-header {
    display: none;
  }
  .home-1 {
    padding-top: 100px;
  }
  .home-2 ul {
    grid-column-gap: .5rem;
  }
  .home-3 .card {
    margin: 20px auto 0;
  }
  .form-wrap {
    margin: 0 auto;
    padding: 3rem 2rem;
  }
  .form-wrap input {
    width: 100%;
  }
  .home-7 .box-1, .home-7 .box-1 .card, .home-7 .box-2, .home-7 .box-2 h3, .home-7 .box-2 ul, .home-7 .box-2 .btn, .home-7 .box-2 hr, .home-8 .box-1, .home-8 .box-2 {
    width: 100%;
    max-width: 100%;
  }
  .home-7 .box-1 .card {
    position: static;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }
  #gird-products > * {
    grid-column: 1 /span 2;
  }
  #gird-products > * div {
    top: 250px;
    height: 100%;
  }
  .product-header {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tabsy {
    display: block;
  }
  .tabsy > .tab img {
    height: 400px;
  }
  .footer.flex-row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer article:nth-child(1), .footer article:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
  .footer article:nth-child(2) {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .social > * {
    padding: 0;
  }
}