@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #1e1e1e;
	text-align: center;
	font-family: 'Sofia Pro';
	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;
	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;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
	float: left;
    width: 100%;
    background: #ec1f27;
    padding: 5px 0;	
}
.blue-rgt{float:right;}
.blue-p1{
	float:left;
	font-size:12px;
	line-height:16px;
	color:#fff;
	font-weight:300;
}
.blue-p2{
	display:inline-block;
	vertical-align:inherit;
	font-size:14px;
	line-height:16px;
	color:#fff;
	margin-left:10px;
}
.blue-ship-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
}
.brd-blue-lft{
	border-left:1px solid #fff;
	padding-left:10px;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-bar {
	float: left;
    width: 100%;
    background: #000;
    height: 68px;
    margin-top: -68px;
    position: relative;
    top: 68px;
    padding: 5px 0;
}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 68px;
}
/*----------------
MENU BAR CSS
-----------------*/
.logo{
	float: left;
    max-width: 157px;
    margin: 10px 0 0;
}
.menu-bar {
	    float: right;
    padding: 20px 0 0 0px;
}
.menu-bar li {
	float: left;
	position:relative;
}
.menu-bar li a {
	float: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 0px 25px;
    text-transform: uppercase;
    font-weight: 300;
}

.menu-bar li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background: #b8b8b8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.menu-bar li:last-child:after{
	display:none;
}
.menu-bar li a:hover, .menu-bar li a.active {
	    color: #ec1f27;
    text-decoration: none;
}
a.cart-top{
	border:1px solid #cbd3df;
	border-radius:5px;
	padding: 8px 10px;
	float:right;
	font-size:18px;
	line-height:16px;
	color:#2d2d2d;
	margin-top:4px;
}
a.cart-top img, a.cart-top span{
	display:inline-block;
	vertical-align:middle;
}
a.cart-top span{
	border-left:1px solid #e1e1e1;
	padding-left:6px;
	margin-left:6px;
}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #efede7;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
/************BANNER************/
.banner{
	float:left;
	width:100%;
	height:458px;
	background:url(../images/bg-bnr.jpg) no-repeat center top;
	background-size:cover;
	}
.bnr-content{
	width:100%;
	float:left;
	box-sizing:border-box;
	position:relative;}
.product-bnr {
        position: absolute;
    top: 160px;
    left: 375px;
    max-width: 260px;
}
.bnr-rgt {
    width: 500px;
    float: right;
    box-sizing: border-box;
}
.p1-bnr, .p2-bnr{
	    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: capitalize;
}
.p1-bnr {
       font-size: 18px;
    line-height: 18px;
    margin: 78px 0 13px;
}
.p1-bnr span{
	    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ec1f27;
    vertical-align: middle;
    margin: 0 10px;
	}
.p2-bnr { 
	font-size: 50px;
    line-height: 60px;
    font-weight: 700;}
.shop-btn {
    display: inline-block;
    width: 223px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 3px solid #ad0007;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
    transition: all ease 0.2s;
	background:#ec1f27;
	margin-top:31px;
}

/***********STRIP1**************/
.strip1{
	float:left;
	width:100%;
	background:#eeeeee;
	position:relative;
	}
.strip1in{ width:100%; float:left; padding: 22px 17px; position:relative;}
.strip1in ul{
	width:100%;
	float:left;}
.strip1in ul li{
	float:left;
	position:relative;
	margin:0 25px;
	min-height:67px;}
.ic-strip{
	position:absolute;
	left:0;
	top:0;}
.strip1in ul li p{
	float:left;
	text-align:left;
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
	padding: 16px 0 0 85px;
	color:#ec1f27;}
.strip1in ul li p span{
	    font-size: 14px;
    color: #000;
    text-transform: capitalize;}
.strip1in ul li:first-child{ margin-left:0;}
.strip1in ul li:last-child{ margin-right:0;}
.shape-strip{
	position:absolute;
	left:0;
	right:0;
	bottom:-31px; margin:0 auto;}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section1{ float:left; width:100%; padding: 85px 0 75px;}
.sec1-in{
	width: 100%;
    float: left;
    position: relative;
    padding-right: 630px;
    text-align: left;}
.model-sec1{ position:absolute; right:0px ;top:0;}
.hdng1div{}
.hdng1div1 {
    width: 100%;
    float: left;
	margin-top:10px;
    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: #ec1f27;
    text-align: left;
    width: auto;
    display: table;
}
.hdng2{
	    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    text-transform: capitalize;
    margin-top: 8px;}
.p2-sec1{text-align:left;}
.cmntxt{ font-size:16px; line-height:24px;}
.p3-sec1{
	width: 100%;
    float: left;
    margin-top: 25px;
    font-size: 17px;
    line-height: 26px;}
ul.list-sec1{
	width:100%;
	float:left;
	padding:0 13px;
	margin:63px 0 0;}
ul.list-sec1 li{
	width:auto;
	float:left;
	padding:0 34px;
	border-right:1px dashed #ec1f27;}
ul.list-sec1 li:first-child{ padding-left:0;}
ul.list-sec1 li:last-child{ padding-right: 0; border-right:none;}
.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;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section2{
	float:left;
	width:100%;
	padding:68px 0 56px;
	background: #eeeeee;
	}
.hdng1div2 {
    width: 45.5%;
	display:table;
	margin:0 auto;
    background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.s2-block{
	    float: left;
    width: 100%;
    margin: 28px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.s2-prd-box{
	       float: left;
    width: 32%;
    background: #fff;
    position: relative;
    margin: 10px 10px 10px 0;
	
}
.s2-prd-box:nth-child(4){
	margin-right:0;
	}
.s2-bx-arw{
	position:absolute;
	left:50%;
	top:-25px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.s2-p1{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    background: #104775;
    padding: 15px 10px;
}
.s2-p2{
    float: left;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    background: #000000;
    color: #fff;
    padding: 5px 10px 10px;

}
.s2-prd-div{
	float: left;
	width: 100%;
	padding:20px 12px;
}
.s2-col-prod{
	   display: block;
    position: static;
    max-width: 340px;
    vertical-align: middle;
}
.cart-prdname .s2-col-prod {
       float: left;
    border: 1px solid #ccc;
    width: 90px;
    padding: 5px;
    text-align: center;
    margin: 0px 18px 0 0;
}
.s1prdbx-prc {
    margin: 0px 0 0 0;
}

.s1prdbx-hding, .s1prdbx-prc {
    font-weight: 500;
    font-size: 30px;
    line-height: 31px;
    color: #000;
}
.s2-price-div{
	float: left;
    width: 100%;
    border: 5px solid #fff;
    padding: 0px 20px 20px;
    position: relative;
}
.s2-price-div .shop-btn{
	    margin-top: 21px;
	}
.p1-sec2, .p1-sec4 {
    padding: 0 20px;
    color: #ec1f27;
    text-align: center;
    width: auto;
    display: inline-block;
}
.p1-sec2 {
    background: #eeeeee;
}
.s2-p3{
	float: left;
	width: 100%;
	font-size: 46px;
	line-height:53px;
	color:#000;
	font-weight:400;
	margin-bottom:25px;
}
.s2-p3 sup {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
}
.s2-p3 span {
    position: relative;
}
.s2-p3 sub {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: -14px;
    bottom: 7px;
    color: #000;
}
.marg-1{
	margin:0 1.5%;
}
.s2-p4 {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
	font-weight:500;
    position: relative;
}
.s2-ul{
	float: left;
	width: 100%;
	margin:35px 0 0;
}
.s2-ul li{
	    display: inline-block;
    width: 12.5%;
    background: url(../images/s2-line.png) no-repeat right bottom;
}
.s2-ul li:last-child{
	background:none;
}
.s2-ic-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:10px;
}
.s2-p5{
	float: left;
	width: 100%;
	font-size: 19px;
	line-height:24px;
	font-weight:500;
	color:#2d2d2d;
}

/***********prlx-strip************/
.prlx-strip {
        width: 100%;
    float: left;
    padding: 40px 0 50px;
    background: url(../images/bg-prlx1.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
}
.prlx-strip2{
	background: url(../images/bg-prlx2.jpg) no-repeat center top;
	}
.p1-prlx{
	    color: #fff;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
	}
.p2-prlx {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    width: 64%;
    margin: 14px auto 0px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
/************SECTION3************/
.section3{ float:left; width:100%;}
.sec3-lft{ float:left; background:#ec1f27;}
.sec3-lft, .sec3-rgt{height:614px; width:50%;}
.sec3-lft-in, .sec3-rgt-in{ width:502px;}
.sec3-lft-in{ float:right; padding: 0 15px 0 0;}
.sec3-rgt{
	float:right;
	background: url(../images/bg-rgt-sec3.jpg) no-repeat left top;
	background-size:cover;}
.sec3-rgt-in{ float:left;}
.p1-sec3 {
    padding: 0 20px 0 0;
    background: #ec1f27;
    color: #fff;
    text-align: left;
    width: auto;
    display: table;
}
.hdng1div3 {
    width: 70%;
    float: left;
    margin-top: 40px;
    background: url(../images/bg2-hdng1.jpg) repeat-x center center;
}
.p2-sec3 { text-align: left; color: #fff;}
.p3-sec3{
	width:100%;
	float:left;
	text-align:left;
	color:#fff;
	line-height:22px;
	margin-top: 20px;}
.points-sec3{
	width:100%;
	float:left;
	margin: 35px 0 0;}
.pointsin-sec3{
	width:100%;
	float:left;
	text-align:left;
	position:relative;
	padding-left:57px;}
.ic-sec3{
	position:absolute;
	left:0;
	top:0;}
.prod-sec3{ margin: 83px 0 0 55px; float:left;}
.p4-sec3{
	font-size:20px;
	line-height:20px;
	color:#fff;
	}
.p5-sec3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 8px 0 0;
}
.mrgn1-sec3{ margin:40px 0;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section4 {
    float: left;
    width: 100%;
    padding: 62px 0 53px;
    background: #fff;
}
.p1-sec4{ background: #fff;}
ul.list-sec4{
	    width: 100%;
    display: flex;
    margin: 53px auto 0;
    flex-wrap: nowrap;
    column-gap: 15px;
    float: left;
}
ul.list-sec4 li{
    float: left;
    padding: 0 0;
    width: 25%;}
ul.list-sec4 li:first-child{ padding-left:0;}
ul.list-sec4 li:last-child{ padding-right:0;}
.ic-sec4{ float:left;}
ul.list-sec4 li p {
    float: left;
    text-transform: uppercase;
    text-align: left;
    font-size: 16.09px;
    line-height: 24px;
    color: #000;
    margin: 20px 0 0 20px;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding: 80px 0 0;
}
.s5-img{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	margin-top:8px;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {
	float: left;
	width: 100%;
	padding:8px 0;
	background:#ec1f27;
}
.s6-ul {
    float: left;
    width: 100%;
}
.s6-ul li {
    float: left;
    width: 25%;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}
.s6-ul li a {
    color: #fff;
}
.s6-ul li img {
    vertical-align: middle;
    margin-right: 8px;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
        float: left;
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
	
}
.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;
	margin:10px 0;
}
.ftr-nav li {
    margin-right: 20px;
}
.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;
    margin-top: 20px;
}
.other-links li{
	    position: relative;
    margin-right: 20px;
    line-height: 28px;
}
.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: 18px;
    line-height: 20px;
	margin-top:12px;
	font-weight:300;
}
footer .ftr-txt2{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
	margin-top:15px;
	}
footer p a{
	color: #2d2d2d;
	padding:0 5px;
}
.foo-btm{
    padding: 15px 0;
	border-top:1px solid #cfd2d9;
}
.foo-btm p{
	margin:0;
}
/*-============================================
CSS FOR INNER PAGE
============================================-*/
.innrBreadcrm {
       float: left;
    width: 100%;
    color: #1d1c1a;
    font-size: 16px;
    text-align: left;
    background: #ffffff;
    padding: 5px 0;
}
.innrBreadcrm a, .innrBreadcrm a:hover {
    color: #1d1c1a;
}
.innrBreadcrm span{
	color: #ec1f27;
}
.prd-sec-1 {
        float: left;
    width: 100%;
    padding: 40px 0;
    background: #eeeeee;
}
.prd-s1-lft {
    float: left;
    width: 470px;
    margin: 60px 0 0;
}
.prd-slide-div {
    float: left;
    width: 100%;
    position: relative;
}
.prod-divin-prdct1, .prod-divin-prdct2 {
        width: 100px;
    float: left;
    position: relative;
    height: 100%;
    background: #ec1f27;
    position: absolute;
    padding: 10px 0;
}
img.prd-slide-1 {
    float: left;
    margin: 23px 0 22px 86px;
}
.prd-lft-prc-box{
	float: left;
    width: 100%;
	margin:28px 0 0;
}
.prd-lft-row{
	float: left;
    width: 100%;
	padding:0 18px 0 0;
}
.prd-s1-lft-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 35px;
	text-align:left;
	position:relative;
	padding-left:65px;
	text-transform:uppercase;
}
.prd-s1-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prd-s1-lft-p2{
	float: right;
    color: #ec1f27;
    font-size: 22px;
    line-height: 35px;
	text-align:right;
	font-weight:500;
}
.prd-s1-hr{
	float: left;
    width: 100%;
	border:none;
	height:1px;
	background-color:#d2daea;
	margin:15px 0;
}

.p5-prdct1 {
    width: 100%;
    float: left;
    margin: 13px 0 0;
}
.plus-prdct1 {
    float: left;
}
.p5-prdct1 span {
    text-decoration: underline;
    font-size: 18px;
    line-height: 18px;
    color: #ec1f27;
    text-transform: uppercase;
    float: left;
    margin: 4px 0 0 12px;
	font-weight:600;
}

.prd-s1-rit {
    float: right;
    width: 670px;
    text-align: left;
}
.prd-s1-p1 {
    float: left;
    width: 100%;
    color: #ec1f27;
    font-size: 43px;
    line-height: 58px;
    font-weight: 500;
	letter-spacing:-0.5px;
}
.prd-s1-p2{
    float: left;
    width: 100%;
    color: #34322d;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
	letter-spacing:-0.5px;
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prd-s1-p3{
	    float: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #4a4a4a;
    font-size: 22px;
    line-height: 26px;
    /* letter-spacing: -0.5px; */
    padding: 6px 0;
    /* font-family: Arial, Helvetica, sans-serif; */
    margin: 12px 0;
    text-transform: uppercase;
}
.prd-s1-p3 img {
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
ul.bndl-list {
    float: left;
    width: 100%;
}
.prd-s1-ul{
	float: left;
    width: 100%;
	margin:18px 0;
}
ul.bndl-list li {
    float: left;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 10px;
    margin: 4px 0;
    font-size: 19px;
}
ul.ing-list {
    float: left;
    width: 100%;
    margin-top: 15px;
}
ul.ing-list li{
	    display: inline-block;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    margin-right: 30px;
    padding-left: 20px;
	}
ul.ing-list li:before{
	position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ec1f27;
    content: '';
	}
ul.ing-list li:first-child{
	float:left;
	width:100%;
	font-size:20px;
	font-weight:700;
	margin-right:0;
	padding-left:0;
	}
ul.ing-list li:last-child{ margin-right:0;}
ul.ing-list li:first-child:before{ display:none;}
.prd-s1-ul li{
	float: left;
    width: 100%;
	padding-left:30px;
	text-align:left;
	background: url(../images/prd-tik.png) no-repeat left 10px;
	margin:4px 0;
}
.ing-img {
    max-width: 420px;
}
p.ing-hed {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
	color:#ec1f27;
}
.prd-strength-row{
	float: left;
    width: 48%;
    padding: 17px 0 0px;
}
.prd-strength-p1{
        display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    /* letter-spacing: -0.5px; */
    width: 100%;
}
/*.s1-btnbx ul {
    height: 50px;
    width: 400px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
    box-shadow: 2px 0px 10px #ccc;
    position: relative;
    z-index: 9;
}
.s1-btnbx ul li {
    padding: 13px 10px;
    z-index: 2;
    transition: all 0.3s;
}
.s1-btnbx ul li.init {
    cursor: pointer;
    font-weight: 700;
}
.s1-btnbx ul li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #d2e3eb;
    cursor: pointer;
}
.s1-btnbx ul li span {
    float: right;
}
.s1-btnbx ul li.init i {
    float: right;
    margin-top: 3px;
    font-size: 20px;
}*/

.prd-strength-row .option-field {
	height: 51px;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	padding: 10px 13px;
	outline: none;
	font-weight: 500;
	margin: 4px 0 7px 0;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 10px;
}
p.s1-p2 {
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 100%;
}
.prd_quantity {
        float: right;
    vertical-align: top;
    margin-top: 15px;
	width:48%;
}
.price {
    font-size: 32px;
    margin: 20px 0 0px;
    width: 100%;
}
.buyOpt-row {
    float: left;
    width: 48%;
    cursor: pointer;
    position: relative;
    border: 1px solid #ec1f27;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}

.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #ec1f27;
	left: 4px;
    top: 4px;
}
/*.buyOpt-row.active .buyOpt-pkg p{
    background: #eaeff6;
}*/
.prd-s1-btn-row{
	float: left;
    width: 100%;
	margin:30px 0 20px;
}
.prd-s1-btn-row .shop-btn{
	    background: #ec1f27;
    color: #fff;
    font-size: 26px;
    line-height: 65px;
    width: 400px;
    float: left;
    margin: 0;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.prd-cards{
	float:left;
	max-width:100%;
}
.prd-faq-box{
	float: left;
    width: 100%;
	margin-top:30px;
}
.accordion {
	float: left;
	width: 100%;
	padding: 13px 20px 17px 0px;
	font-size: 24px;
	line-height: 28px;
	color: #000;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	text-align: left;
	border-top: 1px solid #ebebeb;
	position:relative;
}
.acdn-heading.accordion-open {
	border-bottom:4px solid #ec1f27;
}
.accordion:after{
	content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    height: 17px;
    width: 17px;
    background: url(../images/faq-plus.png) no-repeat right center;
    transition: transform 0.375s linear;
	margin-top:-8px;
}
.acdn-heading.accordion-open:after {
	transform: rotate(135deg);
}
.acdn-content {
	float: left;
	width: 100%;
	padding:15px 0;
	text-align: left;
}
.acdn-content p{
	padding:6px 0;
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #282828;
	font-weight:300;
}
.acdn-content p.blue-fnt{
	color:#ec1f27;
}
.acdn-content p span{
	font-weight:600;
	color:#ec1f27;
}
.certi-50-div{
	width:46%;
	text-align:center;
}
.prd-mbg-block{
	float:left;
	width:100%;
	padding-left:125px;
	position:relative;
}
.prd-mbg{
	position:absolute;
	left:0;
	top:10px;
	width:110px;
}
.lab-ana-p1{
	float:left;
	width:100%;
    font-size: 20px;
    line-height: 26px;
    font-weight:600;
	color:#ec1f27;
	margin:8px 0 15px;
}
.lab-300-dtls{
	display:inline-block;
	max-width:100%;
	margin-bottom:6px;
}
.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-tik {
    position: absolute;
    left: 37px;
    top: 35px;
}
.revw-p1, .revw-p2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #ec1f27;
    font-weight: 600;
}
.revw-p2{
    color: #282828;
    font-weight: 600;
	margin-top:2px;
	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;
}
/*-============================================
CSS FOR SHOP PAGE
============================================-*/
.shop-sec-1{
	    float: left;
    width: 100%;
    padding: 40px 0;
    background: #eeeeee;
}
.shop-sec-1, .s2-prd-box{ }
/*-============================================
CSS FOR ABOUT PAGE
============================================-*/
.in-pg-cont .s1-p1{
	font-size: 45px;
    line-height: 50px;
}
.abt-sec-1{
	float: left;
    width: 100%;
    padding: 45px 0 70px;
}
.abt-s1-lft{
	float: left;
    width: 550px;
	text-align:left;
}
.abt-s1-lft .s4-p1{
    font-size: 23px;
    color: #2d2d2d;
}
.pad-3{
	padding:5px 0 12px;
}
.abt-s1-ul{
	float: left;
    width: 100%;
	margin:30px 0 38px;
}
.abt-s1-ul li {
    float: left;
    background: url(../images/s2-line.png) no-repeat right bottom;
	text-align:center;
	padding:0 30px;
}
.abt-s1-ul li:last-child {
    background: none;
}
.abt-s1-ul li:nth-child(1){
	padding-left:0;
}
.abt-s1-ic-1{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	height: 44px;
}
.abt-s1-p1 {
    display: inline-block;
    font-size: 16px;
    line-height:18px;
    color: #2d2d2d;
}
.abt-s1-img{
	position:absolute;
	right:0;
	top:0;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.abt-sec-2{
	float: left;
    width: 100%;
    padding: 50px 0;
	background:#f1f5f9;
}
.abt-s2-ul{
	float: left;
    width: 100%;
	padding:35px 95px 0;
}
.abt-s2-ul li{
	float: left;
    width: 300px;
	border:1px solid #cccccc;
	background:#fff;
	padding-bottom:20px;
}
.abt-s2-ul li:nth-child(2){
	margin:0 35px;
}
.abt-s2-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.abt-s2-p1{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    color: #ec1f27;
    font-weight: 600;
}
.pad-4{
	padding:15px 5px 15px;
}
.abt-s2-p-minht{
	min-height:216px;
	margin-bottom:15px;
}
.abt-s2-p2{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    font-weight: 300;
	padding:5px 5px 0;
}
.abt-s2-ul li .s4-p2{
	padding:0 11px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.abt-sec-3{
	float: left;
    width: 100%;
    padding: 50px 0 90px;
}
.abt-sec-3 .shop-btn{
	margin-top:55px;
}
.abt-s3-lft {
    float: left;
    width: 609px;
    text-align: left;
}
.abt-s3-lft .s4-p2{
	width:90%;
}
.abt-s3-img {
    position: absolute;
    right: 70px;
    top: 0;
}
/*-============================================
CSS FOR FAQ PAGE
============================================-*/
.faq-block{
	float: left;
    width: 100%;
	padding:10px 70px 0;
}
.faq-block .acdn-content p{
	font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
	padding:2px 0 20px;
}
.faq-block .acdn-content {
    padding: 0 20px;
}
.faq-block .accordion {
    font-size: 22px;
    line-height: 28px;
    color: #014979;
    border-top:none;
	padding: 12px 50px 12px 20px;
	background:#f0f0f0;
	margin:9px 0;
}
.faq-block .acdn-heading.accordion-open {
    border-bottom: none;
}
.faq-block .accordion:after {
    background: url(../images/faq-plus-new.png) no-repeat right center;
	height: 21px;
    width: 22px;
	margin-top: -10px;
}
/*-============================================
CSS FOR LAB PAGE
============================================-*/
.lab-sec-1 {
    float: left;
    width: 100%;
    padding:40px 0 60px;
}
.lab-row{
	float:left;
	width:100%;
	margin:30px 0 0;
}
.lab-btl-300{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.lab-box{
	display:inline-block;
	width:540px;
	margin:0 25px;
	vertical-align:middle;
}
.lab-ul{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.lab-ul li{
	display:inline-block;
	padding:0 25px;
	background: url(../images/s2-line.png) no-repeat right center;
}
.lab-ul li:last-child{
	background:none;
}
.lab-s1-ic{
	display:inline-block;
	max-width:100%;
}
.lab-s1-p1{
	display:inline-block;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 23px;
    font-weight:300;
    text-transform: uppercase;
}
.lab-ul li .s4-p2{
	color:#ec1f27;
	font-weight:normal;
	line-height:23px;
	float:none;
	display:inline-block;
}
.lab-row .lab-300-dtls{
	vertical-align:middle;
	margin:0;
}
.lab-box .s4-p1{
	color:#154369;
	font-weight:bold;
}
.lab-hr{
	float:left;
	width:100%;
	height:1px;
	background:#e1e1e1;
	border:none;
	margin:50px 0 15px;
}
/*-============================================
CSS FOR REVEW PAGE
============================================-*/
.revw-container{
	float:left;
	width:100%;
	padding:30px 70px 0;
}
.revw-block{
	float:left;
	width:100%;
}
.revw-lft{
	float:left;
	width:300px;
	position:relative;
	padding:0 0 0 95px;
	text-align:left;
	background: url(../images/revw-lft-line.png) no-repeat right center;
}
.r-y-stars{
	float:left;
	max-width:100%;
	margin:5px 0 7px;
}
.marg-3{
	margin:5px 0;
}
.revw-right{
	float:left;
	width:698px;
	position:relative;
	padding-left:42px;
	margin-left:28px;
	text-align:left;
}
.blue-clr{
	color:#154369;
}
.marg-4{
	margin-bottom:4px;
}
.rev-coat{
	position:absolute;
	left:0;
	top:3px;
}
.revw-container .lab-hr {
    margin: 30px 0;
}
/*-============================================
CSS FOR CONTACT PAGE
============================================-*/
.cont-sec-1{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #eeeeee;
}
.cont-box{
	float: left;
    width: 100%;
}
.cont-lft{
	    float: left;
    width: 525px;
    padding: 35px 2px 35px 35px;
    text-align: left;
}
.cont-right{
	float: right;
    width: 597px;
    padding: 35px 35px;
    background: #fff;
}
.cont-p1{
	    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}
.cont-ul{
	float: left;
    width: 100%;
}
.cont-ul li{
	    float: left;
    width: 100%;
    padding: 0px 0 0 82px;
    margin-top: 41px;
    position: relative;
}
.cont-ul li .s4-p2{
	    font-weight: 700;
    margin-bottom: 4px;
}
.cont-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.cont-frm-box{
	float: left;
    width: 100%;
}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    margin: 15px 0;
    position: relative;
}
.cont-hlf{
	width: 46%;
}
.cont-frm-ic-1 {
    position: absolute;
    left: 8px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	display:none;
}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0px 0 10px;
    font-family: 'Sofia Pro';
}
.cont-btn {
       -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 10px 0 0;
    padding: 0;
    background: #ec1f27;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    padding: 0 67px;
    float: left;
    border-radius: 30px;
    font-family: 'Sofia Pro';
    cursor: pointer;
}


/*===========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 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.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: 70px;
	width: 100%;
	padding-top:30px;
	border-bottom: 1px solid #e5e5e5;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	float:left;
	margin:3px 10px 0 0;
	}
.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:20px 0 20px;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	float:left;
	width:60px;
	height:60px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	text-align:center;
	background:#f9f9f9;
	position:relative;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top:13px;
	max-width:80%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#104775;
	border-radius:50%;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	line-height:17px;
	}
.drawer-prod-rght{
	float:right;
	width:200px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#1e1e1e;
	font-weight:600;
	}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#1e1e1e;
	font-weight:300;
	}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#104775;
	font-weight:500;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}
a.chk-btn{
    float: left;
    width: 100%;
    background: #000;
    color: #ffffff;
    font-size: 21px;
	line-height:21px;
    text-decoration: none;
    padding: 18px 0;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
	}
a.chk-btn img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
	margin-top:-3px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}


.qsn-popup{
	position:absolute;
	right:8px;
	top:16px;
	background:#ec1f27;
	color:#fff;
	text-align:center;
	border-radius:50%;
	width:20px;
	font-size:14px;
	height:20px;
	}
.qsn-popup a{ color:#fff;}
.toltip-content{
	position:absolute;
	right:-30px;
	width:500px;
	top:55px;
	background:#0d3353;
	z-index:99;
	padding:12px;
	color:#fff;
	border-radius:5px;
	text-align:left;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	letter-spacing:0.5px;
	box-shadow: 0px 0 25px -5px rgba(0,0,0,0.5);
	}
.toltip-content:after{
	content:'';
	position:absolute;
	top:-11px;
	right:40px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #0d3353;
	}
.close-ttp{
	position:absolute;
	right:0px;
	top:0;
	width:20px;
	height:20px;
	background:#ec1f27;
	border-radius:0 5px 0 5px;
	cursor:pointer;
	line-height:20px;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}



/*================checkout_section===============*/
.checkout_section{
	float:left;
	width:100%;
	padding:50px 0;
	background:#ffffff;
	}
.chk-container-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	}
.chk-left{
	float:left;
	width:62%;
	}
.steps-chk{
	float:left;
	width:50%;
	text-align:center;
	border:1px solid #d7d7d7;
	font-size:20px;
	line-height:20px;
	color:#1e1e1e;
	font-weight:300;
	background:#f6f6f6;
	padding:15px 0;
	border-radius:5px 5px 0 0;
	}
.steps-chk.actv{
	background:#ec1f27;
	color:#fff;
	font-weight:500;
	}
.frmBox {
	float: left;
	width: 100%;
	padding:25px 24px;
	border:1px solid #d7d7d7;
	border-radius:0 0 5px 5px;
	text-align:left;
	border-top:none;
	}
.input-box {
	float: left;
	width: 100%;
	height: 44px;
	border: 1px solid #cfcfcf;
	text-align: left;
	padding: 0 0px 0 40px;
	border-radius: 3px;
	background-color: #ffffff;
	outline: none;
	margin:7px 0;
	position: relative;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding:0 0 0 15px;}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	padding: 0 10px 0 5px;
	font-family: 'Sofia Pro';
	border-radius:0 3px 3px 0;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	padding: 3px 42px 0 5px;
	}
a.continue-btn{
	float:left;
	width:355px;
	max-width:100%;
	font-size: 22px;
    line-height: 50px;
    color: #000;
	margin-top:25px;
    letter-spacing: 1px;
    border: 2px solid #000;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 3px;
    position: relative;
    transition: all ease 0.2s;
	}
a.continue-btn i {
    margin: -1px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
	}
a.continue-btn:hover{
	color:#fff;
	background:#000;
	transition:all ease 0.2s;
	}
.cvv-img{
	float:left;
	margin:10px;
	}
/*==================*/
.chk-right{
	float:right;
	width:36%;
	background:#f7f7f7;
	padding:15px;
	}
.order-smry-hdng{
	float:left;
	width:100%;
	font-size:23px;
	line-height:26px;
	color:#104775;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px solid #d0d0d0;
	text-align:left;
	}
.prc-p1{
	float:left;
	width:75%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.prc-p1 span{ 
	color:#4e4e4e;
	font-size:16px;
	font-weight:300;
	}
.prc-p2{
	float:right;
	width:25%;
	text-align:right;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.rvw-hr {
    float: left;
    width: 100%;
    height: 1px;
    border: none;
    background: #d0d0d0;
	margin-top:20px;
	margin-bottom:0;
	}
.mrgn-10{ margin-top:12px;}
/*================Payment-section===========*/
.frmBox2{
	padding:20px 30px;
	}
.fieldToggle {
	display:inline-block;
	vertical-align:middle;
    color: #363636;
    font-size: 18px;
    line-height: 22px;
    margin:5px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
	text-align:left;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span,
.protectionHeading label input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:18px;
	height:18px;
	border:1px solid #808080;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:3px;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:13px;
	height:13px;
	background:url(../images/tik-blk.png) no-repeat center center;
	background-size:100%;
	left:1px;
	top:1px;
	}
a.whats-dis {
    float: left;
    color: #257d20;
    font-size: 19px;
    margin: 17px 0 0 20px;
    text-decoration: underline;
	}
.card-accept {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #2d2d2d;
    font-size: 16px;
    text-align: left;
	}
.card-accept img {
    display: inline-block;
    vertical-align: middle;
	}



/*****************************/
/*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: #ec1f27;
    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 #ec1f27;
}
.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;
	/*text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;*/
}
.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: 10px 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;
}
.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;
}

.thank-hdg {
    float: left;
    width: 100%;
    font-size: 25px;
    margin: 10px 0;
}
/************************************************/
.prod-det-s1-lft{
	float:left;
	width:42%;
}
.prd-sldr{
	float: left;
    width: 100%;
    border: 1px solid #e7eef9;
    padding: 40px 0px;
}
.prd-sldr .s2-col-prod{max-width: 660px;}
.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-det-s1-rgt{
	width: 53.6%;
	float: right;
	text-align: left;
	margin-top: 12px;
}
.prod-det-s1-rgt .btnBlk{ width:100%;}
.prod-det-prd-nm{
	font-size:24px;
	line-height:28px;
	font-weight:500;
	text-align:left;
}
.vcards{display: inline-block;
    margin-top: -6px;
    vertical-align: middle;
    margin-left: 20px;}
.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: 17px;
    line-height: 26px;
    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%;
}
div#opt1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 10px;
    row-gap: 60px;
    margin-top: 45px;
}
.option{
	   float: left;
    vertical-align: top;
    width: 32%;
    border-radius: 0px;
	}
.options_box{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	}
.option-hed{ 
	    font-size: 22px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
.pack-opt {
	position: relative;
    float: left;
    width: 100%;
}
.pack-opt .s2-col-prod{
	max-width: 120px;
    float: left;
    margin: -52px 0 17px;
	}
.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;
	text-align:center;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.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 #b80001;
}

.pack-opt input[type=radio] + .package-type span:hover {
	transition: all .3s ease;
}

p.pr-dtl-s1-rgt-p2 {
    float: left;
    width: 100%;
    font-size: 27px;
}
.purchase-container {
        margin: 5px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.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: 1px solid #dbd8d8;
    position: relative;
}
.buyopt.active {
	background: #f7fffb;
	color: #000;
	border: 1px solid #49a372;
}
.buyopt input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}
.buyopt input[type=radio] + span {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #49a372;
    top: 50%;
    margin-top: -9px;
    background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #49a372;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.buyopt input[type=radio]:checked + .buyopt {
    background: #eef7f3;
    color: #000;
    border: 1px solid #769c8b;
}

/**********PRODUCT DETAIS TRUST**********/
.prod-det-trust{
	float:left;
	width:100%;
	padding:30px 0;
	background:#f7feff;
	text-align:center;
}
.prod-det-trust ul.s1-right-list li{width: 16.33%; padding:0;}
.prod-det-trust ul.s1-right-list li:after{position: absolute; content: ""; top: 0; bottom: 15px; right: 0; border-right: 1px solid #edd9d9;}
ul.s1-right-list {
    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;
    margin-top: 25px;
}
.prod-det-trust ul.s1-right-list li {
    width: 16.33%;
    padding: 0;
}
ul.s1-right-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
    padding: 0 0 25px;
}
.s1-icon {
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
    width: 80px;
}
im
.prod-det-trust ul.s1-right-list li:nth-child(3):after{ display:block;}
.prod-det-trust ul.s1-right-list li:last-child:after{ display:none;}
.prod-det-trust ul.s1-right-list li:before{ display:none;}
/**********PRODUCT DETAIS SECTION-2**********/
.prod-det-s2{
	float:left;
	width:100%;
	padding:0 0 60px;
}
.tab1img1 {
    float: right;
    max-width: 100%;
    width: 390px;
}
.tab1hding {
    font-size: 31px;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
       color: #ec1f27;
}
.tab1txt1 {
   margin-top: 20px;
    width: 70%;
    padding: 0 160px 0 0;
    text-align: left;
    font-size: 18px;
    line-height: 27px;
}

ul.uselist {
    margin: 20px 0 0 0;
}
ul.uselist li {
    padding: 10px 0;
    text-align: left;
}
.usehding {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    margin-top: 20px;
    font-weight: 400;
    color: #103d6a;
}
.step {
    height: 35px;
    width: 106px;
    background: #103d6a;
    border-radius: 30px;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
.usetxt {
      margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    padding: 0 0 0 13px;
}
.usetxt:before{
	    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #000;
    content: '';
    z-index: 5;
	}
.tab2img {
    float: right;
    margin: 20px -15px 0 0;
    max-width: 100%;
}
.useimg {
    float: right;
    margin: -40px 0 0 40px;
    max-width: 100%;
}

ul.tab2list {
    margin: 36px 0 0 0;
    width: 56%;
}
ul.tab2list li {
    position: relative;
    padding: 0 0 0 38px;
    margin: 23px 0 0 0;
    text-align: left;
}
ul.tab2list li img {
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
}
.tab2lhding {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-weight: 600;
    color: #103d6a;
}

.tab2ltxt, .tab2ltxt2 {
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 0 10px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
ul.tab2list li img {
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
}
.tab-ing {
    max-width: 460px;
    display: block;
    margin: 30px auto 0;
}