
.w-100{width: 100%;}

.cta-btn{background: #FB7F76; padding: 15px; display: block; width: 100%; font-size: 16px; color:#FFF; text-decoration: none!important; text-align: center; width: 350px; max-width: 100%; border: none; outline: none; cursor: pointer;
    @media(min-width:991px){width: 400px; font-size: 18px; padding: 20px 15px;}
}


.page-hero{position: relative;


    .hero-content{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: wrap;justify-content: center; 

        @media(max-width:767px){justify-content: flex-end;padding-bottom: 40px;}

    }

    .page-title{color:#FFF; text-align: left; font-size: 55px; font-weight: 700;margin-bottom: 20px; line-height: 1.2;

        @media(max-width:1500px){font-size: 45px; margin-bottom: 10px; line-height: 1.2;}

        @media(max-width:1200px){font-size: 30px; margin-top: 60px;}

        @media(max-width:991px){font-size: 25px; font-weight: 600;}
        
        @media(max-width:767px){text-align: center;}

    }

    .page-sub-title{color:#FB7F76;font-weight: 700;text-align: left; font-size: 45px;margin-top: 0;

        @media(max-width:1500px){font-size: 38px; margin-bottom: 20px; margin-top: 10px; line-height: 1.2;}
        @media(max-width:1200px){font-size: 23px;}

        @media(max-width:991px){font-size: 20px; }

        @media(max-width:767px){text-align: center;}

    }


    @media(max-width:767px){
        .cta-btn{margin-right: auto;margin-left: auto;}
    }

}


.vsl-section{color:#000;

    @media(max-width:991px){padding-right: 15px;padding-left: 15px;}

    &.tp-hero-section{text-align: center;background: #EAF0CC; padding-top: 50px; padding-bottom: 12%;

        .txt{font-size: 25px; line-height: 1.4;}

        @media(max-width:1400px){padding-bottom: 50px;
            .txt{line-height: 1;}
        }

        @media(max-width:991px){padding-bottom: 200px; padding-top: 25px;
            .txt{line-height: 1.4; font-size: 17px;}
        }

    }

    &.meet-section{padding-top: 70px; background: #F8F9F2;

        .section-title{font-weight: 700; font-size: 45px; text-align: center; margin-top: 0;}

        .txt{font-size: 20px; text-align: center;}

        @media(max-width:991px){
            .section-title{font-size: 25px;}
            .txt{font-size: 16px;}
        }

    }


    &.product-section{background: #F8F9F2; position: relative;padding-top: 110px; padding-bottom: 55px;position: relative;

        .leaf-1{position: absolute;left: 0; top: 0; transform: translateY(-50%); width: 150px;
        
            @media(max-width:1400px){width: 100px;}

            @media(max-width:1120px) and (min-width: 991px){display: none;}

            @media(max-width:991px){top: 38%;width: 60px;}
        
        }

        .leaf-2{position: absolute; top: 0; transform: translateY(-40%); right: 4%;width: 100px;
            
            @media(max-width:1500px){right: 3%; width: 80px;}

            @media(max-width:991px){display: none;}


        }

        .section-title{font-weight: 700; margin-bottom: 35px;
            
            @media(max-width:991px){text-align: center; margin-bottom: 25px;}
        
        }

        .cta-btn{width: 100%; max-width: initial;}

        .img-desc-wrap{

            .inner{display: flex; flex-wrap: wrap;

                .img-warp{max-width: 250px; flex: 0 0 100%; width: 100%; margin-right: auto;margin-left: auto;}
                .desc-wrap{max-width: 100%; flex: 0 0 100%;}

                 @media(min-width:991px){
                    .img-warp{max-width: 35%; flex: 0 0 35%; padding-right: 5px;}
                    .desc-wrap{max-width: 65%; flex: 0 0 65%;}
                }

                @media(max-width:1200px) and (min-width: 991px){
                    .img-warp{max-width: 20%; flex: 0 0 20%; margin-bottom: 25px;}
                    .desc-wrap{max-width: 80%; flex: 0 0 80%; padding-left: 25px;}
                }

                @media(max-width:991px){
                    .img-warp{margin-bottom: 25px; max-width: 250px;}
                }

                  @media(max-width:767px){
                    .img-warp{max-width: 180px;}
                }

                .desc-wrap{

                    ul{padding-left: 0; margin-top: 0;

                        li{list-style: none;color:#000;font-size: 18px; margin-bottom: 20px;padding-left: 15px; position: relative;

                            &::before{content: '*'; position: absolute; left: 0; top: 3px; color:#71CD78;font-size: 18px;}
                            
                            @media(max-width:991px){font-size: 16px;

                                &::before{font-size: 16px;}

                            }

                        }
                    }

                }

            }

        }


        .options-wrap{

            .option-box{background: #FFF; box-shadow: 0 3px 3px rgba(0,0,0,0.16); border-radius: 16px; padding: 20px 12px; margin-bottom: 22px; display: flex; flex-wrap: wrap; position: relative; cursor: pointer;
                &.sub-option{
                    .option-title{
                        @media(max-width:400px){max-width: calc(100% - 94px); margin-bottom: 25px;}
                    }
                }
            
            }

            .radio-wrapper{padding-right: 8px;

                .option-radio{width: 18px;height: 18px;}

            }

            .option-title{margin-top: 2px; font-size: 18px; font-weight: 600; margin-bottom: 7px;
            
                @media(max-width:991px){font-size: 16px;}
            }

            .content{max-width: calc(100% - 140px);
            
                @media(max-width:991px){
                    max-width: calc(100% - 35px);
                }
                
            }

            .option-desc{font-size: 16px; font-weight: 400; color: #000;

                @media(max-width:991px){font-size: 14px;}

                ul{margin-top: 0; padding-left: 20px; margin-bottom: 0;
                    li{line-height: 1.4; margin-bottom: 0;}
                } 

                p{margin-top: 0; margin-bottom: 10px;}
                h4{margin-bottom: 0; margin-top: 12px; color:#71CD78; font-weight: 600; font-size: 16px;
                
                    @media(max-width:991px){font-size: 14px;}

                }

            }

            .pricing{margin-left: auto; font-weight: 600; font-size: 20px; color:#000; line-height: 1;text-align:right;

                .bubble{color: #FB7F76;font-size: 12px;text-align: center; padding: 5px;border: 1px solid #FB7F76; border-radius: 5px; margin-bottom: 15px;}

                @media(max-width:991px){position: absolute; right: 12px;}

            }

        }

    }




    &.why-section{background: #FBFBFB; color: #000;overflow: hidden; padding-top: 70px; padding-bottom: 120px;

        @media(max-width:991px){padding-top: 15px; padding-bottom: 15px;}

        .section-title{font-weight: 700; font-size: 45px; text-align: center; margin-top: 0;}

        .desc{text-align: center; width: 746px; max-width: 100%; margin-right: auto;margin-left: auto;font-size: 20px; margin-bottom: 60px;

            h3{font-weight: 600; font-size: 25px; 
                br{display: none;}
            }

            @media(max-width:991px){text-align: left;
                h3{text-align: center;
                    br{display: block;}
                }
            }

        }

        @media(max-width:550px){
            .section-title{font-size: 25px;}
            .desc{font-size: 16px;font-weight: 500;
                h3{font-size: 16px;font-weight: 700;}
            }
        }


        .content-col{
            .inner{position: relative;width: 100%;}
            .left-side{width: 55%;position: relative;
                .leaf-m{position: absolute;right: 0;top: 0; transform: translateY(-50%);}
            }
            .right-side{width: 45%;


                .leaf-img{position: absolute; right: -20%; top: -20%; z-index: 1; width: 50%;
                    @media(max-width:1200px){display: none;}
                }
                
                .right-inner{width: 51%; padding: 50px 40px; font-size: 18px; background: #FFF; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
                ul{padding-left: 0; margin-top: 0;

                    li{list-style: none;color:#000;font-size: 18px; margin-bottom: 0; padding-left: 15px; position: relative;

                        &::before{content: '*'; position: absolute; left: 0; top: 3px; color:#71CD78;font-size: 18px;}
                        
                        @media(max-width:991px){font-size: 16px;

                            &::before{font-size: 16px;}

                        }

                    }
                }
            }

            @media(max-width:1200px){padding-right: 0;padding-left: 0;
                .right-side, .left-side{width: 746px; margin-right: auto;margin-left: auto; max-width: 100%;}
                .right-side{padding-right: 15px;padding-left: 15px;
                    .right-inner{width: 100%;position: static; transform: none; width: 100%; padding: 0;
                        ul li{margin-bottom: 20px;}
                    }
                }
                 
            }

            @media(max-width:991px){
                .right-side{margin-top: 22px;}
                .left-side{width: calc(100% + 30px); max-width: initial; margin-left: -15px;}
            }
        }

    }



    &.tp-section{background: #EAF0CC; padding-top: 40px; padding-bottom: 40px; color: #000;

        @media(max-width:991px){padding-top: 30px;margin-top: 30px;}

        .txt{font-size: 25px; font-weight: 500; line-height: 1.4;}

        .tp-widget-wrap{display: flex; margin-left: -15px;}

        .txt-col{position: relative;

            @media(max-width:991px){padding-bottom: 15px; margin-bottom: 15px;}

            &::before{content: ''; position: absolute; display: block; width: 1px; height: 70%; right: 3%; top: 15%; background: rgba(0,0,0,0.5);
            
                @media(max-width:991px){width: calc(100% - 30px); height: 1px; top: 100%; right: 15px;}
                
            }

        }

        .bullets-col{font-size: 18px;}


        @media(max-width:1400px){
            .txt{font-size: 22px;}
            .bullets-col{font-size: 16px;}
        }

        @media(max-width:991px){
            .txt{font-size: 20px;}
        }

    }



    &.reviews-section{background: #F8F9F2; color: #000; padding-bottom: 13%;padding-top: 100px;position: relative;

        @media(max-width:500px){padding-bottom: 50%; padding-top: 60px;}

        .leaf-2{position: absolute; top: 0; transform: translateY(-50%); right: 12%;
            
            @media(max-width:1500px){right: 3%; width: 120px;}

            @media(max-width:991px){right: initial; left: 0; width: 80px;}

            @media(max-width:767px){width: 60px;}

        }

        .section-title{text-align: center; font-size: 45px; font-weight: 700;margin-top: 0; margin-bottom: 18px;
        
            @media(max-width:991px){font-size: 25px;}
        
        }

        
        ul.slick-dots {position: absolute;top: calc(100% + 10px);left: 0;right: 0;text-align: center;

            li {display: inline-block;margin: 0 10px 0 0;

                &:last-child{margin: 0;}

                button{width: 15px;height: 15px;background: #D9D9D9;border-radius: 50%;border: none;box-shadow: none;position: relative;outline: none;font-size: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}

                &.slick-active button {background: #FB7F76;}
            }


            @media(max-width:991px){top: initial; bottom: -15px; padding: 15px;}
            
        }


        .content-wrap{

            .txt-wrap{font-size: 20px; font-weight: 500; text-align: center; line-height: 1.5; margin-top: 18px; margin-bottom: 50px;

                @media(max-width:991px){text-align: left;font-size: 16px;margin-bottom: 35px;
                    br{display: none;}
                }

            }

        }

        .single-review{padding: 25px 15px;
            .inner{display: flex;}
            
            .img-wrap{max-width: 25%; flex: 0 0 25%; position: relative;padding-left: 10%;}
            .reviewer-img{position: relative;z-index: 2;}
            .leaf-img{position: absolute; left: 0; top: 24%; width: 70%; z-index: 1; transform: translate(0, -50%);}

            .txt-wrap{max-width: 75%; flex: 0 0 75%;font-size: 18px; padding-left: 50px; line-height: 1.5;}
            .the-name{font-weight: 700; margin-top: 30px;}

            @media(max-width:991px){
                .inner{display: block;}
                .txt-wrap{max-width: 100%; width: 100%; padding-left: 15px;padding-right: 15px; font-size: 16px;}
                .the-name{text-align: center; margin-top: 20px;font-size: 16px;}
                .img-wrap{margin-right: auto;margin-left: auto;max-width: 80%;}
                .reviewer-img{width: 80%;margin-right: auto;margin-left: auto;}
                .leaf-img{top: 34%; width: 70%;left: initial; right: 48%;}
            }
        }

    }



    &.what-section{color: #FFF; position: relative;

        @media(min-width:991px){
            padding-top: 100px; padding-bottom: 70px;background: linear-gradient(211.06deg, rgba(139, 183, 201, 0) 18.74%, rgba(69, 90, 99, 0.5) 68.15%);
            &::before{content: ''; position: absolute; top: 0;right: 0; width: 100%; height: 100%; background: #7296A5;z-index: -1;}    
        }
        

        .section-title{font-size: 45px; color: #FFF; font-weight: 600; margin-top: 0;

            @media(max-width:991px){font-size: 35px;margin-top: 20px; margin-bottom: 20px;}

        }

        .desc{font-size: 25px; line-height: 1.5;
            
            @media(max-width:991px){font-size: 16px;padding-bottom: 10px;}
        
        }

        @media(min-width:991px){
            .img-wrap{position: relative;
                .inner{position: absolute; right: 0; bottom: -70px; width: 100%;}
            }    
        }

        @media(max-width:991px){background: #7296A5;
            .img-wrap{order: -1;margin-top: -20%;}
        }

        @media(max-width:500px){
            .img-wrap{margin-top: -50%;}
        }
        

    }


    &.ingredients-section{background: #769BAA1C; padding-top: 65px; padding-bottom: 100px; color: #000;

        @media(max-width:991px){padding-top: 30px;padding-bottom: 30px; background: #FFF;}

        .section-title{font-size: 35px; font-weight: 500; text-align: center;

            @media(max-width:991px){font-size: 20px;

                br{display: none;}

            }

        }

        .single-ing{display: flex; flex-direction: column;

            .content{border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; padding: 25px; flex-grow: 1;}
            &.left-side .content{background: #FDEF86;}
            &.right-side .content{background: #FFDEA9;}
            .ing-title{font-size: 30px; font-weight: 700; margin-top: 0; margin-bottom: 15px;}
            ul{margin-top: 0; margin-bottom: 0;}

            @media(max-width:991px){margin-bottom: 25px;
            
                .ing-title{font-size: 20px;}
                .img-wrap img{min-height: 230px; object-fit: cover; border-top-left-radius:10px; border-top-right-radius: 10px}
                ul{padding-left: 25px;font-size: 16px;}
            
            }

        }

    }



    &.dual{padding-top: 100px; padding-bottom: 100px; background: #FFF;

        .section-title{font-size: 40px; line-height: 1.3; margin-bottom: 40px; margin-top: 0;}

        .right-inner .txt{font-size: 18px;margin-bottom: 30px; line-height: 1.3;

            h3{font-size: 25px; margin-bottom: 40px; font-weight: 700;}

        }


        @media(max-width:991px){padding-top: 15px;padding-bottom: 25px;
        
            .section-title{font-size: 20px; font-weight: 600;}

            .right-inner .txt{font-size: 20px;
                h3{margin-bottom: 30px;}
            }

        
        }

    }


    &.proven-section{background:rgba(213, 247, 255, 0.49); padding-top: 50px;padding-bottom: 50px; color: #000; margin-bottom: 35px;

        .section-title{font-size: 45px; font-weight: 700; margin-bottom: 30px; margin-top: 0;}

        .txt{font-size: 18px;font-weight: 400; line-height: 1.7;
            strong{font-weight: 700;}
            p,ul{margin-bottom: 1.4em;}

            @media(max-width:991px){font-size: 16px; line-height: 1.8;}

        }


        .note-row{background: #C8E3EA; text-align: center; padding: 20px 15px;font-size: 16px;font-weight: 400; margin-top: 35px;
            b{font-weight: 700;}

            @media(min-width:991px){border-radius: 10px; margin-bottom: -84px;}

            @media(max-width:991px){padding-right: 0;padding-left: 0;width: calc(100% + 50px); max-width: initial; margin-left: -25px;}

        }


        @media(max-width:991px){margin-bottom: 0;padding-bottom: 0;
            .section-title{font-size: 25px; text-align: center;}
            .img-col{order: -1;}
        }

    }


    &.problem-section{padding-top: 150px;padding-bottom: 120px;

        .section-title{font-size: 45px; font-weight: 700;margin-top: 0; margin-bottom: 70px;}

        .txt{
            h3{font-size: 25px; font-weight: 600;}
            ul{font-size: 18px; font-weight: 400; line-height: 1.7;}
            p,ul{margin-bottom: 1.4em;}
        }

        @media(max-width:1200px){padding-top: 50px; padding-bottom: 30px;

            .img-col{margin-bottom: 25px;}
            .section-title{margin-bottom: 30px;}

        }


        @media(max-width:991px){padding-top: 0;

            .img-col{padding-right: 0;padding-left: 0; width: calc(100% + 30px); margin-left: -15px; max-width: initial;}
            .section-title{font-size: 25px;}
            .txt{
                h3{font-size: 20px;}
                ul{font-size: 16px;}
            }

        }

    }


    &.team-section{background: #EBEBE5;padding-top: 75px;padding-bottom: 100px;

        @media(max-width:991px){padding-top: 50px;padding-bottom: 30px;}

        .section-title{font-size: 45px;font-weight: 700;margin-bottom: 63px; margin-top: 0; text-align: center;
        
            @media(max-width:991px){font-size: 25px;margin-bottom: 30px;}
        
        }

        .team-member{
            .name{font-size: 20px;font-weight: 700;margin-top: 25px;margin-bottom: 15px;}
            .txt{color: #707070; font-size: 16px; line-height: 1.5;}

             @media(max-width:991px){
                &:nth-child(2){order:-1;margin-bottom: 35px;}
                .name{margin-top: 35px;}
            }

            @media(min-width:991px){
                &:nth-child(1){padding-right: 30px;}
                &:nth-child(2){padding-left: 30px;}
            }


        }


        @media(max-width:991px){
            .section-title{text-align: left;}
        }

    }


    &.faqs-section{

        @media(min-width:991px){padding-top: 35px;}

        @media(max-width:991px){padding-top: 50px;}

        .section-title{font-size: 45px;font-weight: 700;
        
            @media(max-width:991px){font-size: 27px;margin-bottom: 0;}
        }
    }


    &.banner-section{
        
        .container-fluid.container-lg{
        
            @media(min-width:991px){padding: 60px 50px 30px; min-height: 360px;position: relative; display: flex; align-items: center;}

        }

        


        .banner-bg{position: absolute; top: 0; left: 0; z-index: -1; width: 100%;height: 100%;

            img{width: 100%;height: 100%; object-fit: cover; object-position: right center;}

        }

        .button--primary{background: #FB7F76; border: 2px solid #FFF;;}

        .banner-content{

            .content > *{color: white;}

            .section-title{font-size: 38px;font-weight: 800; margin-top: 0; margin-bottom: 35px;
            
                @media(max-width:767px){font-size: 25px;margin-bottom: 20px;}
            
            }

            .txt{font-size: 21px; font-weight: 500; line-height: 1.1;margin-bottom: 35px;
            
                @media(max-width:767px){font-size: 16px;margin-bottom: 0; font-weight: 600; line-height: 1.5;}
            
            }

        }

         @media(max-width:991px){

            .banner-content{position: relative;
                .content{position: absolute;bottom: 0;right: 0;width: 100%;padding:15px;
                    br{display: none;}
                }
            }

            .cta-btn{margin-right: auto;margin-left: auto;}
            
        }
        
    }



}