@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: "Poppins", serif;
	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: 5px 0 5px;
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 6px 0px #e0e0e0;
}
.logo {
	float: left;
    max-width: 160px;
    margin-top: 5px;
    }
ul.nav {
	float: right;
    margin:17px 10px 0 0;
}
ul.nav li {
	float: left;
	margin-right:35px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	float: left;
    color: #000;
    font-size: 19px;
    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 {
	float:left;
	width:100%;
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
    color: #000000;
}
.bdsubhding {
    font-size: 45px;
    line-height: 60px;
    color: #233e55;
    padding: 0px 0 0px 0;
    float: left;
    width: 100%;
}
.bdfont {
    padding: 18px 0 0 0;
    width: 100%;
	display:inline-block;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #1ebc6c;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
/*================BANNER===================*/
.banner {
	background: url(../images/banner.jpg) center top no-repeat;
	height:640px;
	padding: 70px 0;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-top: 83px;
}
.bnr-cont-box {
    float: left;
    width: 54%;
    background: rgba(0, 49, 102, 0.56);
    padding: 20px 15px 28px;
}
h1 {
	font-size: 34px;
    line-height: 56px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
}
h1 span {
        font-size: 58px;
    line-height: 65px;
    display: block;
}
.bnrbdr1, .bnrbdr2 {
    width: 728px;
    height: 1px;
    background: #d7d7d7;
    margin: 17px 0 11px 0;
}
.bnrtxt {
	font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin: 18px 0 0;
}
.bnrbdr2 {
    margin: 11px 0;
}
.bnrprd, .bnrseal {
    position: absolute;
}
.bnrprd {
	right: 220px;
    top: 230px;
    max-width: 330px;
}
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===================*/
.sec1 {
    padding:60px 0 60px 0;
    overflow: hidden;
	float:left;
	width:100%;
}
.s1hding, .s1subhding {
    text-align: left;
}
.s1img {
	position: absolute;
	left: 0;
	top: 0;
}
.s1-cont-bx{
	float:right;
	width:50%;
	}
.s1txt {
	text-align: left;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 29px;
	position: relative;
}
a.s1btn {
    margin: 27px 0 0 0;
    display: block;
}
/********===============================***************/
.sec2 {
    padding: 60px 0;
    background: #fff;
    float: left;
    width: 100%;
}
.s2hding, .s2subhding {
    text-align: center;
}
.s2subhding {
    width: 100%;
    display: inline-block;
    float: none;
}
.s2txt {
    color: #1e1e1e;
    text-align: center;
    padding: 15px 0 0 0;
}
ul.s2prdbx {
	float:left;
	width:100%;
	text-align:center;
	margin-top: 10px;
		
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 15px;
	
}
li.s2prdbx1{
	display: inline-block;
	width:35%;
	border: 1px solid #d7d7d7;
	background: #fff;
	box-sizing: border-box;
	margin: 15px 0 0 0;
	vertical-align: top;
	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-size: 25px;
    line-height: 35px;
    color: #233e55;
    text-align: center;
    padding: 18px 0 0 0;
    float: left;
    width: 100%;
}
.s2prdbx-price{     
	font-size: 30px;
    color: #233e55;
    padding: 19px 0 0 0;
    text-transform: capitalize;
}
.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;
}
.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;
	display: none;
}
.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: #f9f9f9;
	float: left;
	width: 100%;
	text-align: center;
}
.s5lftbox {
    width: 100%;
    float: left;
}
.s5box {
    float: left;
    width: 100%;
}
ul.s5bxlist {
    padding: 0;
	float:left;
	width:100%;
	
    float: left;
    width: 100%;
    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: 24%;
	margin: 20px 0 0 0;
	background: #233e55;
	border-radius: 4px;
	padding:25px 0 25px;
}
ul.s5bxlist li img {
    margin:0px auto 0 auto;
    display: block;
}
ul.s5bxlist li p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 13px 0 0 0;
}
.s5txt {
	width: 80%;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}
/*================STRIp===================*/
.section-4 {
    float: left;
    width: 100%;
    background: url(../images/strip.jpg) no-repeat center top;
    text-align: center;
    padding: 50px 0;
}
.s4txt {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}
.s4txt2 {
	width: 80%;
	color: #fff;
	padding: 10px 0 0;
}
.section-4 a.bnrbtn, .sec5 a.bnrbtn{
	float:none;
	display:inline-block;
	}
/*================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;
	font-weight: 300;
	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-weight: 300;
	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: #1ebc6c;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 15px;
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}
.disclmr a{
	color:#000;
	text-decoration:underline;
	}
.qty-blk {
    float: left;
    display: flex;
    width: 100%;
    justify-content: center;
	}
.sccode{
	height: 64px;
    width: 100%;
    background: #1ebc6c;
    box-sizing: border-box;
    border: 1px solid #1dd678;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    margin: 31px 0 0 0;
    font-weight: 600;
    font-size: 29px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px #239e5f;
	}
/*****************************/
/*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: #202c60;
    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;
}
.inner-top {
	float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    background: #202c60;
    padding: 5px 0;
    border-bottom: 2px solid #ffffff;
}
ul.inr-top-list {
	padding: 0 0 0 0;
}
ul.inr-top-list li {
	float: left;
	position:relative;
	margin-right: 15px;
    padding-right: 15px;
}
ul.inr-top-list li:after{
	content:"\003e";
	position:absolute;
	right:-5px;
	top:0;
}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
	font-size: 14px;
    line-height: 18px;
    color: #efefef;
    font-weight: 300;
    text-decoration: none;
}
ul.inr-top-list li:last-child a{
	font-weight: 700;
    color: #ffffff;
}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{
	content:"";
}
			
