@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
a:active {
	outline: none;
}
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: 300;
}
li {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*---------------------------*/
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
table, tr, td {
	border: 0;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
}
a:hover {
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.img-full {
	max-width: 100%;
}
.forMob, .forTab {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearall {
	clear: both;
	font-size: 1px !important;
	line-height: 1px !important;
	height: 1px !important;
	min-height: 1px;
}
img a, img:hover {
}
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
/*==========Header==============*/
.topStrip {
	float: left;
	width: 100%;
	background: #70bdc1;
	padding: 5px 0;
}
.topStrip .top-date {
	float: left;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
}
.top-menu {
	float: right;
}
.top-menu li {
    float: left;
    margin-right: 30px;
	font-size: 15px;
    line-height: 24px;
    color: #fff;
    position: relative;
}
.top-menu li img{
	margin:3px 9px 0 0;
	}
.top-menu li:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 4px;
	bottom: 4px;
	border-right: 1px solid #fff;
}
.top-menu li:last-child {
	margin-right: 0;
}
.top-menu li:last-child:after {
	border: none;
}
.fr-sh {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.phn-ic {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0;
}
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.header {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: -70px;
	position: relative;
	top: 70px;
	padding: 8px 0;
}
.fixed-nav .header {
	position: fixed;
	z-index: 999;
	top: 0;
	background: #fff;
	-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: 220px;
}
a.header-btn {
	float: right;
	width: 220px;
	font-size: 18px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	margin-top: 14px;
	background: #c3a472;
}
ul.mainMenu {
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
}
ul.mainMenu li {
	float: left;
	padding: 0 18px;
	border-right: 1px solid #ddd;
}
ul.mainMenu li:first-child {
	padding-left: 0;
}
ul.mainMenu li:last-child {
	border: none;
}
ul.mainMenu li a {
	float: left;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
}
ul.mainMenu li a.active, ul.mainMenu li a:hover {
	color:#03a89f;}
.hdr-rght {
	float: right;
	margin-top: 0px;
}
.hdr-rght ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
}
.hdr-rght ul li img {
	display: inline-block;
	vertical-align: middle;
}
.hdr-rght ul li:last-child {
	border-left: 1px solid #ddd;
}
.form-search {
	position: absolute;
	right: 0;
	bottom: -80px;
	padding: 10px;
	background: white;
	width: 370px;
	z-index: 9;
}
.srch-fld {
	float: left;
	width: 100%;
	background: #f8f7f5;
	height: 44px;
	padding: 5px 10px;
}
.srch-fld input {
	float: left;
	width: 80%;
	height: 100%;
	text-align: left;
	outline: none;
	-webkit-appearance: none;
	font-size: 14px;
	color: #000;
	border: none;
	background: none;
}
.srch-fld a {
	float: right;
	padding: 5px 0;
}
.srch-fld a svg {
	fill: #9d9999;
}
/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 28px;
	z-index: 16;
	height: 30px;
}
.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}
.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #0d7083;
	transition: 0.4s;
}
.bar2 {
	margin: 5px 0;
}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background: #0d7083;
}
.dl-active .bar2 {
	opacity: 0;
}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background: #0d7083;
}
.mobilemenu {
	left: 0;
	position: fixed;
	top: 120px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}
.mobimenu-top {
	top: 80px;
}
.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #000;
}
.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0;
	border-radius: 20px;
	background: #19c354;
	padding: 0;
	text-align: center;
}
.mobilemenu li:last-child a {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 12px 5px;
}
/*******************/
/********************************/
.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;
    opacity: 0.3;
    background: #000;
}
.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: #01a599;
    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 {
    float: left;
    width: 100%;
    /* background: url(../images/banner-bg.jpg) no-repeat center top; */
    background: linear-gradient(120deg, #e4e4e4 60% 60%, #6dbec1 60% 60%);
    padding: 60px 0;
    overflow: hidden;
    height: 556px;
}
.banr-left{
	float: left;
    width: 45%;
	padding: 15px 0;
    text-align: left;
}
.bnr-prodt{
	position: absolute;
    right: 0;
    top: 0;
    max-width: 620px;
    border: 10px solid #01a599;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 52px;
    line-height: 62px;
    color: #282828;
    /* letter-spacing: 0.5px; */
    padding-bottom: 0;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
	}
.bnrHdng span{ color:#0aa49c; display:block;}

.bnr-txt1{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    margin-top: 18px;
    font-weight: 400;
	}
.btn-bx{

	}
.bnr-left .btn-bx{ margin-top:20px;}
.comn-btn{
	display: inline-block;
	vertical-align: top;
	max-width: 220px;
	width: 100%;
	margin-top:45px;
	text-align: center;
    height: 54px;
    background: #01a599;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 0px;
    text-shadow: 0 0 3px rgb(0 0 0 / 30%);
    padding: 15px 0;
    font-family: inherit;
    cursor: pointer;
	}
	
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px -10px 0 18px;
	}
.btn-txt{
	font-size:14px;
	line-height:22px;
	color:#0c5461;
	width:100%;
	float:left;
	}
.btn-txt:before, .btn-txt:after{
	content:'';
	width:60px;
	height:1px;
	background:#c4d2d7;
	display:inline-block;
	vertical-align:top;
	margin:12px 8px 0 0;
	}
.btn-txt:after{margin:12px 0 0 8px;}
.bnr-prod {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 1;
    max-width: 440px;
}
/*================BANNER STRIP===================*/
/*============================*/
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:50px 0 20px;
	border-bottom:1px solid #dfdfdf
	}
.promise-hdng{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#0c5461;
	font-family: 'Poppins', sans-serif;
	background:url(../images/proms-hdline.png) no-repeat center center;
	}
ul.promise-list{
	float:left;
	width:100%;
	margin-top:25px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.promise-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
	}
ul.promise-list li img {
    display: block;
    margin: 0 auto 6px;
	}
ul.promise-list li p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
	}
/*=============sectionTwo============*/
/**********************************************/
.sectionOne{
	float:left;
	width:100%;
	padding:40px 0 15px;
	}
.sub-hdng{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-family: 'Poppins', sans-serif;
    margin-top: 16px;
    font-weight: 400;
	}
.comnHdng{
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
	}
.comnPara{
	display: inline-block;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#141414;
	margin-top:25px;
	letter-spacing:0.3px;
	}
.comnpdng{ padding:0 100px;}
/**********************************************/
.sectionTwo{
	float:left;
	width:100%;
	padding:40px 0;
	overflow:hidden;
	}
.hdg-line{
	display: inline-block;
    vertical-align: middle;
    margin: 20px 0 5px;
    max-width: 100%;
	}
ul.s2-list{
	float: left;
    width: 100%;
    margin-top: 0px;
    padding: 10px 30px;
    box-shadow: 0px 0px 5px #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}

ul.s2-list li{
	float: left;
    width:30%;
    padding: 0px 0px 0px 60px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #8d8d8d;
    border-right: 1px solid #d9d9d9;
    position: relative;
    text-align: left;
	}
ul.s2-list li span{
	display:block;
	font-weight:500;
	font-size:18px;
	line-height:28px;
	color:#282828;
	text-transform: capitalize;
	}
ul.s2-list li img{
	position:absolute;
	top:0;
	left:0;
	}
ul.s2-list li:last-child{ border:none; margin-right:0;}

.s2-mdl-box{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-top: 50px;
    column-gap: 15px;
}
.s2-prodBx-col{
	float: left;
    width:32%;
    text-align: left;
    border: 1px solid #f3f3f3;
    padding: 15px 20px 25px;
    position: relative;
    background: #f3f3f3;
	transition: all 0.3s;
	border-radius:10px;
}
.s2-prodBx-col:before {
    content: "";
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    height: 70px;
    background: rgb(1 165 153 / 38%);
}
.s2-prodBx-col:hover:before{
	background:#fff;
	left: 10px;
    right: 10px;
    height: 160px;
}
.s2-prod {
    display: block;
    margin: 5px auto 5px;
    max-width: 80%;
    position: relative;
    z-index: 9;
}
.s2-prod:nth-child(2), .s2-prod:nth-child(3), .s2-prod:nth-child(4), .s2-prod:nth-child(5) {
    position: absolute;
    max-width: 140px;
    z-index: 5;
    left: 80px;
    top: 30px;
}
.s2-prod:nth-child(3) {
    left: auto;
    right: 80px;
}
.s2-prod:nth-child(4), .s2-prod:nth-child(5) {
    z-index: 0;
    max-width: 120px;
    top: 40px;
    left: 50px;
}
.s2-prod:nth-child(5) {
    left: auto;
    right: 50px;
}
.prd-seal {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.s2-prd-name{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #01a599;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.s2-prd-name span {
    display: block;
}
.s2-prd-rvw{
	float:left;
	width:100%;
	font-size:13px;
	line-height:20px;
	color:#606060;
	margin-top:10px;
	}
.s2-prd-rvw img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
.s2-prd-prc{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#01a599;
	font-family: 'Poppins', sans-serif;
	margin-top:10px;
	letter-spacing:0.3px;
	font-weight:700;
	}
.s2-btn {
    font-size: 18px;
    line-height: 24px;
    color: #01a599;
    border: 1px solid #01a599;
    margin-top: 20px;
    background: none;
    text-shadow: none;
	transition:all 0.3s;
}
.s2-prodBx-col:hover{
	box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
	transition: transform 4.5s;
    -webkit-transition: transform 4.5s;
	background: #333;
	}
.s2-prodBx-col:hover .s2-btn{
	background:#0e7a8c;
	color:#fff;
	border:1px solid #0e7a8c;
	}

/*================SECTION 2===================*/
/*================start section3===================*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f7f6f4;
	position:relative;
	overflow:hidden;
	}
.s3-left{
	float: right;
    width: 54%;
    padding: 40px 0;
    text-align: left;
}
.sec3-prodt{
	position: absolute;
    left: 0;
    top: 0;
    max-width: 480px;
    border: 10px solid #01a599;
	}
.comn-price{
	float:left;
	width:100%;
	margin: 15px 0 0;
	font-size:47px;
	line-height:54px;
	color:#fffc00;
	font-weight:600;
	}
.comn-price span{ 
	color:#fff;
 	font-weight:400; 
	font-size:36px;
	line-height:42px;}
.s3-img{
    position: absolute;
    right: 330px;
    top: 0px;
    max-width: 340px;
    width: 100%;
}
.s3-lst {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.s3-lst li {
    float: left;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-right: 20px;
    padding-left: 25px;
	font-weight: 700;
}
.s3-lst li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    border-right: 1px solid #ccc;
}
.s3-lst li img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 20px;
}
.s3-lst li:last-child{margin-right:0;}
.s3-lst li:last-child:after{border:none;}
.magn70{ margin-top:80px;}
/*================SECTION 3===================*/
.sec3 {
	padding: 80px 0;
	text-align: center;
	float:left;
	width:100%;
}
ul.s3list {
	padding: 14px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
ul.s3list li {
	width: 19%;
    margin: 20px 5px 0px 0;
    display: inline-block;
    vertical-align: top;
	position:relative;
	overflow:hidden
}
ul.s3list li img{ max-width:100%}
ul.s3list li:last-child {
	margin-right: 0;
}
ul.s3list li .p-ttxt{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	bottom: 45px;
	left: 25px;
	}
/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-chooseBx{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 22px;
    row-gap: 20px;
    margin-top: 35px;
	}
.s4-col, .s4-co2, .s4-co3, .s4-co4, .s4-co5, .s4-co6{
	background:url(../images/s4-lst-bg1.jpg) no-repeat center top;
	height:368px;
	width:368px;
	text-align:center;
	float:left;
	position:relative;
	}
.s4-co2{
	background:url(../images/s4-lst-bg2.jpg) no-repeat center top;}
.s4-co3{
	background:url(../images/s4-lst-bg3.jpg) no-repeat center top;}
.s4-co4{
	background:url(../images/s4-lst-bg4.png) no-repeat center top;}
.s4-co5{
	background:url(../images/s4-lst-bg5.png) no-repeat center top;}
.s4-co6{
	background:url(../images/s4-lst-bg6.png) no-repeat center top;}
.s4-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s4-co2 .s4-cont span{
	color:#fff;
	}
.s4-cont2{
        float: left;
    width: 100%;
    background: rgb(14, 122, 140, 0.8);
    padding: 20px 20px;
    visibility: hidden;
    position: absolute;
    bottom: -47px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.s4-col:hover .s4-cont2, .s4-co2:hover .s4-cont2, .s4-co3:hover .s4-cont2, .s4-co4:hover .s4-cont2, .s4-co5:hover .s4-cont2, .s4-co6:hover .s4-cont2{
    visibility: visible;
    bottom:0;
	}
.s4-price{
	float: left;
    width: 40%;
    font-size: 24px;
    line-height: 34px;
    color: #fffc00;
    font-weight: 600;
	text-align:left;
	}
.s4-price span{
	color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
	}
.s4-btn {
	max-width: 150px;
	float: right;
	background: none;
	font-size: 20px;
	line-height: 30px;
	text-decoration: underline;
	margin-top: 0;
	padding: 0;
	height: auto;
}
.s4-cont{
    float: left;
    width: 100%;
    background: none;
    padding: 21px 0 0;
	background:none;
	}
.s4-icon{
	display:block;
	margin:-30px auto 15px;
	background:#fbfcfc;
	width:70px;
	height:70px;
	position:relative;
	border-radius:50%;
	padding:15px 5px;
	box-shadow:2px 3px 9px 1px rgba(0,0,0,0.1);
	}
.s4-icon img{ max-width:100%;}
.s4-cont span{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	}
.s4-cont p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    margin-top: 10px;
    letter-spacing: 0.3px;
}
/*******************************************/
.prodct-sec {}
.prodct-sec .comnPara {width: 60%;}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 170px;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
	}
.ftr-cont-info li{
	display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 300;
    position: relative;
    padding: 0 0px;
    line-height:28px;
    width: 100%;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0 0;
	}
.ftr-cont-info li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cont-info li:last-child:after{
	display:none;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 20px 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;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #464646;
	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;
	}

/*MOBILE MENU*/#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: #076f82;
	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: #076f82;
    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;
}

/*-------------- */
.prd_quantity {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    background: #333;
    padding: 10px;
}
.prd_quantity p {
    display: inline-block;
    vertical-align: middle;
}
.wan-spinner2 {
    display: inline-block;
    vertical-align: middle;
}
.wan-spinner2 .minus,
.wan-spinner2 .plus,
.wan-spinner2 input {
  height: 38px;
  float: left;
  line-height: 1em;
  padding: 0 3px;
  text-align: center;
  border: none;
  line-height:38px;
  margin:0 1px;
  font-size:18px;
  color:#5d5d5d;
  background:#fff;
}

.wan-spinner2 input {
  margin: 0;
  width: 20px;
}

.wan-spinner2 .minus,
.wan-spinner2 .plus {
  color: #5d5d5d;
  cursor: pointer;
  text-decoration: none;
  width: 35px;
}

/*********** spinner end *************/

/*****************************/
/*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: #0d7083;
    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 #0d7083;
}
.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: 26px;
	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;
}