@charset "utf-8";

.bullest-content ul,
.clear,
body,
div,
form {
  margin: 0;
  padding: 0
}

body {
  top: 0;
  padding: 0;
  margin:0;
  width: 100%;
  font-family: "Aleo", serif;
  background:#fff!important;
  font-weight: 400;
  overflow-x: hidden;
}
.container{
  max-width: 1140px!important;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
  
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0
}



button,
input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.top-bar{
    display: flex;
    width: 100%;
    align-items: center;
    flex-shrink: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    background-color: #ff8600;
}
.top-bar p{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
}
.hero-banr{
  width: 100%;
  padding: 40px 0;
  background:url(../images/image_31-orange.png) left top no-repeat #ffffeb;
  position: relative;
}

.right-shadow{
  position: absolute;
  top: 0;
  right:0;
  z-index: 1;
}

.hero-banr h1{
  font-size: 40px;
  color: #121212FF;
  font-weight: 400;
  line-height: 45px;
  overflow-wrap: break-word;
  margin-bottom: 15px;
}
.hero-banr h3{
  font-size: 19px;
  font-weight: 700;
  color: #000000FF;
  line-height: 24px;
  margin-bottom: 15px;
}

.hero-banr p{
  font-size: 17px;
  color: #121212FF;
  font-weight: 400;
  line-height: 25px;
  overflow-wrap: break-word;
  margin-bottom: 15px;
}
.hero-banr ul{
  margin:0;
  padding: 0;
}
.hero-banr ul li{
  list-style: none;
  background: url(../images/tick-icon.png) left top no-repeat;
  padding-left: 35px;
  font-size: 19px;
  font-weight: 700;
  color: #000000FF;
  padding-bottom: 10px;
}

.hero-review{
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 15px;
}
.hero-review span{
  font-size: 14px; 
}
.secure-btn{ 
  background: #ff8600;
  padding: 15px 20px;
  box-shadow: 0px 3px 3px 2px #00000033;
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
  color:#fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
.secure-btn:hover{
    color:#fff;
   text-decoration: none; 
}
.happy-customers{
  width: 100%;
  background: #86beef;
  padding: 40px 0;
}
.happy-customers h2{
  color: #000000FF;
  font-size: 40px;
  font-weight: 400;
  margin-bottom:10px;
  margin-top: 6px;
}

.happy-customers p{
  color: #000000FF;
  font-size: 20px;
  font-weight: 400;
  margin-bottom:15px;
}
.hpy-cus-box{
  width: 100%;
  position: relative;
}
.hpy-cus-des{
  width: 94%;
  position: absolute;
  bottom: 40px;
  left: 9px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 7px;
  min-height: 214px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.hpy-cus-des h3{
    color: #000000FF;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 10px;
}

.hpy-cus-des p {
    color: #000000FF;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.auth-name {
    position: absolute;
    bottom: -11px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}
.multiple-items .slick-track{
  display: flex;
  gap: 20px;
}

.all-good{
  width: 100%;
  padding: 80px 0;
}
.all-good h2{
 color: #000000FF;
  font-size: 40px;
  font-weight: 400;
  margin-bottom:10px;
}
.all-good p{
 color: #000000FF;
  font-size: 20px;
  font-weight: 400;
  margin-bottom:15px;
}
.all-good ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:30px;
}
.sec-4{
    width: 100%;
    background: #ffffeb;
    padding: 40px 0;
}
.sec-4 h2 {
    font-size: 40px;
    color: #121212FF;
    font-weight: 400;
    line-height: 45px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.sec-4 p {
    font-size:20px;
    color: #121212FF;
    font-weight: 400;
    line-height: 32px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.sec-4 h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000000FF;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.img-clas1{
  position: relative;
    left: 58px;
    width: 85%;
}
.right-total{
  width: 100%;
  position: relative;
}
.right-shadow1 {
    position: absolute;
    top: 64px;
    left: -43px;
    opacity: 50%;
}
.right-shadow2 {
    position: absolute;
    bottom: 8px;
    right: -97px;
    opacity: 50%;
}
.sec-5{
  width: 100%;
  background: url(../images/image_5_1.png) right 224px no-repeat;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.sec-5 h2 {
    font-size: 40px;
    color: #121212FF;
    font-weight: 400;
    line-height: 50px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.sec-5 h4{
  font-size: 20px;
  font-weight: 700;
  color: #121212FF;
  padding-bottom: 15px;
}
.sec-5-box{
  width: 100%;
  border:1px solid #121212FF;
  background: #dbf0ff;
  padding: 20px 25px;
  border-radius: 10px;
  min-height: 248px;
}
.sec-5-box ul{
  margin:0;
  padding: 0;
}
.sec-5-box ul li {
    list-style: disc;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #121212FF;
    padding-bottom: 10px;
    list-style-position: inside;
}

.flower-img {
    position: absolute;
    top: -214px;
    left: 0;
}

.sec-6{
  width: 100%;
  border-top:1px solid #2F0147FF;
  background: #ffffeb;
  padding: 80px 0;
}
.sec-6 h2{
    font-size: 40px;
    color: #121212FF;
    font-weight: 400;
    line-height: 50px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.sec-6 p{
  font-size: 20px;
    color: #121212FF;
    font-weight: 400;
    line-height: 50px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.sec-7{
  width: 100%;
  padding: 40px 0;
  background: #1b64a4;
}
.sec-7 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}
/* .grn-btn-bg{
  background: #46b6af!important;
} */

.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
        .scroll-content {
            display: inline-flex;
            animation: scroll 30s linear infinite;
        }
        .scroll-content img {
            width: 350px;
            object-fit: cover;
            height: 350px;
            
        }
        @keyframes scroll {
            from {
                transform: translateX(0%);
            }
            to {
                transform: translateX(-100%);
            }
        }

.sec-8{width: 100%;margin-bottom: 45px;}
.flower-img1{
  position: absolute;
  right: 0;
  top: -74px;
  z-index: 999;
}
.opacity-100{
  opacity: 100%;
}

.sec-9{
  width: 100%;
  padding: 40px 0;
  background: url(../images/image_31.png) left 115px no-repeat;
}
.sec-9 h2{
    font-size: 40px;
    color: #121212FF;
    font-weight: 400;
    line-height: 50px;
    overflow-wrap: break-word;
    margin-bottom: 40px;
}

.sec-9 p a{
  font-size: 18px;
  color: #121212FF;
  text-decoration: underline;  
}

.ingredient-box {
    background: #dff2ff;
    padding: 45px 20px;
    border: 1px solid #254358;
    border-radius: 10px; 
    text-align: center;
    position: relative;
    min-height: 412px;
    margin-bottom: 25px;
}

.ingredient-box h4{
     font-size:25px;
    color: #121212FF;
    font-weight: 400;
    line-height: 35px;
    overflow-wrap: break-word;
    margin-bottom: 8px;
  }
  .ingredient-box p{
    font-size:15px;
    color: #121212FF;
    font-weight: 400;
    line-height: 25px;

  }

  .ingredient-img{
    width: 115px;
    height: 115px;
    border-radius: 100%;
    margin-top: -39px;
    margin-bottom: 21px;
  }
  .imgbox-ingredients {
    width: 100%;
    display: flex;
    justify-content: center;
}
.multiple-items1 .slick-list{
  overflow: hidden;
}

.multiple-items1 .slick-track{
  display: flex;
  gap: 20px;
}

.multiple-items1 .slick-dots{ 
  bottom: -45px;
}
.bottom-cutomer{
  background: url(../images/image_31-orange.png) left top no-repeat #ffffeb!important;
  position: relative;
}
.botom-cus-box{
  bottom: -38px;
  min-height: 248px;
}
.new-sec22 {
    width: 100%;
    padding: 60px 0;
}
.new-sec22 h5{
  font-size: 25px;
  font-weight: 400;
  color: #121212FF;
  padding-bottom: 6px;
}

.green-text{
  font-size: 18px;
  font-weight: 400;
  color: #1c65a4;
}
.green-text .fa-check{
 padding-right: 6px;
}


.form-new25 {
    width: 100%;
    /* padding: 0 25px; */
    border: 3px solid #000;
    border-radius: 20px;
}
.new-sec22 h2 {
    font-size: 38px;
    line-height: 52px;
    background: #000;
    padding: 10px 20px;
    color: #ffff;
    border-radius: 17px 17px 0 0;
}
.form-new25-con {
    padding: 20px 30px 40px;
    width: 100%;
}
.form-holder {
    width: 48%;
    float: left;
}
.form-holder:first-child {
    margin-right: 4%;
}
.form-new25-con label {
    font-size: 14px;
    color: #6d6d6d;
    padding-bottom: 5px;
}

.margin-bottom-5{
  margin-bottom: 5px;
}
.form-new25-con input,select{
  margin-bottom: 5px;
}
.submit-btn {
    padding: 16px 12px;
    border:none;
    background-color: #ff8600;
    border-radius: 99px;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
}
.submit-btn:hover {
 background-color: #ffaa4b;
}
.security-icons-c1 {
    text-align: center;
    display: block;
    margin: 20px auto 0;
    max-width: 90%;
}
.sec-10{
  width: 100%;
  padding: 40px 0;
}
.sec-10 h4{
  color: #121212FF;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.sec-10 h2{
    font-size: 36px;
    color: #121212FF;
    font-weight: 700;
    line-height: 46px;
    overflow-wrap: break-word;
    margin-bottom: 30px;
}

.sec-10 p{
    font-size: 20px;
    color: #121212FF;
    font-weight: 500;
    line-height: 26px;
    overflow-wrap: break-word;
    margin-bottom: 30px;
}
.mb-10{
  margin-bottom: 100px;
}
.w-75{
  width: 75%;
}
.faq-area{
  width: 100%;
  padding: 50px 0;
}


.faq-area h2{
    font-size: 40px;
    color: #121212FF;
    font-weight: 700;
    line-height: 50px;
    overflow-wrap: break-word;
    margin-bottom: 30px;
}
.faq-area h3{
    font-size: 25px;
    color: #121212FF;
    font-weight: 700;
    line-height: 35px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}

.accordion_wrap {
  width: 100%;
}
.accordion_box {
  width: 100%;
  padding: 30px 0px 0px;
}
.accordion_box ul {
    width: 100%;
    margin: 0px auto;
}
.accordion_box ul li {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
li.slide_box h3 {
    background: none;
    font-size: 20px;
    font-weight: 500;
    color: #121212FF;
    padding: 12px;
    cursor: pointer;
    position: relative;
    border: none;
    margin-bottom: 0;
}
li.slide_box h3:after {
    content: "\f107";
    color: #4c4c4c;
    font-weight: 300;
    float: right;
    font-size: 20px;
    line-height: 22px;
    font-family: 'FontAwesome';
}
li.active h3:after {
    content: "\f106";
    font-family: 'FontAwesome';
}
p.hide_box {
    color: #121212FF;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 12px;
    margin: 0px;
    font-weight: 400;
}

.faq-con {
    width: 100%;
    margin-bottom: 60px;
}
.review-sec{
  width: 100%;
  padding: 40px 0;
}

.ml2-3{
  margin-left: 60px;
}
.review-sec h4{
  font-size: 20px;
  font-weight: 700;
  color: #121212FF;
}

.r-ovt240 {
    display: flex;
    row-gap: 28px;
    position: relative;
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
    column-gap: 28px;
    flex-basis: auto;
    min-height: auto;
    align-items: center;
    flex-shrink: 0;
    padding-top: 7%;
    padding-left: 8%;
    padding-right: 8%;
    flex-direction: column;
    padding-bottom: 7%;
    justify-content: center;
}
.r-1qe508 {
    display: flex;
    row-gap: 32px;
    position: relative;
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
    column-gap: 32px;
    flex-basis: auto;
    min-height: auto;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.r-19x8gg9 {
    font-size: 62px;
    flex-basis: auto;
    flex-shrink: 0;
    line-height: 70px;
    overflow-wrap: break-word;
}
.jdgm-rev-widg__header {
    text-align: center;
}
#judgeme_product_reviews .jdgm-rev-widg__title {
    display: none !important;
}
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
        padding-bottom: 24px;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
        .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
        .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary {
        width: 30%;
    }
        .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner {
        display: inline-block;
        text-align: left;
    }
    .jdgm-rev-widg__summary .jdgm-star {
    font-size: 16px;
}
.jdgm-star.jdgm--on:before { 
    content: "\e000";
    color:#E8721B ;
}
.jdgm-rev-widg__summary-text {
    visibility: unset;
}

    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper {
        border-left: 1px solid rgba(51, 153, 153, 0.1);
        border-color: var(--jdgm-secondary-color);
    }
    .jdgm-histogram__row:not([data-rating="1"]) {
    margin-bottom: 10px;
}
.jdgm-histogram__row { 
    height: 14px;
    cursor: pointer;
}
.jdgm-histogram__star, .jdgm-histogram__bar, .jdgm-histogram__frequency {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}
.jdgm-histogram__bar {
        margin: 0 24px;
        width: 140px;
    }
    .jdgm-histogram__bar, .jdgm-histogram__bar-content {
    height: 100%;
}
.jdgm-histogram__bar:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    content: ' ';
}
.jdgm-histogram__star, .jdgm-histogram__bar, .jdgm-histogram__frequency {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}
.jdgm-histogram__frequency {
    margin: 0;
    width: 24px;
    text-align: left;
    color: #7b7b7b;
}
.jdgm-widget {
    width: 100%;
}
.jdgm-histogram__bar {
    margin: 0 16px;
    width: 126px;
    background: rgba(224, 224, 224, 0.5);
}
.jdgm-histogram__star, .jdgm-histogram__bar, .jdgm-histogram__frequency {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-histogram-wrapper)>.jdgm-histogram {
        width: 40%; 
    }

    .jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
    color: #E8721B;
} 
.jdgm-histogram__bar-content {
    background-color: #399;
} 
.call-text{
    font-size: 20px;
    font-weight: 500;
} 

.jdgm-histogram__row:hover, .jdgm-histogram__row--selected {
    opacity: 0.6;
}


@media screen and (max-width: 767px) {
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary{
        width:100%;
        margin-bottom: 30px;
    }
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-histogram-wrapper)>.jdgm-histogram{
        width: 100%;
    }
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars{
        display: inherit;
    }
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper{
        border-left:none;
    }
}

@-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"; color: #E8721B;}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important}
.jdgm-star{
    font-family:'JudgemeStar' !important;
    
}
.r-btdrf1 p{
 font-size: 14px;
 font-weight: 600;
}
.review-con{
  width: 100%;
  border-bottom:1px solid #ccc;
  padding: 10px 0;
}
.review-con-area{
width: 100%;

}
.review-con-top{
  display: flex;
  gap:20px;
}
.cus-name{
  font-size: 16px;
  color: #121212FF;
}
.cus-name span{
  color: #1d66a5;
}
.cus-hed{
  font-size: 18px;
  font-weight: 700;
  color: #121212FF;
  display: flex;
  gap:10px;
  align-items: center;
  padding-bottom: 8px;

}
.w-26{
  width: 26%;
}
.like-text{
     display: flex;
    justify-content: flex-end;
    gap: 7px;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}
.pagination {
            display: inline-block;
            margin-top: 20px;
        }
        .pagination a {
            color: black;
            padding: 8px 16px;
            text-decoration: none;
            border: 1px solid #ddd;
            margin: 0 4px;
            border-radius: 4px;
        }
        .pagination a.active {
            background-color: #1c65a4;
            color: white;
            border: 1px solid #1c65a4;
        }
        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.bottom-area{
  width: 100%;
  background: url(../images/bottom-bg.jpg) top center no-repeat;
  /* padding: 300px 0 50px 0; */
  padding: 190px 0 50px 0;
  background-size: cover;
  height: 100vh;
}
.bottom-area h2{
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}

.bottom-area h5{
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}
.bottle-img2{
  position: relative;
  z-index: 999;
}
.hpy-customer-review {
    position: relative;
    z-index: 99;
}
.mob-show{
  display: none;
}




.mid-area-review{
        width:90%;
    }
    .mid-area-review svg{
        fill: #E8721B;
    }
.w-150{
    width: 150px;
}






.supply-popup .modal-dialog {
        max-width: 900px;
} 















@media screen and (max-width:896px) {
  .sec-4 h3 {
    font-size: 16px;

  }
  .flower-img{
    display: none;
  }

}



@media screen and (max-width:767px) {
  .right-total {
    margin-top: 65px;
}
.new-sec22 h2 {
    font-size: 28px;
    line-height: 41px;
}
.review-con-top{
  flex-wrap: wrap;
}
.w-26{
  width: 100%;
  justify-content: flex-start;
}
.pagination a {
    padding: 8px 10px;
  }
  .r-19x8gg9 {
    font-size: 32px;
    }
    .mob-hide{
      display: none;
    }
    .mob-show{
  display: block;
}
.hero-banr p {
    font-size: 14px;
    }
    .sec-5-box{
      margin-bottom: 25px;
      min-height: auto;
    }
    .mob-gap{
      margin-bottom: 30px;
    }
    .w-75 {
    width: 100% !important;
}
.top-bar p {
    font-size: 16px;
}

.scroll-content { 
            display: inline-flex;
            animation: scroll 10s linear infinite;
        }
        
 
   
}




@media screen and (max-width:479px) {
.hero-banr p {
        font-size: 11px;
        text-align: center;
    }

    .sec-4 h2 {
    font-size: 34px;
  }
  .sec-5 h2{
    font-size: 34px;
  }

  .sec-9 h2{
    font-size: 34px;
  }
.right-shadow {
        top: 83px; 
        opacity: 0.1;
    }
    .cus-hed {
    font-size: 14px;
 
    }
}


/** NEW STYLES ADDED HERE **/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}


.footer__content-bottom {
    background-color: #fff;
    border-top: 4px solid #000;
    padding:40px 0;
}

.page-width {
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.footer-feat_bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.footer__content-bottom-wrapper {
    display: flex;
    width: 100%;
}
.footer__localization:empty {
    display: none;
}
.footer__column {
    width: 100%;
    align-items: flex-end;
}
.footer__column--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer__payment {
    margin-top: 0;
    width: 100%;
    text-align: right;
}

    .list-payment {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: -0.5rem;
        padding-top: 0;
    }
    .list-payment__item { 
    align-items: center;
    display: flex;
    padding: 0.5rem;
}

@media screen and (min-width: 750px) {
    .footer__column--info {
        padding-left: 0;
        padding-right: 0;
        align-items: flex-end;
    }
}
.footer__copyright p a{
  color: #000;
} 
.bootom-list {
    margin:0;
    padding: 0;
    text-align: center;
}
.bootom-list li {
    list-style: none;
    color: #848484;
    padding-bottom: 10px;
    font-size: 13px;
}
.bootom-list li a{
    text-decoration: none;
    color: #848484;
}

.studies-container {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .studies-toggle {
      cursor: pointer;
      color: #121212FF;
      text-decoration: none;
      font-size: 16px;
    }
    .studies-toggle:hover {
      text-decoration: underline;
    }
    .studies-arrow {
      display: inline-block;
      transition: transform 0.3s ease;
      margin-left: 8px;
      width: 16px;
      height: 16px;
    }
    .studies-arrow svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
      transform-origin: center;
      transition: transform 0.3s ease;
    }
    .studies-arrow.open svg {
      transform: rotate(90deg);
    }
    .studies-links {
      display: none;
      margin-top: 10px;
    }
    .studies-link {
      display: block;
      margin: 5px 0;
      color: #333;
      text-decoration: none;
      padding: 8px 0;
      transition: background 0.2s;
    }
    .studies-link:hover {
      background: #f0f0f0;
    }

    .newsletter-total {
    width: 100%;
    background: #f9dfa6 url(../images/Shape_50_3_1.jpg?v=1.3) bottom center no-repeat;
    background-size: 100%;
    padding: 115px 0;
    border-top: 4px solid #000;
}
.newsletter-total h2 {
    font-size: 44px;
    font-weight: 700;
}
.newsletter-total p {
    font-size: 18px;
    font-weight: 400;
}
.form-con2 {
    display: flex;
    width: 100%;
}
.newsletter-text {
    background: none!important;
    border: 1px solid #000!important;
    color: #000!important;
    width: 92%!important;
    padding: 10px 42px 10px 20px!important;
    border-radius: 30px 0 0 30px !important;
    height: auto!important;
}
.subscribe-btn {
    background: #000;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    width: 26%;
}
.subscribe-btn:hover {
    background: #ff8600;
}
.needsclick input[type="email"] {
    background: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    width: 107% !important;
    padding: 15px 42px 10px 20px !important;
    border-radius: 30px 0 0 30px !important;
    height: auto !important;
} 
.needsclick button {
    background: #000;
    border: none;
    color: #fff;
    padding: 0px 10px !important;
    border-radius: 0 30px 30px 0 !important;
    /* width: 26%; */ 
}
.modal-dialog{
    max-width: 800px;
}
.modal-body{
    text-align: center;
} 
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover{
    background-color: none!important;
}