@charset "utf-8";

@import url('css2_1.css');
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Poppins';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
	MAIN CSS font
------------------------*/
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Bold'), local('Poppins-Bold'),
        url('../fonts/Poppins-Bold_1.woff2') format('woff2'),
        url('../fonts/Poppins-Bold_1.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Light'), local('Poppins-Light'),
        url('../fonts/Poppins-Light_1.woff2') format('woff2'),
        url('../fonts/Poppins-Light_1.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('../fonts/Poppins-Medium_1.woff2') format('woff2'),
        url('../fonts/Poppins-Medium_1.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('../fonts/Poppins-SemiBold_1.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold_1.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/Poppins-Regular_1.woff2') format('woff2'),
        url('../fonts/Poppins-Regular_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}


/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.ovrfl{overflow:hidden;}	

/*========================*/	
.top{
	float:left;
	width:100%;
	padding:8px 0;
	}
.top-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	background:#000000;
	height:80px;
	margin-top: -80px;
    position: relative;
    top:80px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#000000;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo-sec{
	float:left;
	margin-top:22px;
	text-align:left;
	}
.logo{
	margin:0 0 0 0;
	}
a.header-btn{
	font-family: 'Poppins';
	float:right; 
	width:160px;
	font-size:18px;
	color:#fff;
	background:#0bc821;
	height:47px;
	border-radius:6px;
	font-weight:700;
	line-height:47px;
	margin-top:17px;
	letter-spacing:0.5px;
	}
ul.mainMenu{
	float:right;
	margin:32px 0 0 0;
	}
ul.mainMenu li{
	float:left;
    padding:0 30px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#fff;
	font-size:19px;
	line-height:24px;
	letter-spacing:0.7px;
	font-weight:400;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#d29a23;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:0;
    top:30px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:113px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:76px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

/*==========banner==============*/	
.banner{
	background:url(../images/banner_1.jpg) center bottom no-repeat;
	background-size:cover;
	float:left;
	width:100%;
	height:522px;
	padding:30px 0 80px;
	}
.bnr-lft{
	float:left;
	width:58%;
	text-align:left;
	margin-top:50px;
	}
.bnr-hding{
	font-size:45px;
	line-height:58px;
	color:#fff;
	font-weight:700;
	}
.bnr-seals{
	display:block;
	margin:60px 0 0;
	max-width:100%;
	}	
.bnr-btl{
	position:absolute;
	top:0;
	right:50px;
	max-width:100%;
	}
.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:250px;
	font-family: 'Poppins';
    font-size:22px;
    color: #fff;
    background: #0bc821;
    height: 60px;
    border-radius: 6px;
    font-weight: 700;
    line-height: 60px;
    margin-top:50px;
    letter-spacing: 0.5px;
	text-align:center;
	}

.banner_strip{
	float:left;
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #ddd;
	}
.banner_strip ul{
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding:0 50px;
	}
.banner_strip ul li{
	width:20%;
	padding:0 15px;
	}
.banner_strip-seal{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:120px;
	}
/*==========section1==============*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0 80px;
	text-align:center;
	}
.comn-hding{
	font-size:40px;
	line-height:55px;
	color:#000000;
	font-weight:700;
	}
.comn-hding span {
    color: #e5b043;
	}
.s1-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 20px;
	}
.s1-col{
	width:48.5%;
	border:1px solid #e6e6e6;
	border-radius:20px;
	padding:30px 20px;
	margin-top:25px;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	box-shadow:0 3px 15px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 15px 0 rgba(0,0,0,0.1);
	}	
.s1-ing-img{
	width:200px;
	}
.s1-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:50%;
	border:6px solid #fff;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	}
.s1-col-content {
    width: calc(100% - 200px);
    padding-left: 25px;
    text-align: left;
	}							
.s1-col-content-txt{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	}
.s1-col-content-txt span{
	display:block;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	margin-bottom:10px;
	}	
.view-supplement{
	display:inline-block;
	vertical-align:top;
	margin-top:60px;
	color:#000;
	font-weight:600;
	font-size:22px;
	line-height:30px;
	text-decoration:underline;
	}

/*==========s1-strip==============*/	
.s1-strip{
	background:url(../images/s1-strip_1.jpg) center top no-repeat;
	overflow:hidden;
	float:left;
	width:100%;
	padding:80px 0;
	text-align:center;
	position:relative;
	background-size:cover;
	}
.s1-stp-blt1{
	position:absolute;
	top:-200px;
	left:-200px;
	}	

.s1-stp-blt2{
	position:absolute;
	right:-100px;
	bottom:-219px;
	}
.s1-stpmiddle{
	display:inline-block;
	vertical-align:middle;
	max-width:897px;
	width:100%;
	border-radius:8px;
	position:relative;
	box-shadow:0 15px 12px 7px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 15px 12px 7px rgba(0,0,0,0.4);
	}	
.s1-stpmiddle-inr{
	float:left;
	width:100%;
	text-align:center;
	background: rgba(0,0,0,0.8);
	padding:50px 70px;
	box-shadow: 0px 0 0 10px rgba(96,98,97,0.8);
	-webkit-box-shadow: 0px 0 0 10px rgba(96,98,97,0.8);
	border-radius:8px;
	}
.stp-logo{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.s1-stp-list{
	float:left;
	width:100%;
	margin:40px 0 0 0;
	}
ul.s1-stp-list li{
	float: left;
    width: 44%;
    background: url(../images/s1-stp-tk_1.png) left top no-repeat;
    background-size: 32px;
    font-size: 23px;
    line-height: 34px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    padding: 0 0 0 48px;
    margin:25px 0 0 0;
	}					
ul.s1-stp-list li:nth-child(even){ float:right; width:55%;}


/*==========section2==============*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.s2-row {
	width:100%;
	max-width:1080px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 auto;
    margin-top: 20px;
	}	
.s2-col{
	float:left;
	width:31.25%;
	text-align:center;
	position:relative;
	border:1px solid #707070;
	border-radius:15px;
	margin-top: 20px;
	overflow:hidden;
	box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.2);
	}
.s2-col-header{
	float:left;
	width:100%;
	min-height:192px;
	background:#141213;
	border-radius:15px 15px 0 0;
	padding:20px;
	}
.s2-col-header h3{
	display:inline-block;
	vertical-align:middle;
	background:#ff0000;
	border-radius:40px;
	padding:5px 15px;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	}
.s2-col-header p{
	font-size:28px;
	line-height:34px;
	color:#ffffff;
	font-weight:bold;
	margin-top:15px;
	}
.s2-col-mid{
	float:left;
	width:100%;
	padding:20px 20px;
	}
.s2-col-top{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width: 230px;
	position: relative;
    z-index: 2;
	}
.book1{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.freeseal{
	position:absolute;
	right:-30px;
	top:-10px;
	width:80px;
	}
	
.bonus-price{
	margin-top:25px;
	position:relative;
	color:#141213;
	font-size:20px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:500;
	}
.rglr-prc{
	position: relative;
	margin-right:8px;
	}
.rglr-prc:before {
    content: " ";
    width: 100%;
    position: absolute;
	left:0;
	right:0;
	top:45%;
	transform: rotate(-8deg);
    border-top: 2px solid #fe1f1f;
	}
.yellow-text {
    color: #fef500;
	}
.red-text{ color:#ff0000;}
	
	
.s2-col-txt1{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:20px;
	}
.red{ color:#ff0000;}
.skit {
    position: relative;
	}	
.skit:after {
    position: absolute;
    content: "";
    left: -3px;
    right: -3px;
    top: 48%;
    transform: rotate(-8deg);
    border-top: 3px solid #fe1f1f;
	}
.s2-col-txt2{
	font-size:18px;
	line-height:28px;
	color:#191919;
	font-weight:600;
	margin-top:20px;
	}	
ul.s2-col-list{
	margin:10px 0 0 0;
	}
ul.s2-col-list li{
    font-size: 18px;
    line-height: 24px;
	letter-spacing:0.3px;
    color: #191919;
    margin: 5px 0 0 0;
    padding: 0 0 0 21px;
	position:relative;
	}
ul.s2-col-list li:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#191919;
	}
	
/*==========section3==============*/	
.section3{
	float:left;
	width:100%;
	padding:60px 0 140px;
	text-align:center;
	background:#fff9ed;
	}
.s3-book-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:660px;
	width:100%;
	margin:40px auto 20px;
	background:#fff;
	border-radius:12px;
	overflow:hidden;
	border:4px solid #d29a23;
	padding:25px 30px;
	}
.s3-book-bx-inr{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	}
.s3-book{
	width:177px;
	}	
.s3-book-bx-inr-content {
    width: calc(100% - 177px);
    padding-left: 35px;
    text-align: left;
	}	
.s3-hding {
    font-size: 28px;
    line-height: 35px;
    color: #191919;
    font-weight: 700;
	}	

/*==========package_box==========*/
.package_box{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
	max-width:1105px;
	width:100%;
	margin:56px auto 0;
	z-index:1;
	}
.package{
	float:left;
	width:31%;
	background:#fff;
	border-radius:12px;
	border:2px solid #d7d7d7;
	}	
.package.left{order:1;}
.package.mid{
	order:2;
	margin:-13px 0 -14px;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 15px 5px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
	border-radius:12px;
	background:#fffee6;
	border:2px solid #e9d078;
	}
.populer{
	position: absolute;
    top: -7px;
    left: -7px;
    max-width: 100%;
    z-index: 2;
	}	
.package.right{order:3;}
.pakge_head{
	float:left;
	width:100%;
	padding:40px 10px 0;
	position:relative;
	}
.package.mid .pakge_head{padding:54px 10px 0;}

.pakge_head-p1{
	font-size:45px;
	line-height:50px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	}
.pakge_head-p2{
	font-size:25px;
	line-height:32px;
	color:#000;
	text-transform:uppercase;
	font-weight:500;
	}
.pakge_inner{
	float:left;
	width:100%;
	padding:10px 0 10px;
	border-radius:0 0 12px 12px;
	}
.pakge_prod_box{
	float:left;
	width:100%;
	padding:0 10px;
	position:relative;
	margin: 15px 0 15px 0;
	}
.package.mid .pakge_prod_box, .right .pakge_prod_box, .left .pakge_prod_box{margin: 7px 0 0 0;}
	
.free{
	background:#ffd200;
	border:2px solid #fff;
	border-radius:50%;
	width:100px;
	height:100px;
	position:absolute;
	top:40px;
	right:10px;
	}
.free p{
	font-size: 25px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 26px 0 0 0;
	}		
.pakge_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pakge_price_box{
	float:left;
	width:100%;
	}
.pakge_live_price{
	color:#000000;
	font-size:25px;
	line-height:30px;
	}
.pakge_live_price span{
	font-size:80px;
	line-height:86px;
	color:#000;
	font-weight:bold;
	letter-spacing:-0.5px;
	}

.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	max-width:100%;
	width:270px;
	}
.left .pakge_btn {
    margin-top: 26px;
	}	
.pakge_retail_price{
	display: inline;
	font-size:30px;
	line-height:35px;
	color:#0e0e0e;
	font-weight:700;
	margin-top:10px;
	}
.total {
	display: inline;
}
.plus-ship {
  font-weight: 600;
  letter-spacing: 2px;
}
.pls-ship {
  font-size: 13px;
  margin-right: 20%;
  text-align: end;
}
.free-ship {
  font-size: 13px;
  margin-right: 12%;
  text-align: end;
}
.book-disclaimer {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
.pakge_retail_price span{
	position:relative;
	margin:0 10px;
	font-weight:400;
	}
.pakge_retail_price span:after{
	position: absolute;
    content: "";
    left: -3px;
    right: -3px ;
    top: 48%;
    transform: rotate(-8deg);
    border-top: 2px solid #fe1f1f;
	}
.carts{
	display:block;
	margin:15px auto 10px;
	max-width:100%;
	width:235px;
	}
.cart-prt{
	margin-top:0;
	display:inline-block;
	vertical-align:middle;
	width:240px;
	}	
ul.cart-prt-list{
	margin:0 0 0 0;
	}	
ul.cart-prt-list li{
	background: url(../images/red-tk2_2.png) 10px 5px no-repeat;
    background-color: #0a895b;
    font-size: 20px;
    line-height: 21px;
    padding: 5px 0 3px 37px;
    border-radius: 4px;
    margin: 7px 0 0 0;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
    font-style: italic;
	letter-spacing:0.7px;
    text-transform: uppercase;
	}
ul.cart-prt-list li:last-child{  background-color: #bd3326;}


.plus-shipping li {
  background: #bd3326 !important;
  padding: 5px 20px !important;
}

/*==========section4==============*/	
.section4{
	float:left;
	width:100%;
	padding:0 0 60px;
	text-align:center;
	}
.ship-bx{
	background:#020202;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	border-radius:12px;
	margin:-62px auto 0;
	padding:20px;
	}
.ship{
	width:144px;
	}	
.ship-content {
    width: calc(100% - 144px);
    padding-left: 25px;
    text-align: left;
	}	
.ship-content-hding{
	font-size:42px;
	line-height:50px;
	color:#fff;
	font-weight:700;
	}
.ship-content-hding span{ color:#fccd00;}
.underline{ text-decoration:underline;}		
.ship-content-txt{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#fff;
	margin-top:10px;
	}
.faq-sec{
	float:left;
	width:100%;
	padding-top:50px;
	}
.faq-container{
	display: inline-block;
	vertical-align:middle;
	max-width:968px;
	width:100%;
	text-align: left;
	margin: 30px 0 0;
	padding:10px;
	}
.up-slide-dwn{
	float: left;
    width: 100%;
	border-bottom:2px solid #d5d7d8;
	}
.up-slide-dwn.last{border-bottom:none;}		
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
    text-align: left;
    background: url(../images/close-btn_2.png) no-repeat 97% center;
	background-size:18px;
    padding: 22px 60px 20px 0;
    font-size: 21px;
    line-height: 27px;
    color: #000000;
    font-weight:600;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background: url(../images/open-btn_2.png) no-repeat 97% center;
    border-bottom:none;
	background-size:18px;
	}
.acdn-content{
    padding: 0 35px 20px 0;
	}
.acdn-para{
	font-size:17px;
    line-height: 26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:20px;
	text-align:left;
	}
.mrg0{ margin-top:0;}

/*==========section5==============*/	
.section5{
	float:left;
	width:100%;
	padding:60px 0 80px;
	text-align:center;
	background:#fff9ed;
	}

/*==========section6==============*/	
.section6{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:left;
	}
.s6-txt1{
	font-size:19px;
	line-height:28px;
	color:#000000;
	}
.s6-mid{
	float:left;
	width:100%;
	}
.s6-mid-lft{
	float:left;
	width:48%;
	text-align:left;
	}
.s6-mid-rgt{
	float:right;
	width:48%;
	text-align:left;
	}
.s6-mid-txt{
	font-size:14px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000;
	padding:0 0 0 20px;
	position:relative;
	font-weight:300;
	margin-top:25px;
	}
.s6-mid-txt span{
	position:absolute;
	top:0;
	left:0;
	}
	
.footer {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #1a1a1a;
}

.footer_text {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.footer_text2 {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0 7px;
}

.footer_text a {
  padding: 0 10px;
}

.footer1{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:40px 0;
	}
.ftr-txt1{
	font-size:16px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:500;
	}	
.ftr-txt1 a, .ftr-txt1 a:hover{
	text-decoration:none;
	color:#000;
	padding:0 10px;
	}
.ftr-txt2{
	font-size:15px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:25px;
	font-weight:300;
	text-align:left;
	}
.footer2{
	float:left;
	width:100%;
	background:#e6e6e6;
	padding:20px 0;
	}
.ftr2-txt1{
	font-size:16px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}	
																																			
/*=================*/
.fl{ float:left;}
.fr{ float:right;}
.forTab, .forMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}


/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr-lft{ width:63%;}
.bnr-hding {font-size: 42px; line-height: 55px;}

.s1-ing-img{ width:150px;}
.s1-col-content {width: calc(100% - 150px);}

.ship-content-hding {font-size: 35px; line-height: 44px;}

.package{ width:32%;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu{ display:none;}

.banner{ background-size:cover; height:auto;}
.bnr-lft {margin-top: 20px;width: 70%;}
.bnr-hding {font-size:34px; line-height: 48px;}
.bnr-btl { width: 215px; right:0;}

.section1 {padding: 50px 0;}
.comn-hding {font-size: 32px;line-height: 42px;}
.s1-col { padding: 20px 15px;}
.s1-ing-img {width: 120px;}
.s1-col-content {width: calc(100% - 120px);padding-left: 20px;}
.s1-col-content-txt span {font-size: 19px;line-height: 23px;}
.s1-col-content-txt { font-size: 18px; line-height: 25px;}

.s1-strip {padding: 50px 0;}
.s1-stpmiddle-inr{ padding:50px 40px;}
ul.s1-stp-list li { background-size: 26px; font-size: 20px;line-height: 30px;padding: 0 0 0 40px;}
.s1-stp-blt1 {top: -122px; width: 250px;}
.s1-stp-blt2 {bottom: -122px; width: 250px;}

.section2 {padding: 50px 0;}
.s2-col { width: 48%;}

.section3 {padding: 50px 0 130px;}
.package { width: 32%;}
.pakge_head-p1 {font-size: 39px; line-height: 49px;}
.populer { top: -6px; width: 83px;}
.pakge_head-p2 { font-size: 20px; line-height: 27px;}
.pakge_live_price span {font-size: 50px;line-height: 55px;}
.pakge_live_price {font-size: 18px;line-height: 26px;}
ul.cart-prt-list li {font-size: 17px;line-height: 20px;background-size: 14px; padding: 5px 0 3px 30px;}
.cart-prt {width: 199px;}
.free { width: 82px; height: 82px;  top: 14px;}
.free p {font-size: 21px;line-height: 24px; margin: 20px 0 0 0;}
.carts { width: 161px;}
.pakge_retail_price {font-size: 24px; line-height: 28px;}
.carts {width: 134px; margin: 7px auto 0;}
.pakge_btn {padding: 0 10px;margin-top: 15px;}
.ship-content-hding {font-size: 26px;line-height: 33px;}
.ship-content-txt {font-size: 16px;line-height: 22px;}
.ship {width: 106px;}
.ship-content { width: calc(100% - 106px);}
.left .pakge_btn {margin-top: 58px;}

.section4 { padding: 0 0 50px;}
.section5 { padding: 50px 0 ;}

.section6 { padding: 30px 0 ;}
.s6-mid { margin-top: 5px;}
.s6-mid-txt {font-size: 12px;line-height: 20px;margin-top: 15px;}

.ftr-txt1 a, .ftr-txt1 a:hover { padding: 0 8px;}
.ftr-txt2 {font-size: 12px;line-height: 20px; margin-top: 15px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top{padding:7px 0;}
.top-img{ width:220px;}

.top-fix-bar{ margin-bottom:50px;}
.header{ height:50px; margin-top:-50px; top:50px; border-bottom:1px solid #5a5959;}
.fixed-nav .header{ border:none;}
.mob-mnu-ic{right:15px; top:14px; left:auto;}
.mobilemenu{top:78px;}
.mobimenu-top{top:50px;}
.logo-sec{margin-top:15px;}
.logo{width: 150px;}

.banner { padding: 25px 0 20px;}
.bnr-lft {margin-top: 0;width: 100%;text-align: center;}
.bnr-hding {font-size: 28px;line-height: 36px;}
.bnr-btl {width: 167px; position: static; margin: 28px auto 0;}
.bnr-seals { margin: 34px 0 0;}
.common_button{ margin-top:30px;max-width: 240px;}

.banner_strip{ padding:20px 0;}
.banner_strip ul{ padding:0;}
.banner_strip ul li{ padding:0 0;width: 19%;}

.section1 {padding: 30px 0;}
.comn-hding { font-size: 24px;line-height: 32px;}
.s1-row {padding: 0 10px; margin-top:0;}
.s1-col { padding: 25px 30px;width: 100%;}
.s1-col-content { width: 100%;text-align: center; padding-left:0;}
.s1-ing-img { width: 135px; margin: 0 auto 21px;}
.s1-col-content-txt {font-size: 17px;line-height: 25px;}
.s1-col-content-txt span {font-size: 22px; line-height: 28px;}
.view-supplement {margin-top: 35px; font-size: 16px;line-height: 26px;}

.s1-strip {padding: 50px 0;}
.s1-stpmiddle-inr { padding:25px 15px;}
.s1-stpmiddle{ width:95%;}
.stp-logo {  width: 239px;}
ul.s1-stp-list {margin: 21px 0 0 0;}
ul.s1-stp-list li, ul.s1-stp-list li:nth-child(even) {float: left;width: 100%;font-size: 17px; line-height: 25px;padding: 0 0 0 30px; margin: 10px 0 0 0;background-size: 18px; letter-spacing:0.3px; background-position:left 3px;}
.s1-stp-blt1 {top: -100px; width: 205px; left: 0;}
.s1-stp-blt2 {bottom: -100px; width: 205px; right: 0;}


.section2 {padding: 30px 0;}
.s2-row{ margin:0 auto; padding:0 5px;}
.s2-col{ width:100%;}
.s2-col-header{ min-height:auto;padding: 15px;}
.s2-col-header h3{font-size: 15px;line-height: 19px;}
.s2-col-header p {font-size: 22px; line-height: 30px;}
.s2-col-top{width: 200px;}
.bonus-price{ font-size:19px;}
.rglr-prc {margin-right: 8px;}
.s2-col-txt1 {font-size: 16px; line-height: 24px; margin-top: 15px; letter-spacing:0.3px;}


.section3 { padding: 30px 0 101px;}
.s3-book-bx {margin: 30px auto 20px; padding: 20px 15px;}
.s3-book {width: 177px; margin: 0 auto 15px;}
.s3-book-bx-inr-content {width: 100%;padding-left: 0; text-align: center;}
.s3-hding {font-size: 22px;line-height: 32px;}
.ship-bx { margin: -62px auto 0;}
.faq-sec { padding-top: 30px;}
.ship-content { width: 100%;padding-left: 0; text-align:center;}
.ship {width: 100px;margin: 0 auto 15px;}
.ship-content-hding {font-size: 25px; line-height: 33px;}


.package_box{ margin:0 auto; max-width:400px; float:none; padding:0 0; margin-bottom:0;}
.package{ width:100%; margin-top:20px; }
.pakge_inner {padding: 15px 0 15px;}
.pakge_head, .package.mid .pakge_head{padding: 0 0 0;}
.pakge_head-p1 { font-size: 28px;line-height:34px;}
.pakge_head-p2 {font-size: 17px;line-height: 22px;}
.package.mid{order:1; margin:25px 0 0;}
.package.right{order:2; }
.package.left{order:3;}
.pakge_box_mob {float: left;width: 100%;display: flex;align-items: center;justify-content: space-between; padding:0 10px;}
.left .pakge_btn {margin-top: 11px;}
.pakge_prod_box, .package.mid .pakge_prod_box {float: left;width: 49%;padding: 0;margin: 0 0 0 0;}
.pakge_mob {float: right; width: 49%;}
.populer {top: -5px;width: 60px;}
.cart-prt { width: auto;padding: 4px 3px;}
ul.cart-prt-list li {font-size: 12px;line-height: 17px;background-size: 15px; padding:4px 8px 4px 25px; background-position:6px 5px;}
.free { width: 65px;height: 65px;top: -10px; right:0}
.free p {font-size: 15px;line-height: 19px;  margin: 15px 0 0 0}
.pakge_retail_price {font-size: 20px; line-height: 25px;}
.pakge_live_price span {font-size: 36px; line-height: 31px;}
.pakge_live_price {font-size: 15px;line-height: 22px;}
.pakge_btn {padding: 0 0;margin-top: 10px;}
.mob-prdbx{position:relative; float:left; width:100%; margin-top:15px;}
.carts {margin: 11px auto 0;}


.section4 {padding: 0 0 30px;}
.accordion { padding: 15px 35px 15px 0; font-size: 18px; line-height: 25px;letter-spacing: 0.5px;}
.faq-container {margin: 15px 0 0; padding:0;}
.acdn-content {padding: 0 0 20px 0;}
.acdn-para {font-size: 15px;line-height: 24px;margin-top: 15px;}
.mrg0 { margin-top: 0;}

.section5 {padding: 30px 0;}

.section6 {padding: 25px 0;}
.s6-mid-lft, .s6-mid-rgt {float: left; width: 100%; text-align: left;}

.footer1 {  padding: 20px 0;}
.ftr-txt1 a, .ftr-txt1 a:hover { padding: 0 4px;}
.ftr-txt1 {font-size: 14px;line-height: 29px;}

}


@media only screen and (max-width:364px){
.bnr-hding { font-size: 26px; line-height: 34px;}	
ul.s1-stp-list li, ul.s1-stp-list li:nth-child(even){ font-size:16px;}
.comn-hding {font-size: 23px;line-height: 30px;}
.ship-content-hding {font-size: 22px;line-height: 30px;}

}



/*=======SUPPORT_PAGE=============*/
.support_header{
	float:left;
	width:100%;
	background:#000;
	padding:18px 0;
	}
.support-logo{
	display:block;
	margin:0 auto;
	}
.head-logo{
	display:block;
	}
.support_section{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.support-hdng{
	font-size:44px;
	line-height:50px;
	font-weight:bold;
	color:#000;
	}
.support-hdng2{
	font-size:35px;
	line-height:38px;
	font-weight:bold;
	color:#000;
	margin-top:50px;
	}
.support_box{
	width: 100%;
    max-width: 980px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
    margin:30px auto 0;
	border:3px solid #000;
	}
.support_row{
	width:100%;
	 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #ddd;
	}
.support_row:nth-child(even){ background:#f8f8f8;}
.support_row:last-child{ border:none;}
.suppoet-col-1{
	width:55%;
	padding:14px 20px;
	text-align:left;
	border-right:1px solid #ddd;
	}
.suppoet-col-1 h3{
	font-size:21px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.suppoet-col-1 p{
	font-size:17px;
	line-height:24px;
	color:#000;
	}
.suppoet-col-2{
	width:45%;
	text-align:left;
	padding:15px 20px;
	}
.suppoet-col-2 p{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.suppoet-col-2 p a{ color:#006dc4;word-break: break-all;}
.support_tab-box{
	width: 100%;
    max-width: 980px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
	}
ul.tab-list{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: center;
	position:relative;
	overflow:hidden;
	}
ul.tab-list li{
	padding:20px 35px;
	text-align:center;
	border:1px solid #fff;
	border-bottom:none;
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	}
ul.tab-list li.active{
	border:1px solid #ddd;
	border-bottom:none;
	}
ul.tab-list li:hover{ background:#f1f1f1;}
ul.tab-list li.active:hover{ background:#fff;}
ul.tab-list li.active:before{
	position:absolute;
	left:-1000px;
	right:100%;
	bottom:0;
	content:"";
	border-bottom:1px solid #ddd;
	}
ul.tab-list li.active:after{
	position:absolute;
	right:-1000px;
	left:100%;
	bottom:0;
	content:"";
	border-bottom:1px solid #ddd;
	}
.tabCont{
	float:left;
	width:100%;
	margin-top:20px;
	}
.common_text {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-top: 30px;
}
.text-left{
	text-align:left;
	}
.table-shipng{
	float:left;
	width:100%;
	margin-top:30px;
	}
.table-shipng th{
	padding:15px;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:left;
	font-weight:bold;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.table-shipng th span{
	color:grey;
	font-size:18px;
	}
.table-shipng td{
	padding:15px;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:left;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.return-subhdng{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 29px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-top: 40px;
	text-align:left;
	}
	
@media only screen and (max-width:767px){
.support_header {padding: 15px 0;}
.support-logo{ width:180px;}
.support_section{ padding:20px 0 30px;}
.support-hdng {font-size: 30px;line-height: 30px;}
.support-hdng2 {font-size: 25px;line-height: 33px; margin-top: 40px;}
.support_box{ margin:20px auto 0;}
.suppoet-col-1{ padding:10px 10px;}
.suppoet-col-1 h3 {font-size: 15px;line-height: 22px;}
.suppoet-col-1 p { font-size: 14px;line-height: 19px;}
.suppoet-col-2 { padding: 10px 10px;}
.suppoet-col-2 p {font-size: 14px;line-height: 16px;}

.support_tab-box{ margin:30px auto 0;}
ul.tab-list{ width:calc(100% + 20px); margin-left:-10px;}
ul.tab-list li{ padding:15px 15px; font-size:18px; line-height:22px;}

.common_text {font-size: 16px;line-height: 26px;margin-top: 15px;}

.table-shipng th,.table-shipng td{ padding:15px 12px; font-size:16px; line-height:22px;}
.table-shipng th span {font-size: 13px;}
.return-subhdng {font-size: 20px;line-height: 26px;margin-top: 35px;}

}

/*========================
popup
==========================*/
.popup-Box{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	left:0;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	background-color: rgba(0,0,0,.60);
	z-index:999;	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
	}	
.pop-outerBox{
	float:left;
	width:100%;
	position:relative;
	background:#fff;
	border:4px solid #fff;
	}
.pop-close{
	position: absolute;
    z-index: 99;
    right: -8px;
    top: -8px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
	background:#333;
    width: 28px;
    height: 28px;
	line-height:25px;
    text-align: center;
    font-family: sans-serif;
    cursor: pointer;
	font-weight:bold;
	}
.label_final{
	float:left;
	width:100%;
	}
@media only screen and (max-width:767px){
.pop-close{width: 24px; height: 24px;line-height: 20px;right: -10px; top: -10px; font-size: 12px;}	

}