@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: 75px;
}

.header {
	float: left;
	width: 100%;
	height: 75px;
	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);
}

.logo {
	float: left;
	max-width: 100%;
	margin-top: 25px;
}

.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: 17px;
}


/*====Banner-Section====*/
.banner-section {
	float: left;
	width: 100%;
	background: url(../images/bnr-bg.jpg) no-repeat center top #201e1f;
	padding: 60px 0;
}

.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;
}

.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.png) 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: 50%;
	border: 1px solid #fff;
}

.bnr-review-star {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.bnr-review-txt {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #fff;
	font-style: italic;
	margin-top: 8px;
}

.bnr-review-name-txt {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 600;
	margin-top: 12px;
}

.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%;
}

/*====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.png) 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 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	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);
}

.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: 5px;
	width: 57px;
}

.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;
	margin-top: 10px;
}

.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/s3-col-img1.jpg) 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/s3-col-img2.jpg) no-repeat center bottom #090c11;
}

.s3-col-icon2 {
	width: 50px;
}

.s3-col3 {
	background: url(../images/s3-col-img3.jpg) no-repeat center bottom #090c11;
}

.s3-col4 {
	background: url(../images/s3-col-img4.jpg) 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-between;
	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;
}

/*====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: 36%;
	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: 16%;
	background: #00bb29;
	border-radius: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

.compare-col-top {
	float: left;
	width: 100%;
	background: #fff;
	height: 80px;
	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;
}

.comp-tick-icn {
	width: 25px;
	filter: brightness(0) invert(1);
}

.compare-col3 {
	width: 15%;
}

.comp-icn-img2 {
	display: block;
	margin: 0 auto;
}

.comp-cross-icn {
	width: 20px;
}

.compare-col4 {
	width: 16%;
}

.compare-col-top-txt2 {
	position: absolute;
	top: 10px;
	left: 2px;
	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: 15%;
}

.compare-col5 .compare-list {
	padding-right: 15px;
	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;
}

.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: 60%;
	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.png) 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: 150px;
	left: 20px;
	width: 420px;
	max-width: 100%;
}

.offer-seal {
	position: absolute;
	right: 30px;
	top: 155px;
	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.png) 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.png) 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: 150px;
		left: 20px;
		width: 325px;
	}

	.offer-seal {
		right: 30px;
		top: 210px;
		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;
	}

	.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: 180px;
		left: 15px;
		width: 290px;
	}

	.offer-seal {
		right: 30px;
		top: 205px;
		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/m-banner-bg.jpg) no-repeat center center #000;
		background-size: cover;
	}

	.bnr-left {
		width: 100%;
		text-align: center;
	}

	.bnr-rev-txt {
		font-size: 13px;
		line-height: 19px;
		letter-spacing: 0.3px;
	}

	.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 10px 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: 31%;
	}

	.s3-feature-icn-box {
		width: 85px;
		height: 85px;
	}

	.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: 41%;
	}

	.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: 60px;
	}

	.compare-col-top-txt2 {
		font-size: 15px;
		left: 5px;
	}

	.compare-col5 .compare-list {
		padding-right: 10px;
	}

	.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: 25px;
		top: -25px;
	}

	.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
	}
}

.black_friday_sale {
	background: #000;
	padding: 10px;
	border-bottom: 1px solid #fff6004d;
}

.sale_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blackFriday {
	flex: 70%;
	max-width: 73%;
	display: inline-flex;
}

.countdown_div {
	flex: 25%;
	max-width: 27%;
}

.sale_ends {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}

.countdown-container {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.countdown {
	width: 45px;
	height: 39px;
	font-size: 26px;
	font-weight: bold;
	background: linear-gradient(184.32deg, #E51F1F 3.51%, #940000 104.48%);
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.labels {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.time-box {
	display: inline-block;
	text-align: center;
}

.blackFriday p {
	color: white !important;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-style: italic;
	font-weight: 900;
	line-height: 82.8px;
	text-align: left;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.blackFriday span {
	padding: 2px 20px;
	color: white !important;
	background: linear-gradient(90deg, #E51F1F 8.91%, #940000 100%);
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	margin-left: 20px;
	margin-right: 10px;
}

.mob_hide_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 900;
	line-height: 45px;
	text-align: left;
	color: #E51F1F !important;
	display: block;
	margin-left: 10px;
}

.mob_hide_text span {
	display: block;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 27px;
	color: #E51F1F !important;
	background: none;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width:1200px) {
	.blackFriday p {
		font-size: 50px;
	}

	.blackFriday span {
		font-size: 22px;
		line-height: 32px;
	}

	.mob_hide_text p {
		font-size: 40px;
		line-height: 36px;
	}

	.blackFriday {
		flex: 70%;
		max-width: 70%;
	}

	.countdown_div {
		flex: 30%;
		max-width: 30%;
	}
}

@media only screen and (max-width:1022px) {
	.blackFriday {
		flex: 100%;
		max-width: 100%;
	}

	.sale_container {
		flex-direction: column;
	}

	.countdown_div {
		flex: 100%;
		max-width: 100%;
	}

	.mob_hide_text p {
		font-size: 37px;
		line-height: 35px;
	}

	.mob_hide_text span {
		font-size: 17px;
	}

	.blackFriday span {
		font-size: 20px;
		line-height: 22px;
		margin-left: 10px;
	}

	.countdown {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width:767px) {

	.mob_hide_text {
		display: none;
	}

	.sale_container {
		flex-direction: column;
	}

	.blackFriday {
		flex: 100%;
		max-width: 100%;
	}

	.countdown_div {
		flex: 100%;
		max-width: 100%;
	}

	.blackFriday p {
		font-size: 32px;
		line-height: 45px;
	}

	.blackFriday span {
		font-size: 18px;
		line-height: 18px;
	}
}

@media only screen and (max-width:390px) {
	.blackFriday p {
		font-size: 26px;
		line-height: 40px;
	}

	.blackFriday span {
		font-size: 16px;
		line-height: 18px;
	}

	.sale_ends {
		font-size: 15px;
	}
}