@charset "utf-8";
/* 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: 'Inter';
	font-weight: 400;
	}
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: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    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%;
	background:#0a4a81;
	padding:8px 0;
	}
.top p{
	font-size:16px;
	line-height:18px;
	color:#ffffff;
	font-weight:500;
	text-align:center;
	}	

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top: -80px;
    position: relative;
    top:80px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-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:25px;
	text-align:left;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	width:160px;
	margin:0 0 0 0;
	}

ul.mainMenu{
	display: inline-block;
    vertical-align: middle;
    margin: 35px 0 0 50px;
	}
ul.mainMenu li{
	float:left;
    padding:0 15px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:15px;
	font-weight:500;
	line-height:19px;
	letter-spacing:0.7px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#0a4a81;}

a.nav-btn{
	font-family: 'Inter';
    float: right;
	background: #00d276;
    color: #fff;
    font-size:15px;
    text-align: center;
    width:206px;
    height:46px;
    line-height:46px;
	border-radius:8px;
	margin-top:17px;
	font-weight:800;
	text-transform:uppercase;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px -5px 0 6px;
	}

/*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:115px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.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;
	}
	
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:#eaf6ff;
	padding:60px 0;
	height:765px;
	}
.bnr-img{
	position: absolute;
    top: -60px;
    right: -100px;
    max-width: 100%;
	}
.bnr-lft{
	float:left;
	width:61.79%;
	text-align:left;
	}				
.bnr-hding{
	font-weight:500;
    font-size:54px;
    color: #0a4a81;
    line-height: 64px;
	}
.bnr-hding span{
	color:#081935;
	font-weight:700;
	}
.bnr-txt{
	font-size:18px;
	line-height:27px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:20px;
	width:90%;
	}	
.bnr-prd{
	position: absolute;
    top: 145px;
    right: 190px;
    max-width: 100%;
    z-index: 2;
	}

.bnr-stp{
	border-bottom:1px solid #b8cbdb;
	border-top:1px solid #b8cbdb;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	position:relative;
	padding:10px 0;
	}	

ul.bnr-stp-list{
	float:left;
	width:100%;
	margin:0 0 0 0;
	}
ul.bnr-stp-list li{
    float: left;
    width: 33.33%;
    text-align: left;
    padding: 0 0 0 55px;
    font-size: 17px;
    line-height: 23px;
    color: #081935;
    font-weight: 500;
	position:relative;
	}	
ul.bnr-stp-list li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:45px;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:40px;
    text-align: center;
    width:341px;
	max-width:100%;
	}
a.comn-btn {
	font-family: 'Inter';
    display: block;
    width: 100%;
    margin:5px auto 0;
	border-radius:8px;
    height:63px;
    overflow: hidden;
    color: #ffffff;
    font-size:23px;
	letter-spacing:0.5px;
	text-transform:uppercase;
    line-height:63px;
	position:relative;
	font-weight:bold;
	text-shadow:2px 2px 3px rgba(0,0,0,0.2);
	background: #04d36f; 
	}
.btn-arw{
	display: inline-block;
    vertical-align: middle;
    margin: -3px -5px 0 6px;
	width:25px;
	}
.btn-txt1{
	color:#000000;
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-top:10px;
	}
.btn-txt1 img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 0;
    max-width: 100%;
	}		
											
/*==============section1===============*/
.banr-btm-sec{
	float:left;
	width:100%;
	}
.section1{
	float:left;
	width:100%;
	padding:0 0 60px;
	}
.s1-top{
	float:left;
	width:100%;
	margin-top:-80px;
    padding: 20px 15px 20px 15px;
    background: #ffffff;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
}
ul.s1-toplist{
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
ul.s1-toplist li{
	width:33.33%;
	padding:0 30px;
	text-align:center;
	position:relative;
	}
ul.s1-toplist li:after {
    content: '';
    position: absolute;
    top:61px;
    bottom: 0;
    right: -1px;
    width: 1px;
    background: #e0e0e0;
}	
ul.s1-toplist li:last-child:after{ display:none;}
ul.s1-toplist li img{
	display:block;
	margin:0 auto;
	width:50px;
	max-width:100%;
	}
ul.s1-toplist li h1{
	font-size:23px;
	line-height:28px;
	color:#081935;
	font-family: 'Inter';
	font-weight:500;
	margin-top:10px;
	}
ul.s1-toplist li p{
	font-size:17px;
	line-height:24px;
	color:#4e4e4e;
	margin-top:10px;
	}
.s1-mid{
	float:left;
	width:100%;
	margin-top:80px;
	position:relative;
	}
.s1-mid-lft{
	float:left;
	width:34.18%;
	text-align:left;
	}
.sm-hding{
	font-size:30px;
	line-height:36px;
	color:#081935;
	}
.comn-hding{
	font-size:48px;
	line-height:66px;
	color:#0a4a81;
	font-weight:700;
	}
.comn-txt{
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-top:20px;
	}
.s1-prd{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:-20px;
	width:330px;
	}
.s1-mid-rgt{
	float:right;
	width:32.99%;
	text-align:left;
	}	
.s1-mid-rgt-hding{
	font-family: 'Inter';
	font-weight:bold;
	font-size:27px;
	line-height:35px;
	color:#081935;
	}
ul.s1-list2{
	margin:0 0 0 0;
	}
ul.s1-list2 li{
	background: url(../images/blue-tk.png) left 3px no-repeat;
    background-size: 28px;
    font-size: 18px;
    line-height: 28px;
	letter-spacing:0.3px;
    color: #2e2e2e;
    text-align: left;
    border-bottom: 1px solid #ddebf4;
    margin: 28px 0 0 0;
    padding: 0 0 28px 44px;
	}
ul.s1-list2 li:last-child{ border-bottom:none; padding-bottom:0;}										
				
/*==============section2===============*/
.section2{
	background:#f4faff;
	float:left;
	width:100%;
	padding:68px 0;
	text-align:center;
	}
.s2-mdlBx{
	float:left;
	width:100%;
	margin-top:137px;
	position:relative;
	}
.s2-prod{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top:30px;
	}
ul.s2-list-col{
	width:360px;
	}
ul.s2-list-col li{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:111px;
	}
ul.s2-list-col.fl li{text-align:left;}
ul.s2-list-col.fr li{text-align:right;}
ul.s2-list-col li:last-child{ margin-bottom:0;}

.s2-img-bdr{
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:3px 3px 9px 2px rgba(0,0,0,0.2);
	z-index:2;
	max-width:100%;
	width:130px;
	height:130px;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #f4faff;
	}
.s2-img-bdr img{
	display:block;
	margin:0 auto;
	width:70px;
	}
.s2-img1{right: -120px; top: -70px;}
.s2-img2{right: -63px; top: -105px;}
.s2-img3{left: -120px; top: -70px;}
.s2-img4{left: -57px; top: -105px;}

.s2-ic1{position: absolute; right: -50px;top: 51px;}
.s2-ic2{position: absolute;right: -80px; top: -5px;}
.s2-ic3{position: absolute;left: -40px;top: 37px;}
.s2-ic4{position: absolute;left: -65px;top: 9px;}

.s2-line1{ position: absolute;top: -50px; left: -4px;}
.s2-line2{ position: absolute;top: -50px; left: -4px;}
.s2-line3{ position: absolute; top: -52px; right:0;}
.s2-line4{ position: absolute;top: -58px; right:0;}

ul.s2-list-col li h3{
	float:left;
	width:100%;
    font-size:26px;
    line-height: 32px;
    color: #0a4a81;
    font-weight: bold;
	}
ul.s2-list-col li p{
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 9px;
	}

.s2-feature-box{
	float:left;
	width:100%;
	margin-top:120px;
	position:relative;
	padding-bottom:20px;
	}
.s2-feature-head{
	display:inline-block;
	vertical-align:middle;
	max-width:700px;
	width:100%;
	border-top:1px solid #dfe7ea;
	}
.s2-feature-head span{
	display:inline-block;
	vertical-align:top;
	margin-top:-15px;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	background:#f4faff;
	padding:0 20px;
	}
ul.s2-feature-list{
	float:left;
	width:100%;
	}
ul.s2-feature-list li{
	width:16.33%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-top:30px;
	position:relative;
	}
ul.s2-feature-list li:after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 0;
    right: -1px;
    width: 1px;
    background: #e0e0e0;
}	
ul.s2-feature-list li:last-child:after { display:none;}
ul.s2-feature-list li img{
	display:block;
	margin:0 auto 5px;
	}
ul.s2-feature-list li p{
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#000000;
	margin-top:4px;
	}
/*==============section3===============*/
.section3{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0;
	}
.s3_mid{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	margin:60px 0 0;
	}
.s3_img{
	float:left;
	width:525px;
	max-width:45%;
	border-radius:10px;
	object-fit:cover;
    height:520px;
	}
.s3_right{
	float:right;
	width:49%;
	}
.s3_right_row{
	float:left;
	width:80%;
	padding-left:120px;
	text-align:left;
	position:relative;
	margin-top:69px;
	padding-bottom:10px;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	}
.s3_right_row:first-child{ margin-top:0;}
.s3_right_row:before{
	position:absolute;
	content:"";
	left:50px;
	top:10px;
	bottom:-75px;
	border-left:2px dashed #0a4a81;
	}
.s3_right_row:last-child:before{ display:none;}
.s3_right_row img{
	position:absolute;
	left:0;
	top:5px;
	width:100px;
	}
.s3_right_row span{
	font-size:26px;
	line-height:35px;
	color:#000000;
	font-weight:700;
	letter-spacing:0.2px;
	}
.s3_right_row p{ margin-top:10px;}			
/*==============section4===============*/
.section4{
	background:#f4faff;
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.s4-mdl{
	float:left;
	width:100%;
	position:relative;
	}
.s4-prod{
	position:absolute;
	left:0;
	top:86px;
	}
.s4-left{
	float:left;
	width:46%;
	margin-top: 60px;
	}
.supplyment-img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
	}
.s4-right{
	float:right;
	width:48.54%;
	text-align:left;
	margin-top:35px;
	position:relative;
	}
.s4-ingredient-Box{
	float:left;
	width:100%;
	}
.s4-ing-dwn{
	float:left;
	width:100%;
	padding:0 10px;
	margin-top:10px;
	}
.ing-hdng{
	float:left;
	width:100%;
	padding:12px 40px 15px 0;
	border-bottom:1px solid #ccc;
	background:url(../images/up-ic.png) no-repeat 97% center;
	text-align:left;
	cursor:pointer;
	}
.ing-lft{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	margin:0 15px 0 0;
	}
.ing-hdng p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 75px);
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}

.ing-hdng.active{
	background:url(../images/down-ic.png) no-repeat 97% center;
	}
.ing-hdng.active .ing-lft{
	display:none;
	}
.ing-hdng.active span{
	display:block;
	}
.s4-ing-dwnNew {
	padding:10px 15px  20px 25px;
	background:#ffffff;
	border-radius:25px;
	box-shadow:0 2px 9px 0 rgba(0,0,0,0.1);
	}
.ing-content{
	float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}
.ing-content p{
	float:left;
	width:calc(100% - 150px);
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:15px;
	text-align:left;
	letter-spacing:0.3px;
	}
.ing-rght-img{
	float:right;
	width:auto;
	max-width: 135px;
	max-height:90px;
	margin:5px 10px 0 0;
	}			
/*==============section5===============*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}	
.pck-sec{
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	width:100%;
	cursor:pointer;
	margin:50px auto 0;
	}
.pck-bx{
	border:2px solid #d4d4d4;
	float:left;
	width:32%;
	background:#fff;
	border-radius:10px;
	padding-bottom:20px;
	transition: all .1s ease-in-out;
}
.suply-tx{
	font-size:30px;
	line-height:40px;
	font-weight:700;
	color:#000000;
	margin-top:30px;
}

.pck-prd{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin:15px 0 10px;
}
.pck-prd-det{
	display:inline-block;
	vertical-align:top;
	width:85%;
}
.pck-btl{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

.pck-prc{
	font-size:48px;
	line-height:48px;
	font-weight:700;
	color:#000000;
	display:inline-block;
	vertical-align:bottom;
}
.pck-prc sub{
	font-size:16px;
	line-height:16px;
	color:#000000;
	font-weight:normal;
	display:inline-block;
	vertical-align:bottom;
}
.pck-prc sup{
	font-size:24px;
	line-height:24px;
	display:inline-block;
	vertical-align:top;
}
ul.pkg-list{
	display:inline-block;
	vertical-align:middle;
	max-width:250px;
	margin:20px 0 0 0;
	}
ul.pkg-list li{
	background: url(../images/grn-tk.png) left 2px no-repeat;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-align: left;
    font-weight: 500;
    padding: 0 0 0 32px;
    margin: 7px 0 0 0;
	}	
ul.pkg-list li span{ color:#ef0606; font-weight:700;}	
a.pkg-btn{
	font-family: 'Inter';
    display: block;
    width: 340px;
    max-width: 100%;
    margin: 25px auto 0;
    border-radius: 8px;
    height: 63px;
    overflow: hidden;
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 64px;
    position: relative;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    background: #04d36f;
	}
.pck-btn{
	margin-top:25px;
	max-width:90%;
}

.pck-guar-tx{
	font-size:12px;
	line-height:16px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	position:relative;
}
.pck-guar-tx:before, .pck-guar-tx:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    right: 0px;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #c7c7c7;
	margin: -3px 0 0 8px;
}
.pck-guar-tx:before {
    margin: -3px 8px 0 0;
}
.pck-bx2{border:2px solid #0a4a81; position:relative; }
.best-txt{
	background:#0a4a81;
	border-radius:50px;
	display:inline-block;
	vertical-align:middle;
	padding:6px 40px;
	text-align:center;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:700;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:-16px;
	}
		
/*==============section6===============*/
.section6{
	float:left;
	width:100%;
	background:#f4faff;
	padding:60px 0;
	text-align:center;
	overflow:hidden;
	}	
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:860px;
	width:100%;
	margin:30px 0 10px;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:6px;
	padding:0 10px 0 0;
	overflow:hidden;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	margin-top:15px;
	}
.up-slide-dwn.last{border-bottom:none;}		
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 8px center;
	padding:18px 43px 18px 25px;
	font-size:20px;
	line-height:30px;
	font-weight:700;
	color:#000000;
	letter-spacing:0.3px;
	cursor:pointer;
	position:relative;
	border-bottom:none;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 15px center;
    border-bottom:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 55px 10px 25px;
	}
.acdn-para{
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-bottom:15px;
	}
.acdn-para a{ color:#0072ff;}	
																
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
    padding: 40px 0;
	}
.ftr-logo{
	margin:0 auto 30px;
	display:block;
	}	
.ftr-txt{
    font-size: 17px;
    line-height:26px;
    color: #000;
	margin-top:15px;
	}	
.footer .ftr-txt a{
    padding: 0 5px;
    color: #000;
	}	
.ftr-txt2{
    font-size: 16px;
    line-height:26px;
    color: #000;
	margin-bottom:25px;
	}	
	
	
/*=================*/
.fl{ float:left;}
.fr{ float:right;}
.forTab, .forMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.white{ color:#fff;}
/*------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);}
}	



/*---------Media Querry---------*/

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

.bnr-hding { font-size: 47px;line-height: 56px;}
.bnr-prd { right: 120px}
.bnr-txt {width: 94%;}

ul.s1-toplist li h1{ font-size:22px;}

.s1-mid-rgt-hding {font-size: 23px;line-height: 35px;}
.s1-prd {  top: 4px; width: 300px;}

.s2-img1{right: -80px;}
.s2-img2 {right: -20px;}
.s2-img3{ left:-80px;}
.s2-img4 {left: -20px;}


ul.s2-feature-list li{ width:16%;}
.s2-prod{ top: 156px;width: 224px}
ul.s2-feature-list li p { font-size: 16px; line-height: 23px;}

.s3_img{ width:400px; height:420px;}
.s3_right{ width:56%;}
.s3_right_row:first-child{ margin-top:0;}

.s4-prod{ width:450px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu{ display:none;}

.banner { padding: 30px 0 120px; height: auto;}
.bnr-lft {width: 67.79%;}
.bnr-hding {font-size: 38px; line-height: 44px;}
.bnr-img { top: -30px; right: -131px; width: 378px;}
.bnr-prd {right: 68px;width: 200px; top: 160px;}
ul.bnr-stp-list {width: 100%; }
.bnr-txt {width: 100%; font-size: 16px;line-height: 24px; margin-top: 12px;}
ul.bnr-stp-list li { padding: 0 10px;font-size: 16px;line-height: 22px; text-align:center;}
ul.bnr-stp-list li img{ position:static; transform:none; display:block; margin:0 auto 10px;}

.section1 { padding: 0 0 50px;}
.sm-hding { font-size: 25px;line-height: 32px;}
.comn-hding { font-size: 42px; line-height: 61px;}
.s1-mid { margin-top: 44px;}
ul.s1-toplist li {padding: 0 15px;}
ul.s1-toplist li h1 {font-size: 22px; line-height: 25px;}
.s1-mid-lft {width: 100%;}
.s1-mid-rgt { width: 100%;margin-top:20px;}
.s1-prd { width: 300px;position: static; margin: 32px auto 0;transform: translateX(-0%); -webkit-transform: translateX(-0);}
ul.s1-list2 li{margin: 20px 0 0 0;padding: 0 0 20px 44px;}
.s1-mid-rgt-hding { margin-bottom: 25px;font-size: 27px;line-height: 33px;}


.section2 { padding: 50px 0;}
.s2-mdlBx { margin-top: 33px;}
.s2-prod{ position:static;  margin:0 auto; max-width:100%; width:300px;transform: translateX(-0%);
    -webkit-transform: translateX(-0);}
ul.s2-list-col{ width:46%;}
ul.s2-list-col li { margin-bottom: 40px;}
.s2-img3, .s2-img4{ position:static; margin:0 auto 15px;}
.s2-img1, .s2-img2{position:static; margin:0 auto 15px;}
ul.s2-list-col.fl li:first-child p,ul.s2-list-col.fr li:first-child p{ padding:0;}
ul.s2-list-col.fl li,ul.s2-list-col.fr li{ text-align:center;}
ul.s2-list-col li h3 {font-size: 24px; line-height: 32px;}
.s2-line1,.s2-line2,.s2-line3,.s2-line4{ display:none;}

.s2-feature-box {margin-top: 72px;}
.s2-feature-head span{ font-size:20px; line-height:26px;}
ul.s2-feature-list li{ width:33%; float:left;}
ul.s2-feature-list li:nth-child(3):after{ display:none;}

.section3 { padding: 50px 0;}
.s3_mid{ float:none; display:inline-block; vertical-align:middle; max-width:480px;margin: 45px 0 0;}
.s3_img{ max-width:100%; width:480px; height:400px;}
.s3_right{ width:100%;}
.s3_right_row, .s3_right_row:first-child{ margin-top:50px; width:100%;}
.s3_right_row img{ top:0;}
.s3_mid_col{ width:48%; margin-top:30px;}

.section4 { padding: 50px 0;}
.btn-top-text{ font-size:22px;}
.s4-prod { position: static; display: block;margin: 30px auto 0;  width: 331px;}
.s4-right{ width:100%;text-align: center;margin-top: 15px;}
.s4-left{ width:100%; margin-top:20px;}
.supplyment-img{ width:400px;}

.section5 { padding: 50px 0;}
.pack-sec{ padding:0;}
.package.mid { margin-left: -125px;}
.suply-tx {font-size: 23px; line-height: 30px; margin-top: 20px;}
.pck-prc {font-size: 30px;line-height:32px;}
.pck-prc sub {font-size: 13px;line-height: 23px;}
.pck-prc sup { font-size: 20px; line-height: 24px;}
ul.pkg-list li {background-size:15px;font-size: 15px; line-height: 20px;padding: 0 0 0 22px; margin: 4px 0 0 0;}
a.pkg-btn {font-size: 19px;line-height: 50px; height: 50px;}
a.pkg-btn .btn-arw {width: 18px; margin: 0px -0 0 2px;}
.pck-guar-tx { font-size: 11px;line-height: 12px;}
.pck-guar-tx:before, .pck-guar-tx:after {width: 26px;}
.best-txt {padding: 5px 22px;font-size: 14px;line-height: 14px; top: -13px;}

.section6{ padding: 50px 0;}

}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top p {font-size: 13px; line-height: 16px;}
.top p img{margin: -5px 3px 0 0; width: 16px;}

.top-fix-bar{ margin-bottom:50px;}
.header{ height:50px; margin-top:-50px; top:50px;}
.mob-mnu-ic{right:15px; top:15px; left:auto;}
.mobilemenu{top:82px;}
.mobimenu-top{top:48px;}
.logo-sec{margin-top:5px;}
.logo{width: 144px;margin: 7px 0 0 0;}

.banner {padding: 18px 0 108px; height:auto;}
.bnr-lft {width: 100%; text-align:center;}
.bnr-hding {font-size: 26px;line-height: 32px;}
.mob-bnr{margin:18px auto 0;max-width:100%;border-top: 1px solid #b8cbdb;}
.bnr-stp { margin-top: 17px;display:none;}
ul.bnr-stp-list li { padding: 0 0 0 0; font-size: 16px;line-height: 22px; text-align: center; background: none; border-right: 1px solid #b8cbdb;}
ul.bnr-stp-list li:last-child{ border:none;}
.btn-box {margin: 30px auto 0; padding:0 10px;}
.bnr-txt {font-size: 17px; line-height: 25px; letter-spacing:0.5px;}
.bnr-lft .btn-box {margin: 10px auto 0;}


.section1 {padding: 0 0 30px;}
.s1-prd { width: 240px; transform: none;margin: 25px auto 0;}
.s1-top{ padding:20px 20px;}
ul.s1-toplist{ padding:0 25px;}
ul.s1-toplist li {padding: 0 0; width: 100%; margin: 0 0 30px;}
ul.s1-toplist li:after{ display:none;}
ul.s1-toplist li:last-child{ margin-bottom:0;}
.s1-mid {margin-top: 31px;}
.sm-hding {font-size: 22px;line-height: 30px;}
.comn-hding {font-size: 26px;line-height: 32px;}
.comn-txt { margin-top: 15px;font-size: 17px;  line-height: 25px;}
ul.s1-toplist li h1 { font-size: 21px; line-height: 26px; }
ul.s1-toplist li p { font-size: 17px; line-height: 25px;}
.s1-mid-rgt-hding { font-size: 22px;line-height: 32px;margin-bottom:20px;}
ul.s1-list2 li {background-size: 18px; font-size: 17px; line-height: 25px; margin: 12px 0 0 0; padding: 0 0 12px 30px;}

.section2 {padding: 30px 0;}
.s2-mdlBx{ margin-top:20px;}
ul.s2-list-col{ width:100%;}
.s2-prod {margin: 0 auto 20px; width: 320px;}
ul.s2-list-col li,ul.s2-list-col.fl li,ul.s2-list-col.fr li{ margin-bottom:30px; text-align:center; padding:0 20px;}
ul.s2-list-col.fr li:last-child{ margin-bottom:0;}
.s2-img1,.s2-img2,.s2-img3,.s2-img4{  margin:0 auto 15px; width:100px; height:100px;}
.s2-img-bdr img{ width:50px;}
ul.s2-list-col li h3{font-size: 22px;line-height: 28px;}
ul.s2-list-col li p{ font-size:17px; line-height:25px; margin-top:10px; letter-spacing:0.5px;}
.s2-ic1,.s2-ic2,.s2-ic3,.s2-ic4{ position:static; display:none; margin:-50px auto 8px;}
.s2-feature-box{  margin-top:15px; padding-bottom:0;}
.s2-feature-head span {font-size: 19px; margin-top: -15px;line-height: 28px;  padding: 0 10px;}
ul.s2-feature-list li img{ width:40px;}
ul.s2-feature-list li { margin-top: 19px;}
ul.s2-feature-list li p{ font-size:14px; line-height:17px; letter-spacing:0.3px;}
ul.s2-feature-list li:after{ display:none;}


.section3 {padding: 30px 0;}
.s3_mid{ max-width:365px; margin:30px 0 0;}
.s3_img{ height:340px;}
.s3_right{ margin-top:5px;}
.s3_right_row, .s3_right_row:first-child{ padding-left:85px; margin-top:30px;font-size: 17px; line-height: 26px;}
.s3_right_row img{ width:70px; top:3px;}
.s3_right_row:before{ left:37px; bottom:-35px;}
.s3_right_row span{ font-size:20px; line-height:24px;}


.section4 {padding: 30px 0;}
.s4-mdl {margin-top: 20px;}
.s4-left{ margin:0;}
.s4-right{ margin:0;}
.s4-prod { margin: 0 auto -10px;width:300px;}
.s4-ing-dwn{padding:0 0;}
.s4-ing-dwnNew{padding:10px 20px 20px;}
.ing-rght-img{width:80px;margin: 10px 0px 0 0;}
.ing-hdng{padding:10px 40px 14px 0;}
.ing-lft{margin: 0 10px 0 0;width: 40px;}
.ing-hdng p{font-size:18px; line-height:20px;}
.ing-content p{width:calc(100% - 80px);font-size: 17px;line-height: 25px; margin:0;}

.section5 {padding: 30px 0;}
.product-sec{ padding:25px 0;}
.pck-sec{ margin-top: 30px;width: 330px }
.best-txt {padding: 6px 36px;}
.pck-stp, .pck-opt{display:none;}
.sve-secur{margin-top:10px; width:120px;}
.pck-bx{width:100%; padding:0 15px 20px; margin:15px 0 0px;}
.pck-bx2{order:1;}
.pck-bx1{order:2;}
.pck-bx3{order:3;}
ul.pkg-list { margin: 9px 0 0 0;display: inline-block;vertical-align: middle; margin: 9px 0 0 0;}
.suply-tx{font-size:28px; line-height:34px;}
.pck-prd-det{width:100%; margin-top:0;}
.ship-tx{margin-top:5px;}
a.pkg-btn { margin-top: 15px;font-size: 22px;height: 55px; line-height: 55px;}
.pck-prc sub {font-size: 18px; line-height: 26px;}
ul.pkg-list li {background-size: 20px;font-size: 17px;line-height: 24px; padding: 0 0 0 31px; margin: 8px 0 0 0;}
.pck-prc {font-size: 40px; line-height: 45px;}
.pck-prc sup { font-size: 25px;line-height: 24px;}
a.pkg-btn .btn-arw { width: 22px;margin: -3px -0 0 2px;}

.section6{ padding:30px 0;}
.faq-container {margin:10px 0 0; padding:5px 5px;}
.accordion{font-size: 18px; line-height: 26px;padding: 13px 33px 13px 20px;}
.acdn-content { padding: 0 17px 10px 20px;}
.acdn-para {font-size: 17px;line-height: 26px;}


.footer{ padding:0 0 20px;}
.ftr-logo{ margin:30px auto 25px;width: 130px;}
.ftr-txt {font-size:14px; line-height:26px; letter-spacing:0.7px;}
.footer .ftr-txt a {  padding: 0 2px;}
.ftr-txt2 {font-size: 12px;line-height: 20px;  margin-top: 14px;}



}

