section{
  margin: 80px 0;
}
section p{
  margin-bottom:0px;
  font-family: "Inter", serif;
  font-size: 16px;
  line-height: 28px;
}
section h2{
  font-weight: 300;
  font-family: "Poppins";
  font-size: 60px;
  line-height: 70px;
  margin: 0px;
}
section h3{
  font-family: "Poppins";
  font-size: 50px;
  line-height: 60px;
  margin:0px;
}
section h4{
  font-family: "Poppins";
  font-size: 28px;
  line-height: 32px;
  margin:0px;
}
section h5{
  font-family: "Poppins";
  font-size: 22px;
  line-height: 28px;
  margin:0px;
}
section .btn{
  text-transform: uppercase;
}
.rating_stars{
  font-size: 23px;
  letter-spacing: 3px;
}
section ul.check_list{
  margin:0px;
  list-style: none;
}
section ul.check_list li{
  position: relative;
  padding-left: 30px;
  float: left;
  margin-bottom: 10px;
}
section ul.check_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 17px;
  background-image: url('https://store-kcny5.mybigcommerce.com/content/upload/check_bold_green.svg');
  background-size: cover;
}
@media ( max-width: 768px ){
  section{
    margin: 40px 0;
  }
  section h2{
    font-size: 35px;
    line-height: 40px;
  }
  section h3{
    font-size: 35px;
    line-height: 40px;
  }
  section ul.check_list li{
    width: 100%;
    margin-bottom: 20px;
  }
}


/* Hero Start */
section.hero{
  position: relative;
  margin: 0px;
}
section.hero h4{
  font-size: 26px;
}
section.hero .container-1920{
  background: url('https://store-kcny5.mybigcommerce.com/content/upload/templates/air-purification/envi-pure-hero-1920-5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-x: center;
}
section.hero .product{
  display: none;
  position: absolute;
  max-width: 280px;
  left: 0px;
  bottom: -300px;
}
section.hero ul.featured li p{
  font-size: 16px;
  line-height: 19px;
}
@media ( min-width: 1400px ){
  section.hero .container-1920{
    min-height: 910px;
  }
}
@media ( max-width: 1400px ){
  section.hero{
    /*margin-top: 120px;*/
    margin-bottom: 40px;
  }
  section.hero .content{
    width: 100%;
  }
  section.hero .container-1920{
    /*background: url('https://store-kcny5.mybigcommerce.com/content/upload/templates/air-purification/envi-pure-hero-1280-2.jpg');*/
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: auto;*/
    background-position-x: right;
    padding: 20px;
    min-height: unset;
    padding-bottom: 100px;
    padding-top: 70px;
  }
  section.hero .product{
    display: block;
  }
  section.hero h2{
    font-size: 45px;
    line-height: 52px;
  }
}
@media ( max-width: 1200px ){
  section.hero .container-1920{
    /*padding-bottom: 180px;*/
  }
  section.hero h2 {
    font-size: 40px;
    line-height: 45px;
  }
  section.hero ul.featured li h4{
    font-size: 27px;
    line-height: 30px;
  }
  section.hero ul.featured li p{
    font-size: 14px;
    line-height: 17px;
  }
  section.hero .product{
    bottom: -200px;
  }
}
@media ( max-width: 992px ){
  section.hero .container-1920 {
    padding-bottom: 100px;
  }
  section.hero .product{
    max-width: 200px;
  }
  section.hero ul.featured{
    padding-bottom: 100px;
  }
}
@media ( max-width: 870px ){
  section.hero .product{
    display: none;
  }
}
@media ( max-width: 870px ){
  body{
    padding-top: 0px;
  }
} 
section.hero .content{
  display: flex;
  align-items: center;
  z-index: 1;
}
@media ( max-width: 768px ){
  section.hero .content_mobile{
    z-index: 2;
    position: relative;
    margin-bottom: 0px;
  }
}
@media ( max-width: 576px ){
  section.hero .content_mobile{
    z-index: 2;
    position: relative;
    margin-bottom: -120px;
  }
}
section .caption p{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Inter", serif;
}
section.hero ul.featured{
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: white;
}
section.hero ul.featured li{
  float: left;
  position: relative;
  padding: 10px 22px;
}
section.hero ul.featured li h4{
  color: white;
  margin:0px;
}
@media ( min-width: 1025px ){
  section.hero ul.featured li{
    min-height: 138px;
  }
  section.hero ul.featured li:first-child{
    padding-left:0px;
  }
}
@media ( max-width: 768px ){
  section.hero .container-1920{
    background: url('https://store-kcny5.mybigcommerce.com/content/upload/templates/air-purification/envi-pure-hero-480-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 586px;
    background-position-y: center;
  }
}
@media ( max-width: 576px ){
  section.hero .container-1920{
    min-height: 586px;
    background-position-y: bottom;
  }
}
section.hero ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: rgba(255, 255, 255, .5);
}
/*
section.hero ul li:last-child::after, section.hero ul li:nth-last-child(2)::after {
  content: none;
}
*/
section.hero ul li:last-child::after {
  content: none;
}
@media ( max-width: 1400px ){
  section .caption p{
    font-size: 14px;
    line-height: 21px;
  }
  section.hero ul.featured li {
    float: left;
    position: relative;
    padding: 5px 15px;
  }
}
@media ( max-width: 1200px ){
  section.hero ul.featured li {
    float: left;
    position: relative;
    padding: 3px 10px;
  }
  section .content .btn-green{
    /*padding: 11px 56px;
    font-size: 14px;
    line-height: 21px;
    */
  }
}
@media ( max-width: 992px ){
  section.hero ul.featured li{
    padding: 3px 7px;
    max-width: 200px;
    /*float: none;*/
  }
  section.hero h2{
    font-size: 35px;
    line-height: 35px;
  }
}
@media ( max-width: 800px ){
  section.hero h2{
    font-size: 25px;
    line-height: 25px;
  }
}
@media ( max-width: 768px ){
  section.hero{
    padding-top: 40px;
  }
  section.hero h2{
    font-size: 30px;
    line-height: 30px;
  }
  section.hero .content{
    display: flex;
    align-items: end;
    bottom: 0px;
  }
  section .content_mobile .caption h2{
    font-size: 35px;
    line-height: 40px;
  }
  section .content_mobile .caption p {
    font-size: 18px;
    line-height: 26px;
  }
  section.hero ul.featured li p{
    font-size: 13px;
    line-height: 18px;
  }
}
section.hero .image-container {
  position: relative;
  display: inline-block;
}
section.hero .image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media ( max-width: 576px ){
  section.hero ul.featured li{
    float: none;
  }
  section.hero ul li::after{
    content: unset;
  }
  section.hero .content_image{
    margin-top: -200px;
  }
  section.hero .image-container {
    width: 100%;
  }
  section.hero .image-container img{
    width: 100%;
  }
}
@media ( max-width: 480px ){
  section.essential .image-container{
    height: 650px;
    overflow: hidden;
    position: relative;
  }
  section.essential .image-container img {
    width: 100%;
    position: absolute;
    top: -250px;
  }
}
/* Hero End */


/* Transform Start  */
section.transform{
  margin-top: 0px;
}
@media ( max-width: 768px ){
  section.transform .logo{
    width: 90%;
  }
  section.transform h2{
    font-size: 35px;
    line-height: 40px;
  }
  section.transform p{
    font-size: 16px;
    line-height: 24px;
  }
}
/* Transform End  */

/* Cutting Edge Start  */
section.cutting_edge{
  overflow: hidden;
}
section.cutting_edge p{
  line-height: 24px;
}
section.cutting_edge .featured > div{
  position: relative;
}
section.cutting_edge .featured > div:not(:last-child):after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #66C61C80;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 170px;
}
section.cutting_edge .leaf{
  position: absolute;
  top: 40px;
  right: -80px;
}
section.cutting_edge .review{
  background-color: #F6F6F6;
  color: #333;
  border-radius: 999px;
  border: 1px solid #F6F6F6;
  cursor: pointer;
  transition: background-color 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 42px 120px;
}
section.cutting_edge .review .avatar{
  border-radius: 50%;
}
section.cutting_edge .review .title{
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}
section.cutting_edge .review .content{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  font-size: 16px;
  line-height: 22px;
  flex: 1;
}
section.cutting_edge .review .reviewer{
  font-size: 13px;
  color: #040909;
  font-weight: 600;
}  
@media ( max-width: 768px ){
  section.cutting_edge .featured > div:not(:last-child):after{
    width: 120px;
    height: 1px;
    vertical-align: middle;
    top:unset;
    right:unset;
    left: calc(50% - 60px);
    bottom: 0px;
  }
  section.cutting_edge .leaf{
    position: absolute;
    top: 120px;
    right: 20px;
    width: 60px;
  }
  section.cutting_edge .review{
    flex-direction: column;
    padding: 50px 42px;
    text-align: center;
  }
}
@media ( min-width: 769px ){
  section.cutting_edge h5{
    min-height: 56px;
  }
}
/* Cutting Edge End  */


/* Introducing Start */
section.introducing{
  background-color: #f6f6f6;
  padding: 80px 0;
  margin-bottom: 0px;
}
section.introducing h3{
  color: #151515;
  font-size: 45px;
  line-height: 55px;
}
section.introducing h3 span{
  font-style: italic;
  font-weight: 600;
}
@media ( max-width: 768px ){
  section.introducing{
    padding: 40px 0;
  }
}
/* Introducing End */


/* Essential Start  */
section.essential{
  position: relative;
  margin-top: 0px;
  color: white;
  margin-bottom:0px;
}
section.essential h2{
  color: white;
  font-size: 36px;
  line-height: 36px;
}
section.essential p{
  font-size: 14px;
  line-height: 24px;
}
section.essential > .container-1920{
  background-image: url('https://store-kcny5.mybigcommerce.com/content/upload/templates/air-purification/section-essential-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  min-height: 755px;
}
section.essential .content{
  max-width: 550px;
  z-index: 1;
}

section.essential .table-container {
  max-width: 480px;
}
section.essential .table-header,
section.essential .table-row {
  display: flex;
  justify-content: space-between;
}
section.essential .table-header {
  background-color: #212529;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
}
section.essential .table-row:last-child {
  margin-bottom: 0;
}
section.essential .col {
  flex: 1;
  padding: 10px;
  text-align: center;
  background-color: #d3d3d3;
  margin-right: 5px;
  color: #5f5f5f;
}
section.essential .col:last-child {
  margin-right: 0;
}
section.essential .table-header .col{
  font-size: 19px;
  line-height: 22px;
}
section.essential .table-container .table-row:nth-child(odd) .col{
  background-color: #f7f7f7;
}
section.essential .table-container .table-row:nth-child(even) .col{
  background-color: #dadada;
}

@media ( max-width: 1500px ){
  section.essential > .container-1920{
    padding: 40px 30px;
    min-height:unset;
  }
}
@media ( max-width: 1200px ){
  section.essential > .container-1920{
    background-image: url('https://store-kcny5.mybigcommerce.com/content/upload/templates/air-purification/section-essential-bg-tablet-1.jpg');
    padding: 40px 10px;
  }
}
@media ( max-width: 768px ){
  section.essential > .container-1920{
    background-image: url('https://store-kcny5.mybigcommerce.com/content/upload/templates/air-purification/section-essential-bg-mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    padding: 15px;
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
  }
  section.essential .content{
    max-width: 100%;
  }
}
@media ( max-width: 992px ){
  section.essential h2{
    font-size: 37px;
    line-height: 37px;
  }
  section.essential .image-container img{
    width: 100%;
  }
}
@media ( min-width: 481px ) and ( max-width: 576px ){
  section.essential h2 {
    font-size: 28px;
    line-height: 28px;
  }
  section.essential p{
    font-size: 12px;
    line-height: 21px;
  }
}
/* Essential End  */

/* Clean & safe Start  */
section.clean_safe{
  margin-top: 0px;
}
section.clean_safe .custom-grid > .col-55 {
  flex: 0 0 55%;
  max-width: 55%; /* Prevent overflow */

}
section.clean_safe .custom-grid > .col-45 {
  flex: 0 0 45%;
  max-width: 45%; /* Prevent overflow */
}
section.clean_safe .content{
  max-width: 650px;
  padding-right: 135px;
}
section.clean_safe .content h2{
  font-size: 50px;
  line-height: 60px;
  color: #151515;
  text-transform: capitalize;
}
@media ( max-width: 1200px ){
  section.clean_safe .content {
    max-width: 100%;
    padding: 15px;
  }
  section.clean_safe .content h2{
    font-size: 30px;
    line-height: 35px;
  }
}
@media ( max-width: 992px ){
  section.clean_safe .custom-grid > .col-55, section.clean_safe .custom-grid > .col-45{
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.clean_safe .custom-grid > .col-45 img{
    width: 100%;
  }
  section.clean_safe .content{
    padding: 45px;
    /*text-align: center;*/
  }
  section.clean_safe .content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* Clean & safe End  */


/* Hepa Filters Start  */
@media ( min-width: 769px ){
  section.hepa_filters h2{
    font-size: 40px;
    line-height: 45px;
  }
}
section.hepa_filters p{
  font-family: "Poppins";
  font-size: 17px;
  line-height: 24px;
}
section.hepa_filters ul.check_list li{
  width: 50%;
}
@media ( max-width: 768px ){
  section.hepa_filters ul.check_list li{
    width: 100%;
  }
}
/* Hepa Filters End  */


/* Sets Start  */
@media ( min-width: 769px ){
  section.sets h2{
    font-size: 45px;
    line-height: 55px;
  }
}
section.sets ul{
  list-style: none;
  margin:0px;
}
section.sets h4{
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Poppins";
  margin:0px;
}
section.sets p{
  font-family: "Poppins";
}
/* Sets End  */

/* Guarantee Start  */
section.guarantee ul{
  margin:0px;
  list-style: none;
}
section.guarantee ul li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
section.guarantee ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 17px;
  background-image: url('https://store-kcny5.mybigcommerce.com/content/upload/check_bold_green.svg');
  background-size: cover;
}
section.guarantee .leaf2{
  position: absolute;
  right: 0px;
  top: -75px;
  width: 130px;
}
@media ( max-width: 768px ){
  section.guarantee{
    margin-bottom: 10px;
  }
}
/* Guarantee End  */

/* Customers saying Start  */
section.customers_saying{
  background-color: #F6F6F6;
  padding: 80px 0;
}
section.customers_saying .reviewer{
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media ( max-width: 768px ){
  section.customers_saying{
    margin-top: 10px;
  }
}
/* Customers saying End  */

/* Breathe Cleaner Start  */
section.breathe_cleaner{
  margin-bottom: 0px;
}
section.breathe_cleaner .container-1920{
  margin-top: -80px;
  
}
section.breathe_cleaner .container-1920 img{
  width: 100%;
}
section.breathe_cleaner p{
  line-height: 24px;
}
section.breathe_cleaner .leaf3{
  position: absolute;
  top: -140px;
  left: calc(50% - 80px);
  width: 250px;
}

/* Breathe Cleaner End  */


/* Are you ready start */
section.are_you_ready {
  padding: 0px 0 93px;
  background-color: #151515;
  margin-top:0px;
  margin-bottom:0px;
}
section.are_you_ready .inner_wrap{
  padding: 90px 0;
  background-image: url(https://store-kcny5.mybigcommerce.com/content/upload/you-ready-img.png);
  background-repeat: no-repeat; 
  background-size: cover;
}
section.are_you_ready .inner-right-text-section h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
}
section.are_you_ready h2 span {
  color: #fff;
  font-weight: 700;
  display: block;
}
section.are_you_ready .row .inner-right-text-section h2 {
  margin: 0 0 20px;
}
section.are_you_ready .row .inner-right-text-section ul li {
  font-size: 18px;
  font-family: "Poppins";
  margin-bottom: 25px;
  color: #fff;
  max-width: 503px;
  line-height: 29px;
  position: relative;
}
section.are_you_ready ul{
  list-style: none;
}
section.are_you_ready .row .inner-right-text-section ul li:after{
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 9px;
  left: 0;
  color: #4cae33;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding-top: 2px;
  padding-left: 2px;

  content: "";
  margin-left: 5px;
  width: 6px;
  height: 6px;
  top: 14px;
}
section.are_you_ready .row .inner-right-text-section ul li{
  padding-left: 26px;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

section .pdf_container {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  max-width: 1075px;
  margin: auto;
  background: var(--unnamed-color-ffffff) 0 0 no-repeat padding-box;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 32px 53px #0000000d;
  border-radius: 11px;
  opacity: 1;
  min-height: 162px;
  position: relative;
  margin-top: 150px;
  margin-bottom: -135px;
  justify-content: space-around;
  padding: 0px 40px;
}
section .pdf_container .pdf_product_container{
  width: 220px;
}
section .pdf_container > div:nth-child(2), section .pdf_container > div:nth-child(3){
  flex: 1;
  display: flex;
  justify-content: center;
}
section .pdf_container .image_container{
  position: absolute;
  bottom: 0px;
}
section .pdf_container span{
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins";
  color: #000;
}
section .pdf_container .btn-cta-revert{
  padding: 17px 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  section.are_you_ready .inner_wrap{
    padding-top: 10px;
  }
  section.are_you_ready .row .inner-right-text-section ul li{
    margin-bottom: 10px;
  }
  section.are_you_ready .home-page-cstm-logos{
    margin-top:0px;
  }
  section.are_you_ready .home-page-cstm-logos ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    margin: auto;
  }
  section .pdf_container{
    flex-direction: column;
    margin-top: 100px;
    padding: 20px;
  }
  section .pdf_container .pdf_product_container{
    min-height: 200px;
  }
  section .pdf_container .image_container{
    bottom: 195px;
  }
  section .pdf_container > div:nth-child(2), section .pdf_container > div:nth-child(3){
    text-align: center;
  }
}
/* Are you ready end */