body{
    /* background-color: black; */
    padding: 0;
    margin: 0;
}
.allBODYS{
    max-width: 2222px;
    margin: auto;
    overflow: auto;
}
a{
    text-decoration: none;
}
.scroll-hide{
    overflow: hidden;
}
.hide{
    display: none!important;
}

.glassmorphism{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent */
    backdrop-filter: blur(15px); /* Frosted glass blur */
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    z-index: 779;
}

html{
    scroll-behavior: smooth;
}
.headerman{
    position: fixed;
    width: 97%;
    top: 0;
    z-index: 777;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transition: .3s;
}
header{
    position: relative;
    overflow: auto;
    padding: 10px;
    background-color: #acc816;
    overflow: hidden;
    height: 107px;
}
header a{
    color: #000;
    cursor: pointer;
}

.menuOpenBTN{
    position: absolute;
    top: -3px;
    display: none;
}
.menuOpenBTN i:hover{
    color: white;
}

@media screen and (max-width: 815px) 
and (min-width: 0){

    .menuOpenBTN{
        display: block;
        right: 10%;
        top: 0px;

    }
    .menuLINK{
        display: none;
    }
    
}

/* MENU SML */
.menuSML{
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    z-index: 700;
    background-image: url(menubg.jpg);
    background-position: center;
    background-size: cover;
    visibility: hidden;
}
#menusglass{
    position: fixed;
    height: 100%;
    width: 100%;
    /* Step 1: Make the background slightly transparent */
    background: rgba(255, 255, 255, 0.2); 
    
    /* Step 2: Apply the blur effect to the background behind the div */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */

    /* Step 3: Add optional styling for a realistic glass look */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle white border */
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}
#sml_menu_bx{
    margin: auto;
    margin-top: 200px;
    text-align: center;
    z-index: 779;
    position: relative;
    /* background: red; */
    width: 253px;
    padding: 0;
    text-align: center;
}
#sml_menu_bx li a{
    color: #000;
}
#sml_menu_bx a:hover{
    letter-spacing: 1px;
    transition: .5s;
}

.menuSML ul li{
    font-size: 25px;
    display: block;
    margin-top: 35px;
}

#close_menu_btn{
    position: fixed;
    top: 0;
    right: 0;
    margin: 3%;
    cursor: pointer;
}
#close_menu_btn:hover{
    color: white;
}
#menu_socials{
    position: absolute;
    bottom: 20%;
    width: 280px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
}
#menu_socials a{
    margin-left: 35px;
    color: #000;

}
#menu_socials a:hover{
    color: #fff;
}

/* SOCIALS */
.socialsLINK{
    float: right;
    width: 10%;
    position: absolute;
    top: 62px;
    right: 0;
}

.socialsLINK a{
    margin-left: 8%;
}
@media screen and (max-width: 815px) 
and (min-width: 0){
    .socialsLINK{
        width: 180px;
    }
    .socialsLINK a{
        font-size: 20px;
    }
    
}
@media screen and (max-width: 410px) 
and (min-width: 0){
    .SPs{
        display: none;
    }
    
}
/*  */
/* MENU LINKS */
.menuLINK{
    float: right;
    width: 80%;
    /* background-color: red; */
    position: relative;
    top: -48px;
}
@media screen and (max-width:975px) 
and (min-width: 0px){
    .menuLINK{
        width: 74%;
    }
}
.menuLINK a{
    margin-left: 4%;
}
/*  */
.menuLOGO{
    width: 220px;
    height: 100px;
    overflow: hidden;
    /* border: 1px solid red; */
}
.companybx{
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid green; */

}
.cpylogo{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    display: block;
    margin: auto;
}
#blogo1{ 
    background-image: url(blogo.png);
    /* display: none; */
}
#blogo2{ 
    background-image: url(blogo2.png);
}

.allCpyName{
    width: auto;
    margin: auto;
    font-size: 13px;
}
#firstname{
}
#opt_txt{
    position: relative;
    right: 0;
}

.pgs{
    position: relative;
}
#pg1{
    height: 700px;
    background-color: #acc816;
}


#handbottle{
    z-index: 776;
    width: 775px;
    height: 651px;
    position: absolute;
    left: -259px;
    bottom: 0;
    background-image: url(hand-water.png);
    background-position: center;
}
@media screen and (max-width: 1039px) 
and (min-width: 0){
    #handbottle{
        left: -368px;
    }
}
@media screen and (max-width: 929px) 
and (min-width: 0){
    #handbottle{
        left: -450px;
    }
}

.presentbx{
    position: absolute;
    padding: 30px 0;
    /* border: 1px solid black; */
    width: 474px;
    right: 5%;
    top: 30%;
}
@media screen and (max-width: 860px)
and (min-width: 0) {
    .presentbx{
        top: 6%;
        background-color: #b0c73c7a;
        padding: 3px;
        z-index: 776;
    }
    #handbottle{
        bottom: -166px;
    }
}
@media screen and (max-width: 760px)
and (min-width: 0) {
    #handbottle{
        bottom: -295px;
        left: -358px;
    }
}
@media screen and (max-width: 535px)
and (min-width: 0) {
    .presentbx{
        width: 90%;
        right: 0;
        left: 0;
        margin: auto;
    }

    #handbottle{
        left: -415px;
    }
}

@media screen and (max-width: 370px)
and (min-width: 0) {

    #handbottle{
        left: -454px;
    }
}
@media screen and (max-width: 335px)
and (min-width: 0) {

    #handbottle{
        left: -492px;
    }
}


.prodTitle{
    font-size: 40px;
    text-transform: uppercase;
    display: block;
}
@media screen and (max-width: 535px)
and (min-width: 0) {
    .prodTitle {
        font-size: 30px;
    }

   
}

.prodDetails{
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

.playbx{
    /* border: 1px solid red; */
}
#playreel{
    border: 1px solid green;
    padding: 6px;
    display: block;
    width: 200px;
    text-align: center;
    border-radius: 6px;
    margin-top:27px;
    cursor: pointer;
}
#playreel:hover{
    border: 1px solid #f6f6f6;
    color: #f6f6f6;
    transition: 1s;
}
#playreel i{
    font-size: 14px;
    position: relative;
    top: 1px;
}
#playreel span{
    position: relative;
    top: 0;
    text-transform: uppercase;
}

.mont_font{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



#pg2{
    height: 700px;
    background-color: #fff;
    /* border: 1px solid grey; */
}

.pg2_bx_2{
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}






#company_picture{
    width: 99%;
    margin-left: 3px;
    margin-top: 20px;
    height: 90%;
    display: inline-block;
    background-image: url(company.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0  ;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* about us details */
.mont_font2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.abusBX{
    /* border: 1px solid red; */
    width: 90%;
    margin: auto;
    margin-top: 47%;
}
@media screen and (max-width: 650px) 
and (min-width: 0){
    .abusBX{
        margin-top: 336px;
    }
}
#abusTitle{
    font-size: 30px;
}
#abus_detail{
    font-size: 20px;
    color: #717171;
}
.bb{
    color: #000!important;
}

.gg{
    color: #acc816;
}
@media screen and (max-width: 860px) 
and (min-width: 0){
    #pg2{
        height: 1000px;
    }
    #pg2_B{
        height: 65%;
    }
    #optlife_about{
        height: 35%;
    }
    .pg2_bx_2{
        float: none;
        width: 100%;
    }

    .abusBX {
        /* border: 1px solid red; */
        /* margin-top: 63%; */
    }

    #company_picture {
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 530px) 
and (min-width: 0){
    #pg2{
        height: 1147px;
    }
    #pg2_B{
        /* height: 70%; */
    }
    .abusBX {
        margin-top: 85%;
        margin-top: 340px;
    }
    #optlife_about {
        height: 30%;
    }
}
@media screen and (max-width: 400px) 
and (min-width: 0){
    #pg2_B{
        height: 70%;
    }
}

#pg3{
    background-position: center;
    background-size: contain;
    background-color: #f3f3f3;
    /* border: 1px solid grey; */
}

.section_title{
    font-size: 40px;
    padding-left: 2%;
    padding-top: 10%;
}
#pg3 .section_title{
    margin-top: 10%;
}

.productsBX{
    height: auto;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productLabel{
    display: block;
    width: 100px;
    background-color: #acc816;
    padding: 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.productbx{
    width: 340px;
    width: 32%;
    position: relative;
    height: 400px;
    float: left;
    margin-left: 1%;
    margin-top: 2%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-position: center;
    background-size: cover;
}
#prod_0{
    background-image: url(prod.jpg);
}
#prod_1{
    background-image: url(prod_750.jpg);
}
#prod_2{
    background-image: url(prod_1500.jpg);
}
#prod_3{
    background-image: url(prod_dispenser.jpg);
}
#prod_4{
    background-image: url(prod_750.jpg);
}
#prod_5{
    background-image: url(prod_premium.jpg);
}

.reachusbx{
    margin-top: 20px;
    padding-bottom: 100px;
}
#reachusnow_btn span{
    margin-left: 5%;
    font-size: 20px;
}
@media screen and (max-width: 500px) 
and (min-width: 0){
    #reachusnow_btn span{
        font-size: 15px;
    }
}

.reachusbx .btn{
    width: 85%;
    max-width: 444px;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    background-color: #acc816;
    background-color: #f5f5f5;
    color: #8ba20f;
    /* text-align: center; */
    display: block;
    margin: auto;
    margin-top: 115px;
    padding: 10px;
    text-transform: uppercase;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
#ctct{
    /* background-color: red; */
    position: absolute;
    right: 5%;
    top: 27%;
    color: #acc816;

}
#ctct i{
    margin-left: 5px;
}
.pa{
    font-size: 13px;
    position: relative;
    top: 1px;
}
@media screen and (max-width: 375px) 
and (min-width: 0){
    #reachusnow_btn{
        width: 85%;
    }
    
    #ctct i{
        font-size: 10px;
    }
}

@media screen and (min-width: 0px) 
and (max-width: 960px){
    .productbx{
        width: 48%;
    }
}

@media screen and (min-width: 0px) 
and (max-width: 715px){
    .productbx{
        width: 95%;
        margin: auto;
        float: none;
        margin-top: 5%;
    }
}



#nwswnt{
    background-color: #efefef;
    padding-bottom: 80px;
}
.newsBX{
    position: relative;
    margin-top: 30px;
    overflow: auto;
    /* margin-left: 8px; */
}


.newOutlet{
    width: 31%;
    /* min-width: 295px; */
    height: 387px;
    background-color: pink;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    margin: 1%;
    border-radius: 10px;
    float: left;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
@media screen and (max-width: 960px) 
and (min-width: 0){
    .newOutlet{
        width: 48%;
    }
}
@media screen and (max-width: 630px) 
and (min-width: 0){
    .newOutlet{
        width: 90%;
        margin-left: 2%;
        margin-top: 30px;
    }
}
.newstpbttm{
    float: left;
    width: 100%;
    padding: 10px;
}
.newstop{
    height: 55%;
    background-color: #acc816;
}
.newsbottom{
    height: 45%;
    background-color: #ffffff   ;
}
.nwsTITLE{
    height: 40px;
    font-weight: bold;
    width: 90%;
    margin-top: 2%;
    text-transform: uppercase;
}
.nwsBODY{
    width: 90%;
    margin-top: 2%;
}
.nwsBTN{
    width: 90%;
    margin-top: 2%;
}

.nwsBTN a{
}
.nwsBTN i{
    position: relative;
    font-size: 10px;
}

.ggD{
    color: #7f9700;
}

#treatment_center{
    background-image: url(treatment.png);
    background-position: center;
    background-size: cover;
}
#restuarant_center{
    background-image: url(restuarant.png);
    background-position: center;
    background-size: cover;
}

#recycling_center{
    background-image: url(recycling.png);
    background-position: center;
    background-size: cover;
}




/* page 4 */
#pg4{
    height: 100vh;
    overflow: auto;
    margin-top: 100px;
}
.pg4bx{
    display: block;
    position: absolute;
}
#pg4_img{
    background-color: grey;
    height: 75%;
    width: 70%;
    top: 80px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    left: 5%;
    background-image: url('osmosis.png');
    background-position: center;
}
#pg4_content{
    width: 48%;
    max-width: 530px;
    background-color: white;
    border-radius: 35px;
    right: 0;
    height: 77%;
    top: 2%;
    right: 5%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.pg4cbc{
    width: 90%;
    margin: auto;
    margin-top: 85px;
}
.pg4cbc h1{
    text-transform: uppercase;
}

.learnMOREBTN{
    position: absolute;
    bottom: 10%;
    margin: auto;
    width: 100%;
    text-transform: uppercase;
}
.learnMOREBTN a{
    border: 1px solid grey;
    display: block;
    width: 200px;
    width: 85%;
    text-align: center;
    margin: auto;
    border-radius: 30px;
    padding: 5px;
    color: #000;
}
.learnMOREBTN a:hover{
    color: #acc816;
}

@media screen and (max-width: 620px)
and (min-width: 0) {
    #pg4_img {
        top: 0;
        width: 100%;
        left: 0;
        border: none;
        border-radius: unset;
    }
    #pg4_content {
        width: 82%;
        height: 54%;
        top: unset;
        bottom: 15px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .pg4cbc{
        margin-top: 70px;
    }
}
@media screen and (max-width: 454px)
and (min-width: 0) {
    #pg4_content {
        height: 468px;
        width: 98%;
    }
}
@media screen and (max-width: 320px)
and (min-width: 0) {
    .pg4cbc {
        margin-top: 40px;
    }
    #pg4_content {
        height: 468px;
        width: 98%;
    }
}






/* contact us  */
#contact_section{
    overflow: auto;
    background-color: #efefef;
}
#contact_description{
    margin-top: 35px;
}
.ccSectionTitle{
    font-size: 40px;
}
.contactHolder{
    width: 90%;
    margin: auto;
}
.ccbldTXT{
    font-weight: bold;
}

.csBX2{
    width: 48%;
    float: left;
}
#contact_call{
    margin-top: 20px;
}
#contact_call span{
    display: block;
    margin-top: 3px;
}
#contact_call a{
    color: #000;
}


.contactHolder{
    /* background-color: pink; */
    overflow: auto;
}
.chBX{
    position: relative;
    overflow: auto;
    padding-top: 20px;
}
.inputBX{
    float: left;
    width: 44.5%;
    margin-right: 13px;
}
#ln{
    /* padding-left: 7px; */
}
.chBX input{
    display: block;
    width: 89%;
    padding: 10px;
    border-radius: 6px;
}
.chBX textarea{
    height: 224px;
    display: block;
    width: 89.3%;
    padding: 10px;
    border-radius: 6px;

}

.checkboxx{
    margin-top: 17px;
}
#chckbx{
    display: block;
    width: 90%;
    top: -20px;
    position: relative;
    left: 20px;;
}

.chBXBTN{
    width: 90%;
    background-color: #000;
    color: white;
    border-radius: 6px;
    display: block;
    text-align: center;
    padding: 6px;
    margin-bottom: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

@media screen and (max-width: 750px)
and (min-width: 0) {
    .csBX2{
        width: 98%;
        float: none;
    }
}



footer{
    height: 90px;
    background-color: black;
    position: relative;
    overflow: auto;
    color: white;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.footerBX{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
#ftr_2 input{
    padding: 10px;
    width: 60%;
}
#ftr_2 a{
    padding: 10px;
    background-color: pink;
}


#footerlogo{
    background-color: pink;
    width: 300px;
    height: 30px;
    display: block;
    background-image: url(blogo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




/* videos */
.videoBX{
    height: 100vh;
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000dd;
    display: grid;
    place-items: center;       /* both horizontal + vertical */
}
.videoBX iframe{
    /* max-width: 560px;
    width: 100%; */
    border-radius: 6px;
}
#close_video_btn {
  position: fixed;
  top: 0;
  right: 0;
  margin: 30px;
  cursor: pointer;
  color: white;
}

.reachusBX{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000e0;
    z-index: 778;
    color: white;
    overflow: hidden;
    display: none;
}
#close_reachusbx_btn{
    position: fixed;
    top: 25px;
    right: 25px;
    /* margin: 20px; */
    cursor: pointer;
}
.rusBX1{
    /* border: 1px solid grey; */
    /* height: 70%; */
    width: 85%;
    max-width: 960px;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
}
.rw1{
    margin-top: 30px;
}
.rw1 span{
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
    margin-bottom: 6px;
    background-image: url(img/support.png);
    background-position: center;
    background-size: cover;
}
.rw2{
    font-size: 30px;
    margin-bottom: 6px;
}
.rw3{
    color: #d8d8d8;
    margin-bottom: 36px;
}

.rw4{
    overflow: auto;
    height: 474px;
    overflow: auto;
}

.ctctHGH1{
    color: #d8d8d8;
}
.ctctHGH2 a{
    color: #d8d8d8!important;
}