/** Shopify CDN: Minification failed

Line 665:37 Expected identifier but found "!"
Line 665:40 Expected identifier but found "!"
Line 800:0 Unexpected "}"
Line 841:27 Expected identifier but found "!"
Line 841:30 Expected identifier but found "!"

**/


/* Custom Font*/
@font-face {
font-family: "BROmegaR";
src: url("/cdn/shop/files/BROmegaR.woff2?v=1735557030") format("woff2"),
url("/cdn/shop/files/BROmegaR.woff?v=1735557029") format("woff");
}
 
html,body,h1,h2,h3,h4,h5,h6,a,p,li { font-family: "BROmegaR"!important; }

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 750px){
  header {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: space-between;
  }
}


/* Common Css
----------------------------------------------*/
.commonSec {
    max-width: 1440px;
    padding: 64px;
    margin: 0 auto;
}

@media only screen and (max-width: 750px){
  .commonSecMob{
      padding:32px 16px;
      margin: 0 auto;
  }
}

.freeReturnText {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.freeReturnText img {
    max-width: 20px;
}



/* Bioshield Classic Product Page
-----------------------------------------*/
.product__title h1 {
    letter-spacing: 0px;
    font-weight: 600;
    color: #4A5568;
}

.extra-cont-01 p {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 12px;
    color: #4A5568;
}

.extra-cont-02 {
    background: #F7F7F7;
    padding: 16px;
    border-radius: 8px;
}

.extra-cont-02 p {
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    color: #2B2663;
    font-weight: 600;
}

.extra-cont-02 ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  column-gap:20px;
}
.extra-cont-02 ul li{
  color:#323232;
  line-height:140%;
}

.trustPeopleWrap {
    background: #EFF6FE;
    padding: 19px;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 8px;
    max-width: max-content;
}

.trustPeopleWrap p {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 13px;
    line-height: 114%;
    color: #3C3C3C;
    font-weight: 600;
    text-shadow: none;
    box-shadow: none;
  font-size: 14px;
}

.product-form__buttons {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

@media only screen and (max-width: 750px){
    .product-form__buttons {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
  }
}


/* Product Variants
--------------------------------------*/

label.cusVariantLabel {
    background: #F6F6F6 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 18px !important;
      padding: 20px 15px !important;
  width:100%;
  display: flex !important;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.cusVariantBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
  text-align:left;
}

.displayCusThumb {
    max-width: 80px;
    border: 1px solid rgb(var(--color-foreground));
    overflow: hidden;
    border-radius: 4px;
}

.displayCusThumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

fieldset.cusVariantContainer {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.flexwrap fieldset.cusVariantContainer{
      display: flex;
  flex-wrap:wrap;
}

span.variant-info {
    text-align: left;
    color: #8B8B8B;
    font-weight: 400 !important;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 130%;
}
span.variant-info ul {
    margin: 0px;
    padding: 0px;
    padding-left: 16px;
    font-weight: normal !important;
}


.cusVariantBox .checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #D9D9D9;
    display: block !important;
    border-radius: 2px;
    margin-bottom: 6px;
}

.cusVariantContainer input[type=radio]:checked+label.cusVariantLabel {
  background:#fff !important;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
}

.product-form__input--pill input[type=radio]:checked+label .checkbox {
    background: #2B2663;
    background-image: url('/cdn/shop/files/checkbox.png?v=1735799978');
    background-repeat: no-repeat;
    background-position: center;
    border-color: #2B2663;
}
@media only screen and (max-width: 750px){
    label.cusVariantLabel {
        padding: 10px 8px !important;
  }

}

.cus-pprice {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}


 
/* Certificate Section
--------------------------------------*/
.cis-head-sec {
    text-align: center;
  margin-bottom:32px;
}

.cis-body-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.cis-body-sec img {
    max-width: 100%;
    max-height: 100px;
}
@media only screen and (max-width: 750px){

      .cis-body-sec {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap:15px;
    }
  .cis-body-sec img {
      max-width: 100%;
      width:auto;
      max-height: 50px;
  }
}



/* Your Shield Your Choice Sec
-----------------------------------------------*/
.text-center {
    text-align: center;
}

.sectionHeader {
    margin-bottom: 2vh;
}

.sectionHeader h2 {
    font-size: 42px;
    font-weight: 700;
    color: #040815;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
}

.sectionHeader h2 span {
    color: #2B2663;
}

.sectionHeader p {
    color: #464646;
}

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

  .sectionHeader h2 {
      font-size: 30px;
  }
  
  .sectionHeader p {
      line-height: 120%;
  }

}


/* ----------------------------------------------- */
.cdtw-items {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    background: #f7f7f7;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
    align-items: stretch;
    align-content: stretch;
}


.bioMagneticTable .cdtw-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.cdtw-sngl-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-right: 2px solid #fff;
    justify-content: center;
    align-items: stretch;
}

.cdtw-body p {
    display: flex;
    align-content: center;
    padding: 0px;
    margin: 0px;
    line-height: 120%;
    align-items: center;
    justify-content: space-between;
}

.cdtw-head p {
    padding: 0px;
    margin: 0px;
    color: #2B2663 !important;
    font-size: 20px;
}

.cdtw-items p {
    color: #181818;
}

.cusDataTableWrap {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cdtw-items .cdtw-sngl-item:last-child {
    border: none;
}

.cdtw-items:first-child .cdtw-body p {
    font-size: 20px;
    text-align: center !important;
    width: 100%;
    display: block;
    margin-top: 30px;
}



.cdtw-items:first-child img {
    max-width: 90%;
}

.cdtw-items:first-child .cdtw-sngl-item {
    display: flex !important;
    justify-content: flex-end !important;
}

.cdtw-items:first-child .cdtw-head p {
    margin: 0px;
    padding: 0px;
    line-height: 120%;
}
.cdtw-sngl-item.cdtw-head {
        background: #EFEFEF;
    }

@media only screen and (max-width: 750px){
  .cdtw-sngl-item {padding: 10px;}

    
    .cdtw-items,
    .bioMagneticTable .cdtw-items{
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        position: relative;
        left: 0px;
    }
    
    .cdtw-sngl-item.cdtw-head {
        width: 150px;
        background: #EFEFEF;
        position: sticky;
        left: 0px;
        top: 0px;
    }
    
    .cusDataTableWrap {
        overflow-x: auto;
        position: relative;
    }
    
    .cdtw-items p {
        font-size: 15px;
    }
    
    .cdtw-items {}
    
    .cdtw-sngl-item.cdtw-body {
        width: 180px;
    }
    
    .cdtw-items:first-child img {max-width: 120px;}
    
    .cdtw-sngl-item.cdtw-body img {
        max-width: 100%;
    }
}



.cusCustomerRatingWrap {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
    background: #fff;
    box-shadow: 0 0px 20px #0000001a;
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    border-radius: 80px;
}

.cusCustomerRatingWrap p {
    margin: 0px;
    padding: 0px;
    color: #0C111D;
    letter-spacing: 0px;
}




/* Effortless Safety for Every Space
-------------------------------------------*/
.cus2GridSec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  align-items: center;
}

.effortlessSafetySec .cus2GridItems {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px #0000001a;
}

.lightGrayGradient {
    background: linear-gradient(180deg, #FFF 0%, #F7F7F7 17.27%, #F7F7F7 90.04%, #FFF 100%);
}

.effortlessSafetySec .cus2GridItems img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.effortlessSafetySec .cus2GridItems h3 {
    color: #4A5568;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 0px;
    margin: 20px 0px;
}

.effortlessSafetySec .cus2GridItems p {
    padding: 0px;
    margin: 0px;
    line-height: 120%;
    color: #4A5568;
}

@media only screen and (max-width: 750px){
  .cus2GridSec {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
  }
  
}

/* Safer Air Sec
------------------------------------------*/
.averageInstallBox {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #EFFDF4;
    padding: 3px 20px;
    border-radius: 8px;
    gap: 12px;
  margin: 20px auto 0px;
}

.saferAirHeader {position: relative;}

@media only screen and (min-width: 1440px){
    .averageInstallBox {
      position: absolute;
      top: -35px;
      right: 0px;
  }
  
}

.saferAir .cus2GridItems {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 0 20px #0000001a;
}

.saferAir {
    padding-top: 25px;
}

.saferAir .cus2GridItems {display: grid;grid-template-columns: 1fr 2fr;overflow: hidden;}

.saferAir .saferAirHead img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saferAirBody h3 {
    font-size: 24px;
    color: #000;
    margin: 0px 0px 20px;
    padding: 0px;
    font-weight: 600;
}

.saferAirBody {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.saferAirBody p {
    margin: 0px;
    padding: 0px;
    line-height: 130%;
}


/* Video
---------------------------------------*/
.cus-video01 .video-section__media {
    border-radius: 16px !important;
    overflow: hidden !important;
}


.cus-headings h2{
  text-align:center !important;
  margin-bottom:30px !important;
}
.cus-btn-sec {
    text-align: center;
    margin: 30px;
}

.cus-btn-sec a {
    text-decoration: none;
    background: #2B2663;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    min-width: 180px;
    border-radius: 60px;
}


/* Minimize Bulb Replacement
-------------------------------------------*/

.activeMembers{
  background:#fef3ff;
}

.cusBulbReplacementWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cusbulbReplacementLeft {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cbriItem1 {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.cbri-items {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 16px;
}

.cbri-items h3 {
    font-size: 25px;
    margin: 20px 0px 10px !important;!i;!;
    color: #111;
    font-weight: 500;
    letter-spacing: 0px;
}

.cbri-items p {
    margin: 0px;
    padding: 0px;
    color: #808080;
    line-height: 130%;
}

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


.mb32 .sectionHeader {
  margin-bottom:32px !important;
}

.automaticBulbReplacementImg img {
    margin-bottom: -30px;
}

.grid3sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #f5f5f5;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 16px;
}

.g3secItem p {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 130%;
}

.g3secItem p img {
    max-height: 20px;
}

.sectionBottom p {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.sectionBottom {
    margin-top: 32px;
}

.sectionBottom a {
    text-decoration: none;
    text-decoration: none;
    background: #2b2663;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    min-width: 180px;
    border-radius: 60px;
  border:2px solid #2b2663;
}
@media only screen and (max-width: 750px){

  .cusBulbReplacementWrap, .cusbulbReplacementLeft {
      display: flex;
      flex-direction: column;
  }
  
  .cusBulbReplacementWrap img {
      max-width: 100%;
  }
    .grid3sec {
      display: grid;
      grid-template-columns: 1fr;
  }


}



span.purpleText {
    color: #2B2663;
    display: block;
}
/* Footer
-----------------------------------*/
.footer__content-bottom{
  display:none;
  opacity:0;
}

.cus-footer-menu {
    display: flex;
    justify-content: flex-end !important;
    flex-direction: column;
    align-items: flex-end !important;
    text-align: right !important;
}

.cus-footer-menu ul li a {
    text-align: right !important;
}

.cus-footer-menu ul li {margin-right: 0px !important; padding-right: 0px;}

@media only screen and (max-width: 750px){
      .footer-block-image {
        justify-content: flex-start;
    }
}
    .cus-footer-menu {
      display: flex;
      justify-content: flex-start !important;
      flex-direction: column;
      align-items: flex-start !important;
      text-align: left;
  }
  
  .cus-footer-menu ul li a {
      text-align: left !important;
  }
}



/* Homepage
--------------------------------------------------------------*/

h1#bnrh1 {
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    margin: 0px !important;

}

.homeBnrContent h3 {
    color: #2B2663;
    font-weight: 600;
    font-size: 21px;
}

.homeBnrContent p {
    letter-spacing: 0px;
    line-height: 140%;
    color: #464646;
}

.homeBtnCom {
    border-radius: 50px;
    border: none;
}

.homeBtnCom::after {
    display: none;
}

.homeBtn01 {
    background: #2B2663;
}

.homeBtn02 {
    background: #e7e7e7;
    color: #000 !important;!i;!;
}


.cus3GridSec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.threeBoxesSec .cus3GridItems {
    border: 2px solid #E3E4F1;
    padding: 20px;
  border-radius: 16px;
    background: #fff;
}

.threeBoxesImg {
    border: 3px solid #F2F3F7;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    max-width: 180px;
    height: 155px;
    position: relative;
    background: #fff;
    margin-top: -100px;
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
}

.threeBoxesSec {
    padding-top: 75px;
}

.threeBoxesSec h3 {
    margin: 0px;
    padding: 0px;
    line-height: 140%;
    font-size: 21px;
    letter-spacing: 0px;
    color: #040815;
}

.threeBoxesSec p {
    color: #596780;
    line-height: 140%;
    padding: 0px;
    margin: 11px 0 0;
    letter-spacing: 0px;
}

@media only screen and (max-width: 750px){
    .cus3GridSec {
      display: grid;
      grid-template-columns: 1fr;
  }
}

.mb-40{
  margin-bottom:40px;
}

.hbuvpa-sec .cus3GridItems {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}

.hbuvpa-sec .cus3GridItems img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.hbuvpa-sec h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #040815;
    margin: 20px 0 15px;
}

.hbuvpa-sec p {
    line-height: 130%;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #596780;
}



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

  .hpsFooter {
    display: grid;
    grid-template-columns: 1fr;
}

.hps2grid {
    display: grid;
    grid-template-columns: 1fr;
}

.threeBoxesImg {
    max-width: 120px;
    max-height: 80px;
    padding: 15px;
    margin-top: -60px;
}

.threeBoxesImg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.threeBoxesSec .cus3GridItems {
    margin-bottom: 40px;
}
}


/* Home 2 product sec
-------------------------------------*/
.homeProductShowcase h3 {
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 600;
    color: #2B2663;
    margin: 20px 0px 4px;
    padding: 0px;
}

.homeProductShowcase h4 {
    margin: 0px 0px 20px;
    font-size: 18px;
  
    letter-spacing: 0;
}
.homeProductShowcase h5,
.homeProductShowcase p,
.homeProductShowcase li{
    margin: 0px;
    font-size: 15px;
    letter-spacing: 0;
  line-height:140%;
}
.homeProductShowcase p{
  color:#6F6F6F;
}
.homeProductShowcase .cus2GridItems {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px #0000001a;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.homeProductShowcase ul {
    margin: 18px 0;
    padding: 0px;
    padding-left: 17px;
}
.hps2grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0px;
    gap: 20px;
}

.hp2GridItem {
    background: #F7F7F7;
    padding: 16px;
    border-radius: 4px;
}

.hp2GridItem ul {
    margin-bottom: 0px;
}
.hps2grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0px;
    gap: 20px;
}

.hp2GridItem {
    background: #F7F7F7;
    padding: 16px;
    border-radius: 4px;
}

.hp2GridItem ul {
    margin-bottom: 0px;
}

.hpsImg {
    width: 100%;
    height: 250px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.hpsImg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hpsFooter a {
    text-decoration: none;
    letter-spacing: 0px;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}

.hpsFooter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  margin-top:20px;
}

a.cusLearnMore {
    background: #E7E7E7;
    color: #000;
}

a.cusBuyNow {
    background: #2B2663;
    color: #fff;
}



/* Why BioshieldUV section
-----------------------------------------------*/
.whyBioBG {
    background: url('/cdn/shop/files/section-bg.webp?v=1736407122') no-repeat top center;
    max-width: 100% !important;
    background-size: cover !important;
    background-color: #f7f7f7;
  padding:0px !important;
}
.whyBioContainer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 150px 64px 64px !important;
}

.cus4GridSec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.whyBioSec {
    margin-top: 32px;
}

.whyBioSec .cus4GridItems {
    background: #fff;
    padding: 20px;
    border-radius:8px;
  box-shadow: 0 0 20px #0000001a;
}

.whyBioSec h4 {
    font-size: 21px;
    letter-spacing: 0px;
    color: #000;
    margin: 20px 0 10px;
    padding: 0px;
    line-height: 140%;
}

.whyBioSec p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-size: 15px;
    color: #6F6F6F;
  line-height:140%;
}

.cbri-sngl-item h3 {
    color: #000;
    letter-spacing: 0px;
}

.cbri-sngl-item ul {
    margin: 0px;
    padding: 0px;
    padding-left: 18px;
}

.cbri-sngl-item ul li {
    color: #808080;
    letter-spacing: 0px;
    font-size: 15px;
}


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

  .whyBioBG {
        background-size: auto;
    }
  .whyBioContainer {
    padding: 64px 16px !important;
}
  .cus4GridSec {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .hpsFooter {
    display: grid;
    grid-template-columns: 1fr;
}

.hps2grid {
    display: grid;
    grid-template-columns: 1fr;
}
}



.gray-link a{ 
  color:#464646;
}



/* Bioshield Megnatic 
---------------------------------------*/
.preRequisitesWrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.preReqitems h3 {
    font-size: 33px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.preReqitems p {color: #464646;line-height: 140%;}

.preReqitems a {
    font-size: 14px;
    text-decoration: none;
}

.preReqitems a {
    background: #2B2663;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 25px;
}

.preReqRight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.preReqRightItem {
    box-shadow: 0px 0px 41.514px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10.378570556640625px);
    border-radius: 15px;
    padding: 20px;
}

.preReqRightItem ul {
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
}

.preReqRightItem h4 {
    font-size: 23px;
    margin: 15px 0 0;
    padding: 0px;
    line-height: 140%;
}



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

    .preRequisitesWrap,
  .preReqRight {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
  }

  
}


/* Guardian Club Page
--------------------------------------------------*/

.cusActiveMembers {
    background: #E6E6E6;
    max-width: 260px;
    display: flex;
    padding: 15px;
    border-radius: 8px;
    margin-top: 35px !important;
}

.cusActiveMembers p {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    font-weight: 700;
    color: #3C3C3C;
}

.guardianClubTable .cdtw-items {
    text-align: left;
}

.guardianClubTable .cdtw-items:first-child .cdtw-sngl-item {
    display: flex;
   
    text-align: left;
}

.guardianClubTable .cdtw-items:first-child .cdtw-sngl-item p {
    text-align: left !important;
}

.guardianClubTable .cdtwGreen {
    background: #E9EFD2;
}

.guardianClubTable .cdtw-body p {
    display: block;
}


/* Replacement Bulbs 
-----------------------------------*/
.warrantyDetailsSec .sectionHeader {
    margin-bottom: 50px;
}

.warrantyDetailsSec .preReqitems {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.warrantyDetailsSec .preReqitems .preReqRightItem p {
    color: #A1A1A1;
    font-weight: 300;
}

@media only screen and (max-width: 750px){
    .warrantyDetailsSec .preReqitems {
      display: grid;
      grid-template-columns: 1fr;
  }
}

.secondaryBtn {
    background-color: transparent !important;
    color: #2b2663 !important;
    border: 2px solid #2b2663;
}

.replacementBuldPage p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}



.guarantee6MonthFooter {
    margin-top: 20px;
}
.guarantee6MonthFooter p{
  color:#000;
}
.guarantee6Month .sectionHeader {
    margin-bottom: 50px;
}




.certifiedSec {
    display: grid;
    grid-template-columns: 2fr 1fr;
  gap:20px;
}

.certifiedSec .sectionHeader{
  margin-bottom:20px;
}

.certifiedSec .certifiedSecRight .preReqitems {
    display: grid;
    grid-template-columns: 1fr;
}

.certifiedSecRight .preReqRightItem {
    padding: 15px;
}

.certifiedSecRight .preReqRightItem h4 {
    margin: 0px 0 5px;
    font-size: 18px;
    color: #2B2663;
}

.certifiedSecRight .preReqRightItem p {
    margin: 0px;
    font-size: 14px;
    line-height: 120%;
    color: #606060;
}
.sectionCusImg img {
    max-width: 100%;
}

@media only screen and (max-width: 750px){
  
  .certifiedSec {
      display: grid;
      grid-template-columns:1fr;
  }
}




.s2sItems {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    gap: 10px;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.s2sMainImg {
    width: 100%;
}

.s2sMainImg img {
    width: 100%;
    border-radius: 4px;
}

.s2scontent img {
    max-height: 100px;
    margin: 0px;
    margin-bottom: -30px;
  margin-top: -20px;
}

.s2scontent p {
    margin: 0px;
    padding: 0px;
      font-size: 14px;
    line-height: 120%;
}
.bypm-img img {
    width: 100%;
}



.s2sFooter {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  margin-top:20px;
}

.s2sFooterItems {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.s2sFooterItems p {
    line-height: 120%;
    font-size: 14px;
}

@media only screen and (max-width: 750px){
  .s2sFooter {
      display: grid;
      grid-template-columns:1fr;
      gap: 20px;
  }

}

.noBtmPAdding{
  padding-bottom:0px;
}
.noTopBtmPadding {
    padding: 0px 64px !important;
}


/* Partner Program form sec
---------------------------------*/
.partnerProgramWrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
  align-items: center;
}

.ppLeftSec img {
    width: 100%;
}

.ppLeftSec h2 {
    font-size: 42px;
    font-weight: 700;
    color: #040815;
    margin: 0px 0px 20px;
    padding: 0px;
    line-height: 100%;
}


@media only screen and (max-width: 750px){
  .partnerProgramWrap {
      display: grid;
      grid-template-columns: 1fr;
  }
  
  .noTopBtmPadding {
      padding: 0px 16px !important;
  }
  
  .ppLeftSec h2 {
      font-size: 30px;
  }

}



.hvac-sec-img img {
    width: 100%;
}

.hvac-sec .cus4GridItems {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.hvac-sec .cus4GridItems img {
    border-radius: 6px;
}

.hvac-sec .cus4GridItems p {
    font-size: 12px;
    font-weight: 500;
}


.ryd-right img {
    width: 100%;
}


/* How to Redeem
---------------------------------------------------*/

.ryd-items {
   
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
      align-content: center;
    align-items: center;
}

.currentActive{
   background: #fff;
}

.ryd-items-content h4 {
    margin: 0px 0px 8px;
    padding: 0px;
    line-height: 100%;
}

.ryd-items-content p {
    padding: 0px;
    margin: 0px;
    line-height: 120%;
}

.ryd-items-img img {
    margin: 0px;
    padding: 0px;
}

.ryd-items-content {
    padding: 0px;
    margin: 0px;
}

.ryd-items-img {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}




/* Bioshielduv for hvac providers page
--------------------------------------------*/
.us-flag {
    background-color: transparent;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.us-flag p {
    font-size: 12px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 150%;
}

.us-flag p img {
    max-height: 30px;
}
.cusBottomDiv {
    background: #fff;
    padding: 8px 16px;
    margin: 25px 0px 0px;
    border-radius: 10px;
    box-shadow: 0 0 20px #0000001a;
}

.cusBottomDiv p a {
    margin-left: 15px;
}


.cus-btn-gray01 {
    text-decoration: none;
    background: #E7E7E7;
    color: #2B2663;
    padding: 15px 30px;
    display: inline-block;
    min-width: 180px;
    border-radius: 60px;
    margin: 20px 0px;
}

.graybg01 p {
    color: #464646;
}

.graybg01 {
    margin-top: 20px;
}
.gapbtm20{
  margin-bottom: 20px;
}
.gapbtm32{
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px){
  .hvac-providers .cbriItem1 {
      display: grid;
      grid-template-columns: 1fr;
  }

}



.hpt-head img {
    max-height: 117px;
    width: fit-content;
    margin-top: 5px;
}

.hpt-head .cdtw-sngl-item.cdtw-body {
    display: flex;
    align-items: center;
}

.hpt-head .cdtw-items p {
    color: #2B2663;
}

.hvac-providersTable .cdtw-sngl-item.cdtw-head {
    background: #E6E6E6;
}

.cdtw-items.hpt-head {
    background: #E6E6E6;
}

.cdtw-video a {
    background: #2B2663;
    color: #fff;
    padding: 8px 25px;
    display: flex;
    border-radius: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: 10px;
    line-height: 82%;
}

.ryd-items-icon{
  margin: 0px;
    padding: 0px;
    height: 100%;
    display: flex;
}
.ryd-items-icon img{
  border-radius: 4px;
}

.cusWarningContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 20px;
    background: #F5F5F5;
    padding: 15px 20px;
    border-radius: 8px;
}

/* Controlled Ozone Emission Page
--------------------------------------*/
.ozoneEmissionSec01 {
    display: grid;
    align-items: stretch;
}

.ozoneEmissionSec01 .cus2GridItems img {
    max-width: max-content;
}
.greenBorder {
    border: 2px solid #009826;
}

.oecsImage {
    background: #F7F7F7;
    height: 200px;
    text-align: center;
    padding: 15px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ozoneEmissionCertSec {
    display: grid;
    align-items: start;
}

.oecsImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ozoneEmissionCertSec h3 {
    font-size: 23px;
    font-weight: 600;
}

.ozoneEmissionCertSec p {
    line-height: 130%;
    color: #596780;
}

a.cusBtnDownloadCert {text-decoration: none;background: #2B2663;color: #fff;padding: 15px 30px;display: inline-block;min-width: 180px;border-radius: 60px;}



.cusMarqueeWrapper {
    max-width: 100%;
    padding: 10px 0px 0px;
    background: #2b2566;
}

.cusMarqueeText p {
    color: #fff;
}

.cusMarqueeText marquee {
    color: #fff;
}

.freeReturnText span span {
    color: #999999;
    font-style: italic;
}

.freeReturnText span span a {
    color: #999;
}



.cusBulbRW3Gridbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cusBulbRW3Gridbox-items {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 15px;
}


@media only screen and (max-width: 750px){
  
  .cusBulbRW3Gridbox {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
  }
}

/*
Policy Page Css
-------------------------------------------------------------*/

.effective-date, .last-updated {
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 1.1em;
}


/* Page-Specific Header Colors */
.terms-page h1 {
    border-bottom-color: #3498db;
}

.terms-page h2 {
    border-left-color: #3498db;
}

.privacy-page h1 {
    border-bottom-color: #3498db;
}

.privacy-page h2 {
    border-left-color: #3498db;
}

.return-page h1 {
    border-bottom-color: #3498db;
}

.return-page h2 {
    border-left-color: #3498db;
}

.guardian-page h1 {
    border-bottom-color: #f39c12;
}

.guardian-page h2 {
    border-left-color: #f39c12;
}

.shipping-page h1 {
    border-bottom-color: #16a085;
}

.shipping-page h2 {
    border-left-color: #16a085;
}

.disclaimer-page h1 {
    color: #c0392b;
    border-bottom-color: #e74c3c;
}

.disclaimer-page h2 {
    color: #a93226;
    border-left-color: #e74c3c;
}

/* Common Box Styles */
.highlight-box {
    background-color: #ecf0f1;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.info-box {
    background-color: #e8f4fd;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.warning-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.contact-info {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin: 30px 0;
}

.contact-info h3 {
    margin-top: 0;
    color: #495057;
}

/* Privacy Policy Specific */
.ccpa-box {
    background-color: #e8f5e8;
    border-left: 4px solid #27ae60;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.gdpr-box {
    background-color: #e8f4fd;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.cookie-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.cookie-type {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
}

.cookie-type h4 {
    margin-top: 0;
    color: #495057;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}

/* Return Policy Specific */
.guarantee-box {
    background-color: #e8f5e8;
    border-left: 4px solid #27ae60;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 1.1em;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.step {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

.step h3 {
    margin-top: 0;
    color: #495057;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.step h4 {
    margin-top: 0;
    color: #495057;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.step-number {
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: 20px;
    font-weight: bold;
}

.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.eligibility-box {
    padding: 20px;
    border-radius: 5px;
}

.can-return {
    background-color: #e8f5e8;
    border-left: 4px solid #27ae60;
}

.cannot-return {
    background-color: #fdf2f2;
    border-left: 4px solid #e74c3c;
}

.refund-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.refund-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
}

.refund-box h4 {
    margin-top: 0;
    color: #495057;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}

.refunded {
    border-left: 4px solid #27ae60;
}

.not-refunded {
    border-left: 4px solid #e74c3c;
}

/* Guardian Club Specific */
.divider {
    border: 0;
    height: 3px;
    background: linear-gradient(to right, #f39c12, #e67e22);
    margin: 40px 0;
}

.quick-reference {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.can-do {
    background-color: #e8f5e8;
    border-left: 4px solid #27ae60;
    padding: 20px;
    border-radius: 5px;
}

.cannot-do {
    background-color: #fdf2f2;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    border-radius: 5px;
}

.can-do h3, .cannot-do h3 {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-icon {
    color: #27ae60;
    font-size: 1.2em;
}

.x-icon {
    color: #e74c3c;
    font-size: 1.2em;
}

.guardian-club-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.guardian-page .step-number {
    background-color: #f39c12;
}

.guardian-page .step h4 {
    border-bottom-color: #f39c12;
}

.danger-box {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.faq-item {
    background-color: #f8f9fa;
    border-left: 3px solid #f39c12;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 5px 5px 0;
}

.faq-question {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.faq-answer {
    color: #555;
}

.rejoin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.rejoin-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
}

.rejoin-free {
    border-left: 4px solid #27ae60;
}

.rejoin-fee {
    border-left: 4px solid #e67e22;
}

/* Shipping Policy Specific */
.free-shipping-box {
    background-color: #e8f8f5;
    border-left: 4px solid #16a085;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.processing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.processing-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
}

.processing-box h4 {
    margin-top: 0;
    color: #495057;
    border-bottom: 2px solid #16a085;
    padding-bottom: 10px;
}

.shipping-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.method-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    border-left: 4px solid #16a085;
}

.method-box h4 {
    margin-top: 0;
    color: #495057;
}

.delivery-times {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.delivery-box {
    background-color: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.delivery-box h4 {
    margin: 0 0 10px 0;
    color: #1976d2;
}

.carrier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.carrier-box {
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.carrier-box:hover {
    border-color: #16a085;
}

.carrier-box strong {
    font-size: 1.1em;
    color: #2c3e50;
}

.restrictions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.restrictions-box {
    padding: 20px;
    border-radius: 5px;
}

.ship-to {
    background-color: #e8f5e8;
    border-left: 4px solid #27ae60;
}

.special-req {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
}

.protocol-steps {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0;
}

.protocol-steps ol {
    margin: 0;
}

.holiday-notice {
    background-color: #fdf2f2;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

/* Support Disclaimer Specific */
.important-notice {
    background-color: #fadbd8;
    border: 2px solid #e74c3c;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}

.educational-only {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 1.1em;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.is-box {
    background-color: #e8f5e8;
    border-left: 4px solid #27ae60;
    padding: 20px;
    border-radius: 5px;
}

.is-not-box {
    background-color: #fdf2f2;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    border-radius: 5px;
}

.is-box h3, .is-not-box h3 {
    margin-top: 0;
}

.responsibility-box {
    background-color: #f8d7da;
    border: 2px solid #dc3545;
    padding: 25px;
    margin: 20px 0;
    border-radius: 8px;
}

.responsibility-box h3 {
    margin-top: 0;
    color: #721c24;
    font-size: 1.4em;
}

.danger-warning {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.danger-warning h3 {
    margin-top: 0;
    color: #721c24;
    font-size: 1.2em;
}

.safety-warning {
    background-color: #fff3cd;
    border: 2px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.safety-warning h3 {
    margin-top: 0;
    color: #856404;
}

.warning-symbol {
    font-size: 1.2em;
    color: #dc3545;
}

.risks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.risk-category {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 5px;
}

.risk-category h4 {
    margin-top: 0;
    color: #856404;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 10px;
}

.indemnification-box {
    background-color: #f8d7da;
    border: 3px solid #dc3545;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
}

.indemnification-box h3 {
    margin-top: 0;
    color: #721c24;
    font-size: 1.3em;
    text-align: center;
}

.liability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.liability-box {
    background-color: #f8f9fa;
    border-left: 4px solid #6c757d;
    padding: 20px;
    border-radius: 5px;
}

.liability-box h4 {
    margin-top: 0;
    color: #495057;
}

.acknowledgment-box {
    background-color: #e8f4fd;
    border: 2px solid #3498db;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
}

.acknowledgment-box h3 {
    margin-top: 0;
    color: #2874a6;
    text-align: center;
}

.final-warning {
    background-color: #fadbd8;
    border: 3px solid #e74c3c;
    padding: 30px;
    margin: 40px 0;
    border-radius: 10px;
    text-align: center;
}

.final-warning h2 {
    margin-top: 0;
    color: #c0392b;
    font-size: 1.8em;
    border: none;
    padding: 0;
}

.final-warning p {
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
}

.do-not-contact {
    background-color: #fdf2f2;
    border-left: 4px solid #e74c3c;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.do-not-contact h4 {
    margin-top: 0;
    color: #721c24;
}

.bold-caps {
    font-weight: bold;
    text-transform: uppercase;
    color: #c0392b;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    
    .cookie-types,
    .process-steps,
    .eligibility-grid,
    .refund-grid,
    .quick-reference,
    .rejoin-grid,
    .processing-grid,
    .shipping-methods,
    .delivery-times,
    .carrier-grid,
    .restrictions-grid,
    .comparison-grid,
    .risks-grid,
    .liability-grid {
        grid-template-columns: 1fr;
    }
    
    .important-notice,
    .responsibility-box,
    .indemnification-box,
    .acknowledgment-box,
    .final-warning {
        padding: 15px;
    }
}


/* Replacement Bulb Page
-------------------------------------------*/
.cusReplacementBlubs .cusVariantBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap:wrap;
}

.cusReplacementBlubs label.cusVariantLabel {
    padding: 13px 15px !important;
}

.cusReplacementBlubs .cusVariantBox .checkbox{
    margin-bottom:0px;
    
}

.homeBnrContent p {
    color: #464646;
}

.homeBnrContentWhiteBg {border-radius: 6px;background: linear-gradient(113deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.05) 102.59%);box-shadow: 0 0 41.514px 0 rgba(0, 0, 0, 0.10);backdrop-filter: blur(2.378570556640625px);padding: 2px 15px;}

.homeBnrContent {
    max-width: 530px;
}

.homeBnrContentWhiteBg {
    max-width: 530px;
}

.homeBnrContentWhiteBg p {
    line-height: 130%;
}

.replacementBlubProductTable .cdtw-sngl-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.replacementBlubProductTable .cdtw-sngl-item img {
    max-width: 25px;
    max-height: 25px;
}


.replacementBlubProductTable .cdtw-items:first-child .cdtw-sngl-item {
    display: flex;
    justify-content: flex-start !important;
}
.cdtwClubF5F4FF {
    background: #f5f4ff;
}

.cdtwGreenF4F4F4 {
    background: #F4F4F4 !important;
}

.replacementBlubProductTable  .cdtw-sngl-item.cdtw-head {
    background: #E6E6E6;
}


.grid3DetailsSec .preReqitems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid3DetailsSec .preReqRightItem img {
    max-width: 45px;
}

.grid3DetailsSec .preReqRightItem h4 {
    font-size: 19px;
}

.grid3DetailsSec .preReqRightItem p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #606060;
}

@media (max-width: 650px) {
    .grid3DetailsSec .preReqitems {
        display: grid;
        grid-template-columns: 1fr;
    }

}


.cus-videos-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 850px) {
    .cus-videos-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


.termsConditionWrap h4 {
    color: #2b2663;
}

.termsConditionWrap hr {
    margin: 10px 0px 20px;
    border-color: #d3d3d3;
    background: #d3d3d3;
}

.termsConditionWrap h6 img {
    max-width: 26px;
}

.termsConditionWrap h6 {
    font-size: 17px;
    color: #3E3E3E;
    margin: 0px;
}
.termsConditionWrapItem {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top:10px;
    margin-bottom:10px;
}
.tcwi-img-icon img {
    max-width: 25px;
}
.termsConditionWrapItem p {margin: 0px;margin-top: 6px;line-height: 120%;color: #5D5D5D;}

.termsConditionWrapItem h6 span {
    font-weight: 500;
}

.termsConditionWrap h4 img {
    max-width: 25px;
    margin: 0px 15px 0px 0px;
}

.termsConditionWrap h4 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

p.warReq {
    background: #F1EFFF;
    padding: 20px;
    border-radius: 8px;
}

/* Certification Page
------------------------------------*/
.cc-sec-img {
    background: #F7F7F7;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cc-sec-img img {
    max-width: max-content;
    max-height: 100px;
}

.certSec3Boxes .threeBoxesImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.certSec3Boxes .threeBoxesImg{
    max-width: 150px;
    height: 118px;
}

.certBtmHead h4 {
    font-size: 30px;
    letter-spacing: 0px;
    color: #2B2663;
}

.certBtmBtnWrap  .btn {
    text-decoration: none;
    padding: 18px 26px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 10px;
}

.certBtmBtnWrap .btn.primaryBtn {
    color: #fff;
    background: #2B2663;
}

.certBtmBtnWrap .btn.secondaryGrayBtn {
    color: #000;
    background: #E7E7E7;
}

.certZeroOzoneSecWrap{
    display: grid;
    grid-template-columns: 1.1fr 1.3fr;
    gap: 20px;
}

table.comparison-table td {
    border: 1px solid #000;
}


.cusHeaderBannerSD01 {
    padding: 20px;
}

.cusHeaderBannerSD01 h1 {
    margin: 0px;
    color: #fff;
}


/* Product page new changes 2026
----------------------------------------------------- */

.cpi-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.05) 102.59%);
    box-shadow: 0 0 45.307px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(11.326685905456543px);
}
.cpi-left-content-items {
    background: #f6f2f2;
    padding: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    border-radius:5px;
}
.cpiLCI-icon {
    max-width: 50px;
}

.cpi-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpi-left-content h5 {
    font-size: 20px;
    margin: 0px 0px 15px;
    line-height: 130%;
}


.cpi-left-img {
    border-radius: 5px;
    overflow: hidden;
}

.cpiLCI-icon img {
    width: 100%;
}

.cpiLCI-content h6 {
    margin: 0px;
    font-size: 11px;
    font-weight: 500;
}
.cpiLCI-content p {
    margin: 0px;
    font-size: 13px;
    line-height: 120%;
    color: #838383;
}

.cpi-left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

/* Right side  */

.cpi-right-content-box {
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.05) 102.59%);
    box-shadow: 0 0 45.307px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(11.326685905456543px);
}

.cpi-right-content-box h5 {
    font-size: 20px;
    margin: 0px 0px 15px;
    line-height: 130%;
}

.cpi-right-CB-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}

.cpi-right {
    display: grid;
    grid-template-columns: 1fr;
    gap:20px;
}

.cusProductInfoSec {
    display: grid;
    align-items: stretch;
}

.cb-items-item h6 {
    margin: 0px 0px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #040815;
}

.cb-items-item ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cb-items-item ul li {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #727272;
    padding-left: 22px;
    position: relative;
}

.cb-items-item ul li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/cdn/shop/files/gray-checkmark.webp?v=1767082735') center no-repeat;
    left: 0px;
    top: 0px;
    background-size: 85%;
}

.cb-items-item {
    background: #f6f2f2;
    padding: 10px;
    border-radius: 5px;
}

.cpi-right-content-box p {
    font-size: 13px;
    line-height: 130%;
    margin: 0px;
}


.cusProductAdditionalInfoSec {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 45.307px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(11.326685905456543px);
}

.cpais-item {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.cpais-item h6 {
    margin: 0px 0px 6px;
    font-size: 14px;
    font-weight: 500;
}

.cpais-item p {
    font-size: 13px;
    margin: 0px;
    line-height: 120%;
    color: #999999;
}

.cpais-items-icon {
    max-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.cpais-items-icon img {
    width: 100%;
}
a.cus-secondary-btn {
    background: #E7E7E7;
    border-color: #E7E7E7;
    color: #000;
}
.withCustomBtns p {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
@media (max-width: 750px) {
    .cpi-left,
    .cpi-right-CB-items {
        display: grid;
        grid-template-columns: 1fr;
    }
}


.cis-foot-sec a {
    color: #4A5568;
}
.cusCustomerRatingWrap a {
    color: #487AEF;
    text-decoration: none;
}
.saferAirFooter {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px #0000001a;
    margin-top: 25px;
}

.saferAirFooter p {
    display: inline-block;
    line-height: 130%;
}

.saferAirFooter p img {
    vertical-align: middle;
    margin-right: 5px;
}



/* ------------------------------------------------- */



/* Coil Boxes
-----------------------------------*/

.coilHomeBanner {
    margin-top: 25px !important;
    background-color: rgb(42, 36, 97,0.3);
    border: 2px solid #2B2663;
    border-radius: 10px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.coilHomeBanner img {
    max-width: 30px;
}

.coilHomeBanner h3 {
    color: #2B2663;
}

a.coilHBlink{
    text-decoration:none;
}

.note-box.reveal {
    background: rgba(51, 79, 180, 0.06);
    border: 1px solid rgba(51, 79, 180, 0.15);
    border-radius: 18px;
    padding: 5px 24px;
    margin: 24px 0;
}

.coil-3colSec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.coil3col-item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 20px;
}
.coil-btm-withLMBtn{
    border-radius: 8px !important;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 750px) {
    .coil-3colSec {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .coil3col-item {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
    }
    .coil-btm-withLMBtn{
        gap:2px;
    }
    .coil-btm-withLMBtn p{
        padding:0px !important;
        margin: 0px;
    }
    
}

.cusCoilLink a{
    /* text-decoration:none; */
    color:rgba(var(--color-foreground), 0.75);
}



.cusPriceStrike .price-item--regular{
    text-decoration:line-through;
}

h3.toggle-price-heading {
    width: 100%;
    margin: 0px;
    
}

.toggle-price-qty-text {
    font-weight: 500;
    font-style: italic;
}

    .cus-toggle-price-wrapper{
        background: #f5f5f5;
        padding: 15px 19px 20px;
        display: flex;
        align-items: center;
        align-content: center;
        border-radius: 8px;
        max-width: max-content;
        line-height: 0;
        border: 1px solid #999;
    }

    .cus-footer-btm {
    margin-top: -50px;
}
#shopify-section-sections--23965283942714__custom_liquid_3Cjkd4{
    display:none;
}
/* --------------------------------- */



.contact-form-sd {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: auto;
}