body{
  background: #f9f9f2;
}
.bg-light-gray{
background: #f9f9f2;}

.banner-sec{
  position: relative;
}


.product-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card img {
    width: auto;
    margin: 0 auto 15px;
    display: block;
    transition: .4s ease;
}


.product-card h4 {
    font-family: 'PoppinsBold';
    width: 100%;
}

.blue-product-card{
      background-image: url(../images/blue-card-bg.webp);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.light-green-product-card{
      background-image: url(../images/light-green-bg.webp);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.green-product-card{
      background-image: url(../images/green-card-bg.webp);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.chocolate-product-card{
      background-image: url(../images/chocolate-card-bg.png);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.blue-text{
    color: #0061AF !important;
 
}

.green-text {
    color: #12824C !important;
}

.green-text-2 {
    color: #37B34A !important;
}
.light-green-text {
    color: #98BC00 !important;
}

.dlite-green-text {
    color: #6B2E00 !important;
}
  
.blue-span span{
      color: #0061AF !important;
 
}

.green-span span{
      color: #12824C !important;
 
}

.light-green-span span{
      color: #98BC00 !important;
 
}

.dlite-green-span span{
      color: #6B2E00 !important;
}
  
  
.greebtn{
color: #0061AF;
background-color: #ffffff;
border-radius: 50%;
width: 30px;
height: 30px;

}

.blue-product-card{
  a.card-btn{
color:#0071BB;
font-family: 'PoppinsRegular';
  }
}

.chocolate-product-card{
  a.card-btn{
color:#6C2A07;
font-family: 'PoppinsRegular';
  }
}

.blue-product-card{
  a.card-btn{
color:#0071BB;
font-family: 'PoppinsRegular';
  }
}
.green-product-card{
  a.card-btn{
color:#15A82B;
font-family: 'PoppinsRegular';
  }
}
.light-green-product-card{
  a.card-btn{
color:#859C22;
font-family: 'PoppinsRegular';
  }
}

.swiper-button-next.greebtn:after, .swiper-button-prev.greebtn:after {
    font-size: 15px;
    color: #0061AF;
}

.blue-btn{
  padding-bottom: 20px;

}
.blue-btn .swiper-button-next, .blue-btn .swiper-button-prev{
color: #ffffff;
background-color:  #0061AF;
border-radius: 50%;
width: 30px;
height: 30px;

}

.blue-btn .swiper-button-next:after, .blue-btn .swiper-button-prev:after {
    font-size: 15px;
    color: #ffffff;
}

.green-btn{
  padding-bottom: 20px;

}
.green-btn-feature{
    padding-bottom: 20px;
    top: -20px !important;

}

.green-btn .swiper-button-next, .green-btn .swiper-button-prev{
color: #ffffff;
background-color:  #12824C;
border-radius: 50%;
width: 30px;
height: 30px;
}

.green-btn .swiper-button-next:after, .green-btn .swiper-button-prev:after {
    font-size: 15px;
    color: #ffffff;
}

.chocolate-btn{
  padding-bottom: 20px;

}

.chocolate-btn .swiper-button-next, .chocolate-btn .swiper-button-prev{
color: #ffffff;
background-color:  #6B2E00;
border-radius: 50%;
width: 30px;
height: 30px;
}

.chocolate-btn .swiper-button-next:after, .chocolate-btn .swiper-button-prev:after {
    font-size: 15px;
    color: #ffffff;
}

.section-grey-bg{
    background-image: url(../images/section-gray-bg.jpg);
    background-size: cover;
    background-position: top;
        
}

.section-dlite-bg {
    background-image: url(../images/section-dlite-bg.jpg);
    background-size: cover;
    background-position: top;
        
}

.benefits-sec{
  position: relative;
  min-height: 450px;
}


.card-benefits{}

.card-benefits h5{
      font-family: 'PoppinsBold';
}
.extra-bold{
    font-family: 'PoppinsExtraBold';
}

.dotted1{
    position: relative;
   width: max-content;

}

.circle-bg{
    position: absolute;
    left: 50%;
       /* top:0; */
    transform: translate(-50%);
    text-align: center;
    z-index: 1;
}
.circle-bg img{
    max-width: 400px;
    /* margin-top: 50px; */

}

.dots1{
    position: absolute;
    border-bottom: 5px dotted #0061AF;
    width: 90%;
    left: 108%;
    top: 13px;
    z-index: 1;

}


.dotted1::after{
        content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #0061AF;
    border-radius: 50%;
    transform: translateY(-50%);
}

.dotted1-green::before{
        content: '';
    position: absolute;
    right: -20px;
     top: 15px;
    width: 10px;
    height: 10px;
    background-color: #12824C;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.dotted1-green::after{
  opacity: 0;
}

.dotted1-light-green::before{
        content: '';
    position: absolute;
    right: -20px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #98BC00 ;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.dotted1-light-green::after{
  opacity: 0;
}


.dotted1-d-lite::before{
        content: '';
    position: absolute;
    right: -20px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #6B2E00 ;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.dotted1-d-lite::after{
     opacity: 0;
}

.dots-green-1{
    border-bottom: 5px dotted #12824C !important;
}

.dots-light-green{
    border-bottom: 5px dotted #98BC00  !important;
}


.dots-d-lite{
    border-bottom: 5px dotted #6B2E00  !important;
}
.card-bnfts-1{
      /* margin-top: -80px; */
      
}

.card-bnfts-2{
    margin-top: 50px;
}





.dots2{
    position: absolute;
    border-bottom: 4px dotted #0061AF;
      width: 130%;
    left: 108%;
    top: 13px;
    z-index: 1;

}


.dots-green-2{  
    border-bottom: 4px dotted #12824C !important;
}


.dotted3{
    position: relative;
  width: 100%;

}

 .dotted3::after{
        content: '';
    position: absolute;
    left: -20px;
   top: 13px;
    width: 10px;
    height: 10px;
    background-color: #0061AF;
    border-radius: 50%;
    transform: translateY(-50%);
} 

 .dotted3-green::before{
        content: '';
    position: absolute;
    left: -20px;
    top: 13px; 
    width: 10px;
    height: 10px;
    background-color: #12824C !important;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
} 

.dotted3-green::after{
  opacity: 0;
}
.dotted3-light-green::before{
        content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 10px;
    height: 10px;
    background-color: #98BC00 !important;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
} 

.dotted3-light-green::after{
 opacity: 0;
}
.dots3{
    position: absolute;
    border-bottom: 4px dotted #0061AF;
    width: 90px;
    left: -113px;
    top: 13px;
    z-index: 1;

} 


.dotted3-d-lite::before{
        content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #6B2E00 !important;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.dotted3-d-lite::after{
  opacity: 0;
}

.dots-green-3{  
    border-bottom: 4px dotted #12824C !important;
}



.swiper-nav-btn{
  position: relative;
  position: relative;
    width: 100px;
    margin: 0 auto;
    z-index: 1;
}
.card-benefits p{
    font-size: 14px !important;
}




.section-blue-bg{
    background-image: url(../images/section-blue-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.section-green-bg{
    background-image: url(../images/section-green-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.section-natura-bg{
    background-image: url(../images/section-natura-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.section-dlite-bg{
    background-image: url(../images/section-dlite-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
}


.blue-box-cnt{
    position: relative;
}

.cup-img{
    position: absolute;
    left: 0;
    right: 20px;
    margin: 0 auto;
    max-width: 350px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
        width: 300px;
}
.left-stick, .right-stick{
    position: absolute;
}

.left-stick{
    top: 50%;
    left: 0;
   -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
     max-width: 200px;
}



.right-stick{
    top: 50%;
    right: 0;
     -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
     max-width: 200px;
}

.list-grid{
    border-bottom: 4px dotted #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    
}
.list-grid:last-child{
    margin-bottom: 0;
}


.list-point{}
.list-point p{
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 18px;
}

.list-point p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    
}

.shops-img{
  float: right;
}

/*----FAQs start---*/
/* Sidebar styles */
      .sapaccrondion{ 
         
      }
      .sapaccrondion .sidebar { 
        padding-top: 1rem;
        text-align: left;
      }

      .sapaccrondion .nav-pills .nav-link {
        color: #000000;
        font-weight: 500;
        border-radius: 8px;
        padding: 1.1rem 1rem;
        text-align: left;
        font-size: 1.3rem;
        border-bottom: 1px solid #eae9f2;
        position: relative;
      }

    
      
      .sapaccrondion .nav-pills .nav-link.active {
        background-color: #f4f4f8;
        color: #000;
        font-weight: 600;
        border-bottom: 0;
      }

      /* Accordion styles */
      .sapaccrondion .accordion-button::after {
        background-image: none;
        content: "+";
        font-size: 3rem;
        position: absolute;
       right: -20px;
        top: -10px;
        transform: rotate(0deg);
        color: #12824C;
        font-weight: 400;
        font-family: 'PoppinsMedium';
      }

      .sapaccrondion .accordion-button:not(.collapsed)::after {
        content: "−";
        font-size: 3rem;
      }

      .sapaccrondion .accordion-item {
        border: none;
        margin-bottom: 25px;
     background: #EFEFE8;
        border-radius: 10px;
        padding: 20px;
      }

      .sapaccrondion .accordion-button {
     background: #EFEFE8;
     box-shadow: none;
        border-radius: 10px !important;
        font-size: clamp(18px, 1vw, 24px);
        font-weight: 700;
        color: #000000;
           font-family: 'PoppinsBold';
           width: 96%;
       
      }

      .sapaccrondion .accordion-body {
        font-size: 18px;
        color: #000000;
      }

      

    .sapaccrondion .tab-pane.active h2 .accordion-button.collapsed{
      font-weight: 300;
      width: 98%;
      padding-right: 20px;
    }

    
     .blue-bg-card{
    background-image: url(../images/blue-bg-card.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    }

    .green-bg-card{
    background-image: url(../images/green-bg-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    
    }

      .natura-bg-card{
    background-image: url(../images/natura-bg-card.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    }


  .product-card-2{
    
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
    color: #fff;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

     .product-card-2 h4{
      border-bottom: 0;
      font-weight: 700;
     font-family: 'PoppinsBold';
     }

  .product-card-2 p{
      font-size: 14px;
      text-align: left;
    }
 .product-card-2 img{

 }

 .prod-gold {
  display: flex;
 }

 .prod-gold-img{
  width: 250px;
 }
  


.slide-equal {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slide-equal > * {
  flex: 1;
}


.d-lite-single{
color: #ffffff;
}

.d-lite-single p{
  color: #ffffff;
  
}

.d-lite-single ul{
margin-left: 20px;

  
}

.d-lite-single ul li{
list-style: disc;
  
}

.d-lite-single ul li p{
margin-left: 20px;
font-size: 14px;
  
}



/* 
.d-lite-single .d-prod-img img{
  width: 90%;
} */

.sigle-slider-nav{
  position: absolute;
  bottom: 30px;
}

.sigle-slider-nav .swiper-button-next, .sigle-slider-nav .swiper-button-prev{
color: #6B2E00 ;
background-color:  #ffffff;
border-radius: 50%;
width: 30px;
height: 30px;
}

.sigle-slider-nav .swiper-button-next:after, .sigle-slider-nav .swiper-button-prev:after {
    font-size: 15px;
    color: #6B2E00 ;
}



@media (min-width: 1920px) and (max-resolution: 100dpi) {

}



@media (min-width: 1200px) and (min-resolution: 125dpi) {
  /* Applies to screens with at least 150dpi resolution */
  body {
  
  }
}

@media (max-width: 1366.98px) {
.cup-img{
  max-width: 250px;
}

.left-stick {
    max-width: 150px;
}

.right-stick {
    max-width: 150px;
}

}

@media (max-width: 1280.98px) {
  .circle-bg img {
    max-width: 300px;
}

}
@media (max-width: 991.98px) {
.col-empty{
      display: none;
}

.section-grey-bg {
    background-image: none;
    
    background-color: #E3E3DC;
}

.circle-bg {
    position: relative;
    
}

.left-stick, .right-stick {
    top: 40%;
}

.cup-img {
  position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    display: table;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform:matrix(1, 0, 0, 1, 0, 0);
}

.list-box{
    position: relative;

}

.list-box::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  left:50%;
  top: 0;
  transform: translate(-50%);

}

.list-grid {
    border-bottom: 0;
}

.list-point:last-child{
  padding-left: 30px;
}



.list-point p{
  width: 90%;
}

}

@media (max-width: 768.98px) {
  .img-circle img{
 width: 100%;
}
.cup-img{
  max-width: 190px;
}

.left-stick {
    max-width: 90px;
}

.right-stick {
    max-width: 90px;
}

.left-stick, .right-stick {
    top: 30%;
}

.product-card-2 p {
      width: 94%;
}

.product-card-2 img {
  width: 100px;
}

.sapaccrondion .accordion-item {
    padding: 10px;
}

.sapaccrondion .accordion-button {
    padding: 8px;
    width: 94%;
}

.sapaccrondion .accordion-button::after {
    right: -5px;
}

}

