body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #0c2461;
}
h1 {
    font-size: 70px;
    line-height: 80px;
}


h6 {
    font-size: 16px;
    line-height: 26px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
    
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

.horizontal-line {
    background-color: gray;
}

.owl-page span {
    background-color: #d5b450;
}

.bg-grey {
    background-color: #e2e2e1 ;
}

.invest-hr {
    width: 5vw;
    margin: 0px auto 1vw auto;
    height: 0.3vw;
    background-color: white;
    margin-bottom: 2.5vw;
}

@media screen and (max-width:760px) {
    h2 {
        font-size: 32px;
        line-height: 46px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    
}


/* TOP HEADER */
#cd-main-nav {
    float:right;
}

#cd-main-nav ul {
    list-style-type:none;
    display:flex;
    flex-direction: row;
}
#cd-main-nav li a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 13px;
    transform: translateZ(0px);
    backface-visibility: hidden;
    padding: 15px 0px;
    text-decoration: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
    width: 60px;
    margin-top:10px;
    
}
.contact-image {
    width:100%;
}

.logo-image {
    width: 50%;
    margin-top: 35px;
}

@media screen and (max-width:770px) {
    .cd-logo {
        text-align:center;
    }
  
}


/* FOOTER  */
.footer-top {
   background: #002663;
   padding: 8px 0;
}
.footer-right {
   text-align: center;
   margin:auto;
}
.footer-right ul {
   margin-bottom: 0;
   margin-top: 6px;
}
.footer-right ul li {
   display: inline-block;
   color: #fff;
   font-weight: 600;
}
.footer-right ul li a {
   color: #fff;
   font-weight: 600;
   font-size: 12px;
   text-decoration: none;
   text-transform: uppercase;
}
.footer-right ul li span {
   margin: 0 15px;
}
.footer-right ul li a:hover{
   text-decoration: none;
}

.footer-bottom {
   background: #e9e9e9;
   padding: 5px 0;
   text-align: center;
   color: #002663;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copytight p {
   margin-bottom: 0;
   font-size: 12px;
}

.footer-bottom a {
   color: #002663;
}



/* 1.PRINCIPAL-SECTION */

.principal-section {
    padding-top:80px;
    padding-bottom:80px;
}

.sec-heading {
    margin: 0 0 50px;
}
.sec-heading h6 {
    color: #d5b450;
    text-transform: uppercase;
    font-weight: 600;
}


.sec-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.first-sec {
    padding-top:80px;
    padding-bottom: 100px;
}

.video-container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.video-cotainer-pg2 {
    width:68%;
}

.video-js {
    border-radius: 10px;
    -webkit-box-shadow: -2px 0px 29px 13px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px 0px 29px 13px rgba(0,0,0,0.75);
    box-shadow: -2px 0px 29px 13px rgb(0 0 0 / 75%);

}
.video-js .vjs-big-play-button {
    top: 47%!important;
    left: 43%!important;
}

.vjs-tech {
    border-radius: 10px;
} 

.btn-find-more {
    margin-top:70px;
}

.btn-find-more a{
    background-color: #d5b450;
    padding: 20px 5% 15px 5%;
    font-size: 26px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.btn-find-more a:hover {
    font-size:30px;
    box-shadow: 0px 10px 10px #bfbfbf;
}

.btn-shop a:hover {
    font-size:30px;
    box-shadow: 0px 10px 10px #bfbfbf;
}

.find-button {
    margin-left:220px;
}

@media screen  and (max-width:1200px) {
    .find-button {
        margin-left:0;
    }
    .shop-button {
        text-align:center
    }
}

@media screen and (max-width:600px) {
    #cd-main-nav li a {
        width: 50px;
    }
   
    
    .video-js .vjs-big-play-button {
        font-size:1.5em !important;
    }
    

    .first-button {
        margin-left:20px;
    }

    .first-sec {
        padding-top: 40px;
    }
}

@media screen and (max-width:770px) and (min-width: 600px) {
    #cd-main-nav ul {
        margin-right:-233px;
    }
}

/* 2.FEATURES SECTION */

.features-section {
    padding-top: 80px;
    padding-bottom: 80px;
} 

.feature-title {
    display: flex;
}

.feature-title h4{
    
        font-weight: 600;
        margin: 10px 0 8px 0px;
}


.feature-icons i {
    color: #d5b450;
    font-size: 32px;
    margin-right:15px;
    margin-top:10px;
}

@media screen and (max-width: 760px) {
    .feature-card {
        text-align:center;
    }
    .feature-title {
        flex-direction: column;
    }
}

/* 3.PRODUCTS SECTION */

.products-section {
    
    padding-top: 80px;
    padding-bottom: 80px;
    border-top:1px solid rgb(212, 212, 212);
} 


.product-slider {
    
    display: flex;
    justify-content: space-between;
}

.product-two-cards {
    justify-content: space-around;
}

.product-one-card {
    justify-content: center;
}

.product-card {
    padding-top:20px;
    padding-bottom:20px;
    width:340px;
    height: 554px;
    text-align: center;
    border-radius:10px;
    border:1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom:20px;
}



.product-card:last-child {
    margin-right: 20px;
}

.fist-card-product {
    margin-left:20px;
}

.product-image img{
    width: 85%;
    height: 378px;
}

.product-photo {
    width: 85%;
    margin: 0 auto;
}

.product-description {
    margin-top:20px;
}

.btn-shop {
    margin-top:50px;
    margin-bottom: 20px;
}

.btn-shop a{
    background-color: #d5b450;
    padding: 20px 10% 15px 10%;
    font-size: 26px;
    color: white;
    text-decoration: none;
    
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.like, .dislike{
    font-size: 24px;
}

.dislike {
    margin-left:10px;
}

@media screen and (max-width: 760px) {
    .product-slider {
        flex-direction: column;
        align-items: center;
    }
    .product-card {
        width: 90%;
        margin-bottom:10px;
        margin-left:7px;
    }
    
    .product-card:last-child {
       margin-right:0px;
    }

    .fist-card-product {
        margin-left:0px;
    }
    
    .product-photo {
        height: 400px;  
        width: 100%;
    }


}

/* 4.WHYUS SECTION */
.benefits-section {
   
}

.benefits-container {
    width: 100%;
    margin-top:50px;
    padding-top:80px;
    padding-bottom:80px;
    padding-left:10%;
    border-top:1px solid rgb(212, 212, 212);


}

.benefits {
    padding-left:0;
    padding-right: 0;
    
}

.whyus-section {
    padding-top:80px;
    border-top:1px solid rgb(212, 212, 212);

}

.why-image {
    text-align:center;
}

.why-image img {
    width: 75%;
}

.why-image-first img {
    width: 78%;
}

.why-image-second img {
    width:  63%;
    height: 100%;
}

.why-image-third img {
    width:95%;
}

.table-bonus-photo img {
    width: 74%;
    height: 100%;
}

.table-bonus-photo-2 img {
    width: 76%;
    height: 100%;
}


.why-list {
    list-style-type: none;
    padding-left:0;
}

.why-list li {
    font-weight: 700;
    margin-bottom:20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

.why-icons i {
    color:#d5b450;
    font-size: 32px;
    margin-right: 20px;
}

.benefits-card {
    display:flex;
}

.benefits-icon {
    width:70px;
    height: 70px;
    background-color: #d5b450;
    margin-right:10px;
}


.benefits-icon span i {
    font-size:35px;
    color: white;
    margin-top: 20px;
    margin-left: 15px;
    
}

.quality-plus span i{
    margin-left:18px;
}

.text-in-right {
    text-align: right;
}

.why-image-second-pg2 img {
    width: 80%;
    height: 100%;
}

.why-image-four img {
    width: 113%;
}

.research-img img {
   width: 95%;
}

.table-nivel img {
    width: 55%;
}

.people-photos img {
    width: 57%;
}

.game-photo img {
    width: 45%;
}

.girl-photo img {
    width: 99%;
    height: 100%;
    margin-left: -58px;
}



.up-products {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .why-image img {
        width: 98%;
    }
    .people-photos img {
        width: 69%;
    }
    .girl-photo img {
        width: 139%;
        height: 100%;
        margin-left: -222px;
    }

    .game-photo img {
        width: 55%;
    }

    .table-nivel img {
        width: 68%;
    }
    .why-image-second-pg2 img {
        width: 98%; 
    }

    .no-display {
        display: none;
    }

    .why-image-four img {
        width: 108%;
    }

    .research-img img {
        width: 116%;
        margin-left: -75px;
    }

    .up-products {
        width: 117%;
        margin-left: -91px;
    }

.table-bonus-photo img {
    width: 92%;
 
}

.table-bonus-photo-2 img {
    width: 90%;
    height: 100%;
}


    .why-image-second img {
        width: 80%;
    }

    .why-image-first img {
        width: 102%;
        margin-left: -25px;
    }
    .upper-button {
        margin-top: 30px;
    }
}

@media screen and (max-width: 760px) {
 
    .girl-photo img {
        width: 100%;
        
        margin-left: 0px;
    }

    .whyus-section {
        text-align: center;
    }
    .why-list li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .research-img img {
        width: 100%;
        margin-left: 0;
    }

    .why-image img {
        width:70%;
    }
    .left-image {
        order:2;
        margin-top:50px;
    }
    
    .benefits-icon span i {
        font-size:28px;
        margin-left:0px;
    }

    .benefits-description {
        text-align: left;
    }

    
    .why-image-first img {
        margin-top:10px;
        margin-left: 0;
    }

    .why-image-second img {
        width:90%;
    }

    .text-in-right {
        text-align: center;
    }

    .up-products {
        width: 100%;
        margin-left: 0px;
    }

}

/* 5. DISCTOUNT SECTION  */

.discount-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.discount-image-pg-1 img {
    width: 72%;
    margin-top: -30px;
    margin-left: 70px;

}

.discount-image img {
    width: 108%;
    margin-top: -65px;
}

@media screen and (max-width:760px) {
    .discount-image {
        margin-top:50px;
    }
    .discount-section {
        text-align: center;
    }
    
    .discount-image-pg-1 img {
        width:90%;
        margin-top:50px;
        margin-left: 0px;
    }
    .discount-image img {
    width:100%;
}
}

/* 6. TESTIMONIAL SECTION  */

.testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonial-slider {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.testimonial-card {
    text-align: center;
    
}


.start-list-card {
    list-style-type: none;
    padding-left: 0;

}

.start-list-card li {
    display: inline-block;
    margin: 0 2px;
    color: #FFD700;
}

.testimonial-image h5{
    font-weight: 800;
}

.testimonial-image p{
    font-weight: 700;
}

.testimonial-image img {
    border-radius:50%;
    margin-top:50px;
    width:150px;
    height: 150px;
    margin-bottom: 20px;
}

.testimonial-description p {
    font-size: 14px;
}

.avatar-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.image-1 {
    background-image: url('../image/testimonials/testi1.png');
    background-size: 93px;
    background-position: 6px 4px;
}
.image-2 {
    background-image: url('../image/testimonials/testi2.png');
    background-size: 102px;
    background-position: -3px -8px;
}

.image-3 {
    background-image: url('../image/testimonials/testi3.jpg');
    background-size: cover;
}

.image-4 {
    background-image: url('../image/testimonials/Catarina.jpg');
    background-size: 141px;
    background-position: -24px -7px;
}

.image-5 {
    background-image: url('../image/testimonials/Catia.jpg');
    background-size: 184px;
    background-position: -62px -4px;
}

.image-6 {
    background-image: url('../image/testimonials/Elisabete.jpg');
    background-size: 131px;
    background-position: -34px 1px;
}


.image-7 {
    background-image: url('../image/testimonials/Leticia.jpg');
    background-size: 156px;
    background-position: -37px 0px;
}

.image-serban {
    background-image: url('../image/testimonials/107132130_1164126593965128_6857110097091545890_n.png');
    background-size: 156px;
    background-position: -15px -15px
}

.image-lavinia {
    background-image: url('../image/testimonials/IMG-20211023-WA0046.jpg');
    background-size: 156px;
    background-position: -12px -6px;
}

.image-iulia {
    background-image: url('../image/testimonials/IMG-20211220-WA0013.jpg');
    background-size: 80px;
    background-position: 11px -3px;
}



.quote-icon {
    font-size: 64px;
    color:#d5b450;
    margin-bottom: 20px;
}

.testimonial-card {
    padding:25px 20px;
    border:1px solid rgb(233, 233, 233);
    margin-right: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 760px) {
    .testimonial-slider {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-card {
        margin-bottom:10px;
        margin-left:20px;
    }

    
}


/* 7. FAQ SECTION  */

.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top:1px solid rgb(212, 212, 212);
    color:#0c2461;

}

.question-container {
   margin-left:7%;
}

.questions h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
}

@media screen and (max-width:600px) {
    
    .question-container {
        margin-left:0;
    }
    .favorite-points {
        justify-content: center;
    }
}

/* 8.FOOTER */


.align-center {
    display: flex; 
    flex-direction: row;
    justify-content: center;
 
 }
 
 .left-side-icons {
    display: flex;
 }
 
 .right-side-icons {
    display: flex;
 }
 
 .icon-image {
    margin-left: 10px;
 }
 .icons {
    padding-bottom: 100px;
 }
 .avatar-icon {
    max-width: 50%;
    margin-bottom: 20px;
 }
 img.picContactMe {
    max-width: 100%;
 }
 .pad-top {
    padding-top: 70px;
 }
 
 .phone-inside-icons .icon-image a img {
    width: 30%;
}

 @media screen and (max-width:760px) {
    .icon-image {
        width:15%;
    }
    
    .align-center {
        flex-direction: column !important;
    } 
 
    .left-side-icons {
        justify-content: center;
    }
 
    .right-side-icons {
        justify-content: center;
    }
    .avatar-icon {
        max-width: 100%;
    }
 }
 

 /* WHATS UP ICONS */

 .wapp-logo img {
    float: right;
    margin-right: 4%;
    margin-top: -5%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 50%;
    position: fixed;
    top: 91%;
    left: 91%;
    

}


.wapp-logo img:hover {
    transform: scale(1.1);
}

@media screen and (max-width:900px) {
    .wapp-logo img {
        display: none;
    }
    .reteta-steps {
        margin-left:0px !important; 
    }
}

/* PAGE2 */

.whyus-2 {

    padding-bottom: 80px;
}

.distribuitor-para {
    font-size: 24px;
    font-weight: 700;
  
}

.points-container {
    display: flex;
    flex-direction: row;
}

.points-right {
    margin-left:50px;
}
@media screen and (max-width: 600px) {
    .points-right, .points-left {
        text-align: left;

    }
    .phone-icon {
        width: 96%;
    }
}

/* DISCOUNT */
.sub-subtitle {
    font-size: 10px;
}


/* PAGE 3 */

.high-five-img {
    width: 90%;
}

.reteta-steps {
    margin-left:50px;
}

.retail-win-photo {
    width: 100% !important; 
    margin-top: -25px;
}

.retail-pg3-photo img {
    width: 55% !important;
}


.reteta-img {
    width:100%;
    margin-bottom:50px;
}

/* 2.COMPENSATION PLAN */
.about-single i {
    color: #d5b450;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    margin: 0 0 25px;
}

#about-area.two {
    padding: 95px 0 75px;
}

.compensation-plan-file {
    margin-top: 50px;
}

.compensation-plan-file a {
    text-decoration: none;
    color: #0c2461;
    font-weight: 700;
}
/* 3.INCOME SECTION */

.image-container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.lg-image {
    width: 80%;
}

.lg-image-two {
    width: 75%;
}


.image-container img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.recompense-photo {
    width: 60% !important;
}

@media screen and (max-width:600px) {
   .image-container {
       width: 90%;
   }

   .lg-image {
        width: 100%;
        margin-left:20px !important;
    }

   .high-five-img {
        margin-left:20px;
        margin-bottom: 50px;
    }
   .retail-win-photo {
       width: 100%;
   }
    
    .recompense-photo {
        
        width: 100% !important;
    }


    .retail-pg3-photo img {
        width: 100% !important;
    }

    .register-desc {
        justify-content: center;
    }
}

/* HERO SECTION */

#hero-area.hero-two {
    background-color: #7dcaba;
    padding: 30px 0 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.caption h1 {
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 20px;
}

.caption p {
    font-size: 20px;
    line-height: 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* FEAT PRESCRIPTION SECTION */

.bg-gray {
    background-color: #f6f3ea;
}

#feat-area.two {
    padding: 95px 0 55px;
}

.feat-single.two {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
    .caption h1 {
        line-height: 55px;
        font-size: 45px;
    }
    .caption p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
    .feat-single {
        text-align: center;
        padding: 0 10%;
    }

}

.feat-icon {
    width: 7%;
    float: left;
}

.feat-icon span {
    color: #d5b450;
    font-size: 44px;
    display: inline-block;
    margin:0;
}

.feat-cont {

    float: left;
    width: 82%;
}

.feat-single h4 {
    font-weight: 600;
    margin: 10px 0 8px;
}

.feat-img img {
    max-width: 250px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    .feat-icon, .feat-cont {
        width: 100%;   
    }
    .feat-single {
        text-align: center;
        padding: 0 10%;
    }
}

/* PRINCIPLES SECTION */
#why-choose-area.two {
    padding: 95px 0 55px;
}
.why-choose-cont {
    margin-left: 30px;
}

.why-choose-single {
    overflow: hidden;
    margin: 0 0 22px;
}

.why-choose-single.two .icon {
    width: 16%;
}

.why-choose-single i {
    display: inline-block;
    color: #d5b450;
    font-size: 30px;
}

.why-choose-single .cont {
    float: left;
    width: 83%;
}
.why-choose-single.two h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    .why-choose-cont {
        margin-left: 0;
    }
}

/* CONSULTING SECTION */

.consulting-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


.consulting-card-description p {
    margin-bottom: 0px;
}

.consulting-card-description ul {
    list-style-type: none;
    padding-left:0px;
}

.consulting-footer {
    width: 60%;
    margin: 0 auto;
}

.consulting-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 20px 15px;
    margin-bottom: 50px;
    height: 85%;
    background-color: white;
}

.consulting-card h3 {
    text-align:center;
}

@media screen and (max-width:900px) {
    .consulting-footer {
        width:90%;
    }
}

/* CONTACT SECTION  */

#contact-area {
    padding: 95px 0 85px;
}

.form-group {
    margin-bottom: 1rem;
}

.contact-form label {
    font-weight: 700;
}

.contact-form input {
    height: 50px;
}

.contact-form textarea {
    height: 200px;
}
.contact-me {
    font-size: 11px;
    color: #16163b;
}
.contact-form input, .contact-form textarea {
    font-size: 15px;
    border-color: #daecfd;

}



.btn-send-now {
    background-color: #d5b450;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
}

.phone-background {
    background-image: url('../image/iphone2.jpg');
    background-repeat:no-repeat;
    width: 390px;
    height: 730px;
    padding-top: 10px;
    overflow:hidden;
    margin-left:80px;
}


.video-container-bottom {
    width: 50%;
    margin-top:54px;
    margin-left:145px;
}

#my-video-bottom {
    box-shadow: none;
    border-radius: 0 !important;
}

.video-bottom video{
    border-radius: 0 !important;
}

.video-bottom .vjs-big-play-button {
    margin-left: -25px;
}

/* PHONE PREVIZORIU */
.contact-image-phone {
    width:60px;
    padding-top:120px;
    margin-bottom: 20px;
    
}

.phone-inside-img {
    margin-top:20px;
}

.phone-inside-icons {
    margin-top: 65px;
    margin-left: 75px;
    padding-bottom: 20px;
}

.phone-inside-icons a {
    text-decoration: none;
}

.avatar-icon-phone {
   margin-top: 20px;
    width: 150px;
}

.phone-inside {
    background-color: #d5b450;
    margin-left: 45px;
    margin-top: 77px;
    width: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* END THIS */



@media screen and (max-width: 600px) {
    #contact-area .sec-heading {
        text-align: center;
    }

    
    .video-bottom .vjs-big-play-button {
        margin-left: -0px;
    }

    .phone-background {
        margin-top:20px;
        margin-left:-25px;
        width: 120%;
        
    }
    .phone-background {
        width:370px;
    }
}

/* DIGITAL-TIME-SECTION */


.custom_if_you_didnt_know {
    width: 80%;
    margin: 0 auto;
}

.title2_tip1 {
    font-size: 31px;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}

.blue-under-line {
    border-top: 6px solid #0c2461;
    height: 0px;
    width: 20%;
    margin: 0px auto;
}

.know-descrition {
    margin-top: 40px;
}

div.customElement {
    font-weight: bold !important;
    font-size: 24px;
}

.know-descrition p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}

.lastThreeColumns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3%;
    margin-top: 3%;
}

.col-md-4.textAlignLeft_LastPics_Border {
    text-align: left !important;
    border-left: 8px solid #0c2461;
}

.col-md-4.textAlignLeft_LastPics_Border > p {
    font-size: 16px;
    padding-left:15px;
    font-weight: normal;
}

p.lastSendIfYouDid {
    margin: auto;
    font-size: 17px !important;
    font-weight: bold !important;
 
}


@media screen and (max-width: 600px) {
    
    .custom_if_you_didnt_know {
        width: 90%;
        margin: 0 auto;
    }
}


@media screen and (max-width:1390px) and (min-width: 760px) {
    .middle-prod-card {
        margin-left:15px;
        margin-right:15px;
    }

    .phone-background {
        margin-left: 20px;
    }
}

#message_post {
    display: none;
  }

@media screen and (max-width:600px) {
        
    .no-mobile {
        display:none
    }
    .strategy-section {
        text-align: center;
    }

    .why-choose-single.two .icon {
        margin: 0 auto;
        width:30px;
    }

    .why-choose-single .cont {
        float: none;
        margin: 0 auto;
        text-align: center;
}
}


/* NEW SECTION 1 */


.first-video-section {
    display: flex;
    justify-content: center;
}
.first-section-phone {
    height: 650px;
    width: 400px;
}

#top-header {
    border-bottom: 1px solid #bfbfbf;
}

.header-left-container {
    margin-left: 100px;
    margin-right: -100px;
    margin-top: 20px;
}

.inside-first-phone {
    width: 68%;
    margin-top: 86px;
    margin-left: 80px;
}

.inside-first-phone.video-js {
    border-radius: 0px !important;
}

.inside-first-phone.video-js.vjs-tech {
    border-radius: 0px !important;
}

.iconlist-container {
    margin-left: 85px;
}

.iconlist-container-center {
    margin-left: 220px;
}

.iconlist-container-centered {
    margin-left: 150px;
    margin-top: -25px;
}

@media screen and (max-width: 1400px) {
    .iconlist-container-centered {
        margin-left: 100px;
    }
    
    
}



.iconlist-section-1 {
    margin: 0px 0px 40px 0px;
}

.iconlist-section-1 {
    display: flex;
}

.iconlist-section-1 .text {
    font-size: 20px;
    margin-left: 15px;
    margin-top: 1px;
}

.iconlist-section-2 {
    margin-bottom: 10px;
}

.iconlist-section-1 .icon {
    font-size:22px;
}

.first-button {
    display: none;
}

.registration-steps p {
    margin-bottom: 0px;
}

@media screen and (max-width: 770px) {
    .header-left-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .first-button-left {
        display: none;
    }

    .first-button {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .iconlist-section-1 {
        margin-left: 10px;
    }
    .first-section-phone {
        margin-left: -40px;
    }

    .inside-first-phone {
        width: 73%;
    }

    
    .iconlist-container {
        margin-left: 10px;
    }
}


/* NEW STYLE FOR 4Life */
.three-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 115px;
}


.win-img-1 {
    width: 35% !important;
    margin-top: -66px;
    margin-left: 40px;
}

.win-img-2 {
    width: 67% !important;
    margin-top: 11px;
}

.win-sec-text {
    margin-left: 25px;
    margin-top: 35px;
}

.win-container {
    display: flex;
    width: 60%;
    margin: 25px auto 0 auto;
    justify-content: center;
}

.binary-bonus {
    width: 106% !important;
}

.sea-holliday-img {
    width: 70% !important;
}

@media screen and (max-width: 600px){
    .three-btns {
        flex-direction: column;
        align-items: center;
    }

    .right-win-container {
        margin-top: 50px;
    }

    .retail-win-second {
        flex-direction: column-reverse;
    }

    .win-img-1 {
        width: 100% !important;
    }

    .win-container {
        flex-direction: column;
    }

    .win-img-1 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .win-sec-text {
        margin-left: 0px;
        margin-top: 0px;
    }

    .win-img-2 {
        width: 100% !important;
        margin: 0 auto;
    }

    .binary-bonus {
        width: 100% !important;
    }

    .second-win-container {
        flex-direction: column-reverse !important;
    }

    .sea-holliday-img {
        width: 100% !important;
    }

}


.first-number {
    font-size: 45px;
}

.third-number {
    font-size: 60px;
}

.btn-client a {
    background-color: #d5b450;
    padding: 20px 10px 15px 10px;
    font-size: 26px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin-right: 20px;
    font-weight: bold;
    transition: all .2s ease-in-out;
}

.btn-client a:hover {
    font-size: 30px;
    box-shadow: 0px 10px 10px #bfbfbf;
}


@media screen and (max-width: 1450px) {
    .btn-client a {
        font-size: 20px;
    }

    .btn-client a:hover {
        font-size: 23px;
    }

   
}   

@media screen and (max-width: 1200px) {
    .btn-client a {
        font-size: 18px;
    }
    .why-image-second img {
        width: 90%;
    }
    .btn-client a:hover {
        font-size: 19px;
    }
}

/* NEW STYLE FOR SUTA */

.feature-container {
    display: flex;
    justify-content: space-evenly;
}

.one-testimonal-card {
    width:60%;
    margin: 0 auto;
}


