.base-color {
     color: hsl(var(--main)) !important;
 }
 .copyInput {
     display: inline-block;
     line-height: 50px;
     position: absolute;
     top: 0;
     right: 0;
     width: 40px;
     text-align: center;
     font-size: 14px;
     cursor: pointer;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
 }

 .copied::after {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 12%;
     width: 100px;
     display: block;
     content: "COPIED";
     font-size: 12px;
     padding: 5px 5px;
     color: #fff;
     background-color: #FF7000;
     border-radius: 3px;
     opacity: 0;
     will-change: opacity, transform;
     animation: showcopied 1.5s ease;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}

 @keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%) translateY(-50%);
        -webkit-transform: translateX(100%) translateY(-50%);
        -moz-transform: translateX(100%) translateY(-50%);
        -ms-transform: translateX(100%) translateY(-50%);
        -o-transform: translateX(100%) translateY(-50%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%) translateY(-50%);
        -webkit-transform: translateX(40%) translateY(-50%);
        -moz-transform: translateX(40%) translateY(-50%);
        -ms-transform: translateX(40%) translateY(-50%);
        -o-transform: translateX(40%) translateY(-50%);
    }

    70% {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
    }

    100% {
        opacity: 0;
    }
 }

.input-group-text.copytext{
    border: 0;
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
 }

 .cookies-card.hide {
    bottom: -500px !important;
 }

 .radius--10px {
    border-radius: 10px;
 }

 .cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
 }

 .cookies-card__content {
    margin-bottom: 0;
 }

 .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
 }

 .cookies-btn:hover {
    color: #363636;
 }


 @media (max-width: 767px) {
     .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
     }
 }

.hover-input-popup {
    position: relative;
}

 .input-popup {
     display: none;
 }

 .hover-input-popup .input-popup {
     display: block;
     position: absolute;
     bottom: 130%;
     left: 50%;
     width: 280px;
     background-color: #1a1a1a;
     color: #fff;
     padding: 20px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
 }

 .input-popup::after {
     position: absolute;
     content: '';
     bottom: -19px;
     left: 50%;
     margin-left: -5px;
     border-width: 10px 10px 10px 10px;
     border-style: solid;
     border-color: transparent transparent #1a1a1a transparent;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
 }

 .input-popup p {
     padding-left: 20px;
     position: relative;
 }

 .input-popup p::before {
     position: absolute;
     content: '';
     font-family: 'Line Awesome Free';
     font-weight: 900;
     left: 0;
     top: 4px;
     line-height: 1;
     font-size: 18px;
 }

 .input-popup p.error {
     text-decoration: line-through;
 }

 .input-popup p.error::before {
     content: "\f057";
     color: #ea5455;
 }

 .input-popup p.success::before {
     content: "\f058";
     color: #28c76f;
 }



 .show-filter {
     display: none;
 }

 @media(max-width:767px) {
     .responsive-filter-card {
         display: none;
         transition: none;
     }

     .show-filter {
         display: block;
     }
 }


/* ------------Read more css------------------------ */

.more {
	overflow: hidden;
}

.page-content-sec{
    background-color: #e4eff9;

}



/* Whatsapp ICOn Css */
.whatsappIcon {
    background-color: #189d0e;
    border-radius: 40px;
    bottom: 85px;
    color: #fff;
    display: table;
    height: 50px;
    right: 27px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 10;
}
.whatsappIcon:focus{
    color: #fff;
}
.whatsappIcon i {
    font-size: 32px;
    line-height: 50px;
}
.whatsappIcon:hover {
    color: #fff;
    padding: 0 20px;
}

.whatsappIcon span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    /* line-height: 50px; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.whatsappIcon:hover span {
	opacity: 1;
	letter-spacing: 1px;
	padding-left: 10px
}
/* Whatsapp ICOn Css End*/


.goog-logo-link {
      display:none !important;
   }
 .goog-te-gadget {
    font-size: 0px!important;
    margin-bottom: -27px;
  }
  #google_translate_element .goog-te-gadget a{
      display:none !important;
  }
  .goog-te-combo{
     font-size: 12pt !important;
  }


   /*-------------------------------------------------
			Banner Style
		---------------------------------------------------*/
/* Best Seller Css */
 /* .bestSellingSection  */

 .bestSellingSection .ec-banner {
    overflow: hidden;
    display: block;
  }
  
  .bestSellingSection .ec-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  
  .bestSellingSection .ec-banners > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  
  .bestSellingSection .ec-banner-block {
    padding: 15px;
  }
  
  .bestSellingSection .banner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bestSellingSection .banner-block img {
    width: 100%;
    min-height: 150px;
  }
  
  @media (max-width: 575.98px) {
    .bestSellingSection .banner-block .banner-content {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0px 9px;
          cursor: pointer;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: "Poppins, sans-serif";
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-title {
          font-size: 18px;
          color: #fff;
          position: relative;
          line-height: 1.1;
          letter-spacing: 1px;
          font-weight: 700;
          margin-bottom: 25px;
      } 
      .bestSellingSection .banner-block .banner-content .ec-banner-title span {
          font-weight: 700;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
          font-size: 12px;
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.4px;
          position: relative;
          display: block;
          margin-bottom: 10px;
          text-transform: capitalize;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
          border-width: 1px;
          border-style: solid;
          font-size: 9px;
          border-radius: 23px;
          letter-spacing: 0.6px;
          padding: 0px 10px;
          text-transform: uppercase;
          text-align: center;
          display: block;
          font-weight: 500;
      }
   }
  
  /* // Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .bestSellingSection .banner-block .banner-content {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 15px 21px;
          cursor: pointer;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: "Poppins, sans-serif";
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-title {
          font-size: 26px;
          color: #fff;
          position: relative;
          line-height: 1.1;
          letter-spacing: 1px;
          font-weight: 700;
          margin-bottom: 25px;
      } 
      .bestSellingSection .banner-block .banner-content .ec-banner-title span {
          font-weight: 700;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.4px;
          position: relative;
          display: block;
          margin-bottom: 10px;
          text-transform: capitalize;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
          border-width: 1px;
          border-style: solid;
          font-size: 13px;
          border-radius: 23px;
          letter-spacing: 0.6px;
          padding: 5px 18px;
          text-transform: uppercase;
          text-align: center;
          display: block;
          font-weight: 500;
      }
   }
  
  /* // Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) { 
    .bestSellingSection .banner-block .banner-content {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 6px 9px;
          cursor: pointer;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: "Poppins, sans-serif";
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-title {
          font-size: 16px;
          color: #fff;
          position: relative;
          line-height: 1.1;
          letter-spacing: 1px;
          font-weight: 700;
          margin-bottom: 25px;
      }
      .bestSellingSection .banner-block .banner-content .ec-banner-title span {
          font-weight: 700;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
          font-size: 10px;
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.4px;
          position: relative;
          display: block;
          margin-bottom: 10px;
          text-transform: capitalize;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
          border-width: 1px;
          border-style: solid;
          font-size: 8px;
          border-radius: 23px;
          letter-spacing: 0.6px;
          padding: 0px 9px;
          text-transform: uppercase;
          text-align: center;
          display: block;
          font-weight: 500;
      }
   }
  
  /* // Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) { 
    .bestSellingSection .banner-block .banner-content {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 7px 14px;
          cursor: pointer;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: "Poppins, sans-serif";
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-title {
          font-size: 25px;
          color: #fff;
          position: relative;
          line-height: 1.1;
          letter-spacing: 1px;
          font-weight: 700;
          margin-bottom: 25px;
      }
      .bestSellingSection .banner-block .banner-content .ec-banner-title span {
          font-weight: 700;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
          font-size: 14px;
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.4px;
          position: relative;
          display: block;
          margin-bottom: 10px;
          text-transform: capitalize;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
          border-width: 1px;
          border-style: solid;
          font-size: 12px;
          border-radius: 23px;
          letter-spacing: 0.6px;
          padding: 4px 16px;
          text-transform: uppercase;
          text-align: center;
          display: block;
          font-weight: 500;
      }
   }
  
  /* // Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) { 
    .bestSellingSection .banner-block .banner-content {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 15px 40px;
          cursor: pointer;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: "Poppins, sans-serif";
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-title {
          font-size: 30px;
          color: #fff;
          position: relative;
          line-height: 1.1;
          letter-spacing: 1px;
          font-weight: 700;
          margin-bottom: 25px;
      }
      .bestSellingSection .banner-block .banner-content .ec-banner-title span {
          font-weight: 700;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.4px;
          position: relative;
          display: block;
          margin-bottom: 10px;
          text-transform: capitalize;
      }
  
      .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
          border-width: 1px;
          border-style: solid;
          font-size: 12px;
          border-radius: 23px;
          letter-spacing: 0.6px;
          padding: 5px 23px;
          text-transform: uppercase;
          text-align: center;
          display: block;
          font-weight: 500;
      }
   }
  
  
   .bestSellingSection .ec-banner-block-2 .banner-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
    .link{
    color: #015198 !important
  }
  .hover-cont-wrapper .dm-feature{
    max-width: 100%;
  }
  .dm-feature .cmn--btn {
    padding: 5px 10px 5px;
    margin-top: 3px;
  }

  .dm-feature .price-request {
    background: #189d0e !important;
  }
  .dm-feature-details .price-request {
    background: #189d0e !important;
  }
  .bestSellingSection .btn-primary {
    color: #fff;
    background-color: #e55651;
    border-color: #8b8b8b;
  }
  footer {
    position: relative;
    background: url(./img/footer-bg.png) #007a39 center center;
  }
  .btn--dark, .bg--dark {
    background-color: #0c4024 !important;
  }
   .our-certificate .cert-img{
    width: 100%;
    padding: 12px 0 12px 0;
  }
  .our-certificate p{
    padding-bottom: 12px;
  }
  .prodoct-lemon table td:first-child {
    text-align: left;
    border: 1px solid gray;
  }
  .prodoct-lemon .table td {
    text-align: left;
    border: 1px solid gray;
  }
  .prodoct-lemon .table td, .table th {
    padding: 3px;
  }
   @media (max-width: 1199px) {
    .prodoct-lemon .table tr td {
        display: table-cell;
      padding-left: 1px !important;
      text-align: left !important;
    }
  }
  body *::-webkit-scrollbar-thumb {
    background-color: #189d0e;
}
body *::-webkit-scrollbar-button {
background-color: #189d0e;
}
.our-certificate .image1{
    box-shadow: 1px 1px 1px 1px rgb(168, 168, 168);
}
.our-certificate .image1:hover{
    box-shadow: 5px 5px 5px 5px grey;
   -webkit-transition:  box-shadow .2s ease-in;
}
.bestSellingSection .banner-block .leftSide{
    left:15%;
    padding:0;
} 
.bestSellingSection .banner-block .rightSide{
    right:15%;
    padding:0;
} 