@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "DM Sans", sans-serif;
	font-weight:400;
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----------------------
TOP-STRIP CSS
------------------------*/
.top-strip{
	float:left;
	width:100%;
	background:#c72026;
	padding:5px 0;
	}
.top-strip p{
	font-size:18px;
	line-height:26px;
	color:#fff;
	letter-spacing:1px;
	}

/*-----------------------
MENU CSS
------------------------*/
.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom: 75px;
	}
.menu{
	float: left;
	width: 100%;
	webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
	padding: 12px 0;
	position: relative;
	top: 75px;
	margin-top: -75px;
	background: #fff;
	border-bottom:1px solid #ebebeb;
	height:75px
}

.fixed-nav .menu{
	float:left;
	width:100%;
	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 #ebebeb;
	}	
.logo{    
	float: left;
    max-width: 250px;
    margin-top: 0px;
}

.menu-rgt{
	float: right;
    margin-top: 16px;
}
ul.menu-list{
	float:left;
	margin-right:80px;
	}
ul.menu-list li{
	float:left;
	padding:0 20px;
	border-right:1px solid #e1e1e1;
	}
ul.menu-list li:last-child{
	padding-right:0;
	border-right:none;
	}
ul.menu-list li a{
	font-size:19px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#000;
	text-transform:capitalize;
	}
ul.menu-list li a.active{color: #5ab745;}

a.menuBtn{
	color:#fff;
	background:#0a4e53;
	padding:5px 15px;
	border-radius:3px;
	font-size:14px;
	margin-top:-4px;
	float:right;
} 

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 6px;
	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:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#000;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:83px;
	background:rgba(255,255,255,1);
	z-index:3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	}
.mobimenu-top{top: 55px;}

.page-btn{
	margin-top:26px;
    display: inline-block;
	width:210px;
    height: 50px;
    font-weight: 700;
    font-size:20px;
	line-height:50px;
	color:#fff;
    border-radius:5px;
    text-transform: capitalize;
    text-align: center;   
    vertical-align: top;
    cursor: pointer;
	background:#0a4e53;
}
.solid-btn{	}
a.trans-btn{}
a.trans-btn:hover{}

/********************************/
.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: #0a4e53;
    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;
}
/*======================*/
.bnr{
	float: left;
    width: 100%;
    background: url(../images/bnr.png) center top no-repeat;
    padding:0px 0 0px;
    height:688px;
	background-size: contain;
	}
.content_box{
	float: left;
    width: 55%;
    text-align: center;
    padding: 170px 0px 0;
	}
.content_box .page-btn{}	
.bnr-hd{
    color: #0a4e53;
    display: block;
    font-size: 70px;
    line-height: 75px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 10px 0 0;
    font-family: "Playfair Display", serif;
	}
.bnr-hd span{color: #77b103;}	
.bnr-txt{
	    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
    width: 100%;
    display: inline-block;
	}
.bnr-txt2{
	font-size: 25px;
    line-height: 32px;
    color: #000;
    width: 100%;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
	}	
ul.bnr-list{
	float:left;
	width:80%;
	border-top:2px dotted #b6cfcb;
	border-bottom:2px dotted #b6cfcb;
	text-align:center;
	padding:15px 0;
	margin:5px 0 15px 10%;
	}
ul.bnr-list li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:22px;
	padding:0 25px;
	border-right:1px solid #c5dad8;
	}
ul.bnr-list li:last-child{border-right:none;}
ul.bnr-list li img{
	display:inline-block;
	vertical-align:top;
	margin:2px 7px 0 0;
	}
	

.btn-box {
	display: inline-block;
	text-align:center;
	}
.btn-box p {
	font-size: 18px;
	line-height: 22px;
	margin-top:10px;
	}
.btn-box p:before, .btn-box p:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #acacac;
    width: 20px;
    vertical-align: middle;
}
.btn-box p:before {
    margin-right: 10px;
}
.btn-box p:after {
    margin-left: 10px;
}
.bnr-btn{}
.bnr-prd{
	display:block;
	margin:15px auto 0 auto;
	width:850px;
	}
/*======================*/
.strip{
    float: left;
    width: 100%;
    padding: 25px 0 50px;
	}
.strip-rgt{
	float: right;
    width: 45%;
    padding: 0px 0 0px;
    text-align: left;
	}
.strip-img1{
	position: absolute;
    left: 0;
    top: 10px;
    max-width: 610px;
	}
.strip-img2{
	    display: inline-block;
    max-width: 340px;
    margin-top: 15px;
    transform: scaleX(-1);
	}		
ul.strp-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 22px;
    column-gap:0px;
    margin-top:28px;
	}
ul.strp-list li{
    float: left;
    width: 100%;
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0px 0px 38px;
    text-align: left;
	}
ul.strp-list li span{
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:2px;
	}	
ul.strp-list li img{
	position:absolute;
    top:2px;
    left:0px;
	}

/*======================*/
.sec1{
	background:fff;
    float: left;
    width: 100%;
    position: relative;
	padding:10px 0 50px;
}
.s1-lft{
    float: left;
    width: 49%;
    text-align: left;
    padding: 65px 0px 65px 0;
}
.sec1-prdts{
	position: absolute;
    top: 0;
    right: 0%;
	}
.s1-rgt{
	width:50%;
	background:url(../images/s1-rgt.jpg) left top no-repeat;
	height:100%;
	background-size:cover;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
.comn-hdg{
	color: #1b2e35;
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
	font-family: "Playfair Display", serif;
}
.comn-hdg span{}
.comn-hdg-lft{}
.comn-hdg-ctr{}
.prod-det-inner{
	color:#2d2d2d;
	font-size:20px;
	
	line-height:30px;
	margin-top:10px;
	display:block;
	}
.comn-txt{
    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    margin-top: 17px;
}
.comn-txt span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: underline;
}
.sec1 .page-btn{}
/*===================*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0;
	text-align: center;
}
.sec2 .comn-txt{}
ul.s2-list{
	display:flex;
	justify-content:space-between;
}
ul.s2-list li{
	border:1px solid #efefef;
	width:23.5%;
	padding:20px;
	margin-top:25px;
}
ul.s2-list li h3{
	font-size:28px;
	line-height:32px;
	color:#c72026;
	
	margin-bottom:25px;
	font-weight:500;
}
ul.s2-list li img{
	margin-bottom:15px;
}
ul.s2-list li p{
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
}
ul.s2-list li .page-btn{
	width:190px;
}

/*======================*/
.sec3{
	float: left;
    width: 100%;
    padding: 50px 0;
	background: #f8ffe5;
}
.s3-inr{
	width: 100%;
    display: inline-block;
	vertical-align: top;
    text-align: center;
    position: relative;
}
.s3-inr-rgt{
	float: left;
    width: 48%;
    text-align: left;
	}
.s3-inr-lfte{
	float:left;
	width:434px;
	height:468px;
	background: url(../images/s3-bx1.png) center top no-repeat;
	text-align: left;
    padding: 365px 20px 20px;
	    position: relative;
	}
.s3-inr-lfte .shop-btn{
	width:30%; margin:0 0; height:auto;
	float: right;}
.prc-box {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
.cart-icn{
	position: absolute;
	bottom: 25px;
	right: 30px;
	}
.s3-inr-lfte h3{
	float:left;
	font-size:18px;
	}
.s3-inr-lfte .prod-desc{
	float:left;
	width:60%;
	}
.s3-inr-rith{
	float:right;
	width:700px;
	text-align:left;
	margin:0px 0 0;
	}

.s3-hdg{
	font-size:40px;
	line-height:44px;
	
	font-weight:500;
	color:#c72026;
	background:#fff;
	border-radius:30px;
	border:3px solid #eef7f4;
	display:block;
	padding:3px 0 10px;
	margin:-100px auto 0;
	width:315px;
}
ul.s3-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 22px;
    column-gap:0px;
    margin-top:28px;
	}
ul.s3-list li{
        float: left;
    width: 100%;
    position: relative;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 27px;
    padding: 0px 0px 0px 38px;
    text-align: left;
}
ul.s3-list li span{
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:2px;
	}
ul.s3-list li img{
	position:absolute;
    top:2px;
    left:0px;
}
.s3-li-icns{
	position: absolute;
    top: 210px;
    right: 142px;
}
.s3-li-icns2{
	position: absolute;
    top: 135px;
    right: 42px;
}
ul.s3-list li h1{}
ul.s3-list li h3 {
    float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-weight:700;
	margin-bottom:10px;	
	
}

.s3lst-liDiv{
	float: left;
    width: 100%;
    background: #538b01;
    padding: 25px 55px 25px 25px;
    margin: -52px 0 0;
    position: relative;
    z-index: 1;
	}
ul.s3-list li:last-child .s3lst-liDiv{  padding: 25px 25px 25px 55px;}	
.s3-image{
	position: absolute;
    right: 0;
    top: -20px;
    max-width: 555px;
	}	
.mny-bck-bx{
	float:left;
	width:100%;
	border:1px solid #d0cfcb;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	background:#fff;
	text-align:left;
	position:relative;
	padding:20px;
	padding-left:240px;	
	border-radius:10px;
	margin-bottom:40px;
}
.mny-bck{
	position:absolute;
	left:20px;
	top:20px;
}
.s3-inr2 {
    width: 100%;
    display: inline-block;
	vertical-align: top;
    text-align: center;
    position: relative;
    padding: 45px 0 30px;
    border-bottom: 1px solid #dedede;
}
.s3-image2{
	position: absolute;
    left: 50%;
    top:5px;
    transform: translateX(-50%);
    z-index: 2;
	max-width: 210px;
	}
ul.s3-lst2{
	    float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    row-gap:16px;
	}
ul.s3-lst2 li{
     float: left;
    width:16.66%;
    font-size: 17px;
	line-height:23px;
	color:#000;
    font-weight:400;
    text-align: center;
    position: relative;
	border-right:1px solid #dedede;
}
ul.s3-lst2 li:last-child{ border:none;}
ul.s3-lst2 li img{
	display:block;
	margin:0 auto 10px;
	}	
.hdg-li{
	float: left;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom:5px;
    
	}
.li-pric{
	float: left;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    
	}
ul.s3-lst2 li .page-btn { margin-top:12px;}
/*======================*/
.sec4{
    float: left;
    width: 100%;
    padding:30px 0 30px;
}
.img_bx{ 
	float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px 0 0 0;
    background: #fdfff7;
    padding: 10px 0;
    border: 2px solid #ebebeb;
}
ul.s4-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap:0px;
	}
ul.s4-list li{
	    width: 25%;
    position: relative;
    padding: 0px 0 0 15px;
    font-size: 16px;
    line-height: 22px;
    color: #0a4e53;
    font-weight: 300;
    text-align: left;
    margin-top: 0px;
    border-left: 3px solid #0a4e53;
    text-transform: capitalize;
}
ul.s4-list li span{
	display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #0a4e53;
    text-transform: capitalize;
	}
ul.s4-list li img{
	position: absolute;
    left: 8%;
    top: 5px;
}
ul.s4-list li h3{
	color:#3f3f3f;
	font-size:24px;
	line-height:28px;
	margin-bottom:10px;
	text-transform:capitalize;
}
.sec4 .page-btn{
}
/*======================*/
.sec5{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fff;
	text-align:center;
}
.s5-tsti{
	width:83%;
	margin:0 auto;
}
.s5-tsti-bx{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-left:100px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:30px;
	margin-top:30px;
}
.s5-tsti .s5-tsti-bx:last-child{
	padding-bottom:0;
	border-bottom:none;
}
.s5-tsti-bx img{
	margin-bottom:10px;
}
.s5-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;
	position:absolute;
	left:0;
	top:0;
}
.s5-tx1{
	font-size:20px;
	line-height:26px;
	color:#c72026;
	
	font-weight:500;
	margin-bottom:10px;
}
.s5-tx2{
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
}
.s5-tx3{
	font-size:16px;
	line-height:20px;
	color:#616161;
}
.s5-tx3 span{
	font-size:18px;
	line-height:24px;
	color:#c72026;
	
	font-weight:500;
}
/*======================*/
.sec6{
	float:left;
	width:100%;
	padding:70px 0;
}
ul.s6-list{
	display:flex;
	width:100%;
	justify-content:space-between;
}
ul.s6-list li{
	width:24%;
	border:1px solid #e0e4e7;
	padding:15px;
	text-align:left;
	color:#2f2f2f;
	margin-top:30px;
}
ul.s6-list li img{
	width:100%;
	margin-bottom:20px;
}
ul.s6-list li h3{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:10px;
	min-height:56px;
}
ul.s6-list li p{
	font-size:18px;
	line-height:24px;
	margin-bottom:15px;
	min-height:144px;
}
a.rd-mr{
	width:170px;
	border:1px solid #c72026;
	font-size:16px;
	line-height:45px;
	margin:10px 0;
}
/*======================*/
.sec7{
	float:left;
	width:100%;
	padding:30px 0;
	background:#f4f8f7;
}
.sec7 .comn-hdg span{
	display:block;
	color:#2d2d2d;
}
.s7-lft{
	    width: 100%;
    float: left;
    position: relative;
}
.s7-lft:after{
	/*content:'';
	position:absolute;
	right:-58px;
	top:0;
	height:100%;
	width:1px;
	background:#eaecec;*/
}
.s7-txt1{
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
}
.inp-mail{
	    display: inline-block;
    border: 1px solid #55942e;
    border-radius: 30px;
    width: 45%;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    outline: none;
    
}
.inp-mail::placeholder{
	color:#2d2d2d;
	font-size:18px;
	line-height:24px;
	text-align:center;
	
}
a.signup-btn{
	/*font-size:16px;
	width:198px;
	display:inline-block;*/
}
.s7-rgt{
	width:45%;
	float:right;
}
ul.s7-list{
	display:inline-block;
	width:100%;
}
ul.s7-list li{
	display:inline-block;
	width:30%;
	margin:20px 1% 0;
	font-size:18px;
	line-height:22px;
	font-weight:500;
}
ul.s7-list li img{
	display:block;
	margin:0 auto 12px;
}
/*======================*/
.footer{
	float:left;
	width:100%;
	padding:20px 0;
	background: #fff;
    border-top: 3px solid #11141a;
}
.ftr-logo{
	margin-bottom:15px;
	max-width: 200px;
}
.ftr-txt{
	font-size: 16px;
    line-height: 26px;
    color: #5c5c5c;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 7px;
}
.ftr-txt span{
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#141414;
	text-transform:uppercase;
}
.ftr-txt img{
	    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0;
}
.ftr-txt a{
	font-size:16px;
	margin:0 5px;
}
.ftr-links{
	margin:20px 0;
}
.disc-bx{
	padding:20px;
	border:1px solid #e1e1e1;
	float:left;
	width:100%;
	font-size:14px;
	margin:20px 0 10px;
}



/************SHOP PAGE*************/
.hdr-bar{
	float: left;
    width: 100%;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
}
.hdr-bar p{
	font-size:14px;
	line-height:20px;
	font-weight:600;
	color:#0a4e53;
	text-transform:uppercase;
}
.hdr-bar p a{
	color:#2d2d2d;
}
.inr-cont{
	float:left;
	width:100%;
	padding:25px 0;
}

.shop-pg{
	padding: 50px 0;
}
.shop-sec{
	    display: flex;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 20px;
    margin: 30px 0 0;
    column-gap: 15px;
	}
.section2 {
    border-bottom: 2px solid #f7f7f7;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
    background: #fbfbfb;
}	
.shop-bx{
	float: left;
    width: 32%;
    border: none;
    padding: 0;
    position: relative;
    text-align: center;
	}
.shop-bx-cont{
     display: inline-block;
    width: 100%;
    text-align: center;
	}
.size{    
	position: absolute;
    background: #000;
    padding: 3px 5px;
    color: #fff;
    font-size: 13px;
    margin: 9px 8px;}	
.shop-bx.shop-home{
	margin:0;
	width:96%;
	margin:25px 2% 2% 2%;
	}
.shop-bx img{max-width: 80%;}
.shop-bx h3{
    color: #0a4e53;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
	}
.prod-desc{
	color: #0a4e53;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-top:5px;
	}
	
.prod-det1{
	
	font-size:15px;
	margin:3px 0 10px 0;
	min-height:50px;
	}
ul.shop-list{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
ul.shop-list li{
	font-size:16px;
	line-height:22px;
	background:url(../images/tick.png) left 8px no-repeat;
	text-align:left;
	padding-left:20px;
	background-size:12px;
	margin:7px 0;
	}
.shop-prc{
	display:inline-block;
	width:100%;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:8px 0;
}
.shop-prc small{
	color:#737373;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	position:relative;
}
.shop-prc small:after{
	content:'';
	position:absolute;
	left:0;
	transform:rotate(-10deg);
	height:2px;
	width:100%;
	background:#f00;
	top:10px;
}
.shop-prc p{
	color:#c72026;
	font-size:36px;
	line-height:40px;
	font-weight:500;
}
.shop-btn{
    width: 80%;
    margin: 10px 0 0;
}


/***********************************/
.prd-det-sec{
	float: left;
	width: 100%;
	padding:50px 0;
	border-bottom: 1px solid #f9f9f9;
}
.prd-det{
	float:left;
	width:100%;
}
.prd-det-sec ul.s4-list {
    margin: 0;
}
.prd-det-lft{
	float:left;
	width:38%;
	margin-top:40px;
}
.prd-det-rgt{
	float:right;
	width:58%;
	text-align:left;
}
.prd-det-rgt small{
	font-size: 18px;
	line-height: 28px;
	color: #a3a3a3;
}
.s1-p2 {
    font-size: 18px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 18px 0 15px;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 38px;
    color: #161d25;
    font-weight: bold;
    margin-top: 0px;
}
ul.prd-det-list{
	float: left;
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 2px;
}
ul.prd-det-list li{
	    font-size: 18px;
    line-height: 30px;
    padding-left: 18px;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}
ul.prd-det-list li:before{
	position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    z-index: 9;
    content: '';
	}
ul.prd-det-list li span {
	float: left;
    width: 40%;
    font-weight: 700;
    margin-right: 5px;
	}
.prd-det-prc{
	    font-size: 40px;
    line-height: 44px;
    color: #538b01;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: "Playfair Display", serif;
}
.chk-s1-txt1{ display:none;}
.switch-opt{
	    float: left;
    width: 100%;
    margin: 20px 0 10px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 10px;
	}
.switch-opt .buyopt{
	float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
	}
.switch-opt .buyopt.active{background:#eef7f3; color:#000; border:1px solid #769c8b;}
.switch-opt .buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.switch-opt .buyopt input[type=radio] + span{
	position:absolute;
	left:15px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	border:2px solid #769c8b;
	top:50%;
	margin-top:-9px;
	background:#fff;
	}
.switch-opt .buyopt input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #769c8b;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.switch-opt .buyopt.subs{float:right; width:49%;}
.pkg-sec{
	    float: left;
    width: 100%;
    position: relative;
    margin:5px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-start;
    column-gap: 14px;
	}
.pkg-bx{
	width: 31%;
    float: left;
    border-radius: 15px;
    -webkit-box-shadow: 0 9px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 10px 15px;
    cursor: pointer;
    transition: all ease 1.5s;
    border: 2px solid #cbcbcb;
    font-size: 18px;
	}
.pkg-bx.addprice{
	border:2px solid #0a4e53;
	animation: shadow-pulse 0.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 0.5s infinite;
 	border:2px solid  #0a4e53;  
 	-webkit-box-shadow: 0 9px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2); 
	}
p.price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}
.pkg-bx1{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-2px;
	}
.jar-txt{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 auto 0;
    border-bottom: 1px solid #dadedc;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
	width:100%;
	}
.pck-prc {
    float: left;
    width: 100%;
    margin: 4px 0 5px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}	
.size-guide-box {
    float: left;
    width: 100%;
    font-weight: 400;
    margin: 10px 0 10px;
}
.size-guide-box i {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    color: #030bff;
    margin-top: 1px;
    margin-right: 4px;
}
.size-guide-box a {
    color: #030bff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 0;
    text-decoration: underline;
}
.catagory-select {
    float: left;
    width: 100%;
	margin-bottom:10px;
	position:relative;
}
.select-size {
    margin: 0px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.catagory-select h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}
.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;
}
.prd_quantity {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.prd_quantity p{
	padding: 8px 0;
    display: inline-block;
    font-size: 20px;
}
.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;
	
	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;
}
.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: 0px 0 0 0;
}
.prd-det-btn .page-btn{ width:330px;}
.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:#c72026;  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;
	
}
.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:#c72026;
	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;
	
	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-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:#c72026;
	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:#c72026;
	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:#c72026;
	
	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:#c72026;
	
	font-weight:500;
}


.resour-pg{
	margin:30px 0 45px;
}

.resour-inr{
	float:left;
	width:100%;
	margin:30px 0;
}
.resour-inr .comn-hdg{
	
	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 #c72026;
}


.resour-inr-rgt{
	width:23%;
	float:right;
	border-top:5px solid #c72026;
	border-bottom:2px solid #c72026;
	text-align:left;
	margin:60px 0 20px;
}
.rec-post{
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:#c72026;
	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:#c72026;
	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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
ul.contact-list li{
	    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    flex: 1 1 290px;
    padding: 10px 20px 10px 70px;
    border: 1px solid #ccc;
}
ul.contact-list li p strong{
	margin-top:10px;
	float:left;
	width:100%;
	
}
ul.contact-list li img{
	position: absolute;
    left: 5px;
    top: 8px;
    filter: hue-rotate(140deg) opacity(0.5);
}
ul.contact-list li h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}



.thank-pg{
	margin:60px 0;
}
.thank-hdg{
	font-size:50px; 
	line-height:54px;
}
a.baktohme{
	font-size:16px;
	color:#c72026;
	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;
}
.thnk-bx-lft{
	width:55%;
	float:left;
}
.thnk-bx-hdg{
	color:#c72026;
	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;}

/*****************************/
/*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: #0a4e53;
    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 #0a4e53;
}
.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;
}








