@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter', 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;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
      Top Section
------------------------*/
.top-caption{
	float:left;
	width:100%;
	background:#da1333;
	height:34px;
	position:relative;
	overflow:hidden;
	}
.caption{
	position:absolute;
	left:0;
	width:100%;
	padding-top:7px;
	}
.caption-txt{
	color:#ffffff;
	font-size:18px;
	line-height:20px;	
	letter-spacing:0.5px;
	white-space: nowrap;
	font-weight:bold;
	}
.caption-txt span{
	color:#fff17e;
	font-weight:600;
	}	
.caption-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0;
}
.up-log-sec{
	float:left;
	width:100%;
	padding:15px 0;
	}
.up1-log{
	display:inline-block;
	vertical-align:top;
	}

.up-step-sec{
	float:left;
	width:100%;
	}
.up-step-sec-inr{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 935px;
    border-top: 1px solid #e3e3e3;
    padding: 14px 0 20px;
	}
ul.step-lst{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.step-lst li{
	float:left;
	width:33.3%;
	position:relative;
	}
ul.step-lst li p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 100px);
	text-align:left;
	position:relative;
	font-size:18px;
	line-height:22px;
	color:#bdbdbd;
	font-weight:500;
	}
ul.step-lst li.active p{ color:#000;}
.step-tk{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}

/*-----------------------
    Banner Section
------------------------*/
.up-bnr-sec{
	float:left;
	width:100%;
	background:url(../images/up-bnr-sec.jpg) center top no-repeat;
	background-size:cover;
	height:310px;
	overflow:hidden;
	}
.up-bnr-inr{
	float: left;
    width:73%;
    text-align: left;
    margin-top:60px;
	}
.up-bnr-hd{
	float:left;
	width:100%;
	font-size:42px;
	line-height:50px;
	color:#151f6d;
	letter-spacing:0.5px;
	font-weight:700;
	}
.up-bnr-para{
	float:left;
	width:100%;
	font-size:25px;
	line-height:32px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:20px;	
	}		
.up-bnr-prd{
	position:absolute;
	right:60px;
	top:0;
	}
	
/*-----------------------
    Upsell Section1
------------------------*/
.up-section1{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 40px;
	}
.prod-dtls1-slide{
	float:left;
	width:46%;
	position:relative;
	}
.up-prod{max-width:100%;}	
.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;
	}
.s1-bnr-img{
	margin:35px auto 0;
	display:block;
	max-width:100%;
	}		
				
/*============RIGHT============*/
.prodDtls1-rght{
	float:right;
	width:50%;
	text-align:left;
	}
.prod-name{
	float:left;
	width:100%;
	font-size:17px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	}
.prod-name span{ font-weight:600;}
.prod-caption{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:25px;	
	}
.new-tx{
	font-size:22px;
	line-height:28px;
	margin-bottom:5px;
}
.new-tx span{
	color:#ff0000;
	font-weight:700;
}
.prod-heading{
	float:left;
	width:100%;
	font-size:38px;
	line-height:42px;
	color:#000;
	font-weight:700;
	letter-spacing:-0.3px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:16px;		
	}
.prod-heading span{
	color:#ff0000;
}
.prd-rat{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    color: #4b4b4b;
    margin-top: 17px;
	letter-spacing:0.5px;
	}
.prd-rat img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 3px 0 0;
	}
.star-rat{
	width:94px;
}
.tk-img{
	width:16px;
}
.prd-rat p{
    float:right;
	margin-top:2px;
	}
.prd-rat p img{
    margin: -2px 3px 1px -1px;
	}
.prd-rat p span{ 
	font-weight:600; 
	color:#ff0000;
	}	
.slide-div{
	float:left;
	width:100%;
}
.prod-desc{
	float:left;
	width:100%;
	font-size:17px;
	line-height:23px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:18px;		
	}	
.prod-prcBox{
	float:left;
	width:100%;
	margin-top:25px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;	
	}	
.reg-prc{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#ff0000;
	letter-spacing:0.5px;
	font-weight:500;	
	}	
.reg-prc span{ 
	color:#000;
	position:relative;
	}	
.strike:before{
 	content: '';
    position: absolute;
    left: -3px;
    right: -3px;
    height: 1px;
    background: #F00;
    top: 12px;
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
	}
.today-prc{
	float:left;
	width:100%;
	font-size:30px;
	line-height:32px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-top:8px;	
	}
.save-prc{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#1a9809;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-top:12px;	
	}
ul.prod-det-lst{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
ul.prod-det-lst li{
	background:url(../images/prod-det-lst-tik.png) left 5px no-repeat;
	font-size:18px;
	line-height:26px;
	margin:10px 0 0;
	padding-left:30px;
}
.btnBlk{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:100%;
	text-align:center;
	margin-top:30px;
	}
a.cart-btn{
	float:left;
	width: 100%;
	background:#1cb02a;
	text-align:center;
	height:80px;
	color: #ffffff;
	font-size: 30px;
	line-height: 80px;
	position: relative;
	font-weight:bold;
	border-radius:7px;
	letter-spacing:0.5px;
	}
.mbg-txt{
    float: left;
    width: 100%;
    position: relative;
    color: #323131;
    font-size: 16px;
	margin-top: 8px;
	}	
.mbg-txt:before, .mbg-txt:after{
    content: '';
    position: absolute;
    top: 12px;
    height: 1px;
    background: #adaea8;
    left: 0;
	right:0;
	}	
.mbg-txt span{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 15px;
	}
	
.faq-container{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 40px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	margin-bottom:12px;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 18px 20px 18px 20px;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
	letter-spacing:0.5px;
    cursor: pointer;
	border:1px solid #e1e1e1;
	border-radius:12px;
	}		
.acdn-heading.accordion-open{
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:1px solid #e1e1e1;
	border-radius:12px 12px 0 0;
	padding-left: 20px;
	border-bottom:none;
	padding-top:15px;
	}	
.acdn-content{
    float: left;
    width: 100%;
	border:1px solid #e1e1e1;
    padding: 18px 10px 25px 20px;
	border-radius:0 0 12px 12px;
	}
.faq-txt{
	float:left;
	width:100%; 
    font-size: 17px;
    line-height: 26px;
    color: #000;
	letter-spacing:0.3px;
	margin-top:15px;
	}
.mt-0{margin-top:0px;}
.faq-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	}	
.faq-list li{
	background:url(../images/faq-tike.png) no-repeat left 5px;
	float:left;
	width:100%;
	text-align:left;
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	padding-left:40px;
	margin-top:12px;
	}		
	
.offerBox{
	float:left;
	width:100%;
	text-align:center;
	background:#fffbe6;
	border:1px solid #efdeb6;
	border-radius:12px;
	padding:22px 15px 30px;
	margin-top:12px;
	}
.offer-head{
	float:left;
	width:100%; 
    font-size: 22px;
    line-height: 30px;
    color: #000;
	letter-spacing:0.5px;
	font-weight:bold;	
	}
.offer-para{
	float:left;
	width:100%; 
    font-size: 20px;
    line-height:26px;
    color: #000;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.offerBox .btnBlk{ margin-top:20px;}
a.no-txt{
	float:left;
	width:100%; 
    font-size: 16px;
    line-height:20px;
    color: #323131;
	text-decoration:underline;
	margin-top:10px;	
	}	
.counter-box{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 306px;
    margin-top: 22px;
	}
.counter-box p{
	float:left;
	width:100%;
	color:#292929;
	font-size:20px;
	font-weight:500;
	letter-spacing:0.5px;
	}
#clockdiv, #clockdiv2{
	float:left;
	width:100%;
	margin-top:12px;
	}
#clockdiv > div, #clockdiv2 > div{
	float:left;
	width:26%;
	}
#clockdiv p, #clockdiv2 p{
	float:left;
	width:11%;
	color:#000;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	}
#clockdiv div > span, #clockdiv2 div > span{
	float:left;
	width:100%;
	border-radius: 3px;
	padding:8px 0 0px 0;
	text-align:center;
	color:#000;
	font-size:40px;
	line-height:40px;
	font-weight:500;
	}
.smalltext{
	float:left;
	width:100%;	
	font-size: 16px;
	color:#000;
	text-align:center;
	margin-top:2px;
	letter-spacing:0.5px;
	}					
.comn-tx{
	font-size:16px;
	line-height:22px;
	margin-top:20px;
	float:left;
	width:100%;
}
/*-----------------------
    UPSELL STRIP
------------------------*/
.up-strip{
	float:left;
	width:100%;
	background:#4a4a4a;
	padding:20px 0;
}
ul.up-strp-lst{
	float:left;
	width:100%;
	padding:0 140px;
}
ul.up-strp-lst li{
	width:25%;
	float:left;
	padding:0 40px;
	position:relative;
}
ul.up-strp-lst li:after{
	content:'';
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	border-right:1px solid #919191;
}
ul.up-strp-lst li:last-child:after{display:none;}
.up-strp-icn{
	display:block;
	margin:0 auto 10px;
}
ul.up-strp-lst li p{
	font-size:18px;
	line-height:26px;
	color:#fff;
}

/*-----------------------
		DOWNSELL V1 CSS
------------------------*/
.down-v1-bnr-prd {
    top: -40px;
}

/*-----------------------
		DOWNSELL V2 CSS
------------------------*/
.up-bnr-sec.dwn-v2-bnr-sec{
	background: url(../images/dwn-v2-bnr-sec.jpg) center top no-repeat;
	height:auto;
}
.dwn-v2-bnr-sec .up-bnr-inr{margin-top:0; padding:40px 0; width:100%; text-align:center;}

.dwn-v2-s1-inr{
	max-width:830px;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.dwn-v2-s1-inr .prodDtls1-rght{width:100%; text-align:center;}
.dwn-v2-s1-inr .prod-heading{border-bottom:none; padding-bottom:0; font-size:48px; line-height:58px;}

.dwn-v2-s1-img{ 
	display:flex;
	-webkit-display:flex;
	max-width:793px;
	width:100%;
	background:#f8f8f8;
	padding:30px 80px;
	border-radius:6px; 
	margin:30px auto;
	justify-content:space-between;
	align-items:center;
}
.plus{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#42954b;
	color:#fff;
	font-size:50px;
	line-height:50px;
}
.dwn-v2-prd-img{
	position:relative;
}
.seal{
	background:url(../images/seal.png) center top no-repeat;
	position:absolute;
	right:-10%;
	top:30%;
	font-size:35px;
	line-height:37px;
	width:135px;
	height:129px;
	font-weight:bold;
	color:#fff;
	padding-top:11%;
}
.seal2{
	padding-top:25%;
}

.dwn-v2-s1-inr .prod-prcBox{border-bottom:none; padding-bottom:0px;}
.dwn-v2-s1-inr .reg-prc span{font-size:55px; color:#fe0000; text-decoration:line-through;}
.dwn-v2-s1-inr .today-prc{font-size:92px; line-height:94px;}
.dwn-v2-s1-inr .save-prc{font-size:30px; line-height:34px; margin-top:5px;}

.dwn-v2-s1-inr .offerBox{margin-top:30px; padding: 22px 55px 30px;}
.dwn-v2-s1-inr .mbg-txt{margin-top:12px;}

.dwn-v2-s1-inr .comn-tx{padding:0 20px;}

.dwn-v2-s1-inr .btnBlk{max-width:625px;}



/*-----------------------
		Footer
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
	border-top:1px solid #ddd;
	}
.ftr-log{
	display:block;
	margin:0 auto 15px;
}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000000;
	margin:5px 0;
	letter-spacing:0.5px;
	}
.ftr-txt1 a{ color:#000; padding:0 3px;}	
		
/*-----------------------
MEDIA CSS
------------------------*/
.fl{float:left;}
.fr{float:right;}

.for-mob, .for-tab{ display:none;}

@media only screen and (max-width:1187px){
.container{width:1000px;}

.hide-1024{display:none;}

.up-bnr-sec{ height:326px;}
.up-bnr-inr{margin-top:45px;}
.up-bnr-hd{ font-size:40px; line-height:48px;}
.up-bnr-para{ font-size:22px; line-height:30px;}
.up-bnr-prd{ /* width:480px; */ right:10px; top:10px;}

.prd-rat{ font-size:13px;}

a.no-txt{ font-size:15px;}

ul.up-strp-lst{padding:0;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.for-tab{ display:block;}
.for-desk{ display:none;}

ul.step-lst li p{ font-size:19px;}

.up-bnr-sec{ height: 270px;}
.up-bnr-inr{ margin-top:30px; width:70%;}
.up-bnr-hd{ font-size: 34px; line-height: 44px;}
.up-bnr-para{ font-size:20px; line-height:30px; margin-top: 20px;}
.up-bnr-prd{ width: 262px; top:0; right:0;}

.slide-div{margin-top:25px;}

.prod-dtls1-slide{ width:40%;}
.prodDtls1-rght{ width:56%;}
.prod-heading{ font-size:34px; line-height:34px;}
.prd-rat{ font-size: 12px; letter-spacing: 0.2px;}
.tk-img{width:15px;}
.prd-rat p img{ width:14px; margin:-3px 2px 1px -1px;}
.prod-desc{ font-size:15px; line-height:22px;}
.offer-head{letter-spacing:0.8px;}
a.cart-btn{ height: 65px; font-size: 26px; line-height: 65px;}

.common-heading{ font-size:30px; line-height:40px;}
.s3-para{ font-size:18px; line-height:26px;}
.s3-ppl-img{ width: 320px;}
.offer-para{ font-size:18px; line-height:26px;}

ul.up-strp-lst li{padding:0 20px;}

/*-----------------------
		DOWNSELL V2 CSS
------------------------*/
.dwn-v2-bnr-sec .up-bnr-inr{padding:30px 0;}
.dwn-v2-s1-inr .prod-heading{font-size:40px; line-height:50px;}
.dwn-v2-s1-inr .reg-prc span{font-size:42px;}
.dwn-v2-s1-inr .today-prc{font-size:80px; line-height:82px;}
.dwn-v2-s1-inr .save-prc{font-size:25px; line-height:27px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.for-mob{display:block;}
.hide-mob{display:none;}

.up-log-sec{padding:10px 0;}

.up-step-sec-inr{ padding:8px 0 12px;}
.step-tk, ul.step-lst li p span{display:none;}
ul.step-lst li{float:none; display:inline-block; vertical-align:top; margin:0 10px; width:auto;}
ul.step-lst li:after{    
	content: '';
    background: url(../images/step-point.png) right center no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    right: -17px;
    top: 6px;
	}
ul.step-lst li:last-child:after{ display:none;}	
ul.step-lst li p{width:100%; font-size:14px; line-height:20px;}

.up1-log{width:150px;}

.up-bnr-sec{ height:auto; padding:15px 0;}
.up-bnr-inr{ width:100%; text-align:center; margin-top:0;}
.up-bnr-hd{ font-size: 24px; line-height: 34px;}
.up-bnr-para{ font-size: 17px; line-height: 25px; margin-top: 10px;}
.up-bnr-prd-mob{ margin:5px auto 0; display:block; max-width:100%; display:none;}

.up-section1{ padding:20px 0 35px;}
.prod-dtls1-slide{ width:100%;}
.prodDtls1-rght{ width:100%;}
.new-tx{font-size:17px; line-height:22px;}
.prod-name{ font-size:16px; line-height:16px; display:none;}
.prod-caption{ font-size:16px; line-height:20px; margin-top:15px;}
.prod-heading{ font-size:23px; line-height:27px;}
.prd-rat{ border:none; padding:0; font-size:14px; margin-top:10px;}
.prd-rat p{float:none; display:inline-block; vertical-align:middle; margin-top:-3px;}
.prd-rat img{ margin: -5px 2px 0 0;	width: 70px;}
.s1-bnr-img{ margin: 25px auto 0;}
.prod-desc{ margin-top:25px; letter-spacing:0.1px;}
.prod-prcBox{ margin-top:20px; border-bottom:none;}
.today-prc{ font-size:26px; line-height:28px;}
.save-prc{ margin-top:8px;}

.btnBlk{ margin-top:30px;}
a.cart-btn{ height: 60px; font-size: 22px; line-height: 60px;}
.mbg-txt{ font-size:14px; margin-top:6px;}
.mbg-txt span{ padding:0 5px;}
.mbg-txt:before, .mbg-txt:after{ top:10px;}

.faq-container{ margin-top:30px;}
.accordion{ font-size:20px; line-height:24px;}
.faq-txt{ font-size:16px; line-height:24px;}
.faq-list{ margin-top:10px;}
.faq-list li{ font-size: 16px; line-height: 22px; letter-spacing: 0.2px; padding-left: 30px;
margin-top: 12px;}
.acdn-content{ padding:14px 10px 22px 15px;}

.offerBox{ padding: 15px 15px 25px; margin-top: 15px;}
.offer-para{ font-size: 15px; line-height: 22px; margin-top: 15px;}
.counter-box{ margin-top:15px;}
.counter-box p{ font-size:18px;}
#clockdiv, #clockdiv2{display:inline-block; vertical-align:top; width:80%; margin:10px auto 0; float:none;}
.smalltext{ font-size:12px;}
#clockdiv > div, #clockdiv2 > div{ width:28%;}
#clockdiv p, #clockdiv2 p{ width:8%;}

.common-heading{ font-size: 26px; line-height: 34px;}

ul.up-strp-lst li{width:50%; margin:10px 0;}
ul.up-strp-lst li p{font-size:16px; line-height:22px; letter-spacing:0.3px;}
/*ul.up-strp-lst li:nth-last-child(-n+2):before{
	border-top:1px solid #fff;
}*/

/*-----------------------
		DOWNSELL V2 CSS
------------------------*/
.up-bnr-sec.dwn-v2-bnr-sec{padding:0;}
.dwn-v2-bnr-sec .up-bnr-inr{padding:20px 0;}
.dwn-v2-s1-img{margin:20px auto; padding:20px;}
.dwn-v2-s1-inr .reg-prc span{font-size:24px;}
.dwn-v2-s1-inr .today-prc{font-size:55px; line-height:52px; margin-top:5px;}
.dwn-v2-s1-inr .save-prc{font-size:16px; line-height:20px;}
.dwn-v2-s1-inr .offerBox{margin-top:25px; padding: 15px 15px 25px;}
.dwn-prd{max-width:100%; width:160px;}
.dwn-prd2{width:120px;}
.seal{background-size:100%; width:90px; font-size:20px; line-height:24px; right:8%;}
.plus{width:40px; height:40px; line-height:36px; font-size:34px;}


.footer{ padding:25px 0;}
.ftr-log{width:110px;}
.ftr-txt1{font-size: 13px;line-height: 18px; margin: 4px 0; letter-spacing:0px;}
.ftr-txt1 a{padding:0 2px;}

.caption{padding-top:8px;}
.caption-txt{
/* 	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite; */
	font-size:15px;
	line-height:18px;
	}
.caption-txt img{display:none;}
@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}


}	

@media only screen and (max-width:400px){
.up-bnr-hd {
    font-size: 22px;
    line-height: 32px;
}
}

/*-----------------------
		Pulse
------------------------*/
.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);}
}
