﻿@font-face {
    font-family: 'Albra Regular';
    src: url('../font/Albra Regular.otf');
}
@font-face {
    font-family: 'Albra Medium';
    src: url('../font/Albra Medium.otf');
}
@font-face {
    font-family: 'Objectivity-Regular';
    src: url('../font/Objectivity-Regular.otf');
}
@font-face {
    font-family: 'Objectivity-Light';
    src: url('../font/Objectivity-Light.otf');
}

.hairproblem ._1,
.hairproblem ._2,
.hairproblem ._3,
.hairproblem ._4,
.hairproblem ._5,
.hairstep-img img, .hairstep ._title, .hairstep ._list, .reactivebg ._right,
._rightlist {
    opacity: 0;
}


body {
    background: #f5f0f0 !important;
    font-family: Metropolis-Medium;
}
.slider-rewind {
    margin-top: 60px;
    background: url(../images/slider/Rewind.png) no-repeat #f5f0f0;
    background-size: cover;
    background-position: right -50px;
    min-height: 600px;
}
.section_re {
    position: relative;
}


.Rewind-text {
/*    background-image: url(../images/slider/Text-Rewind.png);
    background-repeat: no-repeat;
    background-position: 0px 20px;
    height: 31px;
    padding: 100px 0;*/

}

.slider-heading-Rewindbox {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}


.slider-heading-Rewind-left {
    font-size: 14pt;
    text-align: left;
}
.slider-heading-Rewind {
    color: #000;
    font-family: 'Albra Regular';
    font-size: 14pt;
    text-align: right;
    font-style:normal
}

.paragraph-1 div{
    color: #000;
    font-family: 'Albra Medium';
    font-size: 21pt;
    line-height:36px;
    text-align: center;
    font-style: normal
}
    .paragraph-1 div p {
        color: #000;
        font-family: Metropolis;
        font-size: 14pt;
        text-align: center;
        font-style: normal
    }


.cardbox {
    background: #ba8363;
    color: #fff;
    font-family: Metropolis-Medium;
    font-size:24px;
    text-align:center;
    padding:15px 10px;
}

.hairproblem {
    margin:20px 0;
    display: flex;
    justify-content: space-around;
}
    .hairproblem ._cover {
        background: #b37c6030;
        border-radius: 50%
    }
    .hairproblem div {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .hairproblem ._1 {
        background: url(../images/hair/rewind/hairproblem1.png);

    }
    .hairproblem ._2 {
        background: url(../images/hair/rewind/hairproblem2.png);
    }
    .hairproblem ._3 {
        background: url(../images/hair/rewind/hairproblem3.png);
    }
    .hairproblem ._4 {
        background: url(../images/hair/rewind/hairproblem4.png);
    }
    .hairproblem ._5 {
        background: url(../images/hair/rewind/hairproblem5.png);
    }

    .hairproblem p {
        color: #fff;
        font-family: Metropolis;
        font-size: 12pt;
        text-align:center;
        margin:0;

    }
.hairstep-flex {
    display: flex;
    height: 321px;
}
.hairstep {
    font-family: Metropolis;
    font-size: 12pt;
    color: #000;
    border-top: 1px solid #000;
    padding: 20px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hairstep ._title{
    font-family: Metropolis;
    font-size:21pt;
}

    .hairstep ._list p {
        font-family: Metropolis;
        font-size: 13pt;
        line-height: 28px;
        margin: 0;

    }

        .hairstep ._list p em {
            font-family: Metropolis;
            font-size: 11pt;
        }

        .hairstep._right {
           text-align:right;
        }

.hairstep-img {
    width: 50%;
    font-family: Metropolis;
    font-size: 12pt;
    color: #000;
    border-top: 1px solid #000;
    padding: 20px 0;

    text-align: center;
}
._br1 {
    border-left: 1px solid #000;
}

.bg10blank-1 {
    /*background: url(../images/hair/rewind/10-blank.png) no-repeat top;
    background-size:contain;*/
    background: #f5f0f026;
    height: 951px;
    position: absolute;
}

    .bg10blank-1 img {position: absolute;}

.bg10blank-1 .rw1bg {
    z-index: 9;
}

    .bg10blank-1 .rw1-1 {
        z-index: 20;
        animation-name: rw1;
        animation-duration: 4s;
    }

    .bg10blank-1 .rw1-2 {
        z-index: 20;
        animation-name: rw1;
        animation-duration: 12s;
    }


    .bg10blank-1 .rw1-3 {
        z-index: 20;
        animation-name: rw1;
        animation-duration:24s;
    }


    .bg10blank-1 .rw1-4 {
        z-index: 20;
        animation-name: rw1;
        animation-duration: 48s;
    }

    .bg10blank-1 .rw1-5 {
        z-index: 1;
        animation-name: rw1;
        animation-duration: 52s;
    }


@keyframes rw1 {
    0% {
        opacity: 0;

    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
   
    }
}


.bg10blank-1 .rw2-1 {
    z-index: 19;
    animation-name: rw2;
    animation-duration: 30s;
}



@keyframes rw2 {
    0% {
        left: 0px;
    }

    25% {
        left: -30px;
    }

    50% {
        left: -50px;
    }

    75% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.bg10blank-1 .rw2 {
    z-index: 3;
    animation-name: rw;
    animation-duration: 9s;
}

.bg10blank-1 .rw3 {
    z-index: 4;
    animation-name: rw;
    animation-duration: 11s;
}

    .bg10blank-1 .rw4 {
        z-index: 5;
        animation-name: rw;
        animation-duration: 13s;
    }
    .bg10blank-1 .rw5 {
        z-index: 6;
        animation-name: rw;
        animation-duration:15s;
    }
    .bg10blank-1 .rw6 {
        z-index: 7;
        animation-name: rw;
        animation-duration: 17s;
    }
    .bg10blank-1 .rw7 {
        z-index: 8;
        animation-name: rw;
        animation-duration: 21s;
    }
.bg10blank-1 .rw8 {
    z-index: 9;
    animation-name: rw;
    animation-duration: 26s;
}

@keyframes rw {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Haircomplex {
    position: absolute;
    z-index: 30;
    width: 400px;
    margin-top: 380px;
    left: 50%;
    /*    margin-top: 150px;
    padding: 180px 15px 20px 15px;
    width: 400px;
    right:10%;
    position: absolute;
    z-index: 30;*/
}
.Haircomplex .paragraph-1{
   
}

.smallbox {
    margin-top:15px;
    color: #fff;
    display: flex;
    justify-content: space-evenly;

}
    .smallbox div {
        padding: 5px 10px;
        text-align:center;
        width:33.33%;
        margin:0px 5px;
    }
    .smallbox ._a {
        background: #b67a52;
    }
    .smallbox ._b {
        background: #d2bea0;
    }

.heading-2._bold, .heading-3._bold {
    font-weight: 600;
}
.hairhealth {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.water {
    margin-left: 46%;
    display: flex;
}

    .water._2 {
        margin-left: -40%;
        margin-top:-100px;
    }
    .water._3 {
        margin-top: -180px;
        margin-right: 83px;
    }


._drop {
    /*background: url(../images/hair/rewind/water.gif) #b67a52;
    background-size: cover;
    width: 167px;
    height: 213px*/
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #b67a52;
    position: relative;
    margin: 50px 0 0 0;
    box-shadow: 2px 2px 1px #ba836348;
}
    ._drop:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 45px 50px 45px;
        border-color: transparent transparent #b67a52 transparent;
        top: -30px;
        left: 15px;
    }
        ._drop._2 {
            background-color: #fff;
            box-shadow: 2px 2px 1px #ba836348;
            margin: 50px 0 0 -50px;
        }
        ._drop._2:before {
            border-color: transparent transparent #fff transparent;
        }

    ._drop._3 {
        background-color: #d2bea0;
        margin: 50px 0px 0 -100px;
    }

            ._drop._3:before {
                border-color: transparent transparent #d2bea0 transparent;
            }


    ._drop p {
        text-align: center;
        color: #fff;
        font-size: 13px;
        line-height: 16px;
        padding: 45px 0 0 0;
    }
    ._drop._2 p {
        color: #b67a52;
    }

.waterline {
    width: 360px;
    border-top: solid #b67a52 1px;
    margin: 50px 0 0 -60px;
    z-index: 99;
}

    .waterline ._div {
        border-top: solid #b67a52 5px;
        width: 180px;
        margin-left: 180px;
    }
        .waterline ._p {
            padding: 15px 0 0 70px;
            color: #b67a52;
            text-align: justify
        }

        .waterline._2 {
            z-index: 99;
            width: 320px;
            margin: 130px 0 0 0px;
        }

        .waterline._2 ._div {
            border-top: solid #b67a52 5px;
            width: 180px;
            margin-left: 0px;
        }
        .waterline._2 ._p {
            padding: 15px 60px 0 0px;
        }

    .waterline._3 {
        z-index: 99;

        margin: 80px 0 0 -60px;
    }


.shampoobg {
    background: url(../images/hair/rewind/Balancing-Product.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    padding:100px;
}

    .shampoobg ._list {
        width: fit-content;
        margin-top:80px;
        margin-left:0px;
    }
    .shampoobg ._list p {
        color: #000;
        font-size:14px;
        padding: 5px 10px 5px 0px;
        margin:0;
        border-bottom: 1px solid #000;
    }

    .shampoobg ._rightlist {
        float: right;
        width: 80%;
        margin-top: 100px;
        text-align: -webkit-center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
._rightlist{
    height:260px;
}

.shampoobg ._rightlist ._box {
    color: #fff;
    background: #000;
    padding: 5px 20px;
    text-align: center;
    width: 200px;
}


        .shampoobg ._rightlist._2 {
            width: 100%;
            margin-top: 100px;
            margin-bottom: 20px;
            height:200px
        }
._listbottom {
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-flex;
    float: right;
    width: 58.33333%;
}
._listbottom2 {
    display: inline-flex;
}
._listbottom div {
    width: 100%;
}
    ._listbottom div p {
        color: #000;
        font-size: 14px;
        text-align: left;
        padding: 5px 25px 5px 0px;
        margin: 5px 10px;
        border-bottom: 1px solid #000;
    }

.heading-1._bold{
    font-size:36px;
    line-height:40px
}


._123top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top:30px;
}
._123flex {
    color: #985c3c;
    display: flex;
    padding: 20px 50px 0px 10px;
    align-items: flex-start;
}

    ._123flex ._1p {
        font-family: 'Objectivity-Light';
        font-size: 68px;
        line-height: 55px;
        padding-right:5px;
    }
    ._123flex ._23p {
        height: 60px;
    }
    ._123flex ._2p {
        font-family: 'Objectivity-Regular';
        font-size: 30px;
        line-height:30px;
    }
    ._123flex ._3p {
        color: #000;
        font-size: 16px;
        line-height: 16px;
    }

._123bg {
   background:#fff;

    padding: 40px 0px;
    margin-bottom: 0px
}
.bg123 {
    position:relative
}
    .bg123 img {
        position: absolute;
        z-index: 9;
        right: 33%;
        top: -40px;
        width: 120%;
    }



.shampoobg._re {
    background: url(../images/hair/rewind/Re-Product.jpg) no-repeat;
    background-size: contain;
    margin-top:0px;
    padding:50px;
}
    .shampoobg._re ._rightlist._left {
        float: left;
        width: 80.33%;
        margin-top: 60px;
        margin-left: 12%; 
        height: 320px;
    }
    .shampoobg._re ._rightlist._left2 {
        float: left;
        width: 55%;
        margin-top: 100px;
        margin-left: 33.33%;
        height: 330px;

        align-items: flex-start;
    }
    .shampoobg._re ._rightlist._left2 .paragraph-1 {
        text-align: left !important;
    }
    
    .shampoobg._re ._list {
        width: fit-content;
        margin-top: 120px;
        margin-left:40%;
/*        float: right*/
}

._unlockbg {
    background: url(../images/hair/rewind/Unlock.jpg) right no-repeat #ecdfd7;
    background-size: cover;
    height: 200px;
    margin: 50px 0;
    animation: unlockbg 2s infinite alternate;
}

@keyframes unlockbg {
    0% {
       background-position:0px
    }

    100% {
        background-position: 20px
    }
}
.unlock{
    padding:60px 400px 80px 0px
}

.reactivebg {
    background: url(../images/hair/rewind/Re-Active.jpg) no-repeat top;
    background-size: contain;

    margin-bottom: 20px;
}

    .reactivebg ._left {
        padding: 200px 0 0 0;
        width: 90%;
    }

    .reactivebg ._right {
        float:right;
        padding: 100px 0 0 0;
        width: 70%;
        text-align: -webkit-center;
    }

        .reactivebg ._left div, .reactivebg ._right div {
            padding: 5px 0;

        }
        .reactivebg ._right ._box {
            color: #fff;
            background: #000;
            padding: 5px 20px;
            text-align: center;
            width: 200px;
            margin: 10px 0px;
        }
    .reactivebg ._listbottom2 {
        margin: 0px 0px;
        width: 100%;
    }
        .reactivebg ._listbottom2 div p {
            color: #000;
            font-size: 12px;
            text-align: left;
            padding: 5px 5px 5px 0px;
            margin: 0 5px;
            border-bottom: 1px solid #000;
        }

    .reactivebg ._right ._listbottom2 div {
        width: 100% !important;
    }
    .reactivebg img{
        width:70% !important;
    }

    .paragraph-1 {
        font-size: 13px;
        line-height: 16px
    }


.Re-flex-pie {
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 0px;
}

.pie-wrapper {
    height: 1em;
    width: 1em;
    float: left;
    margin: 15px;
    position: relative;
    font-size: 12em;
}

    .pie-wrapper.style-2 .label {
        background: none;
        color: #b08f6c;
    }

    .pie-wrapper .label {
        font-family: Metropolis-bold;
        background: #b08f6c;
        border-radius: 50%;
        bottom: 0.4em;
        color: #ecf0f1;
        cursor: default;
        display: block;
        font-size: 36px;
        left: 0.8em;
        line-height: 16px;
        position: absolute;
        /* right: 0.5em; */
        text-align: center;
        top: 2em;
        width: 100px;
        /* height: 100px;*/
    }

    .pie-wrapper .label2 {
        color: #000;
        display: block;
        font-size: 12px;
        text-align: center;
        line-height: 40px;
        font-family: Metropolis-Medium;
    }

    .pie-wrapper .pie {
        height: 100%;
        width: 100%;
        clip: rect(0, 1em, 1em, 0.5em);
        left: 0;
        position: absolute;
        top: 0;
    }

        .pie-wrapper .pie .half-circle {
            height: 100%;
            width: 100%;
            border: 0.1em solid #3498db;
            border-radius: 50%;
            clip: rect(0, 0.5em, 1em, 0);
            left: 0;
            position: absolute;
            top: 0;
        }

    .pie-wrapper .pie {
        clip: rect(auto, auto, auto, auto);
    }

        .pie-wrapper .pie .half-circle {
            border-color: #e9dff8;
        }

    .pie-wrapper.progress-92 .pie .left-side,
    .pie-wrapper.progress-89 .pie .left-side,
    .pie-wrapper.progress-85 .pie .left-side ,
    .pie-wrapper.progress-79 .pie .left-side {
        transform: rotate(360deg);
    }

    .pie-wrapper.progress-92 .pie .right-side {
        transform: rotate(-145deg);
    }
    .pie-wrapper.progress-89 .pie .right-side {
        transform: rotate(-130deg);
    }
    .pie-wrapper.progress-85 .pie .right-side {
        transform: rotate(-120deg);
    }
    .pie-wrapper.progress-79 .pie .right-side {
        transform: rotate(-70deg);
    }


    .pie-wrapper .shadow {
        height: 100%;
        width: 100%;
        border: 0.1em solid #f5f0f0;
        border-radius: 50%;
        box-shadow:none !important;
    }

@media only screen and (max-width: 1440px) {
    .Haircomplex {
        margin-top: 360px;
        left: 50%;
    }

    .water._2 {
        margin-left: -55%;
        margin-top: -60px;
    }
    .water._3 {
        margin-left: 35%;
        margin-right: 130px;
    }
}
@media only screen and (max-width: 1300px) {
    .shampoobg{
        padding:20px;
    }
}


@media only screen and (max-width: 1024px) {
    .shampoobg._re {
        padding: 0px;
    }
    .shampoobg._re ._list {
        margin-left: 209px;
    }

    .water._2 {
        margin-left: -55%;
        margin-top: -100px;
    }
    .water._3 {
        margin-left: auto;
        margin-right: 153px;
    }
}

@media only screen and (max-width: 768px) {
    .shampoobg, .shampoobg._re {
        padding: 0;
    }
    .slider-rewind {
        background-size: contain;
        min-height: 500px;
    }

    .section_slider {
        margin-top: 100px;
        margin-bottom: -50px;
    }

    .hairproblem div {
        height: 120px;
        width: 120px;
    }

    .hairstep-flex {
        height: 260px;
    }

    .hairstep-img img {
        width: auto;
        height: 240px;
    }

    .waterline {
        width: 300px;
        margin: 50px 0 0 -60px;
    }

        .waterline ._div {
            width: 150px;
            margin-left: 150px;
        }

        .waterline._2 {
            width: 300px;
        }

    .water._2 {
        margin-top: -50px;
    }

    .water._3 {
        margin-right: 25px;
        margin-top: -180px;
    }


    .shampoobg ._list {
        margin-top: 120px;
    }

    .shampoobg ._rightlist {
        width: 70%;
        margin-top: 90px;
    }

    ._rightlist {
        height: 220px;
    }

    .shampoobg ._rightlist._2 {
        height: 100px;
        width: 100%;
        margin-top: 120px;
        margin-bottom: 20px;
    }

    ._listbottom {
        margin-top: 0px;
        float: right;
        margin-bottom: 80px;
        width:52%;
    }
    ._listbottom div {
        width: auto;
    }

    ._listbottom div p {
        font-size: 11px;
        padding: 5px 25px 5px 0px;
        margin: 5px 10px;
    }

    ._rightlist .heading-2 {
        font-size: 16px;
    }

    ._rightlist .heading-3 {
        font-size: 14px;
    }

    ._rightlist .paragraph-1 {
        font-size: 11px;
        line-height: 12px;
    }

    ._rightlist .paragraph-2 {
        font-size: 9px;
        line-height: 12px;
    }

    ._123flex {
        padding: 10px 0px 0px 10px;
    }

        ._123flex ._1p {
            font-size: 48px;
            line-height: 50px;
            padding-right: 5px;
        }

        ._123flex ._23p {
            height: 48px;
        }

        ._123flex ._2p {
            font-size: 21px;
            line-height: 22px;
        }

        ._123flex ._3p {
            font-size: 14px;
            line-height: 16px;
        }

    .heading-1._bold {
        font-size: 21px;
        line-height: 28px;
    }
    ._123bg {
        padding: 25px 50px;
    }

    .bg123 {
        position: absolute;
        right: 0;
        margin: -5px 50px 0 0px;
    }

        .bg123 img {
           /* width: 100% !important;*/
            top:-20px;
            right:20px;
        }


    .shampoobg._re ._rightlist._left {
        margin-top: 50px;
        margin-left: 100px;
        height: 280px;
    }

        .shampoobg._re ._rightlist._left img {
            width: 100% !important
        }

    .shampoobg._re ._rightlist._left2 {
        width: 50%;
        margin-top: 80px;
        height: 220px;
        margin-bottom: 50px
    }

    .shampoobg._re ._list {
        margin-top: 80px;
        margin-right: -30px;
        float:right;
    }

        .shampoobg._re ._list p {
            font-size: 11px;
            padding: 5px 0px 5px 0px;
        }


    ._unlockbg {
        height: 150px;
        margin: 0px 0 0px 0
    }

    .unlock {
        padding: 35px 220px 20px 0px;
    }

        .unlock .heading-2 {
            font-size: 21px;
            line-height: 26px
        }

        .unlock .heading-3 {
            font-size: 16px
        }

    .reactivebg ._left {
        padding: 200px 20px 0 20px;
        width: 100%;
    }

    .reactivebg .heading-2 {
        font-size: 16px;
    }

    .reactivebg .heading-3 {
        font-size: 14px;
    }

    .reactivebg .paragraph-1 {
        font-size: 11px;
        line-height: 12px;
    }

    .reactivebg .paragraph-2 {
        font-size: 9px;
        line-height: 12px;
    }

    .reactivebg ._right {
        padding: 180px 0px 0 100px;
        width: 100%;
    }

        .reactivebg ._right ._box {
            padding: 5px 20px;
            width: 200px
        }

        .reactivebg ._right ._listbottom {
            padding: 35px 0px 0 40px;
            width: 150%;
        }

    .Re-flex-pie {
        margin: 0 0 20px 0
    }

    .pie-wrapper {
        height: 0.8em;
        width: 0.8em
    }

        .pie-wrapper .pie .half-circle {
            clip: rect(0, 0.31em, 0.8em, 0);
        }

        .pie-wrapper .label {
            bottom: 0.6em;
            font-size: 28px;
            left: 0.5em;
            top: 2em;
            width: 100px;
        }

        .pie-wrapper .label2 {
            font-size: 10px !important
        }


    .bg10-H {
        height: 600px !important
    }

    .Haircomplex {
        margin-top: 220px;
        left: 48%;
        width: 310px;
    }

    .bg10blank-1 img {
        position: absolute;
        max-width: 730px;
    }

    .Haircomplex .paragraph-1-black {
        font-size: 10px;
    }

    .smallbox div {
        padding: 5px 1px;
        font-size: 10px;
    }
}

    @media only screen and (max-width: 430px) {

        .slider-rewind {
            background-size: contain;
            min-height: 300px;
        }

        .section_slider {
            margin-top: 80px;
            margin-bottom: -60px;
        }

        .slider-heading-Rewindbox {
            top: 30px;
        }

        .slider-heading-Rewind-left {
            width: 100px;
        }

            .slider-heading-Rewind-left img {
                width: 100%;
            }

        .slider-heading-Rewind {
            font-size: 9pt;
        }

        .hairproblem {
            display: flex;
            flex-direction: row;
            align-content: center;
            align-items: stretch;
            flex-wrap: wrap;
        }

            .hairproblem div {
                height: 150px;
                width: 150px;
                margin: 10PX;
            }

            .hairproblem ._cover {
                margin: 0;
            }

        .hairstep-img img {
            width: auto;
            height: 150px;
        }

        .hairstep ._title {
            font-size: 14pt;
        }

        .hairstep ._list p {
            font-size: 9pt;
            line-height: 19px;
        }

            .hairstep ._list p em {
                font-size: 8pt;
                line-height: 16px;
            }

        .hairstep-flex {
            height: 170px;
        }


        .waterline {
            width: 200px;
            margin: 50px 0 0 -60px;
        }

            .waterline ._div {
                width: 75px;
                margin-left: 125px;
            }

            .waterline._2 ._div {
                width: 75px;
                margin-left: 0px;
            }

            .waterline._2 {
                width: 150px;
            }

            .waterline ._p {
                font-size: 9px;
                padding: 5px 0 0 70px;
            }

            .waterline._2 ._p {
                font-size: 9px;
                padding: 5px 0 0 0px;
            }

        .water._2 {
            margin-top: -40px;
            /*  margin-left: -40%;*/
        }

        .water._3 {
            margin-left: 65%;
            margin-top: -180px;
        }

        ._drop {
            width: 88px;
            height: 92px;
        }

            ._drop:before {
                border-width: 0 33px 40px 34px;
                top: -24px;
                left: 11px;
            }

            ._drop p {
                font-size: 10px;
                line-height: 14px;
                padding: 30px 0 0 0;
            }


        .shampoobg ._list {
            margin-top: 80px;
        }

            .shampoobg ._list p {
                font-size: 9px;
                padding: 5px 5px 0px 0px;
            }

        .shampoobg ._rightlist {
            width: 60%;
            margin-top: 50px;
        }

        ._rightlist {
            height: 180px;
        }

            ._rightlist._2 {
                height: 120px;
            }

        .shampoobg ._rightlist._2 {
            width: 90%;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        ._listbottom {
            margin-top: 0px;
            margin-bottom: 20px;
            width: 58.33333%;
            margin-left:42%;
        }
            ._listbottom div {
                width: 48%;
            }

            ._listbottom div p {
                font-size: 8px;
                padding: 5px 1px 5px 0px;
                margin: 5px 1px;
            }


        ._rightlist .heading-3._bold {
            font-size: 12px;
        }

        ._rightlist .heading-3 {
            font-size: 8px;
        }

        ._rightlist .paragraph-1 {
            font-size: 7px;
            line-height: 10px;
        }

        ._rightlist .paragraph-2 {
            font-size: 6px;
            line-height: 10px;
        }

        .shampoobg ._rightlist ._box {
            font-size: 9px;
            padding: 5px 0px;
            width: 120px;
        }

        ._123flex {
            padding: 10px 0px 0px 3px;
        }

            ._123flex ._1p {
                font-size: 32px;
                line-height: 34px;
                padding-right: 3px;
            }

            ._123flex ._23p {
                height: 32px;
            }

            ._123flex ._2p {
                font-size: 14px;
                line-height: 16px;
            }

            ._123flex ._3p {
                font-size: 9px;
                line-height: 9px;
            }

        ._123bg {
            padding: 20px 0px;
        }

        .heading-1._bold {
            font-size: 16px;
            line-height: 18px;
        }
        .bg123 {
            margin: -0px 10px 0 0px;

        }
        ._123top{
            padding:0;
        }

        .bg123 img {
            width: 150px !important;
            right:0px;
            
            /*        width: 150px !important;*/
        }

        .shampoobg._re ._rightlist._left {
            width: 100%;
            margin-top: 40px;
            margin-left: 50px;
            height: 150px;
            margin-bottom: 50px;
        }

            .shampoobg._re ._rightlist._left img {
                width: 60% !important
            }

        .shampoobg._re ._rightlist._left2 {
            width: 60%;
            margin-top: 0px;
            height: 150px;
        }

        .shampoobg._re ._list {
            margin-top: 55px;
            margin-left: 0px;
        }

            .shampoobg._re ._list p {
                font-size: 7px
            }

        ._unlockbg {
            height: 80px;
            margin: 0px 0 10px 0
        }

        .unlock {
            padding: 20px 150px 15px 0px
        }

            .unlock .heading-2 {
                font-size: 12px;
                line-height: 16px
            }

            .unlock .heading-3 {
                font-size: 10px
            }

        .reactivebg ._left {
            padding: 130px 20px 0 20px;
            width: 100%;
        }

        .reactivebg .heading-3 ._bold {
            font-size: 12px;
        }

        .reactivebg .heading-3 {
            font-size: 8px;
        }

        .reactivebg .paragraph-1 {
            font-size: 7px;
            line-height: 10px;
        }

        .reactivebg .paragraph-2 {
            font-size: 6px;
            line-height: 10px;
        }

        .reactivebg ._right {
            padding: 100px 0px 0 50px;
            width: 100%;
        }

            .reactivebg ._right ._box {
                padding: 5px 5px;
                width: 120px;
                font-size: 9px;
            }

            .reactivebg ._right ._listbottom2 {
               margin-left:-100%
            }
                .reactivebg ._right ._listbottom2 div {
                    width: auto;
                }

        .reactivebg .I3min {
            margin-top: 0px
        }
                .reactivebg ._right ._listbottom2 p {
                    font-size: 7px;
                    margin: 0 10px;
                    width: 90px;
                }

            .reactivebg ._left div, .reactivebg ._right div {
                padding: 2px 0;
            }


        .Re-flex-pie {
            margin: 0 0 20px 0px
        }

        .pie-wrapper {
            height: 0.5em;
            width: 0.5em;
            margin: 5px 15px;
        }

            .pie-wrapper .pie .half-circle {
                clip: rect(0, 0.25em, 0.5em, 0);
                border: 0.05em solid #e9dff8
            }

            .pie-wrapper .label {
                bottom: 0.6em;
                font-size: 21px;
                left: -0.5em;
                top: 1.5em;
                width: 100px;
            }

            .pie-wrapper .label2 {
                font-size: 6px !important;
                line-height: 22px
            }

        .pieimg {
            width: 150% !important;
            margin: 10px 0 0 -20px;
            background: #fff
        }



        .bg10-H {
            height: 350px !important
        }

            .bg10-H .heading-2 {
                font-size: 12px
            }

            .bg10-H .heading-3.w-50 {
                font-size: 9px;
                line-height: 12px;
                width: 80% !important
            }

            .bg10-H .heading-3 {
                font-size: 9px;
                line-height: 16px;
            }

        .Haircomplex {
            margin-top: 125px;
            width: 175px;
        }

            .Haircomplex .heading-3 {
                font-size: 10px;
                line-height: 12px
            }

            .Haircomplex .heading-2._bold {
                font-size: 11px;
                line-height: 14px
            }

        .bg10blank-1 {
            margin-top: 10px
        }

            .bg10blank-1 img {
                position: absolute;
                max-width: 400px;
            }

        .Haircomplex .paragraph-1-black {
            font-size: 6px;
        }

        .smallbox div {
            padding: 5px 3px;
            font-size: 6px;
            margin-top: -10px
        }

        .heading-3 {
            font-size: 11px;
        }

        .paragraph-1 div {
            font-size: 16pt;
            margin: 10px
        }

            .paragraph-1 div p {
                font-size: 11pt;
                margin: 0
            }

        .cardbox {
            font-size: 12px
        }
    }


    @media only screen and (max-width: 376px) {


        .paragraph-1 div {
            font-size: 14pt;
            margin: 5px
        }

            .paragraph-1 div p {
                font-size: 9pt;
                margin: 0
            }

        .cardbox {
            font-size: 11px
        }

        .slider-rewind {
            max-height: 260px
        }

        .section_slider {
            margin-bottom: -100px
        }

        .hairstep-img img {
            width: auto;
            height: 100px;
        }

        .waterline ._p {
            font-size: 8px;
        }

        .waterline._2 ._p {
            font-size: 8px;
            width: 140px;
        }

        .waterline._3 {
            margin: 60px 0 0 -60px;
        }

        .water {
            margin-left: 30%;
            display: flex;
        }

            .water._2 {
                margin-top: -40px;
                margin-left: 0;
                margin-right: 230px;
            }

            .water._3 {
                margin-right: 0px;
                margin-top: -50px;
            }

        .waterline._2 {
            margin: 50px 0 0 0px;
            width: 200px;
        }

        ._drop {
            width: 80px;
            height: 88px;
        }

            ._drop:before {
                border-width: 0 32px 40px 28px;
                top: -25px;
                left: 10px;
            }

            ._drop p {
                font-size: 9px;
                line-height: 11px;
                padding: 30px 0 0 0;
            }

            ._drop._2 {
                margin: 50px -100px 0 -50px;
            }



        .shampoobg ._list {
            margin-top: 60px;
        }

            .shampoobg ._list p {
                font-size: 8px;
                padding: 5px 5px 0px 0px;
            }

        .shampoobg ._rightlist {
            width: 70%;
            margin-top: 40px;
            margin-right: -12%;
        }

        ._rightlist {
            height: 160px;
        }

        .shampoobg ._rightlist._2 {
            width: 100%;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        ._listbottom {
            margin-top: 0px;
            width:60% !important;
           
        }
            /*._listbottom div {
                margin-top: 0px;
                width: 100%;
                margin-left: 10%;
            }*/

            ._listbottom div p {
                font-size: 7px;
               
            }


        ._rightlist .heading-3._bold {
            font-size: 12px;
        }

        ._rightlist .heading-3 {
            font-size: 8px;
        }

        ._rightlist .paragraph-1 {
            font-size: 7px;
            line-height: 10px;
        }

        ._rightlist .paragraph-2 {
            font-size: 6px;
            line-height: 10px;
        }

        .shampoobg ._rightlist ._box {
            font-size: 9px;
            padding: 5px 0px;
            width: 120px;
        }


        ._rightlist .heading-3._bold {
            font-size: 11px;
        }

        ._rightlist .paragraph-1 {
            padding: 0px 2px;
        }

        ._rightlist .paragraph-2 {
            font-size: 6px;
            line-height: 8px;
        }

        .reactivebg ._right ._listbottom2 {
            margin-left: -180%
        }

            .reactivebg ._right ._listbottom2 div {
                width: auto;
            }

        .shampoobg ._rightlist ._box {
            font-size: 8px;
            padding: 5px 0px;
            width: 100px;
        }


        ._123flex {
            padding: 10px 0px 0px 3px;
        }

            ._123flex ._1p {
                font-size: 32px;
                line-height: 34px;
                padding-right: 3px;
            }

            ._123flex ._23p {
                height: 24px;
            }

            ._123flex ._2p {
                font-size: 14px;
                line-height: 16px;
            }

            ._123flex ._3p {
                font-size: 9px;
                line-height: 9px;
            }

        ._123bg {
            padding: 5px 25px;
        }

            ._123bg .heading-2 {
                font-size: 14px;
                line-height: 18px
            }

        .bg123 {
            position: absolute;
            right: 0px;
            margin: 15px 0px 0 0px;
        }

            .bg123 img {
                width: 130px !important;
            }

        .shampoobg._re ._rightlist._left {
            width: 120%;
            margin-top: 3px;
            margin-left: 0px;
            height: 150px;
            padding-top: 20px
        }

        .shampoobg._re ._rightlist._left2 {
            width: 70%;
            margin-top: 0px;
            height: 130px;
            margin-bottom: 0px
        }

        .shampoobg._re ._rightlist._left img {
            width: 50% !important;
            margin-right: auto;
        }

        .shampoobg ._rightlist ._box {
            font-size: 6px;
            padding: 2px 0px;
        }

        .shampoobg._re ._list {
            margin-top: 45px;
            margin-left: 0px;
        }

            .shampoobg._re ._list p {
                font-size: 7px;
                padding: 0px 0px;
            }

        ._unlockbg {
            margin: 40px 0 0px 0;
        }
        .unlock {
            padding: 20px 100px 10px 0px
        }

            .unlock .heading-2 {
                font-size: 12px;
                line-height: 16px
            }

            .unlock .heading-3 {
                font-size: 10px
            }

        .bg10-H {
            height: 300px !important;
        }

            .bg10-H .heading-2 {
                font-size: 12px
            }

            .bg10-H .heading-3.w-50 {
                font-size: 7px;
                line-height: 12px;
                width: 60% !important
            }

            .bg10-H .heading-3 {
                font-size: 9px;
                line-height: 16px;
            }

        .Haircomplex {
            margin-top: 100px;
            width: 150px;
        }

            .Haircomplex .heading-3 {
                font-size: 9px;
                line-height: 11px
            }

            .Haircomplex .heading-2._bold {
                font-size: 10px;
                line-height: 12px
            }

        .bg10blank-1 {
            margin-top: 10px
        }

            .bg10blank-1 img {
                position: absolute;
                max-width: 350px;
            }

        .Haircomplex .paragraph-1-black {
            font-size:5px;
        }

        .smallbox div {
            padding: 5px 3px;
            font-size: 4.5px;
            margin-top: -10px
        }
    }


.pie-wrapper.progress-92 ._animated {
    transform: rotate(-145deg);
    animation-name: pie92;
    animation-duration: 4s;
}

.pie-wrapper.progress-89 ._animated {
    animation-name: pie89;
    animation-duration: 4s;
}

.pie-wrapper.progress-85 ._animated {
    animation-name: pie85;
    animation-duration: 4s;
}

.pie-wrapper.progress-79 ._animated {
    animation-name: pie79;
    animation-duration: 4s;
}

    @keyframes pie92 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-145deg);
        }
    }

    @keyframes pie89 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-130deg);
        }
    }

    @keyframes pie85 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-120deg);
        }
    }

    @keyframes pie79 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-70deg);
        }
    }

#nature {
    margin: 0 auto;
}

.nature10 {
    position: relative;
}

    .nature10 > div {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .nature10 img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 3% auto;
        box-sizing: border-box;
    }


    .nature10 .rw1-2 {
        /*animation: down 1s ease alternate;*/
    }
    .nature10 .rw1-3 {
        /*animation: down 1.5s ease alternate; */
    }
    .nature10 .rw1-4 {
       /* animation: down 2s ease alternate;  */
    }


@keyframes rw {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }

}

@keyframes down {
    0% {
        transform: translateY(-300px);
    }

    50% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
    }
}

.nature10 .rwd0 {
    animation: downp 20s ease alternate;
}

.nature10 .rwd1 {
    animation: downp 20s ease alternate;
}
.nature10 .rwd2 {
    animation: downp 20s ease alternate;
}
.nature10 .rwd3 {
    animation: downp 20s ease alternate;
}
@keyframes downp {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }

}

.nature10 .rw5 {
    animation: rw5 19s ease infinite;
}


@keyframes rw5 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(-40px);
    }
}


@media only screen and (max-width: 430px) {

    @keyframes rw5 {
        0% {
            transform: translateX(0px);
        }

        50% {
            transform: translateX(-10px);
        }

        100% {
            transform: translateX(-20px);
        }
    }

}
