@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Lato';
	font-weight: 400;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/*=========================
CSS FOR HEADER
===========================*/
.header {
	padding: 12px 0;
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 6px 0px #e0e0e0;
}
.logo {
	float: left;
    max-width: 190px;
}
ul.nav {
	float: right;
    margin: 12px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 62px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	float: left;
    color: #000;
    font-size: 20px;
    line-height: 26px;
}
ul.nav li a:hover,ul.nav li a.active {
	color: #233e55;
}
p.hdrlist {
	float: right;
	padding: 9px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #2d2d2d;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
.bdhding {
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
    color: #000000;
}
.bdsubhding {
    font-size: 26px;
    line-height: 35px;
    color: #1b1b1b;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.bdsubhding span {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
	color:#006db9;
}
.bdfont {
    font-size: 18px;
    line-height: 30px;
	color:#1b1b1b;
}
/*================BANNER===================*/
.banner {
	background: url(../images/banner.jpg) center top no-repeat;
	height:627px;
	padding: 60px 0;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-top:80px;
}
.bnr-cont-box {
    float: left;
    width: 62%;
	text-align:left;
	margin-top:70px;
}
h1 {
	font-size: 35px;
    line-height: 56px;
    color: #000000;
	margin-top:10px;
	font-weight:700;
    text-transform:uppercase;
}
h1 span {
        font-size: 50px;
    line-height: 65px;
    display: block;
}

.bnr-hd1{
	font-size:30px;
	line-height:40px;
	color:#006db9;
	font-weight:500;
	text-transform:uppercase;
	}
.bnrtxt {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	float: left;
	width: 85%;
	margin: 10px 0 0;
}
.bnrbdr2 {
    margin: 11px 0;
}
.bnrprd, .bnrseal {
    position: absolute;
}
.bnrprd {
	right: 205px;
	top: 223px;
	max-width: 450px;
}
ul.bnrlist {
	padding: 12px 0;
    float: left;
    width: 59%;
}
ul.bnrlist li {
    float: left;
    display: inline-block;
    padding: 0 22px;
    background: url(../images/bnrline.png) right bottom no-repeat;
    width: 21%;
}
ul.bnrlist li:first-child {
    padding: 0 22px 0 0;
}
ul.bnrlist li img {
    margin: 0 auto 10px auto;
    display: block;
}
ul.bnrlist li p {
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    text-align: center;
}
ul.bnrlist li:last-child {
    background: none;
}
/*================SECTION 1===================*/
.sec3 {
    padding: 60px 0 60px 0;
    overflow: hidden;
	background:#f5fbff;
	float:left;
	width:100%;
}
.s3-lft, .s3-rgt{
	float:left;
	width:100%;
	position:relative;
	}
.s3-rgt{
	float:right;
	}	
.s3-prd1{
	position: absolute;
    top: -20px;
    left: 50%;
    max-width: 170px;
    transform: translateX(-50%);
    z-index: 2;
	}
.s3-prd2, .s3-prd3 {
    max-width: 140px;
    transform: translateX(-100%);
	z-index:1;
	top:0px;
}
.s3-prd3{
	left:auto;
	right:50%;
	transform: translateX(100%);
}
.s3-lft-prt1{
	float:left;
	width:100%;
	text-align:left;
	}
.s3-rgt-prt1{
	float:right;
	width:62%;
	text-align:right;
	}	
.s3-lft-prt1-p1{
	font-size:28px;
	line-height:33px;
	font-weight:900;
	color:#581874;
	margin:0 0 0 0;
	}
.s3-rgt-prt1 .s3-lft-prt1-p1{ color:#006db9;}		
.s3-lft-prt1-p2{
	font-size:18px;
	line-height:30px;
	color:#000000;
	margin:15px 0 0 0;
	}
ul.s3-list{
	margin: 0px 0 0 0;
    width: 100%;
    float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    column-gap: 80px;
	}
ul.s3-list li{
	float: left;
    width: 33%;
    background: url(../images/s3-tk.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 28px;
    color: #5c5b5b;
    padding: 0 0 0 30px;
	}
ul.s3-list li span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
ul.s3-list2{
	margin:10px 0 0 0;
	width:213px;
	float:right;
	}
ul.s3-list2 li{
    float: left;
    width:100%;
    background: url(../images/s3-tk.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
	text-align:left;
    padding: 0 0 0 31px;
    margin: 10px 0 0 0;
	}						
/*================SECTION 1===================*/
.sec1 {
    padding: 100px 0 82px 0;
    overflow: hidden;
	float:left;
	background:#f9f8f8;
	width:100%;
}

.s1img {
	position: absolute;
	left: 0;
	top: -50px;
}
.s1-cont-bx{
	float:right;
	width:54%;
	text-align:left;
	}
.s1txt {
	text-align: left;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 29px;
	position: relative;
}

ul.s1-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	}
ul.s1-list li{
    float: left;
    width:100%;
    background: url(../images/s1-tk.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 26px;
    color: #666;
	text-align:left;
    padding: 0 0 0 45px;
	}	
/********===============================***************/
.sec2 {
    padding: 60px 0;
    background: #fff;
    float: left;
    width: 100%;
	text-align:center;
}
.s2hding, .s2subhding {
}
.s2subhding {
	color:#006db9;
}
.s2txt {
    color: #1e1e1e;
    text-align: center;
    padding: 15px 0 0 0;
}
ul.s2prdbx {
	float:left;
	width:100%;
	text-align:center;
	margin-top: 40px;
		
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 15px;	
}
ul.s2prdbx.shop-prd li {
    width: 47%;
}
li.s2prdbx1{
	display: inline-block;
	width: 32%;
	background-image: linear-gradient(#f7f7f7, #fdfdfd, #ffffff);
	box-sizing: border-box;
	vertical-align: top;
	padding:0 0 30px;
	position: relative;
}
.box-cont{
	opacity: 1;
	transition: .5s ease;
	backface-visibility: hidden;
	float:left;
	width:100%;
	display:block;
}
li.s2prdbx1:last-child{ margin-right:0;}

.box-overlay{
	background: rgba(0, 49, 102, 0.56);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 9;
    text-align: center;
    visibility: hidden;
    transition: all 0.3s;
    transform: scale(0.6);
    box-sizing: border-box;
	}
li.s2prdbx1:hover .box-overlay{
	visibility: visible;
    transform: scale(1.0);
	}
.btn_container{
	height: 100%;
	text-align: center;
	position: relative;
	}	
.s2prdbx-hding, .s2prdbx-price {
	font-weight:700;
    font-size: 24px;
    line-height: 30px;
    color: #233e55;
    text-align: center;
    padding: 18px 0 0 0;
    float: left;
    width: 100%;
}
.s2prdbx-price{     
    color: #006db9;
	display:none;
}
.s2prdbx-hding span{
	font-size:18px;
	line-height:26px;
	display:block;
	color:#000;
}
.s2prod {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 0 0;
}
.s2prod img {
    max-width: 160px;
}
.s2prd {
    position: relative;
    z-index: 9;
    max-width: 130px;
}
.s2prd:nth-child(2), .s2prd:nth-child(3), .s2prd:nth-child(4), .s2prd:nth-child(5) {
    position: absolute;
    left: 15%;
    top: 30px;
    max-width: 120px;
    z-index: 5;
}
.s2prd:nth-child(3) {
    left: auto;
    right: 15%;
}
.s2prd:nth-child(4), .s2prd:nth-child(5) {
    z-index: 0;
    max-width: 110px;
    left: 5%;
    top: 30px;
}
.s2prd:nth-child(5) {
    left: auto;
    right: 5%;
}
.starbox {
    background: #f3f3f3;
	float:left;
	width:100%;
	margin-top:10px;
}
.starbox img {
	margin: 0px auto 0 auto;
	display: block;
	padding: 6px 0 7px 0;
}
.s2prdbx-prd {
	margin: 21px auto 0 auto;
	display: block;
	max-width: 280px;
}

/*================SECTION 3===================*/
.sec5 {
	padding: 60px 0 60px 0;
	background: #f5fbff;
	float: left;
	width: 100%;
	text-align: center;
}
.s5lftbox {
    width: 100%;
    float: left;
}
.s5box {
    float: left;
    width: 100%;
}
ul.s5bxlist {
	float:left;
	width:100%;
	padding:0 40px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;		
}
ul.s5bxlist li {
	display: inline-block;
	width: 32%;
	margin: 20px 0 0 0;
	padding: 0 30px 0;
}
ul.s5bxlist li img {
    margin: 28px auto 0 auto;
    display: block;
}
ul.s5bxlist li p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: center;
    padding: 11px 0 0 0;
}
ul.s5bxlist li p span{
	font-size:20px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	}
.s5txt {
	width: 80%;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}
/*================STRIp===================*/
.section-4 {
    float: left;
    width: 100%;
    background:#1b1b1b;
    text-align: left;
    padding: 50px 0;
}
.s4-lft{
	float:left;
	width:60%;
	text-align:left;
	}
.s4txt {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
	line-height:50px;
    font-weight: 700;
}
.s4txt2 {
	display: inline-block;
	width: 100%;
	font-weight: 700;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	padding: 10px 0 0;
}
.section-4 a.bnrbtn{
	float:right;
	margin:37px 0 0 0;
	}
/*================STRIp===================*/
.bottom {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 0;
}
ul.btm {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;	
}
ul.btm li {
	float: left;
    width: 100%;
    padding: 0 0 0 60px;
    position: relative;
    font-size: 16px;
    line-height: 21px;
}
ul.btm li img {
	position:absolute;
	top:0px;
	left:0;
}
ul.btm li span{
	font-size:18px;
	font-weight:700;
	display:block;
	margin-bottom:2px;
	}	
/*================FOOTER===================*/
footer {
    background: #ffffff;
    padding: 20px 0 30px;
    float: left;
    width: 100%;
    border-top: 4px solid #233e55;
}
.ftr-logo {
	margin: 17px auto;
    display: block;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	position: relative;
	padding: 0 25px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left:0;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cop-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	color:#000;
	}
.ftr-cop-info li a{ color:#000;}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:last-child {border-right: none;}
ul.ftrlist li a {color: #464646;}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #006db9;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px;
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}
.qty-blk {
    float: left;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 5px;
	align-items: center;
	}
.sccode{
	    outline: none;
    display: inline-block;
    margin: 10px 0 10px 0;
    font-size: 22px;
    line-height: 32px;
    color: #006db9;
    text-decoration: underline;
	}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	line-height: 28px;
    color: #006db9;
    margin: 0;
    padding: 10px 0px;
    font-size: 22px;
    float: left;
    width: 100%;
    TEXT-ALIGN: LEFT;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid #ee8e45;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
			
