@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 {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
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;}
img{max-width:100%; vertical-align:middle; border:none;height: auto;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	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: #8cc63e;
    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;
}
/*=========================
CSS FOR HEADER
===========================*/
.topstrip {
	background: #202c60;
	padding: 6px 0 7px 0;
	float: left;
	width: 100%;
}
ul.striplist {
    padding: 0;
    float: right;
}
ul.striplist li {
    float: left;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: left;
    font-weight: 500;
}
ul.striplist li img {
    vertical-align: baseline;
    margin: 0 6px 0 0;
}
ul.striplist li:last-child{ border:none;}
.top-strip{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:16px;
	line-height:18px;
	padding:7px 0;
	background:#45b6e5;
	letter-spacing:1px;
	}
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.header{
	float: left;
    width: 100%;
    position: relative;
    padding: 13px 0px;
    background:linear-gradient(124deg, #fff 50% 50%, #b70300 50% 50%);
    height: 60px;
    margin-top: -60px;
    top: 60px;
}
.fixed-nav .header{
	position: fixed;
	z-index: 999;
	top: 0;
	-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);
	}
.header-left,.header-right {
	display: inline-block;
	vertical-align: middle;
	padding: 30px 0;
	}
.mainMenu {
	float: right;
    margin-top: 5px;
}
.mainMenu li{
	float: left;
    text-align: left;
    margin-right: 45px;
	position:relative;
}
.mainMenu li:last-child{margin-right: 5px;}
.mainMenu li a {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
	transition:all 0.3s;
}
.mainMenu li a:hover,.mainMenu li a.active{color: #fff;text-decoration: none; border-bottom:1px solid #fff; transition:all 0.3s;}
.mainMenu li:after { content: ""; position: absolute; top: 12px; right: -26%; height: 5px; width: 5px; background: #fff;border-radius: 50%;}
.mainMenu li:last-child:after{background:none;}
.logo{width: 240px;float: left;}

/*==========banner==============*/
.banner {
       float: left;
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat center top;
    padding: 70px 0 70px;
    height: 627px;
    text-align: left;
}
.bnr-lft {
    float: left;
    width: 53%;
	margin-top:60px;
}
.bnr-txt1 {
    display: inline-block;
	vertical-align:middle;
	background:#000000;
    color: #fff;
	padding: 5px 15px 3px;
    font-size: 30px;
	text-transform:uppercase;
    line-height: 38px;
    position: relative;
}
.bnr-p1 {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 35px;
	font-weight:700;
    line-height: 38px;
	margin-top:15px;
    position: relative;
	text-transform:uppercase;
}
.bnr-p1 span{
	font-size: 50px;
    display: block;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bnr-p2 {
	display: inline-block;
    vertical-align: middle;
    width: 90%;
    color: #faf3f3;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0;
}
.bnr-prd {
    position: absolute;
    right: 260px;
    top: 261px;
    width: 400px;
}
.order-now-btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background:#f31713;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0px 0px;
    color: #fff;
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    width: 240px;
    border: none;
    outline: none;
    text-transform: capitalize;
    transition: all 0.3s;
    font-family: inherit;
    cursor: pointer;
}
/*=============Strip============*/
.strip {
    float: left;
    width: 100%;
    padding: 60px 0 30px;
	text-align:center;
}
.stp-hd{
	float:left;
	width:100%;
	font-size:30px;
	line-height:40px;
	color:#000000;
	font-weight:700;
	}
.strp-lst {
    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;	
	row-gap: 15px;
}

.strp-lst li {
    float: left;
    width: 23%;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
	font-weight:500;
    padding: 0 10px 0;
    position: relative;
    text-transform: capitalize;
}

.strp-lst li img {
    display: block;
    margin: 0 auto 10px;
}
.strp-lst li span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 2px;
}
.strp-lst li:last-child {
    margin-right: 0;
}
/*=============sectionOne============*/
.section-1 {
	    float: left;
    width: 100%;
    background: url(../images/sec1.jpg) #fff center top no-repeat;
    padding: 20px 0 80px;
    text-align: center;
    background-size: cover;
}
.s1-rit {
	float: right;
	width: 50%;
	text-align: left;
	margin-top:50px;
}
.s1-p1 {
    display: inline-block;
	vertical-align: middle;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    position: relative;
	font-weight: 600;
	text-transform: capitalize;
}
.s1-p1 span {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 5px;
}
.s1-img {
    max-width: 300px;
    margin: 0 auto;
}

.s1-p1 p{
	    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 10px 70px;
    text-transform: uppercase;
    font-size: 23px;
}
.s1-p2 {
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0 0;
}

.s1-prd {
    display: inline-block;
    max-width: 100%;
    margin: 25px 0 12px;
}

/**************************************/

/*============sectionTwo============*/
.section-2 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url(../images/s2-bg.jpg) no-repeat center center;
}
.s2-rit {
	float: right;
	width: 55%;
	text-align: left;
	padding-right: 80px;
}
.s2-p1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.s2-rit .s1-p3, .s4-lft .s1-p3 {
    line-height: 30px;
    padding: 18px 0 20px;
}
/*==========sectionThree==========*/
.section-3 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #ffffff;
    text-align: center;
}
.s3-lft {
	display: inline-block;
	width: 100%;
}


.s3-ul {
    display: inline-block;
    width: 100%;
    margin: 52px 0 0;
	position:relative;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	row-gap: 20px;
}

.s3-ul li {
        float: left;
    width: 30%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #646464;
}
.s3-ul li span {
    display: block;
    font-weight: 700;
	font-size:23px;
	line-height:35px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.s3-ul li img {
    display: block;
    margin: 20px auto 10px;
}
.s3-ul li:last-child {
    margin-right: 0;
}
.s3-ul li:last-child:after{
	border:none;
}
a.order-now-btn.s3-btn {
    margin-top: 45px;
	position:relative;
}
/*==========sectionfive==========*/
.section-5 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
    text-align: center;
}
.s5-p1{
	font-size:35px;
	line-height:44px;
	}
.s5-p2{
	font-size:22px;
	line-height:33px;
	}
.s5-ul {
    display: inline-block;
    width: 100%;
    margin: 52px 0 0;
	position:relative;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	row-gap: 20px;
}

.s5-ul li {
    float: left;
    width: 33%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	letter-spacing:-0.5px;
    padding: 0 10px;
}
.s5-ul li span {
    display: block;
    font-weight: 700;
	font-size:20px;
	line-height:35px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.s5-ul li img {
    display: block;
    margin: 0 auto 20px;
}		
/*==========sectionFour==========*/
.section-4 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background:#f1f2f4;
    text-align: center;
}
.s4-lft {
    display: inline-block;
    width: 100%;
}
p.s1-p2.s4-p2 {
    width: 83%;
    margin: 18px 0 0 0;
    line-height: 29px;
}
/*================FOOTER===================*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0 20px;
    box-shadow: 0 0 7px #d2d2d2;
	overflow:hidden;
	}
.ftr-logo{
	float:left;
	width:25%;
	text-align:center;
	padding:60px 0 0;
	}
.ftr-logo img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.ftr-box1{
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.ftr-p1{
	font-size: 16px;
    line-height: 20px;
    color:#b70300;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
ul.ftr-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.ftr-list li{
	float:left;
	width:100%;
	font-size:15px;
	color:#282828;
	line-height:26px;
	text-align:left;
	}
.ftr-box3 {
    float: right;
}
.ftr-p2{
	font-size: 16px;
    line-height: 34px;
    color: #282828;
    margin: 10px 0 0;
	}
.cards{
	margin-top:15px;
	max-width:100%;
	}
.ftr-box4{
	background: #efefef;
    padding: 20px 0;
}
.ftr-txt-box{
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	text-align: center;
	position:relative;
	}
.ftr-txt-box a {
    text-decoration: underline;
}
.ftr-txt-box:after, .ftr-txt-box:before {
    content: "";
    position: absolute;
    border-top: 1px solid #8cc63e;
    top: 0;
    left: -50%;
    right: -50%;
}

.ftr-txt-box:before {
    border-top: none;
    border-bottom: 1px solid #8cc63e;
    top: auto;
    bottom: 0;
}
.ftr-txt2{
	float: left;
    margin-top: 20px;
    font-size: 19px;
    line-height: 25px;
    color:#b70300;
    text-align: center;
    font-weight: 700;
    width: 100%;
	}
.ftr-txt3{
	    float: right;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #282828;
    text-align: center;
    width: 100%;
	}
.ftr-txt3 a{
	color:#282828;
	}

/*****************************/
/*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: 30px;
    color: #b70300;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #b70300;
}
.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;
}