@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	  
	  .box-center
	{
		display: block; 
		margin: 0 auto;
	}
}


/* Normal desktop :992px. */

@media only screen and (min-width: 992px) and (max-width: 1169px) {
	
/* Home 1 */

.slide-text {

  margin-left: 59%;

}

.middle-text {
  bottom:30px;
}

.cap-title h1 {

  font-size: 40px;

}

.cap-dec h2 {

  font-size: 35px;

}

.cap-readmore a {

  font-size: 14px;

}

.banner-text h1 {

  font-size: 35px;

  margin-bottom: 10px;

  margin-top: 10px;

}

.banner-text h2 {

  font-size: 28px;

}

.banner-text a {

  margin-top: 10px;

}

/* Home 3 */

.main-menu-2 > nav > ul > li > a {

  padding: 10px 20px;

}

/* Shop */

.list-pro-price {

  margin-bottom: 15px;

}

/* About Page */

.designer-text {

  top: 70%;

}

/* Login */

.social-login a {

  margin-right: 0;

  padding: 12px 15px;

}

.founder-2-intro {

  margin-top: 0px;

}

.founder-1-intro {

  margin-top: 30px;
  
}

.healthy-info-2 {
  height: auto;
}

.informative .content {
  padding:20px 10px;
}

.informative .content p {
  font-size: 13px;
}

.informative .content h3 {
  font-size: 20px;
}
	
.dashboard-icon-text{
 position: absolute;
 top: 80px;	
 right: 50px;
}
	
/* new code 19082022 */	
/* landing page start 25082022 */	
section {
  padding-bottom: 160px;
}	
/* landing page end 25082022 */	
	
/* Website New UI 23052024 start*/
	
.i_cover{
    left: 0;
    top: 0;
}	

	
.i_item-content.slider-info h1 {
    font-size: 43px;
	margin-bottom: 30px;
}
	
.i_item-content.slider-info p {
	font-size: 18px;
}
	
.n_index .carousel-indicators {
    bottom: 50px;
}	
/*

	
.sec2_info img{
    width: 150px;
    height: 150px;
}
*/
	
.subscribe_info.flex-col {
	width: 60%;
}
	
.i_cover.slider_h {
    top: 0px;
}	
	
.i_story {
    grid-template-areas:
        "s-img"
        "s-content"
        "s-ratting";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}	
	
.i_story > .story-content, .i_story > .story-ratting{
    margin-right: 0;
}
.i_story > .story-img, .i_story > .story-content{
    margin-bottom: 25px;
}
	
.i_faq img{
    width: 100%;
    height: 800px;
    max-height: 600px;
    object-fit: cover;
}	

.i_faq-content{
    padding: 50px
}	

.subscribe_info{
    grid-template-columns: 70%;
	grid-template-rows: auto 2fr 50px 50px;
}
	
.subscribe_info h3{
    width: 70%;
}	

.pro_grid-col .i_cover{
    padding: 0 50px;
}	
	
.pro-sec_info{
   	grid-template-rows: 80px auto;
}	
	
.i_img-faq{
	width: 100%;
    height: 600px;
    object-fit: cover;	
}	
	
/* Website New UI 23052024 end */	
	
.org-text{
    font-size: 35px;
}	
	
.process-line{
    margin: 0 10px;
}	
	
.bill-info .flexi-col{
    gap: 20px;
}
	
.page-title h2{
    font-size: 43px;
}	

.nav.dash-side-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 16px;
}

.nav.dash-side-nav>li {
  margin-right: 20px;
  flex: 0 0 auto;
}

.d_flex.dashboard_two-col {
  flex-direction: column;
}

.d_sidemenu, .d_boxs {
  width: 100%;
}

/* Country Landing */
.country-size img {
  width: 60%;
}

.zinnia-logo img{
  width: 100%;
}

.china a{
  display: flex;
  justify-content: center;
}

.taiwan a{
  display: flex;
  justify-content: flex-start;
}

/* 05082024 */
.h_country {
  width: 11%;
}

}

/* Tablet desktop :768px. */

@media only screen and (max-width: 991px) {

.flexi-col{
    gap: 32px;
}	
	
/*16012024*/	
.hero-image-hp{
	margin: 30px auto 0;	
}	
	
/*member page pop up*/	
.modal-member-content {
    width: 100%;
  }
	
.modal-member {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 150px 15px 0px 15px;	/*  Location of the box */
  left: 0;
  top: 8%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}	
/*END member page pop up*/		

/* Home 1 */

.info, .socials {

  overflow: hidden;

  text-align: center;

}

.phn-num, .mail-id {

  display: inline-block;

  float: none;

}

.socials a {

  margin: 0 10px;

}

#top-menu {
  float: left;
  margin-top: 0px;
  text-align: left;
}

.slide-text {

  /*margin-left: 50px;*/
  float: none;
  margin: 0 auto;

}

.middle-text {
  position: static;
  vertical-align: middle;
}

.cap-title h1, .home-3-slider .cap-title h1 {

  font-size: 30px;

}

.cap-dec h2, .home-3-slider .cap-dec h2 {

  font-size: 25px;

}

.cap-readmore a, .home-3-slider .cap-readmore a {

  font-size: 13px;
  background: rgba(0,0,0,0.4);
  border: 1px solid white;

}

.sin-banner a .wrap {

  width: 100%;

}

.sin-banner a .wrap h2 {

  font-size: 34px;

}

.banner-text {

  padding: 10px;

}

.banner-text h1 {

  font-size: 30px;

  line-height: 30px;

  margin-bottom: 10px;

  margin-top: 30px;

}

.banner-text h2 {

  font-size: 20px;

}

.banner-text h2 span {

  font-size: 26px;

  margin-bottom: 10px;

}

.banner-text p {

  display: none;

}

.banner-text a {

  font-size: 13px;

  padding: 9px 12px;

}

/* Home 3 */

.main-menu-2-pre {

  padding-right: 15px;

}

.home-3-slider {

  padding-left: 15px;

}

.trendy-product {

  margin-bottom: 30px;

}

/* Shop */

.pagination {

  margin-bottom: 20px;

}

.select-menu .sort {

  margin-right: 15px;

}

/* About Page */

.designer-text {

  top: 82%;

}

.designer {

  margin-bottom: 30px;

}

/* Cart */

.cart-plus-minus .qtybutton {

  width: 28px;

}

/* Checkout */

.checkout-right {

  margin-top: 30px;

}

/* Login */

.social-login a {

  font-size: 12px;

  margin-right: 0;

  padding: 12px;

}

/* portfolio */

#portfolio .mix h2 {

  font-size: 18px;

  padding: 15px 20px;

}


.about-uni, .eat-healthy, .flawless-skin, .young-one, .hair-body {

  height: auto;

  background-attachment: scroll;

}

.flawless-skin {

  color: #333; 

}


.content-uni {

  text-align: center;

}


.btn-default-mobile {

  padding:10px 15px;

  background-color: #54b847;

  margin:7px 0px;

  color: #fff;

  font-size: 1em;

  font-weight: bold;

  border:none;

  letter-spacing: 1px;

}

.btn-default-mobile:hover {

  background-color: #3e9d31;

  color: #fff;

}

.subscribe-area {

  text-align: center;

}

.footer-top-area {

  padding-bottom: 70px;

}

.payment ul li {

  margin:0 0 0 2px;

}

.payment ul li a img {

  width: 42px;

}

.hidden-on-mobile {

  display: none;

}

.bwizard-steps {

  margin-left: 0;

}

.about-us {

  height: auto;

}

.about-us .content {

  margin-bottom: 40px;

}

.pg-small .section {

  padding:20px 0;

}

.founder-1-intro {

  position:inherit;

  /*right: 50px;*/

  margin-top: 30px;

}

.founder-1-intro h2, .founder-2-intro h2 {

  font-size: 20px;

}

.founder-1-intro h4, .founder-2-intro h4 {

  font-size: 12px;

}

.founder-2-intro {

  position:inherit;

  /*left: 50px;*/

  width: 350px;

  top: 0;

  margin-top:0;

}

.shopper-benefits {

  width: auto;

  margin-top: 100px;

  }


.about-uni .content-uni {

margin-top: 20px;

}


.about-us .content {

  margin-top:40px;

/*  color: #fff;*/

  text-align: center;

}

.header-top {

  background: #e75025; /* new code 29092022 */

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10;
}

.mean-container .mean-bar {

  top: 0px; /*new code 13102022*/

  border-bottom:1px solid #efefef;  /*new code 13102022*/

  height: 60px;	

}
	
.mean-container a.meanmenu-reveal{
  top: 10px;		
}	
	
.mean-container .mean-nav ul{
  padding-top: 20px;		
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}	

.header-area {

  text-align: center;

  margin-top: 0px; /*new code 13102022*/

}	

.hairbody-info-1 {
  background: url(../img/hairbody-bg.png) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
}
.healthy-info-2 {
  height: auto;
}
.info-listing li {
  width: 40%;
}

.page-title {
/*  height: 250px;*/
	height: 200px;
}

.pg-small {
  height: auto;
}

.page-title img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%)
  }
.hide-on-mobile {
  display: none;
}

.healthy-info-4 .content {
  margin-top: 20px;
}
.health-info-5 .content-2 {
  margin-top: 10px;
  padding:20px;
  text-align:center;
}

.informative .content {
  padding:20px 10px;
}

.informative .content p {
  font-size: 13px;
}

.informative .content h3 {
  font-size: 20px;
}

.shop-details h5, .shop-details .pro-ratting, .review-btn {
  float: left;
  text-align: left;
}
.prod-tab-content {
  margin: 20px 0;
}

.nivo-caption {
  background: rgba(0,0,0,0.3);
}

.dashboard-icon-text{
 position: absolute;
 top: 60px;	
 left: -5px;
}
	
	
.overlay {
  margin-bottom: 20px;
}	

.img-text::before, .img-text::after {
		top:10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	
.shop-details {
    min-height: 0px;
}	
	
.column-contact{
	display: block;	
}
	
.contact-form .submit{
	margin-bottom: 20px;	
}	
	
.informative{
	padding: 0px;	
}	
	
.about-us .content{
	margin-bottom: 0px;	
}	
	
.abt-title{
	padding: 30px 0px 50px;	
}	
	
.abt-content{
	padding-top: 20px;	
}
	
.faq-pro-img {
    width: 100%;
}
	
.accordion-wrap {
    padding: 20px 20px;
}	
	
/* new code 28062022 start*/		
	
.testi-title{
	height: 330px;	
}

.testi-text {
	padding: 30px 50px;
    
}
.testi-text h1	{
	font-size: 25px;
    width: 65%;
    line-height: 30px;
}
.testi-text p	{
	font-size: 12px;
    line-height: 15px;
    width: 65%;
}	
	
/* new code 28062022 end*/	
	
.hero-image-pro{
	height: 400px;	
}	
	
.hero-image-pro h1{
	padding-top: 15px;
	font-size: 45px;
}	
	
.nano-info, .nano-img3{
	width: 80%;	
}	

.imp-content {
    padding-left: 0px;
}	
	
.imp-content p {
	padding-bottom: 10px;
}
	
.page-title h2{
	font-size: 40px;	
	padding-left: 30px;
	width: 60%;
}		

/* new code	11082022 */
#table-list-2column ul li {
	margin: 10px 0px 15px;
}
	
.flex-col{
	display: block;		
}
	
.flex-col div{
	padding-bottom: 60px;
	text-align: center;	
}
	
.col-youtube, .youtube-1{
	width: 100%;
	height: 400px; /* new code 31102022*/
}
	
/* new code 19082022 */
	
.CTA{
	margin-bottom: 30px;	
}	
	
.story-youtube, .abt-youtube{
	height: 400px;
}
	
.container-center{
	display: block;	
}
	
.index-grey-bg{
	padding: 30px 0px;	/* new code 13102022*/
}
	
.container_space{
	margin: 100px auto;	
}	
	
/* new code 26082022 */
	
.e_title p{
	font-size: 20px;
}
	
.e_title h3{
	font-size: 30px;
}	
	
.e_video{
	height: 250px;	
}	
	
.container-entre {
    margin: 0px 35px;  /*new code 27102022*/
}	
	
.entre-info1 {
    margin-top: 0px;
}	
	
.entre-info2{
	height: 350px;
}	
	
.entre-content img {
	width: 50px;
}
	
.entre-content h4 {
    font-size: 16px;
}	
	
.entre-content2 h3 {
	font-size: 25px;
}
	
.entre-content2 p{
	font-size: 14px;
	line-height: 25px;	
}	
	
.entre-content {
    margin: 20px 20px 30px;
}
	
.entre-content2 {
    width: 60%;
    margin: 0px 20px;
}

/* new code 13102022 start*/
	
.language-content h1 {
    font-size: 25px; 
	padding-bottom: 50px; /* new code 04032024*/
}

.language-content h2 {
    font-size: 50px; 
}
	
.language-content p{
	padding-bottom: 25px;	
}	
	
.i-language-btn{
	margin-bottom: 15px;
  font-size: 14px;
}		
	
.section_D{
	margin: 50px 0px;
}	
	
.download-part{
	background: url('../img/index/download-bg-mobile.jpg') no-repeat center / cover;
	height: 100vh;	
}	
	
.page-title{
	height: 280px;	
}	
	
.fa.fa-shopping-cart {
    font-size: 25px;
}

.cart-info{
	position: fixed;
    top: 30px;
    z-index: 9;
    right: 80px;	
}
	
.referral-column{
	margin-top: 50px	
}
	
.partner-video {
    height: 400px;
}	
	
.cropped-image-partner {
	height: 300px;	
	width: 100%;
	background-size: contain;
}	
.download-pop{
	padding: 10px 80px 20px;	
}
	
.pop-logo {
    width: 60%;
}
		
.e-contact{
	width: 80%;	
}	
	
.referral-logo{
	width: 50%; /* new code 31102022 */
    margin: 10px auto 20px;	
}	
	
.referral-title{
	font-size: 28px;
    font-weight: 500;	
}
	
.header-button-price a{
	width: 30%;	  /* new code 31102022*/
}
	
.info-center img {
	margin-bottom: 5px;	
}

.img_1 {
    top: 0%;
    left: 30%;
}	
	
.img_2 {
    top: 18%;
    left: 50%;
}
	
.img_3 {
    top: 38%;
    right: 40%;
}
	
.img_4 {
    left: 70%;
	top: 40%;
}	
	
.img_5 {
    bottom: 21%;
    left: 50%;
}
	
.img_6 {
    bottom: 0%;
    right: 15%;
}
	
.info-center img {
	margin-bottom: 5px;	
}
	
.info-center h4 {
	line-height: 23px;	
}
	
.circle-text {
    width: 350px;
    height: 130px;
}
	
.circle-text p {
    font-size: 20px;
    margin: 63px 0px 0px 80px;
}	
	
.img_center{
	margin: 0px 30px;	
}	
	
/* new code 27102022 end*/	

	
.container_responsive{
	width: 100%; /* new code 24072023*/	 
}
	
	
/*new code 14112022*/
	
.page-title {
    background: url("../img/product-list-banner(mobile).jpg") no-repeat center center / cover;
	height: 350px;
}
	
.orange-bg h4{
	font-size: 25px; 
	font-weight: 600;
}
	
.index-col{
	display: block;	
	margin: 0px 20px;
}	
	
.column-contact{
	width: 100%;
	margin-top: 50px;
}	
	
.contact-bg{
	width: 100%;
	margin: 0px 0px 50px;	
}
	
.feedback-title {
	margin: 0px 0px 30px;
}	
	
.contact-form {
    margin: 30px 10px;
}	
	
.copy-right{
	text-align: center;
}	
	
.terms-conditions {
    text-align: center;
    margin-top: 15px;
}
	
.yellow-background {
    width: 60%;
}	
	
.full_index{
	margin-top: 50px;
}	

/* Website New UI 02052024 start */
	
header{
  padding-top: 5px;
}
.h_mobile1 #top-menu > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0; 
}	
	
.h_mobile1.header-top{
  background: #F0ECEB;
	/* position: absolute; */
}
	
.h_mobile1 #top-menu > ul > li {
	margin-right: 25px;
}	
	
.h_mobile1 #top-menu > ul > li > a {
	color: #000;
	padding: 0;
}
	
.h_mobile1 #top-menu{
    float: right;
}	

.h_mobile1 .menu-logo{
  left: 0;
}
	
.h_mobile1 .h_login, .h_mobile1 .h_cart {
    width: 6%;
}
	
.h_cart .cart-info {
    position: static;
}
	
.h_mobile1 .mean-container .mean-bar{
  background-color: transparent;
	position: relative;
	border-bottom: none;
  height: 0;

}
	
.h_btn a{
    color: #fff;
}	

.i_cover.slider_h {
	align-items: center;
	top: 0px;
}
	
.i_cover .i_item-content.sec-info1 p {
	width: 100%;
}	
	
.i_cover .i_item-content.slider-info{
  padding-bottom: 0;
	top: 0px;
}	

.i_item-content.slider-info h1{
  font-size: 35px;
  text-align: left;
  margin-bottom: 10px;
}

/* .i_item-content.slider-info p{
  font-size: 14px;
  text-align: center;
	margin-bottom: 30px;
}
	 */
.i_item-content.slider-info img {
  width: 12%;
}	

.flex-col .i_slogan-space{
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.flex-col .slogan-title, .flex-col .language-content{
  text-align: left;
  padding-bottom: 0px;
}

.btn-round{
  margin: 10px auto;
  display: block;
}	
	
.h_mobile1 .mean-container .mean-nav{
  margin-top: 60px;
}
	
.h_mobile1 .mean-container .mean-nav ul {
  padding-top: 0px; 
  border-top: 2px solid #e85025;
}

.h_mobile1 .mean-container .mean-nav ul li .sub-menu {
  border-top: none;
}
	
.h_mobile1 .mean-container a.meanmenu-reveal{
    color: #E3461E;
}

.site-logo {
  width: 40%;
}

.navbar-area.h_navbar{
  margin: 10px 0;
}

.site-navbar.header-navbar{
  justify-content: space-between;
}

.h_menu-ul{
  justify-content: flex-start;
}

.site-navbar ul li{
  display: flex;
  justify-content: center;
}

.site-navbar.header-navbar ul{
  top: 130px;
}

.site-navbar.header-navbar ul.open{
  border-top: 2px solid #e85025;
}

.site-navbar.header-navbar ul li a {
  padding: 15px 60px;
}

#top-menu.h_tm > ul{
  justify-content: center;
}

/* 05082024 */
.h_login, .h_cart{
  width: 10%;
}

/* 05082024 */
.h_country{
  width: 15%;
}

#top-menu.h_tm > ul > li {
  padding: 0 20px;
}

.header-space {
  margin-top: 10px;
}

.i_cover .i_item-content.sec-info1 h2{
  margin-bottom: 18px;
}	
	
.a_link{
    font-size: 20px;
    margin-top: 20px;
}	
	
.i_cover.sec-bg2{
    position: relative;
    background-color: #E4EFFA;
    padding: 20px 0;
}
	
.i_video{
	height: 400px;
}
	
.i_cover .flex-col {
	display: flex;
  justify-content: flex-start;
}	
	
.i_pro_info {
	margin: 0 10px;
}	
	
.sec2_info h3{
    flex-basis: 40px;
	font-size: 18px;
}
	
.sale-tag p {
	padding: 10px 8px;
    margin: 10px;
    font-size: 12px;
}	
	
.flexi_3col{
    flex-direction: column;
}
	
.sec3-bg{
    background-position: 0% 100%, 100% 0%, center;
}	
	
.i_story {
    grid-template-areas:
        "s-img"
        "s-content"
        "s-ratting";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}	
	
.i_story > .story-content, .i_story > .story-ratting{
    margin-right: 0;
}
.i_story > .story-img, .i_story > .story-content{
    margin-bottom: 25px;
}
	
.i_faq img{
    width: 100%;
    height: 800px;
    max-height: 700px;
    object-fit: cover;
}	

.i_faq-content{
    padding: 50px 30px;
}	
	
.subscribe-bg{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
	
.container.get-start_sec{
    width: 100%;
    padding: 0px;
}

.subscribe_info h3 {
	font-size: 30px;
	width: 100%;
}

.subscribe_info{
    grid-template-columns: 80%;
}	
	
.f_col{
    padding: 0px;
	grid-template-columns: 0.8fr 1.5fr 1.3fr 2fr;
}
	
.media_flex{
    width: 60%;
}	

.media_flex a {
    width: 45%;
}

.n_fa .footer-content .media_flex img {
    width: 100%;
}
.ecom-page .payment-selection .flex-col{
    display: flex;
}
	
.ecom-page .payment-selection .flex-col div{
    padding-bottom: 0;
    text-align:left;
}

.payment-selection li{
    margin-bottom: 15px;
}
	
.i_img-faq{
	width: 100%;
    height: 700px;
    object-fit: cover;	
}
	
.tab-pro-slider-gallery .owl-nav {
    left: -5%;
    top: -25px;
}
	
.i_title.st {
    width: 60%;
}	
	
/* Website New UI 02052024 end */
	
/* Dashboard 10062024 */
	
.dash_grid{
	grid-template-areas:
        "d_sidemenu d_sidemenu"
        "d_boxs d_boxs"
        "d_support d_support";
	grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
	column-gap: 0px;
}	
	
.nav.dash-side-nav	{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 700px;
    overflow-x: scroll;
	margin-bottom: 16px;
}
.nav.dash-side-nav>li{	
	margin-right: 20px;
    flex: 0 0 auto;
}	

.dash_grid > .d_sidemenu{
    margin-right: 0;
}	

/* .light-pink-box{
    padding: 16px 15px;
}

.light-pink-box2{
    padding: 8px 15px;
} */

.p_top {
  padding: 24px 15px 0;
}

.p_bottom{
  padding: 0 15px 24px;
}

.org-text{
    font-size: 28px;
}

.rm_size{
  font-size: 15px;
}
	
.light-grey-box{
    padding: 24px 15px;
}
.wrapper{
    grid-template-areas:
                "hd hd"
        "main main"
        "sd sd";
        grid-template-columns: repeat(2, 1fr);
}
	
.border-left{
    border: none !important;
}	
	
#show-sidebar {
	display: block;
	position: fixed;
	top: 450px;
	left: 0px;
	z-index: 1000;
	transition-delay: 0.3s;
	color: #fff!important;
	background: #E95024;
	z-index: 2;
}


.page-wrapper.toggled .sidebar-wrapper {
	display: block;
	left: 0;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: #fff; /* Ensure the background color covers the content */
}

.sidebar-content{
	padding: 20px;
}	

.sidebar-brand{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}	
	
.bill-info .flexi-col{
    gap: 20px;
}

.d_flex.dashboard_two-col{
  flex-direction: column;
}

.d_boxs{
  width: 100%;
}

.d_sidemenu{
  width: 100%;
}

.d_flex.dashboard_s{
  flex-direction: row;
}

.ap_bonus h3{
  font-size: 32px;
}

#year {
  width: 100%;
}

.white-box{
  padding: 16px;
}

.wallet-icon p {
  font-size: 12px;
  line-height: 15px;
}

/* Navigation Menu For Pages */	
.nav-toggler{
  	display: block;
}
.site-navbar {
  	min-height: 45px;
	
}
.site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 45px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    transition: .3s;
}
.site-navbar ul li {
  	width: 100%;
  	text-align: center;
}
.site-navbar ul li a {
  	padding: 25px;
}
.site-navbar ul li a:hover {
  	background-color: rgba(255,255,255,.1);
}
.site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
    z-index: 9;
}
.intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
} 
	
/* Privacy Pages NAV Shortcut */	
	
.two-col_flex{
    display: block;
}

.left_menu{
  width: 100%;
	padding: 5px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.right_content {
  width: 100%;
}
	
.two-col_flex .site-navbar ul{
  height: fit-content;
}	

.left_menu a li{
  padding-bottom: 15px;
  padding-top: 15px;	
}

.left_menu a li:after{
    content: "";
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.03);
}
	
.two-col_flex .site-navbar ul.open{
    border-top: 2px solid #e85025;
}
	
.two-col_flex .nav-toggler{
    float: right;
}
	
	.section{
		    padding: 30px 0;
	}	

 /* Checkout */
 .m_summary-order{
	align-items: center;
    justify-content: space-around;
    background-color: #FFF5F3;
    padding: 10px 20px;
	margin-bottom: 30px;
}
	
.m_summary-order p{
    margin-bottom: 0;
}
	
.m_summary-order img{
    width: 6%;
}	 

/* Latest News */

.news-border + .news-border{
  border-left: none;
}

.news-flex{
  flex-direction: column-reverse;
}

.news-menu{
  width: 100%;
  background-color: #f8f8f8;
  padding: 5px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.news-menu .site-navbar{
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.news-menu h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.news-content{
  padding-right: 0;
}

.news-content {
  width: 100%;
}

.news-menu .site-navbar ul li a {
  padding: 15px 15px 0;
}

/* Country */

.country-size img {
  width: 60%;
}

.zinnia-logo img{
  width: 100%;
}

.china a{
  display: flex;
  justify-content: center;
}

/* 05082024 */
.thailand a{
  display: flex;
  justify-content: flex-end;
}

/* 05082024 */
.indonesia {
  grid-area: indo;
  display: flex;
  align-items: flex-end;
}


.testi-col{
  width: 100%;
}


.d_flex { /* 05082024 */
  display: flex;
  gap: 16px;
  flex-direction: column;
}

} /*end 991*/



/* Large Mobile :767px. */

@media only screen and (max-width: 767px) {
	
.story-youtube, .abt-youtube{
	height: 250px; /* new code 29092022 */
}	

.modal-lg {
  width: 90%;
}

.prod-tab-content {
  margin: 20px 0;
}
.healthy-info-4 .content {
  margin-top: 20px;
}
.health-info-5 .content-2 {
  margin-top: 10px;
  padding:20px;
  text-align:center;
}
.container{

/*  width: 450px;*/
	width:96%;

}

.owl-nav {
/*  display: none;*/		
display: block;margin-top: 0px; top:-550px;
}

/* Home 1 */

.info, .socials {

  overflow: hidden;

  text-align: center;

}

.phn-num, .mail-id {

  display: inline-block;

  float: none;

}

.socials a {

  margin: 0 10px;

}

#top-menu {
  float: left;
  margin-top: 0px;
  text-align: center;
}


.header-area {

  text-align: center;

  /*margin-top: 80px;*/ /*new code 14112022*/ /*remove this */

}

.logo {

  margin:0 auto;

}

.log-link {

  margin-bottom: 20px;

}

.cart-info {

  position: fixed; /* new code 13102022*/
  top: 23px;  /* new code 13102022*/
  z-index: 9;  /* new code 13102022*/
  right: 65px;  /* new code 13102022*/

}

.cart-hover {
  top: 30px;  /* new code 13102022*/
  right: 0px;  /* new code 13102022*/
}

.header-cart-pro .content {

  text-align: left;

}

.h_cart .cart-info:hover .cart-hover {
  margin-top: 8px;
}

.nivo-controlNav {

  bottom: -20px;

}

/*.slide-text {

  margin-left: 50px;

}
*/
.cap-title h1, .home-3-slider .cap-title h1 {

  font-size: 30px;

}

.cap-dec h2, .home-3-slider .cap-dec h2 {

  font-size: 25px;

}

.cap-readmore a, .home-3-slider .cap-readmore a {

  font-size: 13px;

}

.sin-banner a img {

  width: 100%;

}

.tabs-list > li > a {

  font-size: 14px;

  padding: 3px 10px;

}

.fun-factor {

  margin: 15px 0;

}

.support {

  margin-bottom: 30px;

}

.support:last-child {

  margin-bottom: 0;

}

.footer-newslater {

  margin-top: 0;

  text-align: left;

}

.footer-newslater h3 {

  margin: 0 0 15px;

}

.footer-newslater form {

  float: left;

}

.copy-right {

  text-align: center;

  margin-bottom: 15px;

}

.payment {

  text-align: center;

}

/* Home 3 */

.main-menu-2-pre {

  padding-right: 15px;

}

.home-3-slider {

  padding-left: 15px;

}

.trendy-product {

  margin-bottom: 30px;

}

/* Shop Page */

.view-mode, .sort-by {

  margin-bottom: 15px;

}

.shop-products > div {

  float: left;
  width: 50%;
}

.pagination {

  margin-bottom: 20px;

  width: 100% !important;

}

.pagination ul li {

  margin: 0 5px 10px;

}

.shop-products .single-list-product {

/*  width: 100%;*/

  margin:0;

}

.shop-product-area .border-left {

  border:none;

}

.list-pro-image {

  float: none;

  margin: 0 0 15px;

  padding: 0 15px;

  width: 100%;

}

.list-pro-image a img {

  width: 100%;

}

.list-pro-des {

  padding: 0 15px;

}

.details-pro-tab-list.tabs-list > li > a {

  padding: 0;

}

.product-nav > li > a {

  padding: 10px;

}

/* Blog */

.tagcloud {

  margin-bottom: 15px;

}

/* About Page */

.designer {

  margin-bottom: 30px;

  padding: 0 50px;

}

.designer-text {

  top: 81%;

}

/* Cart */

.cart-plus-minus .qtybutton {

  width: 26px;

}

.proceed {

  text-align: left;

}

.proceed a {

  margin-left: 0;

  margin-right: 10px;

}

.total {

  float: left;

  padding: 0px;

  text-align: right;

  width: 100%;

}

.total h5 {

  font-size: 13px;

  margin-bottom: 0;

}



.total h4 {

  font-size: 13px;

}



.total p {

  font-size: 13px;

}



.total-p {

  margin:10px 0px;

}

#procedto {

  float: left;

}

/* Checkout */

.checkout-right {

  margin-top: 30px;

}

.checkout-method.checkout-reg {

  margin-bottom: 20px;

}

.bill-info .group input {

  margin-right: 0;

  width: 100%!important;

}

.payment-met p {

  float: none;

}

.information {

  margin-bottom: 20px;

}

/* Contact */

/*
.contact-form input:last-child {

  margin-bottom: 7px;

}
*/

.contact-page-2 .info-single {

  margin-bottom: 15px;

}
	
.contact-map{
  padding: 0px;	
}	

/* Login */

.login {

  margin-bottom: 30px;

}

/* portfolio */

#portfolio .mix h2 {

  font-size: 18px;

  padding: 15px 20px;

}

.portfolio-filter .filter {

  padding: 6px 10px;

  margin-bottom: 5px;

}



/* Service */

.sin-shop-sidebar.serrvice-add {

  margin-bottom: 0;

  margin-top: 30px;

}

.about-uni, .eat-healthy, .flawless-skin, .young-one, .hair-body, .cta-area {

  height: auto;

  background-attachment:scroll; 

}



.eat-healthy {

  background-position: center center;

}



.flawless-skin {

  color: #333; 

}



.content-uni {

  text-align: center;

}



.btn-default-mobile {

  padding:10px 15px;

  background-color: #54b847;

  margin:7px 0px;

  color: #fff;

  font-size: 1em;

  font-weight: bold;

  border:none;

  letter-spacing: 1px;



}



.btn-default-mobile:hover {

  background-color: #3e9d31;

  color: #fff;

}



.subscribe-area {

  text-align: center;

}



.footer-top-area {

  padding-bottom: 0px;

}



.payment ul li {

  margin:0 0 0 2px;

}

.payment ul li a img {

  width: 42px;

}



.about-uni p, .content-uni p {

  font-size: 1.1em;

}



.cta-area {

  text-align: center;

}





.btn-default {

  white-space: normal;

}

.testimonial-item .content {

  text-align: center;

}



.testimonial-item .content h3 {

  margin-top: 30px;

}



.hidden-on-mobile {
  display: none !important;
}



table.cart-data-table {
  table-layout: auto;
  border: 0;
}

table.cart-data-table caption {
  font-size: 1.3em;
}

table.cart-data-table thead {
  border: none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

table.cart-data-table tr {
  width: 100%;
}

table.cart-data-table td {
  font-size: .8em;
  width: 100%;
}

table.cart-data-table td:last-child {
  border-bottom: 0;
}

table.cart-data-table img {
  width: 100px;
}

.bwizard-steps {
  background: transparent;
  margin-left:0;
  width: 100%;
  margin-top: 20px;
}

.payment-met .col-sm-4 {
  border-right:0;
  border-bottom: 1px solid #eee;
}



.simpleLens-lens-element {

  display: none;

}



.page-title h2 {

  font-size: 30px;

}



.pg-small .section {

  padding:20px 0;

}



.about-us {

  height: auto;

}



.founder-1, .founder-2 {

  width: 100%;

  margin-top: 0;

  float: none;

  text-align: center;

}



.founder-1-intro {

  /*bottom: 40px;*/

  /*top: 60%;*/

  background:rgba(255,255,255,0.6);

}



.founder-2-intro {

  background:rgba(255,255,255,0.6);

  float: left;

  left: 10%;

  right: 35%;

  width: 80%;

  text-align: left;

  top: 60%;

}



.shopper-benefits {

  width: 300px;

  float: none;

  margin:0 auto;

  margin-top: 150px;

  }



  .shopper-bar {

    height: 700px;

  }



/*
  .content-uni h2, .content-uni p {

    text-align: center;

  }
*/



  .about-uni .content-uni {

    margin-top: 20px;

  }



  .about-us .content {

    margin-top:40px;

/*    color: #fff;*/

    text-align: center;

  }



  .bg-50-half {

    width: 100%;

    height: 40%;

  }

  .contact-page-2 .or {

    display: none;

  }



  .contact-form {
   padding-left: 0px;
   padding-right: 0px;
   margin: 30px 0px;
  }



  .founder-1-intro, .founder-2-intro {

  position: inherit;

  bottom: 0;

  right: 0;

  left: 0;

  text-align: center;

  width: 100%



}



.title {

  margin:20px 0;

  padding:0;

}



.one-man h1, .one-man h2 {

  font-size: 5em;

  margin-top: 0;

  text-align: center;

}



.legacy h1, .legacy h2 {

  font-size: 3.5em;

  margin-top: 0;

  text-align: center;

}



.legacy-content .quote {

  width: 100%;

  margin-left: 0

}


.header-top {

  background: #e75025; /* new code 29092022 */

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 9;
}

.mean-container .mean-bar {

  top: 35px;

  border-bottom:1px solid #efefef; /* new code 13102022 */

}

.page-title {
  height: 150px;
  /*margin-top: -50px;  /* new code 14112022 */	/* remove this */
}

.pg-small {
  height: auto;
}

.page-title img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%)
  }

.hairbody-info-1 {
  background: url(../img/hairbody-bg.png) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
}

.healthy-info-2 {
  height: auto;
}

.info-listing li {
  width: 40%;
}
.hide-on-mobile {
  display: none;
}

.shop-details h5, .shop-details .pro-ratting, .review-btn {
  float: left;
  text-align: left;
}
	
.abt-vision h3:after, .abt-mission h3:after {
    width: 30%;
}
	
.story-title{
	padding: 30px 20px;	
}	
	
.accordion-wrap{
	padding: 20px 10px;
}	
	
.faq-small-img {
    width: 100%;
}
	
table#commi-sales{
	width: 100%;
}	

#top-menu > ul > li > a{
  font-size: 12px;		
}	
	
#top-menu > ul > li > a:first-child{
  padding-left: 0px;;		
}

/* new code 28062022 start*/	
	
.testi-title{
	padding: 10px;
    height: 150px;
	margin-bottom: 0px;
}
	
.testi-text{
    padding: 5px 20px;	
}	
	
.testi-text h1 {
    line-height: 15px;
    font-size: 10px;
    width: 100%;
}
	
.testi-text p {
    font-size: 6px;
    line-height: 7px;
    width: 70%;
    padding-top: 2px;
}

.testimonial_col h2{
	margin-top: 30px;	
}	
	
/* new code 11082022 */	
#top-menu > ul li > ul.mobile-width{
	right: -180px;
	width: 250px;	
}
	
/* new code 19082022 */	
	
.index-grey-bg{
	padding: 30px 0px;	 /* new code 13102022*/
}
	
.index-table p{
	font-size: 14px; /* new code 14112022*/
	padding: 20px 00px; /* new code 14112022*/
	font-weight: 600; /* new code 14112022*/
}	 
	
.container_space{
	margin: 0px auto;	
}
	
/* new code 26082022 */
	
.e_title p{
	font-size: 18px;
}
	
.e_title h3{
	font-size: 20px;
}
	
.e_flex{
	display: block;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}	
	
.leaflet{
	padding: 20px 0px;		
}
	
/* new code 27082022 */
	
.grey-box img, .enzyme_img{
	width: 100%;	
	padding: 20px 0px;
}
	
/*  new code 07092022 country code */	
#areaCode{
	margin-right: 5px;	
}
	
/* new code 10102022 */
.section-language{
	min-height: 250px;	
}
	
.curve {
    height: 250px;
}
	
.space {
    margin: 60px 50px 0px;
}
.curve h1 {
    font-size: 30px;	
}

.c_language{
	padding-bottom: 20px;	
}
	
#myVideo{
	height: 300px;
}
	
.cropped-image-partner{
	height: 300px;
	width: 100%;
	background-size: contain;
}	
	
/*new code 13102022 start*/
	
.entre-logo{
	margin: 0px;	
}
	
.container-entre{
	margin: 0px; /* new code 27102022*/	
}	
	
.img_center {
    width: 250px;
    height: 250px;
}
	
.circle-text {
    width: 180px;
    height: 60px;
}

/* new code 27102022 start*/	
.circle-text p {
    font-size: 10px;
    line-height: 18px;
    margin: 25px 0px 0px 25px;
}
/* new code 27102022 end*/	
	
.circle-map {
    width: 300px;
    height: 400px;
    min-height: 300px;
    min-width: 300px;
	margin: 60px auto 100px;
}
	
.circle-map__item img {
    height: 30px;
    width: 30px;

}

.info-center h4{
	font-size: 12px;
    line-height: 14px;	
}	
	
.info-center p{
	font-size: 11px;
    line-height: 16px;	
}
	
/* new code 27102022 start*/		
.img_1 {
    top: 0%;
    left: 30%;
}	
	
.img_2 {
    top: 20%;
    left: 55%;
	z-index: 1;
}
	
.img_3 {
    top: 40%;
    right: 25%;
    z-index: 1;
}	
	
.img_4 {
    left: 80%;
    top: 43%;
    z-index: 1;
}	
	
.img_5{
	left: 63%;
	bottom: 17%;
 	z-index: 1;	
}	
	
.img_6 {
    right: -5%;
	bottom: -5%;
}
/* new code 27102022 end*/	
	
.entre-info1 p {
    font-size: 14px;
    line-height: 25px;
}
	
.entre-content h4 {
    font-size: 12px;
}
	
.entre-content {
    margin: 10px 10px 20px;
}
	
.entre-content2 h3 {
    font-size: 20px;
}	
	
.entre-content2 p {
    font-size: 12px;
    line-height: 20px;
}
	
.entre-content2 {
    width: 80%;
}
	
.info-center {
    margin: 0px 80px 0px 65px;
}
	
.container.c_table{
	padding: 0px;
	margin: 0px;
    width: 100%;
}
	
	
/* 15012024-new start*/	
.language-content{
	padding: 0px;
	top: 40%; /*04032024*/
	left: 23%; /*04032024*/
}
/* 15012024-new end*/		
	
.language-content h1 {
    font-size: 18px;  /*04032024*/
	padding-bottom: 55px;
}	
	
.language-content h2 {
    font-size: 30px; /*04032024*/
}	
	
.language-content p{
	font-size: 18px;
	padding-bottom: 10px; 
}	
	
.i-language-btn {
  font-size: 12px;
  padding: 5px 15px;
}
	
.cd-main-header {
    height: auto;
    /* background: #ffffff; */
    z-index: 3;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
	
.mean-container .mean-nav ul li li a{
	width: 50%;	
}
	
.modal-dialog{
	margin: 30px 20px;
}
	
.landing-full-bg{
	display: block;
}
	
	
.partner-video {
    height: 200px;
}
	
/*new code 20102022*/
	
.download-pop{
	padding: 10px 0px 20px;
}
	
/* new code 27102022*/
	
.index-bg{
	background-image: url("../img/header/cny-bg.gif"); /*12012024*/
	height: 480px;
	top: 0px;
	background-position: bottom;
}	
	

.img_space-R{
	padding: 0px 5px 0px 0px;
}
	
.img_space-L{
	padding: 0px 0px 0px 5px;
}	
	
.category-title{
	font-size: 15px;	
}	
	
/*new code 27102022 start*/
	
.e-contact{
	width: 90%;	
}	
	
.e-contact h2 {
	font-size: 20px;
	line-height: 30px;
}	
	
.header-button-price a {
  width: 90%;	
}
	
.referral-title{
  font-size: 30px;	
}
	
.circle-text {
    width: 200px;
    height: 70px;
}	
	
/*new code 27102022 end*/	
	
/* new code 31102022 start*/
	
.selection {
    width: 100%;
    justify-content: center;
}
	
.container_responsive{
	margin: 0px auto 50px;		
}	
	
.col-youtube, .youtube-1{
	width: 100%;
	height: 300px;
}	
	
.referral-logo{
	width: 80%;
    margin: 10px auto 20px;	
}	
	
.orange-bg h4{
	font-size: 20px; 	
}	

.modal-body{
	padding: 15px 0px;
}
	
.col-noti2 p{
	font-size: 25px; /* new code 12062023*/	 
}
	
.b-noti2, .b-noti3{
	font-size: 25px;	
}
	
/* new code 12062023 start*/
	
.package-price{
	padding: 10px;	
}
	
.alignleft, .alignright{
	font-size: 15px;	
}	
	
.sws-p{
	font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;	
}
/* new code 12062023 end*/	
	
#areaCode.area-referral, #dialCode.dial-referral{
	width: 80%;
}
	
.yellow-background {
    width: 95%;
}
	
.rfc #countdown ul > li span {
    font-size: 23px;
	padding: 5px;
}
	
.referral-flex1 img {
	width: 10%;
}
	
.referral-flex1 img.order-icon {
	width: 25%;
}

/* 12012024*/	
.full_index{
	margin-top: 0px;
}
	
/* Website New UI 02052024 start */
.h_mobile1 .mobile-menu .mean-bar{
  margin-bottom: 0
} 
	
.h_mobile1 #top-menu > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
}	
	
.h_mobile1 .mean-container .mean-nav {
    margin-top: 47px;
}	
	
.h_mobile1.header-top{
  background: #F0ECEB;
	/* © */
}
	
.h_mobile1 #top-menu > ul > li {
	margin-right: 25px;
}	
	
.h_mobile1 #top-menu > ul > li > a {
	color: #000;
	padding: 0;
}
	
.h_mobile1 #top-menu{
    float: right;
}	
	
.h_mobile1 .h_login, .h_mobile1 .h_cart {
    width: 6%;
}
	
.h_cart .cart-info {
    position: static;
}

.h_btn a{
    color: #fff;
}	
	
.h_country{
    width: 6%;
}	
	
.language-header a .fa.fa-language{
  color: #E95024!important;
}

#top-menu.h_tm > ul{
  justify-content: space-between;
}

#top-menu > ul .h_country ul{
  width: 200%;
}

#top-menu.h_tm > ul > li {
  padding: 0 8px;
}

.h_btn{
  padding: 5px 10px;
}

/* 05082024 */
.h_login, .h_cart {
  width: 12%;
}
/* 05082024 */
.h_country{
  width: 24%;
}

.border-b:after{
  padding: 25px 0px;
}

/*
.carousel-inner.n_banner > .item > img{
	height: 120vh;
	object-fit: cover;
}	
*/


.i_cover .i_item-content.slider-info{
  width: 100%;
  margin: 0 auto 10px;
}	

.i_item-content.slider-info h1{
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}

.i_item-content.slider-info p{
  font-size: 14px;
  text-align: left;
	margin-bottom: 10px;
  text-shadow: none;
}

.slogan-title{
  font-size: 20px;
}

.flex-col .i_slogan-space{
  margin-bottom: 65px;
}

.btn-round{
  margin: 10px auto;
  display: block;
}
	
.btn-round a{
  font-size: 14px;
}	
	
#loginmodal.modal.n_pop .modal-dialog{
  width: auto;
}	
	
.n_index .carousel-indicators {
  bottom: 60px;
}
	
.sec-bg1{
  height: 300px;
  object-fit: cover;	
}

	
/*
.sec2_info img{
    width: 150px;
    height: 150px;
}	
*/
	
.grid-row{
    display: block;
}
	
.i_video{
	height: 200px;
}	
	
.sec3 .flex-row {
    display: block;
}	

	.sec3{
		padding: 30px 20px 10px;
	}	
	
.sec3 .flex-row div {
    width: 100%;
	margin-bottom: 50px;
}
	
	
.tab-pro-slider-gallery .owl-next, .tab-pro-slider-gallery .owl-prev{
    margin: 0 20px;
}		
	
.tab-pro-slider-gallery2.owl-carousel .owl-item{
	padding: 0px;
}
	
.subscribe-bg{
    width: 100%;
    height: 500px;
    object-fit: cover;
}	
	
.i_cover .i_item-content.sec6_info{
    width: 100%;
    text-align: center;
}

.i_item-content.sec6_info h1{
	font-size: 40px;	
}
	
.subscribe_info.flex-col {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 25px;
}	
	
.subscribe input {
	width: 100%;
	margin-bottom: 20px;
}	
	
.subscribe button{
    margin: 0 auto;
}
	
.n_fa.footer-area .flex-row {
	display: block;
}
	
.f_col1, .f_col2, .f_col3{
    width: 100%;
}

.n_fa .footer-logo {
    width: 80%;
	display: block;
	margin: 0 auto 20px;
}
	
.f_col1 div p{
    text-align: center;
	margin-bottom: 50px;
}
	
.f_col2 .footer-content, .f_col3 .footer-content{
    text-align: center;
    margin-bottom: 50px;
}

.flexi-col{
    gap: 20px;
}	
	
.sec2_info{
	width: 47%;
}
	
.sec2 h1{
    font-size: 30px;
}
	
.i_title{
    font-size: 28px;
}	
	
.i_faq img{
    width: 100%;
    height: 100%;
    max-height: auto;
    object-fit: cover;
}	
	
	
.i_faq .i_title{
	padding-bottom: 30px;
}	

.f_col{	
	grid-template-areas:
        "col-sections col-cs"
        "col-media col-media"
        "col-logo col-logo";	
	grid-template-columns: 1fr;
	}	
	
.media_flex {
    width: 70%;
	flex-wrap: nowrap;
}	
	
.media_flex a {
    width: 100%;
	margin-bottom: 50px;
    margin-right: 10px;
}
	
.n_fa .footer-content .media_flex img {
    width: 100%;
}	
	
.f_sub {
	align-items: center;
    flex-direction: column-reverse;
}	
	
.f_sub img {
    width: 100%;
}	
	
.f_sub p {
    font-size: 12px;
    text-align: center;
}
	
.ecom-page p, .ecom-page .p_ship, .ecom-page p, .pro_sub-info a {
	font-size: 12px;
}
	
.ecom-page .prod img {
	width: 15%;
	height: 100%;
}

.ecom-page .prod .shipping_info{
	align-items: normal;
}
	
.payment-selection li label{
    padding: 15px 10px 15px 35px;
}	

.pro_sub-info h4 {
    font-size: 14px;
}

.ecom-page .accordion_style .accordion2 .text{
    font-size: 16px;
}

.payment-selection li .check{
    height: 15px;
    width: 15px;
    left: 10px;
    top: 25px;
}

.payment-selection li .check::before{
    height: 9px;
    width: 9px;
}
	
.pro_sub-price .new {
	font-size: 18px;
}	
	
.tab-pro-slider-gallery .owl-nav {
    left: 0%;
    top: 20px;
}	
	
.i_img-faq {
    height: 100%;
}	
	
/* Website New UI 02052024 end */	
	
/* Dashboard 10062024 start */	
.icon-title p	{
	font-size: 13px;
  padding-left: 10px;
}
	
/* Checkout */	
	
.address-flex{
    width: 45%;
}
	
.bill-info .flexi-col {
    gap: 5px;
}	

.acc-flex .light-pink_cont, .light-grey_cont {
  width: 100%;
}

.acc-flex{
  margin-bottom: 0;
}

.acc-flex div{
  margin-bottom: 20px;
}

.checkout-info-flex{
  flex-direction: column;
}

.bill-info .group .half{
  width: 100%;
}

.three-col {
  width: 100%;
}

.quiz_hero-text {
  position: relative;
  transform: translate(-50%, 0%);
}

.h_menu-ul{
  justify-content: flex-start;
  margin: 0;
}
.site-navbar.header-navbar ul li a {
  padding: 15px 30px;
}

.header-space {
  margin-top: 5px;
}

.site-navbar.header-navbar ul {
  top: 120px;
}

.site-logo {
  width: 50%;
}

/* Latest News */

.updates {
  font-size: 6em;
}

.latest-news{
  font-size: 2.3em;
  top: 90%;
}

.news-listing .i_blog{
  width: 100%;
}

.news-flex{
  flex-direction: column-reverse;
}

.top-padding-0{
  padding: 0!important;
}

/* Country */
.country-size img {
  width: 60%;
}

.zinnia-logo img{
  width: 65%;
}

.zinnia-logo{
  grid-area: z-logo;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 05082024 */
.zinnia-maps{
  height: 75%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: 
  "west-my west-my east-my east-my sg sg"
  "west-my west-my east-my east-my sg sg"
  "z-logo z-logo z-logo z-logo bru bru"
  "z-logo z-logo z-logo z-logo bru bru"
  "tw-phi tw-phi hk hk cn cn"
  "tw-phi tw-phi hk hk cn cn"
  "indo indo thailand thailand vn vn"
  "indo indo thailand thailand vn vn"
  ;
} 

/* 05082024 */
.singapore {
  grid-area: sg;
  display: flex;
  align-items: flex-end;
}
/* 05082024 */
.hongkong{
  display: flex;
  align-items: center;
}

/* 05082024 */
.hongkong a{
  display: flex;
  justify-content: center;
}

/* 05082024 */
.philippines a{
  display: flex;
  justify-content: center;
}


/* Affiliate Program new code 05082024*/
.table.acc-table-pink{
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  background-color: white;
  width: 100%;
  height: 100%;
}

/* 09082024 */
.sales_counter h1{
  font-size: 30px;
  font-family: Open sans, serif;
}
/* 09082024 */
.sales_counter p{
  font-size: 40px;
  background-color: #E75531;
  border-radius: 50px;
  border: none;
  color: white;
  padding: 14px 28px;
}
/* 09082024 */
.sales_counter i{
  font-size: 15px;
  color: #000;
}
}


/* small mobile :760px. */
@media only screen and (max-width: 760px) {
	
/* new code 28062022 start*/	
	
.testi-text{
	padding: 0px;	
}	
	
.testi-text h1 {
    line-height: 15px;
    font-size: 10px;
    width: 75%;
}
	
.testi-text p {
    font-size: 6px;
    line-height: 7px;
    width: 70%;
    padding-top: 2px;
}

.testi-title{
	padding: 10px;
    height: 150px;
	margin-bottom: 0px;
}	

.prod-tabs .tabbable-line > .nav-tabs > li {
  width: auto;
}

.prod-tabs .tabbable-line > .nav-tabs > li > a > img {
  top: -30px;
}
.prod-tab-whitening-content h5 {
  margin-top: 10px;
}
.prod-tab-whitening-content p {
  margin: 5px 0 30px 0;
}

.mean-container .mean-bar {

  top: 0px; /* new code 13102022 */

}
.header-area {

   /*margin-top: 0px;*/ /*new code 14112022*/ /*remove this */

}
.founder-2-intro, .founder-1-intro {

  margin-top: 0;

}


.hairbody-content {
  margin-top: 30px;
}

.babycare-p1, .babycare-p2, .babycare-p3, .babycare-p4, .babycare-p5 {
  background-position: 0px 50px;
  padding:180px 0 40px 0;
  /*background-attachment: fixed;*/
}

.hide-on-mobile {
  display: none;
}
	
.width-half, .width-7 {width:100%;}	
	
	
.abt-title{
	width: 100%;
	padding: 0px 0px 20px;
}	
	
.about-us .content{
	margin-bottom: 0px;	
}	
	
.hero-image-pro{
	height: 180px;
}
	
.hero-text-pro h1{
	font-size: 20px;
}	

.pro-flex{
	display: block;
	padding: 0px;
}	
	
#pro-des-table{
	width: 100%;
}	
	
.padding-lr-20.pro-des-title{
		padding: 0px;
}
	
.nano-info, .nano-img3, .nano-img4{
	width: 100%;	
}
	
.content-center {
    display: block;
}
	
.imp-content p {
    padding-top: 10px;
}
	
.nano-img4{
	padding-top: 20px;	
}	
	
.green-box{
	width: 100%;
}	
	
.green-box h3{
	font-size: 18px;
}	
	
.country-all {
	margin-top: 20px;
}

.col-youtube, .youtube-1{
	width: 100%;
	height: 200px;
}	
	
/* landing page start 25082022 */

section {
	padding: 0px 0px 15px;
}	

.language {
    padding-top: 15px;
}	
/* landing page end 25082022 */	
	
.story-info1 h2 {
	font-size: 23px;
}
	
.CTA .section-title{
	font-size: 25px;	
}	
	
.about-us-title h3 {		
	margin: 10px;
    font-size: 20px;
}
	
/* new code 13102022 */	
	
.index-app {
    width: 100%;
}	
	
.section_D {
    margin: 50px 0px;
}	
	
.download-info h2{
	font-size: 28px;	
}	
	
.pop-logo {
    width: 90%;
}	
	
.fa.fa-shopping-cart {
    font-size: 20px;
}	
	
	
/* new code 19032022 start*/	
.tnc-voucher h2{
	font-size: 18px;
	padding-bottom: 10px;
}	
	
.tnc-voucher p{
    font-size: 10px;
    line-height: 18px;
}
/* new code 19032022 end*/	
	
/* Purchase Summary Registration 11052023 start */

.psr-small-title{
	font-size: 15px;	
}	
	
/* Purchase Summary Registration 11052023 end */	
	
.referral-flex1 p{
	font-size: 28px;
}

.referral-flex1 p span{
	font-size: 30px;
}	
	
/* new code 07082023 start*/
	
.org_bg1 p{
    font-size: 18px;
	padding: 7px 15px;
}
	
#countdown-bg{
	width: 100%;
}
	
.pro-sold-bg{
	width: 80%;	
}	
	
.pro-sold-bg p{
	font-size: 15px;	
}
	
	
/* Website New UI 23052024 start */
.i_cover.slider_h{
    top: 0;
}	
	
/* Dashboard 10062024 */

.d_grid{
    grid-template-areas:
    "num-order bonus-point"
    "total-amt total-amt";
    grid-template-columns: 1fr 1fr;
}

.d_flex {
    flex-direction: column;
}
	
.view-summary{
    padding: 15px;
}	
	
.all_total tr .grand-total{
    font-size: 15px;
}	
	
/* Checkout */	
	
.m_summary-order img{
    width: 8%;
}
	
.page-title .section {
    padding: 0;
    height: 100px;
}	

/* ap_total-bonus */

.table.bonus-table th {
  width: 70%;
}

/* Latest News */
.news-list-title{
  height: 180px;
}

.updates {
  font-size: 5em;
}

.latest-news {
  font-size: 2.3em;
  top: 80%;
  width: 90%;
}



.country-size img {
  width: 65%; /* Country Size 02082024 */
}

.zinnia-logo img{
  width: 60%; /* zinnia-logo Size 02082024 */
}

.zinnia-logo{
  grid-area: z-logo;
  display: flex;
  align-items: flex-start;
  /* Remove 02082024 */
}

/* 05082024 */
.vietnam{
  display: flex;
  align-items: flex-end;
}

.taiwan-philippines{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .hongkong img{
  width: 80%;
}

.taiwan img{
  width: 80%;
} */

/* 08082024 */
.h_country_img_flex a{
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0px !important;
  justify-content: space-around;
}
/* 09082024 */
.btn-border-round {
  background-color: transparent;
  padding: 10px 50px;
  margin-top: 10px;
  border-radius: 50px;
  border: 1px solid #E95024;
}
}



/* small mobile :320px. */

@media only screen and (max-width: 480px) {
	
.process-mobile
{
	padding: 0px;
}	
	
.container.container-top-menu-mobile
{
	padding: 0px;
}	
	/*testing1*/
.process-title
{
  margin-top: 20px;
  text-align: left;
/*
  float: left;
  margin-left: 0px;	
*/
}
	
.process-title h6 {
    font-size: 9px;
    text-align: center;	
}
	
.process-line {
    margin: 0px 5px;
	width: auto;
}	
	
.process-indicator {
	width: 100%;
}	

.owl-nav {	
display: block;margin-top: 0px; top:-420px;
}	
	
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: bold;
  font-size: 15px;

}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  max-height: auto;
  width: 94%;
 margin:2%;
  text-align: center;
  cursor: pointer;
}	
	
	
	
/*pop up memberpage*/
.modal-member-content {
    width: 100%;
  }	
	
.modal-member {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 150px 15px 0px 15px;	/*  Location of the box */
  left: 0;
  top: 15%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}	
/*end pop up member page*/	

	/*testing today*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%; /*new code 27102022*/
}	
	

.container{

  width: 100%;

}

/* Home 1 */

.header-button-price .total-price {

  float: left;

}

/*.nivo-caption {

  display: none !important;

}
*/
.section-title h2 {

  font-size: 16px;

}

.sin-banner a .wrap {

  width: 100%;

}

.magic-area .content h2 {

  font-size: 26px;

}

.magic-area .content h3 {

  font-size: 24px;

}

.testimonial-item .image {

  display: block;

  float: none;

  margin: 0 auto;

}

.footer-newslater form input[type="email"] {

  width: 170px;

}

/* Shop Page */

.shop-products > div {

  float: left;

  width: 100%;

}

.pro-Showing {

  float: left;

}

.list-pro-image {

  padding: 0;

}

.list-pro-des {

  padding: 0;

}

.select-menu .sort {

  margin-bottom: 10px;

}

/* About Page */

.designer {

  padding: 0;

}

.designer-text {

  top: 78%;

}

/* Service */

.services-details img {

  float: none;

  margin-bottom: 15px;

  margin-right: 0;

  width: 100%;

}



.payment img {
    width: 80%;
    padding-bottom: 30px;
}



.terms-conditions {

  text-align: center;

}



.terms-conditions li a {

  font-size: 10px;

}



/* badges only on small screens */

    .bwizard-steps li:after,

    .bwizard-steps li:before {

        border: none

    }

    .bwizard-steps li,

    .bwizard-steps li.active,

    .bwizard-steps li:first-child,

    .bwizard-steps li:last-child {

        margin: 5px 0px;

        padding: 7px 0px;

        /*background-color: transparent*/

    }



    .bwizard-steps li {

      width: 100%;

      display: block;

    }



    .bwizard-steps li:first-child, .bwizard-steps li:last-child {

      border-radius: 0;

    }


.process-indicator .rounded-no {

  width: 50px;
  height: 50px;
/*  float:left;*/

}

	/*testing02*/
	
.process-title 
{
    margin: 10px 0px 0px;
    text-align: center;
/*    float: left;*/
}

	
/*
.process-title {
  margin-top: 20px;
  text-align: left;
  float: left;
  margin-left: 15px;
}
*/


.final-total h4 span, .final-total h5 span {

  margin-left:50px;

}

.dashboard-wallet-balance li {

  width: 100%;

  text-align: left;

}



.dashboard-link h5 {

  margin:10px 0;

}



.dashboard-content li {

  width: 43%;

  margin:5px 5px;

  height: 120px;

}



.page-title h2 {
  font-size: 20px;
  padding-left: 0px;

}



.founder-1-intro, .founder-2-intro {

  position: inherit;

  bottom: 0;

  right: 0;

}



#popup-container {

  width: 300px;

  height: 380px;

}



.shopper-benefits {

  margin-top: 30px;
  width: auto;
  }


.img-big {
  height: 140px;
  background: #fff;
}

.img-big img{

  max-width: 250% !important;
  margin-left: auto;
  margin-right:auto;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%)
}

  .shopper-bar {

    background-size: auto;

    background-position: top right;

  }

  .referral-bar {

    background-size: auto;

    background-position: top left;

  }



  .about-us .content p {

    font-size: 14px;

  }



  .nivoSlider img {

    left:-330px;

    width:200% !important;

  }



  .dashboard-content li h6 {

    font-size: 11px

  }

  .link-icon img {

    width: 30px

  }

  .m-img {

    width: 200px;

  }

  #popup-container .m-content h1, #popup-container .m-content p {

    font-size: 15px;

  }

  .contact-page-2 .contact-info {

    padding-right: 0;

  }

.modal-dialog {
    margin:10px 15px; /* new code 31052023 */
}
	

.phone-img{
    width: 50%;
}
	
.modal-body h2 {
	font-size: 23px;	
}		
	
		

.cart-popup-msg {

  width: 90%;

  margin:0 auto;

}

.mean-container .mean-bar {

  top: 0px;  /* new code 13102022*/
  height: auto;	
  z-index: 8;	

}
	
.mean-container a.meanmenu-reveal{
   top: 3px; /* new code 13102022 */	
}	
	
.menu-logo{
   width: 40%;		
}	
	
.mean-container .mean-nav ul{
   padding-top: 0px;		
}		
	
.header-area {

  margin-top: 0px;
  margin-bottom: 0px;  /* new code 27102022*/	 

}



.hairbody-content {
  margin-top: 0px;
}

.babycare-p1, .babycare-p2, .babycare-p3, .babycare-p4, .babycare-p5 {
  background-position: 0px 50px;
  padding:180px 0 40px 0;
  /*background-attachment: fixed;*/
}

.info-listing li {
  width: 100%;
}

.healthy-info-2 {
  background-image: none;
}

.show-on-mobile {
  display: block;
}

.informative .content {
  padding:20px 10px;
}

.fc-event, .fc-event-dot {
  background: transparent;
  color: #54b847;
}

.fc-event {
  box-shadow: none;
}
.prod-benefits, .health-info-5 .info-title {
  text-align: center;
}

.healthy-info-7 .content, .healthy-info-6 .content, .healthy-info-4 .content, .healthy-info-3 .content, .healthy-info-2 .content,.babycare-1 .content  {
  margin-top:0;
  padding:15px;
  text-align:center;
}

.fc-title:before {
  color: var(--main-color);
}

.table-info td h2 {
  padding-left: 40px;
}

#popup-container-home.pop-style-2 {
  width: 300px;
  height: 400px;
}

#popup-container-home.pop-style-2 .m-content {
  margin-top:15px;
}

.lib-icon {
  padding:100px 0;
}	
	
#table-normal td, #table-normal th {padding: 10px;}
	
.bsi-banner {
	background: url("../img/bsi-banner-mobile.jpg");
	background-size: cover;
}	
	
.banner-content {padding: 30px 0 ;
	margin-top: 300px;
	}	
	
.section {
    padding: 30px 0;
}
	
/* new code 14062022 */	
	
.referral-column {
    display: block;
}		
	
#countdown ul > li span {
    font-size: 20px;
}	
	
#countdown ul > li {
    padding: 10px;
}
	
.green-bg {
	margin: 30px 0px;
}
	
.green-bg h3 {
    font-size: 16px;
}
	
/* new code 19082022 */
/* landing page start 25082022 */	
	
section {
	padding: 0px;
}
	
.language {
	padding-top: 15px;
}	
/* landing page start 25082022 */
	
.border-text { 
	border-left: none;
}
	
hr {
	border-color: #CCCCCC; width: 90%; margin: auto;
}
	
#big-text-mobile {
	font-size: 22px; 
	margin: 20px auto; 
	text-align: center;
}
	
.part2 {
	background-position:left;
	margin: 150px 0px 20px;
	padding-bottom: 0px;
}

	
.action {
	width:25.5%; 
	text-align: center;
}
	
.action div {
	float:none;
}
	
.action div p{
	float:none;
}
	
.action div p:nth-child(2){
	font-size: 10px; line-height: 13px;
}
	
/*new code 26102022*/	
	
.section_D {
    margin: 30px 0px;
}		

.white-box {
  padding: 10px;
}
	
.btn_topup{
  padding: 6px 10px!important;
  font-size: 12px!important;
}

.ap_bonus h3 {
  font-size: 25px;
}

.story-youtube, .abt-youtube {
  height: 200px;
}

/* 05082024 */
#top-menu.h_tm>ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0px;
}

}


@media only screen and (max-width: 350px) 
{
.container{
width: 300px;
}
}

@media only screen and (max-width: 911px) 
{
.overlay {
margin-bottom: 20px;
}
}


/*printing*/
@media print {
	
	#scrollUp
	{
		display: none;
	}
		
	
	.noprint
	{
		display: none !important;
	}
	
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
      .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
           float: left;   
      }

      .col-sm-12 {
           width: 100%;
      }

      .col-sm-11 {
           width: 91.66666666666666%;
      }

      .col-sm-10 {
           width: 83.33333333333334%;
      }

      .col-sm-9 {
            width: 75%;
      }

      .col-sm-8 {
            width: 66.66666666666666%;
      }

       .col-sm-7 {
            width: 58.333333333333336%;
       }

       .col-sm-6 {
            width: 50%;
       }

       .col-sm-5 {
            width: 41.66666666666667%;
       }

       .col-sm-4 {
            width: 33.33333333333333%;
       }

       .col-sm-3 {
            width: 25%;
       }

       .col-sm-2 {
              width: 16.666666666666664%;
       }

       .col-sm-1 {
              width: 8.333333333333332%;
        }            
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

}
