@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	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;
	max-width: 100%;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*=========Fonts=======*/
@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;
}

@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;
}

@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-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-Regular.woff2') format('woff2'),
		url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*----------------------
		HEADER
------------------------*/
.header {
	width: 100%;
	float: left;
	padding: 10px 0 10px;
	background: #1d1d1d;
}

.header_left {
	float: left;
	text-align: left;
	margin-top: 1px;
}

.header_text {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #828282;
}

.header_logo {
	float: left;
	margin-top: 4px;
	width: 180px;
}

a.header_btn {
	width: 100%;
	float: right;
	max-width: 260px;
	height: 55px;
	color: #ffffff;
	font-size: 18px;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	background: rgb(0, 162, 52);
	background: linear-gradient(0deg, rgba(0, 162, 52, 1) 36%, rgba(0, 184, 44, 1) 61%, rgba(0, 184, 44, 1) 88%);
	border-radius: 8px;
}

.btn_arrw {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 9px;
}

/*-------------------------
		STRIP
---------------------------*/
.header_strip {
	width: 100%;
	float: left;
	padding: 8px 0;
	background: #fcf8e3;
	border-bottom: 1px dashed #ff0000;
}

.strip_text {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.4px;
	color: #000000;
}

.strip_text span {
	color: #ff0000;

}

.link_text {
	color: #000fff;
	font-weight: 600;
}

/*-------------------------
MAIN SECTION
---------------------------*/
.main_section {
	width: 100%;
	float: left;
	padding: 30px 0 60px;
}

.main_section_left {
	width: 72.5%;
	float: left;
	text-align: left;
}

.sec_logo {
	display: inline-block;
	vertical-align: top;
}

.main_heading {
	font-size: 45px;
	line-height: 54px;
	font-weight: 900;
	color: #000000;
	margin-top: 15px;
}

.main_sub_text {
	font-size: 25px;
	line-height: 34px;
	font-weight: 600;
	color: #000000;
	margin-top: 15px;
}

.author_strip {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #c5c5c5;
	padding-top: 15px;

}

.author_box {
	width: 100%;
	max-width: 400px;
	float: left;
}

.author_name {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.date {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 3px;
}

.social_link_list {
	width: 100%;
	max-width: 300px;
	float: right;
	margin-top: 5px;
}

ul.social_link {
	width: 100%;
	float: left;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.social_link li {
	width: 16%;
	float: left;
}

.social_img {
	display: block;
	margin: 0 auto;
	width: 40px;
}

.common_img {
	display: block;
	margin: 40px auto 0;
}

.shadow {
	box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
	border: 3px solid #ffffff;
}

.left_text {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 35px;
}

.common_text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 25px;
}

.sup {
	font-size: 60%;
	line-height: 100%;
}

.common-img3 {
	margin: 20px 0 20px 30px;
}

.common-img5 {
	margin: 30px 0 0 44px;
}

.common-img8 {
	margin: 30px 0 0 22px;
}

.common-img9 {
	margin: 32px 0 0 30px;
}

.common_heading {
	font-size: 40px;
	line-height: 48px;
	font-weight: 800;
	margin-top: 45px;
	padding-bottom: 25px;
	border-bottom: 2px solid #c2c2e2;
}

.red_strip_box {
	width: 100%;
	float: left;
	border: 2px solid #ff0000;
	padding: 20px 280px 20px 30px;
	margin-top: 35px;
	position: relative;
}

.mt_0 {
	margin-top: 0 !important;
}

.box_img {
	position: absolute;
	top: 0;
	right: 0;
}

.nasa_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #26416c;
	margin-top: 35px;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}

.nasa_box_cont {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 25px 190px 10px 25px;
}

.box_paragraph {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.box_link {
	color: #d4cb29;
	font-weight: 600;
}

.nasa_logo {
	position: absolute;
	top: 15px;
	right: 35px;
}

.nasa__box_img {
	display: block;
	margin: 0 auto;
	width: 865px;
}

.blue_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 497px;
	background: #26416c;
	padding: 22px 25px 22px;
	margin-top: 30px;
}

.update_strip {
	width: 100%;
	float: left;
	background: #fcf8e3;
	border: 1px dashed #ff0000;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.4px;
	color: #000000;
	padding: 20px;
	margin-top: 40px;
}

.update_strip span {
	color: #ff0000;
}

.blue_box_paragraph {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.2px;
}

.device_list_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #f4f4ff;
	margin-top: 40px;
	padding: 50px 35px 40px;
}

ul.device_list {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

ul.device_list li {
	width: 100%;
	float: left;
	margin-top: 40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.device_list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 22px;
	bottom: -40px;
	width: 2px;
	background: #000000;
}

ul.device_list li:last-child:before {
	display: none;
}

.step_col-1 {
	width: 65%;
}

.step_col-2 {
	width: 28%;
}

.step-img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.no_box {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border: 2px solid #26416c;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	font-weight: 900;
}

.list_icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 122px;
	margin-top: -62px;
}

.list_text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-left: 60px;
}

ul.device_list li:nth-child(1) {
	margin-top: 0;
}

.health_box {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.uvyclean_box {
	width: 100%;
	float: left;
	padding: 35px 0;
	border-bottom: 1px solid #b5b6dd;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.uvyclean_box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.uvy_img {
	display: inline-block;
	vertical-align: top;
	width: 424px;
}

.uvy_box_right {
	width: calc(100% - 424px);
	text-align: left;
	padding-left: 30px;
}

.rgt_box_heading {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.rgt_box_text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.people_review {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.testi_box {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.testi_box_left {
	width: calc(100% - 251px);
	padding-right: 30px;
}

.testi_text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.testi_box_top {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.star_img {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.name_box {
	width: 100%;
	float: left;
	margin-top: 20px;
	position: relative
}

.name_view {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 8px;
	left: 0;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	color: #ffffff;
	background: #d2d2e5;
	border-radius: 50%;
}

.verify_name {
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
}

.name {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.varification {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #727272;
	margin-top: 5px;
}

.green_tick {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.testi_box_right {
	width: 251px;
	float: right;
}

.testi_box_img {
	display: block;
	margin: 0 auto;
	width: 251px;
}

.offer_deal_box {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding: 25px 0 40px;
	overflow: hidden;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.offer_top {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 25px 0;
}

.offer_heading {
	font-size: 38px;
	line-height: 48px;
	font-weight: 800;
	padding-bottom: 25px;
	border-bottom: 2px solid #c2c2e2;
}

.offer_heading span {
	color: #ff0000;
}

.off_box_bottom {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 30px 285px 0 25px;
	position: relative;
}

.offer_box_strip {
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0;
	background: #26416c;
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

.offer_box_strip:before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	right: -364px;
	bottom: 0;
	background: #26416c;
	z-index: -1;
}

.off_strip_text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #ffffff;
}

.off_strip_text span {
	color: #fff000;
	font-weight: bold;
}

.img_box {
	position: absolute;
	top: 22px;
	right: 80px;
	width: 194px;
	z-index: 2;
}

.img_box_inr {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	position: relative;
}

.deal_box_img {
	display: block;
	margin: 0 auto 0;
	width: 220px;
}

.off_box {
	position: absolute;
	top: 175px;
	right: -42px;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #ffffff;
	width: 120px;
	height: 120px;
	text-align: center;
	background: url(../images/off-patch.webp) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.offer_deal-box-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 25px;
	padding: 0 20px;
}

.technology_list_box {
	width: 100%;
	float: left;
	margin-top: 45px;
}

.light_img {
	display: block;
	margin: -50px auto 0;
	width: 647px;
}

.techno_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 30px;
}

.list_heading {
	font-size: 38px;
	line-height: 48px;
	font-weight: 800;
	padding-bottom: 25px;
	border-bottom: 2px solid #c2c2e2;
}

ul.list {
	width: 100%;
	text-align: left;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list li {
	width: 48%;
	float: left;
	background: url(../images/green-tick.webp) no-repeat left 3px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 15px;
	padding-left: 31px;
}

.money_back_guarantee {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 45px;
	background: #fffbea;
	border: 1px solid #f2eed2;
	padding: 25px 30px;
}

.guarantee_img {
	float: right;
	margin: 25px 0 20px 15px;
}

.semi_bold {
	font-weight: 600;
}

.product_box {
	width: 100%;
	float: left;
	margin-top: 40px;
	background: #fffbea;
	border: 2px dashed #ff0000;
	padding: 35px 25px;
	text-align: center;
}

.prod_box_img {
	display: inline-block;
	vertical-align: top;
	margin-top: -195px;
}

.prod_box_head {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.product_img {
	display: block;
	margin: 20px auto 0;
	width: 600px;
	position: relative;
	z-index: 2;
}

.prod_box_inr {
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 836px;
	margin-top: 25px;
}

.prod_box_col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 734px;
	position: relative;
}

a.box_btn {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 82px;
	color: #ffffff;
	font-size: 32px;
	line-height: 82px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	background: rgb(0, 162, 52);
	background: linear-gradient(0deg, rgba(0, 162, 52, 1) 36%, rgba(0, 184, 44, 1) 61%, rgba(0, 184, 44, 1) 88%);
	box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin-top: 40px;
	position: relative;
	z-index: 3;
}

a.box_btn.mrt-40 {
	margin-top: -40px;
}

.box_btn_arrw {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 0 0 20px;
	width: 14px;
}

.prod_box_off {
	position: absolute;
	top: 4px;
	left: 20px;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #ffffff;
	width: 120px;
	height: 120px;
	text-align: center;
	background: url(../images/off-patch.webp) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	z-index: 3;
}

.reference {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #555555;
}

ul.refer_list {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

ul.refer_list li {
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 10px;
	color: #555555;
	position: relative;
	padding-left: 13px;
}

ul.refer_list li a {
	color: #000fff;
}

ul.refer_list li span {
	position: absolute;
	top: 2px;
	left: 0;
}

.main_section_right {
	width: 24%;
	float: right;
}

.rgt_prod_box {
	float: left;
	width: 100%;
	background: #fffbea;
	border: 1px solid #beb77f;
	padding: 15px 10px;
}

.prod_rated {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}

.prod_rated span {
	color: #26416c;
}

.rgt_star_img {
	display: inline-block;
	vertical-align: top;
	margin: 5px 15px 0 0;
	width: 102px;
}

.rgt_prodbox_head {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
}

.rgt_prodbox_head span {
	color: #ff0000;
}

.rgt_box_img {
	display: block;
	margin: 20px auto 0;
}

.right_prod_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 211px;
	position: relative;
}

.offer_box_rgt {
	position: absolute;
	top: 28px;
	left: 7px;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 90px;
	height: 90px;
	text-align: center;
	background: url(../images/off-patch.webp) no-repeat;
	background-size: cover;

	display: flex;
	align-items: center;
	justify-content: center;
}

a.rgt_box_btn {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	height: 58px;
	color: #ffffff;
	font-size: 18px;
	line-height: 58px;
	font-weight: bold;
	text-transform: uppercase;
	background: rgb(0, 162, 52);
	background: linear-gradient(0deg, rgba(0, 162, 52, 1) 36%, rgba(0, 184, 44, 1) 61%, rgba(0, 184, 44, 1) 88%);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-top: 20px;
}

.secure_text {
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #818181;
	margin-top: 10px;
}

.secure_text img {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	margin: -3px 5px 0 0;
}

/*-------------------------
		FOOTER
---------------------------*/
.footer-cta {
	float: left;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 22px 0 24px 0;
	bottom: 0;
	position: relative;
	z-index: 10;
}

.cta-btn {
	float: right;
	width: 100%;
	max-width: 310px;
	height: 58px;
	border-radius: 6px;
	font-size: 22px;
	line-height: 58px;
	font-weight: bold;
	margin-top: 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	color: #fff;
	background: rgb(0, 162, 52);
	background: linear-gradient(0deg, rgba(0, 162, 52, 1) 36%, rgba(0, 184, 44, 1) 61%, rgba(0, 184, 44, 1) 88%);
}

.cta-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 12px;
	width: 10px;
}

.ft-cta-left {
	float: left;
	width: calc(100% - 415px);
	text-align: left;
	padding-right: 150px;
	position: relative;
	letter-spacing: 0.5px;
	z-index: 10;
}

.cta-prod {
	position: absolute;
	right: 19px;
	width: 129px;
	top: -60px;
	z-index: 10;
}

.cta-text1 {
	float: left;
	width: 100%;
	color: #fff000;
	font-size: 18px;
	font-weight: 600;
	margin-top: 3px;
}

.cta-text2 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 6px;
}

.strip-btn {
	float: right;
	margin-top: 6px;
}

.strip-btn img {
	display: inline-block;
	vertical-align: middle;
}

.footer {
	width: 100%;
	float: left;
	border-top: 1px solid #dedede;
	padding: 40px 0;
}

.foot_logo {
	display: block;
	margin: 0 auto 30px;
	filter: brightness(0.7);
}

.footer_text {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin-top: 12px;
	color: #606060;
}

.footer_text a {
	padding: 0 8px;
}

/*=======Media Query========*/
.show-mob,
.show-tab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	.strip_text {
		font-size: 15px;
		line-height: 20px;
	}

	.main_heading {
		font-size: 39px;
		line-height: 50px;
	}

	.common_heading {
		font-size: 32px;
		line-height: 40px;
	}

	.common-img5 {
		margin: 30px 0 0 35px;
		width: 270px;
	}

	.common-img8 {
		width: 270px;
	}

	.off_box {
		right: -13px;
	}

	.blue_box {
		width: 100%;
		max-width: 435px;
		padding: 15px;
	}

	.uvyclean_box {
		align-items: flex-start;
	}

	.uvy_img {
		width: 375px;
	}

	.uvy_box_right {
		width: calc(100% - 375px);
	}

	.box_paragraph {
		font-size: 16px;
		line-height: 24px;
	}

	.nasa_logo {
		width: 117px;
	}

	.off_box_bottom {
		padding: 30px 255px 0 25px;
	}

	.img_box {
		top: 52px;
		right: 50px;
	}

	ul.list li {
		font-size: 19px;
		line-height: 27px;
	}

	.list_heading {
		font-size: 33px;
		line-height: 38px;
	}

	.prod_box_off {
		left: 98px;
	}

	.rgt_star_img {
		margin: 5px 5px 0 0;
	}

	.rgt_prodbox_head {
		font-size: 23px;
		line-height: 31px;
	}

	a.rgt_box_btn {
		font-size: 16px;
	}

	.ft-cta-left {
		width: calc(100% - 365px);
	}

	.cta-prod {
		right: -30px;
	}


}


@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	a.header_btn {
		max-width: 230px;
		font-size: 16px;
		line-height: 55px;
	}

	.main_section {
		padding: 35px 0 45px;
	}

	.main_section_left {
		width: 67%;
		float: left;
	}

	.main_heading {
		font-size: 27px;
		line-height: 35px;
	}

	.main_sub_text {
		font-size: 21px;
		line-height: 29px;
	}

	.author_box {
		width: 100%;
		max-width: 240px;
	}

	.author_name {
		font-size: 15px;
		line-height: 21px;
	}

	.date {
		font-size: 13px;
		line-height: 21px;
	}

	.social_link_list {
		width: 100%;
		max-width: 230px;
		float: right;
		margin-top: 0;
	}

	.common_img {
		display: block;
		margin: 30px auto 0;
	}

	.left_text {
		font-size: 20px;
		line-height: 28px;
		margin-top: 25px;
	}

	.common_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}

	.common_heading {
		font-size: 30px;
		line-height: 38px;
		padding-bottom: 20px;
	}

	.common-img3 {
		width: 220px;
		margin: 20px 0 0 20px;
	}

	.common-img5 {
		margin: 25px 0 10px 20px;
		width: 240px;
	}

	.common-img8 {
		width: 220px;
		margin: 25px 0 0 19px;
	}

	.common-img9 {
		margin: 25px 0 0 20px;
		width: 240px;
	}

	.nasa_box_cont {
		padding: 25px 150px 10px 20px;
	}

	.box_paragraph {
		letter-spacing: 0.3px;
	}

	.nasa_logo {
		top: 20px;
		right: 12px;
		width: 127px;
	}

	.red_strip_box {
		padding: 15px 116px 15px 15px;
		margin-top: 30px;
	}

	.box_img {
		width: 200px;
		top: 32px;
	}

	.blue_box {
		max-width: 100%;
		margin-top: 25px;
	}

	.list_text {
		font-size: 17px;
		line-height: 24px;
		padding-left: 55px;
	}

	.device_list_box {
		padding: 30px 25px 30px 15px;
		margin-top: 40px;
	}

	.device_list:before {
		top: 10px;
		left: 19px;
		bottom: 104px;
		width: 2px;
	}

	.no_box {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 37px;
	}

	.step_col-1 {
		width: 100%;
	}

	.step_col-2 {
		width: 100%;
		padding-left: 55px;
		margin-top: 20px;
	}

	.step-img {
		width: 250px;
	}

	.list_icon {
		top: 0;
		width: 92px;
		margin-top: 0;
	}

	.uvy_img {
		width: 200px;
	}

	.uvy_box_right {
		width: calc(100% - 200px);
		padding-left: 30px;
	}

	.testi_box {
		align-items: flex-start;
	}

	.testi_box_left {
		width: 100%;
		padding-right: 0;
	}

	.testi_box_right {
		width: 100%;
		float: left;
		margin: 25px 0 10px;
	}

	.testi_box_img {
		width: 200px;
		float: left;
	}

	.testi_text {
		font-size: 16px;
		line-height: 25px;
	}

	.name_box {
		margin-top: 15px;
	}

	.rgt_box_text {
		font-size: 15px;
		line-height: 23px;
		margin-top: 10px
	}

	.off_strip_text {
		font-size: 16px;
		line-height: 24px;
	}

	.light_img {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.techno_list {
		width: 100%;
		float: left;
		margin-top: 25px;
	}

	.list_heading {
		font-size: 20px;
		line-height: 28px;
	}

	.money_back_guarantee {
		width: 100%;
		padding: 20px 22px;
	}

	.offer_top {
		padding: 0 20px 0;
	}

	.offer_heading {
		font-size: 30px;
		line-height: 38px;
		padding-bottom: 20px;
	}

	.off_box_bottom {
		padding: 30px 100px 0 20px;
	}

	.off_box {
		top: 97px;
		right: -1px;
		font-size: 17px;
		line-height: 18px;
		width: 60px;
		height: 60px;
		background-size: cover;
	}

	.img_box {
		top: 132px;
		right: 7px;
		width: 109px;
	}

	.img_box_inr {
		max-width: 109px;
	}

	.offer_deal-box-btn {
		margin: 0;
	}

	ul.list li {
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
	}

	.prod_box_off {
		top: -5px;
		left: 46px;
		font-size: 27px;
		line-height: 30px;
		width: 100px;
		height: 100px;
		background-size: cover;
	}

	.guarantee_img {
		float: right;
		margin: 40px 0px 0 15px;
		width: 155px;
	}

	.product_box {
		margin-top: 35px;
		padding: 30px 20px;
	}

	.prod_box_text {
		bottom: 220px;
		left: 44px;
	}

	a.box_btn {
		height: 70px;
		font-size: 25px;
		line-height: 70px;
		margin-top: 35px;
	}

	a.box_btn.mrt-40 {
		margin-top: -30px;
	}

	.box_btn_arrw {
		margin: -4px 0 0 15px;
		width: 11px;
	}

	.reference {
		margin-top: 25px;
	}


	.main_section_right {
		width: 29%;
		float: right;
	}

	.prod_rated {
		font-size: 13px;
		line-height: 26px;
	}

	.rgt_prodbox_head {
		font-size: 20px;
		line-height: 28px;
	}

	a.rgt_box_btn {
		font-size: 13px;
		height: 50px;
		line-height: 50px;
	}

	.btn_arrw {
		display: inline-block;
		vertical-align: middle;
		margin: 0px 0 3px 4px;
		width: 8px;
	}

	.footer {
		padding: 0 0 45px;
	}

	.footer_terms a {
		padding: 0px 10px;
	}

	.footer_terms {
		margin-top: 30px;
	}

	.cta-btn {
		max-width: 255px;
		font-size: 20px;
	}

	.ft-cta-left {
		padding-right: 105px;
		padding-left: 0;
		width: calc(100% - 290px);
	}

	.cta-text1 {
		font-size: 17px;
		line-height: 25px;
	}

	.cta-text2 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 5px;
	}

	.cta-prod {
		width: 120px;
		right: -29px;
		top: -51px;
	}

	.strip-btn {
		margin-top: 8px;
	}

}

@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-mob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.header {
		padding: 8px 0;
	}

	.header_left {
		margin: 0;
	}

	.header_text {
		font-size: 10px;
		line-height: 10px
	}

	.header_logo {
		float: left;
		width: 130px;
		margin-top: 6px;
	}

	.header_strip {
		width: 100%;
		float: left;
		padding: 8px 0 9px;
	}

	.strip_text {
		font-size: 13px;
		line-height: 19px;
		letter-spacing: normal;
	}

	a.header_btn {
		max-width: 170px;
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		margin-top: 0;
	}

	a.header_btn .btn_arrw {
		margin: -3px 0 0 3px;
		width: 6px;
	}

	.main_section {
		padding: 20px 0 35px;
	}

	.main_section_left {
		width: 100%;
		float: left;
	}

	.sec_logo {
		width: 140px;
	}

	.main_heading {
		font-size: 23px;
		line-height: 30px;
		margin-top: 12px;
	}

	.main_sub_text {
		font-size: 18px;
		line-height: 26px;
		margin-top: 12px;
	}

	.author_strip {
		width: 100%;
		float: left;
		margin-top: 15px;
		padding-top: 10px;
		margin-bottom: -10px;
	}

	.author_box {
		width: 100%;
		max-width: 180px;
	}

	.author_name {
		font-size: 13px;
		line-height: 19px;
	}

	.date {
		font-size: 11px;
		line-height: 19px;
	}

	.social_link_list {
		max-width: 160px;
		margin-top: 5px;
	}

	.common_img {
		display: block;
		margin: 25px auto 25px;
		object-fit: cover;
		height: 202px;
	}

	.common-img3,
	.common-img5,
	.common-img8,
	.common-img9 {
		width: 100%;
		margin: 25px auto 25px;
		float: none;
		display: block;
	}

	.common-img5 {
		box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
		border: 3px solid #ffffff;
	}

	.left_text {
		font-size: 17px;
		line-height: 25px;
		margin-top: 15px;
	}

	.sec_img {
		float: none;
		width: 300px;
		display: block;
		margin: 20px auto 0;
	}

	.common_heading {
		font-size: 22px;
		line-height: 30px;
		margin-top: 30px;
		padding-bottom: 15px;
	}

	.red_strip_box {
		padding: 10px 70px 10px 12px;
		margin: 25px 0 10px;
	}

	.box_img {
		width: 120px;
		top: 62px;
	}

	.nasa_box {
		margin-top: 25px;
	}

	.nasa_logo {
		position: absolute;
		top: 20px;
		right: 10px;
		width: 90px;
	}

	.nasa_box_cont {
		padding: 20px 112px 10px 15px;
	}

	.box_paragraph {
		font-size: 13px;
		line-height: 20px;
	}

	.update_strip {
		padding: 17px;
		margin-top: 30px;
		font-size: 16px;
		line-height: 24px;
	}

	.blue_box {
		max-width: 100%;
		padding: 16px 15px;
		margin-top: 20px;
	}

	.blue_box_paragraph {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: normal;
	}


	.device_list_box {
		margin-top: 25px;
		padding: 30px 15px;
	}

	.no_box {
		width: 35px;
		height: 35px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
	}

	ul.device_list li:before {
		top: 24px;
		left: 16px;
	}

	.list_icon {
		right: auto;
		left: -1px;
		width: 50px;
	}

	.list_text {
		padding-left: 0;
		font-size: 16px;
		line-height: 24px;
	}

	ul.device_list li {
		padding-right: 0;
		padding-left: 50px;
	}

	.step_col-2 {
		padding: 0 0 0 2px;
	}

	.step-img {
		width: 220px;
	}

	.health_box {
		margin-top: 0;
	}

	.uvyclean_box {
		padding: 35px 0;
	}

	.uvy_img {
		width: 100%;
	}

	.uvy_box_right {
		width: calc(100% - 0px);
		padding-left: 0;
	}

	.rgt_box_heading {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.5px;
		margin-top: 20px;
	}

	.rgt_box_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 12px;
	}

	.people_review {
		margin-top: 0;
	}

	.testi_box {
		width: 100%;
		float: left;
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}

	.testi_box:last-child {
		padding-bottom: 0;
		border: none;
	}

	.testi_box_top {
		font-size: 20px;
		line-height: 28px;
	}

	.star_img {
		margin-top: 6px;
	}

	.testi_box_left {
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.testi_box_right {
		width: 100%;
		float: left;
		margin: 20px 0 5px;
	}

	.testi_box_img {
		width: 150px;
		float: left;
	}

	.offer_deal_box {
		margin-top: 30px;
		padding: 20px 0 30px
	}

	.offer_top {
		padding: 0 20px 0;
	}

	.offer_heading {
		font-size: 22px;
		line-height: 30px;
	}

	.off_box_bottom {
		padding: 20px 20px 0;
	}

	.offer_box_strip {
		width: calc(100% + 36px);
		margin: 25px -18px 0 -18px;
		padding: 10px 15px;
	}

	.off_strip_text {
		font-size: 14px;
		line-height: 22px;
	}

	.off_patch {
		right: -12px;
		width: 85px;
		top: 114px;
	}

	.off_box_text {
		top: 135px;
		right: 6px;
		font-size: 20px;
		line-height: 20px;
	}

	.img_box {
		width: 100%;
		position: static;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
		text-align: center;
	}

	.img_box_inr {
		margin-left: -10px;
	}

	.off_box {
		top: 90px;
		right: -45px;
		font-size: 21px;
		line-height: 24px;
		width: 80px;
		height: 80px;
		background-size: cover;
	}

	.technology_list_box {
		margin-top: 35px;
	}

	.list_heading {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.techno_list {
		margin: 0;
	}

	ul.list {
		margin: 0;
	}

	ul.list li {
		font-size: 17px;
		line-height: 25px;
		margin-top: 10px;
		padding-left: 28px;
		width: 100%;
		background-size: 19px;
	}

	ul.list li:first-child {
		margin-top: 0;
	}

	.money_back_guarantee {
		margin-top: 30px;
		width: 100%;
		padding: 15px 20px;
	}

	.guarantee_img {
		width: 95px;
		margin: 24px -5px 0 10px;
	}

	.prod_box_inr {
		margin-top: 30px;
	}

	.product_box {
		margin-top: 25px;
		padding: 20px 20px;
	}

	.prod_box_head {
		font-size: 20px;
		line-height: 27px;
	}

	.product_img {
		margin: 0 auto 0;
	}

	.prod_box_img {
		margin-top: -75px;
	}

	.box_patch {
		bottom: 155px;
		left: 10px;
		width: 80px;
	}

	.prod_box_text {
		bottom: 175px;
		left: 31px;
		font-size: 20px;
		line-height: 21px;
	}

	a.box_btn {
		height: 65px;
		font-size: 20px;
		line-height: 65px;
		margin-top: 30px;
	}

	.product_box a.box_btn {
		font-size: 19px;
	}

	.mrt-40 {
		margin-top: -25px;
	}

	.box_btn_arrw {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 4px 10px;
	}

	.prod_box_off {
		top: -12px;
		left: 15px;
		font-size: 20px;
		line-height: 20px;
		width: 80px;
		height: 80px;
		background-size: cover;
	}

	.prod_box_col {
		max-width: 311px;
	}

	.main_section_right {
		width: 100%;
		float: right;
		margin-top: 25px;
	}

	.prod_rated {
		font-size: 18px;
		line-height: 28px;
	}

	.rgt_star_img {
		margin: 5px 15px 0 0;
	}

	.rgt_prodbox_head {
		font-size: 30px;
		line-height: 38px;
	}

	.rgt_box_patch {
		position: absolute;
		bottom: 145px;
		left: -172px;
	}

	.patch_text {
		bottom: 165px;
		left: -155px;
		font-size: 20px;
		line-height: 20px;
	}

	a.rgt_box_btn {
		font-size: 16px;
		max-width: 300px;
	}

	.btn_arrw {
		margin: 0px 0 4px 10px;
	}

	.box_btn_arrw {
		width: 9px;
	}

	.footer {
		padding: 0 0 25px;
	}

	.foot_logo {
		width: 140px;
		margin: 35px auto 25px;
	}

	.footer_text a {
		padding: 0 5px;
	}

	.footer_text {
		font-size: 14px;
		line-height: 16px;
	}


	.cta-btn {
		max-width: 100%;
		font-size: 20px;
		float: none;
		margin-top: 0;
		display: inline-block;
		vertical-align: top;
	}

	.footer-cta {
		padding: 10px 0;
	}

	.strip-btn {
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
	}

}

.buzz_vid {
	margin: 20px auto 0;
}

.buzz_vid iframe {
	width: 100%;
	height: 505px;
}

@media only screen and (max-width:1024px) {
	.buzz_vid iframe {
		height: 345px;
	}
}

@media only screen and (max-width:490px) {
	.buzz_vid iframe {
		height: 270px;
	}
}

@media only screen and (max-width:400px) {
	.buzz_vid iframe {
		height: 225px;
	}
}