html {
    scroll-behavior: smooth;
}

.webp .ingredient01 {
    background: url("../img/ingredients-bg.webp") top center fixed;
}

.no-js .ingredient01 {
    background: url("../img/ingredients-bg.jpg") top center fixed;
}


.ingredient01 {
    padding: 20px;
    background-size: cover !important;
    color: #fff;
}

.no-webp .ingredient01 {
    background: url("../img/ingredients-bg.jpg") top center fixed;
}




.l-red {
    color: #a7110b;
}

.arrow-claim {
    margin: 11px 0 10px;
}

.slogan {
    margin: -20px 0 0 0;
}

@media only screen and (max-width: 480px) {
    .slogan {
        margin: -20px 0 0 0;
    }
}

.wellness {
    background: url(../img/wellness-bg.jpg) bottom center;
    background-size: cover;
    color: #fff;
}

.well01 {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 15px 0;
    background: rgba(255, 255, 255, .4);
    color: #fff;
}

@media (max-width: 768px) {
    .well01 {
        text-align: center;
    }
}


.well01 h2 {
    margin: 0;
}

.aligncenter {
    display: block;
    margin: auto;
}

.pulse {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.ingre {
    padding: 10px;
    background: rgba(255, 255, 255, 10);
    margin: 5px;
    color: #000 !important;
}

.testimonial {
    background: #4f98e3;
    margin: 15px 0;
    padding: 20px 15px;
}

    .testimonial p {
        letter-spacing: 0 !important;
        font-size: 14px !important;
        color: #fff;
    }

.blockquote-footer {
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.star::before {
    content: "\2605";
    font-size: 18px;
    color: #cada46;
    position: relative;
    top: -4px;
    float: right;
}
