/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------------- 
import Files
 ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
    color: #333;
    font-size:14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;

}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    font-weight: normal;
    line-height: normal;
    margin: 0
}



*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none!important;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857143;
}
a {
    text-decoration: none;
    outline: none !important;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
img.nmber-one {
    display: none;
}
.top-bar {
    display: inline-block;
    width: 100%;
    background: #ed145b;
    padding: 10px 20px;
}
.top-bar__text {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.independent.text-center {
    background: #333;
    color: #ccc;
    padding: 3px 0;
    font-size: 10px;
}
.banner-section {
    background: url("../images/front-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top -88px center;
    min-height: 1018px;
}

form {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #0699ee;
    border-radius: 8px;
    width: 100%;
}
.form-group {
    margin-bottom: 12px;
}
.form-inner h2 {
    background: #0699ee;
    padding: 25px;
    color: #fff;
    font-size: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    overflow: visible;
}
.form-inner .hrt-sec {
    background-color: #666;
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea {
    border: 1px solid #a7abad !important;
    color: #22222275 !important;
    min-height: 35px;
    background-color: transparent !important;
    line-height: 1;
    width: 100%;
    font-size: 14px;
    padding: 3px 15px;
    outline: 0;
    font-family: Arial, sans-serif !important;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-parts {
    padding: 30px 30px 25px 30px;
}
input#text {
    border: none;
    width: auto;
    margin: 0 auto;
    display: block;
}
.row {
    display: flex;
    gap: 10px;
}

.row .form-group {
    flex: 1;
}

.error {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}
p.incripted {
    font-size: 12px;
    color: #666;
}
.mg-none{
    margin-bottom: 0;
}

.d-row {
    display: flex;
    gap: 33px;
}
.col-60 {
    width: 66.66666667%;
}
.col-40 {
    width: 33.33333333%;
}
.col-row {
    display: flex;
}
.banner-offer {
    position: relative;
}
.logo-sec {
    position: absolute;
    width: auto;
    right: 13%;
    top: 17px;
}
img.desktop-one {
    float: right;
    clear: both;
    margin-bottom: 25px;
}
.formSealed {
    text-align: center;
    padding: 15px 0 15px 0;
}
.formSealed img {
    width: 330px;
}
.side-arrow-desktop {
    float: right;
    position: absolute;
    top: 100px;
    right: -62px;
    padding: 0;
    margin: 0;
}
.banner-bottle-dsktop {
    top: 60%;
    left: -16%;
    position: absolute;
}
.banner-offer {
    position: relative;
    width: 100%;
    display: inline-block;
}
.rate-sutom {
    text-align: center;
}
.rate-sutom p {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: #050505;
    padding: 25px 66px;
    display: block;
}
.rate-sutom img {
    width: 170px;
}
.payment-pic {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.revulationary-sec h2 {
    font-size: 34px;
    font-family: "Fira Sans", sans-serif;
    color: #e70464;
    text-transform: uppercase;
}
.revulationary-sec h5 {
    color: #04a8f5;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}
.revulationary-sec h3 {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 10px;
}
.clom-65 {
    width: 58.33333333%;
    padding: 30px;
}
.clom-35 {
    width: 41.66666667%;
}
.clom-left-img {
    position: relative;
}
img.option-product {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
}
img.btm-img {
    width: 330px;
    margin: 20px 0 0;
    display: block;
}
.d-row {
    display: flex;
    gap: 15px;
}
.cl-50-col {
    flex: 0 0 50%;
}
.d-row-flex {
    display: flex;
    flex-wrap: wrap;
}
.text-center{
    text-align: center;
}
.inner-result-content h2 {
    font-family: "Quattrocento", serif;
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0,0,0,25%);
    margin-top: 107px;
}
.inner-result-content p {
    font-family: "Fira Sans", sans-serif;
    font-size: 37px;
    color: #fff;
    margin: 15px 0;
    text-align: center;
    line-height: 1;
}
.inner-result-content  img {
    width: 100%;
    margin-top: 10px;
}
.inner-result-content span {
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}
section.result-section {
    background: url("../images/result-woman-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-link {
    position: relative;
}
.cl-100-col {
    width: 100%;
}
img.mter-set {
    position: absolute;
    top: -75px;
    left: 22%;
}
img.btn-blue {
    float: right;
}
section.how-it-work {
    margin-top: 30px;
}
.title-sub-tile h2 {
    font-family: "Fira Sans", sans-serif;
    color: #e70464;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
}
.title-sub-tile p {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}
.title-sub-tile p span {
    color: #1496c6;
}
.content-type h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content-type h2 {
    text-align: center;
    margin-bottom: 26px;
}
.frt-sec img {
    margin-top: 5px;
}
.content-type p {
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.content-type img {
    margin-bottom: 20px;
}
.margin-0{
    margin: 0;
}
.content-type img.margin-0 {
    margin: 0;
}
.content-type {
    margin-top: 20px;
}
.content-type h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content-type h4 span {
    color: #e70464;
}
.how-it-work .d-flex-row {
    margin-top: 50px;
    display: flex;
    width: 100%;
    gap: 30px;
}
.col-50 {
    flex: 0 0 50%;
}
span.visible-at {
    display: block;
    color: #666;
    font-size: 22px;
    margin-bottom: 25px;
}
section.visual {
    background: url("../images/visual-woman.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 17% 0;
}

.inner-visual {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.text-logo-text {
    text-align: center;
}
.text-logo-text h3 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
img.log-top {
    position: relative;
    top: 88px;
}
.text-logo-img {
    display: flex;
    align-items: anchor-center;
    position: relative;
    left: 72px;
}
section.what-you-get {
    margin-top: 0;
}
.text-box h3 {
    padding-bottom: 20px;
    font-size: 32px;
    color: #06a5f4;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.text-box span {
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
}
.img-sec {
    text-align: center;
}
.text-box {
    width: 66%;
    margin: 30px auto 0;
}
.line-benifits {
    width: 66%;
    margin: 30px auto 0;
}
.text-box p {
    margin-bottom: 15px;
}
.img-sec {
    text-align: center;
}
.inner-get-part ul li {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2px;
}
.inner-get-part ul li img {
    display: none;
}

button.pink-btn {
    -webkit-border-radius: 15;
    -moz-border-radius: 15;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 34px;
    background: #e70464;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
button.pink-btn:hover {
    background: #f24d11;
    text-decoration: none;
}
.title-sub-tile p .pink-sh{
    color: #E7427E;
}
.button-center {
    margin-top: 60px;
}
.content-beautify h2 {
    font-family: "Montserrat", sans-serif;
    color: #e70464;
    font-size: 142px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 142px;
}
.content-beautify h3{
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 45px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.achive-section {
    background: url("../images/avecving-beautiful.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 21% 0;
    background-size: cover;
    margin-top: 50px;
}
.inner-col-gap h2 {
    font-family: "Montserrat", sans-serif;
    color: #06a6f5;
    font-size: 30px;
    margin: 30px 0 20px 0;
}
.inner-col-gap b {
    margin-bottom: 10px;
    display: inline-block;
}
.inner-col-gap p {
    margin-bottom: 10px;
}
.inner-col-gap ul {
    margin-bottom: 20px;
}
.content-sec h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    color: #06a6f5;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-type.frt-sec {
    margin-top: 0;
    margin-bottom: 22px;
}
.mobile-hp {
    display: none;
}
.content-sec {
    margin-bottom: 25px;
}
.inner-left-content-down p {
    font-size: 11px;
    color: #999;
}
.d-flex-row {
    display: flex;
    gap: 30px;
}
.col-20 {
    flex: 0 0 28%;
}
.col-80 {
    flex: 0 0 72%;
}
section.natural-banner-section {
    background: url("../images/natuaral-100.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
}
.natur-content img {
    width: 60%;
}

.natur-content {
    text-align: center;
}

img.surity-tag {
    position: absolute;
    top: 20%;
    left: 5%;
}

.inner-facebook {
    text-align: center;
}
.inner-facebook {
    text-align: center;
    margin-top: 0;
}
.facebook-comment-sec {
    margin-top: 40px;
}
.inner-add-section.text-center {
    max-width: inherit;
    float: right;
    clear: both;
    width: 66%;
}
img.ft-logo-sec {
    position: relative;
    top: 65px;
}
.bottom-add-section {
    background: url("../images/footerbg_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
}
.inner-add-section {
    text-align: center;
}

.d-flex-inner-footer {
    border-radius: 8px;
    padding: 10px 30px;
    display: flex;
    gap: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}
.cop-write img {
    max-width: 945px;
    margin: 0 auto;
    width: 100%;
}
.prt-copy-right p {
    margin-bottom: 15px;
    color: #8a8a8a;
    font-size: 12px;
    text-align: center;
}
.prt-copy-right p a {
    color: #8a8a8a;
}
.prt-copy-right p a:hover {
    color: #000;
}
.prt-copy-right {
    width: 80%;
    margin: 40px auto;
}
p.cop-write {
    margin-top: 40px;
}

.visible-mobile{
    display: none;
}
.mobile-one{
    display: none;
}
.mobile-text {
    display: none;
}
.mb-hide{
    display: none;
}
@media only screen and (max-width:1280px) {
    .banner-bottle-dsktop {
        left: -51px;
    }
    section.banner-section {
        overflow: hidden;
    }
    img.mter-set {
        position: absolute;
        top: -75px;
        left: 5%;
    }
}
@media only screen and (max-width:1023px) {
    .col-row {
        flex-direction: column;
    }
    .col-40 {
        width: 100%;
    }
    .col-60 {
        width: 100%;
    }
    section.banner-section {
        background-size: contain;
    }
    .banner-bottle-dsktop {
        top: 19%;
        left: 4%;
        position: absolute;
    }
    form#trialForm {
        position: relative;
        max-width: inherit;
    }
    img.frts-img-banner {
        width: 100%;
    }
    .cl-50-col {
        flex: 0 0 46%;
    }
    .inner-result-content h2 {
        font-size: 70px;
    }
    img.full-img {
        width: 100%;
    }
    img.banner-bottle-dsktop {
        display: none;
    }
    .img-sec img {
        width: 100%;
    }
    section.visual {
        overflow: hidden;
    }
    section.bottom-add-section {
        background-position: center;
    }
}
@media only screen and (max-width:991px) {
    .d-flex-row {
        flex-wrap: wrap;
    }
    .col-50 {
        flex: 0 0 100%;
    }
    .col-80 {
        flex: 0 0 100%;
    }
    .col-20 {
        flex: 0 0 100%;
    }
    img.banner-bottle-dsktop{
        display: block;
    }
}
@media only screen and (max-width:767px) {
    .top-bar__text {
        font-size: 12px;
        line-height: 16px;
    }
    .clom-65 {
        width: 100%;
        padding: 0px;
    }
    .banner-offer {
        padding-top: 5px;
    }
    .logo-sec {
        top: 10px;
    }
    .clom-35 {
        width: 100%;
    }
    .d-row {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }
    section.revulationary-sec {
        padding-top: 50px;
    }
    section.revulationary-sec .container {
        padding: 0;
    }
    .mobile-one{
        display: block;
    }
    img.desktop-one {
        display: none;
    }
    .rate-sutom {
        display: none;
    }
    img.side-arrow-desktop {
        display: none;
    }
    section.banner-section{
        background:url("../images/front-mobile-bg.png") ;
    }
    section.banner-section {
        background: url("../images/front-mobile-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .banner-offer img.mobile-one {
        width: 100%;
    }
    .logo-sec img {
        width: 140px;
    }
    .mobile-text {
        display: block;
        text-align: center;
        font-size: 2.5em;
        color: #000;
        font-weight: 700;
        font-family: "Fira Sans", sans-serif;
        line-height: 1em;
    }
    img.banner-bottle-dsktop {
        display: block;
        top: 58%;
        width: 18%;
        left: 25%;
    }
    .mr-tp {
        margin-top: 40px;
    }
    section.banner-section .container {
        padding: 0;
    }
    .cl-50-col {
        flex: 0 0 100%;
    }
    .result-section .row {
        flex-wrap: wrap;
    }
    section.result-section {
        background: #ff95bd;
        margin-top: 70px;
    }
    .payment-pic img {
        width: 100%;
    }
    .inner-result-content h2 {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    img.btm-img {
        max-width: 330px;
        width: 100%;
    }
    .top-bar {
        padding: 15px 20px;
    }
    .inner-result-content h2 {
        font-size: 70px;
    }
    .mb-hide{
        display: block;
    }
    .dsk-hide {
        display: none;
    }
    img.btn-blue {
        width: 100%;
        margin-bottom: 70px;
    }
    img.pro-result.mb-hide {
        width: 250px;
        margin: 0 auto 0px;
    }
    .formSealed {
        margin-bottom: 60px;
    }
    .form-inner h2 {
        padding: 25px;
        font-size: 25px;
        line-height: 30px;
    }
    .inner-col-mn {
        padding: 30px;
    }
    .inner-result-content span {
        margin-top: 70px;
    }
    .title-sub-tile p {
        font-size: 18px;
        line-height: 30px;
    }
    .how-it-work .d-flex-row {
        gap: 0px;
        flex-wrap: wrap;
    }
    .col-50 {
        flex: 0 0 100%;
    }
    .content-type.mtp0 {
        margin: 40px 0;
    }
    .content-beautify h2 {
        font-size: 60px;
        padding: 0;
        margin: 0;
        line-height: 60px;
    }
    .d-flex-row {
        flex-wrap: wrap;
    }
    .col-80 {
        flex: 0 0 100%;
    }
    .col-20 {
        flex: 0 0 100%;
    }
    button.pink-btn.goform {
        font-size: 20px;
    }
    section.natural-banner-section {
        padding: 40% 0;
        margin-top: 30px;
        min-height: 850px;
        display: flex;
        align-items: center;
    }
    .achive-section {
        padding: 50% 0;
    }
    .natur-content img {
        width: 100%;
    }
    .facebook-section .title-sub-tile h2 {
        line-height: 1;
        margin:0;
    }
    .facebook-comment-sec img {
        width: 100%;
    }
    .inner-add-section.text-center {
        width: 100%;
    }
    section.bottom-add-section {
        background-position: top;
        background-size: contain;
    }
    img.ft-logo-sec {
        position: relative;
        top: 103px;
        width: 155px;
    }
    img.full-img {
        width: 100%;
        position: relative;
        margin-top: 65px;
    }
    .content-type img {
        width: 100%;
    }
    .d-flex-inner-footer {
        padding: 0;
    }
    .text-box {
        width: 100%;
    }
    .line-benifits {
        width: 100%;
    }
    .img-sec {
        margin-top: 40px;
    }
    img.lproduct-img {
        width: 71px;
    }
    img.log-top {
        position: relative;
        top: 24px;
        width: 189px;
    }
    .text-logo-text h3 {
        font-size: 30px;
        line-height: 1;
    }
    section.visual {
        padding-top: 425px;
        padding-bottom: 44%;
    }
    .how-it-work .d-flex-row {
        margin-top: 30px;
    }
    .mobile-hp {
        display: block;
    }
    img.ft-imag-pro.desktop-hp{
        display: none;
    }

}
.payment-pic img {
    width: 100%;
}
@media only screen and (max-width:360px) {
    .inner-result-content h2 {
        font-size: 50px;
    }
    img.log-top {
        width: 129px;
    }
    section.achive-section {
        overflow: hidden;
    }
}


/* CUSTOM */
.payment-info__checkbox {
    display: none;
}

.error {
    text-align: center;
}

.checkout-item__body {
    margin-top: 0px;
}

.submit-bold {
    margin-top: 11px;
}

.component-address-information .fields-group {
    display: flex;
    gap: 10px;
}

.component-address-information .fields-line {
    /*flex: 0 0 50%;*/
}

.payment-info__select {
    margin-top: 11px;
    height: 47px;
}

.component-customer-information input,
.component-customer-information select,
.checkout-field,
.payment-info__select {
    font-size: 0.8rem;
    padding: 3px 15px;
    min-height: 1px;
    height: 35px;
}

/*.banner-offer {*/
/*    padding-top: 39px;*/
/*}*/

.input-group {
    gap: 10px;
}

.input-group .input-group-prepend {
    flex: 0 0 50%;
}

.components-container .message {
    color: #f00;
    font-size: 0.8rem;
    text-align: center;
}

.form-parts {
    padding-top: 20px;
}

input[type="image"] {
    padding-top: 15px;
}

input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea {
    color: #000 !important;
}

@media only screen and (max-width: 767px) {
    .component-customer-information .country-select {
        height: 35px;
        font-size: 0.80rem;
    }
}

/*@media only screen and (max-width:767px) {*/
/*    .top-bar__text {*/
/*        line-height: 18px;*/
/*    }*/
/*}*/

.banner-bottle-dsktop {
    width: 250px;
    top: 75%;
}

.mter-set {
    width: 300px;
    top: -10px;
}

.lproduct-img {
    width: 200px;
}

.image-1 {
    width: 350px;
}

.option-product {
    width: 100px;
}