@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wrapper {
    overflow-x: hidden;
}
.header {
    background: #f2f2f7;
    padding-bottom: 1px;
    width: 100%;
    z-index: 22;
    position: fixed;
    box-shadow: 0 1px 10px rgba(7, 74, 18, .33);
}
.header::before {
    background: url('../images/verifiedsecure.svg');
    background-size: contain;
    content: "";
    height: 112px;
    left: 0;
    position: absolute;
    top: 0;
    width: 112px;
    z-index: 1;
}
.header__warning {
    font-size: 14px;
    line-height: 15px;
    padding: 7px 2px;
}
.date-container {
    color: #e6d6a2
}
.header__info_side span {
    display: block;
    font-size: 22px;
}
.header__info_side p span {
    color: #dc4414;
    font-size: 14px;
}
.header__btn {
    border-radius: 4px;
    height: 45px;
    padding: 5px 15px;
    font-size: 22px;
    background-color: #23ad27;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    transition: all 0.3s ease-in-out;
}
.header__btn:hover {
    cursor: pointer;
    background-color: #0076bf;
}
.bottom_fix_btn {
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.social-buttons {
            position: fixed;
            top: 30%;
            left: 0;
            z-index: 9999999;
        }
        .social-button {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            outline: none;
            width: 44px;
            height: 44px;
            text-decoration: none;
            border-radius: 100%;
            background: #fff;
            text-align: center;
        }
        .social-button::after {
            content: "";
            position: absolute;
            top: -1px;
            left: 50%;
            display: block;
            width: 0;
            height: 0;
            border-radius: 100%;
            transition: 0.3s;
        }
        .social-button:focus,
        .social-button:hover {
            color: #fff;
        }
        .social-button:focus::after,
        .social-button:hover::after {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            margin-left: calc(-50% - 1px);
        }
        .social-button i,
        .social-button svg {
            position: relative;
            z-index: 1;
            transition: 0.3s;
        }
        .social-button i {
            font-size: 25.6px;
        }
        .social-button svg {
            height: 20%;
            width: 20%;
        }
        .social-button--facebook {
            color: #3b5999;
        }
        .social-button--facebook::after {
            background: #3b5999;
        }
        .social-button--linkedin {
            color: #0077b5;
        }
        .social-button--linkedin::after {
            background: #0077b5;
        }
        .social-button--twitter {
            color: #55acee;
        }
        .social-button--twitter::after {
            background: #55acee;
        }
        .social-button--instagram {
            color: #e4405f;
        }
        .social-button--instagram::after {
            background: #e4405f;
        }
        .social-button--youtube {
            color: #c12127;
        }
        .social-button--youtube::after {
            background: #c12127;
        }
.list-done {
    top: 200px;
    left: 433px;
}
.first-bottle {
    top: 450px;
    left: 300px;
    width: 130px;
}
.first-img {
    top: 100px;
    left: 100px;
    width: 400px;
}
.first-section,
.form-section,
.product-section,
.thankyou {
    margin-top: 130px;
}
.button-submit {
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    padding: 5px 0;
    background: #23ad27;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.button-submit:hover {
    background: #0076bf;
}
.features li {
    font-size: 24px;
}
.form-block {
    border: 1px solid #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.form-block .form-title {
    background: #eee;
}
.form-block .form-title span {
    color: #23ad27;
}
.how {
    background: url('../images/img-12.webp') no-repeat top;
    background-size: 100% 100%;
    z-index: 2;
}
.how h2 {
    font-weight: 700;
    font-size: 40px;
    color: #50ad23;
}
.how h3 {
    font-size: 18px;
}
.how-title-block {
    background: url('../images/how-card-box.webp') no-repeat 50%;
    background-size: contain;
    height: 242px;
    margin: 0 auto;
    width: 335px;
    z-index: 3;
}
.how-title-block span:first-child,
.how-title-block span:last-child {
    font-size: 30px;
    font-weight: 700;
}
.how-title-block .how-title-block__middle {
    font-size: 46px;
    font-weight: 700;
    color: #ffd600;
}
.how-container {
    background: #fff url('../images/how-container-no.webp') no-repeat bottom;
    background-size: 90%;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .19);
    border-radius: 15px;
}
.how-container .how-container__title {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: 700;
    font-size: 20px;
}
.how-container__line {
    background: #23ad27;
    border-radius: 30px;
    display: block;
    font-size: 23px;
    font-weight: 700;
    line-height: 50px;
}
.why {
    background: url('../images/why-bg2.webp') no-repeat top;
    background-size: 100% 100%;
    z-index: 2;
    padding-top: 100px;
}
.why h2 {
    margin-top: 70px;
    font-size: 50px;
    font-weight: 700;
}
.why h2 span {
    color: #ffd600;
}
.how_to_use,
.powerful {
    /*background: url('../images/how-to-use.webp') no-repeat top;*/
    background-size: 100% 100%;
    z-index: 2;
}
.how-use__titleMain {
    font-size: 40px;
    font-weight: 700;
}
.how-use__titleMain span {
    color: #23ad27;
}
.how-use__item .how-use__title {
    color: #23ad27;
    font-size: 28px;
}
.how-use__item p {
    font-size: 24px;
    font-weight: 600;
}
.how-use__item img {
    width: 100% !important;
}

.the_science {
    background: #dfffde;
    background-size: 100% 100%;
    padding: 50px 50px 0 50px;
}
.science__title {
    font-size: 40px;
    color: #0076bf;
}
.the_science ul li {
    margin: 10px 0;
}
.the_science ul li span {
    font-weight: bold;
}
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.testimonial {
    min-height: 375px;
    position: relative;
    background: url('../images/testimonials.webp');
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}
.gtco-testimonials h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.gtco-testimonials .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}
.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}
@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}
.powerful h2 {
    font-size: 40px;
    color: #23ad27;
}
.powerful .powerimg {
    width: 150px;
}
.powerful .powerimg2 {
    width: 250px;
}
#popupbox1 {
    left: 10px;
    bottom: 0;
}
@media(max-width: 576px){
    .owl-dot{
        display: none !important;
    }
    .how-use__titleMain, .how-use__item .how-use__title {
        font-size: 18px !important;
    }
    .how-use__item p {
        font-size: 16px;
    }
}