@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;
	}
/*--------fonts--------*/
@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Bold.woff2') format('woff2'),
	url('Outfit-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Outfit';
	src: url('Outfit-ExtraBold.woff2') format('woff2'),
	url('Outfit-ExtraBold.woff') format('woff');
	font-weight: 800;
	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-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: bold;
	font-style: normal;
	font-display: swap;
	}


/*--------MAIN-CSS--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*--------Header--------*/
.header{
	float: left;
	width: 100%;
	background:#fff;
	padding:20px 0;
	position:relative;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.header__inner{
	float:left;
	width:100%;
	position: relative;
	}
.header__ad{
	position:absolute;
	color:#a6a6a6;
	font-size:12px;
	line-height:12px;
	font-weight:400;
	text-transform:uppercase;
	top:-10px;
	left:50%;
	transform:translateX(-50%);
	}
.header__logo{
	float:left;
	}

/*--------MAIN-SECTION--------*/
.main__section{
	float:left;
	width:100%;
	padding:40px 0 80px;
	background:#fff;
	border-bottom:1px solid #d7d7d7;
	}
.main__left{
	float:left;
	width:65.2%;
	text-align:left;
	}
.main__heading{
	font-family: 'Outfit';
	color:#000;
	font-size:44px;
	line-height:52px;
	font-weight:800;
	letter-spacing:0.5px;
	}
.main__sub_heading{
	color:#000;
	font-size:23px;
	line-height:32px;
	font-weight:800;
	letter-spacing:0.1px;
	margin:20px 0 15px;
	padding-bottom:35px;
	border-bottom:1px solid #ededed;
	}
.author_box{
	padding-left:65px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	}
.author__pic{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	border-radius:50%;
	}
.author__text1{
	color:#5c5c5c;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	}
.author__text1 span{
	color:#000;
	font-weight:600;
	}
.author__text2{
	color:#5c5c5c;
	font-size:14px;
	line-height:26px;
	font-weight:400;
	}
.author__trending{
	position:relative;
	padding-left:50px;
	}
.trending__icon{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	}
.author__text3{
	color:#a7a7a7;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;
	}
.author__text4{
	color:#151e14;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	}
.common__image{
	display:block;
	margin:35px auto 0;
	max-width:100%;
	border:3px solid #fff;
	box-shadow:0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.3);
	}
.common__text{
	margin-top:30px;
	color:#000;
	font-size:19px;
	line-height:28px;
	font-weight:400;
	letter-spacing:0.2px;
	}
.common__link{
	color:#006de8;
	text-decoration:underline;
	text-underline-offset:3px;
	}
.side__img1{
	float:right;
	margin:35px 0 0 35px;
	border:2px solid #fff;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
	}
.common__head{
	font-family: 'Outfit';
	margin-top:40px;
	color:#000;
	font-size:36px;
	line-height:46px;
	font-weight:800;
	padding-bottom:15px;
	border-bottom:2px solid #38b347;
	}
.product__image{
	display:block;
	margin:40px auto 0;
	max-width:100%;
	}
.side__img2{
	float:right;
	margin: 35px 0 0 40px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.3));
	}
.list1{
	margin-top:30px;
	}
.list1 li{
	margin-top:16px;
	background:#effaf1;
	position:relative;
	padding:25px 200px 25px 75px;
	}
.list1__icon{
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
	width:86px;
	}
.list1__head{
	color:#000;
	font-size:22px;
	line-height:28px;
	font-weight:800;
	letter-spacing:0.5px;
	position:relative;
	}
.list1__head span{
	position:absolute;
	left:-52px;
	top:0;
	width:36px;
	height:36px;
	border-radius:50%;
	background:#38b347;
	text-align:center;
	color:#fff;
	line-height:38px;
	}
.list1__text{
	margin-top:10px;
	color:#000;
	font-size:19px;
	line-height:28px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.reviews_sec{
	margin-top:35px;
	}
.review__box{
	margin-top:20px;
	border:1px solid #c9c9c9;
	border-radius:6px;
	background:#fff;
	padding:20px 24px 25px 20px;
	display:flex;
	justify-content:space-between;
	}
.reviewer__img{
	width:24%;
	}
.reviewer__img img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:6px;
	}
.review__about{
	width:71%;
	}
.review__star {
	display:block;
	margin-top:5px;
	}
.review__text{
	margin-top:10px;
	color:#000;
	font-size:19px;
	line-height:28px;
	font-weight:400;
	letter-spacing:0.2px;
	}
.review__name{
	margin-top:20px;
	color:#000;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	letter-spacing:0.2px;
	}
.inner__sec{
	margin-top:60px;
	padding:25px 30px 60px;
	background:#fff;
	box-shadow:0 0 16px 0 rgba(0,0,0,0.1);
	}
.underlined{
	text-decoration:underline;
	text-underline-offset:3px;
	}
.guarantee__box{
	width:calc(100% + 60px);
	margin-left:-30px;
	background:#fffbe2;
	margin-top:30px;
	padding:25px 35px 30px 30px;
	}
.guarantee__icon{
	float:right;
	margin:-5px 0 0 20px;
	filter:drop-shadow(0 0 25px rgba(0,0,0,0.2));
	}
.no_border{
	padding-bottom:0;
	border-bottom:none;
	}
.button__box{
	display:block;
	margin:50px auto 0;
	text-align:center;
	}
.claim__button{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size:26px;
	line-height:26px;
	font-weight:700;
	background:#00bb29;
	border: 2px solid #099227;
	border-radius:50px;
	padding:20px 40px;
	}
.claim__button img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 20px;
	}
.main__right{
	float:right;
	width:28%;
	margin-top:10px;
	}
.right__box{
	padding:20px 20px 30px;
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	}
.right__text1{
	position:relative;
	color:#000;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	letter-spacing:0.2px;
	}
.right__text1:before{
	content:'';
	position:absolute;
	top:7px;
	left:0;
	right:0;
	height:1px;
	background:#d5d5d5;
	}
.right__text1 span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 10px;
	position:relative;
	}
.right__head{
	margin-top:15px;
	color:#3cb54b;
	font-size:26px;
	line-height:36px;
	font-weight:700;
	}
.right__head span{
	color:#000;
	font-size:30px;
	line-height:38px;
	}
.right__product{
	display:block;
	margin:30px auto 0;
	width:80%;
	}
.right__button{
	display:block;
	margin:30px auto 0;
	width: 260px;
	max-width:100%;
	padding: 10px 0 14px;
	color:#fff;
	font-size:23px;
	line-height:23px;
	font-weight:700;
	background:#00bb29;
	border: 2px solid #099227;
	border-radius:50px;
	}
.right__button img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 10px;
	}


/*--------FOOTER--------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 40px;
	}
.footer__text{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	}
.footer__text a{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
.footer__text2{
	float:left;
	width:100%;
	width:100%;
	text-align:left;
	margin:10px 0;
	font-size:16px;
	line-height:22px;
	font-weight:400;
	}

/*--------COMMON--------*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
	

/*--------Media-Querry--------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.main__heading { font-size: 40px; line-height: 48px;}
.main__sub_heading { font-size: 22px; line-height: 30px;}
.common__head { font-size: 30px; line-height: 38px;}
.common__text { margin-top: 25px; font-size: 18px;}
.side__img1 { width: 200px;}
.side__img2 { width: 260px;}
.list1 li { padding: 25px 150px 25px 75px;}
.list1__text { font-size: 18px;}
.review__star { margin-top: 0;}
.review__text { font-size: 18px;}
.right__head { font-size: 24px;}
.right__head span { font-size: 26px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.header__logo { width: 240px;}
.header { padding: 16px 0;}
.main__section { padding: 30px 0 40px;}
.main__left { width: 66%;}
.main__heading { font-size: 30px; line-height: 40px;}
.main__sub_heading { font-size: 19px; line-height: 27px; margin: 15px 0 15px; padding-bottom: 30px;}
.common__image { margin: 25px auto 0;}
.common__text { margin-top: 20px; font-size: 17px; line-height: 27px;}
.side__img1 { margin: 30px 0 0 35px; width:160px;}
.common__head { font-size: 28px; line-height: 36px; margin-top: 30px;}
.side__img2 { width: 200px; margin: 28px 0 0 20px;}
.product__image { margin: 30px auto 0;}
.list1 li { padding: 20px 110px 20px 65px;}
.list1__icon { right: 20px; width: 75px;}
.list1__head { font-size: 20px; line-height: 26px;}
.list1__head span { left: -45px; width: 30px; height: 30px; font-size: 18px; line-height: 30px;}
.list1__text { font-size: 17px; line-height: 27px;}
.review__box { padding: 20px 15px 20px 20px;}
.review__star { width: 80px;}
.review__text { font-size: 17px; line-height: 27px;}
.review__name { margin-top: 15px; font-size: 18px; line-height: 24px;}
.inner__sec { margin-top: 40px; padding: 20px 15px 40px;}
.guarantee__box { width: calc(100% + 30px); margin-left: -15px; padding: 20px 25px 20px 20px;}
.guarantee__icon { margin: 5px 0 0 20px;}
.button__box { margin: 40px auto 0;}
.claim__button { font-size: 20px; padding: 20px 25px;}
.main__right { width: 30%; margin-top: 5px;}
.right__box { padding: 20px 15px 25px;}
.right__text1 { font-size: 14px;}
.right__text1 span { padding: 0px 5px;}
.right__text1:before { top: 8px;}
.right__head { font-size: 19px; line-height: 30px;}
.right__head span { font-size: 21px; line-height: 33px;}
.right__product { width: 100%;}
.right__button { margin: 25px auto 0; width: 260px; padding: 12px 0 14px; font-size: 20px; line-height: 24px;}
.footer { padding: 25px 0 35px;}
.footer__text { font-size: 16px;}
.footer__text2 { font-size:14px; line-height:20px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.header { padding: 10px 0 15px;}
.header__ad { position: static; font-size: 11px; line-height: 11px; transform: none;}
.header__logo { width: 200px; float: none; display: block; margin: 10px auto 0;}
.main__section { padding: 25px 0 30px;}
.main__left { width: 100%;}
.main__heading { font-size: 28px; line-height: 36px;}
.main__sub_heading { font-size: 18px; line-height: 26px; margin: 15px 0 15px; padding-bottom: 20px;}
.author_box { padding-left: 55px;}
.author__pic { width: 45px;}
.author__text1 { font-size: 14px; line-height: 22px;}
.author__text2 { font-size: 12px; line-height: 22px;}
.author__trending { padding-left: 40px;}
.trending__icon { width: 30px;}
.author__text3 { font-size: 12px; line-height: 18px;}
.author__text4 { font-size: 14px; line-height: 18px;}
.common__image { margin: 20px auto 0; border-width:2px;}
.common__text { margin-top: 15px; font-size: 16px; line-height: 26px;}
.side__img1 { display:none;}
.side__img1_mob { float:none; display:block; margin:25px auto; max-width:90%; border:2px solid #fff; box-shadow:0 0 10px 0 rgba(0,0,0,0.2);}
.common__head { font-size: 25px; line-height: 33px; margin-top: 25px; padding-bottom:10px;}
.product__image { margin: 20px auto 0;}
.side__img2 { display:none;}
.side__img2_mob{ float:none; display:block; margin:25px auto 20px; max-width:90%;}
.list1 li { padding: 20px 20px 20px 45px;}
.list1__head { font-size: 18px; line-height: 24px;}
.list1__head span { left: -35px; top:10px; width: 25px; height: 25px; font-size: 16px; line-height: 25px;}
.list1__text { font-size: 16px; line-height: 26px; margin-top:15px;}
.list1__icon { width: 55px; transform: none; top: 20px;}
.review__box { flex-wrap:wrap; justify-content:center; row-gap:20px;}
.reviewer__img { width: 50%;}
.review__about { width: 100%;}
.review__text { font-size: 16px; line-height: 26px;}
.review__name { margin-top: 10px; font-size: 16px; line-height: 22px;}
.inner__sec { margin-top: 30px; padding: 20px 15px 30px;}
.guarantee__box { text-align:center;}
.guarantee__icon { width:100px; margin: 0 auto 15px; display: block; float: none;}
.button__box { margin: 30px auto 0;}
.claim__button { font-size: 16px; padding: 10px 10px;}
.claim__button img { display:none;}
.main__right { display:none;}
.footer {  padding: 20px 0 25px;}
.footer__text { font-size: 14px;}
.footer__text a { padding: 0 4px;}
.footer__text2 {font-size: 12px; line-height: 18px;}
}
.mt0{ margin-top:0;}



/*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}}