body{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #222423;
    background: #ffffff;
}
@font-face {
    font-family: Diamant;
    src: url(../fonts/Diamant.otf);
    font-weight: 400;
}
.thin-font{
    font-weight: 200;
}
.light-font{
    font-weight: 300;
}
.regular-font{
    font-weight: 400;
}
.medium-font{
    font-weight: 500;
}
.semibold-font{
    font-weight: 600;
}
.bold-font{
    font-weight: 700;
}
.extra-bold{
    font-weight: 800;
}
.black-font{
    font-weight: 900;
}
.orange-color{
    color: #E5510E;
}
.primary-color{
    color: #3B9BCD;
}
.blue-color{
    color: #0B5F8B;
}
.white-text{
    color: white;
}
.grey-color{
    color: #605f6f;
}
header{
    background: #38597B;
    padding: 15px 0;
    z-index: 1;
    color: white;
}
header p{
    font-size: 12.5px;
}

.check-list{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.check-list > li{
    margin-left: 0;
    padding-left: 28px;
    background: url(../images/check-icon.png) no-repeat left top;
    background-size: 18px auto;
    background-position-y: 6px;
    font-size: 1.2em;
    color: #27395F;
    font-weight: 700;
    margin-bottom: 7px;
}
.section-1 .check-list{
    margin-bottom: 40px;
}
img{
    max-width: 100%;
}
.btn-custom{
    padding: 10px 25px;
    font-size: 1.25em;
    border-radius: 8px;
    color: black;
    font-weight: 700;
    text-align: center;
    border: 2px solid white;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
    background: rgb(245,124,5);
    background: linear-gradient(0deg, rgba(245,124,5,1) 0%, rgba(245,124,5,1) 40%, rgba(243,189,0,1) 60%, rgba(243,189,0,1) 100%);
}
.main-title{
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 40px;
    font-weight: 700;
}
.main-title span{
    font-weight: 400;
    color: #364567;
    display: block;
}
:focus{
    outline: none;
}
.slick-dots li button:before {
    font-size: 16px;
    color: #3B9BCD;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3B9BCD;
}
.popup-page-content {
    max-width: 1000px;
    margin: 30px auto;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 5px;
    box-shadow: 1px 1px 23px 0 rgb(0 0 0 / 71%);
    font-size: 15px;
}
.popup-page-content h2 {
    margin-bottom: 40px;
}
a, a:hover{
    text-decoration: none;
}
.footer{
    color: #999999;
    background: #FFFFFF url("../images/footer-bg.png") no-repeat center top;
    background-size: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 0.8em;
}
.footer a{
    color: #999999;
    /*font-size: 0.9em;*/
}
.footer a.btn-custom{
    color: black;
}
.icons-section{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icon-item{
    width: 20%;
    padding: 15px;
}
.icon-item h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.icon-item p{
    font-size: 0.9em;
}
.icon-item img{
    max-height: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.accordion-button{
    font-weight: 700;
    color: #11151b;
    border-radius: 4px;
    border: none !important;
}
.accordion-item{
    margin-bottom: 15px;
    font-size: 1em;
    border: none !important;
    border-radius: 4px;
}
.accordion-button:not(.collapsed) {
    color: #11151b;
    background-color: #F8F9FB;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordion-body{
    font-weight: 300;
    line-height: 1.7;

}
.accordion-button::after{
    color: #11151b;
    font-weight: 500;
    content: "+";
    font-size: 28px;
    background: none;
    line-height: 28px;
    height: auto;
}
.accordion-button:not(.collapsed)::after{
    content: '-';
    background-image: none;
    transform: none;
    color: #DF6751;
}
.faq-section{
    margin-bottom: 60px;
}
.menu-wrapper{
    background: white;
    padding: 10px 0;
    z-index: 3;
}
.ml-auto{
    margin-left: auto;
}
.logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bio-heal-inner{
    position: relative;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.bio-heal-below-title{
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 1.1;
    font-style: italic;
}
.navbar-light .navbar-nav .nav-link {
    color: #4f4f4f;
    padding: 0.5rem 1rem;
}
.nav-link {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.bio-heal{
    padding-left: 100px;
}
.bio-heal:before{
    z-index: 0;
    position: absolute;
    content: 'BIO-HEAL';
    padding: 5px 25px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    border-radius: 15px;
    background: #33CCED;
    left: 0;
    top: 5px;
}
.bio-heal-inner img{
    width: 150px;
}
.bio-heal-inner h2{
    color: #364567;
    font-size: 46px;
    line-height: 0.9;
    font-style: italic;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
}
.reviews-btn{
    padding: 10px 15px 10px 0;
    border-radius: 8px;
    background: rgb(190,214,222);
    background: linear-gradient(90deg, rgba(190,214,222,0) 0%, rgba(190,214,222,0) 13%, rgba(190,214,222,0.908000700280112) 100%);
}
.reviews-btn div img{
    max-width: 130px;
}
.reviews-btn h5{
    font-size: 1.4em;
}
.reviews-btn > img{
    border-radius: 50%;
    width: 40px;
    margin-left: 15px;
}
.section-1{
    background: url("../images/top-bg.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 50px 0 0;
}
.section-1-left{
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../images/home-top-product.png") no-repeat right bottom;
    background-size: 70%;
    background-position-x: calc(100% + 30px);
}
.text-right{
    text-align: right;
}
.section-1-right{
    margin-bottom: -70px;
}
.form-wrap{
    border: 5px solid white;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 5px 10px 2px rgba(123, 40, 148, 0.3);
    background: #83D5EE;
}
.form-wrap h3{
    font-size: 24px;
    line-height: 1.1;
    padding-left: 90px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 30px;
    text-transform: capitalize !important;
}
.form-wrap h3:before{
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -20px;
    background: url(../images/step-1.png) no-repeat left center;
    background-size: auto 100%;
    background-position-x: -8px;
}
.form-wrap label, .form-wrap .form-control{
    font-size: 0.85em;
}
.form-wrap .form-control:focus{
    outline: none;
}
.form-wrap .form-control{
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 10%);
}
.form-secure-img{
    display: block;
    margin: 15px auto 0;
}
.bottom-border{
    padding-bottom: 20px;
    position: relative;
}
.bottom-border:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #BEBFC2;
    height: 4px;
    width: 120px;
}
.sub-title{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.large-para{
    font-size: 1.1em;
}
.section-2{
    padding: 120px 0 60px;
    background: white url("../images/section-1-bg.png") no-repeat center center;
    background-size: cover;
}
.video-top{
    position: relative;
    color: #4f4f4f;
    font-size: 26px;
    font-weight: 600;
    padding-left: 80px;
    line-height: 1.1;
    margin-bottom: 30px;
}
.video-top:before{
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.8;
    color: #d7eaf0;
    font-weight: 500;
    font-size: 180px;
}

.content-video{
    border: 3px solid white;
    box-shadow: 0 0 17px 15px rgb(131 213 238 / 40%);
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.number-list h4{
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 20px;
}
.section-3{
    padding: 80px 0;
    background: url("../images/section-2-bg.png") no-repeat center center;
    background-size: cover;
}
.section-3 .bottom-border:after, .section-4 .bottom-border:after, .section-6 .bottom-border:after, .section-7 .bottom-border:after{
    background: #79B8D9;
}
.section-4 h4{
    color: #5b5e66;
    font-size: 22px;
    margin-bottom: 30px;
}
.section-4 .reviews-btn-wrapper{
    padding-left: 250px;
}
.number-wrap{
    min-width: 100px;
    width: 100px;
    margin-right: 15px;
}
.border-img{
    max-width: 100%;
    margin: 25px 0;
}
.section-4{
    padding: 80px 0;
    background: url("../images/section-3-bg.jpg") no-repeat center center;
    background-size: cover;
}
.section-5{
    background: white;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    min-height: 90px;
}
.review-content{
    padding: 0 90px;
    position: relative;
}
.review-content:before{
    position: absolute;
    content: '“';
    left: 0;
    top: 0;
}
.review-content:after{
    position: absolute;
    content: '”';
    right: 0;
    bottom: -80px;
}
.review-content:before, .review-content:after{
    color: #b6e4f3;
    line-height: 1;
    font-size: 15em;
}
.orange-quote{
    width: 150px;
    margin-bottom: 30px;
}
.review-star{
    width: 130px;
    margin-bottom: 10px;
}
.section-5 span{
    position: absolute;
    color: #bce6f3;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    animation: 15s linear 0s infinite marquee;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@keyframes marquee {
    0%{
        left: 0;
    }
    100%{
        left: -100%;
    }
}
.section-6{
    padding: 80px 0;
    background: #ffffff;
}
.text-center.bottom-border:after{
    left: 50%;
    transform: translateX(-50%);
}
.border-3{
    border: 3px solid white;
}
.video-wrap{
    padding: 50px 30px 0 0;
    background: rgb(171,225,242);
    background: linear-gradient(230deg, rgba(171,225,242,0.9) 0%, rgba(171,225,242,0) 50%, rgba(171,225,242,0.022846638655462215) 100%);
}
.section-7{
    background: #FFFFFF;
}
.section-7 .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-7-logo{
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-30%);
}
.about-img img{
    width: 300px;
    min-width: 300px;
}
.about-img{
    padding-top: 50px;
    margin-right: 50px;
}
.about-img:after{
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -30px;
    top: 0;
    background: url("../images/quote-grey.png") no-repeat left top;
    background-size: 200px;
}
.about-content h5{
    font-size: 22px;
}
.about-content span{
    display: block;
    margin-top: 30px;
    font-size: 56px;
    color: #8e9196;
    font-family: 'Diamant';
}
.section-8{
    padding: 30px 0;
    background: url("../images/section-8-bg.jpg") no-repeat center center;
    background-size: cover;
}
.section-8 .bio-heal {
    margin-left: -30px;
}
.section-9{
    padding: 40px 0;
    background: white url("../images/bottom-bg.png") no-repeat center bottom;
    background-size: 100%;
}
.footer-logo-wrap{
    width: 30%;
    text-align: left;
}
.footer-payment{
    max-height: 40px;
}
.section-9 .reviews-btn-wrapper{
    position: absolute;
    top: 0;
    right: -70px;
}
.footer-text{
    font-size: 1.25em;
    font-weight: bold;
}
.footer-grey{
    color: #92AEB6;
}
.copyright-text, .footer a{
    font-weight: 600;
}
.checkout-footer-payments{
    max-height: 50px;
}
.checkout-footer.footer{
    padding-top: 60px;
}
.checkout-top{

}
.checkout-top p{
    padding-right: 15px;
    line-height: 1.3;
}
.checkout-top img{
    max-width: 165px;
}
.package-box{
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    border: 5px solid #FFFFFF;
    background: transparent;
    margin-bottom: 100px;
}
.package-box.active{
    border: 5px solid #3EDAFA;
    background: #AFEAFD;
}
.package-box > input {
    opacity: 0;
    position: absolute;
}
.package-label{
    position: absolute;
    top: 0;
    left: 0;
}
.package-label-inner{
    position: relative;
    background: rgb(52,142,188);
    background: linear-gradient(270deg, rgba(52,142,188,1) 0%, rgba(52,142,188,1) 66%, rgba(63,219,251,1) 100%);
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
.package-label-check{
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: white;
    border: 1px solid #1DC2E5;
    left: 20px;
    bottom: -5px;
}
.package-label-inner span{
    display: block;
    padding: 12px 40px;
    margin-left: 50px;
}
.package-label-check img{
    position: absolute;
    display: none;
    width: 40px;
    max-width: 40px;
    bottom: 1px;
    left: 3px;
}
.active .package-label-check img{
    display: block;
}
.package-left-content span.save-value{
    position: absolute;
    left: 105px;
    top: 5px;
}
.package-left-content img{
    max-height: 40px;
}
.package-right-content{
    padding: 20px 15px 20px 0;
}
.free-shipping-icon{
    max-height: 30px;
    margin-bottom: 15px;
}
.package-title{
    font-size: 20px;
    font-weight: bold;
    color: #364567;
    margin-bottom: 20px;
}
.package-img-box{
    width: 100%;
    transform: translateY(-55%);
}
.package-price{
    font-size: 30px;
    font-weight: bold;
}
.plus-icon{
    transform: translateY(-50px);
}
.free-badge{
    width: 50px;
    transform: translate(-110px, -50px);
}
.normal-price{
    font-weight: bold;
    font-size: 22px;
    padding: 0 15px;
    color: #cb5473;
}
.checkout-page{
    padding: 50px 0;
    background: url("../images/checkout-content-bg.jpg") no-repeat center center;
    background-size: cover;
}
.pack-btn{
    position: absolute;
    color: #91b0b9;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
}
.package-left-content{
    padding-top: 60px;
}
.checkout-top-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.checkout-top-title span{
    color: #F74E03;
}
.checkout-page .form-wrap h3:before{
    background-image: url("../images/step-final.png");
}
.card-grey-bg{
    padding: 15px;
    background: #A2E4F1;
}
.card-grey-bg.card-number{
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.card-grey-bg.card-paypal{
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 0px;
}
.billing-address{
    display: none;
}
.card-payment{
    max-height: 33px;
    margin: 10px auto 20px;
}
.card-form label{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #133547;
}
.subscribesave_pointer {
    position: absolute;
    left: -15px;
    width: 35px;
}
.sub-wrapper {
    padding: 15px 30px 5px;
}
.package-price span, .normal-price span, .save-value span{
    display: inline-block;
}
.package-price span.unsub, .normal-price span.unsub, .save-value span.unsub{
    display: none;
}
.unsub-box .package-price span, .unsub-box .normal-price span, .unsub-box .save-value span{
    display: none;
}
.unsub-box .package-price span.unsub, .unsub-box .normal-price span.unsub, .unsub-box .save-value span.unsub{
    display: inline-block;
}
.checkout-right-top{
    max-width: 270px;
    margin: 0 auto;
}
body .jdgm-widget.jdgm-widget {
    display: block !important;
    visibility: visible !important;
}
.pack-1 .package-img-box {
    transform: translateY(-45%);
}
.unsub-box.pack-1 .free-shipping-icon{
    display: none;
}
.pack-1-shipping{
    display: none;
}
.unsub-box .pack-1-shipping{
    display: block;
}

.red-color{
    color: red;
}
.cbd-oil .order-btn a.blue-btn{
    width: auto !important;
    color: white !important;
    background: #1990c6;
    border: none;
    font-weight: 400;
}
.header-complete-part{
    padding-left: 150px;
}
.reviews-btn-wrapper{
    cursor: pointer;
}




@media (min-width: 1400px){
    .container{
        max-width: 1260px;
    }
}
@media (max-width: 1399px){
    .form-wrap h3 {
        font-size: 22px;
        padding-left: 75px;
    }
    .orange-quote {
        width: 115px;
    }
    .section-7-logo {
        max-width: 300px;
    }
    .form-wrap h3:before{
        background-size: auto 80%;
    }
}
@media (max-width: 1199px){
    .package-title {
        font-size: 17px;
    }
    .package-price {
        font-size: 26px;
    }
    .pack-3 .main-product{
        max-width: 40%;
    }
    .pack-2 .main-product{
        max-width: 37%;
    }
    .pack-1 .main-product{
        max-width: 35%;
    }
    .pack-3 .free-product{
        max-width: 33%;
    }
    .pack-2 .free-product{
        max-width: 30%;
    }
    .plus-icon {
        width: 30px;
    }
    .check-list > li{
        background-position-y: 2px;
        font-size: 1em;
    }
    .free-badge {
        width: 40px;
        transform: translate(-105px, -45px);
    }
    .icon-item img {
        height: 45px;
    }
    .icon-item h5 {
        font-size: 1em;
    }
    .icon-item {
        padding: 15px 10px;
    }
    .form-wrap label, .form-wrap .form-control {
        font-size: 0.75em;
    }
    .section-1-left {
        background-size: 68%;
    }
    .form-wrap h3 {
        font-size: 18px;
        padding-left: 60px;
    }
    .jdgm-buyer-badge--right-of-timestamp .form-wrap h3{
        font-size: 14px !important;
    }
    .main-title {
        font-size: 42px;
    }
    .video-top{
        font-size: 22px;
    }
    .sub-title {
        font-size: 20px;
    }
    .number-list h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .bio-heal:before {
        padding: 3px 15px;
        font-size: 0.8em;
    }
    .bio-heal {
        padding-left: 65px;
    }
    .bio-heal-inner img {
        width: 110px;
    }
    .bio-heal-inner h2 {
        font-size: 36px;
    }
    .section-4 .reviews-btn-wrapper {
        padding-left: 150px;
    }
    .bio-heal-below-title {
        font-size: 20px;
    }
    .section-4 h4 {
        font-size: 20px;
    }
    .reviews-btn div img {
        max-width: 100px;
    }
    .reviews-btn h5 {
        font-size: 1.2em;
    }
    .reviews-btn {
        padding: 7px 15px 7px 0;
    }
    .section-9 .reviews-btn-wrapper {
        right: -45px;
    }
    .footer-text {
        font-size: 1em;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
    }
}
@media (max-width: 991px){
    .review-content {
        padding: 60px 90px 0;
    }
    header p {
        font-size: 12px;
        padding: 0 100px;
    }
    .main-title {
        font-size: 36px;
    }
    .menu-wrapper {
        padding: 0;
    }
    .logo {
        width: 100px;
        position: absolute;
        top: -27px;
        transform: none;
    }
    .section-1-left {
        background-size: 68%;
        background-position-x: 100%;
    }
    .section-1-right {
        margin-top: 30px;
    }
    .form-wrap h3 {
        font-size: 25px;
        padding-left: 95px;
        max-width: 400px;
    }
    .number-wrap {
        min-width: 65px;
        width: 65px;
    }
    .number-wrap img{
        max-height: 80px;
    }
    .number-list p{
        font-size: 0.9em;
    }
    .number-list h4{
        font-size: 20px;
    }
    .section-4 .btn-custom{
        float: left;
        margin-bottom: 50px;
    }
    .section-5{
        min-height: 70px;
    }
    .section-5 span{
        font-size: 22px;
    }
    .section-7-logo {
        max-width: 200px;
    }
    .about-img {
        padding-top: 70px;
        margin-right: 25px;
    }
    .about-img img {
        width: 200px;
        min-width: 200px;
    }
    .about-img:after{
        background-size: 130px;
    }
    .about-content span {
        font-size: 46px;
    }
    .about-content p{
        font-size: 0.9em;
    }
    .about-content h5 {
        font-size: 20px;
    }
    .section-8 .bio-heal {
        margin-left: 0;
    }
    .section-8 .text-right{
        text-align: center;
    }
    .section-9 .reviews-btn-wrapper {
        right: 0;
    }
    .section-9 .btn-custom{
        margin-bottom: 30px;
    }
    .form-wrap h3:before {
        background-size: auto 100%;
    }

}
@media (max-width: 767px){
    .checkout-top-title {
        font-size: 20px;
    }
    .package-left-content span.save-value {
        left: 35%;
        top: 4px;
        font-size: 0.85em;
    }
    .pack-3 .main-product {
        max-width: 37%;
    }
    .pack-3 .free-product {
        max-width: 30%;
    }
    .pack-2 .main-product {
        max-width: 35%;
    }
    .package-price {
        font-size: 22px;
    }
    .normal-price {
        font-size: 18px;
    }
    .pack-btn {
        font-size: 0.85em;
    }
    .package-title {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .section-1-left {
        background-size: 55%;
    }
    .package-label-inner{
        font-size: 18px;
    }
    .section-1-left {
        padding-top: 0;
    }
    .video-top {
        margin-top: 30px;
    }
    header {
        padding: 10px 0;
    }
    header p {
        padding: 0 40px;
    }
    .icon-item {
        width: 33.33%;
    }
    .accordion-body {
        font-size: 0.857em;
        font-weight: 300;
        line-height: 1.6;
    }
    .main-title {
        font-size: 30px;
    }
    .review-content {
        padding: 50px 80px 0;
    }
    .review-content:before, .review-content:after {
        font-size: 12em;
    }
    .about-img img {
        width: 100px;
        min-width: 100px;
    }
    .about-img:after {
        background-size: 70px;
    }
    .about-img {
        padding-top: 0;
    }
    .about-content h5 {
        font-size: 17px;
    }
    .section-7-logo {
        max-width: 170px;
    }
    .about-content span {
        font-size: 36px;
    }
    .footer-top{
        flex-wrap: wrap;
    }
    .footer-logo-wrap {
        width: 100%;
        text-align: center;
    }
    .footer-text {
        font-size: 1.15em;
        width: 100%;
        margin: 15px 0;
    }
    .footer-secure{
        max-height: 45px;
    }
    .footer-payment {
        max-height: 30px;
    }

}
@media (max-width: 575px) {
    .checkout-top p{
        display: none;
    }
    .package-label-check img{
        width: 30px;
    }
    .free-shipping-icon {
        max-height: 20px;
        margin-bottom: 10px;
    }
    .package-left-content span.save-value {
        left: 30%;
        top: 2px;
        font-size: 0.8em;
    }
    .package-left-content {
        padding-top: 50px;
    }
    .plus-icon {
        width: 25px;
        transform: translateY(-20px);
    }
    .package-img-box {
        width: 100%;
        transform: translateY(-75%);
    }
    .pack-3 .main-product {
        max-width: 35%;
    }
    .pack-3 .free-product {
        max-width: 26%;
    }
    .free-badge {
        width: 35px;
        transform: translate(-65px, -25px);
    }
    .pack-2 .main-product {
        max-width: 33%;
    }
    .package-box{
        margin-bottom: 60px;
    }
    .package-price {
        font-size: 18px;
    }
    .pack-2 .free-product {
        max-width: 27%;
    }
    .normal-price {
        font-size: 14px;
    }
    .package-title {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    body {
        font-size: 0.9em
    }
    .package-label-check{
        width: 26px;
        height: 26px;
        left: 10px;
    }
    .package-label-inner span {
        display: block;
        padding: 10px 15px;
        margin-left: 45px;
    }
    .package-label-inner {
        font-size: 14px;
    }
    header p {
        font-size: 12px;
    }

    .main-title {
        font-size: 24px;
    }

    header {
        padding: 10px 0;
    }

    .icon-item {
        width: 70%;
    }


    .section-4-item h5 {
        font-size: 1.35em;
    }

    .section-4-item-man img {
        margin-right: 20px;
        width: 70px;
        max-width: 70px;
    }

    .accordion-button {
        padding: 10px 0 15px 10px;
    }

    .accordion-body {
        padding: 10px 15px;
    }

    .accordion-button::after {
        font-size: 26px;
        line-height: 26px;
    }

    .bio-heal-inner img {
        width: 100px;
    }

    .bio-heal-inner h2 {
        font-size: 28px;
    }

    .bio-heal-below-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .reviews-btn div img {
        max-width: 80px;
    }

    .reviews-btn h5 {
        font-size: 1em;
    }

    .reviews-btn > img {
        width: 30px;
    }

    .form-wrap h3 {
        font-size: 20px;
        padding-left: 75px;
    }

    .form-wrap {
        padding: 25px 15px;
    }
    .form-wrap h3:before{
        left: -15px;
    }
    .btn-custom{
        font-size: 1.15em;
    }
    .sub-title {
        font-size: 18px;
    }
    .video-top:before{
        font-size: 130px;
    }
    .video-top {
        font-size: 16px;
        padding-left: 56px;
    }
    .number-wrap {
        min-width: 50px;
        width: 50px;
    }
    .number-wrap img {
        max-height: 60px;
    }
    .number-list h4 {
        font-size: 18px;
    }
    .section-4 h4 {
        font-size: 16px;
    }
    .section-4 .reviews-btn-wrapper {
        padding-left: 0;
    }
    .orange-quote {
        width: 90px;
    }
    .review-star {
        width: 100px;
    }
    .about-wrapper{
        flex-wrap: wrap;
    }
    .about-img {
        width: 100%;
        margin: 0 0 20px;
    }
    .about-content{
        width: 100%;
    }
    .about-img img {
        width: 100%;
        min-width: 100%;
    }
    .about-img:after {
        background-size: 130px;
        left: -10px;
    }
    .video-wrap {
        padding: 30px 0 0 0;
    }
    .review-content {
        padding: 35px 50px 0;
    }
    .review-content:before, .review-content:after {
        font-size: 9em;
    }
    .header-complete-part {
        padding-left: 90px;
        margin-right: 10px !important;
    }
    nav h6{
        font-size: 14px;
    }
    nav span{
        font-size: 12px;
    }
    .checkout-top img {
        display: none;
    }
    nav svg{
        width: 35px;
    }
    .form-wrap h3:before {
        background-size: auto 90%;
    }
}