/* ========================================================================
 * Vivix.css - For Vivix Minisite
 * www.shaklee.com.my*
 * ======================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ======= Kim Added - 201904 = Vivix Minisite Classes ======= */

#EZBuyDiv > div {
  padding: 0 !important;
}
/*----------
  NAV
----------*/

	
.nav>li {
  position: relative;
  display: block;
}
/* ========= Content BG Image =============*/
/* Full Viewport Content - For Moving BG */
.fullBG-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.bigtitle{
	text-align: center;
}

@media (max-width: 768px){ /*For Mobile < 768 */
	.bigtitle{
	text-align: center;
	}
}


/* Content Section 01  */
.content-sec01{
  text-align: center;
  background-color: #e3e5e7;
  width: 100%;
  background-size: cover;
  background-position: center;	
	/*background-attachment: fixed;
    min-height: 100vh;*/
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-sec01{
  	padding-top: 3vh;
 	text-align: center;
  	background-color: #e3e5e7;
	width: 100%;
  	background-size: cover;
  	background-position: center;
    }
}

/* Content Section Steps  */
.content-secSteps {
  padding: 20px 25px;
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #f1f6ec;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secSteps{
  	padding: 20px 25px;
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #f1f6ec;
    }
}

/* Content Section Scan  */
.content-secScan {
  padding: 20px 25px;
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #173e35;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secScan{
  	padding: 20px 25px;
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #173e35;
    }
}

/* From Uiverse.io by cssbuttons-io */ 
.buttonclick {
  padding: 1.3em 3em;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.buttonclick:click {
  background-color: #75ba7a;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.buttonclick:hover {
  background-color: #75ba7a;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.buttonclick a:focus {
  background-color: transparent;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  color: #173e35;
  transform: translateY(-7px);
}

.buttonclick:active {
  transform: translateY(-1px);
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
}

.buttonclick a:click {
  color: #fff;
  background-color: #75ba7a;
  text-decoration: none;
}

.buttonclick a:selection {
  background-color: #75ba7a;
  color: #fff;
}

.buttonclick2 {
  padding: 1.3em 3em;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #fff;
  background-color: #173e35;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.buttonclick2:click {
  background-color: #75ba7a;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.buttonclick2:hover {
  background-color: #75ba7a;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.buttonclick2 a:focus {
  background-color: transparent;
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  color: #173e35;
  transform: translateY(-7px);
}

.buttonclick2:active {
  transform: translateY(-1px);
  font-size: 12px;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
}

.buttonclick2 a:click {
  color: #fff;
  background-color: #75ba7a;
  text-decoration: none;
}

.buttonclick2 a:selection {
  background-color: #75ba7a; 
  color: #fff;
}

/* Content Section Share  */
.content-secShare {
  padding: 20px 25px;
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secShare{
  	padding: 20px 25px;
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #ffffff;
    }
}

  .flow{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:0;
  }

  .flow2{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:0;
  }

  .step{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.badge-row{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin-bottom:22px;
}

.icon-ring{
  position:relative;   /* anchor for the number badge */
  width:120px;
  height:120px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.icon-ring2{
  position:relative;   /* anchor for the number badge */
  width:200px;
  height:200px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.num{
  position:absolute;
  top:-8px;
  right:-8px;
  left:auto;            /* remove old fixed left offset */
}

  /* connector line between icon rings */
  .connector{
  position:absolute;
  top:50%;
  left:calc(58% + 43px);       /* right edge of the 70px icon + gap */
  width:calc(100% - 131px);
  height:12px;
  transform:translateY(-50%);
  z-index:1;
}
  .connector svg{ width:100%; height:12px; display:block; overflow:visible; }
  .connector .track{
    stroke:#dfeee5;
    stroke-width:2;
    fill:none;
  }
  .connector .flow-line{
    stroke:var(--green);
    stroke-width:2;
    stroke-dasharray:6 7;
    fill:none;
    animation:travel 1.1s linear infinite;
  }
  .connector .head{
    fill:var(--green);
    animation:pulse 1.4s ease-in-out infinite;
  }
  @keyframes travel{ to{ stroke-dashoffset:-26; } }
  @keyframes pulse{
    0%,100%{ opacity:1; transform:translateX(0); }
    50%{ opacity:0.4; transform:translateX(2px); }
  }

  .step h3,
  .step p{
  text-align:center;
	}

  .step p{
  max-width:250px;   /* keeps line-wrap tidy while staying centered */
	}
  .step:last-child .connector{ display:none; }


  @media (prefers-reduced-motion: reduce){
    .flow-line, .head{ animation:none; }
  }

  @media (max-width: 860px){
    .flow{
      grid-template-columns:1fr;
      gap:36px;
    }
    .flow2{
      grid-template-columns:1fr;
      gap:36px;
    }
    .step{ padding-right:0; }
    .connector{
      top:auto;
      bottom:-24px;
      left:31px;
      right:auto;
      width:2px;
      height:36px;
    }
    .connector svg{
      width:12px;
      height:100%;
      transform:rotate(90deg);
      transform-origin:6px 6px;
    }
/*    p{ max-width:none; }*/
  }

.connector-vertical{
  width:12px;
  height:60px;
  margin:6px auto 0;   /* centers it under the icon */
}
.connector-vertical svg{
  width:100%;
  height:100%;
  display:block;
}

/* reuse the same track/flow-line/head styling you already have */
.connector-vertical .track{
  stroke:#dfeee5;
  stroke-width:2;
  fill:none;
}
.connector-vertical .flow-line{
  stroke:var(--green);
  stroke-width:2;
  stroke-dasharray:6 7;
  fill:none;
  animation:travel-v 1.1s linear infinite;
}
.connector-vertical .head{
  fill:var(--green);
  animation:pulse 1.4s ease-in-out infinite;
}
@keyframes travel-v{ to{ stroke-dashoffset:-26; } }

.content-secintroduce {
  padding-top: 3vh;
  background-color: #f8f9f3;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  min-height: 50vh;
  background-position: center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secintroduce{
  	padding-top: 3vh;
 	text-align: center;
  	background-color: #f8f9f3;
    }
}

.content-secinstagram {
  padding-top: 3vh;
  background-color: #ffffff;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  min-height: 50vh;
  background-position: center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secinstagram{
  	padding-top: 3vh;
 	text-align: center;
  	background-color: #ffffff;
    }
}

.vertical_centertext{
	margin: auto;
}

.normaltext{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
/*	text-align: justify;*/
	font-weight: normal;
}

.normaltext_topleft{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.normaltext_cn{
	color: #000000;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
	text-align: justify;
}

.normaltext2{
	color: #ffffff;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.normaltext2_cn{
	color: #be9675;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
}

.normaltext3{
	color: #ffffff;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	background-color: #173e35;
    border-radius: 50px;
}

.normaltext3 a, a:focus{
	color: #ffffff;
	font-family: 'Arial, "Open Sans", Helvetica, sans-serif, "Microsoft Yahei","å¾®è½¯é›…é»‘", STXihei, "åŽæ–‡ç»†é»‘" !important;
	font-size: 18px;
	background-color: transparent;
/*    border-radius: 50px;*/
}

.normaltext3 a:hover{
	color: #cccccc;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	background-color: #173e35;
    border-radius: 50px;
}

.normaltext3_cn{
	color: #000000;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
}

.normaltext4{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.normaltext5{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.normaltext4_cn{
	color: #000000;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 15px;
}

.prodtitle{
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-size: 30px;
	color: #ffffff;
}

.prodtitle2{
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.prodtitle3{
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-size: 30px;
	color: #75ba7a;
}

.prodtitle_cn{
	font-family: "Noto Sans SC", sans-serif;
    font-weight: bold;
	font-size: 25px;
	color: #333333;
}

/* Content Section Benefit  */
.content-secBenefit {
/*  padding: 20px 25px;*/
/*  background-image: url("/front/uploads/Images/campaign/resv-vix/resv-vix_bg02.jpg");*/
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secBenefit{
/*  	padding: 20px 25px;*/
    background-color: #ffffff;
/* 	background-image: url("/front/uploads/Images/campaign/resv-vix/resv-vix_bg02_small.jpg");*/
    }
}

/* Content Section Referral  */
.content-secReferral {
/*  padding: 20px 25px;*/
/*  background-image: url("/front/uploads/Images/campaign/resv-vix/resv-vix_bg02.jpg");*/
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secReferral{
/*  	padding: 20px 25px;*/
    background-color: #ffffff;
/* 	background-image: url("/front/uploads/Images/campaign/resv-vix/resv-vix_bg02_small.jpg");*/
    }
}

  .benefits-wrap {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: initial; /* neutralize Bootstrap's text-center */
  }
  .benefits-wrap * { box-sizing: border-box; }

  .benefits-wrap .section {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .benefits-wrap .section.sids {
    border-right: 2px solid #cfead9;
  }

  .benefits-wrap .col-header {
    text-align: center;
    padding: 22px 20px;
    color: #ffffff;
  }
  .benefits-wrap .col-header.sids  { background: #1c3a32; }
  .benefits-wrap .col-header.custs { background: #8fc490; }
  .benefits-wrap .col-header h2 {
    margin: 0 0 4px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .benefits-wrap .col-header p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
  }

  .benefits-wrap .col {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 30px 20px;
  }

  .benefits-wrap .benefit {
    width: 44%;
    min-width: 200px;
    min-height: 200px;
    text-align: center;
  }
  .benefits-wrap .benefit .icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
/*    background: #d9edc9;*/
	background-color: transparent;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .benefits-wrap .benefit .icon-circle img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .benefits-wrap .benefit h3 {
    margin: 0 0 6px;
    font-size: 18px;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 1.25;
  }
  .benefits-wrap .benefit p {
    margin: 0;
    font-size: 15px;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    color: #000000;
    line-height: 1.4;
  }

  @media (max-width: 700px) {
    .benefits-wrap .section { width: 100%; }
    .benefits-wrap .section.sids {
      border-right: none;
      border-bottom: 2px solid #cfead9;
    }
  }

  .referral-wrap {
    max-width: 1140px;
    margin: 0 auto;
    background: #f7f4ea;
  }
  .referral-wrap * { box-sizing: border-box; }

  .referral-wrap .referral-header {
    text-align: center;
    padding: 22px 20px;
    background: #173e35;
    color: #ffffff;
  }
  .referral-wrap .referral-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
  }

  .referral-wrap .referral-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 40px 30px;
    text-align: initial;
  }

  .referral-wrap .referral-img {
    flex: 0 0 200px;
    display: flex;
    justify-content: center;
  }
  .referral-wrap .referral-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .referral-wrap .referral-content {
    flex: 1;
    min-width: 240px;
  }
  .referral-wrap .referral-content .normaltext {
    margin: 0 0 12px;
    font-size: 15px;
    color: #3b3b3b;
    line-height: 1.5;
  }
  .referral-wrap .referral-note {
    margin: 0;
    font-size: 12px;
    color: #6b6b6b;
    font-style: italic;
  }

  @media (max-width: 700px) {
    .referral-wrap .referral-body {
      flex-direction: column;
      text-align: center;
    }
    .referral-wrap .referral-img {
      flex: 0 0 auto;
    }
  }

/* ========= END Content BG Image =============*/
/* ========= Text Size =============*/

.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}
@media (min-width: 320px) and (max-width: 768px){ /*For Mobile Hamburger */
	.titleHuge{
		font-size: 50px;
/*		font-weight: bold;*/
		line-height: normal;
    }
}
/* ======== SPACING ========*/
.d-none1{display: block !important;}
.mt-10{margin-top: 10px;}
.mb-10{margin-bottom: 10px;}
.ml-10{marign-left: 10px;}
.mr-10{margin-right: 10px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.ml-20{marign-left: 20px;}
.mr-20{margin-right: 20px;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.ml-30{marign-left: 30px;}
.mr-30{margin-right: 30px;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}
.pl-10{padding-left: 10px;}
.pr-10{padding-right: 10px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.pl-20{padding-left: 20px;}
.pr-20{padding-right: 20px;}
@media (min-width: 10px) and (max-width: 768px){
	.mt-xs{margin-top: 10px;}
	.mb-xs{margin-bottom: 10px;}
	.ml-xs{marign-left: 10px;}
	.mr-xs{margin-right: 10px;}
	.mt-xs-20{margin-top: 20px;}
	.mb-xs-20{margin-bottom: 20px;}
	.ml-xs-20{marign-left: 20px;}
	.mr-xs-20{margin-right: 20px;}
		
}
@media (min-width: 768px) and (max-width: 991px){
	.mt-sm{margin-top: 10px;}
	.mb-sm{margin-bottom: 10px;}
	.ml-sm{marign-left: 10px;}
	.mr-sm{margin-right: 10px;}
	.mt-sm-20{margin-top: 20px;}
	.mb-sm-20{margin-bottom: 20px;}
	.ml-sm-20{marign-left: 20px;}
	.mr-sm-20{margin-right: 20px;}
		
}
@media (min-width: 991px){
	.mt-md{margin-top: 10px;}
	.mb-md{margin-bottom: 10px;}
	.ml-md{marign-left: 10px;}
	.mr-md{margin-right: 10px;}
	.mt-md-20{margin-top: 20px;}
	.mb-md-20{margin-bottom: 20px;}
	.ml-md-20{marign-left: 20px;}
	.mr-md-20{margin-right: 20px;}
		
}
/* ====== ALIGNMENT ======*/
.img_alignCenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}


/* ===== FAQ BEGIN ========*/
.faqHeader {
        font-size: 27px;
        margin: 20px;
    }
.faqrow {
		background-color: #ffffff;
		opacity: 0.9;
		border-radius: 25px;
	
    }
.panel-group {
	padding: 10px;
}
.panel-heading-faq{
	background-color: #be9675;
		
}
.panel-heading-faq [data-toggle="collapse"]:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f144"; /* "play" icon */
        float: right;
        color: #ffffff;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
.panel-heading-faq [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #ffffff;
    }
.panel-title-faq{
	    font-size: 16px;
		padding: 15px;
		color: #4e1c1f;
		text-align: left;
}
.panel-body-faq{
		font-size: 14px;
		padding: 15px;
		color: #ffffff;
		text-align: left;
}
.panel-title-faq a{
		color: #4e1c1f;
    	text-decoration: none;
		display: block;
}
.panel-title-faq a:hover, a:focus{
		color: #4e1c1f;
    	text-decoration: none;
}
/* ===== FAQ END ========*/



.ul-dark li {
	font-size: 16px;
	color: #000000;
}
.ul-white li {
	font-size: 20px;
	color: #ffffff;
}
.ul-white-home li {
	font-size: 20px;
	color: #ffffff;
	list-style: none;
}



.img-icon{
	text-align: center;
	display: block;
	margin: auto;
	max-width: 130px;
}


