@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

.overflow{overflow:hidden;}

/*====Fonts====*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}



/*=====MAIN CSS START=====*/
.container {
	width:1190px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.overflow{ overflow:hidden;}

/*====top-strip====*/
.top-strip{
	float:left;
	width:100%;
	background:#000000;
	padding:6px 0;
	}
.top-strip-txt{
	font-size:17px;
	line-height:23px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:bold;
	}
.top-strip-txt span{ color:#fff600;}

/*====header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:60px;
	}
.header{
	float:left;
	width:100%;
	margin-top:-75px;
	top:75px;
	position:relative;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	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);
	height: 59px;
	}	
	
	
.logo{
	float:left;
	max-width:100%;
	margin-top:15px;
	}
.header-btn{
	float:right;
	width:100%;
	max-width:190px;
	height:42px;
	background:#f69c00;
	border-radius:30px;
	font-size:18px;
	line-height:42px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:9px;
	}


	@media only screen and (max-width:767px){
		.fixed-nav .header{
			height: 50px;
		}
	}

/*====Banner-Section====*/
.banner-section{
	float:left;
	width:100%;
	background:url("../images/BDP main desktop lander.webp") no-repeat center top #201e1f;
	padding:35px 0;
	background-size: cover;
	}
.bnr-left{
	float:left;
	width:54%;
	text-align:left;
	}
.bnr-rev-txt{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#fff;
	font-weight:500;
	display: flex;
    align-items: center;
	}
.bnr-star{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 7px 0 0;
	}
.bnr-heading{
	font-size:55px;
	line-height:60px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:800;
	margin-top:8px;
	}
.bnr-heading span{ color:#3ab349;}
.bnr-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#fff;
	font-weight:600;
	margin-top:12px;
	}
.bnr-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.bnr-list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:left;
	padding-left:30px;
	background:url(../images/bnr-tick.webp) no-repeat left 2px;
	margin-top:10px;
	background-size:18px;
	}
.common-btn-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:420px;
	margin-top:20px;
	text-align:center;
	}
.btn-glass-txt{
	font-size:14px;
	line-height:20px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	}
.banner-section .btn-glass-txt{
	color:#fff;
	}
.fire-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	width:14px;
	}
.common-btn{
    float: right;
    width:100%;
    height:65px;
    background:#f69c00;
	border:2px solid #f4c817;
    border-radius:30px;
    font-size:31px;
    line-height:60px;
    color:#fff;
    font-weight:bold;
    margin-top:5px;
	position:relative;
	}
.common-btn:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 20px;
	border-left:14px solid #fff;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	}
.btn-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:7px;
	}
.btn-list li{
	float:left;
	width:30%;
	position:relative;
	padding-left:35px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:500;
	}
.banner-section .btn-list li{
	color:#fff;
	}
.btn-list li img{
	position:absolute;
	left:0;
	top:5px;
	width:26px;
	}
.banner-section .btn-list li img{
	filter:brightness(0) invert(1);
	}
.bnr-review-box{
	float:left;
	width:100%;
	max-width:480px;
	margin-top:20px;
	border-top:1px solid #6b6b6b;
	padding:20px 0 0 70px;
	position:relative;
	text-align:left;
	}
.bnr-review-img{
	position:absolute;
	left:0;
	top:30px;
	border-radius:10px;
	border:1px solid #fff;
	}
.bnr-review-star{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.bnr-review-star-bottom{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	padding-left: 50px;
	}
.bnr-review-txt{
	font-size:15px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#fff;
	font-style:italic;
	margin-top:8px;
	padding-left: 50px;
	}
.bnr-review-name-txt{
	font-size:15px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	margin-top:12px;
	padding-left: 50px;
	}
.bnr-review-name-txt span{
	color:#7af695;
	font-size:12px;
	font-weight:400;
	}
.bnr-vrfy-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 10px;
	width:14px;
	}
/*====bnr-right====*/
.bnr-right{
	float:right;
	width:44%;
	position:relative;
	}
.bnr-prod{
	display:inline-block;
	vertical-align:middle;
	margin:150px 0 0 -20px;
	}
.bnr-right-row{
	float:right;
	width:100%;
	max-width:440px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:10px 30px 0 0;
	}
.bnr-right-col{
	float:left;
	width:46%;
	position:relative;
	text-align:center;
	border-radius:10px;
	border:1px solid #fff;
	overflow:hidden;
	}
.bnr-right-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.bnr-right-col-txt{
	position:absolute;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,0.6);
	font-size:22px;
	line-height:28px;
	letter-spacing:0;
	color:#fff;
	font-weight:bold;
	padding:5px 0;
	}
.as-feature-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:360px;
	margin-top:30px;
	}
.as-feature-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#fff;
	position:relative;
	}
.as-feature-txt:before, .as-feature-txt:after{
	content:'';
	position:absolute;
	border-top:1px solid #c9c9c9;
	width:60px;
	top:10px;
	}
.as-feature-txt:before{
	left:-68px;
	}
.as-feature-txt:after{
	right:-68px;
	}
.as-feature-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-top:8px;
	}
.as-feature-list li{
	float:left;
	}
.as-feature-list li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

	.bnr-rev-image{
		display: none;
		text-align: center;
	}

	.bnr-review-image{
		max-width: 100%;
		width: 400px;
	}

	@media only screen and (max-width:768px){
		.bnr-rev-image{
			display: block;
		}
	}

/*====section-1====*/
.section-1{
	float:left;
	width:100%;
	padding:40px 0 60px;
	background:#fff;
	}
.common-heading{
	font-size:40px;
	line-height:48px;
	letter-spacing:0;
	color:#000;
	font-weight:bold;
	}
.section-1 .common-heading{ color:#df0304;}
.common-para{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:15px;
	}
.s1-row{
	float:left;
	width:100%;
	margin:30px 0;
	}
.s1-left{
	float:left;
	width:47%;
	}
.s1-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.s1-right{
	float:right;
	width:51%;
	padding-right:98px;
	}
.s1-acdn-row{
	float:left;
	width:100%;
	border:1px solid #dcdcdc;
	border-radius:15px;
	margin-top:15px;
	text-align:left;
	padding:0 15px;
	}
.s1-acdn-row:first-child{ margin-top:0;}
.s1-acdn-heading{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.2px;
	color:#ff0101;
	font-weight:bold;
	padding:12px 25px 12px 0;
	position:relative;
	cursor:pointer;
	}
.s1-acdn-heading:after{
	content:'+';
	position:absolute;
	width:15px;
	height:14px;
	right:10px;
	top:12px;
	font-size:22px;
	}
.s1-acdn-heading.active:after{
	content:'-';
	font-size:25px;
	/*background:url(../images/minus.webp) no-repeat right center;*/
	}
.s1-acdn-content{
	float:left;
	width:100%;
	border-top:1px solid #dcdcdc;
	padding:15px 0;
	}
.s1-acdn-content p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	}


/*====strip_image-slider====*/
.strip_image-slider {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1920px;
	}
.strip_image_crousel_row{
	float:left;
	width:100%;
	}
.strip_crousel_col{
	display: inline-block;
    vertical-align: top;
    width:250px !important;
	padding:0 3px;
	}
.strip_crousel_col img{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	}

/*====section-2====*/
.section-2{
	float:left;
	width:100%;
	background:#fffeef;
	padding:60px 0;
	}
.s2-row{
	float:left;
	width:100%;
	}
.s2-left{
	float:left;
	width:48%;
	text-align:left;
	}
.common-heading span{
	color:#3ab349;
	}
.s2-vdo-box{
    vertical-align: middle;
    width: 79%;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 30px;
    padding-bottom:63%;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	margin: 30px auto 0;
	}
.s2-video-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
	}
.s2-right{
	float:right;
	width:48%;
	}
.s2-right-inr-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 20px 75px;
	position:relative;
	border-bottom:1px solid #cdcdcd;
	margin-top:20px;
	}
.s2-icon{
	position:absolute;
	left:0;
	top:8px;
	width:40px;
	}
.s2-icon2{
	position:absolute;
	left:0;
	top:-15px;
	width:40px;
	}
.s2-right-inr-row-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
.s2-right-inr-row-txt2{
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	}	
.s2-right .s2-right-inr-row:last-child{
	border-bottom:none;
	}	

/*====ection-3====*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s3-row{
	float:left;
	width:100%;
	margin-top:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s3-col{
	float:left;
	width:23.333%;
	text-align:left;
	padding:20px 18px;
	border-radius:10px;
	min-height:455px;
	position:relative;
	}
.s3-col1{
	background:url("../images/lighting_for_any_situation.webp") no-repeat center bottom #090c11;
	}
.s3-col-icon{
	position:absolute;
	right:20px;
	top:15px;
	width:45px;
	}
.s3-col-no-txt{
	font-size:28px;
	line-height:28px;
	letter-spacing:0;
	color:#fff;
	}
.s3-col-txt1{
	font-size:22px;
	line-height:28px;
	letter-spacing:0;
	color:#3ab349;
	font-weight:800;
	margin-top:15px;
	}	
.s3-col .common-para{
	color:#fff;
	margin-top:10px;
	line-height:24px;
	}	
.s3-col2{
	background:url("../images/portable_enough.webp") no-repeat center bottom #090c11;
	}
.s3-col-icon2{ width:50px;}
.s3-col3{
	background:url("../images/functional_powerbank.webp") no-repeat center bottom #090c11;
	}	
.s3-col4{
	background:url("../images/easy_to.webp") no-repeat center bottom #090c11;
	}
	
			
.s3-feature-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:920px;
	margin:35px 0;
	}
.s3-feature-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
	color:#000;
	font-weight:600;
	position:relative;
	}
.s3-feature-txt:before, .s3-feature-txt:after{
	content:'';
	position:absolute;
	top:13px;
	border-top:1px solid #c7c7c7;
	width:60px;
	}
.s3-feature-txt:before{
	left:-70px;
	}	
.s3-feature-txt:after{
	right:-70px;
	}
.s3-feature-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-top:20px;
	}
.s3-feature-list li{
	float:left;
	width:16%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	}
.s3-feature-icn-box{
	width:100px;
	height:95px;
	background:#eeeeee;
	border:1px solid #fff;
	border-radius:10px;
	box-shadow:0 0 3px 2px rgba(196,232,201,1);
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	}
.s3-feature-icn{
	display:block;
	margin:0 auto;
	width:50px;
	}	
.s3-feature-list li p{
	font-size:15px;
	line-height:21px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	margin-top:12px;
	}
.s3-feature-icn3{
	transform: rotate(-120deg);
	width:55px;
	}	
	
@media only screen and (max-width:767px) {
	.s3-feature-list li{
		display: block;
	}
}

/*====section-4====*/
.section-4{
	float:left;
	width:100%;
	padding:100px 0 60px;
	background:#fffeef;
	}
.money-back-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:760px;
	background:#201e1f;
	border-radius:15px;
	position:relative;
	margin-bottom:20px;
	}
.guarantee_seal{
	display:inline-block;
	vertical-align:middle;
	margin-top:-73px;
	width:146px;
	}
.money-back-green-box{
	float:left;
	width:100%;
	background:#3ab349;
	padding:15px 15px;
	margin-top:25px;
	}
.money-back-heading{
	font-size:31px;
	line-height:36px;
	letter-spacing:0;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	}
.money-back-refund-box{
	float:left;
	width:100%;
	padding:20px 80px;
	}
.money-back-refund-txt{
	font-size:20px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#fff;
	}
.money-back-btm-box{
	float:left;
	width:100%;
	background:#000;
	padding:10px 0;
	border-radius:0 0 15px 15px;
	}
.money-back-btm-txt{
	font-size:17px;
	line-height:23px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	}

/*====section-5====*/
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.compare-row{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	width:100%;
	max-width:820px;
	margin:40px 0 30px;
	}
.compare-col1{
	width:40%;
	background:#fff;
	}
.compare-list{
	float:left;
	width:100%;
	background:#201e1f;
	}
.compare-list li{
	float:left;
	width:100%;
	min-height:80px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:19px;
	line-height:26px;
	letter-spacing:0;
	color:#fff;
	padding:10px 10px;
	border-bottom:1px solid #767575;
	}
.compare-list li:last-child{
	border-bottom:none;
	}
.compare-col1 .compare-list{
	padding-left:15px;
	border-radius:10px 0 0 10px;
	}
.compare-col1 .compare-list li{
	justify-content:left;
	text-align:left;
	}
.compare-col2{
	width:20%;
	background:#00bb29;
	border-radius:15px;
	padding-bottom:15px;
	overflow:hidden;
	}
.compare-col-top{
	float:left;
	width:100%;
	background:#fff;
	height:115px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:end;
	}
.compare-col2 .compare-col-top{
	background:#00bb29;
	}
.comp-icn-img1{
	display:block;
	margin:0 auto;
	width:100px;
	}
.compare-col-top-txt{
	float:left;
	width:100%;
	font-size:13px;
	line-height:19px;
	letter-spacing:0;
	color:#fff;
	}
.compare-col2 .compare-list{
	background:#00bb29;
	}
.green_bg{
	background: #00bb29;
}

.radius{
	border-radius: 0 10px 0 0;
}
.comp-tick-icn{
	width:25px;
	filter:brightness(0) invert(1);
	}
.compare-col3{
	width:20%;
	}
.comp-icn-img2{
	display:block;
	margin:0 auto;
	}
.comp-cross-icn{
	width:20px;
	}
.compare-col4{
	width:20%;
	}
.compare-col-top-txt2{
	position:absolute;
	top:10px;
    left:-60px;
	min-width:120px;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	z-index:1;
	}
.compare-col3, .compare-col4{
	position:relative;
	}
.compare-col3:after, .compare-col4:after{
	content:'';
	position:absolute;
	border-right:1px solid #b3b3b3;
	bottom:0;
	top:45px;
	right:0;
	}
.compare-col5{
	float:left;
	width:20%;
	}
.compare-col5 .compare-list{
	border-radius:0 10px 10px 0;
	}

/*====section-6====*/
.section-6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fffeef;
	}
.rating-top-row{
	float:left;
	width:100%;
	margin-top:45px;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	}
.rating-col1{
	width:36%;
	}
.rating-list{
	float:left;
	width:100%;
	}
.rating-list li{
	float:left;
	width:100%;
	color:#000;
	font-size:17px;
	line-height:23px;
	letter-spacing:0.5px;
	font-weight:400;
	padding:8px 0;
	text-align:left;
	}
.rating-list li span{
	float:right;
	}
.rating-list li span img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
	width:88px;
	}
.rating-col2{
	width:24%;
	}
.rating-col2 p{
	float:left;
	width:100%;
	color:#000;
	font-size:50px;
	line-height:45px;
	font-weight:bold;
	}
.rating-col2 img{
	display:inline-block;
	vertical-align:top;
	width:140px;
	}
.rating-col2 span{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:22px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.rating-col3{
	width:34%;
	}
.rating-img-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap:5px
	}
.rating-img-col{
	width:19%;
	border:1px solid #dddddd;
	}
.rating-img-col img{
	display:block;
	margin:0 auto;
	width:100%;
	}
	


.reviews-box{
	float: left;
    width: 100%;
	padding:0 95px;
    margin:20px 0;
	}
.reviews-box-row{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:60px 0 0;
	align-items: center;
	}
.reviews-box-row-left{
	float:left;
	width:36%;
	}
.review-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	border-radius:10px;
	}
.reviews-box-row-right{
	width:64%;
	text-align:left;
	}
.reviews-box-row-right h4{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.review-star{
	display:block;
	width:120px;
	}
.reviews-box-row-right .common-para{
	margin-top:0;	
	}
.review-name-txt{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:25px;
	}
.review-name-txt span{
	font-size:13px;
	font-weight:400;
	}
.vrfy-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 10px;
	width:15px;
	}

/*====section-7====*/
.section-7{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fff;
	}
.offer-box{
	float:left;
	width:100%;
	padding:0 80px;
	}
.offer-box-inner{
	float:left;
	width:100%;
	border:2px dashed #3ab349;
	border-radius:15px;
	padding:5px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.offer-left-box{
	float:left;
	width:55%;
	background:#fff;
	text-align:center;
	padding:25px 15px;
	}
.offer-txt1{
	font-size:24px;
	line-height:30px;
	letter-spacing:0;
	color:#e70505;
	font-weight:bold;
	margin-top:5px;
	}
.offer-timer-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:260px;
	text-align:center;
	margin-top:20px;
	}
.offer-timer-txt{
	font-size:25px;
	line-height:31px;
	letter-spacing:0;
	color:#3ab349;
	font-weight:bold;
	}


/*====timer====*/
#clockdiv {
    display: inline-block;
    vertical-align: middle;
    width:100%;
	max-width:185px;
	}
#clockdiv > div {
    float: left;
    width:52px;
    height:42px;
    border-radius: 5px;
    padding: 2px 0 3px;
	}
#clockdiv div > span{
    float: left;
    width: 100%;
    text-align: center;
    color: #1f1f1f;
    font-size:35px;
    line-height:40px;
    font-weight: bold;
	}
.small-txt {
    float:left;
    width:100%;
    font-size:16px;
    line-height:18px;
    color:#000;
    text-align:center;
    letter-spacing:0.5px;
	}
.timer-dot {
    float:left;
    width:13px;
    font-size:28px;
    color:#000;
    font-weight: 600;
	}


.offer-list{
	float:left;
	width:100%;
	padding:0 85px;
	margin-top:20px;
	}
.offer-list li{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	background:url(../images/bnr-tick.webp) no-repeat left 5px;
	padding-left:30px;
	background-size:16px;
	}
.offer-right-box{
	float:right;
	width:44%;
	background:#fffeef;
	position:relative;
	border-radius:10px;
	padding:50px 0;
	}
.offer-prod{
    position: absolute;
    bottom: 25px;
    left: 55px;
    width: 420px;
    max-width: 100%;
	}
.offer-seal{
	position: absolute;
    top: 15px;
    right: 20px;
    width: 130px;
    max-width: 100%;
	}

/*====section-8====*/
.section-8{
	float:left;
	width:100%;
	padding:40px 0;
	}
.faq_container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:760px;
	margin:25px 0;
	}
.up-slide-dwn{
	padding:0 18px;
	position:relative;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-top:20px;
	border-radius:10px;
	}
.up-slide-dwn.active{
	box-shadow:0 0 5px 1px rgba(0,0,0,0.2);
	}
.accordion{
	text-align:left;
	background:url(../images/down-icn.webp) no-repeat right 10px center #fff;
	padding:18px 35px 18px 0;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/up-icn.webp) no-repeat right 10px center #fff;
	border-bottom:1px solid #e0e0e0;
	}
.acdn-content{
	text-align:left;
	background:#fff;
	padding:18px 0 10px 0;
	position:relative;
	}
.acdn-para{
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	color:#000000;
	margin-bottom:15px;
	}



/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #d7d7d7;
	padding:45px 0 55px;
	}
.footer-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	margin-top:10px;
	}
.footer-txt1 a{ padding:0 5px;}




.fl{ float:left;}
.fr{ float:right;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


.bnr-heading { font-size: 47px; line-height: 55px;}
.bnr-txt1 { font-size: 19px; line-height: 25px;}
.s3-col-txt1 { font-size: 21px; line-height: 27px;}

.offer-left-box { width: 57%;}
.offer-txt1 { font-size: 21px; line-height: 27px;}
.offer-list { padding: 0 50px;}
.offer-right-box { width: 43%;}

.offer-prod { bottom: 100px; left: 45px; width: 325px;}
.offer-seal { right: 30px; top: 20px; width: 100px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.top-strip-txt {  font-size: 15px; line-height: 21px;}


.bnr-left { width:59%;}
.bnr-rev-txt { font-size: 14px; line-height: 20px;display: flex;
	align-items: center;}
.bnr-star { margin: -4px 7px 0 0; width: 80px;}
.bnr-heading { font-size: 38px; line-height: 45px;}
.bnr-txt1 { font-size: 18px; line-height: 24px; letter-spacing: 0.5px;}
.bnr-list li { font-size: 17px; line-height: 23px;}
.common-btn { font-size: 28px;}
.common-btn:after { border-left: 10px solid #fff; border-top: 9px solid transparent; border-bottom: 9px solid transparent;?}
	
.bnr-right { width: 37%;}
.bnr-prod { margin: 100px 0 0 0; width: 500px;}
.bnr-right-row { max-width: 440px; margin: 10px 0 0 0;}
.bnr-right-col-txt { font-size: 18px; line-height: 22px; letter-spacing: 0.3px; padding: 4px 0;}

.common-heading { font-size: 32px; line-height: 38px;}
.common-para { font-size: 17px; line-height: 26px;}

.s1-right { padding-right: 0;}
.s1-acdn-content p { font-size: 17px; line-height: 24px;}

.as-feature-list li img{ max-width:90%;}

.s2-right-inr-row { padding: 0 0 15px 70px;}

.s3-col { padding: 20px 10px; width:24.5%; background-size:100%;}
.s3-col-no-txt { font-size: 21px; line-height: 25px;}
.s3-col-icon { right: 15px; width: 35px;}
.s3-col-icon2{ width:40px;}
.s3-col-txt1 {font-size: 18px; line-height: 24px;}
.s3-feature-txt { font-size: 17px; line-height: 23px;}

.s3-feature-list li p {font-size: 14px; line-height: 20px;}

.guarantee_seal { margin-top:-60px; width: 120px;}
.money-back-heading { font-size: 25px; line-height: 31px;}
.money-back-refund-txt { font-size: 19px; line-height: 27px;}
.money-back-btm-txt { font-size: 15px; line-height: 22px;}

.compare-list li{ font-size:18px; line-height:24px; height:70px;}
.comp-tick-icn { width: 20px;}
.comp-cross-icn { width: 17px;}


.rating-col1 { width: 34%;}
.rating-list li { font-size: 14px; line-height: 20px; padding: 5px 0;}
.rating-list li span img { margin: -5px 5px 0 0;  width: 80px;}
.rating-col2 p { font-size: 40px; line-height: 38px;}
.rating-col2 img { width: 120px;}
.rating-col2 span { font-size: 13px; line-height: 19px;}
.rating-col3 { width: 36%;}


.reviews-box { padding: 0 0;}

.offer-box { padding: 0 0;}
.offer-left-box{ padding:25px 0;}
.offer-timer-txt { font-size: 22px; line-height: 28px;}

.offer-list li { font-size:17px; line-height:23px; padding-left:25px; background-position-Y:3px;}
.offer-prod { bottom:112px; left:25px; width:315px;}
.offer-seal { right:30px; top:35px; width:85px;}

.section-8{ padding:25px 0 30px;}

}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.top-strip{ padding:3px 0;}
.top-strip-txt { font-size:13px; line-height:19px;}

.top-fix-bar { margin-bottom: 50px;}
.header { height:50px; margin-top:-50px; top:50px;}
.logo { margin-top: 17px; width: 145px;}
.header-btn { max-width:130px; height:34px; font-size:15px; line-height:33px; margin-top:8px;}

.banner-section{ padding:25px 0 30px; background:url("../images/BDP_main_lander_mobile.webp?v1") no-repeat center center #000; background-size:cover;}
.bnr-left { width:100%; text-align:center; background: #00000005; backdrop-filter: blur(2px);}
.bnr-rev-txt{ font-size:13px; line-height:19px; letter-spacing:0.3px;display: flex;
	justify-content: center;
	align-items: center;}
.bnr-heading{ font-size:30px; line-height:37px; letter-spacing:0;}
.bnr-prod { margin:16px auto 0; width:345px;}

.bnr-right-row { max-width:100%; margin:10px 0 0 0; padding:0 12px;}
.bnr-right-col { width: 47%;}
.bnr-list{ padding-left:15px;}
.bnr-list li { font-size:17px; line-height:22px; background-size:17px; background-position-y:4px;}

.btn-list li { width:32%; padding-left:32px; font-size:11px; line-height:15px;}

.bnr-review-box { max-width:100%; margin-top:20px; border:1px solid #fff; border-radius:15px; padding:10px 10px 25px 85px;}
.bnr-review-img { left:15px; top:20px;}
.bnr-review-star{ width:85px;}
.bnr-review-txt { font-size:13px; line-height:19px; letter-spacing:0.5px;}
.bnr-review-name-txt { font-size:14px; line-height:20px;}
.bnr-review-name-txt span{ font-size:10px;}
.bnr-vrfy-icn { margin: -3px 5px 0 5px; width: 12px;}


.as-feature-box{ float:left; max-width:100%; padding:20px 0 15px; margin-top:0; border-bottom:1px solid #d1d1d1;}
.as-feature-txt{ color:#000;}

.section-1{ padding:25px 0 30px;}
.common-heading { font-size: 28px; line-height: 34px;}
.s1-row{ margin:20px 0 5px;}
.s1-left{ width:100%;}
.s1-right{ width:100%; margin-top:20px;}
.common-para{ letter-spacing:0.3px;}
.s1-acdn-row{ border-radius:10px;}

.strip_crousel_col {width: 180px !important;}

.section-2{ padding:25px 0 30px;}
.s2-left{ width:100%; text-align:center;}
.s2-right{ width:100%; margin-top:15px;}


.section-3{ padding:25px 0 30px;}
.s3-row { margin-top: 20px; row-gap:20px; padding:0 10px;}
.s3-col { width: 100%; padding:20px 15px;}
.s3-col-no-txt { font-size: 28px; line-height:34px;}
.s3-col-icon { right:20px; width:38px;}
.s3-col-icon2{ width:42px;}
.s3-col-txt1 { font-size:21px; line-height:27px; letter-spacing:0.3px;}

.s3-feature-box { max-width: 100%; margin: 25px 0 10px;}
.s3-feature-txt { font-size: 18px; line-height: 24px;}
.s3-feature-list{ row-gap:15px;}
.s3-feature-list li { width:40%;}
.s3-feature-icn-box { width: 85px; height: 85px; margin: auto;}

.section-4{ padding:80px 0 30px;}
.money-back-box { max-width:100%; margin-bottom: 0;}
.money-back-green-box { padding: 8px 15px; margin-top: 20px;}
.money-back-refund-box{ padding:15px 15px;}
.money-back-refund-txt { font-size: 17px; line-height: 25px;}


.section-5{ padding:25px 0 30px;}
.compare-row { max-width: 100%; margin:20px 0 0;}
.compare-col1 { width: 61%;}
.compare-col1 .compare-list { padding-left: 10px;}
.compare-list li { font-size: 14px; line-height: 22px; height: 70px;}

.compare-col2 { width:20%;}
.compare-col-top-txt { font-size: 12px; line-height: 17px; letter-spacing: 0.3px;}
.comp-icn-img1 { width: 85px;}

.compare-col4, .compare-col5{ width:19%;}
.comp-icn-img2 { width: 40px;}
.compare-col-top-txt2{ font-size:13px; left:-10px;}
.compare-col-top-txt2{
	top: 2px;
	min-width: 90px;
}

.section-6{ padding:25px 0 30px;}
.rating-top-row { margin-top: 20px;}
.rating-col2 { width:100%;}


.reviews-box{ margin:0 0 10px; padding:0 5px;}
.reviews-box-row{ margin-top:30px;}
.reviews-box-row-left { width: 100%;}
.reviews-box-row-right{ width:100%; padding-top:15px;}
.review-name-txt{ margin-top:15px;font-size: 15px;}

.section-7{ padding:25px 0 15px;}
.offer-left-box { width:100%; background:#fffeef; border-radius:15px; padding: 20px 10px;}
.common-heading { font-size: 27px; line-height: 33px;}
.offer-txt1 { font-size: 20px; line-height: 26px;}
.offer-timer-txt { font-size: 20px; line-height: 26px; letter-spacing: 0.3px;}

.s7-prod-box{ display:inline-block; vertical-align:middle; width:100%; max-width:380px; position:relative; margin-top:55px;}
.offer-prod{ position:static; max-width:100%;}
.offer-seal{ right:0px; top:-50px;}

.offer-list{ padding:0 0; margin-top:5px;}
.offer-box .btn-list li img{ width:24px;}
.offer-box .btn-list li{ font-size:10px; line-height:14px; padding-left:30px;}

.section-8 { padding: 20px 0 30px;}
.faq_container { max-width: 100%; margin: 10px 0 10px;}
.up-slide-dwn { padding: 0 10px 0 15px;}
.accordion{ background-position: right 0 center;}
.acdn-heading.accordion-open{background-position: right 0 center;}

.footer{ padding:20px 0 30px;}
.footer-txt1 {font-size: 14px; line-height: 22px; margin-top:10px;}
.footer-txt1 a{ padding:0 3px;}
}



/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:1.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}

@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}

@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}

@media only screen and (max-width:568px){
	.bnr-review-box{
		padding: 10px 10px 10px 85px;
	}
}