body {
    margin: 0px;
    padding: 0px;
    font-family: arial, Helvetica, sans-serif;
    background: #FEFCFC;
    background-image: url(../images/tsl-body-bg.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    box-sizing: border-box;
}

.my20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear-both {
    clear: both;
}

p {
    padding: 10px 40px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto;
    color: #000000;
}

.banner_sec {
    background: url(../images/banner_pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0;
    position: relative;
    z-index: 0;
}

.banner_sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1e0b02;
    opacity: 0.3;
    z-index: -1;
}

.banner_sec h1 {
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 74px;
    padding: 0 10px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}

.main_content_sec {}

.main-container {
    border-top: 10px solid;
    max-width: 900px;
    margin: 0 auto;
    background-color: #f7f6f9;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: -100px;
    border: 1px solid #ecd9f6;
    border-radius: 6px;
    position: relative;
}

.brd-img {
    padding: 5px;
    border: 2px solid #ddd;
}

.wid-48 {
    width: 48%;
}

.mr40-right {
    margin-right: 40px;
}

.mr20-left {
    margin-left: 20px;
}

.main-container h1 {
    font-size: 34px;
    color: #181818;
    margin-top: 0;
    padding: 10px 10px;
    border-radius: 12px;
    text-align: center;
    line-height: 129%;
    /* padding-bottom: 50px; */
}

.main-container h2 {
    font-size: 30px;
    font-weight: bold;
    color: #181818;
    margin-top: 0;
    padding: 20px 10px;
    border-radius: 12px;
    text-align: center;
    line-height: 1.3em;
    margin: 10px auto;
    max-width: 90%;
    font-family: Arial, sans-serif;
    /* padding-bottom: 50px; */
}

.red-text {
    color: #F00;
}

ul {
    padding-left: 80px;
}

ul li {
    padding: 10px 40px 10px 0;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto;
    color: #000000;
}


.main-container h1 {
    font-size: 34px;
    color: #181818;
    margin-top: 0;
    padding: 10px 10px;
    border-radius: 12px;
    text-align: center;
    line-height: 129%;
    /* padding-bottom: 50px; */
    font-weight: 800 !important;
    max-width: 90%;
    margin: 20px auto;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}


.main-container h1 {
    font-size: 34px;
}


.bs_sec_7_san {
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 0;
    position: relative;
    margin: 0 52px 25px 52px;
}

.bs_sec_7_top h5 {
    line-height: 40px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    color: #ffffff;
    font-weight: 800;
    padding: 0 0 0 20px;
}

.bs_sec_7_top {
    background: #252525;
    padding: 4px 20px;
    display: flex;
}





.bs_sec_7_top h5 span {
    color: #ffffff;
}

.bs_sec_7_top h5 .red-text {
    color: #ff0000;
}

.bs_sec_7_top h5 .sl_span {
    color: #ffe5af;
}

.bs_sec_7_inner {
    padding-bottom: 20px;
}

.cross_ul li {
    position: relative;
    list-style: none;
}

.cross_ul li:before {
    content: '';
    background: url(../images/cross.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 26px;
    position: absolute;
    left: -51px;
    top: -2px;
    width: 60px;
    height: 60px;
}


.cleck_ul li {
    position: relative;
    list-style: none;
}

.cleck_ul li:before {
    content: '';
    background: url(../images/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 26px;
    position: absolute;
    left: -51px;
    top: -2px;
    width: 60px;
    height: 60px;
}

.grey-box {
    border: 1px solid #000;
    padding: 15px;
    background: #ddd;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

#grey-1 p {
    padding: 10px 15px;
}

.txt-p {
    font-size: 26px;
    color: #181818;
}

.img-wraper {
    max-width: 100%;
    height: auto;
    box-shadow: rgba(10, 10, 10, 0.1) 0px 0px 13px;
    /* border-radius: 20px; */
    padding: 5px;
    border: 2px solid #ddd;
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.dang_img {
    width: 89%;
}


.step_process {
    background: #f5fcff;
    padding: 20px 25px;
    border-radius: 15px;
    border: 2px solid #ff0000;
    margin-bottom: 40px;
    margin: 0 52px 25px 52px;
}

.step_process_hd {
    font-family: Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #ff0000;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom: 1px solid #d5d5d5;
}

.step_process_hd .step_blue {
    color: #3198ff
}

.step_process_hd span {
    /* color: #565656; */
}

.step_process p {
    padding: 10px 10px;
}

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

.hlthy_gut_step {
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 0;
    position: relative;
    margin: 0 52px 25px 52px;
}

.hlthy_gut_step .bs_sec_7_top h5 .red-text {
    color: #ff0000;
}

.hlthy_gut_step .bs_sec_7_top h5 {
    line-height: 40px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    color: #ffffff;
    font-weight: 800;
    padding: 0 0 0 20px;
}

.hlthy_gut_step .bs_sec_7_top h5 .sl_span {
    color: #ffe5af;
}

.test_ul {
    padding-left: 70px;
}

.test_ul li {
    padding-right: 20px;
    /* background-image: url(../images/arrow-red.png?v=1.6); */
    background-repeat: no-repeat;
    background-position: top left;
    list-style-type: none !important;
    padding-left: 35px;

    color: #000;
    list-style-type: none;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}

.test_ul li:before {
    font-family: 'FontAwesome';
    font-size: 26px;
    content: '\f054';
    margin: 0 15px 0 -15px;
    color: #fff;
    box-shadow: 3px 3px #13516759;
    border: 2px solid #3c3c3c;
    background: #FF0000;
    padding: 0 6px;
    position: absolute;
    left: 0;
}


.option_sec {
    padding: 20px 52px 0;
}

.option_dv {
    border: 2px solid #ff0000;
    /* border-radius: 15px; */
    background: url(../../tsl/images/opt1-tea_cup.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 10px;
    min-height: 390px;
}

.top_option {
    padding: 20px 25px;
}

.top_option p {
    font-family: Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #ff0000;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 0;
}

.top_option p span {
    color: #000000
}

.bottom_option {
    padding: 10px 25px 0;
}

.dv_pad_6 {
    max-width: 450px;
}

.option_sec .bottom_option p {
    padding: 0;
    padding-bottom: 20px;
}

.yellow-box {
    background: #FCF8E3;
    border: 3px dashed #4a4a4a;
    padding: 15px;
    margin-bottom: 5px;
    margin-left: 40px;
    margin-right: 40px;
}

.uni_roc_box {
    background: #eaeff6;
    padding: 18px 30px 18px 30px;
    border-radius: 10px;
    margin: 10px 40px;
    margin-bottom: 20px;

}

.uni_roc_box p {
    padding: 0;
}

.uni_roc_logo_wrap {
    width: 23%;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0;
}

.uni_roc_logo {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.uni_roc_logo.jff-logo-img{margin-bottom: 0px;}



.warm-water {
    width: 50%;
    float: left;
    margin-right: 20px;
}

.warm-water-txt {
    line-height: 185%;
}

.warm-water img {}

.mr40-right {
    margin-right: 40px;
}

.wid-28 {
    width: 28%;
}

.mr20-left {
    margin-left: 20px;
}

.mr20-top {
    margin-top: 20px;
}

.fnsa_3d_box {
    border: 2px solid #ff0000;
    margin: 10px 40px;
    padding: 20px 0;
    background: #e7f4ff;
}

.fnsa_3d_box img {
    margin-top: -40px;
}

.bfd_hd {
    width: 72%;
}

.main-container h2.text-theme {
    color: #1a487f;
}

.mary-wrap {
    width: 44%;
    float: right;
    margin: 14px 40px 0px 20px;

}

.embarrased-mary-wrap {
    width: 44%;
    float: left;
    margin: 18px 20px 0 40px;
}

.unhappy-couple-wrap {
    width: 44%;
    float: right;
    margin: 10px 40px 0px 20px;
}

.upset-grandchild-img {
    width: 55%;
    float: right;
    margin: -10px 40px 0px -57px;
}

.sad-lonely-wrap {
    width: 44%;
    float: left;
    margin: 18px 20px 0 40px;
}

.mary-simling-wrap {
    width: 44%;
    float: right;
    margin: 10px 40px 0px 20px;
}

.quality-grandkids {
    width: 62%;
    float: left;
    margin: 17px 2px 10px 0;
}

/* Message UI Start */



.chat .messages-chat .message .photo.photo1 {
    background: url(../../tsl-breakthrough/images/tstmo1.png);
    background-position: center;
    background-size: cover;
}

.chat .messages-chat .message .photo.photo2 {
    background: url(../../tsl-breakthrough/images/tstmo2.png);
    background-position: center;
    background-size: cover;
}

.chat .messages-chat .message .photo.photo3 {
    background: url(../../tsl-breakthrough/images/tstmo3.png);
    background-position: center;
    background-size: cover;
}

.chat .messages-chat .message .photo.photo4 {
    background: url(../../tsl-breakthrough/images/tstmo4.png);
    background-position: center;
    background-size: cover;
}

.chat .messages-chat {
    padding: 25px 35px;
}

.chat .messages-chat .message {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.chat .messages-chat .message .photo {
    display: block;
    width: 45px;
    height: 45px;
    background: #e6e7ed;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.chat .messages-chat .text {
    margin: 0 35px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 12px;
    max-width: 86%;
}

.chat .messages-chat .message {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

/* .response {
    float: right;
    margin-right: 0px !important;
    margin-left: auto;
} */

.response.text {
    background-color: #e3effd !important;
}

/* Meassage UI End */

.happy-people-wrap {}

.happy-women-img {
    width: 57%;
    float: left;
}


.gut_liver_sec {
    /* background: radial-gradient(circle, rgba(1, 1, 12, 1) 0%, rgba(0, 6, 73, 1) 6%, rgba(53, 127, 250, 1) 95%); */
    background: linear-gradient(45deg, #171a40, #1c5c9a);
    padding-top: 33px;
    padding-bottom: 33px;
    margin: 30px 0;
}

.gut_liver_sec h1 {
    color: #ffffff;
}

.gut_liver_sec p {
    color: #ffffff;
}

.gut_liver_sec .step_process p {
    color: #000;
}

.gut_liver_sec .cleck_ul li {
    color: #ffffff;
}

.gut_liver_wrap {
    margin: 29px 0;
}

.gut_liver_wrap img {
    border-radius: 20px;
}


/* .bonus_box {
    background: #ff4949;
    border: 2px solid #FF0;
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
} */

.bonus_box {
    border: 2px solid #031738;
    border-radius: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    /* background: #031738; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bonus_box_top {
    background: linear-gradient(45deg, #020b78, #004e9b);
    padding: 0px 25px;
    border-radius: 0;
}

.bonus_box_top p {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
}

.bonus_box_top p strong {
    color: #e9dc07;
}

.bonus_box_bottom {
    padding: 20px 25px;
    background: #f4f7fe;
    border-radius: 0 0 15px 15px;
}

.bonus_box .txt-p {
    font-size: 26px;
    color: #181818;
}

.bonus_box p {
    padding: 10px 0;
}

.green-tick-list {
    padding-left: 43px;
}

.green-tick-list li {
    position: relative;
    list-style: none;
}

.green-tick-list li:before {
    content: '';
    background: url(../images/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 26px;
    position: absolute;
    left: -51px;
    top: -2px;
    width: 60px;
    height: 60px;
}

.odr_now_box {
    background: linear-gradient(90deg, rgba(23, 26, 64, 1) 0%, rgba(28, 92, 154, 1) 83%, rgba(247, 246, 249, 1) 94%);
    margin: 10px 40px;
    padding: 20px 0;
}

.odr_now_box p {
    color: #ffffff;
}

.odr_now_box img {
    float: right;
    width: 27%;
    margin-top: -37px;
    margin-left: 20px;
    margin-right: 0px;
}


img.skin-rashes-img {
    float: right;
    width: 47%;
}

.intro_finessa_box {
    border: 2px solid #1b5894;
    margin: 10px 40px;
    padding: 10px 30px;
    background: #f6f6f6;
}

.intro_finessa_box p {
    padding-left: 0;
    padding-right: 0;
}

.intro_finessa_box img {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.diarrhea-img {
    width: 61%;
    float: right;
}

.foe-img {
    margin: 20px auto;
}

.anthony-img-wrap img {
    margin: 20px auto;
}

.gut_liver_wrap img {
    margin: 20px auto;
}


/* ============== */

.bottle-item .price-data {
    padding-top: 10px;
}

.pro-bl-1 {
    margin-top: 111px;
}

.pro-bl-3 {
    margin-top: 73px;
}

.product-sec-wrapper {
    margin: 5% 2%;
}

#product-box-1 {
    border: 1px solid #c1c1c1;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    background: #f5f5f5;
}

.pro-box {
    background: #fff;
    padding: 0;
    border: 2px solid #000;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    display: block;
    text-align: center;
}

.bottle-quantity {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 32px;
    color: #010101;
    margin-top: 25px;
    margin-bottom: 10px;
}

h3.bottle-duration {
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 3%;
    text-transform: capitalize;
    background: #136983;
    color: #fff;
    padding: 5px 0;
}

.inner-pro {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 20px 10px 24px;
    margin: 0 15px;
}

.amount {
    position: relative;
    text-decoration: none;
}

.amount:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 0, 0, 0.9);
    height: 12px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-14deg);
}

.flex-con {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

h1.pro-price {
    font-size: 45px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
}

.ship h5 {
    margin: 0 0 23%;
}

.pro-btn {
    width: 100%;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    padding: 14px 0px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #ffee66;
    text-decoration: none !important;
}

.credit-card {
    margin-top: 15px;
    margin-bottom: 15px;
}

#product-box-6 .most-popular {
    margin-top: -19px;
}

#product-box-6 {
    background: linear-gradient(180deg, rgba(0, 72, 117, 1) 0%, rgba(1, 126, 182, 1) 100%) !important;
    border: 1px solid rgba(0, 72, 117, 1) !important;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%) !important;
}

#product-box-6 {
    background: #f5f5f5;
    border: 1px solid #c1c1c1;
    color: #000;
}

#product-box-6 .bottle-quantity {
    margin-top: 7px;
    color: #fff;
}

#product-box-6 h3.bottle-duration {
    background: #00a6d6;
}

.pro-save {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #e30613;
    margin-top: 5px;
    /* margin-bottom: 20px; */
}

#pro-3 {
    border: 1px solid #c1c1c1;
}

#pro-3 .most-popular {
    margin-top: -19px;
}

#pro-3 .bottle-quantity {
    margin-top: 7px;
}

.col-md-4 a {
    text-decoration: none !important;
}

.pro-bottle {
    width: 90%;
    margin-bottom: 10px;
}

.free-offer {
    margin-bottom: 15px;
    margin-top: 10px;
}

.free-offer-2 {
    margin-top: 10px;
    margin-bottom: 47px;
}

.mrg_btm_35 {
    margin-bottom: 35%;
}

.product-sec-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.product-sec-wrapper .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}
.book1_img{
      width: 300px;
}

.testimo-vsl{
  padding-left: 40px; 
  padding-right: 40px; 
}
.testimo-vsl p{
padding: 0
}
.testominial-inner {
    display: flex
;
    margin-top: 20px;
}
.pad-lt {
    width: calc(100% - (142px + 26px));
}
.pad-lt {
    padding-left: 12px;
}
.rating {
    width: 90px;
    margin-top: 5px;
    margin-right: 6px;
}
.quote {
    padding-right: 10px;
    width: 40px;
}
.testominial-inner h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #00464a;
}

p.veryfied {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #cc7900;
}
.pad-lt p {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.testominial-inner p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.testimo-vsl .pad-lt p
 {
    font-style: normal;
}

.pad-lt .rating {
    margin-bottom: 25px;
}

.testominial-inner p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.testimo-vsl .testominial-inner{
    background: transparent;
    padding: 0;
        border: none;
  }
  .testimo-vsl
  .t-image {
    border-radius: 50%;
    border: 3px solid #487131;
    width: 80px;
    margin-right: 15px;
}
  .testimo-vsl
  .t-image-2 {
    border-radius: 50%;
    border: 3px solid #487131;
    width: 80px;
    margin-right: 15px; 
  }
   .testimo-vsl
  .pad-lt p {
    font-style: normal;
  }
/* =============== */

@media (max-width: 480px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .main-container h1 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .banner_sec {
        padding: 27px 0 85px;
    }

    .banner_sec h1 {
        font-size: 36px;
        line-height: 125%;
    }

    p {
        font-size: 24px;
        line-height: 130%;
        padding: 10px 18px;
    }

    .yellow-box {
        margin-left: 18px;
        margin-right: 18px;
        padding: 5px;
    }

    .warm-water img {
        max-width: 86%;
    }

    .main-container h1 {
        font-size: 30px;
    }

    .main-container h2 {
        font-size: 29px;
    }

    .main-container h2.consp {
        font-size: 27px;
    }


    ul {
        padding-left: 60px;
    }

    .gut_liver_wrap img {
        width: 90%;
        margin: 0 auto;
    }

    .foe-img {
        width: 90%;
        margin: 0 auto;
    }

    .grnty-btls {
        width: 90%;
        margin: 0 auto;
    }

    .happy-people-wrap img {
        width: 90%;
        margin: 0 auto;
    }

    .uni_roc_logo_wrap {
        width: 100%;
      display: flex;
      align-items: flex-start;
        gap: 10px;
    }
  .uni_roc_logo {
    width: 49%;
    height: 61px;
  }
.uni_roc_logo.jff-logo-img {
    margin-top: 0px;
}
    .uni_roc_box {
        margin: 10px 10px;
    }

    .bfd_hd {
        width: 100%;
    }

    .warm-water {
        width: 100%;
    }

    .warm-water img {
        max-width: 100%;
    }

    /* == */

    .chat .messages-chat {
        padding: 25px 9px;
    }

    .chat .messages-chat .text {
        margin: 0 12px;
        max-width: 81%;
    }

    .anthony-img-wrap img {
        width: 90%;
        margin: 0 auto;
    }

    .mary-wrap {
        width: 90%;
        float: right;
        margin: 19px;
    }

    .embarrased-mary-wrap {
        width: 90%;
        float: right;
        margin: 19px;
    }

    img.skin-rashes-img {
        width: 90%;
        margin: 19px;
    }

    .unhappy-couple-wrap {
        width: 90%;
        float: right;
        margin: 19px;
    }

    .upset-grandchild-img {
        width: 90%;
        float: right;
        margin: 19px;
    }

    .sad-lonely-wrap {
        width: 90%;
        float: left;
        margin: 19px;
    }

    .bs_sec_7_san {
        margin: 0 10px 25px 10px;
    }

    .dang_img {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .step_process {
        margin: 0 10px 25px 10px;
    }

    .hlthy_gut_step {
        margin: 0 10px 25px 10px;
    }

    .hlthy_gut_step .bs_sec_7_top h5 {
        font-size: 22px;
    }

    .option_sec {
        padding: 20px 10px 0;
    }

    .mary-simling-wrap {
        width: 90%;
        float: right;
        margin: 19px;
    }

    .quality-grandkids {
        width: 90%;
        float: right;
        margin: 19px;
    }

    .test_ul {
        padding-left: 34px;
    }

    .intro_finessa_box {
        border: 2px solid #1b5894;
        margin: 10px 10px;
        padding: 10px 12px;
    }

    .fnsa_3d_box {
        margin: 10px 10px;
    }

    .fnsa_3d_box img {
        width: 66%;
        float: none !important;
        margin: 0 auto;
    }

    .odr_now_box {
        background: linear-gradient(90deg, rgba(23, 26, 64, 1) 0%, rgba(28, 92, 154, 1) 83%, rgba(28, 92, 154, 1) 94%);
        margin: 10px 10px;
        text-align: center;
    }

    .odr_now_box img {
        float: none;
        width: 59%;
        margin: 10px auto;
    }

    .bonus_box {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bonus_box ul li {
        padding: 10px 0px 10px 0;
    }

    .happy-women-img {
        width: 90%;
        float: left;
        margin: 19px;
    }

    .grey-box {
        margin-left: 10px;
        margin-right: 10px;
    }

    .diarrhea-img {
        width: 90%;
        float: left;
        margin: 19px;
    }


    /* == */

    /* ====== */

    .container-offersec>.row {

        margin-right: 0;
        margin-left: 0;
    }


    .bottle-item .price-per-bottle {
        font-family: "Oswald", sans-serif;
        padding-top: 18px;
        color: rgb(5, 65, 32) !important;
        line-height: 45px;
    }

    .bottle-item {
        padding: 30px 35px 35px;
        background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
        border: 1px solid rgb(17 148 67) !important;
        text-align: center;
        min-height: 650px;
    }

    .bottle-item h2 {
        font-size: 30px;
    }

    .bottle-item h3 {
        font-size: 20px;
    }

    .bottle-item .price-large {
        font-size: 60px;
    }

    .price-box {
        margin-bottom: 20px;
    }

    #order-sec h1,
    #order-sec .h1,
    #order-sec h2,
    #order-sec .h2,
    #order-sec h3,
    #order-sec .h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bottle-item h3 {
        font-family: Poppins, sans-serif;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 500;
        color: #054120;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .bottle-item h2 {
        padding: 0
    }

    .bottle-item .per-bottle-span {
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        line-height: 30px;
        text-align: left;
        display: inline-block;
    }

    .bottle-item .money-saving {
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: rgb(204, 0, 0);
        min-height: 35px;
    }

    .bottle-item .price-large {
        font-family: "Oswald", sans-serif;
        font-size: 60px;
        font-weight: bold;
        padding-right: 10px;
    }

    .pro-Guarantee {
        font-family: Poppins, sans-serif;
        font-weight: 600;
        font-size: 19px;
        margin-top: 4px;
    }

    .bottle-item .price-data {
        font-size: 18px;
    }
  
  .whhs-img
  {
width: 90%;
        float: left;
        margin: 19px;
  }
  
  .jff-logo-img{
    margin-top: 15px;
      margin-bottom: 15px
  }

  
  .testimo-vsl
        .testominial-inner {
        display: block;
    }
    .testimo-vsl .t-image-2 ,.testimo-vsl
  .t-image {
        width: 130px;
        float: none !important;
        margin: 0 auto;
    }
    .testimo-vsl
    .pad-lt {
      width: 100%
    }
  
  .testominial-inner h4 {
        font-size: 27px;
  }
  
.book1_img {
    width: 327px;
    float: none !important;
    margin: 0 auto;
    margin-bottom: -28px;
}
  
.opt1-tea_cup_img
 {
    float: none !important;
    width: 100%;
    margin-bottom: 10px;
}
    /* ====== */
}