@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "Noto Sans Myanmar", 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;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.dsplay{width:100%;float:left;}
.flt{float:left;width:100%;}
.position{position:relative;}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.fl{ float:left;}
.fr{ float:right;}	
	
.topStrip{
    background: #000;
    padding: 5px 0 5px 0;
	float:left;
	width:100%;
	}
.topStrip p{
	font-weight:300;	
	font-size:15px;
	line-height:18px;
	color:#fff;
	letter-spacing:3px;
	text-transform:uppercase;
}
.header{
	height:81px;
	border-bottom:1px solid #e4e4e4;
	padding:10px 0;
}
.logo{max-width: 190px;float: left;margin: -5px 0 0;}
ul.hdrlist{ float:right; margin:0px 0 0 0;}
ul.hdrlist li{
	float:left;
	display:inline-block;
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:left;
	margin:0 25px 0 0;
}
ul.hdrlist li:last-child{margin:0;}
ul.hdrlist li img{
	vertical-align:middle;
	margin:0 5px 0 0;
	display:inline-block;
}
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 78px;
	}
.nav-sec{
    float: left;
    width: 100%;
    height: 78px;
    margin-top: -78px;
    top: 78px;
    position: relative;
    padding: 14px 0;
	background:#232323;
	border-bottom:1px solid #404040;
	/*background: url(../images/header-bg.jpg) no-repeat center top;*/
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 999999;
	background: #232323;
	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);		
	}
.fixed-nav .nav-sec .logo{}	
ul.menu-list{
    margin: 14px 0 0 0;
    text-align: center;
    float: right;
}
ul.menu-list li{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 25px 4px 25px;
    text-align: center;
	font-weight:400;
	/*background:url(../images/disc.png) right center no-repeat;*/
}

ul.menu-list li a{color:#fff;}
ul.menu-list li a:hover{ color:#fff;}
.logo-sec{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:10px;
	}
ul.nav-rgt{
	width:auto;
	text-align:left;
	margin:20px 18px 0 0;
	}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	padding:0 20px;
	}
ul.nav-rgt li:first-child{ padding-left:0;}		
ul.nav-rgt li:last-child{ border:none; padding-right:0;}	
ul.nav-rgt li a{color:#484848;}
ul.nav-rgt li img{
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    max-width: 100%;
    margin: -7px 5px 0 0;	
	}
.nav-btn{
    float: right;
	background:#fff;
    color: #ff7200;
    font-size:18px;
    text-align: center;
    width: 135px;
    height: 39px;
    line-height:39px;
	border:1px solid #ff7200;
	border-radius:30px;
	transition:all ease .5s;
	margin-top:10px;
}
.nav-btn:hover{ 
	background:#ff7200;
	color:#fff;
}		
/********************************/
.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;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #d81416;
    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: #318eed;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {background: #5d5d5d;}	
/************BANNER************/
.banner{
       float: left;
    width: 100%;
    position: relative;
    background:#232323;
    padding:25px 0px;
    overflow: hidden;
    text-align: center;
}
.s1-inner {
     display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.bnr-head{
	float: left;
	width: 100%;
	background: linear-gradient(to right, #9f9f9f, #e4e4e4, #9f9f9f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -2px;
	text-decoration: underline #cdcdcd;
}
.bnr-head span{
	    display: block;
    color: #ed1f27;
    padding-bottom: 6px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 66px;
    line-height: 85px;
}
.bnrtxt{
	font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    width:88%;
    margin-top: 20px;
    display: inline-block;
}
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2{
    height:52px;
    width: 210px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    font-weight:400;
    font-size:21px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #232323;
    padding-left: 0px;
    position: relative;
    border-radius:50px;
    text-transform: capitalize;
    margin-top: 25px;
}
.s1-inner .bnrbtn{
	background: none;
	border:2px solid #7d7d7d;
	}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    color: #232323;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    letter-spacing: -1px;
    text-decoration: underline;
}
.sec1-innr .bdhding2{}
.prd-det-sec .sec1-innr .bdhding2{}
.bdhding2 span {
	    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 4px 0 5px 0;
    color: #2c65c9;
    font-weight: 500;
}
.bdfont{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #070808;
	margin-top:15px;
}
.sec-para{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #0e0e0e;
    margin-top: 20px;
    font-weight: 400;
	}
.sec-para2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.bnr-model, bnr-prodts{
	display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    margin: -45px 0 0 -30px;
	}
.bnr-prodts{
	margin:53px 0 0 0;
	}	
/*-----------------------
CSS FOR SECTION1
------------------------*/	
.sec1{    
	padding:50px 0 40px;
    background: #fff;
    text-align: left;
    overflow: hidden;
	}
.sec1-innr{
	display:inline-block;
	width:100%;
	}
.sec1-innr .sec-para{}
.left-box { position: relative;}
.rgt-box {
	float: right;
    width:300px;
    margin:60px 0 0;
	padding:20px 15px 25px;
	text-align:center;
	position:relative;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   border-radius:10px;
	}
.s1-prodt{
	display:inline-block;
	max-width:100%;
	margin:0px 0 4px;
	}
.s1-txt1{
	font-size:25px;
	line-height:35px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}	
.s1-txt2{
	font-size:15px;
	line-height:25px;
	color:#000;
	font-weight:400;
	}		
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
	
.sec1 .clkbtn{ margin-top: 50px;}	
.s1txt{padding: 20px 0px 0 0px;}
.s1-model{
       position: absolute;
    left: 50%;
    top: 102px;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 440px;
	}
ul.s1-list {
    float: left;
    width: 100%;
    margin:30px 0 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 18px;
    position: relative;
}
ul.s1-list li{ 
    float: left;
    width: 32%;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
	}
ul.s1-list li:nth-child(2){flex-direction:column-reverse;} 	
ul.s1-list li span{
        display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    margin-bottom: 18px;
	}	
ul.s1-list li img{
	display:inline-block;
	max-width:100%; 
}
.s1-li-div1{
	float:left;
	width:100%;
	text-align:center;
	}
.s1-li-div2{
	float: left;
    width: 100%;
    height: 360px;
    padding: 100px 40px;
    text-align: left;
    background: #232323;
	}
.s1-li-r-btns{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
	z-index:2;
	}
.lst-cont{ 
    float: left;
    width: 48%;
    position: relative;
    padding: 20px 66px 20px 195px;
}

.lst-cont img{ 
    position: absolute;
    top: 24px;
    left: 28px;
}
ul.s1-list li:nth-child(2) .lst-cont { float:right;     padding: 20px 30px 20px 225px;}
ul.s1-list li:last-child .lst-cont { float:right;     padding: 20px 30px 20px 225px;}
ul.s1-list li:nth-child(2) .lst-cont img, ul.s1-list li:last-child .lst-cont img{ left:75px;}
.sec1 .bnrbtn{ margin-top:30px;
    background: none;
    border: 2px solid #7d7d7d;
}
/*------------section1-------------*/
	
.s1-model { top: 156px; }
ul.s1-list li{}
.lst-cont { width: 49%; padding: 10px 50px 10px 175px;}
.lst-cont img{ max-width:120px;}
ul.s1-list li:nth-child(2) .lst-cont,  ul.s1-list li:last-child .lst-cont { padding: 10px 30px 10px 200px;}
ul.s1-list li:nth-child(2) .lst-cont img, ul.s1-list li:last-child .lst-cont img{ left:50px;}
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.sec1-top{
    float: left;
    width: 100%;
    padding:60px 0px 60px;
    background:#f7fcff;
	}
.sec1-tot{
	float:left;
	width:100%;
	margin-top:55px;
}
.sec1-lft{
	float: left;
    width: 25%;
    background: #009cfc;
    margin-top: 15px;
    padding: 74px 11px;
    text-align: left;
    height: 330px;
    border-radius: 12px;
}
.lft-tx{
	float:left;
    font-size: 27px;
    line-height:40px;
    color: #fff;
    font-weight: 700;
    margin-top: 6px;
    text-transform: uppercase;
}
.lft-tx span{
	display:block;
}
.sec1-rht{
	float:right;
	width:74%;
	margin-top:10px;
	position:relative;
	text-align:left;
	height:334px;
	    background:url(../images/blue-box.png) no-repeat top left;
}
.sec1-rht .lft-tx{
	    float: right;
    width: 44%;
    margin-right: 210px;
    margin-top: 105px;
}
.sec1-rht .lft-tx span{
	color:#fff600;
}
.rht-btl{
    position: absolute;
    top: 10px;
    right: 46px;
    max-width: 240px;}
/*-----------------------
CSS FOR SECTION STRIP
------------------------*/
.sec-strip{
	float: left;
	width: 100%;
	padding:30px 0;
	background:#d4d4d4
	}
ul.strp-lst{
	float:left;
	width:100%;
	margin-top:0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	column-gap:12px;
	}
ul.strp-lst li {
	float: left;
    width: 24%;
    position: relative;
    text-align: left;
    padding: 0px 0px 0px 60px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
ul.strp-lst li span {
	display:block;
	font-size:20px;
    line-height: 30px;
	font-weight:700;
	margin-bottom:0px;
	}
ul.strp-lst li img{
	position: absolute;
    top: 3px;
    left: 0px;
	}
/*-----------------------
CSS FOR BANR BTN SECTION
------------------------*/

.bnr-btm-sec {
	float: left;
	width: 100%;
	text-align: center;
	background: #ffffff;
	padding: 60px 0 60px;
	height: auto;
	position: relative;
}
.sec2-img{
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 2;
	max-width: 550px;
}
.bnr-btm-sec-rit{
	float: left;
    width: 47%;
    text-align: left;
	}
.bnr-btm-img{
	position:absolute;
	right:0;
	top:0;
	}	
.bnr-btm-prodt{
	position: absolute;
    right: 30%;
    top: 305px;
    max-width: 360px;
	}	
.bnr-btm-sec-rit2{
	float:left;
	width:100%;
	margin-top:30px;
	position:relative;
	padding: 15px 0 0;
	}
.bnr-btm-sec-rit2:before{
	position:absolute;
	content:"";
	background:#ed1f27;
	height:340px;
	border-radius:12px;
	top:0px;
	left:0;
	right:0;
	}
.bnr-btm-sec-rit2:after {
    position: absolute;
    content: "";
    background: #ed1f27;
    height: 340px;
    border-radius: 0 12px 12px 0;
    top: 0px;
    right: -50px;
	width:60px;
}
.bnr-btm-sec-rit2_cont{
	float:right;
	width:55%;
	text-align:left;
	
}
.bnr-btm-sec-rit2_cont2{
    float: left;
    width: 100%;
}
.bnr-btm-sec-rit2_cont2 .bnrbtn{ margin-top:38px;}
.bnr-btm-sec ul {
    float: left;
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:16px;
	margin-top:16px;
}
.bnr-btm-sec ul li {
    float: left;
    width: 49%;
    position: relative;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: #0e0e0e;
}
.bnr-btm-sec ul li img {
	display: inline-block;
	margin:0 0 12px;
}
.bnr-btm-sec ul li span {
	    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #141c25;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
}
.bnr-btm-sec ul li p {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #686868;
    margin-top: 14px;
}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1{
    float: left;
    width: 100%;
    padding: 0 0 50px;
}
.sec1-in{
	width: 100%;
    float: left;
    position: relative;
    padding: 0;
    text-align: left;
	}
.hdng1div1 {
    width: 100%;
    float: left;
	margin-top:20px;
    background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1{
	text-transform:capitalize;
	font-size: 18px;
    line-height: 18px;
    font-weight: 600;
	}
.p1-sec1 {
    padding: 0 25px 0 0;
    background: #fff;
    color: #f97a30;
    text-align: left;
    width: auto;
    display: table;
}
.hdng2{
    width: 100%;
    float: left;
    font-size: 55px;
    line-height: 68px;
    color: #000;
	font-weight:700;
    text-transform: capitalize;
    margin-top: 0px;
	}
.p2-sec1{}
.cmntxt{ font-size: 20px;
    line-height: 28px;
    width: 85%;}
ul.list-sec1{
	width:100%;
	float:left;
	padding:0 13px;
	margin:63px 0 0;
	}
ul.list-sec1 li{
	border: 1px solid #cac8c8;
    margin-right: 10px;
    width: 24%;
    float: left;
    padding: 20px 0 16px 77px;
    position: relative;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    color: #000000;
	}
ul.list-sec1 li:last-child{margin-right:0;}
ul.list-sec1 li img{
	position:absolute;
	top:15px;
	left:15px;
	}
ul.list-sec1 li span{
	display:block;
	font-weight:700;
	}	
.icdiv-sec1{
	width:100%;
	float:left;
	height:32px;
	margin-bottom:13px;}
.ic-sec1{ margin:0 auto;}
ul.list-sec1 li p{
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;}
	
ul.sec1-lst{
	float: left;
    width: 62%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 13px;
    margin-top: 185px;
	}
ul.sec1-lst li {
    float: left;
    width: 100%;
    text-align: right;
    padding: 50px 421px 0 0;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
    position: relative;
    height: 244px;
	}
ul.sec1-lst li p{
	position:relative;
	z-index:9;
	}
ul.sec1-lst li p span{
	font-size: 18px;
    line-height: 30px;
    display: block;
    font-weight: 400;
    
    text-transform: none;
	margin-top:5px;
	}
ul.sec1-lst li img{
	position:absolute;
	top:0;
	right:0;
	}


/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
    float: left;
    width: 100%;
    padding:60px 0px 60px;
    background:#f8f8f8;
	text-align: center;	
	}
.section2 .common-head2{
	padding:0 0 0;
	text-align:center;
}
.section2 .common-para {
    width: 80%;
}
.sec2-tot{
    float: left;
    width: 100%;
	margin-top: 30px;
	}

.sec2-innr{
    float: left;
    width: 100%;
	height:790px;
    background: #0363a0;
    padding: 10px 20px;
    border-radius: 16px;	}
.s2-tot{
float: left;
    width: 100%;
    margin-top: 15px;
    height: 299px;
    background: #f1efef;
    position: relative;
	    margin-bottom: 40px;
}
.prodBox{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 12px;
    margin-top: 35px;
	}	

.prodbox-row, .prdt-lst, .item{
    float: left;
    width: 32%;
    padding: 20px 0;
    position: relative;
    border-radius: 0px;
	border: 1px solid #dddddd;
    text-align: center;
    background: #fff;
}
.prodbox1-row:hover, .prdt-lst:hover, .item:hover{
	background:#373737;
	}
.prodbox-row:hover .order-btn{
    background: none;
    border: 2px solid #7d7d7d;
	}	
.prd-tx, .prd-tx1{
    color: #fff;
    float: left;
    background: #009cfc;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    padding: 5px 17px;
    width: 102px;
    margin-left: 11%;}
.prd-tx1{
	 background: #bc1914;
}
.prdt-lst{ position:relative;}

.prd-bx, .prd-bx2{
	display:inline-block;
    width:100%;
    text-align: center;
}
.discont{
	background:#f04704;
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-align:center;
	padding:3px 6px;
	position:absolute;
	top:20px;
	right:20px;
	}
.prod-1{
	display: inline-block;
    max-width: 100%;
    margin: 0px 0;
	}	
.prodbx-head{
	font-size:28px;
    line-height: 38px;
    color: #373737;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
}
.prodbx-head span{ font-weight:400; font-size:16px;}
.prodbox1-row:hover .prodbx-head, .prodbox-row:hover .prodbx-head{
	background: linear-gradient(to right, #9f9f9f, #e4e4e4, #9f9f9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.prodbx-para{
	font-size:16px;
	line-height:26px;
	color:#6f7277;	
	margin-top:6px;
	text-align:center;
}	
.prodbx-prc{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size:28px;
    line-height:38px;
    color: #373737;
    margin-top:15px;
}
.prodbox1-row:hover .prodbx-prc, .prodbox-row:hover .prodbx-prc{
	background: linear-gradient(to right, #9f9f9f, #e4e4e4, #9f9f9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.order-btn{
    height: 52px;
    width: 240px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    font-weight: 400;
    font-size: 21px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #232323;
    padding-left: 0px;
    position: relative;
    border-radius: 50px;
    text-transform: capitalize;
    margin-top: 20px;
}					
.prodbox1-row:hover .order-btn{
    background: none;
    border: 2px solid #7d7d7d;
	}	
/*-----------------------
/*-------------------------
CSS FOR SECTION 1 SUB
--------------------------*/
.section1-sub{
    float: left;
    width: 100%;
    padding: 60px 0 0;
	position:relative;
}
.sec1-sub-lft{
	 width: 60%;
    float: right;
    position: relative;
    padding: 0;
    text-align: left;
    margin-top: 0px;
	}
.sec1-sub-pdt{
	position:absolute;
	top:20px;
	left:0;
	max-width:100%;
	}
.section1-sub .p3-sec1{ color:#000;}
.s1-rgt{
	float:right;
	width:35%;
	position:relative;
	margin-right:20px;
	}
.man{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-btl{
    margin: -38px -84px 0 0px;
    max-width: 100%;
    z-index: 2;
	}
.strip1in ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 20px;
    margin-top: 40px;
}		
.strip1in ul li:first-child {
}
.strip1in ul li {
    float: left;
    width: 48%;
    text-align: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #000000;
}
.strip1in ul li p {
        text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0px 0 0 45px;
    color: #000;
}
.strip1in ul li:last-child {
    border: none;
    padding-right: 21px;
}
.ic-strip {
    position: absolute;
    left: 0;
    top: 15px;
}
.sec4{    
	padding:0px 0 60px;
    background: #fff;
    text-align: center;
	}
.sec4 .bdhding2{}
.sec4 .sec-para{ }
.s1hding{  font-size: 24px; line-height: 36px;}
.s4box1{margin:0;}
.s4box2{margin:82px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{
	float:left;
	display:inline-block;
    }

.s4bx1-rgt{
    float: right;
    width: 46%;
    padding:110px 0 20px;
    text-align: left;
	}
.s4-prodt{
	float: left;
    max-width: 100%;
	}	
.s4bx1-rgt .sec-para { }
.s4-prdt{
	position: absolute;
    left: 0;
    top: -27px;
	}	
.s4bx2-rgt{
	float:left;
	width:100%;
	margin-top:35px;
	background: url(../images/s4bx2-rgt-bg.png) center top no-repeat;
    height: auto;
	padding:0px 50px 0;
	}
.s4bx2-rgt-inr{
	float: left;
    width: 56%;
    padding: 50px 0 0;
    text-align: center;
	}
.s4bx2-rgt-inr .bnrbtn{margin-top: 40px; background: #000;}
.s4img1{margin:0;display:block;}
.s4img2{float:right;margin:0;display:block;}
.s4bx-hding{
	float:left;
	width:100%;
	position:relative;
	font-size:35px;
	line-height:42px;
	font-weight:900;
	color:#000000;
	text-transform:capitalize;
	padding:0px 0 0 0;
	}
.s4bx-hding:before, .s4bx-hding:after{
	position:absolute;
	content:"";
	border-top:2px solid #000000;
	width:15%;
	top:20px;
	left:0;
	}
.s4bx-hding:after{ left:auto; right:0;}
.s4bx-hding2{
	text-align:left;
	font-weight:bold;
	font-size:42px;
	line-height:45px;
}
.s4bxtxt{
	text-align:left;
	padding:10px 0 0 0;
	color:000;
}
.s4bx2-inr_lst{
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 40px 40px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 2px #c9d2da;

	}
ul.s4-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 26px;
    margin-top: 0px;
	}
ul.s4-list li{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding:0px 0px 0px 65px;
	}
ul.s4-list li:nth-child(2){ }	
.s4-li-cont img{
	position:absolute;
	top:2px;
	left:0;
	max-width:50px;
	}		
ul.s4-list li p{
   font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}	
ul.s4-list li p span{
	display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	
    margin-bottom: 10px;
	}
.s4-li-cont{
    float: left;
    width: 100%;
	}
.s1-li-imgs{
	display:inline-block;
	width:100%;
	box-shadow: 0px 8px 15px #111;
	}

/*-----------------------
     FOOTER POPUP
------------------------*/
.affil-popup .pop-content{ padding:30px 40px 35px;}
.affil-popup .affil-logo{ margin:0 auto 10px; display:block;}	
.affil-popup .common-para{ margin-top:15px;}
.affil-popup .btnBlk{ margin-top:20px;}	
.affil-popup .popclose{ right:14px;}			
/*--------------------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);
}
}


/*------------------------------
PRODUCTS DETAILS ORDER 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:#3279b2;
	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:15px;
	line-height:18px;
	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;
    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;
	font-weight:normal;
    color: #2d2d2d;
	font-family: 'SF Display';
	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;
	}
.chk-btn{
    float: left;
    width: 100%;
	background:#3279b2;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.continue-btn{
	float: left;
    width: 100%;
	border:2px solid #3279b2;
    color: #000;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	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 DETAILS_PAGE
=====================================*/

.prodBreadcrm {
        float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px;
    background: #ed1f27;
    letter-spacing: 0.5px;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:18px;
	color: #fff;	
	font-weight:500;
	padding-left:0;	
	}	
.prodBreadcrm p a{ color:#fff; font-weight:300;}
.prod-5{
    top: 15px;
    right: -10px;
	}
.prod-6{
    top: 0px;
    right: -10px;
	}	

/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec{	
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0 50px;
	}
.contact-sec .cmntxt{ color:#000;}	
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	}
.mar-t0{ margin-top:0;}
.cntc-inr{
	float:left;
	width:100%;
	padding:0 35px 30px 0;
	position:relative;
	}

ul.cnt-list{
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
    padding: 10px 0 10px 55px;
    border-bottom: none;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:15px;
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#000;
    line-height:26px;
	}
ul.cnt-list li p a{ color:#000;}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#000;
	font-weight:600;
	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: #eeeeed;
    padding: 30px 30px;
    position: relative;
    border-radius: 10px;
	}
.msgbx-txt{
    float:left;
    width:100%;
    font-size:32px;
	text-align:center;
    line-height:32px;
    color:#000000;
	font-weight:600;
    padding-bottom:40px;
	position:relative;	
	}
.msgbx-txt:after{
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background: #fbb71c;
    left: 50%;
    margin-left: -40px;
    top: 52px;
    border-radius: 5px;
	}
.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-weight:300;	
	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;
	}
.submit{
	display: inline-block;
    vertical-align: middle;
	border:none;
	outline:none;
    background: #428ac2;
    border-radius:3px;
    text-align: center;
    width: 100%;
    height: 65px;
    font-size:26px;
    line-height: 65px;
    color: #ffffff;
    font-weight: bold;
    margin-top:20px;
	-webkit-appearance:none;
	}	
		
/*------------------------------
	LAB-RESULTS SECTION
--------------------------------*/
.labresults-sec{
	float:left;
	width:100%;
	background:url(../images/lab-banner.jpg) no-repeat center top;
	padding:40px 0 35px;
	}
.lab-sec-left{
	float:left;
	width:61%;
	text-align:left;
	padding:60px 0;
	}
.lab-sec-left .common-para{ padding-right:80px;}
.lab-imgbx{
	float:right;
	width:35%;
	position:relative;
	}
.lab-bnr-image{
	margin:0 auto 0;
	display:block;
	max-width:100%;
    position: relative;
    z-index: 2;	
	}
.lab-imgbx:before{
	content:'';
	position:absolute;
	border:1px solid #dcd9d9;
	top:20px;
	left:-20px;
	right:15px;
	bottom:-20px;
	}
.lab-bnr-seal{
	position:absolute;
	top: 133px;
	right: 335px;
	z-index: 2;
	}	

/*===lab-sec-1===*/
.lab-section1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.lab-s1-mid{
	float:left;
	width:100%;
	margin-top:55px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.lab-s1-col{
	float:left;
	width:23.5%;
	border:1px solid #dce2cd;
	padding:20px;
	position:relative;
	}
.lab-s1-col:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:111px;
	height:135px;
	background:url(../images/lab-s1-col-icn.png) no-repeat left top;
	}
.lab-col-top-hdng{
	float:left;
	width:100%;
	text-align:left;
	font-size:27px;
	line-height:32px;
	color:#000000;
	position:relative;
	font-weight:600;
	border-bottom:2px solid #3279b2;
	padding-bottom:15px;
	}
.lab-col-top-prod{
	position:absolute;
	right:-12px;
	top:-55px;
	}
.lab-col-qr-details{
	float:left;
	width:100%;
	padding-top:20px;
	}
.lab-qr-text1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#14193c;
	font-weight:600;
	}
.qr-code-lab{
	float:left;
	width:100%;
	border:1px solid #dce2cd;
	margin-top:15px;
	padding:10px;
	}
.qr-code-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.lab-qr-dnlode{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:20px;
	color:#055ee2;
	font-weight:600;
	text-decoration:underline;
	}
.labdnld-icn-lft{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 8px 0 0;
	}
.labdnld-icn-rgt{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 8px;
	}
.lab-s1-btm{
	float:left;
	width:100%;
	margin-top:60px;
	}

/*------------------------------
		FAQ SECTION
--------------------------------*/
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:775px;
	width: 100%;
	text-align: left;
	margin:40px 0 20px;
	}
.up-slide-dwn {
	float: left;
	width: 100%;
	border-bottom:1px solid #dedede;
	}
.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/dwn-arw.png) no-repeat 100% center #fff;
	padding:18px 40px 18px 0;
	font-size:22px;
	line-height:28px;
	color: #000000;
	cursor: pointer;
	font-weight:600;
	letter-spacing:0.3px;
	}
.acdn-heading.accordion-open {
	background: url(../images/arw-up.png) no-repeat 100% center;
	}
.acdn-content {
	float: left;
	width: 100%;
	padding:10px 20px 10px 0;
	border-top:1px solid #d3d3d3;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size:18px;
    color: #1c1c1c;
    line-height: 26px;
	margin-bottom:15px;
	letter-spacing:0.3px;
	}
	
/*==========PRODUCT DETAILS PAGE==========*/
.prodDtls1-left{
	float:left;
	width:41.67%;
	text-align:center;
	margin:0 0 0 0;
	}
.prd-slide2{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.prod-dtls1-slide{
	width:100%;
	background:#fff;
	/*border:1px solid #d9d9d9;*/
	border-radius:5px;
	margin:15px 0 0;
}	
.prd-slide{margin:0px auto;display:block;max-width:100%;padding:20px 5px;}
/*.prod-lft-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.prod-lft-list li{
	float:left;
	width:33.33%;
	text-align:center;
	margin-top:30px;
	}	
.prod-lft-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.prod-lft-seal{
	width:100%;
	margin-top:100px;
	padding:0 20px 35px;
	}*/
.cont-sec {
    float: left;
    width: 100%;
    margin-top:20px;
}	
p.s1-p2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    padding: 4px 0 0;
    display: inline-block;
    width: 100%;
}
ul.bndl-list {
        float: left;
    width: 100%;
    margin-top: 5px;
}	
ul.bndl-list li {
	float: left;
    width: 100%;
    padding-left: 24px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 10px;
    margin: 3px 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}		
/*============RIGHT============*/
.prodDtls1-rght{
	float:right;
	width:55%;
	text-align:left;
	}
.prod-nmhd1{
	font-size: 20px;
    line-height:28px;
    color: #ed1f27;
    /* text-align: left; */
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px;
	}

.prod-nameHdng{
    font-size: 35px;
    line-height: 45px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Oswald", sans-serif;
	}
.prod-nameHdng span {
    font-size: 20px;
    line-height: 30px;
}
.details-para{
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin: 10px 0 0 0;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

ul.prdrgt-list1{margin:26px 0 0 0;}
ul.prdrgt-list1 li{
	background:url(../images/bullet.png) left 2px no-repeat;
	padding:0 0 0 36px;
	margin:10px 0 0 0;
	font-size:17px;
	line-height:24px;
	color:#6f7277;
	text-align:left;
}
.price {
	font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin: 16px 0 16px;
    float: left;
    width: 100%;
    color: #000;
}
.prd-rat {
	float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.prd-rat .sccode-ing {
	    color: #ed1f27;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
}
.select-txt, .prd_quantity, .add-to-cart, .logos{
	float:left;
	display:inline-block;
}
.select-txt{	
	color: #6a6161;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    float: left;
    width: 100%;
}	
.prd_quantity {
    vertical-align: top;
    margin-top: 15px;
	display:none;
}
.option-field {
    float: left;
    margin-top: 12px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 340px;
    font-size: 18px;
    line-height: 24px;
    outline: none;
    border-left: 10px solid #ed1f27;
    font-family: inherit;
    margin-bottom: 10px;
}
.option-field option{
	background:#fff;
	color:#333;
}

.pack-sec{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
	margin-top:20px;
	padding:0 22px;
	}
.package{
	width:30%;
	float:left;
	border-radius:5px;
	border:1px solid #d8ebeb;
	overflow:hidden;
	cursor:pointer;
	}
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15%;
	}	
.package.active{
	border:1px solid #3279b2;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.2);	
	}		
.pkgInner{
	float:left;
	width:100%;
	background:#fff;
	}	
.pack-hdng{
    background:#b5c0c9;
    float: left;
    width: 100%;
	padding:5px;
	}
.package.active .pack-hdng{ background:#3279b2;}		
.pack-hdng p{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
	letter-spacing:0.5px;	
    color: #fff;
	}				
.pkg-mdl{
    float: left;
    width: 100%;
	padding:12px;
	}
.prod-quanty{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.prod-dv{
    float: left;
    width: 100%;
    position: relative;
	margin-top:15px;
	}
.pkg-prod{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.pkg-msrp{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #505050;
    margin-top:15px;
	}
.pkg-msrp span{
	position:relative;
	padding:0 5px;
	}
.pkg-msrp span img{
	position:absolute;
	top:0px;
	left:2px;
	width:100%;
	}
.prcDv{
	float:left;
	width:100%;
    text-align: center;
	margin-top:4px;
	}
.rtl-prc{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	color:#242424;
	}
.float-prc1{
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
	}
.float-prc2 {
	font-size: 16px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
	}
.float-prc2 span{
    border-top: 1px solid #636363;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 15px;
	color:#636363;
	}
.save-text{
	float: left;
    width: 100%;
    font-size: 17px;
    color: #3279b2;
	font-weight:500;
    margin-top:0;
	letter-spacing:0.5px;
	}
	
.switch-opt{
	float:left;
	width:100%;
	margin-top:20px;
	padding-left:22px;
	}
.buyopt{
	float:left;
	width:48.5%;
	background:#fff;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	padding:13px 10px 13px 55px;
	border:1px solid #d5d5d5;
	border-radius:7px;
	}
.buyopt.fr{float:right;}
.buyopt.active{ background:#e9f4fc; border:1px solid #3279b2;}
.buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyopt input[type=radio] + span{
	position:absolute;
	left:15px;
	width:24px;
	height:24px;
	border-radius:2px;
	border:1px solid #d5d5d5;
	top:17px;
	background:#fff;
	}
.buyopt input[type=radio]:checked + span:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background: url(../images/prd-tik.png) no-repeat left center;
	background-size:100%;
	left:2px;
	top:2px;
	}
.buy-opt-t1{
	font-size:18px;
	line-height:20px;
	color:#151515;
	font-weight:600;
	}	
.buy-opt-t2{
	font-size:16px;
	line-height:18px;
	color:#9a9a9a;
	margin-top:4px;
	}
.buyopt.active .buy-opt-t2{ color:#516d81;}	
.buy-opt-t3{
	font-size:16px;
	line-height:18px;
	color:#4a4a4a;
	font-weight:600;
	margin-top:6px;
	}	
.buyopt.active .buy-opt-t3{ color:#000000;}	
.purchase-price{
	float: left;
    width: 100%;
	}
.purch-lft{
	float:left;
	width:50%;
	text-align:left;
	}
.retail-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 16px;
    color: #505050;
	}
.retail-prc span{
	position:relative;
	padding:0 2px;
	}
.retail-prc span img{
	position:absolute;
	top:5px;
	left:2px;
	}
.disct-prc{
	display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0;	
	}
.purch-rgt{
	float:right;
	width:50%;
	text-align:right;
	}
.save-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 18px;
    color: #3279b2;
	}	
.add-to-cart{
    width: 65%;
    height: 52px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
    position: relative;
    font-weight: bold;
    background: #ed1f27;
    display: inline-block;
    margin:18px 0 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: capitalize;
    font-family: inherit;
	}
.logos2{
	margin:25px 0 0 10px;
}
.shop-s1bx{
	background:#22211c url(../images/shop-s1bxbg.jpg) right top no-repeat;
	padding:40px 660px 40px 35px;
	margin:60px 0 0 0;
	position:relative;
}
.shop-s1bx-prd{
	position:absolute;
	top:96px;
	left:590px;
	width:130px;
}
.shop-s1bx-hd{
	font-weight:bold;
	font-size:26px;
	line-height:32px;
	color:#fff;
	text-align:left;
}
.shop-s1bx-hd span{color:#ff7200;}
.shop-s1bx-txt{
	padding:20px 0 0 0;
	font-size:17px;
	line-height:26px;
	color:#c4c4c4;
	text-align:left;
}
.shopsec2{padding:50px 0 50px 0; text-align:center; background:#fff;}
.shopsec3{padding:50px 0 70px 0;}


.secure-img{
	margin:15px auto 0;
	display:block;
	max-width:100%;
}
	
.faq-container2{
	float:left;
	width: 100%;
	text-align: left;
	margin-top:40px;
	}
.up-slide-dwn2{
	float: left;
	width: 100%;
	}
.accordion2{
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/plus-icn.png) no-repeat 100% center #fff;
	padding:18px 40px 18px 0;
	font-size:20px;
	line-height:28px;
	color: #121212;
	cursor: pointer;
	font-weight:600;
	letter-spacing:0.5px;
	border-bottom:1px solid #cfcfcf;
	}
.acdn-heading2.accordion-open{
	background: url(../images/minus-icn.png) no-repeat 100% center;
	}
.acdn-content2{
	float: left;
	width: 100%;
	padding:20px 0 10px;
	}
.acdn-para2{
    font-size:17px;
    color: #000;
    line-height: 25px;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.gumies-ing{
	max-width:100%;
	display:block;
	margin:0 auto 20px;
	}	
.revw-row{
	float: left;
    width: 100%;
    padding: 0 0 0 73px;
    text-align: left;
    position: relative;
	margin:6px 0;
	}
.rvw-nm {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 52px;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    color: #23262d;
    font-weight: 500;
    text-transform: uppercase;
}
.rev-star{
	float: left;
    max-width: 100%;
	margin:8px 0 0;
}
.revw-row p{
    float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}
.revw-tik {
    position: absolute;
    left: 37px;
    top: 35px;
}
.revw-p1, .revw-p2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #3279b2;
	letter-spacing:0.5px;
    font-weight: 600;
}
.revw-p2{
    color: #282828;
    font-weight: 600;
	margin-top:15px;
	font-size: 18px;
}
.revw-p2 span{
	color:#6b6b6b;
	font-weight:400;
	font-size:16px;
}
.revw-hr{
	float: left;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
	border:none;
    margin: 8px 0;
}
.prd-dtl-vari-cust{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.top-0{ margin-top:0;}
.sugest-img1{
	border-radius:50%;
	width:90px;
	margin:-10px 0 0 0;
	}
.view-ing{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:18px;
	color:#4db6db;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.lab-ing{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#4db6db;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:0.5px;
	margin-top:10px;
	}	
.file-img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.qr-img1{ float:right; width:140px; margin-left:10px;}	

/*CSS FOR SIZE POPUP*/
.ing-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:9;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.popup-container{
	float: left;
    width: 100%;
	padding:25px;
    max-height: 100%;
	}
.pop-content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:990px;
	background:#fff;	
	padding:10px;
	position:relative;
	border-radius:10px;
	}
.pop-image{
	float:left;
	width:100%;
	max-height:60vh;
	overflow-y: auto;
	}
.popclose{ position:absolute; top:16px; right:37px; font-size:15px;cursor:pointer; border: 1px solid #000;width: 25px;height: 25px;line-height: 25px;border-radius: 50%;}
.ingredient{float:left; width:100%;}

.terms-cont{
	float:left;
	width:100%;
	text-align:left;
	}
.terms-cont .common-para{
	font-size:17px;
	line-height:25px;
	margin-top:17px;
	}	
.terms-cont .common-para a{ color:#3279b2;}	
.terms-hd{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#000;
	}	
.terms-subhd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:30px;	
	}	
.terms-cont ul{
	float:left;
	width:100%;
	margin-top:17px;
	padding-left:40px;
	}
.terms-cont ul li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	list-style:disc;
	margin-bottom:10px;	
	}	
.terms-cont ul li:last-child{ margin-bottom:0;}	

/*=========Thankyou========*/
.thank-section-1{
	float:left;
	width:100%;
	font-weight:normal;
	padding:0 100px;
	}
.thnk-txt1{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #393733;
    font-weight: bold;
	letter-spacing:0.5px;
	}
.thnk-txt2{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #1c1c1c;
	font-weight: normal;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width: 20%;
	}
.cart-col-1{
	width: 60%;
	padding: 0 0 0 20px;
	text-align: left;
	position: relative;
	}
.cart-col-4{
	text-align: right;
	padding: 0 20px 0 0;
	}
.cart-prd-row .cart-col-3, .cart-prd-row .cart-col-4{margin-top:20px;}
.cart-prd-row{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
	}
.cart-prd-row:last-child{
	border: none;
	}
.cart-prd-1{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 72px;
	}
.thank-p1{
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	color: #393733;
	font-weight: 600;
	margin:40px 0 -17px;
	position:relative;
	z-index:1;
	letter-spacing:0.5px;
	}
.thank-p1 span{
	background:#fff;
	padding:0 8px;
	}
.thank-ord{
	float: left;
	width: 100%;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:18px 7px;
	font-size: 17px;
	line-height: 22px;
	color: #2d2d2d;
	letter-spacing:0.5px;
	}
.thank-dtl-box{
	float: left;
	width: 100%;
	margin:30px 0;
	}
.cart-heading-row{
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	font-weight:500;
	letter-spacing:0.5px;
	background: #3279b2;
	}
.cart-prd-name{
	float: left;
	width: 100%;
	padding: 0 0 0px 80px;
	color:#666;
	font-size: 15px;
	line-height: 22px;
	letter-spacing:0.5px;
	}
.cart-prd-name span{
	font-size: 18px;
	color: #393733;
	font-weight: 500;
	}
.unit-price{
	float: left;
	width: 100%;
	color: #393733;
	font-size: 18px;
	line-height: 22px;
	}
.thnk-rit-price-row{
	float: right;
	width: 46%;
	padding: 10px 0;
	}
.cart-rit-price{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 22px;
    color: #1e1e1e;
    text-align: left;
    padding: 12px 3px;
    font-weight: 500;
	}
.cart-prc-spn{
	float: right;
	text-align: right;
	}
.thnk-rit-price-row .cart-rit-price{
	font-size: 18px;
	padding: 15px 3px;
	font-weight: normal;
	}
.thnk-rit-price-row .cart-prc-spn{
	text-align: left;
	width: 90px;
	}
.thnk-Addressinfo{
	float: left;
	width: 100%;
	}
.ty-lft-Address, .ty-rgt-Address{
	float: left;
	width: 48%;
	text-align: left;
	}
.sh-heading{
	float: left;
	width: 100%;
	color: #393733;
	font-size: 22px;
	font-weight:600;
	line-height:38px;
	letter-spacing:0.5px;
	}
ul.user-info{
	float: left;
	width: 100%;
	margin-top: 10px;
	border:5px solid #ebebeb;
	padding:15px;
	background:#fff;
	}
ul.user-info li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 110px;
	margin: 5px 0;
	color: #393733;
	font-size: 16px;
	line-height: 21px;
	word-break:break-all;
	}
ul.user-info li span{
	position: absolute;
	left: 0;
	color: #2b2b2b;
	font-weight: 500;
	}
.ty-rgt-Address{float: right;}	




/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding:20px;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #ed1f27;
    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 #ed1f27;
}
.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;
}
.prod-list p span {
    display: inline-block;
    font-weight: 400;
}
.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 10px;
    max-width: 630px;
    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;
}
.ing-img {
        max-width: 70%;
    margin: 10px 0;
    display: block;
}
.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;
}

/**********************************/

.thank-hdg {
    float: left;
    width: 100%;
    font-size: 38px;
    margin: 10px 0;
    color: #000;
}
.inr-cont.thank-pg {
    float: left;
	background:#fff;
    width: 100%;
    padding: 30px 0 60px;
}
.s1-p2 pad-1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	}


/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #d4d4d4;
}
.foo-logo{
	display:inline-block;
	vertical-align: middle;
	max-width: 140px;
	margin-bottom:5px;
}
.ftrBox2 {
    float: left;
    width: 100%;
}
.ftr-nav {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	row-gap: 5px;
    margin: 12px 0;
}
.ftr-nav li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.ftr-nav li img{     display: inline-block;
    vertical-align: middle;}
.ftr-nav li:last-child{margin-right:0;}
.other-links {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other-links li{
	    position: relative;
    margin-right: 20px;
    line-height: 28px;
    font-weight: 400;
}
.other-links li:last-child{margin-right:0;}
.other-links li:after{
	content:"";
	position:absolute;
	top:2px;
	bottom:2px;
	right:-10px;
	border-right:1px solid #ccc;
}
.other-links li:last-child:after{
	border:none;
}
footer p, .foo-btm p {
    float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 20px;
	margin-top:12px;
	font-weight:400;
}
footer .ftr-txt2{
	float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    line-height: 25px;
	margin-top:15px;
	}
.ftr-txt2 a{ text-decoration:underline;}	
footer p a{
	color: #2d2d2d;
	padding:0 5px;
}
.foo-btm{
    padding:25px 0;
	border-top:1px solid #e6e7ea;
}
.foo-btm p{
	margin:0;
}