@font-face{
  font-family: roboto-regular;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face{
  font-family: lato-regular;
  src: url("../fonts/Lato-Regular.ttf");
}

@font-face{
  font-family: sans-pro;
  src: url("../fonts/SourceSansPro-Regular.ttf");
}

@font-face{
  font-family: sans-pro-bold;
  src: url("../fonts/SourceSansPro-Bold.ttf");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body,html{
  scroll-behavior: smooth;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.justify{
    text-align: justify;
}
.pos_rel{
    position: relative;
}
.section__01{
  max-width: 1500px;
  width: 100%;
  margin: 10px auto;
}
.logo{
max-width: 310px;
width:90%;
margin: 10px auto;
display: block;
}
.section__01 h2{
  font-size: 53px;
  font-family: sans-pro-bold;
  font-weight: 700;
  text-align: center;
  color:#3A3A3A;
}
.section__01 h2 span{
  text-decoration-line: underline;
  color:#3A3A3A;
}
.section__01 .container{
  margin-top: 30px;
  max-width: 1350px;
  width: 100%;
}
.section__01 .container div h5{
  font-size: 22px;
  font-weight: 400;
  font-family: roboto-regular;
  margin-bottom: 20px;
}
.section__01 .container div h5 i{
  color:#7ed321;
}
.product_s1{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.section__01 .container div a{
  text-decoration: none;
  background-color: #f5a623;
  color: #fff;
  font-family: sans-pro;
  font-weight: 600;
  font-size: 28px;
  border-radius: 10px;
  padding: 20px 30px;
  width: 90%;
  margin: 30px auto;
  display: block;
  text-align: center;
}
.section__01 .container div h4{
  text-align: center;
  font-size: 20px
}
.section__01 .container div p{
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.section__01 .container div p span{
  display: block;
  font-weight: 600;
  font-style: italic;
}
.money_s1{
  font-size: 16px;
  font-weight: 400;
  font-family: roboto-regular;
  text-align: center;
  margin-top: -20px;
}
.medals_s1{
  display: block;
  margin: 10px auto;
  max-width: 407px;
  width: 100%;
}
.stars_s1{
  display: block;
  margin: 10px auto;
}
.liver{
  max-width: 350px;
  width: 90%;
  margin: 0 auto;
  display: block;
  box-shadow: #00000040 8px 8px 23px;
}
.box-s2 p{
  margin-top: 25px;
  color: #000;
}
.box-s2 p:first-child{
  color: #c52626ed;
  font-family: roboto-regular;
  font-size: 20px;
  font-weight: 600;
}
.box-s2 p:nth-child(2){
  font-size: 24px;
  font-weight: 600;
  font-family: roboto-regular;
  line-height: 36px;
}
.box-s2 p:nth-child(3){
  font-size: 24px;
  font-weight: 500;
  font-family: roboto-regular;
  line-height: 36px;
}
.box-s2 p:nth-child(3) span{
  font-weight: 600;
}
.section__03 p{
  font-size: 24px;
  font-weight: 600;
  font-family: roboto-regular;
  line-height: 36px;
  color: #000;
  margin-top: 40px;
}
.red_text_s3{
  color: #c52626ed !important;
  font-family: roboto-regular;
  font-size: 22px !important;
}
.section__03 a{
  text-decoration: none;
  background-color: #f5a623;
  color: #fff;
  font-family: sans-pro;
  font-weight: 600;
  font-size: 28px;
  border-radius: 10px;
  padding: 20px 30px;
  width: 45%;
  margin: 30px auto;
  display: block;
  text-align: center;
}
.section__04{
  margin-top: 60px;
}
.title_one{
  background-color: rgb(255, 255, 0);
  font-family: sans-pro;
  font-weight: 700;
  text-align: center;
  max-width: 470px;
  width: 90%;
  margin: 15px auto;
  padding: 0;
}
.title_one span{

}
.title_two{
  color: #000;
  font-family: sans-pro;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.box_s5{
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #0000003b;
}
.box_s5 img{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.box_s5 div h5,.box_s5 div p{
  font-family: sans-pro;
}
.box_s5 div h5{
  font-size: 25px;
  font-family: sans-pro-bold;
  margin-bottom: 20px;
}
.box_s5 div p{
  font-size: 20px;
  line-height: 1.5;
}
.supplement{
  text-align: center;
}
.supplement img{
  box-shadow: #6a3b13 -14px 14px 24px;
  max-width: 500px;
  width: 96%;
}
.supplement a{
  text-decoration: none;
    background-color: #f66711;
    color: #fff;
    font-family: sans-pro;
    font-weight: 600;
    font-size: 38px;
    border-radius: 10px;
    padding: 20px 30px;
    width: 32%;
    margin: 20px auto;
    display: block;
    text-align: center;
}
.supplement h5{
  font-family: sans-pro-bold;
  font-size: 22px;
margin-top: 40px;
}
.supplement p{
margin-top: -10px;
}
.supplement p span{
  display: block;
}
.section__06{
  background: #F5F9FA;
  text-align: center;
  padding: 30px 0;
}
.section__06 .container{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.section__06 h2{
  text-align: center;
  font-family: sans-pro-bold;
  font-size: 52px;
  padding: 30px 0 0 0;
}
.section__06 h2 span{
  color: rgb(59, 128, 69);
}
.section__06 h4{
    margin: 10px 0;
    font-weight: 600;
}
.box-s6 h4,.box-s6 h5,.box-s6 p{
  font-family: sans-pro;
}
.box-s6 h5{
  font-weight: 600;
}
.box-s6 p{
  margin: 10px 0 35px 0;
}
.s_faq{
background: #F5F9FA;
padding:20px 0;
}
.s_faq h2{
  color: #141414;
  font-weight: 700;
  font-family: sans-pro-bold;
  text-align: center;
  margin-bottom: 30px;
}
.section__07{
  background-color: #e6f1e2 !important;
  padding: 40px 0;
}
.section__07 .container,.section__08 .container{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.section__07 a{
  text-decoration: none;
    background-color: #f66711;
    color: #fff;
    font-family: sans-pro;
    font-weight: 600;
    font-size: 38px;
    border-radius: 10px;
    padding: 20px 30px;
    width: 55%;
    margin: 20px auto;
    display: block;
    text-align: center;
}
.section__07 h2{
  text-align: center;
  font-family: sans-pro-bold;
  font-size: 52px;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.section__07 h2 span{
  display: block;
}
.section__07 h5{
  font-size: 20px;
  line-height: 30px;
  font-family: sans-pro;
  font-weight: 400;
  text-align: center;
}
.section__07 h5 span{
  display: block;
}
.section__07 p{
  text-align: center;
  font-family: sans-pro;
}
.section__08{
  padding: 25px 0;
}
.section__08 p,.section__08 a{
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: roboto-regular;
  font-weight: 400;
}
.section__08 .container{
  text-align: center;
}
.img_mob {
    display: none;
}
@media (max-width:1500px){
  .section__03 a,.supplement a,.section__07 a{
    width: 70%;
    font-size: 22px;
  }
}
@media (max-width:767px){
  .section__07 h5{
    font-size: 17px;
    line-height: 1.5;
  }
  .section__06 h2{
    font-size: 25px;
    padding: 0px 0 0 0;
  }
  .section__07{
    padding: 20px 0;
  }
  .section__07 h2{
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 10px 0;
  }
  .section__07 h2 span{
    color: #3b8045;
  }
  .section__08 {
    padding: 15px 0;
  }
  .box-s6{
    margin-top: 25px;
  }
  .box-s6 p {
    margin: 10px 0 10px 0;
  }
  .section__06 h4{
    margin: 0 0;
    font-size: 20px;
  }
  .box_s5 div p{
    font-size: 20px;
    line-height: 29px;
  }
  .box_s5 div p,.box_s5 div h5{
    text-align: center;
  }
  .box_s5 div h5{
    margin-top: 10px;
    margin-bottom: 5px;
  }
	.dnone{
		display: none;
	}
  .section__03 p{
    font-size: 16px;
    margin-top: 17px;
    line-height: 29px;
  }
  .section__01 h2,.section__01 h2 span{
    font-size: 26px;
    color:#F6C567;
  }
  .red_text_s3{
    font-size: 27px !important;
    color: #c52626ed !important;
    text-align: center;
  }
  .section__03 a,.supplement a,.section__07 a{
    width: 91%;
    font-size: 18px;
    padding: 18px 10px;
  }
  .product_s1{
    max-width: 286px;
    width: 100%;
    margin-bottom: 10px;
  }
  .section__01 .container{
    margin-top: 0px;
  }
  .logo{
    max-width: 147px;
    width: 90%;
  }
  .section__01 .container div h5{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section__01 .container div a{
    font-size: 22px;
    width: 100%;
  }
  .product-info p .ship_price {
      font-size: 15px;
  }
    .img_desk {
        display: none;
    }
    .img_mob {
        display: block;
    }
}

/*counter*/

.div_counter{
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
	max-width: 350px;
	margin: 0 auto;
	border:3px solid #d5767d;
	margin-left: -130px;
	margin-top:-40px;
}

.countdown_box {
    width: auto;
    margin: 5px 0;
    text-align: center;
}

.order-countdown-hours, .order-countdown-minutes, .order-countdown-seconds {
    /*background-color: #ce181e;*/
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    /*font-weight: 900;*/
    /*padding: 5px;*/
    text-align: center;
    margin: 0;
}

.time {
    margin: 0 auto;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    line-height: 10px;
}
.time span {
    margin: 0 8px;
    font-weight: 500;
}
.toend {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 12px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #ce181e;
    width: 200px;
    margin: 15px auto;
    border-radius: 5px;

}


/* slide and faq */

  .collapsible-link {
      width: 100%;
      position: relative;
      text-align: left;
  }

  .collapsible-link[aria-expanded='true']::before {
      content: '\f106';
  }


  .collapsible-link[aria-expanded='true']::before {
       content: '\f106';
  }

  .collapsible-link::before {
      content: '\f107';
      position: absolute;
      top: 50%;
      right: 0.8rem;
      transform: translateY(-50%);
      display: block;
      font-family: 'FontAwesome';
      font-size: 1.3rem;
      text-transform: capitalize;
      border-radius: 20px;
      padding: 10px;
      font-weight: bold;
  }

  .card {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: transparent;
      border: none;
      /*border-radius: 50px;*/
  }
  .card-header{

    background: unset;
  }
  .card-body{
    padding: 10px 10px 30px 20px;
  }
  .btn-link {
    border: 2px solid #333;
    padding: 15px;
    color: #000;
    background: #fff;
    margin-top: -20px;
    border-radius: 10px;
  }
  .btn-link:focus, .btn-link:hover {
    border: 2px solid #333;
    padding: 15px;
    color: #000;
    background: #fff;
    box-shadow: unset;
  }
  .btn-link:active, .btn-link:not(.collapsed){

  }
  /*button:not([href]):not([tabindex]) {
      color: inherit;
      text-decoration: none;
      padding-top: 30px;
      padding-bottom: 30px;
      border-radius: 50px;
       border: 1px solid red !important;
  }*/
.product-info p .ship_price {
    color: gray;
    font-size: 17px;
    font-weight: 600;
}
@media (max-width: 1140px) {
    .section__01 .container div a {
        padding: 20px 12px;
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .section__01 .container div a {
        padding: 20px 8px;
        font-size: 20px;
    }
}
  @media (max-width:700px){
.btn-link{
  font-size: 13px;
  text-wrap: balance;
}
.card-body {
    padding: 0px 10px 20px 20px;
}
.btn-link span{
  display: block;
}
.card-body p{
  font-size: 12px;
}
.card-header{
  padding: 0.75rem 0.25rem;
}
  }
    .slider {
        width: 100%;
        margin: 100px auto;

    }
    .slider div img{
        width: 25%;
        margin: 0 auto;
        border-radius: 50%;
    }

    .slick-slide {
      margin: 0px 20px;
      height: auto;
    }

    .slick-slide img {
      width: 100%;
    }
  .slick-prev{
      left: 0;
      z-index: 20;
    }
     .slick-next{
      right: 0;
      z-index: 20;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }

    .slick-active {
      opacity: 1 !important;
    }

    .slick-current {
      opacity: 1 !important;
    }

.review-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0px 0px;
}
@media (max-width: 499px) {
    .section__01 .container div a {
        padding: 16px 8px;
        font-size: 18px;
    }
    .collapsible-link::before {
        right: 0.4rem;
    }
    .btn-link {
        padding-right: 30px;
    }
}



/* btn mobile */
    .btn_scroll_buy{display: none;}
    .sectionMobileBtn{display: none!important;}
        @media (max-width: 767px){
    .sectionMobileBtn{display: block!important;}
    .btn_scroll_buy{
        display: block;
            position: fixed;
    bottom: 0px;
    left: 0%;
    right: 0%;
    z-index: 998;
    background-color: #fff;
    }
    .boxBtnScroll{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #5f8ac7;
    }
    .btnScrollProduct{
        width: 20%;
        position: relative;
    }
    .btnScrollText{
        width: 37%;
        position: relative;
    }
    .btnScroll{
        width: 55%;
    }
    .btnScrollProduct img{
        width: 65px;
        margin-top: -42px;
    }
    .btnScrollProduct div{
        position: relative;
        top: 32px;
        right: -31px;
        width: 60px;
        height: 50px;
    }
    .btnScrollProduct div p{
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    }
    .btnScrollProduct div h5{
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: -10px;
    left: 11%;
    transform: translateX(0%);
    font-weight: bold;
    color: #0db259;
    text-align: center;
    font-size: 13px;
    }
    .btnScrollProduct div img{
        width: 100%;
    }
    .btnScrollText p{
        position: absolute;
    left: 10px;
    font-size: 10px;
    top: -23px;
    }
    .btnScrollText h5{
        position: absolute;
        left: 16px;
        line-height: 15px;
        top: 0px;
        font-size: 14px;
        font-weight: 800;
    }
    .btn_mobile{
    background: #00b359;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    z-index: 999;
    padding: 10px;
    margin: 0 10px;
          }
        }
@media (max-width: 499px){
    .btnScrollText h5 {
        left: 8px;
        line-height: 15px;
        top: 0px;
        font-size: 13px;
    }
}
@media (max-width: 400px){
    .btnScrollProduct{
        width: 20%;
        position: relative;
    }
    .btnScrollText{
        width: 30%;
        position: relative;
    }
    .btnScroll{
        width: 50%;
    }
    .btnScrollText p{
        left: 15px;
        font-size: 9px;
    }
    .btnScrollText h5{
      font-size: 10px;
    }
    .btn_mobile{
        margin: 0 5px;
    }
}
@media (max-width:350px){
.btnScrollText p{
  left: 21px;
  font-size: 8px;
}
    .btnScrollText h5 {
        font-size: 9px;
    }
    .btn_mobile{
      font-size: 18px;
    }
}