
body{
  font-family: sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
h2{
 text-align: center;
 color: black;
 font-weight: bold;
}
a{
  text-decoration: none!important;
}
h6{
  color: #4fadf4;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
h3{
  font-weight: 700;
  color: #175699;
}
h4{
  color: #00AFB6;
  text-align: center;
}
h5{
  color: #fff;
}
img {
	max-width: 100%;
}
.container {
  max-width: 1200px;
	padding: 0;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding:0;
}
/* Header */
.header{
  padding: 15px 30px;
  background-color: white;
  box-shadow: 0 0 5px #ccc;
}
.header a{
  color: #666666;
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 27px;
}
.navbar-expand-md .navbar-nav .nav-link{
  padding: 0;
}
a.dropdown-item.nav-link {
    padding: 20px!important;
}
a.dropdown-item.nav-link:hover, .header a.dropdown-item.active{
  background: #ebedec;
}
.header a:hover{
  transition: all 0.4s;
  font-size: 14px;
}
.header a.active{
  color:  #175699;
  font-weight: 700;
}
.header .navbar-nav .nav-item{
  display: inline-block;
  padding: 0 15px;
}
.header li{
  list-style-type: none;
}
.header .dropdown-item{
  display: inline-block;
  width: auto;
}
.header img.dropdown-image {
    display: block;
    margin: 0 auto;
    width: 200px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}
.header .dropdown-item p{
  color:  #16569b;
  font-size: 18px;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
  text-align: center;
  padding: 0px;
  margin: 0;
  top: 99%;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #16569b;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px);
    transform: rotate(-45deg) translate(-8px, 4px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -4px);
  transform: rotate(45deg) translate(-6px, -4px);
}
.navbar-toggler:not(:disabled):not(.disabled) {
  outline: none;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
/* Banner Section */
.banner, .inner-banner{
  position: relative;
  width: 100%;
}
.banner .images img, .inner-banner .images img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .images-mobile, .inner-banner .images-mobile{
  display: none;
}
.banner .images img.banner-bg, .inner-banner .images img.inner-banner-sofa, .inner-banner .images img.inner-banner-curtain, .inner-banner .images img.inner-banner-pot, .inner-banner .images img.inner-banner-floor, .inner-banner .images img.inner-banner-flowerpot{
  position: static;
  z-index: 4;
}
.banner .images img.banner-product, .inner-banner .images img.inner-banner-product{
  z-index: 5;
}
.banner .images img.banner-waves{
  z-index: 5;
  mix-blend-mode: multiply;
}
.banner .caption h3 br, .inner-banner h3 br{
  line-height: 0;
}
.banner .caption h3 span.light, .products h3 span.light, .inner-banner h3 span.light {
  font-weight: 400;
}
.banner .caption h3, .inner-banner h3{
  font-size: 48px;
  line-height: 58px;
}
.banner .caption hr,.products hr, .inner-banner hr{
  background-color: #175699;
  margin: 10px 0;
}
.banner .caption p, .products p, .inner-banner p{
  color: #175699;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
.inner-banner .caption a{
  background: #7bb2e3;
  margin: 20px 0;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.inner-banner .caption a:hover{
  background: #000;
  transition: all 0.5s;
}
.banner .caption, .inner-banner .caption{
  position: absolute;
  top: 70px;
  z-index: 10;
}
.inner-banner .tab-content .caption{
  top: 280px;
}
.inner-banner .inner-product-right{
  right: 70px;
  text-align: right;
}
/* Sensair Section */
.sensair, .products{
    background-color: #ebedec;
}
.sensair{
  position: relative;
}
.full-width{
  width: 100%;
}
img.absolute{
  position: absolute;
  bottom: 0;
}
img.product4-ultra{
  padding: 30px 60px;
}
.sensair .sensair-left{
  max-width: 550px;
  margin: 25px auto 0;
}
.sensair-left h3{
  font-size: 24px;
  line-height: 36px;
  padding: 20px 0 0;
}
.sensair-left p{
  color: #444444;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 0 0;
  font-weight: 400;
}
.background-contain{
  max-width: 460px;
  margin: 0 auto;
  padding: 70px 0;
}
.background-shapes{
  background: url('../images/waves.png');
  background-color: #175699;
}
.background-shapes p{
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
 p.tc{
   font-size: 14px;
   padding-top: 30px;
   text-align: left!important;
 }
 p.hometc{
   text-align: center!important;
 }
.products{
  padding: 30px 0;
}
.products h3{
  font-size: 40px;
  line-height: 48px;
}
.products .explore{
  display: inline-block;
  padding: 60px 0;
}
.bx-wrapper{
  background: none!important;
  border: none!important;
  box-shadow: none!important;
  margin: 0!important;
}
.products .slide-inner{
  background-color: #fff;
}
.products .slider h3{
  font-size: 24px;
  line-height: 36px;
}
.products .slider img.product-image{
  display: block;
  margin: 0 auto;
}
.products .slider .info-container{
  padding: 20px 50px 0;
}
.products .slider .info{
  padding: 10px 0 0;
}
.products .slider .info img.technology, .products .slider .info .info-content{
  display: inline-block;
}
.products .slider .info .info-content{
  font-size: 12px;
  line-height: 15px;
  color: #444444;
  padding-left: 10px;
  font-weight: 500;
}
.products .slider .learn-more{
  padding: 30px 0 0;
}
.products .slider .learn-more a.learn-morebtn{
  color:#fff;
  background-color: #7abaeb;
  padding: 20px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 36px;
}
.products .slider .learn-more a.learn-morebtn:hover{
  background: #000;
  transition: all 0.5s;
}
.products .bx-wrapper .bx-prev, .products  .bx-wrapper .bx-next{
  background: url(../images/leftarrow.png);
  top: 50%;
  width: 92px;
  height: 92px;
  left: -40px;
  z-index: 0;
}
.products .bx-wrapper .bx-next{
    background: url(../images/rightarrow.png);
    right: -40px;
    left: unset;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
  background-position: 0!important;
}
.stages .tabs .nav-pills li.active a::after{
  display: none;
}
      .stages .tabs{
       max-width: 730px;
       margin: 0 auto!important;
       padding: 30px 0 0;
     }
      .stages .tabs .tab-content .icons-contain{
       background: #f0f5f1;
       padding: 15px;
       border-top-left-radius: 20px;
       border-bottom-left-radius: 20px;
     }
      .stages .tabs .tab-content p{
       color: #444;
       font-size: 20px;
       line-height: 27px;
       font-weight: bold;
       text-align: center;
     }
      .stages .tabs li a h3{
       color: #999;
       padding: 0 0 10px;
       font-weight: 400;
     }
     .stages .tabs ul.nav{
       display: flex;
       border-radius: 20px;
     }
     .stages .tabs li{
       padding: 10px;
       display: inline-block;
     }
      .stages .tabs li h3{
        font-size: 18px;
        line-height: 30px;
      }
     .stages-7 .tabs li{
       padding: 8px 15px;
     }
     .stages .tabs li.active h3{
       color: #175699;
       font-weight: bold;
     }
      .stages .tabs li:last-child{
       border-top-right-radius: 20px;
       border-bottom-right-radius: 20px;
     }
    .tabs .tab-content .tab-inside-content{
      padding: 15px;
    }
    .tabs .tab-content .tab-inside-content p{
       text-align: left;
       font-size: 18px;
       line-height: 27px;
       font-weight: 400;
     }
     .tabs .tab-content .border{
       border: 2px dotted #00b1b8!important;
       border-radius: 20px;
     }
     .table{
       display: table;
       width: 100%;
       height: 100%;
     }
     .table-inner{
       display: table-cell;
       vertical-align: middle;
     }
 /* Inner page */
 .content{
   background: #d4effa;
   padding: 60px 0;
 }
 .content p{
   color: #175699;
   font-size: 18px;
   line-height: 35px;
   text-align: center;
 }
 .stages{
   padding: 60px 0;
  }
 .stages h4{
   padding: 0px 0 10px;
   font-size: 27px;
   line-height: 32px;
 }
 .stages p{
   text-align: center;
 }
 img.stages-horizontal{
   padding-top: 40px;
   margin: 0 auto;
   display: block;
 }
 img.stages-vertical{
   display: none;
 }
 .purification{
   background-color: #bdb195;
 }
 .purification-inner{
   padding: 60px 60px 0;
 }
  .purification h5{
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 20px;
  }
 .purification p{
   color: #fff;
   font-size: 18px;
   line-height: 27px;
 }
 .feature{
    background: #D4EBF0;
    padding: 0;
 }
 .feature-inner{
   padding: 60px 60px 0;
 }
 .feature-inner  h3{
   font-size: 24px;
   line-height: 36px;
 }
 .product5-feature h3{
   color: #fff;
 }
 .feature-inner  h3 span.light{
   font-weight: 300;
 }
 .feature-inner .feature-icon{
   padding: 0;
 }
 .feature-inner .feature-icon .space{
   padding-left: 10px;
   padding-top:20px;
 }
 .feature-inner .feature-icon .space:first-child{
   padding-left: 0;
 }
 .product2-feature .feature-inner .feature-icon .space:first-child{
   padding-left: 10px;
 }
 .feature-inner .feature-icon p{
   color: #175692;
   padding: 10px 0 0;
   font-size: 18px;
   line-height: 22px;
 }
 .product5-feature .feature-inner .feature-icon p{
   color: #fff;
 }
 .green{
   background: #d3e6df;
 }
 .grey{
   background: #ccd9e3;
 }
 .light-grey{
   background: #f0edf4;
 }
 .light-grey.product4-feature{
   background: #f2f1ec;
 }
 .light-green{
   background: #e3eddd;
 }
 .blue{
   background: #18578f;
 }
 .product2-stages img.stages-horizontal{
   padding: 0;
 }
 .product2-stages .slider-contain, .product2-stages .tabs{
   max-width: 900px;
 }
.product3-stages .slider-contain, .product3-stages .tabs{
  max-width: 790px;
}
.product4-stages .slider-contain, .product5-stages .slider-contain, .product5-stages .tabs, .product4-stages .tabs{
  max-width: 900px;
}
 .product3-stages .slider-contain .slider .icons-contain, .product4-stages .slider-contain .slider .icons-contain{
   background: #e6eaed;
 }
 .product3-stages .tabs .tab-content .icons-contain, .product4-stages .tabs .tab-content .icons-contain{
   background: #e6eaed;
 }
 .product3-stages .slider-contain .border, .product4-stages .slider-contain .border{
   border: 2px dotted #65bbe0!important
 }
 .product2-feature{
   background: url(../images/product2-feature-bg.jpg) right bottom #99BCA0;
   background-size: cover;
   height: 480px;
 }
 .product3-feature{
   background: url(../images/product3-feature-bg.jpg);
   background-size: cover;
   height: 480px;
}
 img.mobile{
  display: none;
}
 .super-silent-bg{
   background: url(../images/super-silent.jpg);
   background-size: cover;
   height: 350px;
 }
 .product2-feature .feature, .product3-feature .feature{
   background: none;
 }
 .product2-feature .feature-inner, .nano-tech .nano-inner, .sens-tech .sens-inner, .plasma-tech .plasma-inner, .ultra-collector .ultra-inner, .super-silent .silent-inner{
   padding: 60px;
 }
 .product2-feature .feature-inner h5{
   font-size: 18px;
   padding: 10px 0 0;
   font-weight: normal;
 }
 .product2-feature .feature-inner p{
   font-size: 16px;
   padding: 0;
   color: #fff;
 }
 .product2-purification h3,  .sens-inner h3, .nano-inner h3, .plasma-inner h3, .ultra-inner h3, .silent-inner h3{
   font-size: 24px;
   line-height: 36px;
   font-weight: 500;
   padding: 0 0 10px;
 }
  .product2-purification p, .nano-inner p, .sens-inner p, .plasma-inner p, .ultra-inner p, .silent-inner p{
    color: #175692;
  }
  .product2-purification .purification-inner{
    max-width: 600px;
  }
  .nano-tech{
    background: #ccd9e3;
  }
  .sens-tech{
    background: #67bee0;
  }
  .plasma-tech{
    background: #b3e5f5;
  }
  .product5-tech{
    background: #e3eddd;
  }
  .product5-tech .plasma-tech{
    background: none;
  }
  .product3-feature .equal{
    width: 20%;
    float: left;
    display: inline-block;
  }
  .product3-feature .feature-inner, .product4-feature .feature-inner, .product5-feature .feature-inner {
    padding: 60px;
  }
  .product3-feature .feature-inner p{
    color: #696969;
  }
  /* Technology */

  .tech h3{
    font-size: 30px;
    line-height: 36px;
  }
  .tech.inner-banner p{
    text-transform: none;
  }
  .tech.inner-banner p.tc{
    font-size: 12px;
    line-height: 14px;
    color: #175699;
    padding-top: 50px;
  }
  .tech .tech-inner{
    padding: 60px 45px;
  }
    .tabs .nav-pills li.active a::after{
      content: '';
    position: absolute;
    bottom: -25px;
    left: 35%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-top: 25px solid #fff;
    border-right: 25px solid transparent;
    }
    .tabs .nav-pills li a img{
      display: block;
      margin: 0 auto;
    }
    .tabs .nav-pills li a{
      display: block;
    }
  .tech .tech-inner h3{
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .tech .tabs .nav-pills li.bluestar-tech{
    background: #f0fcff;
  }
  .tech .tabs .nav-pills li a.sensair{
    background: #e1f7fc;
  }
  .tech .tabs .nav-pills li a.microbe-sterilize{
    background: #d6f6ff;
  }
  .tech .tabs .nav-pills li a.nanoe{
    background: #c9f3ff;
  }
  .tech .tabs .nav-pills li a.microbe-deactive{
    background: #bff0ff;
  }
  .tech .tabs .nav-pills li a.plasma{
    background: #b3ecff;
  }
  .tabs .nav-pills li.active a{
    background: #fff!important;
  }
  .tabs .nav-pills li.active.bluestar-tech {
    background: #fff;
  }
  .inner-banner.contact-page .caption{
    top: unset;
    bottom: 0;
  }
  .contact-form{
    background: #16558c;
    padding: 30px;
    max-width: 450px;
  }
  .contact-form h2{
    color: #fff;
    text-align: left;
    padding: 0 0 20px;
  }
  .contact-form p{
    color: #fff;
    font-size: 14px;
  }
  .contact-form  .form-control{
    border-radius: 0;
    color: #949494;
  }

  .contact-form .form-control:focus{
    border: none;
    box-shadow: none;
  }
button.submit{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.form-group{
  position:relative
}
.form-group .form-control.radio{
  height: auto;
}
.form-check{
  display: inline-block;
  padding: 0 20px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
    text-transform: uppercase;
    padding-right:10px;
}
.form-group span{
  display:none;
  position:absolute;
  height:auto;
  background:#fff;
  color:#ed3237;
  box-shadow:0 0 10px #ddd;
  right:0;
  border-radius:10px;
  bottom:-10px;
  padding:3px 10px;
  font-size:12px;
  line-height:15px;
  letter-spacing:1px;
  animation:slide .7s alternate
}
@keyframes slide{
  0%{
    transform:translateX(0);
    background-color:#ed3237;
    color:#fff
    }
    15%{
      transform:translateX(-10px)
    }
    30%{
      transform:translateX(0)
      }
    50%{
      transform:translateX(-10px)
    }
    65%{
      transform:translateX(0)
    }
    80%{
      transform:translateX(-10px);
      background-color:#ed3237;
      color:#fff
    }
    100%{
      transform:translateX(0);
      background-color:#fff;
      color:#ed3237
    }
}
.thank-you h2{
  color: #16558c;
  text-align: center;
  padding: 20px;
}
.contact-services{
  padding: 60px;
  background-size: cover;
  text-align: center;
  font-weight: 500;
}
.contact-services h3{
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.contact-services img{
  padding: 0 0 10px;
}
.contact-services a, .contact-services p, .contact-services h3{
  color: #155c82;
}
.contact-services a{
  text-decoration: none;
}
.about-page.inner-banner p{
  text-transform: none;
}
.about-page .about h3, .about-page .about p{
  color: #1a5a8f
}
.about-page .about h3{
  font-size: 64px;
  line-height: 68px;
}
.about-page .about{
  padding: 30px 0;
}
.about-page .about h3 span.small{
  font-size: 26px;
  line-height: normal;
}
.about-page .about p{
  font-size: 18px;
}
.about-content{
  padding: 60px;
  background-size: cover;
}
.about-content p{
  color: #1a5a8f;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 30px;
}
.about-content p:last-child{
  padding: 0;
}
.about-company{
  background: #16558c;
}
.about-company .space{
  padding: 0 60px;
}
.about-company .space:first-child{
  padding-left: 0;
}
.about-company p{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0;
}
.about-company p.inside{
  padding: 0;
}
.about-company2{
  padding: 60px 0;
}
.about-company2 p{
  color: #1a5a8f;
  font-size: 16px;
  line-height: 30px;
}
.terms ul li.list-item{
  list-style-type: decimal;
  padding: 30px 0 0;
  color: #5ac1dd;
}
.terms{
  padding: 60px 0;
}
.terms p{
  font-size: 14px;
  color: #262626;
  padding: 0 0 10px;
}
.terms h2{
  font-weight: 300;
  font-size: 45px;
  color: #262626;
  text-align: left;
  padding: 0 0 10px;
}
.terms h3{
  font-size: 15px;
  line-height: 20px;
  color: #5ac1dd;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.terms h4{
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  font-weight: 500;
  text-align: left;
  padding: 0 0 10px;
}
.terms a{
  color: #5ac1dd;
text-decoration: none;
cursor: pointer;
}
/* Footer */
footer{
  padding: 15px 30px;
}
footer p{
  display: inline-block;
  color: #989898;
  border-right: 1px solid gray;
  font-size: 12px;
  padding: 0 10px;
}
footer p:last-child{
  border: none;
}
footer a{
  color: gray;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .products .bx-wrapper .bx-next{
     left: auto;
   }
}
@media only screen and (max-width: 768px){
  .header .navbar-nav .nav-item{
    padding: 0;
  }
  .hide-mobile{display:none!important;}
  .navbar-expand-md .navbar-nav .dropdown-menu{
    text-align: left;
  }
  .header .dropdown-item{
    display: block;
  }
  .header img.dropdown-image{
    display: none;
  }
  a.dropdown-item.nav-link{
    padding: 5px 10px!important;
  }
   .sensair, img.absolute{
    position: static;
  }
  .tech .images img{
    display: none;
  }
  .banner, .banner .caption, .inner-banner .caption, .inner-banner{
    min-height: 100%;
    position: relative;
  }
  .banner .images-mobile, .inner-banner .images-mobile{
    display: block;
  }
    .banner .images-desktop, .inner-banner .images-desktop{
      display: none;
    }
  .inner-banner .inner-product-right{
    right: unset;
    text-align: left;
  }
  .banner .caption, .inner-banner .caption, .inner-banner .tab-content .caption{
    padding: 30px;
    top: 0;
  }
  .banner .caption h3 br, .content p br, .banner .caption p br{
    display: none;
  }
  .banner .caption h3, .inner-banner .caption h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .sensair .sensair-left, .products, .content, .stages, .purification-inner, .feature-inner, .product2-feature, .product3-feature, .nano-tech .nano-inner, .sens-tech .sens-inner, .plasma-tech .plasma-inner, .ultra-collector .ultra-inner, img.product4-ultra, .product4-feature .feature-inner, .product5-feature .feature-inner, .contact-services, .about-content, .about-company, .terms, .about-company2, .super-silent .silent-inner{
    padding: 30px;
  }
  .product2-feature{
    background: #7cb796!important;
  }

  .product2-feature .feature-inner, .product3-feature .feature-inner, .feature-inner .feature-icon{
    padding: 0;
  }
  .product2-feature, .product3-feature{
    height: auto;
  }
  .feature-inner .feature-icon .space{
    padding: 10px!important;
  }
  .product3-feature{
    background: #dfdfdd;
    height: auto;
 }
 img.mobile{
   display: block;
 }
  .s
  .sensair .sensair-left{
    margin: 0;
    max-width: 100%;
  }
  .background-contain{
    padding: 100px 30px;
  }
  .background-shapes p br{
    display: none;
  }
  .super-silent-bg{
    background: none;
    height: auto;
  }
  .products .explore{
    padding: 0;
  }
  .tabs li{
    padding: 5px!important;
  }
  .bx-wrapper{
    padding: 30px 0 0!important;
  }
  .stages .bx-wrapper{
    padding: 0!important;
  }
  .stages  .bx-wrapper img{
    display: block;
    margin: 0 auto;
  }
  .products .bx-wrapper .bx-prev, .products .bx-wrapper .bx-next{
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .stages .slider-contain .slider .icons-contain h3{
    text-align: center;
  }
 .tabs .tab-content .icons-contain{
    border-bottom-left-radius: 0;
  }
 .tabs .tab-content .icons-contain{
    border-top-right-radius: 20px;
  }
  img.stages-horizontal{
    display: none;
  }
  img.stages-vertical{
    display: block;
  }
  .products .slider .info-container {
    padding: 20px 0 0px 45px;
}
.products .bx-wrapper .bx-prev{
      left: -30px;
}
.products .bx-wrapper .bx-next{
      right: -30px;
}
  .bs-loader .loader-cont {
    width: 300px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -115px auto 0;
  }
  .feature-inner .feature-icon p br{
    display: none;
  }
  .feature-inner .feature-icon p{
    font-size: 14px;
    line-height: 18px;
  }
  .product3-feature .equal{
    width: 50%;
  }
  .tech.inner-banner h3 br, .tech.inner-banner p br, .about-page.inner-banner h3 br, .about-page.inner-banner p br{
    display: none;
  }
  .tech .tech-inner{
    padding: 20px;
  }
  .tech .tech-inner h3{
    font-size: 15px;
    line-height: 18px;
  }
  .tabs{
    position: relative;
  }
  .tech-tabs{
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .tab-content {
    padding-top: 256px;
  }
  .stages .tab-content{
    padding: 0;
  }
  .tabs .nav-pills li.active a::after{
    display: none;
  }
  .contact-services .space{
    padding: 10px 0;
  }
  .about-page .about{
    padding: 30px 0 0;
  }
  .about-page .about .space{
    padding: 10px 0 0;
  }
  .about-company .space{
    padding: 0;
  }
  .about-company .inside-content{
    padding: 0 0 30px;
  }
  .terms h2{
    font-size: 32px;
    line-height: 40px;
  }
  .terms ul{
    padding-left: 20px;
  }
  .terms ul li.list-item{
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px)  {
  .banner .caption, .inner-banner .caption{
    padding: 0 30px;
  }
  .sensair .sensair-left{
    max-width: 100%;
    margin: 60px 30px 0;
  }
  .background-contain{
    max-width: 100%;
    padding: 100px 30px;
  }
  .background-shapes p br{
    display: none;
  }
  .products .explore, .content, .stages{
    padding: 60px 30px;
  }
  .purification-inner, .feature-inner {
    padding: 60px 30px 0;
}
  .content p br {
    display: none;
}
}
@media (min-width: 1024px) and (max-width: 1366px)  {
.banner .caption, .inner-banner .caption{
  padding: 0 0 0 60px;
}
.products .explore{
  padding-left: 20px;
}
}
@media only screen and (min-width: 1900px){
  .container{
    max-width: 1600px;
  }
  .header a, .header a:hover{
    font-size: 18px;
  }
  .inner-banner .inner-product-right{
    right: 240px;
  }
  .product2-feature, .product3-feature{
    height: 590px;
  }
  .tabs .nav-pills li.active a::after{
    left: 43%;
  }
  .about-company img{
    display: block;
    margin: 0 auto;
  }
}
