@charset "utf-8";
/* CSS Document */
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Outfit', sans-serif;
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width:100%; vertical-align:middle;height: auto;}
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;
	}
.fl{ float:left;}
.fr{ float:right;}	
	
	
.topStrip{
	background: #ec7a63;
	float:left;
	width:100%;
	padding:6px 0;
	}

ul.top-nav-ul{
	float:left;
	width:100%;
	text-align:left;
	}
ul.top-nav-ul li{
	display:inline-block;
	font-size:17px;
	line-height:24px;
	color:#fff;
	font-weight:400;
	position:relative;
	margin-right:20px;
	padding-left:35px;
	letter-spacing:0.5px;
	}
ul.top-nav-ul li a{color:#fff;}
ul.top-nav-ul li img{
	position:absolute;
	top: -3px;
	left:0;
	}		
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.nav-sec{
	float: left;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    top: 80px;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    text-align: center;
	overflow: hidden;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 99;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:#fff;		
	}
.logo{ 
	    float: left;
    max-width: 150px;
    margin: 0 0 0;
}
ul.menu-list{
	display: inline-block;
    float: none;
	margin: 25px 0 0 0;
	}
ul.menu-list li{
	float: left;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    margin-right: 50px;
	font-weight: 500;
	}
ul.menu-list li:after{
	content: '';
    position: absolute;
    right: -24px;
    top: 0px;
    bottom: 0;
    border-right: 1px solid #ababab;
	}
ul.menu-list li:last-child{margin-right:0;}
ul.menu-list li:last-child:after{display:none;}
ul.menu-list li a{color:#333333;}
ul.menu-list li a.active{color: #ef7966;} 

.m-arw{
	display:inline-block;
	margin-left:1px;
	vertical-align:middle;
	width:15px;
	fill:#000;
	}	
.menu-list li.submenu ul{
	display: none;
    position: absolute;
    background: #0d9347;
    left: 0;
    right: -25px;
    top: 20px;
    text-align: left;
    z-index: 1;
    transition: all ease 0.3s;
    width: 200px;
	}
.menu-list li.submenu ul li{
	float:left;
	width:100%;
	padding:10px 15px;
	border-bottom:1px solid #fff;
	font-size:15px;
	}
.menu-list li.submenu ul li:after{display:none;}
.menu-list li.submenu ul li a{ color:#fff; display:block;}	
.menu-list li.submenu ul li:last-child{border:none;}
ul.menu-list li.submenu:hover ul{
	display:block;
	}	


ul.nav-rgt{
	width:auto;
	text-align:left;
	margin: 0px 0px 0 0;
    position: relative;
}
ul.nav-rgt:before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -20px;
    right: 0;
    left: 0px;
    background: #ef7966;
}
ul.nav-rgt li{
	display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 18px;
    border-radius: 20px;
    color: #fff;
    padding: 0 20px;
	}
ul.nav-rgt li a{
	float: left;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
	}
ul.nav-rgt li img{
        display: block;
    margin: 6px auto -6px 7px;
    filter: brightness(0) invert(1);
	}
ul.nav-rgt li a span{
	float:right;
	height:100%;
	border-left:1px solid #ffe2ae;
	text-align:center;
	width:35px;
	}	
a.nav-btn{
    float: right;
    color: #fff;
    font-size:16px;
    text-align: center;
    width: 138px;
    height: 40px;
    line-height:40px;
	border-radius:20px;
	font-weight:bold;
	margin-top:15px;
	letter-spacing:0.5px;
	
background: rgb(237,176,16);
background: -moz-linear-gradient(249deg, rgba(237,176,16,1) 0%, rgba(242,158,11,1) 48%, rgba(245,144,8,1) 100%);
background: -webkit-linear-gradient(249deg, rgba(237,176,16,1) 0%, rgba(242,158,11,1) 48%, rgba(245,144,8,1) 100%);
background: linear-gradient(249deg, rgba(237,176,16,1) 0%, rgba(242,158,11,1) 48%, rgba(245,144,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb010",endColorstr="#f59008",GradientType=1);
	}	
		
.banner {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: linear-gradient(180deg, #f7edeb 50%, #fff 50%);
	}
.banner-prod{
	position: absolute;
    right: 0;
    top: -20px;
    max-width: 490px;
	}
.bnr-lft{
	float: left;
    width: 57%;
    text-align: left;    
    position: relative;
}
.banr-rev-text {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
	font-weight:700;
    letter-spacing: 0.3px;
}	
.banr-rev-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	max-width:100%;
	}
.banner-heading {
	font-size: 65px;
    line-height: 70px;
    color: #f05447;
    letter-spacing: 0.3px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
}
.banner-heading span {
	display: block;
    font-size: 28px;
    line-height: 38px;
    color: #333;
    font-weight: 400;
}
.bnr-strip{
	    background: #fff;
    padding: 12px 16px 12px;
    position: relative;
    margin: 25px 0 0 0;
    text-align: left;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
	}
.mik {
    position: absolute;
    top: 8px;
    left: 13px;
    max-width: 100%;
	}
.bnr-strip-p1{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:22px;
	line-height:32px;
	color:#000000;
	font-weight:900;
	}	
.bnr-strip-p1 img{
	display:block;
	margin:-10px 0 5px 0;
	max-width:100%;
	}			
.bnr-strip-p2{
	font-size: 18px;
    line-height: 28px;
    color: #262626;
    margin: -8px 0 0 0;
    padding: 0 0px 0 0;
    letter-spacing: 0.3px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}
ul.bnr-list{
	margin:30px 0 0 0;
	}
ul.bnr-list li{
	background: url(../images/bnr-bult.png) left 8px no-repeat;
    font-size: 20px;
    line-height: 30px;
    color: #131313;
	text-align:left;
    font-weight: 700;
    margin: 8px 0 0 0;
    padding: 0 0 0 35px;
	}	
.btn-box{
    display: inline-block;
    vertical-align: middle;
    margin-top:40px;
    text-align: center;
    width:428px;
	max-width:100%;
	}

.btn-rev{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
	font-weight:500;
	letter-spacing:0.3px;
	margin-top:12px;
	position:relative;
	z-index: 1;
	}
.btn-rev:before {
   	content: '';
    border-top: 1px solid #d3e4e9;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.btn-rev span {
    background: #fff;
    display: inline-block;
    padding: 0 5px;
}

.packageBtn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    height: 68px;
    overflow: hidden;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 0.3px;
    line-height: 68px;
    position: relative;
    font-weight: 900;
    border-radius: 50px;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px #2a8b3a;
    background: #1fc862;
    font-family: inherit;
    transition: all 0.3s;
    text-align: center;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}
.btn-txt{
	float:left;
	width:100%;
	color:#000;
	margin:0 0 10px;
	}
.color-blk{ color:#000;}
.btn-txt p{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	font-size:14px;
	line-height:17px;
	font-weight:500;
	letter-spacing:0.3px;
	}
.black{ color:#000;}						
	
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
	background: #f5f4ee;
    float: left;
    width: 100%;
    padding: 60px 0 100px;
    position: relative;
	}
.section1:after{
	content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    border-left: 2px solid #000;
    height: 100px;
    z-index: 1;
}
.common-head{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 38px;
    line-height: 45px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}	
.common-head span{color: #000;font-size: 55px;line-height: 65px; display: block;}	
span.fw-norml{ font-weight:normal; color:#000;}	
.s1-list{
	float:left;
	width:100%;
	margin-top:45px;
	}
.s1-list li{
	float:left;
	width:16.66%;
	text-align:center;
	padding:0 10px;
	}
.s1-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.s1-list li p{
	font-size:18px;
	line-height:22px;
	color:#353535;
	letter-spacing:0.5px;	
	margin-top:10px;
	}
/*-----------------------
		section2
------------------------*/
.section2{
        float: left;
    width: 100%;
    background: #ffffff;
    padding: 0px 0 70px;
    border-top:1px solid #f7edeb;
    text-align: center;
	}
.strip1in {
	    width: 100%;
    float: left;
    margin: 0px 0 50px;
    position: relative;
    padding: 30px 0px;
	border-bottom: 1px solid #f7edeb;
}
.strip1in:before {
    /*content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    background: #f7edeb;
    border-radius: 50%;
    top: -60px;*/
}
.bnr-seal {
    display: inline-block;
    margin: -80px auto 0;
    width: 130px;
    position: relative;
}
.strip1in ul {
	width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	
}
.strip1in ul li {
	float: left;
    position: relative;
    width: 25%;
    padding: 0px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #262626;
    border-right: 1px solid #d8d8d8;
}
.strip1in ul li .ic-strip {
    display: block;
    margin: 0 auto 5px;
}
.strip1in ul li:last-child{ border:none;} 
.strip1in ul li span{
	display: block;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.s2-rgt{
	float:right;
	width:51%;
	text-align:left;
	padding:0 0 0 0;
	}
.comn-hding{
	    font-size: 26px;
    line-height: 34px;
    color: #2c2d2d;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
	}	
.comn-hding span{
	font-size: 48px;
    color: #f05447;
    line-height: 56px;
    display: block;
    font-weight: 900;
	}
.s2-lft{
	float:left;
	width:44.27%;
	margin:0 0 0 0;
	}	
.s2-slider{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-radius: 10px;
    overflow: hidden;
	box-shadow:0 2px 15px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 15px 2px rgba(0,0,0,0.1);
	}	
.s2-model{
	    display: inline-block;
    height: 540px;
    object-fit: cover;
    object-position: top center;
	}	
.comntxt{
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #262626;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.comnhgh {
    font-weight: 600;
    font-style: italic;
}
.s2-bottom{
	float:left;
	width:100%;
	padding:60px 0;
	}	
ul.s2-list{
	float: left;
    width: calc(100% + 100px);
    margin: 40px 0 0 -50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: inherit;
	row-gap: 20px;
	}	
ul.s2-list li{
	float: left;
    width: 25%;
    padding: 0 10px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
	}	
ul.s2-list li .s2-img{
	display:block;
	margin:0 auto ;
	border:1px solid #d1d2d4;
	border-radius:6px;
	}				
ul.s2-list li .s2-icon{
	display: inline-block;
    margin: -30px auto 10px;
}
ul.s2-list li span{
	font-size:26px;
	line-height:30px;
	color:#2c2d2d;
	font-weight:700;
	display: block;
	margin-bottom: 10px;
	}	
	
/************SECTION2************/
.prod-section {
        float: left;
    width: 100%;
    padding: 60px 0px;
    background: #f8edec;
}
.sec2-innr{
	float: left;
    width: 100%;
    text-align: center;
    padding:0px 32px 0px;
	}
.section2  .comn-hdng span{}
.section2 .cmntxt {}
.hdng1div2 {
	width: 70%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #0c64c5;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
	    width: 80%;
    display: inline-block;
    margin-top: 12px;
    text-align: center;
}
.sec2-in, .sec2-in1 {
    width: 100%;
    float: left;
    margin: 60px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 13px;
}
.prod-div-sec2 {
	width: 32%;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 0px;
	padding: 0 0 22px 0;
    background: #fff;
    border: 1px solid #c7c2bd;
}
.prod-div-sec2 a.packageBtn{ max-width:280px; height:55px; line-height:55px; margin-top:20px; display:inline-block; font-size:22px;}
/*.prod-div-sec2:before{
	    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 250px;
    bottom: 0;
    height: 45%;
    background: #f3f3f3;
	}*/
.sec2-in .prod-div-sec2:last-child {}
.s2detls {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 21px;
    line-height: 31px;
    height: auto;
    font-weight: bold;
    padding: 0px 0px;
}
.p5-sec1 {
    display: inline-block;
    vertical-align: middle;
    background: #ef7966;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
	font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin: -20px 0 0 0;
    letter-spacing: 4px;
}
.p5-sec2 {
	float: left;
    width: 100%;
    color: #111111;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0px 0 0px;
    padding: 10px 0 10px;
        text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: #fff;
}
.p5-sec2 span{ 
	display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3e3a3a;
    width: 100%;
    margin: 0px 0 0px;
}
.padd1-sec2a {
	width:52%;
}

.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin: 12px 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
.prod-divin-sec2 {
        display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 20px 0 10px;
    background-image: linear-gradient(180deg, #f8edec 0%, #f8edec 35%, #fff 100%);

}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width:110px;
}
.prod-sec3{
	position: relative;
    /* display: inline-block; */
    z-index: 7;
    left: auto;
    right: 16%;
    max-width: 104px;
	}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
        position: absolute;
    z-index: 5;
    max-width: 100px;
    left: 23%;
    top: 35px;
}
.prod-sec2:nth-child(3) { left: auto; right:23%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 14%; max-width: 86px; top: 55px;}
.prod-sec2:nth-child(5) {left: auto;right:14%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {z-index: 0; left: 6%; max-width: 80px; top: 60px;}
.prod-sec2:nth-child(7){left:auto; right:0%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
    color:#f05447;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 7px;
    position: relative;
    float: left;
    width: 100%;
}
.padd1-sec2b{
	width:100%;}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.btn-sec2 {
    height: 56px;
    width: 226px;
    background-image: linear-gradient(to bottom right, #fbe067, #fddc43, #fcde55);
    border: 1px solid #e3b720;
    border-radius: 8px;
    margin: 20px 0 0 0;
    display: block;
    font-weight: 700;
    font-family: inherit;
    font-size: 19px;
    line-height: 56px;
    color: #090909;
    text-align: left;
    outline: none;
    display: inline-block;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    position: relative;
}
.btn-sec2:after {
    position: absolute;
    content: "";
    border-right: 1px solid #cead0f;
    top: 0;
    bottom: 0;
    right: 60px;
}
.btnarrow2 {
    display: inline-block;
	margin: 0px 0 -3px 50px;
}


/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3{
	background: #f5f4ee;
    float: left;
    width: 100%;
    padding: 70px 0;
	}	
.s3-prod-Box{
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
	}
.s3-prod-col{
	width: 32%;
    padding: 20px 20px;
    text-align: center;
    background: #0f0f0f;
    border-radius: 10px;
	}

.s3-prod-hd{
	float:left;
	width:100%;
	}
.prod-hdcont{
        float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
	}	
.prod-icns{
	position:absolute;
	top:0;
	left:0;
	display:none;
	}
.prod-hd-t1{
	    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
    margin: 10px 0;
	text-align: left;
	}
.s2-col-prod {
    display: block;
    margin: 0px 0px 0px;
    position: relative;
    
}	
.prod-hd-t2{
	float: left;
    width: 100%;
    font-size: 27px;
    line-height: 37px;
    color: #fff;
    font-weight: 600;
    
    text-transform: uppercase;
}	
.prod-hdcont img {
    display: inline-block;
    margin: 8px 0 0px;
}
.prod-hd-t2 span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    background: -webkit-linear-gradient(6deg, #ebc54b, #fffed5, #a87e26, #c9c52d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: inherit;
    font-weight: 400;
	margin-bottom: 5px;
}
.mg-txt{
	float:left;
	width:100%;
	font-size:14px;
	color:#636363;
	margin-top:5px;
	}	
.pack-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 330px;
    width: 100%;
    position: relative;
}
.prod-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.prod-hdcont1 {
    float: left;
    width: 100%;
    text-align: left;
    color: #e3af2c;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.prod-hdcont1 span {
    float: left;
    padding: 0 0 0 0px;
    font-size: 17px;
    position: relative;
    margin-right: 15px;
    margin-top: 10px;
    color: #fff;
}

.prod-hdcont1 span:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 40px;
    background: #e3af2c;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.prd_1 {
    margin: 0 auto 0;
    display: block;
    max-width: 100%;
    width: 120px;
    position: relative;
    z-index: 5;
}

.prd_2, .prd_3, .prd_4, .prd_5 {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 100px;
    z-index: 4;
	}
.prd_3 {
	left:auto;
    right: 20px;
	}
.prd_4, .prd_5 {
    left: 0;
    top: 25px;
    width: 80px;
    z-index: 3;
}
.prd_5 {
   left:auto;
   right:0
}

.prods{
	margin:15px auto 0;
	display:block;
	max-width:100%;
	}	
.order-btn{
	    max-width: 330px;
    height: 60px;
    line-height: 60px;
	}				
.s3-txt1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:36px;
	color:#353535;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:40px;	
	}		

/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section4{
	background: #fff;
    float: left;
    width: 100%;
    padding: 70px 0;
	border-top:1px solid #d0decf;
	}	
.quesBox{
    background: #fff;
    float: left;
    width: 100%;
	margin-top:40px;
	}
ul.qus-list{
	float:left;
	width:100%;
	background:#e9f9fa;
	border-radius:30px;
	}
ul.qus-list li{
    float: left;
    text-align: center;
    padding: 16px 23px;
	cursor:pointer;
	border-right:1px solid #d7d7d7;
	position:relative;
	}	
ul.qus-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}	
ul.qus-list li p{
	display:inline-block;
	vertical-align:middle;
    font-size: 20px;
    line-height: 22px;
    color: #353535;
	font-weight:600;
	}			

.quesCont{
	float:left;
	width:100%;
	margin-top:50px;
	position:relative;
	}
.sleeptLft{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	    padding: 18px 626px 0 39px;
	}	
.sleep-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.sleep-list li{
    background: url(../images/sleep-list-bult.png) no-repeat left 4px;
    float: left;
    width: 100%;
    padding-left: 28px;
	margin-top:5px;
	}
.sleep-list li p{ margin-top:0;}
.sleeptLft .btnBlk{ width:285px; margin-top:40px;}
.sleeptLft a.shop-btn{ height:60px; line-height:60px; font-size:24px;}					
.sleep-bnr-img{
	position:absolute;
	top:0;
	right:45px;
	border-radius:10px;
	z-index:1;
	}	
.moon-icn{
    position: absolute;
    top: 90px;
    left: 524px;
	}
.line-img{
    position: absolute;
    top: 284px;
    right: 456px;
    z-index: 2;
	}	
.s4-prod1{
    position: absolute;
    top: -50px;
    left: -150px;
	}	

/*-----------------------
		section5
------------------------*/
.section5{
    float:left;
    width:100%;
	padding:60px 0;
	text-align:center;
	background: #f8edec;
	}
ul.s5-list {
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
}	
ul.s5-list li {
    width: 31%;
    text-align: center;
}
ul.s5-list li img{
	display:block;
	margin:0 auto 20px;
	max-width:100%;
	border-radius:6px;
	}
ul.s5-list li span{
	font-size:24px;
	text-transform:capitalize;
	line-height:30px;
	font-weight:700;
	}	
ul.s5-list li p{
	font-size:20px;
	line-height:28px;
	color:#000000;
	padding:0 20px;
	margin-top:10px;
	}		
.section5 .btn-rev span {
    background: #f8edec;
}
	
/*-----------------------
CSS FOR SECTION6
------------------------*/		
.section6{
	background:#fff;
    float: left;
    width: 100%;
	overflow:hidden;
	padding:80px 0 0;
	}	
.sec6Cont{
	float:left;
	width:62%;
	text-align:left;
	padding:50px 0 0;
	}
.semi-bld{ font-weight:600;}			
.top-1{ margin-top:15px;}
.docBox{
	float:left;
	width:100%;
	margin-top:12px;
	}
.doc-specif{
    float: left;
    width: 100%;
	text-align:left;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-top: 25px;
    padding: 7px 0 30px 115px;
	}	
.doc-specif:last-child{ border:none; padding-bottom:0;}	
.doc-img{
	position:absolute;
	top:0;
	left:0;
	border-radius:22px;
	}
.doc-nm{
	float:left;
	width:100%;
	font-size:18px;
	color:#000;
	font-weight:600;
	margin-top:10px;
	}	
.qr-img{
	position:absolute;
	top:0;
	left:0;
	}
.analys-hd{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
.top-2{ margin-top:8px;}				
	
.s6-rgt{
	float:right;
	width:37%;
	background:#e9f9fa;
	position:relative;
	}
.s6-rgt:after{
	content:'';
	position:absolute;
	top:0;
	right:-3000px;
	left:100%;
	bottom:0;
	background:#e9f9fa;
	}	
.tested-doc{
	float:left;
	position:relative;
	z-index:1;
	}		
	
/*-----------------------
CSS FOR SECTION7
------------------------*/		
.section7{
	    background: url(../images/sec7-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 50px 0;
	background-size: cover;
	}
.s7-left {
    float: left;
    width: 45%;
    text-align: left;
	padding-top: 30px;
}
.section7 .common-head, .section7 .common-head span {
    color: #e3af2c;
}
.s7-left img {
    width: 440px;
    display: inline-block;
    margin: 20px auto 0;
}
.s7-left .btnBlk {
    margin-top: 10px;
}
.faq-container{
	display: inline-block;
    vertical-align: middle;
    max-width: 530px;
    width: 100%;
    margin: 0px 0 0;
    float: right;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.accordion, .accordion2{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat 98% center;
	padding: 45px 45px 45px 0;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
	font-weight:600;
	letter-spacing:0.5px;
	cursor:pointer;
	border:none;
	position:relative;
	border-bottom:1px solid #616161;
	transition: all 0.3s;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}
.acdn-heading .s7-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat 98% center;
	border:none;
	padding-bottom: 20px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0px 10px 20px 0;
	border-bottom:1px solid #616161;
	}		
.acdn-content .common-para {
    color: #fff;
}

.faq-container2{max-width: 890px;float: none;}
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float: left;
    width: 100%;
    text-align: center;
    background: #fff;
	}
.ftr-inner {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.ftr-innr1, .ftr-innr2, .ftr-innr3 {
    float: left;
    width: 33.33%;
	padding: 50px 20px;
}
.ftr-innr2 {
    background: #f8edec;
}
.ftr-hdr {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #f05447;
    margin-bottom: 10px;
}
.ftr-logo{
	margin:0 auto 12px;
	max-width: 200px;
	display:block;
	}		
.ftr-txt, .ftr-txt2{
	display:inline-block;
	vertical-align:middle;
    width: 100%;
    font-size: 16px;
    line-height:24px;
    color: #000;
	letter-spacing:0.5px;
	}	
.ftr-txt a{
    padding: 0 5px;
    color: #000;
	}

.topftr-list {
       float: left;
    width: 100%;
    margin-top: 10px 0 0 0 ;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    row-gap: 10px;
}
.topftr-list li {
        float: left;
    width: 100%;
}
.topftr-list li a {
    color: #333;
}
.ftr-txt2{
	    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    color: #333;
	}
.ftr-logos{
	margin:20px auto 0;
	display:block;
	}			
.ftr-desc{
	    float: left;
    width: 100%;
    margin: 10px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
.ftr-tx {
    font-size: 16px;
    line-height: 26px;
    float: left;
    color: #333;
    width: 100%;
}
.ftr-tx a {
    color: #333;
}
.ftr-links-col{
        float: left;
    width: 100%;
    margin: 19px 0 0 0;
}	
.ftr-links-hd {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-logo-row-right {
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}	
.footer-logo-row-right li {
        font-size: 16px;
    line-height: 24px;
    float: left;
    width: 23%;
    text-align: center;
}
.footer-logo-row-right li a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.ftr-inner2 {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #f8edec;
}
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}


/*------------------------------
          INNER SECTION
--------------------------------*/
					
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	
.drawer__header{
	float:left;
	height:50px;
	width: 100%;
	background:#0d9347;
	padding:15px;
	}
.table-cell{
	float:left;
	width: 50%;
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	letter-spacing:0.5px;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 20px 20px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	width:44px;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	font-weight:600;
	}
.drwer-prod-name span{}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#3e3e3e;
	font-weight:500;
	letter-spacing:0.5px;
	}
.drwer-txt1 span{}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:12px;
	line-height:17px;
	color:#393733;
	font-weight:500;
	}
.drwer-prod-name a{
	float:right;
	font-size:14px;
	color:#959595;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	}	
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.sub, .add {
    float: left;
    width: 35px;
    border: 1px solid #ced4da;
    height: 36px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
	font-family: inherit;
    outline: none;
    cursor: pointer;
	}
.cart-qty-div input{
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width: 50px;
    text-align: center;
    height: 36px;
    font-size: 18px;
    color: #2d2d2d;
	font-family: inherit;
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}
.sub-total{
	/*float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:0px;
	text-align:left;*/
	}
.sub-total span{
	float:right;
	}
a.chk-btn{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-family: inherit;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:20px;
	background:#236a16;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border: 2px solid #236a16;
    color: #000;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	font-family: inherit;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:8px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
.cart-smry{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.crt-smry-hdng{
	float:left;
	width:100%;
	font-size:19px;
	line-height:23px;
	color:#363636;
	font-weight:600;
	padding:0 0 8px 0;
	text-align:left;
	letter-spacing:0.5px;
	border-bottom:1px solid #eaeaea;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}

/*==================================
CSS FOR SHOP PAGE
=====================================*/
.prodBreadcrm{
    float: left;
    width: 100%;
	background: #333333;
    text-align: left;
	padding:10px 0;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 16px;
	line-height:16px;
	color: #fff;	
	}	
.prodBreadcrm p a{ color:#fff; font-weight:300;}	

.products-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:55px 0 65px;
	}
	
/*==========PRODUCT DETAILS PAGE==========*/
.prod-det-s1-lft{
	float: right;
	width:42%;
}
.prd-sldr{
	float: left;
    width: 100%;
    border: 1px solid #e7eef9;
    padding: 40px 0px;
}
.prd-sldr-inr{
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 0 50px;
}
.prd-sld{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.prd-sld2, .prd-sld3, .prd-sld4{
	max-width:280px;
	width:100%;
	margin-top:25px;
}
ul.prd-lft-list li {
    width: 24%;
    font-size: 17px;
    line-height: 24px;
}

ul.prd-lft-list li img {
    width: 57px;
    display: block;
    margin: 0 auto 5px;
}
ul.prd-lft-list li:after{border: none;}
.prod-lft-list{
	    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: 10px;
	}
.prod-lft-list li{
	float: left;
    width: 15%;
    text-align: center;
    padding: 20px 10px;
}

.prod-lft-list li .s1-icon{
	margin:0 auto 0;
	display:block;
	
	width:75px;
	}	
.prod-lft-list li .s1-icon2{
}
.prod-lft-list li p{
	    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    margin-top: 12px;
    text-transform: uppercase;
	}

.prod-lft-list li:hover img{}
				
/*============RIGHT============*/
.prod-det-s1-rgt{
	width: 53.6%;
    float: left;
    text-align: left;
    margin-top: 0px;
}
.prod-det-s1-rgt .btnBlk{ width:100%; margin-top: 0px;}
.prod-det-prd-nm{
	font-size:24px;
	line-height:28px;
	font-weight:500;
	text-align:left;
}
.prod-det-hd{
	font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-align: left;
    
    color: #393939;
    float: left;
    width: 100%;
	border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.proDetls1-rgt-pnts{
	    width: 100%;
    margin-top: 20px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 22px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
	}	
.proDetls1-rgt-pnts li{
	float: left;
    text-align: left;
    position: relative;
    border-right: 1px solid #dbdbdb;
    padding: 0 27px 0 34px;
	}
.proDetls1-rgt-pnts li:nth-child(2){ }	
.proDetls1-rgt-pnts li:last-child{ border:none; padding-right: 0;}	
.proDetls1-rgt-pnts li img{
	    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
	}
.proDetls1-rgt-pnts li p{
	font-size:15px;
	line-height:18px;
	color:#000;
	font-weight:500;
	}
.proDetls1-rgt-pnts li span{
	    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
	}
.proDetls1-rgt-pnts li span.circle-txt{
	display: inline-block;
    vertical-align: top;
    background: #007c70;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
	}
.hr_line{
	width:100%;
	height:1px;
	background:#dbdbdb;
	margin-top:20px;
}
.prd-det-tx{
	font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
p.points-hed {
        float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #2f2f2f;
    margin-top: 20px;
}
ul.prd-det-lst{
	    float: left;
    width: 100%;
    margin-top: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 7px;
}
ul.prd-det-lst li{
	    font-size: 18px;
    line-height: 28px;
    background: url(../images/list-tick.svg) left 6px no-repeat;
    background-size: 22px;
    font-weight: 600;
    padding-left: 30px;
    text-transform: capitalize;
	width:100%;
}
.options_box{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	}

.pack-blk, .pack-blk2 {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.option-field {
	height: 51px;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-align: left;
    outline: none;
    font-weight: 700;
    border: 2px solid #f05447;
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px;
    font-family: inherit;
	transition: all 0.3s;
}
.price {
        float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.price1{margin: 0 0 20px 0;}

div#opt1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 10px;
    row-gap: 10px;
	display: none;
}
.option{
	    float: left;
    vertical-align: top;
    width: 49%;
    border-radius: 0px;
	}
.option-hed{ 
	font-size: 22px;
    line-height: 30px;
    float: left;
    text-align: left;
    font-weight: 700;
	width: 100%;
	margin-bottom: 5px;
}
.pack-opt {
	position: relative;
    float: left;
    width: 100%;
}
.pack-opt .s2-col-prod{
	    max-width: 76px;
    float: left;
	}
.pack-opt .s1prd:nth-child(3){
	    position: absolute;
    top: 48px;
    left: 20px;
    max-width: 78px;
    z-index: 5;
	}
.pack-opt .s1prd:nth-child(4){
	position: absolute;
    top: 48px;
    right: 20px;
    max-width: 78px;
	z-index:5;
	}
.pack-opt .s1prd:nth-child(5){
	position: absolute;
    top: 50px;
    left: 5px;
    max-width: 75px;
    z-index: 1;
	}
.pack-opt .s1prd:nth-child(6){
	position: absolute;
    top: 50px;
    right:5px;
    max-width: 75px;
	z-index:1;
	}
.pack-opt input[type=radio] {
	top: 14px;
    opacity: 0;
    position: absolute;
    left: 8px;
    height: 18px;
    width: 18px;
}
.pack-opt input[type=radio] + .package-type {
	    width: 100%;
    color: #5e5e5e;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dcd7d7;
    background: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.pack-opt input[type=radio] + .package-type:hover,.pack-opt input[type=radio]:checked + .package-type {
	    background: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 0 5px #f0fff3;
    color: #000;
    border: 2px solid #49a372;
}

.pack-opt input[type=radio] + .package-type span:hover {
	transition: all .3s ease;
}
.pack-blk2 {
    background: #f8edec;
    padding: 20px;
}

.purchase-container {
        margin: 5px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	row-gap: 10px;
}
.onetime, .subscribe {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
}
.btl-qnty{
	    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
	}
.price_tag{
	    font-size: 24px;
    line-height: 30px;
    width: 100%;
    float: left;
    color: #000;
}
.pack-opt input[type=radio]:checked + .package-type span{
	}
.prds1-pkgs {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #000;
    margin: 24px 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
}
.prds1-pkg1, .prds1-pkg2{
	background:#f0f0f0 url(../images/select.png) 15px  center no-repeat;
    float: left;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #2d2d2d;
    text-align: left;
    padding: 2px 0 0 40px;
}
.prds1-pkg2 {
    padding: 2px 0 0 42px;
    text-align:left;
    float: right;
	border-left:2px solid #fff;
}
.selected {
    background:#ebf7ff url(../images/selected.png) 15px center no-repeat;
}
.buyopt {
    float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 10px 10px 45px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 2px solid #dbd8d8;
    position: relative;
    border-radius: 60px;
}
.buyopt.active {
	background: #f05447;
    color: #fff;
    border: 2px solid #f05447;
}
.buyopt input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}
.buyopt input[type=radio] + span {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #f05447;
    top: 50%;
    margin-top: -9px;
    background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f05447;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}
.buyopt input[type=radio]:checked + .buyopt {
    background: #eef7f3;
    color: #000;
    border: 1px solid #769c8b;
}
	
	
/*****************************/
	
.purchase-price{
	float:left;
	width:100%;
	border-bottom:1px solid #efefef;
	padding: 20px 0;
	display: none;
	}
.purchase-lft{ float:left;}	
.you-save-prc{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	color:#f59008;
	letter-spacing:0.5px;
	}
.purchase-rgt{ float:right;}		
.retail-prc{
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	line-height:28px;
	color:#333333;
	letter-spacing:0.5px;
	}
.add-to-cart, .add-to-cart1{
	margin-bottom: 10px;
}


.prod-selector{
	float:left;
	width:100%;
	margin-top:15px;
	}
.prod-selector label{
	float:left;
	width:100%;
	color:#333;
	font-size:17px;
	}
.prod-selector select{
	float:left;
	width:100%;
	height:45px;
	border: 1px solid #afcacb;
	outline:none;
	font-family: 'Montserrat';
	color:#000;
	font-size:17px;
	line-height:22px;
	font-weight:300;
	padding:0 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:4px;
	background: url(../images/dwn-arw.png) no-repeat right center;
	}
.shipping-price{
	text-align:right;
	color:#000;
	font-size:15px;
	letter-spacing:0.5px;
	opacity:0.5
	}

.prod-inner-sec1{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.innr-s1-cont{
	float:left;
	width:54%;
	text-align:left;
	}	
.innr-cmn-hd{
	font-size:36px;
	line-height:51px;
	}	
.innr-cmn-hd span{ font-size:45px;}	
.s1-imgbox{
	width:41%;
	position:absolute;
	top:35px;
	right:0;
	z-index:2;
	}
.s1-imgbox:before{
	content:'';
	position:absolute;
	top:25px;
	left:-25px;
	right:25px;
	bottom:-25px;
	border:1px solid #dcd9d9;
	z-index:-1;
	}	
.s1-imgbox img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}								

.prod-inner-sec2{
	float:left;
	width:100%;
	background: #f9f9f9;
	padding:30px 0;
	}
.innr-s2-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:45px 0 10px;
	padding:0 28px;
	}
.innr-s2-list li{
    float: left;
    width: 30.1%;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow:3px 3px 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 8px 2px rgba(0,0,0,0.1);
	padding-bottom:30px;
	}		
.inr-s2-bnr-imgs{
	width:100%;
	margin:0 auto 0;
	display:block;
	}	
.inr-s2-bnr-icn{
    margin: -30px auto 0;
    display: block;
	}	
.inr-s2-lst-t1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.inr-s2-lst-t2{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#0d9347;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-top:5px;
	}
.inr-lst-pra{
	margin-top:18px;
	padding:0 20px;
	}

.prod-inner-sec3{
	float:left;
	width:100%;
	background:#e9f9fa;
	padding:70px 0;
	overflow:hidden;
	}	
.innr-s3-cont{
	float:right;
	width:47%;
	text-align:left;
	}
a.lab-certif{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#0d9347;
	text-decoration:underline;
	letter-spacing:0.5px;
	margin-top:25px;
	}	
.lab-certif img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}	
.innr-s3-cont .btnBlk{ margin-top:35px;}	
.innr-s3-cont a.shop-btn{
	font-size:26px;
	}
.innr-s3-cont .btn-arw{
	margin:-10px -10px 0 28px;
	}
.s3-cert-img1{
	position:absolute;
	top:-18px;
	left:0;
	max-width:100%;
	border:12px solid #e9e9e9;
	}	
/******************************/
.prod-inner-sec4{
	float:left;
	width:100%;
	background: #f8edec;
	padding:70px 0;
	}

.tab-description{
	float: left;
	width: 100%;
	color: #313131;
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
	}

.tab-left-cont{
	float:left;
	width:100%;
	position:relative;

	}
ul.tab-list{
	float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
ul.tab-list li{
	    float: left;
    width: 100%;
    color: #414141;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    background: url(../images/tik-icon.png) no-repeat left center;
    line-height: 28px;
	}
.prod-tab, .tab-left-cont .s2-col-prod{
	position: absolute;
    right: -100px;
    top: 0px;
    width: 460px;
    margin: 0;
	}

.innr-s4-cont{
	float:right;
	width:50%;
	text-align:left;
	}	
.s4-imgbox{
	position:absolute;
	top:15px;
	left:25px;
	z-index:2;
	width:41%;
	}
.s4-imgbox:before{
	content:'';
	position:absolute;
	top:25px;
	left:-25px;
	right:25px;
	bottom:-25px;
	border:1px solid #dcd9d9;
	z-index:-1;
	}	
.s4-imgbox img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
	
.pdp_s1_about{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.pdp_s1_about_row{
	width:49%;
	padding-bottom:20px;
	border-bottom:1px solid #e1e1e1;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	}
.pdp_s1_about_row:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:none;}
.pdp_s1_about_row img{ width:60px; max-width:100%;}
.pdp_s1_about_row_cont{
	width:calc(100% - 60px);
	padding-left:20px;
	text-align:left;
	}
.pdp_s1_about_row_cont h3{
	font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
	}
.pdp_s1_about_row_cont p{
	font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
	}			
			
.prod-inner-sec5{
	float:left;
	width:100%;
	background:#e9f9fa;
	padding:70px 0;
	}
.testi-sec{
	float:left;
	width:100%;
	padding:0 55px;
	margin-top:30px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 35px;
	margin-top:30px;
	border-bottom:1px solid #e3e3e3;
	}
.testi-row:last-child{ border:none; padding-bottom:0;}
.testi-row-lft{
	display: inline-block;
    vertical-align: top;
	width:22%;
	padding-right:10px;
	}
.testi-lft-abt{
	float:left;
	width:100%;
	padding:12px 0 12px 85px;
	position:relative;
	}
.t-name-ic{
	position:absolute;
	left:0;
	top:7px;
	width:65px;
	height:65px;
	background:#c0d6ce;
	border-radius:50%;
	color:#0d9347;
	font-size:24px;
	line-height:65px;
	text-align:center;
	}
.t-name{
	font-size:18px;
	color:#393939;
	}
.t-vryfd{
	font-size:14px;
	color:#6dad13;
	margin-top:5px;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 2px 0 0;
	}
.test-prod{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:12px;
	padding:15px 0 15px 85px;
	border-top:1px solid #dedede;
	}
.test-prod-txt{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#6f6f6f;
	font-weight:300;
	}
.test-prod-txt span{
	color:#353535;
	font-weight:normal;
	}	
.test-prod img{
	position:absolute;
	left:0;
	top:15px;
	border-radius:5px;
	}
.t-star{
	float:left;
	margin-top:8px;
	}
.testi-row-rght{
	display: inline-block;
    vertical-align: middle;
	width:77%;
	border-left:1px solid #dedede;
	padding:5px 0 5px 30px;
	}
.testi-row-rght span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
.testi-row-rght p{ margin-top:15px;}
.prod-inner-sec6{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.prod-inner-sec7{
	float:left;
	width:100%;
	background:#e9f9fa;
	padding:70px 0;
	}			

.prod-inner-sec8{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding:30px 0;
	}			
.inner-sec8 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.prod-benefit, .prod-ing {
    float: left;
    width: 100%;
	text-align: center;
}

.prod-ing {
    padding: 40px 0 0;
}
.prod-ing .select-txt {
    margin-bottom: 10px;
}
.ing-head {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 10px;
}
.prod-ing span {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.prod-ing img {
    display: block;
    max-width: 430px;
    width: 100%;
}
/*------------------------------
CONTACT SECTION
--------------------------------*/	
.cont-sec1Lft{
    float: left;
    width:100%;
    text-align: left;
	position: relative;
	}
.mar-t0{ margin-top:0;}
.cntc-inr{
	float:left;
	width:100%;
	position:relative;
	}
.cntc-inr:before{
	
	}
ul.cnt-list{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    background: #f8edec;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 170px 40px 40px;
	}
ul.cnt-list li{
	    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0 10px 55px;
    border-bottom: 1px solid #eaf1f7;
    flex: 1 1 350px;
	}
ul.cnt-list li img{
        position: absolute;
    left: 7px;
    top: 15px;
    filter: grayscale(1);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#1c1c1c;
    line-height:26px;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#f05447;
	font-weight:500;
	padding-bottom:4px;
	}
ul.cnt-list li:last-child{ padding-bottom:0;}					
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}

.cntct-rght{
	float:right;
	width:49%;
	background:#e9f9fa;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}
.msgbx-txt{
    float:left;
    width:100%;
    font-size:32px;
	text-align:center;
    line-height:32px;
    color:#0d9347;
	font-weight:500;
    padding-bottom:40px;
	position:relative;	
	}
.msgbx-txt:after{
	position:absolute;
	content:"";
	width:80px;
	height:3px;
	background:#739872;
	left:50%;
	margin-left:-40px;
	top:50px;
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #eff2e7;
	padding:5px;
	margin-top:10px;
	background:#fff;
	text-align:left;
	position:relative;
	z-index:2;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:19px;
	color:#000;
	outline:none;
	border:none;
	font-family: inherit;
	padding-left:20px;
	-webkit-appearance:none;
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:100px;
	resize:none;
	}
.frm-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	text-align:center;
	height:67px;
	color: #ffffff;
	font-size: 30px;
	line-height: 67px;
	position: relative;
	font-weight:bold;
	border:1px solid #f6d208;
	border-radius:40px;
	margin-top:20px;
	text-shadow:1px 1px #78911d;
	letter-spacing:0.5px;
	box-shadow:0 3px 2px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 2px 1px rgba(0,0,0,0.3);
	
background: rgb(237,176,16);
background: -moz-linear-gradient(249deg, rgba(237,176,16,1) 0%, rgba(242,158,11,1) 48%, rgba(245,144,8,1) 100%);
background: -webkit-linear-gradient(249deg, rgba(237,176,16,1) 0%, rgba(242,158,11,1) 48%, rgba(245,144,8,1) 100%);
background: linear-gradient(249deg, rgba(237,176,16,1) 0%, rgba(242,158,11,1) 48%, rgba(245,144,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb010",endColorstr="#f59008",GradientType=1);
	outline:none;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.btn-arw{
	
	}
	
.cntct-rght2{
	    float: right;
    width: 34%;
    position: relative;
	}		
.contact-img{
	    width: 220px;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 10px;
    right: 0;
    top: 0;
	}					
	
	
/*------------------------------
          CART SECTION
--------------------------------*/		
.cart-nav ul.menu-list li a{ color:#000;}
.cart-nav .nav-sec{    
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
	}	
.cart-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:35px 0 45px;
	}
ul.shiping-info{
	display:inline-block;
	vertical-align:middle;
	}
ul.shiping-info li{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	line-height:25px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	padding:0 17px;
	position:relative;
	}
ul.shiping-info li span{ color:#bbb9b9;}
ul.shiping-info li a, ul.shiping-info li a:hover span{ color:#000;}
ul.shiping-info li:before{
	content: ">";
    position: absolute;
    top: -1px;
    right: -9px;
    font-size: 25px;
    line-height: 25px;
    color: #bbb9b9;
    font-weight: 300;
	}	
ul.shiping-info li:last-child:before{ display:none;}

.cartLft{
	float:left;
	width:60%;
	margin-top:50px;
	}
.cart-heading-row{
    float: left;
    width: 100%;
    border-bottom: 2px solid #e3e0e0;
    font-size: 15px;
    line-height: 17px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 600;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width:14%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	}
.cart-col-4{ width:16%;}	
.cart-heading-row .cart-col-1, .cart-heading-row .cart-col-2, .cart-heading-row .cart-col-3, .cart-heading-row .cart-col-4{
	padding-top:10px;
	padding-bottom:10px;
	}
.cart-col-1{
    width:56%;
	text-align: left;
	position:relative;
	}
.cart-prd-row {
	float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 45px;
	}
.cart-prd-1 {
    position: absolute;
    left: 40px;
    top: 17px;
    width: 60px;
	}
.cart-prd-name {
    float: left;
    width: 100%;
    padding: 2px 0 0 110px;
    color: #303030;
    font-size: 16px;
	}
.cart-prd-name span{
	font-size:14px;
	margin-top:7px;
	}
.cart-prd-name p{
	float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
	}
.del-icon{
	position:absolute;
	top:14px;
	left:0;
	}
.del-icon i {
	background-color: #dddddd;
	border-radius: 2em;
	cursor: pointer;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	color:#000;
	}
.del-icon i:hover {
	background-color: #525252;
	color: #fff;
	}	
.unit-price {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
	}
.cart-prd-row .cart-qty-div {
    display: inline-block;
	vertical-align:middle;
	}
.cart-prd-row .sub1, .add1 {
    float: left;
    width:28px;
    border: 1px solid #ddd;
    height:32px;
    text-align: center;
	background:#f3f1f1;
	color:#000;
	font-size:18px;
	line-height:18px;
	vertical-align:middle;
    outline: none;
    cursor: pointer;
	}
.cart-prd-row .cart-qty-div input {
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width:35px;
    text-align: center;
    height:32px;
    font-size:18px;
    color: #303030;
	font-family: inherit;
	}
.cart-prc-row{
	float:right;
	width:38%;
	margin-top:50px;
	border-left:1px solid #ddd;
	padding-left:20px;
	}
.cart-rit-price-row{
	float:left;
	width:100%;
	padding: 10px 0;
	}
.cart-rit-price{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    text-align: left;
    padding: 9px 0;
	}
.cart-rit-price:nth-child(1){ border-bottom: 2px solid #ced4da;}
.cart-rit-price:nth-child(2){ border-bottom: 1px solid #ced4da;}
.cart-rit-price:nth-child(4){ padding:0;}
.cart-rit-price:nth-child(7){ border-top: 1px solid #ced4da; border-bottom: 2px solid #ced4da;}	
.cart-rit-price span{
    float: right;
    text-align: right;
	color:#303030;
	}
.cart-btn-row{
	float:right;
	width:48%;
	padding-top:35px;
	}
.address-h{ cursor:pointer;}
.cart-ship-t1{
	float:left;
	font-size:15px;
	color:#666;
	padding-top:80px;
	}
.cart-form{
	float:right;
	width:335px;
	background:#f7f7f7;
	padding:12px 15px;
	text-align:center;
	}
.cart-row{
	float:left;
	width:100%;
	margin:6px 0;
	}	
.cart-form .cart-fld{
	float:left;
	width:100%;
	height:40px;
	background:#fff;
	border:1px solid #dddddd;
	font-size:15px;
	color:#000;
	padding:0 10px;
	-webkit-appearance:none;
	outline:none;
	}
.cart-form .cart-selct{ background: url(../images/frm-arw.svg)#fff no-repeat center left 98%; background-size:20px;}	
.updat-btn{
	float:left;
	width:100%;
	height:36px;
	border-radius:2px;
	background:#236a16;
	font-size:15px;
	color:#fff;
	border:none;
	margin-top:4px;
	}
			
a.continue-btn2{
	float:left;
    line-height: 45px;
    background: #fff;
    color: #236a16;
    font-size: 22px;
    letter-spacing: 1px;
	padding:0 40px;
	border:2px solid #236a16;
	text-align:center;
	margin-top:16px;
	font-weight:600;
	text-transform:uppercase;
   transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;		
	}
a.continue-btn2:hover{
    background: #236a16;
	color:#fff;	
	}	
	
a.update-btn{
	float:left;
    line-height: 35px;
    background: #7ba673;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
	padding:0 17px;
	text-align:center;
	margin-top:16px;
	font-weight:600;
	text-transform:uppercase;
   transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
   margin-left:20px;		
	}
a.update-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}
				
a.proceed-btn{
	float:left;
	width:100%;
	border-radius:2px;
	text-align:center;
	height:60px;
	font-size:22px;
	line-height:65px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	border-color: rgba(0,0,0,0.05);
	margin-top:10px;
	transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	background: #f7cb68;
	}
a.proceed-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}
.couponBox{
	float:left;
	width:100%;
	text-align:center;
	margin-top:28px;
	}
.coupon-txt{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:600;
	text-align:left;
	border-bottom:2px solid #ddd;
	padding-bottom:6px;
	}	
.coupon-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px 0 0
	}	
.apply-cuppon{
	display:inline-block;
	vertical-align:middle;
	background:#fffedc;
	width:280px;
	height:40px;
	border:1px solid #e8e6b3;
	margin-top:5px;
	}
.couponBox .cpn-fld{
	float:left;
    font-size: 15px;
	color:#000;
	width:100%;
	height:40px;
	border:none;
	outline:none;
	background:#fff;
	padding:5px 10px;
	border:1px solid #ddd;
	-webkit-appearance:none;
	margin-top:16px;
	}
a.apply-btn{
	float:left;
	width:100%;
	text-align:center;
	background:#f9f9f9;
	height:40px;
	line-height:40px;
    font-size: 15px;
	border:1px solid #ddd;
	color:#5d5d5d;
	font-weight:300;
	margin-top:16px;
	transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s	
	}	
a.apply-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}	
	
/*------------------------------
         CHECKOUT SECTION
--------------------------------*/	
.checkout-sec{
	float: left;
    width: 100%;
    background: #fff;
    padding: 35px 0 90px;
	}
.ordr-id-txt{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	text-align:left;
	margin-top:40px;
	color:#271e21;
	font-weight: 300;
	}
.ordr-id-lbl{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	margin-top:20px;
	color:#271e21;
	font-weight: 300;
	margin-bottom:5px;
	font-family: inherit;
	}
.custom-user{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#333;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	font-weight: 300;
	height:40px;
	outline:none;
	font-family: inherit;
	}
.custom-user:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.submit_login{
	float:left;
	width:278px;
	height:40px;
	font-family: inherit;
	background: #F8A81F;
	text-align:center;
    border-radius: 5px;
    border: 1px solid #777;
	font-size:18px;
	color:#fff;
	margin-top:25px;
	cursor:pointer;
	outline:none;
	text-transform:uppercase;
	font-weight:500;
	}
.submit_login:hover{background: #c68619;}

.returng-custmr-txt{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
	margin-top:40px;
	}
.returng-custmr-Fld-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.returng-custmr-txt2{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
	}
.frmfld{
	float:left;
	width:100%;
	text-align:left;
	}
.frmfld.hlf{
	width:48%;
	}
.frmfld.fr{
	float:right;
	}
.frmfld.cvv{
	width:24%;
	margin-left:4%;
	}
.frmfld label{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: inherit;
	display: none;
	}
.frmfld input,.frmfld select,.frmfld textarea{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#333;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	font-weight: 300;
	height:40px;
	outline:none;
	font-family: inherit;
	-webkit-appearance:none;
	}
.frmfld input:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.frmfld textarea{min-height: 120px; resize:none;}
.frmfld select{
    -webkit-appearance: none;
    background: url(../images/frm-dwn-arw.png) no-repeat center left 98%;
	}
.login-btn{
	float: left;
    width:93px;
    height: 40px;
    font-family: inherit;
    background: #236a16;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
	border:none;
	}
.remembr-me{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
.remembr-me input{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:15px;
	margin:-3px 5px 0 0;
	}
.lost_password{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
.coupn-box{
	float:left;
	width:100%;
	border: 2px dashed #236a16;
    padding: 15px 30px 30px;
	margin-top:8px;
	text-align:left;
	}
.coupn-box label{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: inherit;
	}
.apply-cuppon{
    float: left;
    width:100%;
	}
.apply-cuppon input{
    float: left;
    width:calc(100% - 155px);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 300;
    height: 40px;
    outline: none;
    font-family: inherit;
	}
.apply-cuppon input:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.apply-cuppon button {
    float: right;
    width:155px;
	font-family: inherit;
    height:40px;
    line-height:38px;
    background: #236a16;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	}

.chk-left{
	float:left;
	width:58%;
	text-align:left;
	margin-top:15px;
	border-top:1px solid #ddd;
	}
.bilnghdng{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 25px;
    color: #271e21;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.fieldToggle{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 20px;
	}
.fieldToggle input {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: -3px 5px 0 0;
	}
.chk-rgt{
	float:right;
	width:39%;
	border:2px solid #236a16;
	padding:25px;
	margin-top: 15px;
	}
.smry-prc-p1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    padding: 10px 0 10px 0;
	margin-top:5px;
	text-transform:uppercase;
	border-bottom:2px solid #ddd;
	}
.smry-prc-p1 span{
	float:right;
	}
.smry-prc-p2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 10px 0 10px 0;
	border-bottom:1px solid #ddd;
	}
.smry-prc-p2 span{
	float:right;
	}
.pay-crdt{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
	margin-top:15px;
	}
.pay-crdt input{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	}
.pay-crdt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0;
	}
.placeOrde-btn{
	float: left;
    width: 170px;
    height: 40px;
    font-family: inherit;
    background: #f7cb68;
    text-align: center;
    font-size: 18px;
	line-height:42px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
	-webkit-appearance:none;
	}
.placeOrde-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);	
	}	
.pay-secure{
	float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}		
/**************************/
.thank-pg {
    padding: 30px 0;
    float: left;
    width: 100%;
}			
			
/*****************************/
/*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: #333;
    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 #333;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
<!--****************************************************-->
.prod-inner-sec4{
	float:left;
	width:100%;
	background: #e9f9fa;
	padding:70px 0;
	}
.innr-s4-cont{
	float:right;
	width:50%;
	text-align:left;
	}	
.s4-imgbox{
	position:absolute;
	top:15px;
	left:25px;
	z-index:2;
	width:41%;
	}
.s4-imgbox:before{
	content:'';
	position:absolute;
	top:25px;
	left:-25px;
	right:25px;
	bottom:-25px;
	border:1px solid #dcd9d9;
	z-index:-1;
	}	
.s4-imgbox img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
	
.inr-s4-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:30px;
	}		
.inr-s4-list li{
	float:left;
	width:100%;
	position:relative;
	padding-left:55px;
	padding-bottom:30px;	
	}
.inr-s4-list li:last-child{ padding-bottom:0;}		
.inr-s4-list li:before{
	content:"";
	position:absolute;
	left:18px;
	top:5px;
	bottom:0;
	width:1px;
	background:#ebebeb;
	}	
.inr-s4-list li:last-child:before{ background:none;}	
.inr-s4-stp{
	position:absolute;
	top:0;
	left:0;
	font-size:23px;
	color:#fff;
	text-align:center;
	width:36px;
	height:36px;
	line-height:38px;
	border-radius:50%;
	background: #f05447;
	}
.inr-s4-list li span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #151515;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}	
.inr-s4-list li .common-para{ margin-top:10px;}					
			
.prod-inner-sec5{
	float:left;
	width:100%;
	background:#e9f9fa;
	padding:70px 0;
	}
.testi-sec{
	float:left;
	width:100%;
	padding:0 55px;
	margin-top:30px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 35px;
	margin-top:30px;
	border-bottom:1px solid #e3e3e3;
	}
.testi-row:last-child{ border:none; padding-bottom:0;}
.testi-row-lft{
	display: inline-block;
    vertical-align: top;
	width:22%;
	padding-right:10px;
	}
.testi-lft-abt{
	float:left;
	width:100%;
	padding:12px 0 12px 85px;
	position:relative;
	}
.t-name-ic{
	position:absolute;
	left:0;
	top:7px;
	width:65px;
	height:65px;
	background:#c0d6ce;
	border-radius:50%;
	color:#135811;
	font-size:24px;
	line-height:65px;
	text-align:center;
	}
.t-name{
	font-size:18px;
	color:#393939;
	}
.t-vryfd{
	font-size:14px;
	color:#6dad13;
	margin-top:5px;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 2px 0 0;
	}
.test-prod{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:12px;
	padding:15px 0 15px 85px;
	border-top:1px solid #dedede;
	}
.test-prod-txt{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#6f6f6f;
	font-weight:300;
	}
.test-prod-txt span{
	color:#353535;
	font-weight:normal;
	}	
.test-prod img{
	position:absolute;
	left:0;
	top:15px;
	border-radius:5px;
	}
.t-star{
	float:left;
	margin-top:8px;
	}
.testi-row-rght{
	display: inline-block;
    vertical-align: middle;
	width:77%;
	border-left:1px solid #dedede;
	padding:5px 0 5px 30px;
	}
.testi-row-rght span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
.testi-row-rght p{ margin-top:15px;}
.prod-inner-sec6{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.prod-inner-sec7{
	float:left;
	width:100%;
	background:#e9f9fa;
	padding:70px 0;
	}			
			

<!--**************************************-->
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}

@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto} }

#pop_content {
    height: auto;
    max-width: 600px;
    background-color: white;
    border-radius: 4px;
    margin: 8% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px 20px;
}
.cross {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 100%;
}
#pop_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    clear: none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
