﻿@font-face {
    font-family: 'Signatura monoline Script';
    src: url('../font/Signatura Monoline.ttf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Almairah 03';
    src: url('../font/Almairah/Almairah_03.ttf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Metropolis;
    src: url('../font/Metropolis-Regular.otf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url('../font/Poppins-Regular.ttf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: BLACKHAWK;
    src: url('../font/BLACKHAWK.ttf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Good brush';
    src: url('../font/Good Brush.ttf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('../font/Lato-Regular.ttf');
    /*src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/on-air-regular-webfont.woff') format('woff'), url('fonts/on-air-regular-webfont.ttf') format('truetype'), url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}



.section.relative {
    position: relative;
}

.section.bottom-padding.top.menu {
    overflow: visible;
    padding-top: 160px;
    position: relative;
    height: auto;
    margin-bottom: 0px;
}

.major._1.clarity {
    background-image: url(../images/products/major/clarity1.jpg);
    background-position: 85% 50%;
}
.major._2.clarity {
    background-image: url(../images/products/major/clarity2.jpg);
    background-position: 0% 0%;
    background-size: 300px;
}
.major._3.clarity {
    background-image: url(../images/products/major/clarity3.jpg);
    background-size: cover;
}
.major._4.clarity {
    background-image: url(../images/products/major/clarity4.jpg);
    background-position: 40% 50%;
    background-size: 260px;
}
.major._5.clarity {
    background-image: url(../images/products/major/clarity5.jpg);
    background-position: 50% 60%;
}
.major._6.clarity {
    background-image: url(../images/products/major/clarity6.jpg);
}

.major._7.clarity {
    background-image: url(../images/products/major/clarity7.png);
}

.major._8.clarity {
    background-image: url(../images/products/major/clarity8.png);
    background-position: 60% 0%;
}

.flex {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
}

.left-medium-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tandem-column {
    position: relative;
    width: 60%;
    height: 600px;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.absolute-tandem {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.graph-warapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.image-8._2.am {
    position: absolute;
    left: 40%;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 22%;
}

.image-11 {
    position: absolute;
    width: 50%;
}
.image-16 {
    width: auto;
    height: auto;
    padding: 10px;
}


.image-17 {
    position: absolute;
    left: auto;
    top: -23%;
    right: 0%;
    bottom: 0%;
}

    .image-17.multiply._1.em {
        left: auto;
        top: auto;
        right: -14%;
        bottom: auto;
        z-index: -1;
        width: 800px;
        height: 550px;
        background-color: #ddd5f1;
        background-image: url(../images/products/totalem/em_right.jpg);
        margin-top: -400px;
    }

    .image-17._1 {
        left: 31%;
        top: auto;
        right: auto;
        bottom: auto;
        z-index: -1;
    }

    .image-17._2 {
        left: 5%;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .image-17._3 {
        left: 19%;
        top: auto;
        right: auto;
        bottom: auto;
        margin-top: -100px;
    }

    .image-17._4 {
        left: auto;
        top: auto;
        right: -28%;
        bottom: auto;
        z-index: 0;
        width: 800px;
        -webkit-transform: rotateX( 0deg ) rotateY( 180deg ) rotateZ( 0deg );
        transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        margin-top: -400px;
    }


.div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

    .div-block-4.reg {
        padding-bottom: 10px;
    }

        .div-block-4.reg._18pt {
            height: 70px;
            padding-top: 20px;
            padding-bottom: 20px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .div-block-4.reg.e {
            height: 70px;
        }

    .div-block-4.nobottom {
        padding-bottom: 0px;
    }

.div-block-44 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .div-block-44.am {
        margin-bottom: 60px;
        padding-left: 0px;
    }

    .div-block-44.left {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .div-block-44.left.bottom {
            left: 0%;
            top: auto;
            right: auto;
            bottom: 0%;
            padding-left: 60px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .div-block-44.top {
        position: absolute;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-block-44.right {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        padding-right: 20px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .div-block-44.right.bottom {
            left: auto;
            top: auto;
            right: 0%;
            bottom: 0%;
            margin-right: 0px;
            padding-right: 60px;
            padding-left: 0px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

.div-block-10 {
    height: auto;
    min-height: 600px;
    min-width: auto;
    margin-right: 20px;
    padding-right: 0px;
    background-image: url(../images/company.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90%;
    height: 300px;
    margin-top: 80px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    box-shadow: 1px 1px 14px -5px #b6b6b6;
}

.div-block-12 {
    padding-top: 60px;
}


.text-block {
    display: block;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}

    .text-block.number {
        display: inline;
        padding-right: 10px;
        font-weight: 300;
    }

        .text-block.number.reg._18pt {
            max-width: none;
            min-width: 30px;
            padding-right: 0px;
        }

        .text-block.number.reg.fix {
            width: auto;
            min-width: 130px;
            padding-right: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            text-transform: capitalize;
        }

    .text-block._20px {
        color: #231f20;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .text-block._20px.box {
            padding-left: 220px;
            line-height: 30px;
            text-transform: none;
        }

        .text-block._20px.king {
            margin-bottom: 100px;
        }

    .text-block.reg {
        font-size: 13px;
        font-weight: 400;
    }

        .text-block.reg.white {
            color: #fff;
        }

        .text-block.reg._18pt {
            font-size: 18px;
            line-height: 21px;
            text-transform: capitalize;
        }

        .text-block.reg._21px {
            font-size: 21px;
            text-transform: uppercase;
        }

            .text-block.reg._21px.right-space {
                margin-right: 20px;
            }

    .text-block._20px {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 36px;
        font-weight: 400;
    }

        .text-block._20px.center {
            margin-top: 20px;
            text-align: center;
        }

.box_purple {
    margin-top: 0px;
    background-color: #7c5193;
    padding: 100px;
}

.text-block-4 {
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.text-block-5 {
    margin-bottom: 40px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}

    .text-block-5.nomargin {
        margin-bottom: 0px;
        font-size: 20px;
    }

        .text-block-5.nomargin.white {
            color: #fff;
        }

        .text-block-5.nomargin.without {
            margin-bottom: 0px;
            text-transform: uppercase;
        }

        .text-block-5.nomargin._200px {
            max-width: 250px;
            text-align: left;
        }

        .text-block-5.nomargin.pink {
            margin-left: 10px;
            text-transform: uppercase;
        }

            .text-block-5.nomargin.pink.center {
                margin-left: 0px;
            }

    .text-block-5.purple {
        margin-top: 40px;
        margin-bottom: 20px;
        color: #7c5193;
    }

        .text-block-5.purple.center {
            margin-top: 60px;
            text-transform: uppercase;
        }

    .text-block-5.white {
        color: #fff;
    }

    .text-block-5.center {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .text-block-5.e {
        margin-bottom: 10px;
    }

    .text-block-5.lightpurple {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #997cb5;
        text-align: center;
        text-transform: uppercase;
    }



.text-block-7 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-family: 'Signatura monoline Script', sans-serif;
    font-size: 80px;
    line-height: 25px;
    text-align: right;
    text-transform: capitalize;
}

    .text-block-7.smaller {
        font-size: 50px;
        line-height: 25px;
    }

.div-block-18.clarity {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("https://assets.website-files.com/5f20ea02d1a2143cf30fd36d/5f20ea02d1a2141cb30fd41b_icon20.png");
    background-position: 50% 50%;
    background-size: 300px;
    -webkit-transform: translate3d(0px, 0px, 200px);
    transform: translate3d(0px, 0px, 200px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-weight:600;
}

.div-block-18.outline {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #221f1f;
    background-color: transparent;
    background-image: url(https://assets.website-files.com/5f20ea0…/5f20ea0…_am5.png);
    background-position: 50% 50%;
    background-size: cover;
}

    .div-block-18.outline._1 {
        background-image: url(../images/products/am/icon01.png);
    }

    .div-block-18.outline._2 {
        background-image: url(../images/products/am/icon02.png);
    }

    .div-block-18.outline._3 {
        background-image: url(../images/products/am/icon03.png);
    }



.div-block-18.clarity.outline {
    position: relative;
    z-index: 1;
    width: 400px;
    height: 400px;
    margin: 0px 0px 60px;
    border-color: #c6d5ed;
    border-radius: 50%;
    background-image: none;
    -webkit-transform: translate3d(0px, 0px, 50px);
    transform: translate3d(0px, 0px, 50px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

        .div-block-18.clarity.outline._1 {
            position: relative;
            top: auto;
            bottom: auto;
            width: 380px;
            height: 380px;
            margin-bottom: 0px;
            border-width: 3px;
            background-color: transparent;
            -webkit-transform: translate3d(0px, 0px, 50px);
            transform: translate3d(0px, 0px, 50px);
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

    .div-block-18.clarity._1.circle {
        position: absolute;
        top: -35%;
        bottom: auto;
        border-style: solid;
        border-width: 10px;
        border-color: #c6d5ed;
        background-color: #7f9fd2;
        background-image: none;
        -webkit-transform: translate3d(0px, 0px, 100px);
        transform: translate3d(0px, 0px, 100px);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .div-block-18.clarity._2.circle {
        left: 70%;
        bottom: -20%;
        border-style: solid;
        border-width: 10px;
        border-color: #c6d5ed;
        background-color: #7f9fd2;
        background-image: none;
        -webkit-transform: translate3d(0px, 0px, 100px);
        transform: translate3d(0px, 0px, 100px);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .div-block-18.clarity._3.circle {
        right: 70%;
        bottom: -20%;
        border-style: solid;
        border-width: 10px;
        border-color: #c6d5ed;
        background-color: #7f9fd2;
        background-image: none;
        -webkit-transform: translate3d(0px, 0px, 100px);
        transform: translate3d(0px, 0px, 100px);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }


.percentage {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-family: Metropolis, sans-serif;
    font-size: 40px;
}

    .percentage.w {
        font-family: Lato, sans-serif;
        color: #7f9fd2;
        font-size: 30px;
        line-height: 30px;
        font-weight: 400;
    }

        .percentage.w.white {
            -webkit-transform: translate3d(0px, 0px, 150px);
            transform: translate3d(0px, 0px, 150px);
            color: #fff;
            font-size: 25px;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

.div-block-59 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
}

.div-block-63 {
    position: relative;
    top: -100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}



.div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .div-block-71.left-align {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }


.div-block-72 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 400px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #886caa;
    opacity: 0.74;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}

.div-block-72:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(159, 137, 185, 0.5)), to(rgba(159, 137, 185, 0.5))), url(/images/health_skin/step1.jpg);
    background-image: linear-gradient( 180deg, rgba(159, 137, 185, 0.5), rgba(159, 137, 185, 0.5)), url(/images/health_skin/step1.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 1;
    background-clip: border-box;
}


    .div-block-72._2 {
        right: 25px;
        background-color: #431479;
    }

        .div-block-72._2:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(134, 101, 171, 0.5)), to(rgba(134, 101, 171, 0.5))), url("/images/health_skin/step3.jpg");
            background-image: linear-gradient(180deg, rgba(134, 101, 171, 0.5), rgba(134, 101, 171, 0.5)), url("/images/health_skin/step3.jpg");
            background-position: 0px 0px, 100% 50%;
            background-size: auto, cover;
        }

    .div-block-72._1 {
        right: -25px;
        -webkit-transition: opacity 500ms ease-in-out;
        transition: opacity 500ms ease-in-out;
    }

        .div-block-72._1:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(159, 137, 185, 0.5)), to(rgba(159, 137, 185, 0.5))), url("/images/health_skin/step2.png");
            background-image: linear-gradient(180deg, rgba(159, 137, 185, 0.5), rgba(159, 137, 185, 0.5)), url("/images/health_skin/step2.png");
            background-position: 0px 0px, 50% 50%;
            background-size: auto, cover;
        }

.div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-74 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.div-block-75 {
    position: relative;
    top: -11px;
    height: 170vh;
    margin-top: -68px;
    background-image: url(/images/health_skin/block-75.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


.icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    background-image: url("/images/health_skin/icon0.png");
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #7c5193;
    font-size: 100px;
}

    .icon._1 {
        border-radius: 100%;
        background-image: url("/images/health_skin/icon01.png");
        background-position: 50% 0%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .icon._2 {
        background-image: url("/images/health_skin/icon02.png");
    }

    .icon._3 {
        background-image: url("/images/health_skin/icon03.png");
    }

    .icon._4 {
        background-image: url("/images/health_skin/icon04.png");
    }

    .icon._5 {
        background-image: url("/images/health_skin/icon05.png");
    }

    .icon._6 {
        background-image: url("/images/health_skin/icon06.png");
    }

    .icon._7 {
        background-image: url("/images/health_skin/icon07.png");
    }
    .icon._8 {
        background-image: url("/images/health_skin/icon1.png");
    }

    .icon._9 {
        background-image: url("/images/health_skin/icon2.png");
    }

    .icon._10 {
        background-image: url("/images/health_skin/icon3.png");
    }
    .icon._11 {
        background-image: url("/images/health_skin/icon4.png");
    }
.paragraph-3 {
    margin-bottom: 20px;
    padding-right: 0px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
    .paragraph-3.center {
        text-align:center
    }
.paragraph-3.pink {
    max-width: 250px;
    margin-top: 10px;
    color: #f18c9c;
}

    .paragraph-3.am {
        max-width: 200px;
        margin-bottom: 0px;
        text-align: left;
    }

.text-block-20 {
    position: absolute;
    -webkit-transform: translate3d(0px, 0px, 200px);
    transform: translate3d(0px, 0px, 200px);
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .text-block-20.big {
        position: static;
        padding-bottom: 20px;
        font-size: 35px;
    }


.text-block-21 {
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.text-block-25 {
    display: block;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}

    .text-block-25.number {
        display: inline;
        padding-right: 10px;
        font-weight: 300;
    }

    .text-block-25.purple {
        color: #7c5191;
        text-align: center;
    }

    .text-block-25.center {
        text-align: center;
    }
.line._3pt {
    width: 20%;
    height: 3px;
    margin-bottom: 30px;
}
.line._3pt.ab {
    position: absolute;
    left: -97px;
    top: 15px;
    width: 30%;
}

.image-5 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: 100%;
    height: 130%;
    background-image: url(../images/products/graph/clarity.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

    .image-5.multiply {
        height: 100%;
        background-color: #f7d2e2;
        opacity: 0.8;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .image-5.multiply.purple {
        background-color: #ddd5f1;
    }

.multiply {
    background-blend-mode: multiply;
}



.image-5.multiply {

    opacity: 0.8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.line.long.bg {
    position: absolute;
    top: 303px;
    height: 2px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .line.long.bg.dashed {
        top: 90px;
        width: 70%;
        height: 1px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: none none dashed;
        border-width: 1px 1px 2px;
        border-color: #000;
        background-color: transparent;
    }

.circle2 {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-style: none;
    border-width: 3px;
    border-color: #dfd5e2;
    border-radius: 50%;
    background-color: #dfd5e2;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

    .circle2.small {
        width: 100px;
        height: 100px;
        margin-top: 20px;
        background-color: #fff;
        background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
        background-position: 50% 50%;
        background-size: 125px;
    }

        .circle2.small._1 {
            background-image: url("https://assets.website-files.com/5f20ea02d1a2143cf30fd36d/5f20ea02d1a2145d1e0fd403_icon11.png");
            background-size: 100px;
            background-repeat: no-repeat;
        }

        .circle2.small._2 {
            background-image: url("https://assets.website-files.com/5f20ea02d1a2143cf30fd36d/5f20ea02d1a214b2400fd401_icon10.png");
            background-size: 75px;
            background-repeat: no-repeat;
        }

        .circle2.small._3 {
            background-image: url("https://assets.website-files.com/5f20ea02d1a2143cf30fd36d/5f20ea02d1a21412c10fd404_icon9.png");
            background-size: 80px;
            background-repeat: no-repeat;
        }

        .circle2.small._4 {
            background-image: url("../images/products/graph/icon01.png");
            background-size: 50px;
            background-repeat: no-repeat;
        }

        .circle2.small._5 {
            background-image: url("../images/products/graph/icon02.png");
            background-size: 55px;
            background-repeat: no-repeat;
        }

        .circle2.small._6 {
            background-image: url("../images/products/graph/icon03.png");
            background-size: 55px;
            background-repeat: no-repeat;
        }


.map {
    width: 100%;
    height: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact {
    margin-bottom: 60px;
    padding-right: 200px;
    padding-left: 200px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
}

.text-block-19 {
    font-family: Metropolis, sans-serif;
    font-size: 21px;
    line-height: 30px;
}
.middleline {
    position: absolute;
    left: 50%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 1px;
    height: 100%;
    background-color: #231f20;
}

.heading {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .heading.sub {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 15px;
        letter-spacing: 0px;
    }

.heading-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Metropolis, sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
    .heading-3.ceo {
        padding: 50% 10%;
    }

.heading-4 {
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.heading-clarity {
    padding-bottom: 60px;
    padding-right: 100px;
    padding-left: 100px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    position: absolute;
    z-index: 1
}


.heading-4.a.link {
    color: #7c5193;
}


.heading-4.white {
    padding-right: 20px;
    padding-left: 20px;
}

.heading-4.center {
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 25px;
}

.heading-4.e {
    margin-bottom: 60px;
}

.heading-5 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    overflow: visible;
    font-family: 'Signatura monoline Script', sans-serif;
    color: #edaf89;
    font-size: 520px;
    line-height: 150px;
    font-weight: 400;
    text-shadow: -1px 0 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff;
}

.heading-6 {
    position: absolute;
    z-index: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.5;
    -webkit-transform: translate3d(0px, 0px, 50px);
    transform: translate3d(0px, 0px, 50px);
    font-family: Metropolis, sans-serif;
    color: rgba(241, 230, 255, 0.3);
    font-size: 250px;
    line-height: 100px;
    font-style: italic;
    font-weight: 600;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.heading-11 {
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

    .heading-11.e {
        margin-bottom: 0px;
    }

        .heading-11.e.white {
            position: relative;
            z-index: 2;
            color: #fff;
        }


.heading-12 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

.heading-12.purple {
    color: #997cb5;
}

.heading-12.white,.heading-4.white {
   color:#fff
}

    .heading-12.white.center, .heading-4.white.center {
        text-align:center
    }

.heading-13 {
    margin-bottom: 20px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-weight: 400;
    text-transform: uppercase;
}

.heading-13.al {
    font-family: 'Almairah 03', sans-serif;
    color: #7c5198;
    font-size: 40px;
    text-transform: capitalize;
}

.subheading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: -1px 0 0 #231f20, 0 1px 0 #231f20, 1px 0 0 #231f20, 0 -1px 0 #231f20;
}


.heading-14 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

    .heading-14.left-align {
        margin-top: 0px;
        padding-right: 0px;
        line-height: 40px;
        text-align: left;
    }

    .heading-14.right-align {
        text-align: right;
    }


.heading.rt {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

    .heading.rt.gb {
        width: 50%;
        -webkit-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        font-family: 'Good brush', sans-serif;
        font-size: 150px;
        line-height: 100px;
        text-align: center;
    }

        .heading.rt.gb.small {
            font-size: 100px;
        }

        .heading.rt.gb.med {
            font-size: 130px;
        }



.paragraph-4 {
    margin-bottom: 20px;
    padding-right: 0px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

    .paragraph-4.left {
        color: #231f20;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    .paragraph-4.right-align {
        color: #231f20;
        text-align: right;
    }

._50 {
    width: 50%;
}


.paragraph-3 {
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

    .paragraph-3.left {
        font-size: 14px;
        line-height: 25px;
    }

    .paragraph-3.bottompadding.left{
        margin:0px;
    }

.column-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 80vh;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffd898;
}

    .column-32._2 {
        background-color: #c5c2df;
    }

    .column-32._3 {
        background-color: #f7b187;
    }

    .column-32._4 {
        background-color: #d2bae0;
    }

    .column-32._5 {
        background-color: #c598d5;
    }

.column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    width: 250px;
    height: 250px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #997cb5;
}



.div-block-18.p {
    width: 180px;
    height: 180px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.image-8 {
    position: absolute;
    left: auto;
    top: -91%;
    right: -5%;
    bottom: 0%;
    z-index: 2;
}

    .image-8.multiply {
        background-color: #dfd5e2;
        background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .image-8.multiply._7 {
        left: auto;
        top: auto;
        right: 10%;
        bottom: -9%;
        z-index: 0;
        width: 200px;
        height: 180px;
        background-color: #ddd5f1;
        background-image: url(../images/products/totaldx/rashpberry.jpg);
        background-position: 50% 50%;
        margin: -350px 0;
    }

        .image-8.multiply._8 {
            left: auto;
            top: auto;
            right: 3%;
            bottom: 0%;
            z-index: 0;
            width: 100px;
            height: 100px;
            background-color: #ddd5f1;
            background-image: url(../images/products/totaldx/leaf.jpg);
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin: -200px 0;
        }

        .image-8.multiply._11 {
            left: -2%;
            top: auto;
            right: auto;
            bottom: 0%;
            z-index: 0;
            width: 220px;
            height: 200px;
            background-color: #ddd5f1;
            background-image: url(../images/products/totaldx/rashpberry2.jpg);
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin: -300px 0;
        }


        .image-8.multiply._10 {
            left: 9%;
            top: auto;
            right: auto;
            bottom: auto;
            z-index: 0;
            width: 120px;
            height: 70px;
            background-color: #ddd5f1;
            background-image: url(../images/products/totaldx/leaf3.jpg);
            margin: -100px 0;
        }

        .image-8.multiply._9 {
            left: -1%;
            top: auto;
            right: auto;
            bottom: 7%;
            z-index: 0;
            width: 180px;
            height: 300px;
            background-color: #ddd5f1;
            background-image: url(../images/products/totaldx/leaf2.jpg);
            -webkit-transform: rotate( 31deg );
            -ms-transform: rotate(31deg);
            transform: rotate(31deg);
            margin: -800px 0;
        }

        .image-8.multiply._3 {
            left: 1%;
            top: auto;
            right: auto;
            bottom: auto;
            z-index: -1;
            width: 200px;
            height: 130px;
            background-color: #ddd5f1;
            background-image: url(../images/products/totaldx/leaf4.jpg);
            margin-top: -350px;
        }

        .image-8.multiply._4 {
            left: 74%;
            top: auto;
            right: auto;
            bottom: auto;
            z-index: -1;
            width: 150px;
            height: 150px;
            background-color: #ddd5f1;
            background-image: url(../images/products/totaldx/leaf5.jpg);
            -webkit-transform: rotateX( 0deg ) rotateY( 180deg ) rotateZ( 146deg );
            transform: rotateX(0deg) rotateY(180deg) rotateZ(146deg);
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            margin-top: -100px;
        }

.text-block-8 {
    position: absolute;
    top: auto;
    bottom: auto;
    z-index: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: translate3d(0px, 0px, 200px);
    transform: translate3d(0px, 0px, 200px);
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center
}

    .text-block-8.big {
        z-index: 2;
        -webkit-transform: skew( -18deg, 0deg );
        -ms-transform: skew(-18deg, 0deg);
        transform: skew(-18deg, 0deg);
        font-family: BLACKHAWK, sans-serif;
        font-size: 65px;
        line-height: 65px;
        font-weight: 900;
    }

    .text-block-8.dark {
        color: #231f20;
        font-size: 21px;
        line-height: 30px;
    }

.text-block-13 {
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
}

.text-block-14 {
    padding: 0px 20px;
    font-family: Metropolis, sans-serif;
    color: #231f20;
    text-transform: capitalize;
}

    .text-block-14.purple {
        color: #997cb5;
        text-transform: uppercase;
    }

.text-block-19 {
    font-family: Metropolis, sans-serif;
    font-size: 21px;
    line-height: 30px;
}

.text-block-22 {
    padding-right: 23%;
    padding-left: 23%;
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

/*.div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}*/

.div-block-36 {
    height: 300px;
    background-image: url("../images/products/dx1.png");
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.8) translate(50px, 25px) rotate( -26deg );
    -ms-transform: scale(1.8) translate(50px, 25px) rotate(-26deg);
    transform: scale(1.8) translate(20px, 75px) rotate(-26deg);
}

.images-em {
    background-image: url("../images/products/totalem/totalem_box.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: -8%;
    top: auto;
    right: auto;
    bottom: auto;
    width: 200%;
    height: 900px;
}

.images-vt {
    height: 500px;
    background-image: url(../images/products/totalVita/box_vt.png);
    /* background-position: 0% 50%; */
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    position: absolute;
    top: 0;
}

.img-center {
    position: relative;
    width: 100%;
    height: 100%;
}



.section-imgbody.e {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 95vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-body {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.product-button
{
    min-width: 250px;
    margin-top: 100px;
    padding: 20px 40px;
    background-color: #7c5193;
    background-image: url(../images/arrow-right.svg);
    background-position: 110% 50%;
    background-size: auto 20%;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.product-button:hover {
    padding-right: 80px;
    padding-left: 40px;
    background-color: #231f20;
    background-position: 80% 50%;
    color:#fff !important;
}

.steps {
    height: 210px;
}


.bubble-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    animation: updown 4s ease infinite;
    width: 80%;
}

.ammask {
    animation: updown 8s ease infinite;
    position: absolute;
    /*top: 0;*/
    /* bottom: 50px; */
    right: 0;
    width: 35%;
    margin-top:450px;
}

.bubble-wrapper {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
}

.vita-vt01 {
    animation: updown 4s ease infinite;
}
.vita-vt02 {
    animation: updown 6s ease infinite;
}
.vita-vt03 {
    animation: updown 8s ease infinite;
}
.vita-vt04 {
    animation: updown 12s ease infinite;
}
@keyframes updown {
    0% {
        transform: translateY(10%);
    }

    25% {
        transform: translateY(25%);
    }
    /*	100% {
		transform: translateY(-100%);
	}*/
}

    .bubble {
        width: auto;
        height: auto;
        padding: 10px;
    }

    /*.button-block {
	    display: flex;
	    justify-content: center;
    }
    */

.text-bubble {
    position: absolute;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: translate3d(0px, 0px, 200px);
    transform: translate3d(0px, 0px, 200px);
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    color: #231f20;
    font-size: 21px;
    line-height: 30px;
}
.image-leaf {
    position: absolute;
    top: 3350px;
    right: 14%;
    z-index: 2;
}

.box.purple {
    margin-top: 100px;
    background-color: #7c5193;
    padding: 100px;
}
.box.white{
    background-color:#fff
}
.box.white.padding {
    padding: 100px 140px 80px;
}

.section_pink {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 220px;
    margin-bottom: 150px;
    padding-top: 60px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7d2e2;
}

    .half-bg {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: 50%;
    }

        .half-bg.lavendar {
            left: 0%;
            top: auto;
            right: 0%;
            bottom: 0%;
            z-index: -1;
            height: 40%;
            background-color: #ddd5f1;
        }

        .half-bg.lavendar.upper {
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: auto;
            height: 20%;
        }

    .half-bg.lavendar.small {
        left: auto;
        top: 16%;
        right: 0%;
        bottom: auto;
        width: 65%;
        height: 30%;
    }

    .half-bg.pink {
        z-index: 1;
        overflow: hidden;
        height: 100%;
        background-color: #f7d2e2;
    }



.line {
    width: 10%;
    height: 1px;
    background-color: #231f20;
}

.rec {
    width: 65%;
    height: 800px;
}

    .rec.orange {
        background-color: #edaf89;
    }
    .rec.lavendar {
        background-color: #ddd5f1;
    }

        .rec.lavendar.full {
            width: 100%;
            margin-top: -83px;
        }

    .rec.orange.square {
        position: relative;
        overflow: hidden;
        width: 600px;
        height: 500px;
        min-height: 0px;
        min-width: 0px;
    }

.image-about {
    position: absolute;
    left: 10%;
    top: 10%;
    right: -5%;
    bottom: auto;
    width: 40%;
    height: 38%;
    background-image: url(../images/history01.jpg);
    background-position: 45% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(1.2573deg) rotateY(0.9906deg) rotateZ(-0.2286deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.image-about2 {
    position: absolute;
    top: 55%;
    right: 200px;
    width: 40%;
    height: 35%;
    background-image: url(../images/history02.jpg);
    background-position: 45% 50%;
    background-size: cover;
    will-change: transform;
/*    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(4.4487deg) rotateY(-8.8974deg) rotateZ(-5.33844deg) skew(0deg, 0deg);
    transform-style: preserve-3d;*/
}

.line {
    width: 10%;
    height: 1px;
    background-color: #231f20;

}
.line.long {
    width: 100%;
    height: 1.5px;
    margin-bottom: 20px;
    background-color: #231f20;
}

.line_3pt {
    width: 20%;
    height: 3px;
    margin-bottom: 30px;
    background-color: #231f20;
}


.productdx {
    position: relative;
    width: 120%;
    height: 530px;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #ddd5f1;
    background-image: url(../images/products/totaldx.jpg);
    background-position: 60% 50%;
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.productem {
    position: relative;
    background-image: url(../images/products/totalem/totalem.png);
    width: 120%;
    height: 530px;
    background-position: 60% 50%;
    background-size: auto 130%;
}

.productvt {
    position: relative;
    left: -49px;
    top: 0px;
    width: 110%;
    max-width: none;
}

.productmask {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url(../images/products/mask.png);
    background-position: 60% 50%;
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.productclarity {
    height: 600px;
    background-image: url(../images/products/clarity.png);
    background-position: 50% 50%;
    background-size: auto 130%;
    background-repeat: no-repeat;
}




.div-block-18.p.green.small {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #d5dd23;
    background-position: 50% 50%;
    background-size: 50px;
    background-repeat: no-repeat;
}

    .div-block-18.p.green.small._1 {
        background-image: url(../images/products/totaldx/icon1.png);
    }

    .div-block-18.p.green.small._2 {
        background-image: url(../images/products/totaldx/icon2.png);
    }

    .div-block-18.p.green.small._3 {
        background-image: url(../images/products/totaldx/icon3.png);
    }

    .div-block-18.p.green.small._4 {
        background-image: url(../images/products/totaldx/icon4.png);
    }

    .div-block-18.p.green.small._5 {
        background-image: url(../images/products/totaldx/icon5.png);
    }

    .div-block-18.p.green.small._1.am {
        background-color: #4d2c7a;
        background-image: url(../images/icon/am/am1.png);
        background-size: 50px;
    }

    .div-block-18.p.green.small._2.am {
        background-color: #4d2c7a;
        background-image: url(../images/icon/am/am2.png);
        background-position: 50% 50%;
        background-size: 45px;
    }

    .div-block-18.p.green.small._3.am {
        background-color: #4d2c7a;
        background-image: url(../images/icon/am/am3.png);
        background-position: 50% 50%;
        background-size: 50px;
    }

    .div-block-18.p.green.small._1.clarity {
        position: static;
        margin-bottom: 0px;
        background-color: #f7c7d2;
        background-image: url(../images/icon/clarity/clarity1.png);
        background-size: 55px;
    }

    .div-block-18.p.green.small._2.clarity {
        position: static;
        margin-bottom: 0px;
        background-color: #f7c7d2;
        background-image: url(../images/icon/clarity/clarity2.png);
        background-size: 55px;
    }

    .div-block-18.p.green.small._3.clarity {
        position: static;
        margin-bottom: 0px;
        background-color: #f7c7d2;
        background-image: url(../images/icon/clarity/clarity3.png);
        background-size: 55px;
    }

    .div-block-18.p.green.small._4.clarity {
        position: static;
        margin-bottom: 0px;
        background-color: #f7c7d2;
        background-image: url(../images/icon/clarity/clarity4.png);
        background-size: 55px;
    }

    .div-block-18.p.green.small._5.clarity {
        position: static;
        margin-bottom: 0px;
        background-color: #f7c7d2;
        background-image: url(../images/icon/clarity/clarity5.png);
        background-size: 55px;
    }

    .div-block-18.p.green.small._1.vt {
        background-color: #f7ae27;
        background-image: url(../images/products/totalVita/icon1.png);
    }

    .div-block-18.p.green.small._2.vt {
        background-color: #f7ae27;
        background-image: url(../images/products/totalVita/icon2.png);
    }

    .div-block-18.p.green.small._3.vt {
        background-color: #f7ae27;
        background-image: url(../images/products/totalVita/icon3.png);
    }

    .div-block-18.p.green.small._4.vt {
        background-color: #f7ae27;
        background-image: url(../images/products/totalVita/icon4.png);
    }

    .div-block-18.p.green.small._5.vt {
        background-color: #f7ae27;
        background-image: url(../images/products/totalVita/icon5.png);
    }

    .div-block-18.p.green.small._1.vt.icon {
        width: 120px;
        height: 120px;
        background-image: url(../images/products/totalVita/icon01.png);
        background-size: 70px;
    }

    .div-block-18.p.green.small._2.vt.icon {
        width: 120px;
        height: 120px;
        background-image: url(../images/products/totalVita/icon02.png);
        background-size: 70px;
    }

    .div-block-18.p.green.small._3.vt.icon {
        width: 120px;
        height: 120px;
        background-image: url(../images/products/totalVita/icon03.png);
        background-size: 70px;
    }

    .div-block-18.p.green.small._4.vt.icon {
        width: 120px;
        height: 120px;
        background-image: url(../images/products/totalVita/icon04.png);
        background-size: 70px;
    }

    .div-block-18.p.green.small._5.vt.icon {
        width: 120px;
        height: 120px;
        background-image: url(../images/products/totalVita/icon05.png);
        background-size: 70px;
    }

    .div-block-18.p.green.small._6.vt.icon {
        width: 120px;
        height: 120px;
        background-image: url(../images/products/totalVita/icon06.png);
        background-size: 70px;
        background-color: #f7ae27;
    }

   
    .div-block-18.p.green.small._1.em {
        background-color: #9c76b2;
        background-image: url(../images/products/totalem/icon1.png);
        background-size: 55px;
    }
    .div-block-18.p.green.small._2.em {
        background-color: #9c76b2;
        background-image: url(../images/products/totalem/icon2.png);
        background-size: 55px;
    }
    .div-block-18.p.green.small._3.em {
        background-color: #9c76b2;
        background-image: url(../images/products/totalem/icon3.png);
        background-size: 55px;
    }
    .div-block-18.p.green.small._4.em {
        background-color: #9c76b2;
        background-image: url(../images/products/totalem/icon4.png);
        background-size: 55px;
    }
    .div-block-18.p.green.small._5.em {
        background-color: #9c76b2;
        background-image: url(../images/products/totalem/icon5.png);
        background-size: 55px;
    }

.div-block-18.img {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}


.div-major {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.major {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 50%;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .major._1 {
        background-image: url(../images/products/major/1.jpg);
        background-position: 0% 0%;
        background-size: 400px;
    }

    .major._2 {
        background-image: url(../images/products/major/2.jpg);
        background-size: 300px;
    }

    .major._3 {
        background-image: url(../images/products/major/3.jpg);
    }

    .major._4 {
        background-image: url(../images/products/major/4.jpg);
        background-position: 50% 60%;
    }

    .major._5 {
        background-image: url(../images/products/major/5.jpg);
        background-position: 30% 50%;
    }

    .major._6 {
        background-image: url(../images/products/major/6.jpg);
        background-position: 25% 100%;
    }

    .major._7 {
        background-image: url(../images/products/major/7.png);
    }

    .major._8 {
        background-image: url(../images/products/major/8.jpg);
        background-position: 70% 50%;
        background-size: 400px;
    }

    .major._9 {
        background-image: url(../images/products/major/9.png);
    }

    .major._10 {
        background-image: url(../images/products/major/10.png);
    }

    .major._1.am {
        background-image: url(../images/products/major/am1.jpg);
    }

    .major._2.am {
        background-image: url(../images/products/major/am2.jpg);
    }

    .major._3.am {
        background-image: url(../images/products/major/am3.jpg);
    }

    .major._4.am {
        background-image: url(../images/products/major/am4.jpg);
    }

    .major._5.am {
        background-image: url(../images/products/major/am5.jpg);
    }

    .major._6.am {
        background-image: url(../images/products/major/am6.jpeg);
    }

    .major._1.em {
        background-image: url(../images/products/totalem/major1.jpeg);
        background-position: 0% 50%;
        background-size: auto;
    }

    .major._2.em {
        background-image: url(../images/products/totalem/major2.jpg);
        background-size: cover;
    }

    .major._3.em {
        background-image: url(../images/products/totalem/major3.jpg);
        background-size: 400px;
    }

    .major._4.em {
        background-image: url(../images/products/totalem/major4.jpg);
        background-position: 50% 60%;
    }

    .major._5.em {
        background-image: url(../images/products/totalem/major5.jpg);
        background-position: 50% 50%;
        background-size: 300px;
    }


    .major._6.em {
        background-image: url(../images/products/totalem/major6.jpg);
        background-position: 60% 50%;
        background-size: cover;
    }

    .major._7.em {
        background-image: url(../images/products/totalem/major7.jpg);
    }
    .major._8.em {
        background-image: url(../images/products/totalem/major8.jpg);
        background-position: 70% 50%;
        background-size: 400px;
    }
    .major._9.em {
        background-image: url(../images/products/totalem/major9.jfif);
    }

    .major._1.vt {
        background-image: url(../images/products/totalVita/major1.png);
        background-position: 0% 50%;
        background-size: auto;
    }

    .major._1.vt {
        background-image: url(../images/products/totalVita/major1.png);
        background-position: 10% 50%;
        background-size: cover;
    }

    .major._2.vt {
        background-image: url(../images/products/totalVita/major2.jpg);
        background-size: 200px;
    }

    .major._2.vt.multiply {
        background-color: #ddd5f1;
        background-position: 50% 40%;
    }

    .major._3.vt {
        background-image: url(../images/products/totalVita/major3.jpg);
    }

    .major._4.vt {
        background-image: url(../images/products/totalVita/major4.jpg);
        background-position: 50% 60%;
    }

    .major._5.vt {
        background-image: url(../images/products/totalVita/major5.jpg);
        background-position: 30% 50%;
    }

    .major._6.vt {
        background-image: url(../images/products/totalVita/major6.jpg);
        background-position: 0% 50%;
    }

    .major._7.vt {
        background-image: url(../images/products/totalVita/major7.jpg);
    }

    .major._8.vt {
        background-image: url(../images/products/totalVita/major8.jpg);
        background-position: 40% 50%;
    }

    .major._9.vt {
        background-image: url(../images/products/totalVita/major9.jpg);
        background-position: 50% 70%;
        background-size: 400px;
    }

    .major._10.vt {
        background-image: url(../images/products/totalVita/major10.jpg);
        background-position: 85% 50%;
    }



.circleem {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-style: none;
    border-width: 3px;
    border-color: #dfd5e2;
    border-radius: 50%;
    background-color: #dfd5e2;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.circleem.small {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    background-color: #fff;
    background-image: url("../images/products/totalem/circle1.png");
    background-position: 50% 50%;
    background-size: 125px;
}

.circleem.small._1 {
    background-image: url("../images/products/totalem/circle1.png");
    background-size: 100px;
    background-repeat: no-repeat;
}

.circleem.small._2 {
    background-image: url("../images/products/totalem/circle2.png");
    background-size: 75px;
    background-repeat: no-repeat;
}

.circleem.small._3 {
    background-image: url("../images/products/totalem/circle3.png");
    background-size: 80px;
    background-repeat: no-repeat;
}



.wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .wrapper.em {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }


.div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .div-block-42.em {
        margin-right: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.shop_bg {
    background-image: url(../images/shop/bg_allproduct.jpg);
}



.scaled {
    transform: scale(1.1);
}

.column-19.trans.short {
    padding: 80px 80px 100px 80px;
    height: 380px
}

.images-mae {
    width:400px
}

.sc-mobile {
    display: none;
}

.certified {
    width: 50%;
}

.wrapper.sc {
    height: 50%;
    padding-top: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .wrapper.sc.left {
        padding-top: 400px;
        padding-bottom: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

@media screen and (max-width: 991px) {

    .div-block-71 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .div-block-71.left-align {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .div-block-72 {
        width: 350px;
        height: 350px;
    }

    .text-block-20.big {
        font-size: 30px;
    }

    .div-block-73 {
        padding-top: 40px;
        padding-right: 40px;
        padding-left: 40px;
    }
}



@media screen and (max-width: 479px) {

    .contact {
        margin-bottom: 60px;
        padding-right: 0px;
        padding-left: 0px;
        font-family: Metropolis, sans-serif;
        color: #231f20;
        font-size: 16px;
        line-height: 35px;
        font-weight: 400;
    }

    .certified {
        width: 90%;
    }


    .text-block._20px {
        font-size: 14px;
        text-align: center;
        height: 200px;
        margin: 0;
    }



    .div-block-63 {
        top: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .div-block-71.left-align {
        display: block;

    }

    .div-block-72 {
        width: 230px;
        height: 230px;
        margin-bottom: 10px;
    }

        .div-block-72._2 {
            right: 0px;
        }

        .div-block-72._1 {
            right: auto;
        }

    .div-block-73 {
        padding-bottom: 40px;
    }

    .div-block-74 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .div-block-75 {
        top: auto;
        height: auto;
        margin-top: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }
    .sc-mobile {
        display: block;
        width: auto;
        max-width: none;
        margin-top: -42px;
        margin-bottom: -13px;
        padding-bottom: 0px;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .div-block-4.reg.e {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .text-block.reg._18pt {
        font-size: 15px;
    }

    .text-block.reg._18pt {
        font-size: 15px;
    }

    .text-block-19 {
        font-size: 15px;
    }



    .div-block-18.p.green.small._1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-left: 0px;
        background-size: 28px;
    }

    .div-block-18.p.green.small._2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-left: 0px;
        background-size: 28px;
    }

    .div-block-18.p.green.small._3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-left: 0px;
        background-size: 30px;
    }

    .div-block-18.p.green.small._4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-left: 0px;
        background-size: 30px;
    }

    .div-block-18.p.green.small._5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-left: 0px;
        background-size: 30px;
    }

    .div-block-18.p.green.small._1.em {
        background-size: 28px;
    }

    .div-block-18.p.green.small._2.em {
        background-size: 30px;
    }

    .div-block-18.p.green.small._3.em {
        background-size: 30px;
    }

    .div-block-18.p.green.small._4.em {
        background-size: 25px;
    }
    .div-block-18.p.green.small._5.em {
        background-size: 28px;
    }

        .div-block-18.p.green.small._1.vt.icon,
        .div-block-18.p.green.small._2.vt.icon,
        .div-block-18.p.green.small._3.vt.icon,
        .div-block-18.p.green.small._4.vt.icon,
        .div-block-18.p.green.small._5.vt.icon,
        .div-block-18.p.green.small._6.vt.icon {
            width: 80px;
            height: 80px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            background-size: 40px;
        }

    .div-block-42 {
        width: 50%;
        margin-bottom: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }


    .div-block-68 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .div-block-77 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width:100%;
    }

    .circleem.small {
        width: 80px;
        height: 80px;
    }

    .wrapper {
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .wrapper.sc {
            height: auto;
            padding-top: 0px;
        }

            .wrapper.sc.left {
                padding-top: 50px;
            }

        .wrapper.no-bottom.left-align {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

    .div-major {
        width: 50%;
        margin-bottom: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .major {
        width: 110px;
        height: 110px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .column-19.trans.short {
        padding: 40px 20px;
        height: auto;
    }

    .wrapper.no-bottom {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .text-block-14 {
        width: 150px;
        height: 70px;
        max-width: none;
        min-height: 0px;
        min-width: 0px;
        padding-bottom: 40px;
        font-size: 14px;
    }

        .text-block-14.nopadding {
            width: auto;
        }


    .image-16 {
        position: static;
        width: auto;
        height: auto;
        max-height: 180px;
        max-width: 180px;
    }

    .div-block-36, .images-vt, .images-em, .image-8.multiply._3,
    .image-17._2,
    .image-17._3 {
        display: none;
    }

    .section-imgbody.e {
        height: 350px
    }

    .heading-4 {
        font-size: 16px
    }

    .heading-4 {
        margin-top: 10px;
        margin-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 18px !important;
        line-height: 30px;
    }

        .heading-4.left-align {
            margin-bottom: 20px;
            padding-right: 0px;
            padding-left: 0px;
            font-size: 28px !important;
        }

        .heading-6 {
            font-size: 100px !important;
        }



    .heading-clarity {
        margin-top: 10px;
        margin-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .heading-12 {
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

        .heading-12.left-align {
            text-align: center;
        }

        .heading-13.al {
            margin-top: 80px;
        }

    .heading-14.left-align {
        margin-bottom: 10px;
        padding-right: 0px;
        font-size: 18px;
        text-align: center;
    }

    .heading-14.right-align {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
    }

    .paragraph-3.left {
        text-align: center;
    }

    .paragraph-4.left {
        margin-bottom: 40px;
        text-align: center;
    }

    .paragraph-4.right-align {
        text-align: center;
    }

    ._50 {
        width: 100%;
        padding-bottom: 40px;
    }

    .P_30 {
        padding: 0px;
    }

    .productdx {
        width: 100%;
        height: 300px;
    }

    .productvt {
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        max-width: none;
    }

    .productem {
        width: 100%;
        height: 400px;
    }

    .productmask {
        width: 100%;
        height: 320px;
        background-size: auto 110%;
    }

    .columns-16 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .graph-warapper {
        height: 340px;
        -webkit-transform: scale3d(1none, 1none, 1none);
        transform: scale3d(1none, 1none, 1none);
    }

    .div-block-44.right {
        padding-right: 0px;
    }

    .text-block-5.nomargin.pink {
        font-size: 12px;
    }

    .div-block-18.clarity.outline {
        height: auto;
        margin-bottom: 10px;
        -webkit-transform: scale(0.5) translate3d(0px, 0px, 50px);
        transform: scale(0.5) translate3d(0px, 0px, 50px);
    }

    .div-block-59 {
        left: 5%;
        top: -14%;
        display: block;
    }

    .line._3pt.ab {
        top: 8%;
        display: none;
        height: 2px;
    }

    .text-block-5.nomargin._200px {
        max-width: 200px;
        font-size: 18px;
    }

    .paragraph-3.pink {
        max-width: 200px;
        color: #fff;
        font-size: 12px;
    }

    .wrapper.clarity, .image-8._2.am {
        display: none;
    }

    .image-5.multiply {
        bottom: 60px;
        width: 100%;
        height: 100%;
        background-size: 70%;
    }

    .section_pink {
        margin-top: 150px;
        margin-bottom: 100px;
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .ammask {
        animation: updown 8s ease infinite;
        position: absolute;
        left: 0px;
        width: auto;
        margin-top: 680px;
    }

    .box.white.padding {
        padding: 60px 20px;
    }

    .bubble-wrapper {
        display: block;
        height: auto;
        padding-top: 40px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .text-bubble {
        font-size: 15px;
    }

    .bubble {
        position: static;
        width: auto;
        height: auto;
        max-height: 160px;
        max-width: 160px;
    }

    .images-mae {
        width: 300px
    }

    .text-block-20.big {
        font-size: 18px;
    }

    .text-block-21 {
    font-size: 12px;
    line-height: 18px;
    text-align:center
}

    .text-block-22 {
        margin-top: 0px;
        padding-right: 5%;
        padding-left: 5%;
        line-height: 21px;
    }

    .icon_wrap_size_6 {
        height: 180px;
        width: 180px;
    }

    .nav_menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 280px;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }

    .text-block-8{
        font-size: 12px;
    }
        .text-block-8.e {
            font-size: 18px;
            text-align: center;
            line-height: 25px;
        }

    .text-block-25 {
        font-size: 12px;
    }

    .div-block-10 {
        min-height: 250px;
        margin-right: 0px;
    }
    .div-block-11 {
        display: block;
        width: 100%;
        height: 180px;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .div-block-12 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.bottom-padding.top.menu{
        padding-top: 120px;
    }

    .half-bg.lavendar {
        height: 20%;
    }

    .box.purple {
        padding: 40px 20px;
    }

    .text-block-4 {
        font-size: 16px;
        line-height: 25px;
    }

    .text-block-5 {
        text-align: center;
    }

    .image-about {
        width: 90%;
        height: 100%;
        background-size: 500px;
        left: 5%;
        top: -40%;
    }
    .rec{
        height:400px;
    }

    .image-about2 {
        left: 5%;
        top: 50%;
        right: 0;
        bottom: 0%;
        width: 90%;
        /* width: 90%; */
        height: 80%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .flex {
        margin-top: 0px;
    }

    .left-medium-column {
        width: 100%;
        padding-right: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tandem-column {
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-right: 0px;
    }
    .absolute-tandem {
        position: relative;
        width: 60%;
        height: auto;
    }
    .image-secuence {
        margin-top: 0%;
        margin-right: 0%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .boxoutline {
        padding: 60px 20px 100px
    }
    .kate6{
        margin-top:100px;
    }
    .rec.orange.square {
        height: 150px;
        width: 100%;
    }

    .rec.lavendar.full {
        height: 150px;
        margin-top: -35px;
    }
    .heading-3.ceo{
        padding:10px
    }
    }



.mae {
    position: absolute;
    top: 160px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .mae.tdx {
        width: 260px;
        max-width: none;
    }

.mae.tdx._1 {
    left: 65.583px;
}

.mae.tdx.multiply {
    left: 25.59px;
    top: 170px;
    width: 250px;
    height: 300px;
    background-color: #ffd898;
    background-image: url("../images/health_skin/dx_left.png");
    background-position: 50% 50%;
    background-size: cover;
    animation: updown02 8s ease infinite;
}

    .mae.tdx.multiply._1 {
        left: 108px;
        top: 360px;
        right: auto;
        width: 550px;
        height: 450px;
        background-color: #ffd898;
        background-image: url("../images/health_skin/dx_right.png");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }


.mae.hem {
    top: 120px;
    width: 240px;
}

    .mae.hem._1 {
        left: -9.4792px;
        top: 180px;
        width: 90%;
        animation: updown02 8s ease infinite;
    }

    .mae.hem._2 {
        left: 218px;
        top: 473px;
        right: auto;
        width: 60%;
        opacity: 0.87;
        animation: updown02 8s ease infinite;
    }

    .mae.hem._3 {
        background-color: #c5c2df;
        animation: updown02 8s ease infinite;
    }

    .mae.hem.multiply {
        left: 314.545px;
        top: 208px;
        width: 250px;
        height: 250px;
        background-color: #c5c2df;
        background-image: url("../images/health_skin/em3.png");
        background-position: 50% 50%;
        background-size: cover;
        animation: updown02 8s ease infinite;
    }

        .mae.hvt {
        top: 153px;
        width: 230px;
        max-width: none;
    }

    .mae.hvt.no {
        left: 23.4063px;
        top: 260px;
        width: 90%;
        background-color: #f7b187;
    }

    .mae.hvt._1 {
        left: 9%;
        top: 35%;
        right: 0%;
        bottom: 0%;
        width: 65%;
        opacity: 0.74;
        animation: updown02 8s ease infinite;
    }

    .mae.hvt.multiply {
        left: 5%;
        top: 28%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: 90%;
        background-color: #f7b187;
        background-image: url("../images/health_skin/vita_left.png");
        background-position: 0px 0px;
        background-size: contain;
        background-repeat: no-repeat;
        animation: updown02 8s ease infinite;
    }


    .mae.c {
        top: 107px;
        width: 90%;
    }


    .mae.c.multiply {
        top: 144px;
        width: 900px;
        height: 600px;
        background-color: #d2bae0;
        background-image: url(../images/health_skin/cream.jpg);
        background-position: 50% 50%;
        background-size: cover;
        -webkit-transform: rotate( -23deg );
        -ms-transform: rotate(-23deg);
        transform: rotate(-23deg);
    }

    .mae.c._1 {
        left: 42.797px;
        top: 453px;
        width: 30%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        animation: updown02 8s ease infinite;
    }

    .mae.c._2 {
        left: 495.797px;
        top: 173px;
        width: 25%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        animation: updown02 8s ease infinite;
    }


        .mae.c.p {
            left: 142px;
            top: 197px;
            width: 50px;
            animation: updown02 4s ease infinite;
        }

            .mae.c.p._1 {
                left: 207px;
                top: 257px;
                width: 30px;
                animation: updown02 4s ease infinite;
            }

            .mae.c.p._2 {
                left: 184px;
                top: 390px;
                width: 70px;
                animation: updown02 4s ease infinite;
            }

            .mae.c.p._3 {
                left: 81px;
                top: 400px;
                width: 30px;
                animation: updown02 4s ease infinite;
            }

            .mae.c.p._4 {
                left: auto;
                top: 492px;
                right: 195px;
                width: 60px;
                animation: updown02 4s ease infinite;
            }

        .mae.c.p._5 {
            left: auto;
            top: auto;
            right: 82px;
            bottom: 99px;
            width: 40px;
            animation: updown02 4s ease infinite;
        }

    .mae.dg {
        top: 43px;
        width: 85%;
    }

        .mae.dg.multiply {
            left: 10px;
            top: auto;
            width: 110%;
            height: 110%;
            background-color: #c598d5;
            background-image: url("../images/health_skin/dg1.jpg");
            background-position: 50% 50%;
            background-size: cover;
            box-shadow: inset 0 0 50px 50px #c598d5;
            -webkit-transform: rotate(-34deg);
            -ms-transform: rotate(-34deg);
            transform: rotate(-34deg);
        }

        .mae.dg._1 {
            top: 241px;
            right: -37px;
            bottom: auto;
            width: 50%;
            opacity: 0.72;
            animation: updown02 8s ease infinite;
        }






@keyframes updown02 {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(15%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(-25%);
    }
    /*	100% {
		transform: translateY(-100%);
	}*/
}


.progress-container {
    width: 100%;
    height: 150px;
    background: #ddd5f1;
    position: absolute;
    top: 80px;
    z-index: -1;
}

.progress-bar {
    height: 250px;
    background: #ddd5f1;
    width: 70%;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -1;
}

.progress-bar2 {
    height: 250px;
    background: #ddd5f1;
    width: 30%;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: -200px;
    z-index: -1;
}

.hero-text {
    font-family: Metropolis, sans-serif;
    color: #231f20;
    font-size: 25px;
    line-height: 50px;
    text-align: left;
    padding-top: 20px;
}


.section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    font-family: Metropolis, sans-serif;
    color: #997cb5;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

    .section-heading.small {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 21px;
    }

        .section-heading.small.black {
            margin-top: -10px;
            color: #000;
            font-size: 18px;
            line-height: 40px;
        }

    .section-heading.white {
        margin-bottom: 20px;
        color: #fff;
    }

    .section-heading.black {
        color: #231f20;
        font-size: 30px;
    }

.notice-bar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7c5193;

}
.notice-text {
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 479px) {

    .notice-bar {
        height: 20px;
    }

    .notice-text {
        font-size: 10px;
    }
    .colummn-img {
        height: 400px !important;
    }
    .image-secuence{
        width:30%
    }
    .kate_04{
        display:none;
    }

    .progress-bar {
        height: 350px;
        top: 400px;
    }

    .div-block-62 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .div-block-62.rt {
        -webkit-transform: skew(0deg, -11deg);
        -ms-transform: skew(0deg, -11deg);
        transform: skew(0deg, -11deg);
    }

    .heading {
        max-width: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 45px;
        text-align: left;
        white-space: break-spaces;
    }

    .hero-text {
        max-width: none;
        font-size: 15px;
        line-height: 25px;
        text-align: left;
    }

    .video_wrap{
        display:none;
    }

    .section-heading {
        max-width: none;
    }

    .div-block-18.ee {
        width: 120px;
        height: 120px;
        margin: 0px;
    }

    .text-block-8.origin {
        font-size: 12px;
    }

    .div-block-19.origin {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .div-block-34 {
        padding-right: 20px;
        padding-left: 20px;
    }



    .image-8.multiply._7 {
        width: 100px;
        height: 90px;
    }

    .image-8.multiply._8 {
        width: 50px;
        height: 50px;
    }

    .image-8.multiply._11 {
        width: 110px;
        height: 100px;
    }

    .image-8.multiply._10 {
        width: 60px;
        height: 35px;
    }

    .image-8.multiply._9 {
        width: 90px;
        height: 150px;
    }

    .image-8.multiply._3 {
        width: 100px;
        height: 65px;
    }

    .image-8.multiply._4 {
        width: 75px;
        height: 75px;
    }
    .image-leaf {
        position: absolute;
        top: 4150px;
        right: 0;
        z-index: 2;
        height: 100px;
    }

    .text-block-8.big {
        font-size: 45px;
        line-height: 40px;
    }

    .image-17._1{
        display:none;
    }
    .image-17._2 {
        display: none;
    }
    .image-17._3 {
        display: none;
    }
    .image-17._4 {
        display: none;
    }

    .div-block-62.rt {
        height: 100%;
        margin-top: 35px;
        margin-left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .heading.rt {
        width: 80%;
        max-width: none;
        margin-top: 0px;
        font-size: 16px;
        line-height: 30px;
    }

        .heading.rt.gb {
            width: 80%;
            max-width: none;
            font-size: 70px;
            line-height: 60px;
        }

            .heading.rt.gb.small {
                font-size: 50px;
                line-height: 60px;
            }

            .heading.rt.gb.med {
                font-size: 70px;
            }
    .v-block{
        background:none;
        margin:0px;
        padding:0px;
    }

    .box_box {
        position: static;
        left: 0px;
        right: 0px;
        bottom: auto;
        margin-top: -349px;
        padding-top: 40px;
        padding-bottom: 40px;
        border: 3px solid #000;
        border-color: #000;
    }

    .product-img.vt {
        left: 54px;
        margin-bottom: 40px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .product-img.vt {
        left: 13px;
        margin-bottom: 40px;
    }

        .product-img.vt img {
            padding-left: 55px;
        }

    .productclarity{
        height:300px;
    }

    .clarity_d {
        display: none;
    }

    .clarity_m {
        display: block;
    }

}


