@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
.ie6 img {width:100%;}
body {
	font-family: "Poppins", 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;
}
img{max-width:100%; vertical-align:middle; border: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 CONTAINERS BREAK POINTS
=================================*/
/*=========================
CSS FOR HEADER
===========================*/
.top-bar {
	float: left;
    width: 100%;
    background: #f9f9f9;
    height: 75px;
    margin-top: -75px;
    position: relative;
    top: 75px;
    padding: 15px 0;
	}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.intop-fix-bar {margin-bottom: 95px;}	
.inheader{		
	height:95px;	
	margin-top: -95px;
    position: relative;
    top: 95px;	
	background:#fff;
	border-bottom:1px solid #CCC;
	padding-top: 15px;
}
.fixed-nav .header, .fixed-nav .inheader{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:66px;
}
.fixed-nav .inheader{height:95px;}

/*----------------
MENU BAR CSS
-----------------*/
.logo {
    float: left;
    max-width: 200px;
}
.menu-bar {
	float: right;
    margin-top: 14px;
	}
.menu-bar li {
	float: left;
    margin-right:36px;
    position: relative;
	}
.menu-bar li.border:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #e3e3e3;
	right: -2.5px;
	top: 50px;
	}
.menu-bar li last-child:after{ display:none;}
.menu-bar li a {
	display: block;
    color: #1d1c1a;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	}
.menu-bar li:last-child {
    margin: 0;
	padding: 13px;
}
.menu-bar li img {
    position: absolute;
    top: -6px;
    left: 0;
}
.menu-bar li:nth-child(7) a {
	padding-right: 0;
	}
.menu-bar li:nth-child(1) a {
	padding-left: 0;
	}
.menu-logo {
	position: absolute;
	left: 0;
	top: 17px;
	}
.menu-bar li.logo-li {
	width: 194px;
	float: none;
	}
.menu-bar li:after {
	content: '';
    position: absolute;
    border: 1px solid #dcdcdc;
    right: -20px;
    top: 0;
    bottom: 0;
	}
.menu-bar li:last-child:after{ display:none;}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #052944;
	text-decoration: none;
	}

.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
	}
.menu-cart{
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	}

.age-pop-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0
}
/********************************/
.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:none;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border:1px solid #7a9929;
}
.yes-btn:hover, .no-btn:hover{background:#7a9929;}
/*================start banner===================*/
.banner {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    background: #C6B1DC;
    background: linear-gradient(90deg, rgba(198, 177, 220, 1) 0%, rgb(74 21 3) 50%, rgba(192, 219, 186, 1) 100%);
}
.bnr-lft {
	float: left;
	width: 550px;
	text-align: left;
}
.bnr-prod {
    position: absolute;
    right: 300px;
    top: 100px;
    max-width: 350px;
}
.bnr-p1 {
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    color: #052944;
	}
.bnr-p2 {
	    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 56px;
    margin: 7px 0 15px;
    color: #34322d;
    
}
.bnr-p2 span {
    display: block;
    font-weight: 600;
    font-size: 55px;
    line-height: 66px;
    color:#fbfdf7;
}
.bnr-p3 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #f2f1ed;
    font-weight: 300;
    padding: 10px 0px 12px;
	}
.shop-btn {
	margin-top:30px;
	display: inline-block;
    width: 250px;
    height: 55px;
    text-align: center;
    font-size: 21px;
    line-height: 52px;
    font-weight: 600;
    background:#4a1503;
    color: #fff;
    border:2px solid #080809;
    cursor: pointer;
    font-family: inherit;
}

.bnrprd {
	position: absolute;
	top: -75px;
	right: 0px;
	max-width: 512px;
}

/**********************************/
/*================start banner strip===================*/
.section-1 {
	float: left;
    width: 100%;
    padding: 100px 0 90px;
    background:#f1f1ee;
	}
.other-prd {
    padding: 50px 0;
    text-align: center;
}
.s1-lft {
	float: right;
    width:625px;
    text-align: left;
	}
.s1-p1 {
	float: left;
	width: 100%;
	font-size: 45px;
    line-height: 60px;
	color: #2d6796;
	font-weight: 600;
	letter-spacing: -0.5px;
	}
.pad-1 {margin: 10px 0 22px;}
.s1-p2 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    font-weight: 300;
    margin: 10px 0 15px;
	}
.shop-bg-no .shop-btn {
	}
.s1-img-1 {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 510px;
    border-radius: 50px;
	}
.s1-box {
	float: left;
	width: 100%;
	position: relative;
	}
.comn-hdg{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color:#356b00;
    font-weight: 600;
	}	
.comn-hdg span {
	margin-bottom: 5px;
	display:block;
    font-size: 22px;
    line-height: 32px;
    color: #052944;
	font-weight:500;
}	
.comn-txt{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    font-weight:300;
    margin: 15px 0 0;
}
/*================start section2===================*/
.section-2 {
	float: left;
    width: 100%;
    padding:50px 0 50px;
    text-align: center;
    background: #fff;
	}
.pad-2 {padding: 0 110px;}
.s2-ul {
	float: left;
    width: 100%;
    margin:30px 0 0;
    justify-content: center;
    display: flex;
    row-gap: 20px;
    column-gap: 15px;
	flex-wrap: wrap;
	}
.s2-ul li {
	float: left;
    width: 24%;
    padding: 0 12px 20px;
    position: relative;
    z-index: 1;
}
.s2-ul li::before {
  content: "";
  position: absolute;
  top:32%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #faeae4;
  z-index: -1;
  border-radius: 10%;
  box-shadow:0px 0px 10px #4a1503;
}
.s2-ul li:last-child{ margin-right:0;}
.s2prod{
	float:left;
	width:100%;
	text-align:center;
	margin-top:0px;
	}
.s2-prd-1 {
    max-width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 9;
}
.s2-prd-1:nth-child(2), .s2-prd-1:nth-child(3), .s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    z-index: 5;
    max-width: 90px;
    left: 15%;
    transform: translateX(0);
    top: 20px;
}
.s2-prd-1:nth-child(3) {
    left: auto;
    right: 15%;
}
.s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    z-index: 0;
    max-width: 80px;
    top: 30px;
    left: 8%;
}

.s2-prd-1:nth-child(5) {
    left: auto;
    right: 8%;
}

.s2-p1 {
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #393733;
    font-weight: 700;
    margin-bottom: 10px;
}
.s2-p1 span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.s2-p2 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    color: #052944;
    font-weight: 600;
	}
.s2-ul li .s2-p2 {margin: 5px 0 0;}
.s2-p3 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #2d2d2d;
	}
.s2-ul li .shop-btn {
	height: 50px;
    line-height: 48px;
    width: 90%;
    margin: 22px 0 0;
	}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
/*================start section3===================*/
.section-3 {
	    float: left;
    width: 100%;
    padding: 50px 0 70px;
    text-align: center;
    background: #f8f9fb;
	}
.sec3-top {
    float: left;
    width: 100%;
    margin-top: 30px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	
}
.sec3-top1, .sec3-top2, .sec3-top3 {
    width: 32.5%;
    float: left;
    box-sizing: border-box;
    padding: 35px 0 0 12px;
    text-align: left;
    position: relative;
    height: 230px;
    border: 3px solid #efefef;
    background: #fff;
    box-shadow: 0 0 5px #cbddff;
    border-radius: 7px;
	overflow:hidden;
}
.sec3-top1:last-child{ margin-right:0;}
.sec1-toplft {
    width: 100%;
    float: left;
}
.img-sec3 {
    position: absolute;
    right: 0;
    bottom: 0;
	max-width: 220px;
}
.sec3-top2 { margin: 0 1.2%;}
.txt4 {
    float: left;
    width: 100%;
    font-size: 26px;
    text-align: left;
    text-transform: capitalize;
}
.txt5 {
	float: left;
	width: 50%;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding: 10px 0 0;
}
/*************************/
.section-5 {
	    float: left;
    width: 100%;
    padding: 90px 0 100px;
    background: #fff;
	}
.s5-img-1 {
    position: absolute;
    left: 50px;
    max-width: 480px;
    top: -60px;
	border-radius: 20px;
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	float: left;
	width: 100%;
	padding: 50px 0;
	    background:#000000;
	}
.sec7-innr {
    float: left;
    width: 70%;
}
.sec7-innr .comn-hdg,.sec7-innr .comn-hdg span,.sec7-innr .comn-txt {
    color: #fff;
}
.s7-btn{
	margin-top: 60px;
    float: right;
    background: #fff;
    color: #052944;
}
/*------------start footer--------------*/
.lowerpart{background: #f5f5f5;float: left; width: 100%;}
footer{padding:40px 0 40px 0;  float: left; width: 100%;text-align: center;}
.ftrlogo{margin:0 auto;display:block; max-width: 240px;}
.corp-details {float: left; width: 100%; font-size: 15px; line-height: 24px; margin-top: 10px; }
.corp-details li {
	display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;}
.ftr-txt {
    display: inline-block;
    width:100%;
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 25px;
}
.ftr-txt a{
	text-decoration:underline;
	color:#000;
	}
ul.ftrlist{padding:28px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #505050;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	color:#505050;
	text-align:center;
}
ul.ftrlist li a{color:#505050;}
ul.ftrlist li:last-child{border-right:none;}
.ftrdvdr{
	margin:28px auto 26px auto;
	background:#ccdce2;
	height:1px;
	display:block;
}
.ftrtxt1{
	float: right;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftrtxt1 li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.ftrtxt1 li a{
	font-size: 15px;
    line-height: 18px;
    color: #505050;	
}
.ftrtxt1 li:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 3px;
    right: -10px;
    border-right: 1px solid #ccc;
}

.ftrtxt1 li:last-child {
    margin-right: 0;
}
.ftrtxt1 li:last-child:after {
    border: none;
}
.ftrtxt2{
	float:left;
	font-size:16px;
	line-height:18px;
	color:#727272;
	text-align:left;
}	
@media only screen and (max-width: 1179px){
.s4sldr{margin:35px 0 0 0;}
.contsubhding{font-size:18px;}
}
@media only screen and (max-width: 1023px){
/*-----------section 5--------------*/
.sec5{padding:15px 0 0 0;}
.conthding{
	font-size:31px;
	line-height:35px;
	padding:46px 0 0 0;
}
.contsubhding{
	font-size:18px;
	line-height:22px;
	padding:8px 20px 0 20px;
}
.conbxbg{
	top:97px;	
	width:50px;
}
.emailfld{width:86%;}
.email{width:66%;}
.signup{width:34%;}
/*------------start footer--------------*/
footer{padding:30px 0;}
ul.ftrlist{padding:18px 0 0 0;}
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 479px){
/*-----------section 5--------------*/
.contlft, .contrgt{padding:20px 10px;}
.conthding {
    font-size: 26px;
    line-height: 30px;  
}
/*------------start footer--------------*/
ul.ftrlist li{
	font-size:16px;
	line-height:20px;
	padding:0 5px;
	width:100%;
	border:none;
}
.ftrtxt1{
	font-size:16px;
	line-height:17px;	
}
.ftrtxt2{
	font-size:15px;
	line-height:17px;
}
}
/*******************************/
/*-============================================
CSS FOR INNER PAGE
============================================-*/
.inner-top{
	background:#4a1503;
	padding:5px 0;
	margin:18px 0 0 0;
	float:left;
	width:100%;
}
ul.inner-top-list{
	margin:0 0 0 0;
}
ul.inner-top-list li{
	float:left;
	font-size:16px;
	line-height:22px;
	text-align:left;
	color:#ffffff;
	margin:0 10px 0 0;
}
ul.inner-top-list li a{ color:#fff;}
ul.inner-top-list li:last-child{ margin:0 0 0 0;}
/*-============================================
CSS FOR SHOP PAGE
============================================-*/
.shop-sec-1{
	float: left;
    width: 100%;
    padding: 40px 0;
	overflow: hidden;
}
/******************************/
.prd-sec-1 {
    float: left;
    width: 100%;
	background:#fff;
    padding:55px 0;
}
.prd-s1-lft {
    float: left;
    width:53%;
    text-align: center;
    padding:20px 0;
    background: #efefef;
	position:relative;
}
.prd-s1-lft img {
    display: inline-block;
    max-width:450px;
    position: relative;
}
.prd-s1-lft img:nth-child(2), .prd-s1-lft img:nth-child(3), .prd-s1-lft img:nth-child(4), .prd-s1-lft img:nth-child(5){
	position: absolute;
    max-width: 240px;
    left: 15%;
    top: 60px;
    z-index: 5;
}
.prd-s1-lft img:nth-child(3){
	left:auto;
	right:15%;
}
.prd-s1-lft img:nth-child(4), .prd-s1-lft img:nth-child(5){
	    z-index: 2;
    max-width: 220px;
    left: 5%;
    top: 70px;
}
.prd-s1-lft img:nth-child(5){
	left:auto;
	right:5%;
}
.prd-lft-prc-box{
	float: left;
    width: 100%;
	margin:28px 0 0;
}
.prd-slide-div {
    width: 100%;
    text-align: center;
	float:left;
}
.prd-slide-div img {
    display: inline-block;
}
.prd-lft-row{
	float: left;
    width: 100%;
	padding:0 18px 0 0;
}
.prd-s1-lft-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 35px;
	text-align:left;
	position:relative;
	padding-left:65px;
	text-transform:uppercase;
}
.prd-s1-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prd-s1-lft-p2{
	float: right;
    color: #0d5896;
    font-size: 22px;
    line-height: 35px;
	text-align:right;
	font-weight:500;
}
.prd-s1-hr{
	float: left;
    width: 100%;
	border:none;
	height:1px;
	background-color:#d2daea;
	margin:15px 0;
}

.prd-s1-rit {
    float: right;
    width:44%;
    text-align: left;
}
.prd-s1-rit .s1-p2 {
}
.prd-s1-rit .s1-p2 span {
    display: block;
    width: auto;
    font-weight: 700;
}
.prd-s1-p1 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #2f2422;
    margin-bottom: 5px;
}
.prd-s1-p1 span {
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.prd-s1-p2{
    float: left;
    width: 100%;
    color: #34322d;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
	letter-spacing:-0.5px;
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prds1-view{
	font-size: 17px;
    line-height: 25px;
    color: #4a4a4a;
    text-align: left;
    margin: 0 0 9px 0;
    /* display: none; */
    width: 100%;
}
.prds1-view img{margin:0 10px -2px 0; display:none}
.prd-s1-p3{
	float: left;
    width: 100%;
    color: #4a4a4a;
    font-size: 30px;
    line-height: 40px;
    margin:20px 0 0;
    font-weight: 700;
}
.prd-s1-p3 img {
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
.prd-s1-ul{
	float: left;
    width: 100%;
	margin:18px 0;
}
.prd-s1-ul li{
	float: left;
    width: 100%;
	padding-left:30px;
	text-align:left;
	background: url(../images/prd-tik.png) no-repeat left 10px;
	margin:4px 0;
}
.prd-strength-row{
	float: left;
    width: 100%;
	padding:20px 0 0px;
	border-top:1px solid #ebebeb;
}
.prd-strength-p1{
	display:inline-block;
	vertical-align:middle;
    font-size: 24px;
    line-height: 28px;
    color: #24334a;
	font-weight:500;
	letter-spacing:-0.5px;
}
.prd-strength-pkg {
    display:inline-block;
	vertical-align:middle;
    text-align: left;
    position: relative;
    padding-left: 30px;
	margin-left:35px;
}
.prd-strength-pkg input[type=radio], .buyOpt-pkg input[type=radio] {
    position: absolute;
    opacity: 0;
}
.prd-strength-pkg input[type=radio] + span, .buyOpt-pkg input[type=radio] + span {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 7px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
	background: #fff;
	border:1px solid #0d5896;
}
.prd-strength-pkg p, .buyOpt-pkg p{
    float: left;
    width: 100%;
    color: #24334a;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}
.prd-strength-pkg input[type=radio]:checked + span:after, .buyOpt-pkg input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
	background: #0d5896;
    left: 4px;
    top: 4px;
}
.qty-div {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.qty-div-txt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #24334a;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.qty-div .wan-spinner2 {
    margin: 0;
    vertical-align: middle;
}
.buyOpt-row {
    float: left;
    width: 48%;
    cursor: pointer;
    position: relative;
    border: 1px solid #0d5896;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}

.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #0d5896;
	left: 4px;
    top: 4px;
}

.prd-s1-btn-row{
	float: left;
    width: 100%;
	margin:0px 0 0px;
	display: flex;
    justify-content:left;
    align-items: center;
	column-gap: 15px;
}
.pack-sec{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	row-gap: 10px;
	}
.package{
	float: left;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    width: auto;
	min-width: 32%;
}
.bundlepkg{width:100%;}
.package.active {
    background: #2d6796;
    border: 1px solid #d0f3f5;
    color: #fff;
}
.pack-sec.two-prod .package{width:48%;}
.pkgInner{
	    float: left;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
    align-items: center;
}

.pkgopt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.pack-sec.two-prod .pkgInner{
	padding-left:120px;
	}
.prd-s1-btn-row .shop-btn{
	width:50%;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.prd-cards{
	float: right;
    max-width: 100%;
    margin: 25px 0 0 0;
}
.prd-faq-box{
	float: left;
    width: 100%;
	margin-top:30px;
}
.prdrgt-list1{
	float: left;
    width: 100%;
    display: flex;
    margin: 10px 0 0px;
    flex-wrap: wrap;
    row-gap: 6px;
    justify-content: space-between;
	display:none;
	}
.ul-li-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:33px;
	text-align:left;
	font-weight:700;
	display:none;
	}	
.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;
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1187px){
	.prd-s1-lft{width: 38%;}
	.prd-s1-lft img{max-width: 100%;}
	.prd-s1-rit{width: 60%;}
}
@media only screen and (max-width: 1023px){
	.package{width:100%;}
	.pkgInner{font-size: 17px;}
}
@media only screen and (max-width: 767px){
	.prd-s1-lft, .prd-s1-rit{width: 100%; padding: 20px 0;}
	.prd-s1-lft img{max-width:300px;}
	.prd-s1-lft img:nth-child(2), .prd-s1-lft img:nth-child(3){max-width: 120px; top: 30px;}
	.prd-s1-lft img:nth-child(4), .prd-s1-lft img:nth-child(5){max-width: 100px; top: 50px;}		
	.prd-s1-lft{margin-bottom:10px;}
	.prd-s1-rit{width:100%; text-align:center; padding: 0 10px;}
	 .prd-s1-p1 {font-size: 20px;line-height: 28px;}
	 .prd-s1-p1 span {font-size: 30px;line-height: 36px;}
	.prds1-view {font-size: 16px;line-height: 22px;text-align: center; margin: 0 0 5px 0;display: inline-block;vertical-align: middle;width: 100%;}
	.prds1-view img {margin: 0 auto;display: block;}
	.prd-s1-p3 {font-size: 24px;line-height: 28px;margin-top: 10px;}
	.shop-prd {max-width: 310px;margin: 0 auto 10px;}
	.prd-s1-btn-row{flex-wrap: wrap;justify-content: center;}
	.prd-s1-btn-row .prd-cards {float: none; display: block;margin: 10px auto 0;}
	.s1-p2 {font-size: 16px;line-height: 24px;margin: 8px 0 0px;}
	.ul-li-txt {font-size: 22px;line-height: 30px;text-align: center;}
	.prdrgt-list1 li {font-size: 17px;line-height: 26px;}
	.prd-s1-btn-row .shop-btn {width: 100%;}
	.prd-sec-1 {padding: 30px 0;}
}
@media only screen and (max-width: 359px){

}

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

.inr-cont {
    float: left;
    width: 100%;
    padding: 40px 0;
	background:#fff;
}

.prd-det-sec {
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: 2px solid #f9f9f9;
}
.prd-det {
	float: left;
	width: 100%;
}
.prd-det .comn-hdg {
	margin-bottom: 0;
}
.prd-det .comn-txt {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.prd-det .comn-hdg-lft {
	float: left;
	width: 100%;
	font-size: 30px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0 3px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.prd-det .btn-box p {
	color: #000;
}
.prd-det-lft {
	float: left;
	width: 38%;
}
.prd-det-rgt {
	float: right;
	width: 57.26%;
	text-align: left;
	padding-right: 70px;
}
.prd-det-rgt small {
	font-size: 16px;
	line-height: 22px;
	color: #a3a3a3;
}
ul.prd-det-list {
	float: left;
	width: 100%;
}
ul.prd-det-list li {
	font-size: 20px;
	line-height: 26px;
	background: url(../images/tick.png) left 10px no-repeat;
	padding-left: 25px;
	text-align: left;
	margin-bottom: 15px;
}
ul.prd-det-list li span {
	font-weight: 700;
	margin-right: 5px;
}
.five-star {
    float: left;
    width: 100%;
}
.prd-det-prc {
	font-size: 38px;
	line-height: 44px;
	color: #262626;
	font-weight: 700;
	margin-top: 20px;
}
.size-guide-box {
	float: right;
	font-weight: 400;
}
.size-guide-box i {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	color: #ff0303;
	margin-top: 1px;
	margin-right: 4px;
}
.size-guide-box a {
	color: #ff0303;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}
.catagory-select {
	float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select-size {
	float: left;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catagory-select h3 {
	font-size: 24px;
    line-height: 28px;
    color: #24334a;
    font-weight: 500;
    letter-spacing: -0.5px;
	margin-bottom: 15px;
	display: inline-block;
    vertical-align: middle;
}
.catagory-select  .inner {
    display: inline-block;
    vertical-align: middle;
}
.select-size a {
	padding: 10px 20px;
	border: 1px solid #eaeaea;
	color: #333;
	line-height: normal;
	min-width: 28px;
	text-align: center;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.select-size a.active {
	background-color: #333333;
	color: #fff;
}
.selector-level {
	color: #000;
	margin-top: 0;
	display: block;
	width: 100%;
	font-size: 20px;
}
.prd_quantity {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
    float: left;
    width: 100%;
    column-gap: 20px;
}
.prd_quantity p {
	padding-top: 8px;
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
}
.input-counter {
	width: 170px;
	float: left;
	padding: 2px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 20px 0;
}
.input-group-prepend, .input-group-append {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	color: #2d2d2d;
	font-family: 'Overpass', sans-serif;
	padding: 10px 0 15px;
}
.input-group-append {
	border-right: 1px solid #e1e1e1;
}
.input-group-prepend {
	border-left: 1px solid #e1e1e1;
}
.input-counter input[type="text"] {
	border: none;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #2d2d2d;
	outline: none;
	font-family: 'Overpass', sans-serif;
}
.input-counter button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.prd-det-btn {
	float: left;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align: left;
}
.prd-det-s1 {
	background: #f9f9f9;
	float: left;
	width: 100%;
	position: relative;
}
.prd-det-s1-lft {
	float: left;
	width: 50%;
	text-align: left;
	padding: 60px 50px 80px 0;
}
.prd-det-s1-rgt {
	width: 50%;
	background: url(../images/oil-btl-bg.jpg) left top no-repeat;
	float: right;
	padding: 30px 0 0 0;
}
.capsule-det-s1-rgt {
	background: url(../images/capsule-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.gummies-det-s1-rgt {
	background: url(../images/gummies-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.rub-det-s1-rgt {
	background: url(../images/rub-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.oral-spray-det-s1-rgt {
	background: url(../images/oral-spray-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.aplpe-cream-det-s1-rgt {
	background: url(../images/aplpe-cream-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.rollon-det-s1-rgt {
	background: url(../images/roll-btl-bg.jpg) left top no-repeat;
	background-size: cover;
}
.serum-det-s1-rgt {
	background: url(../images/serum-btl-bg.jpg) left top no-repeat;
	background-size: cover;
}
.prd-det-s1 .page-btn {
}
.prd-det-s1-lst {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #2d2d2d;
	position: relative;
	margin-bottom: 30px;
}
.prd-det-s1-lst span {
	margin: 0 10px;
}
.det-prd-img {
	float: left;
	margin: 0 20px 20px 0;
}
.benfits {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #f9f9f9;
}
.ben-inr {
	position: relative;
	margin: 20px 0;
	float: left;
	width: 100%;
}
.ben-prd {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
ul.ben-list {
	width: 31.62%;
}
ul.ben-list li {
	border: 1px solid #ebeef7;
	padding: 25px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	margin-top: 25px;
}
ul.ben-list li img {
	margin-bottom: 8px;
}
ul.ben-list li h3 {
	font-size: 20px;
	line-height: 24px;
	color: #1e1e1e;
	font-weight: 700;
	margin-bottom: 10px;
}
ul.ben-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 49px;
	height: 7px;
	background: url(../images/fade-dot-img.png) right center no-repeat;
}
ul.ben-list.fl li:after {
	right: -49px;
}
ul.ben-list.fr li:after {
	left: -49px;
}
ul.ben-list li:first-child:before {
	content: '';
	position: absolute;
	background: url(../images/dot-img.png) bottom center no-repeat;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	height: 25px;
	width: 5px;
}
.ben-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 480px;
}
.prd-det-s5 {
	background: #f9f9f9;
}
.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}
.cart-lft {
	width: 60%;
	float: left;
}
.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.cart-col1 {
	width: 10%;
	padding-top: 45px;
}
.cart-remv {
	cursor: pointer;
}
.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}
.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}
.cart-col3 {
	width: 15%;
}
.cart-col4 {
	width: 25%;
	padding-top: 40px;
}
.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.cart-col5 {
	width: 15%;
}
.cart-col3, .cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #005a39;
	padding-top: 45px;
}
.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-rgt {
	width: 34%;
	float: right;
}
.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}
table.prc-list {
	float: left;
	width: 100%;
}
table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}
table.prc-list tr td:first-child {
	text-align: left;
}
table.prc-list tr td:last-child {
	text-align: right;
}
table.prc-list tr:last-child td {
	border-bottom: none;
}
table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}
table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}
.cart-det-btn {
	width: 310px;
}
.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}
.inp-coup input[type='text']:placeholder {
 font-size:16px;
 line-height:20px;
 font-family: 'Overpass', sans-serif;
}
.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}
.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}
.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}
.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.chk-inr-lft {
	width: 57%;
	float: left;
}
.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.frm-hdg {
	float: left;
	width: 100%;
	background: #005a39;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}
.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Overpass', sans-serif;
	text-transform: uppercase;
}
.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}
.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 300;
}
.frm-field input[type="text"], .frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-family: 'Overpass', sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}
.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}
.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}
.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}
.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}
.frm-checkbox + span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}
.frm-checkbox:checked + span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}
.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.half {
	width: 48% !important;
}
.full {
	width: 100% !important;
}
a.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}
.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}
.chk-btn, .mny-back-100, .secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.chk-btn {
	margin: 40px auto 10px;
}
.secur-logo {
	margin: 25px auto;
}
.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}
.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}
.chk-prc-bx-hdg {
	color: #005a39;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}
table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}
table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}
table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.chk-prd-det tr:last-child td {
	border-bottom: none;
}
table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}
.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}
ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}
ul.chk-list li:nth-child(3), ul.chk-list li:last-child {
	border-right: none;
}
ul.chk-list li img {
	display: block;
	margin: 10px auto;
}
.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}
.chk-mny-bck h3 {
	color: #005a39;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 10px 0 0;
}
.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}
.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}
.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.chk-tsti {
	width: 100%;
	margin: 0 auto;
}
.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}
.chk-tsti-bx img {
	margin-bottom: 10px;
}
.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}
.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #005a39;
	font-weight: 500;
	margin-bottom: 10px;
}
.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}
.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #005a39;
	font-weight: 500;
}
.resour-pg {
	margin: 30px 0 45px;
}
.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.resour-inr .comn-hdg {
	font-family: 'Overpass', sans-serif;
	color: #2b2b2b;
}
.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}
.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}
.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}
.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #6baf24;
}
.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #005a39;
	border-bottom: 2px solid #005a39;
	text-align: left;
	margin: 60px 0 20px;
}
.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #005a39;
	margin: 15px 0;
}
.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}
.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}
.faq-sec {
	width: 100%;
	float: left;
}
/*********************ACCORDION SECTION**********************/
.accordion-container {
	display: inline-block;
	margin: 30px 0 60px;
	padding: 0 15px;
}
p.txt1 {
	margin: 10px 0;
}
.accordion {
	box-sizing: border-box;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
	padding: 15px 25px 15px 50px;
	width: 100%;
	margin-right: 20px;
	border: 1px solid #cef5eb;
	letter-spacing: -0.5px;
	border-bottom: none;
}
.accordion-open {
	background: url(../images/ahov2.jpg), url(../images/faq-sel-img.jpg);
	background-position: right center, 22px center;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 1px solid #cef5eb;
	color: #005a39;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
}
.accordion-close {
	background: url(../images/acord2.jpg), url(../images/faq-un-sel-img.jpg);
	background-position: right center, 20px center;
	background-repeat: no-repeat, no-repeat;
	border-radius: 5px;
	margin: 5px 0;
	border: 1px solid #cef5eb;
	;
}
.acdn-content {
	box-sizing: border-box;
	color: #3e3e3e;
	float: left;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	padding: 15px 60px 20px 20px;
	width: auto;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #cef5eb;
	;
	border-top: none;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	width: 100%;
}
.acdn-content p {
	font-size: 18px;
	line-height: 26px;
}
.acdn-content ul {
	float: left;
	padding-left: 40px;
	width: 100%;
}
.acdn-content ul li {
	list-style: disc;
	font-size: 16px;
}
.contact-inr {
	padding: 30px 0 50px;
}
ul.contact-list {
	display: block;
	margin: 0 auto;
	width: 100%;
}
ul.contact-list li {
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
	/* padding-left: 75px; */
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
	display: inline-block;
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
	text-align:center;
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
a.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}	
/***************************************/
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
a.bnrbtn, a.s1btn, a.s2inbxbtn, .cont-btn, a.pkgbtn, a.prdbtn{
	height:51px;
	width:230px;
	background:#3ab72b;
	box-sizing:border-box;
	border-radius:30px;
	outline:none;
	display:inline-block;
	margin:36px 0 0 0;
	font-weight:bold;
	font-size:23px;
	line-height:51px;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer;
}
a.s1btn, a.s2inbxbtn{margin:38px 0 0 0;}
a.pkgbtn{
	height:66px;
	width:340px;
	line-height:66px;
	margin:0px 0px 0 0;
}
a.prdbtn{
	height:46px;
	width:90%;
	line-height:46px;
	margin:20px auto 0 auto;
	font-size:20px;
}
.btnarrow{margin:0 0 0 10px;}
.cont-btn{
	display:block;
	margin:30px auto 0 auto;
}

/*==============contact===========*/
.contact{
	float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:center; padding:80px 0 0 0;}
ul.cont-list1{
	margin: 15px 0 0px 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.cont-list1 li{
	float: left;
    width: 32%;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    flex: 1 1 350px;
}
ul.cont-list1 li:nth-child(2){width:30%;}
ul.cont-list1 li img{
	display:block;
	margin:0 auto 0 auto;
	filter: grayscale(1);
}
.cont-list1-p1{
	font-weight: 600;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 5px 0 0 0;
}
.cont-list1-p2{
	font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #4b4d4a;
}
.cont-frm{
	width: 80%;
    display: flex;
    margin: 0px auto 0;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	font-family: inherit;
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b8b8b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8b8b8b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8b8b8b;
}

@media only screen and (max-width: 1023px){
.cont-frm {width: 100%;}	

}
@media only screen and (max-width: 767px){
.contact {padding: 30px 0;}	
ul.cont-list1 {
    margin: 0px 0 0 0;
	justify-content: center;
    row-gap: 2px;
}	
ul.cont-list1 li, ul.cont-list1 li:nth-child(2), ul.cont-list1 li:nth-child(1) {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
}
.cont-list1-p1 {font-size: 18px;line-height: 28px;}
.cont-hd2 {padding: 45px 0 0 0;}	
.cont-frm {margin: 20px auto 0 auto;}
.cont-lft, .cont-rgt {
    width: 100%;
    float: none;
}
.cont-frmElmnts textarea {height: 100px;}
.inr-cont{padding:30px 0;}

}


/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #fff;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 10px;
}
.trm-bx h1 {
	line-height: 40px;
    color: #000;
    margin: 0;
    font-size: 32px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 700;
	text-align:left;
}
.ingr-lst h1, .ingr-lst h4{text-align:center;}
.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 {
	margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    list-style: disc;
}
.trm-bx strong {
	font-weight:700;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx a {
    color: blue;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
	margin-bottom:10px;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 0px 0 10px;
	font-weight: 500;
}
.ingr-lst img{
	display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
	}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.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 {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.banner .container {
    background: url(../images/banner.png) no-repeat center top;
    height: 600px;
    width: 100%;
    padding: 70px;
    background-size: cover;
}