@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:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: 'Albert Sans', 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;
}
.container {
	width: 1172px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-strip{
	float:left;
	width:100%;
	background:#20366c;
	padding:6px 0;
	}
.top-strip p{
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:400;
	letter-spacing:0.5px;
	float:left;
	padding:4px 0;
	}
ul.stripList{
	float:right;
	}
ul.stripList li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
ul.stripList li a{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
	}
ul.stripList li a img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}


.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;
	-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	}
.fixed-nav .header{
	position: fixed;
	z-index:65;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	}				
.logo{
	    float: left;
    margin-top: 5px;
    max-width: 265px;
	}
ul.topMenu{
	display: inline-block;
	margin: 16px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 15px;
	}
ul.topMenu li a{
	color: #293351;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
	}
.d-menu-ic {
	display: inline-block;
	vertical-align: middle;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#04c1af;}
a.header-btn{
    float: right;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 152px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 9px;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #04c1af;
	}

/*==mob-mnu-ic==*/	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 20px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 27px;
    height: 4px;
    background-color: #04c1af;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
	}
.bar2{margin:5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:18px 20px 15px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/************BANNER************/
.banner {
    float: left;
    width: 100%;
    padding:60px 0;
    background: url(../images/bg-bnr.jpg)#fff no-repeat center top;
    height: 645px;
	overflow:hidden;
}
.bnr-content {
	width: 100%;
	float: left;
	position: relative;
}
.product-bnr {
	display:none;
/*    position: absolute;
    top: 340px;
    right: 36%;
    max-width: 250px;
*/}
.bnr-lft {
	    width: 48%;
    float: left;
    text-align: left;
    padding: 65px 0px 0 0;
}
.bnr-model{
	position:absolute;
	left:-30px;
	top:0;
	}
.bnr-prodt, .bnr-prodt1 {
    position: absolute;
    top: 344px;
    right: 21%;
    max-width: 434px;
    z-index: 9;
}
.bnr-prodt1 {right: 44%;}
.bnr-vegi{
	position: absolute;
    right: -30px;
    top: 258px;
	}
.bnr-lft .cmntxt{
    width: 94%;
    font-size: 18px;
    color: #282828;
    line-height: 31px;}
.p1-bnr {
	    float: left;
    width: 100%;
    color: #36373b;
    font-size: 54px;
    line-height: 64px;
    text-transform: capitalize;
    font-weight: 600;
}
.p1-bnr span {
	    display: block;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
	}
.bnr-inr-box{
	    display: inline-block;
    width: 94%;
    text-align: center;
    position: relative;
    margin: 18px 0 0;
	}
.bnr-erw-txt{
	float: left;
    width: 100%;
        color: #000;
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
	}
.left-arw-ofr {
   position: absolute;
    left: 86px;
    top: 5px;
    max-width: 36px;
}
.rgt-arw-ofr {
    position: absolute;
    right: 109px;
    top: 5px;
	max-width: 36px;
	}			
.bnr-para{
	    font-size: 17px;
    line-height: 28px;
    color: #191919;
    width: 100%;
    margin-top: 7px;
    float: left;
}
.bnr-para span {
        display: block;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #da2d28;
    padding-bottom: 4px;
}
.ofr-box-txt{
	float: left;
    width: 100%;
    padding: 15px 10px 15px 146px;
    position: relative;
    text-align: left;
    border: 2px dashed #002d79;
    border-radius: 12px;
    margin: 21px 0 0;
	background: #fff;

	}
.bnr-bal-food{
	    position: absolute;
    top: 16px;
    left: 10px;
	}	
.p3-bnr {
        display: inline-block;
    width: auto;
    color: #2c2d2b;
    font-size: 22px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    background: #e8eeff;
    padding: 8px 40px 8px 55px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    position: relative;
}
.p3-bnr:before{
	position:absolute;
	content:"";
	background:#04c1af;
	height:13px;
	width:13px;
	border-radius:50%;
	top:20px;
	left:25px;
	}
.btn1-buy, .show-btn, .continue-shpbtn, .proceed-chkbtn, .submit-btn,.cont-submit-btn, .btn1-btn, .add-to-cart-sing, .continue-btn, #browse {
        margin: 36px auto 0;
    display: inline-block;
    background: #04c1af;
    font-size: 19px;
    line-height: 52px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: inherit;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: 280px;
    height: 52px;
    text-align: center;
}
.btn1-btn {
	width: 30%;
    background: #fff;
    color: #04c1af;
}
.btnarrow{ margin: 0px 0 -2px 15px; display: inline-block;}
/***********BNR SUB SECTION**************/
.bnr-sub-section{
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 0px 0 30px
	}
.hd-tx{
	    text-align: center;
    font-size: 110px;
    line-height: 120px;
    font-weight: 700;
    color: #e2e4e4;
    top: 180px;
    left: -13%;
    position: absolute;
    transform: rotate(-89deg);
}
.bnr-sub-inr2{
    display: inline-block;
    width: 100%;
    position: relative;
	}
/*.bnr-sub-inr2:before, .bnr-sub-inr2:after {
    position: absolute;
    content: "";
    top: 0;
    left: -175px;
    bottom: 0;
    width: 175px;
    background: #f5f6fc;
}
.bnr-sub-inr2:after {
    left: auto;
    right: -500px;
    width: 500px;
}
*/
.bnr-sub-inr{
    float: right;
    width: 48%;
    padding: 100px 0px 140px 0;
    text-align: left;
	}
.bnr-sub-box{
	float:left;
	width:100%;
	padding:20px 0 0;
	border-top:1px solid #222222;
	}
.bnr-sub-box .comn-hdng{ text-align:left; width:60%;}		
.list{
    float: left;
	width: 100%;
    margin-top: 25px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.list li{
	float: left;
    width: 50%;
    text-align: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 20px 66px 20px 138px;
    font-weight: 400;
	background:#6da31a;
}
.list li:last-child{ background:#151422;}
.list li img{
	position: absolute;
    left: 38px;
    top: 32px;
	}
.list li span{
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 6px;
	}
.prodt-bnr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; max-width:100%;}
.prodt-leaf{
	position: absolute;
	top:0;
	left:-10%;
	}
.prodt-bnr1, .prodt-bnr2{
    position: absolute;
    top: 250px;
    right: 130px;
    max-width: 160px;
    z-index: 9;
	}
.prodt-bnr2{
	z-index: 1;
    right: 25px;
    top: 260px;
    max-width: 150px;
	z-index:1;
	}	
.sub-prodt, .sub-prodt1 {
	position: absolute;
    top: 295px;
    left: 0;
    max-width: 396px;
    z-index: 9;
    transform: rotate(0deg);
	}
.sub-prodt1 {
    left: 4%;
    transform: rotate(0deg);
    top: 300px;
    max-width: 156px;
	}
/*.btn1-buy:hover{color:#000;}*/
/***********STRIP1**************/
.strip1 {
    float: left;
    width: 100%;
    background: url(../images/strip-bg.jpg) no-repeat center top;
    height: 352px;
    position: relative;
    padding: 60px 0;
}
.strip1in {
	display:inline-block;
	width: 100%;
	position: relative;
	text-align:center;
}
.strip1in .comn-hdng{ color:#fff;}
.strip1in .cmntxt{ color:#fff; width:88%;}
.strip1in ul {
	width: 100%;
    float: left;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
    column-gap: 10px;
	position:relative;
}
.strip1in ul:after {   
    position: absolute;
    content: "";
    height: auto;
    width: 60%;
    border-top: 1px solid #04c1af;
    top: 48px;
	}
.strip1in ul li {
	float: left;
    width: 32%;
    padding: 0px 30px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
	font-weight:300;
    color: #000000;
	position:relative;
	
}
.strip1in ul li span{
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
	}
.ic-strip {
	display:block;
	margin:0 auto 15px;
	z-index:9;
	position:relative;
}
.strip1in ul li:after{
    position: absolute;
    content: url(../images/strip-li-dot.png);
    height: 20px;
    width: 20px;
    top: 39px;
    right: 0;
    z-index: 1;
	}
.strip1in ul li:last-child:after{ display: none;}
.shape-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -31px;
	margin: 0 auto;
}
/************SECTION1************/
.section1 {
	float: left;
    width: 100%;
    padding: 60px 0 60px;
    background: linear-gradient(180deg, #f8faff 62% 62%, #fff 62% 62%);
    overflow: hidden;
}
.s1-inr-lft{
	float: left;
	width:48%;
	text-align:left;
	margin-top:30px;
	}
.s1-inr-rit{
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
	}
.s1-inr-rit .cmntxt{ width:88%;}
.s1-inr-lft2{
	float:left;
	width:600px;
	margin-top:65px;
	}
.s1-img{
    position: absolute;
    top: 275px;
    right: 190px;
	}
.s1-prodt{
	position: absolute;
    left: 0%;
    top: 140px;
    max-width: 200px;
    z-index: 1;
	}
.s1-prodt2{
	position: absolute;
    left: 10%;
    top: 118px;
    max-width: 220px;
    z-index: 1;
	}	
.sec1-in {
    float: right;
    width: 67.5%;
    text-align: left;
    padding: 75px 40px;
    background: #f9f1f8;
    border-radius: 10px 10px;
    margin: 58px 0 0;
    z-index: 9;
    position: relative;
}
.model-sec1 {
    position: absolute;
    top: 0;
    left: -125px;
}
.model2-sec1 {
    position: absolute;
    top: -126px;
    right: -178px;
    z-index: 9;
}
.hdng1div {
}
.hdng1div1 {
	width: 61%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}
.p1-sec1 {
	padding: 0 25px 0 0;
	background: #fff;
	color: #04c1af;
	text-align: left;
	width: auto;
	display: table;
}
.comn-hdng {
    width: 100%;
    float: left;
    font-size: 36px;
    line-height: 46px;
    color: #36373b;
    font-weight: 600;
    margin-top: 0px;
    text-transform: capitalize;
}
.comn-hdng span{
	    display: block;
    font-size: 29px;
    line-height: 49px;
    color: #6da31a;
    font-weight: 400;
    margin-bottom: 0;
}
.comn-hdng2{       
    width: 92%;
    line-height: 50px;
    background: none;
    color: #1b231b;
    font-size: 40px;
    font-weight: 600;
}
.bnr-sub-inr .comn-hdng2 span{ color: #39a5d2;
    display: block;}
.p2-sec1 {
	text-align: left;
	
}
.cmntxt {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	margin-top: 18px;
	color: #1d1d1d;
	font-weight: 500;
}

.p3-sec1 {
	width: 86%;
    float: left;
    line-height: 30px;
}
ul.list-sec1 {
    width: 100%;
    float: left;
    margin: 26px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
    column-gap: 10px;
}
ul.list-sec1 li {
	width:48%;
    float: left;
    font-size: 16px;
    line-height: 26px;
	color:#000000;
	padding:0 10px 0 45px;
	position:relative;
	text-align:left;
	background: url(../images/s1-tik-icon.png) no-repeat left top 5px;
}
ul.list-sec1 li span{
    display: block;
    font-size: 21px;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ic-sec1 {
	margin: 0 auto 10px;;
	display:block;
	filter: hue-rotate(302deg);
}
ul.list-sec1 li:last-child{}

ul.s1-list{
    width: 100%;
    float: left;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 15px;
}
ul.s1-list li {
	float: left;
	width: 32%;
	margin: 0px;
	text-align: left;
	position: relative;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	color: #1d1d1d;
	background: #fff;
	border-radius: 10px 10px;
	box-shadow: 0px 9px 7px -3px #bbb;
	padding: 40px 25px;
}
ul.s1-list li:nth-child(4){
}
ul.s1-list li span{
        display: block;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 0 10px;
	}
ul.s1-list li img{
    display: block;
    max-width: 100%;
    margin: 0px 0 25px;
	}
/************SECTION2************/
.section2 {
	float: left;
	width: 100%;
	padding:60px 0px;
	background: #fff;
}
.section2 .btn1-buy{    width: 240px;}
.section2  .comn-hdng span{}
.section2 .cmntxt{ width:78%;}
.hdng1div2 {
	width: 70%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #04c1af;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
	    width: 80%;
    display: inline-block;
    margin-top: 12px;
    text-align: center;
}
.sec2-in, .sec2-in1 {
    float: left;
	width: 100%;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 28px;
    column-gap: 23px;
}
.prod-div-sec2 {
    width: 23.5%;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 0px;
    padding: 0px 0px 15px;
	background:#fff; 

}
.prod-div-sec2 a{ float:left; width:100%;}

/*.prod-div-sec2:before{
	content:"";
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	height:55%;
	background:#f3f3f3;
	}*/
.sec2-in .prod-div-sec2:last-child {}
.s2detls {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 0px 0px 0;
	position: relative;
	z-index: 1;
}
.padd1-sec2 {}
.mrgn1-sec2 { margin-left: 30px;}
.p4-sec2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 21px;
    line-height: 31px;
    height: auto;
    font-weight: bold;
    padding: 0px 0px;
}
.p5-sec2 {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	margin: 0px 0 0;
	padding: 0px 0 0px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	text-align: left;
}
.p5-sec2 span{ 
	display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    /* width: 100%; */
    margin: 0 0 0;
}

.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin: 12px 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
.prod-divin-sec2 {
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0 15px;
    background: #edf2ff;
    border-radius: 10px;
}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width:140px;
}
.prod-sec3{
	position: relative;
    /* display: inline-block; */
    z-index: 7;
    left: auto;
    right: 16%;
    max-width: 104px;
	}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 88px;
    left: 20%;
    top: 30px;
}
.prod-sec2:nth-child(3) { left: auto; right:20%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 10%; max-width: 80px; top: 40px;}
.prod-sec2:nth-child(5) {left: auto;right:10%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) { z-index: 0; left: 2%; max-width: 75px; top: 45px;}
.prod-sec2:nth-child(7){left:auto; right:0%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
       float: left;
    color: #4b83fc;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    position: relative;
}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.btn-sec2 {
    margin-top:20px;
}
/***********prlx-strip************/
.prlx-strip {
	width: 100%;
	float: left;
	padding: 58px 0 40px;
	background: url(../images/bg-prlx1.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	box-sizing: border-box;
}
.strip-inner {
    display: inline-block;
    width: 80%;
}
.p1-prlx {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.p2-prlx {
	color: #fff;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin: 8px auto 0;
    display: inline-block;
}
/************SECTION BNR STRIP ************/
.bnr-strip{
	float:left;
	width:100%;
	padding:45px 0;
	background:#fff;
	}
.bnr-strp-innr{
	display:inline-block;
	width:100%;
	}
ul.s3-list{
    width: 100%;
    float: left;
    margin: 10px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.s3-list li {
    float: left;
    width: 23%;
    text-align: left;
    position: relative;
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    background: #04c1af;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #bbb;
}
ul.s3-list li span{
        display: block;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 0px 0 50px;
	}
ul.s3-list li img{
	    position: absolute;
    top: 24px;
    left: 10px;
    filter: drop-shadow(0px 0px 2px #04c1af);
	}	
ul.s3-list li p{
    font-size: 18px;
    line-height: 29px;
    color: #606060;
    font-weight: 300;
	}
ul.s3-list li:nth-child(2) span{ color:#fff; }
ul.s3-list li:nth-child(2){ background:#4b83fc; }
ul.s3-list li:nth-child(2) img{filter: drop-shadow(0px 0px 2px #4b83fc);}
ul.s3-list li:nth-child(3){ background:#FF9800; }
ul.s3-list li:nth-child(3) img{filter: drop-shadow(0px 0px 2px #FF9800);}
ul.s3-list li:nth-child(4){ background:#03A9F4; }
ul.s3-list li:nth-child(4) img{filter: drop-shadow(0px 0px 2px #03A9F4);}
/************SECTION3************/
.section3 {
    float: left;
    width: 100%;
    padding: 1px 0 10px;
    overflow: hidden;
}
.s3-innr{
	display:inline-block;
	width:100%;
	text-align:center;
	background:#fff;
	position:relative;
	box-shadow:0px 0px 10px 5px #f2f2f2;
	padding:60px 50px;
	border-radius:10px;
	}
.sec3-model{
    position: absolute;
    top: 40px;
    right: 50px;
	max-width:100%;
	}
.s3-innr-lft{
	    float: left;
    width: 60%;
    text-align: left;
    padding: 25px 0;
	}
.s3-prodt, .s3-prodt1 {
    position: absolute;
    top: 112px;
    left: -3%;
    max-width: 146px;
    z-index: 9;
    transform: rotate(-28deg);
	}
.s3-prodt1 {
	left: auto;
    right: -3%;
    transform: rotate(37deg);
    top: -20px;
	}
.p-sec3 {
    width: 84%;
	display:inline-block;
}
.sec3-lft {
	    float: left;
    width: 48%;
    text-align: left;
    margin-top: 40px;
}
.s3-image{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.sec3-rgt {
	float: right;
	width:49%;
	position:relative;
	text-align: left;
}
.s3-model{
	display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    margin-top: 0;
	}
.s3-btls{
	position: absolute;
    left: -12%;
    top: 385px;
	}	
.sec3-lft-in, .sec3-rgt-in {
	width: 502px;
}
.sec3-lft-in {
	float: right;
	padding: 0 15px 0 0;
}

.sec3-rgt-in {
	float: left;
}
.p1-sec3 {
	padding: 0 20px 0 0;
	background: #04c1af;
	color: #fff;
	text-align: left;
	width: auto;
	display: table;
}
.hdng1div3 {
	width: 70%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg2-hdng1.jpg) repeat-x center center;
}
.p2-sec3 {
	text-align: left;
	color: #fff;
}
.p3-sec3 {
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 20px;
}


.ic-sec3 {
	position: absolute;
	left: 0;
	top: 0;
}
.p4-sec3 {
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.p5-sec3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 8px 0 0;
}
.mrgn1-sec3 {}
/************SECTION4************/
.section4 {
	float: left;
	width: 100%;
	padding:60px 0;
	height: auto;
	background: #fff;
}
.sec4-lft{
	float: left;
	width: 58%;
	text-align:left;
}
.sec4-rgt{
	float:right;
	width:42%;
	position:relative;
}
.rgt-btl{
    position: absolute;
    top: 90px;
    right: 32%;
    max-width: 308px;}
.p1-sec4 {
	background: #fff;
}
.p3-sec4 {
    width: 75%;
	display:inline-block;
}
ul.list-sec4 {
	width: 100%;
    float: left;
    margin:50px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
}
ul.list-sec4 li {
	    float: left;
    width: 33.33%;
    padding: 0 6px;
    text-align: left;
    position: relative;
}
.ic-sec4 {
	display:block;
	margin:0 auto 20px;
}
/*ul.list-sec4 li:after{
    position: absolute;
    content: url(../images/s4-li-line.png);
    height: 92px;
    width: 16px;
    top: 75px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
	}
ul.list-sec4 li:before{
    position: absolute;
    content: "";
    height: auto;
    width: 100%;
    border-bottom: 2px dashed #dee3ec;
    top: 124px;
    left: 50%;
    right: 0;
	transform:translateX(-50%);
	}*/
ul.list-sec4 li p {
    float: left;
    width: 100%;
    text-transform:none;
    font-size: 16px;
    line-height:26px;
   	color:#2d2d2d;
    font-weight: 300;
    margin: 0px 0 0;
    padding: 0px 0px;
   
}
ul.list-sec4 li p span{
	    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
	text-transform:capitalize;
    padding-bottom: 15px;
	}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 4px double #04c1af;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 32%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	padding: 2px 0;
	width: 100%;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left: auto;
	margin-left: -20px;
	}
.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{
	display: inline-block;
	width: 70%;
	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 {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%;
	border:none;
}
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: #04c1af;
    padding: 8px 0 0 0;
}
.disclmr{
	    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    /* background: #333; */
    color: #333;
}
.ftr-rgt {
    float: right;
    width: 100%;
}


/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 40px 0;
}
.trm-bx h1 {
	line-height: 30px;
    color: #04c1af;
    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 #04c1af;
}
.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;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx img {
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
}
.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;
}


/*=================================*/
.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);}
}


.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}

