@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: "Sofia Sans", serif;
	font-weight: normal;
	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
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:90px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:90px;
	margin-top: -90px;
    position: relative;
    top:90px;
	-webkit-box-shadow: 0 4px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 0 4px 4px 2px rgba(0,0,0,0.1);
	padding: 26px 0;
	text-align:center;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	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);
	}
.logo {
	float: left;
    max-width: 240px;
    margin: -8px 0 0;
	}
.nav {
	display:inline-block;
	}
ul.nav li {
	float: left;
    padding: 8px 30px 0 30px;
    border-right: 1px solid #e1e1e1;
	}
ul.nav li:last-child {
	border: none;
	}
ul.nav li a {
	float: left;
	width:100%;
	font-weight: 500;
	color: #2e333a;
	font-size: 16px;
	line-height:24px;
	text-align: center;
	text-transform: uppercase;
	}
ul.nav li a.active {
	color: #86d199;
	}
p.hdrlist {
	float: right;
	padding:0 0 0 0;
	margin-top:0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	float: right;
    color: #2d2d2d;
    margin: 4px 0 0
	}
p.hdrlist img {
	display:inline-block;
	vertical-align:top;
	margin:5px 8px 0 0;
	}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
	background-color: #86d199;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #d4841e;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}

/*================BANNER===================*/
.banner {
	/* background: url(../images/kt.png)#f1efeb no-repeat center top; */
	float: right;
	width: 100%;
	padding: 79px 0;
	position: relative;
	overflow: hidden;
	
}
.bnr-heading{
	float: left;
    width: 54%;
    text-align: left;
	}
.bnr-heading h2{
	font-size:20px;
	font-weight:500;
	float:left;
	width:100%;
	line-height:22px;
	}
.bnr-heading h2 span{ font-weight:300;}
.bnr-heading h1{
	font-weight: 500;
	font-size: 60px;
	line-height: 65px;
	float:left;
	width:100%;
}
.bnr-heading h1 span{ color: #86d199; display: block;}
.lft-brd{ float:left; margin:10px 0;}
.bnr-centr-brd{ display:none;}
.bnr-txt{
	float: left;
    width: 97%;
    font-size: 18px;
    font-weight:400;
    line-height: 28px;
    margin-top: 20px;
	}
.mob-bnr-prod{display:none;}
.bnrprd {
	position: absolute;
    top: 15px;
    right: 234px;
    /* transform: rotate(30deg); */
    max-width: 198px;
}

@keyframes moveUpDown {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-30px); /* Adjust the distance the circle moves up */
	}
  }
  
  .your-animation{animation: moveUpDown 2s infinite;
}
  

  .bnrpr
  {
	transform: rotate(30deg);
	position: absolute;
    top: 28px;
    right: 55px;
    /* transform: rotate(30deg); */
    max-width: 198px;
  }
  


.bnrprd1, .bnrprd3 {
    right: 40px;
}
.bnrprd2, .bnrprd3 {
    top: 72px;
    max-width: 361px;
    right: 73px;
}


/*================BANNER STRIP===================*/
.bnrstrip {
	padding:30px 0;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
	}
ul.bnrstrip-list {
	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.bnrstrip-list li {
	display: inline-block;
    padding: 0 0px 0 55px;
    width: 26%;
    vertical-align: top;
	text-align: left;
    position: relative;
	}
ul.bnrstrip-list li:last-child{
	margin-right:0;
	}
ul.bnrstrip-list li img {
	position: absolute;
	top: 0;
	left: 0;
}
.ul.bnrstrip-list li p {
	float:left;
	width:100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #545454;
	text-align: left;
}
.prdrgt-list1{
	float: left;
    width: 100%;
    display: flex;
    margin: 0 0 10px;
    flex-wrap: wrap;
    row-gap: 3px;
    justify-content: space-between;
	}
.ul-li-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:33px;
	text-align:left;
	font-weight:700;
	}	
.prdrgt-list1 li{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	    text-align: left;
    position: relative;
    background: url(../images/li-tik.png) no-repeat top 6px left;
    padding: 0 0 0 21px;}
ul.bnrstrip-list li p span {
	font-weight: 600;
    color: #151515;
    font-size: 20px;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}
/*================SECTION 1===================*/
.sec1 {
	float: left;
    width: 100%;
	padding:55px 0 65px;
    text-align: center;
	background:#fff;
	}
.bdhding{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 59px;
    position: relative;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.bdhding span{
	display: block;
    color: #86d199;
    font-size: 50px;
}
.bdhding:after{
	content: '';
	position: absolute;
	bottom:-30px;
	left: 50%;
	width: 100px;
	border-bottom: 2px solid #558065;
	margin-left: -50px;
	}
.sec1 .bdhding span{}
.s1hdimg {
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
}
.s1txt {
	display: inline-block;
	vertical-align:top;
	margin-top:25px;
	line-height:28px;
	width: 100%;
	font-size:19px;
	padding:0 120px;
	}
ul.s1list {
	float: left;
	width: 100%;
	margin-top:50px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	}
ul.s1list li {
	display: inline-block;
	width: 30%;
	margin: 10px 0 0 0;
	/* background: url(../images/s1l1img.png) right -13px top 0px no-repeat; */
	background-color: rgb(134,209,153,0.5);
	padding:25px 20px 35px;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	border-radius: 10px;
	}
ul.s1list li:nth-child(2) {
    /* background: url(../images/s1l2img.png) right -13px top -5px no-repeat; */
	background-color: rgb(134,209,153,0.5);
}
ul.s1list li:nth-child(3) {
	margin-right: 0;
    /* background: url(../images/s1l3img.png) right -3px top -5px no-repeat; */
	background-color: rgb(134,209,153,0.5);
}
.s1lhding {
	font-size: 26px;
    line-height: 32px;
    color: #000;
    text-align: left;
    padding: 10px 0 0 0px;
    font-weight: 700;
}
.s1lhding span{ display:block;}
.s1ltxt {
	font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-align: left;
    padding: 13px 0 0 0px;
    width: 73%;
    float: left;
    font-weight: 400;
}
.s1-btn{
	float:left;
	width:100%;
	}
.s1-btn .btn{
	display:inline-block;
	vertical-align:top;
	float:none;
	height:55px;
	line-height:52px;
	padding:0;
	width:280px;
	}
/*================SECTION 2===================*/
.sec2 {
	padding:55px 0 60px;
    text-align: center;
    float: left;
    width: 100%;
    background: #f6f5f1;
}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}
.prod-box{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	    margin-top: 40px;
    row-gap: 20px;
    column-gap: 15px;
}
.s2lft, .s2rgt, .s2mid  {
	    width: 24%;
    float: left;
    position: relative;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 7px 2px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 20px;
	}
.prd-detls{
	float: left;
	width: 100%;
	}
.s2lft {
	}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 86.2%; float:none; display:inline-block; margin-top:0; position:static;}
.s2prd1, .s2prd_bndl {
	    width: 100%;
    float: left;
    position: relative;
	padding-top: 10px;
}
.s2prd {
    position: relative;
    z-index: 9;
    max-width: 140px;
}
.s2prd:nth-child(2), .s2prd:nth-child(3), .s2prd:nth-child(4), .s2prd:nth-child(5) {
    position: absolute;
    left: 0%;
    top: 20px;
    max-width: 130px;
    z-index: 5;
}
.s2prd:nth-child(3) {
    left: auto;
    right: 2%;
}

.s2prd:nth-child(4), .s2prd:nth-child(5) {
    z-index: 0;
    max-width: 120px;
    left: 2%;
    top: 30px;
}
.s2prd:nth-child(5) {
    left: auto;
    right: 2%;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}


.s2prd-hding, .s2prd-prc, .s2prd-hding2, .s2prd-prc2, .s2prd-sb-hding {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	padding: 0px 0 0 0;
	text-align: center;
	float:left;
	width:100%;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 17px;
    color: #86d199;
    line-height:24px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding:15px 0;
    margin-top: 10px;
    max-width: 100%;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    float: none;
	}
.fiv-star{
	display: inline-block;
    margin-top: 10px;
	}
.s2prd-hding2 {
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 24px;
}
.s2prd-hding2 span {
	display: block;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
    line-height: 30px;
    color: #86d199;
    padding: 12px 0 20px 0;
    width: 100%;
    float: left;
}
.s2prd-prc{
	margin-top:0px;
	}
.s2prd-prc2 {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 22px;
}
ul.s2list {
	padding: 0;
}
ul.s2list li {
	width: 48.5%;
	background: #fff;
	/* border: 1px solid #e9e9e9; */
	position: relative;
	padding: 25.4px 20px;
	text-align: left;
	float:left;
}
ul.s2list li:nth-child(even) {
	float: right;
}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {
	margin-top: 13px;
}
.s2prd2 {
	position: absolute;
	right: 10px;
	top: 10px;
	max-width: 100px;
}
/*FOR MOBILE*/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}
/*================SECTION 3===================*/
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding:40px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.ftr-logo {
	margin: 0 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{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:0 10px 0 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;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0px;
}
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: #86d199;
    padding: 8px 0 0 0;
}
.disclmr{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	border:1px solid #e1e1e1;
	padding:15px;
	margin-bottom:20px;
	}


/*****************************/
/*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: #578165;
    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 #578165;
}
.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;
}
/********************************/
.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.8);
}
.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;
    border: 2px solid #86d199;
    background: #000;
    appearance: none;
    transition: left 1sease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
}
.no-btn {
    background: #fb3434;
	border:none;
}
.yes-btn {
	
}
