@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Euclid Square';
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}


@font-face {
    font-family: 'Euclid Square';
    src: url('../fonts/css-../fonts/css-EuclidSquare-Bold.woff2') format('woff2'),
        url('../fonts/css-EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('../fonts/css-../fonts/css-EuclidSquare-Medium.woff2') format('woff2'),
        url('../fonts/css-EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('../fonts/css-../fonts/css-EuclidSquare-Regular.woff2') format('woff2'),
        url('../fonts/css-EuclidSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('../fonts/css-../fonts/css-EuclidSquare-SemiBold.woff2') format('woff2'),
        url('../fonts/css-EuclidSquare-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('../fonts/css-../fonts/css-MyriadPro-BoldCond.woff2') format('woff2'),
        url('../fonts/css-MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/css-../fonts/css-MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/css-MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/css-../fonts/css-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/css-MyriadPro-Regular.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;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

.topStrip{
	float:left;
	width:100%;
	height: 40px;
    overflow: hidden;
    position: relative;
	background:#000;
	}
.warn-img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	}
.caption{
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 10px;
	}		
.caption-txt{
	font-size:17px;
	line-height:19px;
	color:#fff;
	white-space: nowrap;
	}
.caption-txt a{color:#fff;}
.caption-txt span{ 
	color:#ffd203; 
	font-weight:600;
	}	
			
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	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{
	float:left;
	}
ul.topMenu{
   	float:right;
	margin:13px 40px 0 0;
	}
ul.topMenu li{
	float:left;
	padding:5px 25px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:20px;
	line-height:20px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#936643;}
a.nav-btn{
    float: right;
	background:#14ca0a;
    color: #fff;
    font-size:22px;
    text-align: center;
    width: 179px;
    height: 56px;
    line-height:58px;
	border-radius:6px;
	font-weight:700;
	text-transform:uppercase;
	}

/*-----------------------
SECTION-1 CSS
------------------------*/
.sec1{
	float:left;
	width:100%;
	background:url(../images/images-sec1.jpg) center top no-repeat;
	background-size:cover;
	color:#fff;
	padding:70px 0 90px;
}
.s1-inr{
	float:left;
	width:68%;
	text-align:left;
}
.s1-tx{
	font-size:20px;
	line-height:24px;
	font-weight:500;
	margin-top:25px;
}
.s1-hd{
	font-size:56px;
	line-height:62px;
	font-weight:bold;
	text-shadow: 8px 8px 12px #000;
	-webkit-text-shadow: 8px 8px 12px #000;
	margin-top:20px;
}
.s1-hd span{color:#b47d30;}
.s1-tx2{
	font-size:20px;
	line-height:28px;
	width:80%;
	margin-top:20px;
}
.comn-btn.s1-btn{max-width:620px; height:88px; font-size:43px; padding-top:13px;}

/*-----------------------
SECTION-2 CSS
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:70px 0;
	text-align:left;
}

.s2-sub-hd{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#ff0000;
	margin-bottom:-15px;
}
.comn-hdg{
	font-size:50px;
	line-height:60px;
	font-weight:bold;
	color:#0e0e0e;
	margin-top:40px;
}
.comn-txt{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
}
.s2-img{
	border-radius:10px;
	margin-left:40px;
}
.s2-bx{
	float:left;
	width:100%;
	border:5px solid #eaeaea;
	padding:20px;
	background:#f7f7f7;
	margin-top:40px;
	color:#3b3b3b;
	font-family:"Times New Roman", Times, serif;
}
ul.s2-bx-lst{
	float:left;
	width:450px;
}
ul.s2-bx-lst li{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	background:#f2e0d5;
	border-radius:15px;
	padding:5px 5px 8px;
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin:10px 0.5% 0;
}
ul.s2-bx-lst li p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 50px);
}
.s2-bx-lst-icn{
	display:inline-block;
	vertical-align:middle;
	margin: 0 5px 0 15px;
}
.s2-bx-hd{
	font-size:45px;
	line-height:52px;
	font-weight:bold;
	margin-top:15px;
	border-bottom:3px solid #eaeaea;
	padding-bottom:20px;
}
.s2-bx .comn-txt{
	font-size:18px;
}

/*-----------------------
NEW-SECTION-1 CSS
------------------------*/
.new-sec1{
	float:left;
	width:100%;
	background:url(../images/images-new-s1.jpg) center top no-repeat;
	padding:20px 0 70px;
	background-size:cover;
}
.new-s1-inr{
	float:left;
	width:100%;
	position:relative;
}
.new-s1-prd{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:20px;
}
.new-s1-lst{
	width:410px;
}
.new-s1-lst li{
	float:left;
	width:100%;
	position:relative;
	padding:25px 0;
}
.new-s1-lst.fl li{
	text-align:left;
	padding-left:95px;
}
.new-s1-lst.fr li{
	text-align:right;
	padding-right:95px;
}
.new-s1-lst li h3{
	font-size:27px;
	line-height:30px;
	font-weight:bold;
}
.new-s1-lst li p{
	font-size:20px;
	line-height:30px;
	margin-top:12px;
}
.new-s1-lst-icn{
	position:absolute;
	top:25px;
}
.new-s1-lst.fl li .new-s1-lst-icn{left:0;}
.new-s1-lst.fr li .new-s1-lst-icn{right:0;}


/*-----------------------
NEW-SECTION-2 CSS
------------------------*/
.new-sec2{
	float:left;
	width:100%;
	padding:40px 0 70px;
}
.new-s2-inr{
	float:left;
	width:100%;
	text-align:left;
	padding-right:500px;
	position:relative;
	z-index:1;
}

.new-s2-tab{
	float:left;
	width:100%;
	margin:20px 0;
	}
.new-s2-tab-dwn{
	float:left;
	width:100%;
	margin:20px 0 0;
	}
	
.new-s2-tab-dwn .accordion{
	border:1px solid #c1c1c1;
	border-radius:3px;
	position:relative;
	padding: 20px 30px 20px 85px;
	font-size:21px;
	line-height:30px;
	font-weight:normal;
	background: url(../images/images-close-btn.png) no-repeat 97% center #fff9f6;
	}
.new-s2-tab-dwn .acdn-heading.accordion-open {
    background: url(../images/images-open-btn.png) no-repeat 97% center #fff9f6;
  	border-bottom:none;
}
.new-s2-tab-dwn .accordion span{
	color:#000000;
	font-weight:600;
	}
.clinical-ic{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:70px;
	text-align:center;
	padding:10px 0;
	}
.clinical-ic:after{
	content:'';
	position:absolute;
	border-right:1px solid #c1c1c1;
	top:10px;
	bottom:10px;
	right:0;
}
.new-s2-tab-dwn .acdn-content{
	padding:5px 15px 0;
	background:#fff9f6;
	border:1px solid #c1c1c1;
	border-top:none;
	}
.new-s2-tab-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.3px;
	margin-bottom:20px;
	text-align:left;
	}
.new-s2-prd{
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}


.s3-t-img-row{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	width:100%;
	max-width:760px;
	}
.s3-t-img-col{
	float:left;
	width:25%;
	padding:5px 5px 15px;
	background:#fff;
	box-shadow:-1px 6px 15px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow:-1px 6px 15px -3px rgba(0,0,0,0.4);
	}
.s3-t-img-col:nth-child(2){transform: rotate(4deg); -webkit-transform: rotate(4deg);}
.s3-t-img-col:nth-child(3){transform: rotate(-4deg); -webkit-transform: rotate(-4deg);}
.s3-t-img-col:nth-child(4){transform: rotate(4deg); -webkit-transform: rotate(4deg);}
.s3-t-img-col img{
	max-width:100%;
	}

/*-----------------------
SECTION-3 CSS
------------------------*/
.sec3{
	float:left;
	width:100%;
	background:#fff;
	padding:0 0 60px;
}
.s3-inr{
	display:inline-block;
	vertical-align:top;
	max-width:1010px;
	width:100%;
}
.s3-inr-bx{
	border:2px solid #a67a3d;
	width:48%;
	margin-top:40px;
}
.s3-img{
	float:left;
	width:100%;
}
.s3-strp{
	font-size:27px;
	line-height:32px;
	font-weight:600;
	color:#fff;
	background:#a67a3d;
	padding:15px 10px;
	float:left;
	width:100%;
}
.s3-bx-prc{
	font-size:28px;
	line-height:32px;
	font-weight:500;
	margin-top:20px;
	float:left;
	width:100%;
}
.s3-bx-prc span{
	position:relative;
}
.s3-bx-prc span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    border-top: 2px solid #f00;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.s3-tx{
	font-size:20px;
	line-height:28px;
	color:#201b1c;
	text-align:left;
	padding:20px;
	float:left;
	width:100%;
}

/*-----------------------
SECTION-4 CSS
------------------------*/
.sec4{
	float:left;
	width:100%;
	background:url(../images/images-sec4.jpg) center top no-repeat;
	padding:30px 0 80px;
	background-size:cover;
}
ul.s4-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
}
ul.s4-list li{
	width:16%;
	display:inline-block;
	vertical-align:top;
	font-size:23px;
	line-height:28px;
	font-weight:500;
	margin-top:30px;
}
.s4-lst-icn{
	display:block;
	margin:0 auto 12px;
}
.comn-btn{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:53px;
	line-height:60px;
	max-width:748px;
	width:100%;
	height:107px;
	background: rgb(19,205,10);
	background: linear-gradient(180deg, rgba(19,205,10,1) 0%, rgba(40,154,10,1) 100%);
	font-family: 'MyriadPro-BoldCond';
	color:#fff;
	text-shadow:0px 3px 0px #187207;
	border-bottom:3px solid #147307;
	border-radius:10px;
	text-transform:uppercase;
	padding-top:22px;
	margin-top:50px;
}

/*-----------------------
SECTION-5 CSS
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:0 0 50px;
	background:url(../images/images-sec5.jpg) center top no-repeat;
	overflow:hidden;
	background-size: 100%;
	position:relative;
}
.sec5 .comn-hdg{color:#fff;}


.s5-t-contain{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1530px;
	padding:0 10px;
	}
.s5-tsti-1{
	float:left;
	width:100%;
	padding:0 10px;
	margin-top:10px;
}
.s5-tsti-img{
	display:inline-block;
	vertical-align:middle;
	padding:30px 5px 0;
}
.s5-tsti-img img{
	border:1px solid #646464;
	border-radius:20px;
	max-width:100%;
}
.s5-hdng{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.s5-coment{
	position:absolute;
	right:-250px;
	top:20px;
	text-align:center;
	background:url(../images/images-coment.png) center top no-repeat;
	width:185px;
	height:103px;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#fff;
	padding-top:6px;
}
.coment-star{
	margin:5px auto 0;
	display:block;
}

.s5-btm-tsti{
	float:left;
	width:100%;
	padding:0 30px;
	margin-top:20px;
}
.s5-btm-tsti-bx{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:100px;
	margin:30px 0 10px;
}
.s5-tsti-fc{
	border:4px solid #936643;
	border-radius:10px;
	position:absolute;
	left:0;
	top:0;
}
.s5-tsti-hd{
	font-size:25px;
	line-height:30px;
	color:#936643;
	font-weight:bold;
}
.veri-tx{
	font-size:18px;
	line-height:22px;
	display:inline-block;
	vertical-align:top;
	margin-top:8px;
}
.s5-quote{
	display:inline-block;
	vertical-align:bottom;
	margin-right:15px;
}
.s5-tsti-tx{
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:30px;
	margin-top:15px;
}
.s5-tsti-star{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.s5-tsti-nm{
	font-size:20px;
	line-height:32px;
	margin-top:15px;
}
.s5-tsti-nm span{font-weight:bold;}

.pck-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding:20px;
}
.pck-bx{
	border:2px solid #b4b4b4;
	border-radius:10px;
	padding:20px;
	width:32%;
	margin-top:15px;
	cursor:pointer;
}
.btl-qty{
	font-size:67px;
	line-height:69px;
	color:#936643;
	text-transform:uppercase;
	font-family: 'MyriadPro-BoldCond';
}
.suply-tx{
	font-size:35px;
	line-height:37px;
	font-family: 'MyriadPro-BoldCond';
	color:#0e0e0e;
}
.pck-prd{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-top:20px;
}
.pck-prd-img{
	max-width:100%;
}
.pck-seal{
	width:100px;
	height:100px;
	background:#936643;
	font-size:30px;
	line-height:30px;
	border:3px solid #fff;
	padding-top:15px;
	border-radius:50%;
	box-shadow:1px 1px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 10px 1px rgba(0,0,0,0.1);
	font-family: 'Myriad Pro';
	font-weight:bold;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.bonus-img, .ship-img{max-width:100%; display:block; margin:5px auto 0;}
.bonus-img{margin-top:30px;}
.pck-prc{
	font-size:100px;
	line-height:70px;
	font-family: 'MyriadPro-BoldCond';
	display:inline-block;
	vertical-align:bottom;
	color:#936643;
	margin-top:5px;
}
.pck-prc sub{
	font-size:30px;
	line-height:30px;
	font-family: 'Myriad Pro';
	display:inline-block;
	vertical-align:bottom;
}
.pck-btn{
	margin-top:20px;
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.pck-cards{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	max-width:100%;
}
.pck-reg-prc{
	font-size:30px;
	line-height:34px;
	font-family: 'Myriad Pro';
	margin-top:10px;
}
.pck-reg-prc span{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.pck-reg-prc span:after{
	content:'';
	position:absolute;
	left:0;
	top:16px;
	width:100%;
	border-top:2px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
}
.pck-bx2{
	background:#fcf0e7;
	border:2px solid #936643;
}
.pck-bx2 .pck-seal{background:#ffd200; color:#000;}

.pck-bx1, .pck-bx3{margin-top:30px;}

.cust-say{
	display:inline-block;
	vertical-align:top;
	max-width:600px;
	width:100%;
	position:relative;
	margin-top:20px;
}
.cust-arw{
	position: absolute;
	right: -30px;
	top: 65px;

}
.cust-say h3{
	font-size:30px;
	line-height:40px;
	font-weight:600;
	color:#282828;
}
.trust-img{
	margin-top:8px;
}
.cust-say p{
	font-size:22px;
	line-height:32px;
}

/* STRIP CSS */
.strip{
	float:left;
	width:100%;
	background:#936643;
	padding:10px 0;
	}
.strip-list{
	float:left;
	width:100%;
	}
.strp-lst-bx{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px;
	}
.strp-lst-bx p{
	font-size:22px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	padding:3px 0 0 5px;
	letter-spacing:1px;
	}
.strip-icn{
	display:inline-block !important;
	vertical-align:middle;
	}

/*-----------------------
SECTION-6 CSS
------------------------*/
.sec6{
	float:left;
	width:100%;
	padding:20px 0 15px;
}
.sec6 .comn-txt{padding:0 100px;}

.s6-img{
	display:block;
	margin:40px auto -20px;
	max-width:100%;
	}
ul.s6-list{
	float:left;
	width:100%;
	margin-top:-80px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
ul.s6-list li{
	width:16.666%;
	font-size:22px;
	line-height:26px;
	color:#201b1c;
	font-weight:500;
	position:relative;
	}
ul.s6-list li:after{
	position:absolute;
	right:0;
	bottom:0;
	top:40px;
	width:1px;
	background:#e1e1e1;
	content:"";
	}
ul.s6-list li:last-child:after{ display:none;}
ul.s6-list li img{
	display:block;
	margin:0 auto 5px;
	}

.mny-bck{
	display:inline-block;
	vertical-align:top;
	max-width:950px;
	width:100%;
	border:3px solid #936643;
	border-radius:6px;
	margin:140px auto 0;
}
.mny-seal{
	display:block;
	margin:-85px auto 10px;
}
.mny-hd{
	font-size:75px;
	line-height:75px;
	font-weight:600;
	color:#282828;
}
.mny-strp{
	font-size:60px;
	line-height:64px;
	font-weight:600;
	color:#fff;
	background:#936643;
	padding:10px 0;
	margin-top:20px;
	letter-spacing:4px;
}
.mny-tx{
	font-size:20px;
	line-height:30px;
	padding:20px;
}

/*-----------------------
SECTION-7 CSS
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:0 0 50px;
}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align: left;
	margin: 30px 0 0;
	}
.up-slide-dwn {
	float: left;
    width: 100%;
    background: #f0f0f0;
	padding:0 20px;
	margin-bottom:15px;
	}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/images-close-btn.png) no-repeat 100% center;
    padding: 15px 30px 15px 0;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight:600;
    cursor: pointer;
	}
.acdn-heading.accordion-open {
	background: url(../images/images-open-btn.png) no-repeat 100% center;
	border-bottom:1px solid #c7c8c9;
	}
.acdn-content {
	float: left;
    width: 100%;
    padding: 0 30px 25px 0;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
	margin-top:15px;
	margin-bottom:0px;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}

/*-----------------------
SECTION-8 CSS
------------------------*/
.sec8{
	float:left;
	width:100%;
	background:#f8f8f8;
	padding:10px 0 50px;
}
.s8-prd{
	max-width:100%;
	margin:10px auto 0;
}
.red-line{
	background:url(../images/images-red-line.jpg) center bottom no-repeat;
}


.reference-sec{
	float:left;
	width:100%;
	padding:50px 0;
	}
.reference-title{
	font-size: 30px;
    line-height: 30px;
    color: #282828;
	}
.ref-logos-row{
	float:left;
	width:100%;
	margin-top:30px;
	}
.ref-logo-col{
	float:left;
	width:25%;
	text-align:center;
	padding:10px;
	}
.ref-logo-col img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.ref-row{
	float:left;
	width:100%;
	}
.ref-link-list{
	list-style-position: outside;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
	}
.ref-link-list li{
	list-style: decimal;
    text-align: left;
    font-size: .75rem !important;
    color: #7a7a7a !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.5;
	margin:2px 0;
	}
.ref-col-hlf{
	width: 50%;
    float: left;
    padding: 0 16px;
	}
.show-more {
    display: none;
}
/*-----------------------
FOOTER CSS
------------------------*/

.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #dfdfdf;
}
.ftr-seals{
	max-width:100%;
}
.ftr-tx{
	font-size:14px;
	line-height:20px;
	margin-top:25px;
	
	
}
.footer-text-style{
	text-align: justify !important;
    font-size: .75rem !important;
    color: #808080 !important;
    font-weight: 400;
    line-height: 1.5;
	}
/* .hidden-content-second-part{ display:none;} */

/*-----------------------
MEDIA CSS
------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}

ul.topMenu{margin-top:13px;}
ul.topMenu li{padding:0 10px;}

.s2-img{width:380px;}

.new-s1-prd{top:80px; width:230px;}

.new-s2-inr{padding-right:400px;}
.new-s2-prd{width:400px;}

.comn-hdg{font-size:40px; line-height:50px;}

.new-s2-tab-dwn .accordion{font-size:18px; line-height:26px;}

.sec6 .comn-txt{padding:0;}
}

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

.caption-txt{font-size:15px;}

.top-fix-bar{margin-bottom:65px;}
.header{height:65px; margin-top:-65px; top:65px;}
.logo{width:130px;}
ul.topMenu li a{font-size:17px; line-height:17px;}
a.nav-btn{font-size:18px; width:140px; height:45px; line-height:48px;}

.sec1{padding:0px 0 40px;}
.s1-tx{font-size:18px; line-height:36px;}
.s1-hd{font-size:36px; line-height:45px;}
.s1-tx2{font-size:18px; line-height:26px;}

.comn-hdg{font-size:38px; line-height:48px; margin-top:25px;}
.comn-txt{font-size:17px; line-height:26px;}

.sec2{padding:40px 0;}
.s2-img{width:250px;}
.s2-bx-hd{font-size:30px; line-height:38px;}

.new-sec1{padding:0 0 20px;}
.new-s1-lst{width:270px;}
.new-s1-lst-icn{width:45px; top:18px;}
.new-s1-lst li{padding:15px 0;}
.new-s1-lst.fl li{padding-left:55px;}
.new-s1-lst.fr li{padding-right:55px;}
.new-s1-lst li h3{font-size:20px; line-height:26px;}
.new-s1-lst li p{font-size:17px; line-height:22px; margin-top:8px;}
.new-s1-prd{width:220px; top:60px;}

.new-sec2{padding:20px 0 40px;}
.new-s2-tab{margin:0;}
.new-s2-inr{padding:0; text-align:center;}
.new-s2-prd{position:static; margin:30px auto 0; width:330px;}

.s3-t-img-row{margin-top:25px;}

.sec4{padding:10px 0 40px;}
ul.s4-list li{font-size:17px; line-height:22px; margin-top:20px;}
.s4-lst-icn{width:55px;}
.comn-btn{font-size:40px; line-height:46px; max-width:588px; height:93px; margin-top:35px;}

.s5-coment{display:none;}
.s5-tsti-img{padding:10px 5px 0;}
.s5-btm-tsti{padding:0 10px;}
.s5-tsti-fc{width:60px;}
.s5-btm-tsti-bx{padding-left:0; margin-top:25px;}
.s5-tsti-hd{font-size:22px; line-height:26px;}
.veri-tx{font-size:16px; line-height:20px;}
.s5-tsti-tx{font-size:17px; line-height:26px;}
.s5-quote{width:28px; margin-right:8px;}
.s5-tsti-nm{font-size:17px; line-height:26px;}
.tsti-bx-mob{position:relative; padding-left:75px;}

.pck-sec{padding:10px 0;}
.btl-qty{font-size:50px; line-height:55px;}
.suply-tx{font-size:26px; line-height:30px;}
.pck-seal{width:70px; height:70px; font-size:18px; line-height:18px;}
.pck-prc{font-size:70px; line-height:50px;}
.pck-prc sub{font-size:22px; line-height:22px;}
.bonus-img{margin-top:20px;}
.pck-reg-prc{font-size:22px; line-height:26px;}

.s5-tsti-fc{top:5px;}

.strp-lst-bx p{font-size:18px; line-height:20px;}

ul.s6-list li{font-size:17px;}
.s6-img{width:300px;}
.mny-bck{margin:120px auto 0;}
.mny-seal{width:135px;}
.mny-hd{font-size:55px; line-height:60px;}
.mny-strp{font-size:44px; line-height:48px;}
.mny-tx{font-size:17px; line-height:26px;}

.sec7{padding-bottom:30px;}
.up-slide-dwn{padding:0 12px;}

.sec8{padding-bottom:40px;}

.footer{padding:30px 0;}

}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.caption-txt{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	font-size: 15px;
	}

@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{ width:120px;}
a.nav-btn { width: 160px; margin-top: 0;}
.top-fix-bar{ margin-bottom:55px;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:10px;
    top:12px;
	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: 4px;
	background-color: #333;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#333;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:95px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:55px;}
.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;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

.sec1{padding-bottom:30px; background:url(../images/images-sec1-mob.jpg) center top no-repeat; background-size:cover;}
.s1-inr{width:100%; text-align:center;}
.s1-tx{font-size:17px; line-height:22px; letter-spacing:0.5px;margin-top: 20px;}
.s1-hd{font-size:32px; line-height:40px; margin-top:10px;}
.s1-tx2{width:100%; padding:0 10px;}
.s1-prd-mob{max-width:100%;}

.comn-hdg{font-size:26px; line-height:32px;}

.sec2{padding:30px 0;}
.s2-sub-hd{font-size:18px; line-height:22px;}
.s2-img{margin:25px auto 0; float:none;}
.comn-txt{margin-top:18px;}
.s2-bx{padding:20px 10px; margin-top:35px;}
.s2-bx-hd{font-size:22px; line-height:32px; padding-bottom:10px;}
ul.s2-bx-lst{width:100%;}
ul.s2-bx-lst li{font-size:15px; line-height:14px; padding:5px}
ul.s2-bx-lst li p{width:calc(100% - 30px);}
.s2-bx-lst-icn{margin:0 2px 0 5px; width:16px;}
.s2-bx .comn-txt{font-size:17px;}

.new-sec1{padding-bottom:30px;}
.new-s1-prd{position:static; transform:none; margin:25px auto 0;}
.new-s1-lst{width:100%; max-width:300px; margin:0 auto; float:none;}
.new-s1-lst.fl li, .new-s1-lst.fr li{padding:0px; text-align:center; margin:30px auto 0;}
.new-s1-lst-icn{position:static; margin:0 auto 10px; display:block; width:65px;}

.new-sec2{padding:0px 0 30px;}
.new-s2-prd{max-width:280px;}
.new-s2-tab{ margin:0;}
.new-s2-tab-dwn .accordion{padding: 10px 30px 10px 58px;font-size: 16px;line-height: 22px;}
.new-s2-tab-dwn .accordion span{display:block;}
.clinical-ic{width: 45px;}
.clinical-ic img{width: 22px; top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.new-s2-tab-para{ width:100%; margin:0 0;font-size: 18px;line-height: 25px;}

.sec3{padding-bottom:35px;}
.s3-t-img-row{ margin:30px 0 0; padding:0 40px;max-width: 430px;}
.s3-t-img-col{ width:50%;margin-bottom: 5px;}
.s3-inr-bx{width:100%; margin-top:25px;}
.s3-strp{font-size:20px; line-height:24px; padding:10px;}
.s3-bx-prc{font-size:20px; line-height:24px;}
.s3-tx{font-size:17px; line-height:26px; padding:12px 12px 15px;}

.sec4{padding:0 0 35px; background:#f8f8f8;}
ul.s4-list li{width:33.3%; float:left;}

.comn-btn{font-size:28px; line-height:30px; height:70px; margin-top:30px; padding-top:18px; text-shadow: 0px 1px 0px #187207; margin-top:0;}

.cust-say{margin-top:15px;}
.cust-arw{width: 50px;transform: rotate(34deg); -webkit-transform: rotate(34deg);right: 0px;top: 81px;}

.trust-img{max-width:100%;}
.cust-say h3{font-size:24px; line-height:30px;}
.cust-say p{font-size:18px; line-height:26px;}
.trust-img{max-width:330px;}

.sec5{padding-bottom:30px; background-size:630px;}
.s5-btm-tsti{margin-top:0px; padding:0;}
.s5-tsti-img img{margin:0 auto;}

.pck-sec{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.pck-bx{width:100%; margin-top:15px; display:flex; -webkit-display:flex; padding:10px; align-items:center; -webkit-align-items:center;}
.pck-bx1{order:3;}
.pck-bx2{order:1;}
.pck-bx3{order:2;}
.mob-pck-lft{width:52%;}
.mob-pck-rgt{width:45%; margin-left:5%;}
.btl-qty{font-size:40px; line-height:46px;}
.pck-prc{font-size:60px; line-height:40px;}
.pck-prc sub{font-size:19px; line-height:19px;}
.suply-tx{font-size:22px; line-height:26px;}

.strp-lst-bx{margin:0 20px;}

.sec6{padding-top:0px;}
ul.s6-list li{ padding:0 10px; line-height:22px; width:33.3%; margin-top:20px;}
ul.s6-list li img{width:45px;}
ul.s6-list li:nth-child(3n):after{display:none;}
.s6-img{width:280px; margin:30px auto -30px;}
.mny-bck{margin-top:115px;}
.mny-hd{font-size:28px; line-height:35px;}
.mny-strp{font-size:26px; line-height:30px; letter-spacing:2px;}

.sec7{padding-bottom:20px;}

.sec8{padding:0px 0 30px;}

.reference-sec{ padding:30px 0;}
.reference-title {font-size: 25px;line-height: 29px;}
.ref-logos-row{ margin:15px 0;}
.ref-logo-col{ width:50%; padding:0 5px;}

.footer{ padding:20px 0 30px;}
.ftr-tx{margin-top:20px;}
.ftr-seals{margin:12px auto 0; max-width:96%;}


}

#call-btn {
	float: left;
	width: 100%;
	padding: 9px 7px;
	position: fixed;
	bottom: 0%;
	left: auto;
	z-index:12;
	transition: bottom 1s;
	display: table;
}
	
	
@media only screen and (max-width:360px){
.pck-prc {font-size: 50px;line-height: 35px;}	
}


/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}


