@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: 'Apercu Pro';
	font-weight: 400;
	letter-spacing: 0.5px;
}

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;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show-Tab,
.show-Mob {
	display: none;
}

.show-Desk {
	display: block;
}

.hide-Desk {
	display: none;
}

.slider_strip_bx {
	width: 100%;
	display: flex;
}

.slider_head {
	/* width: 140px; */
	width: 435px;
	background: #04bf7a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider_head p {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	letter-spacing: 0.7px;
}

.sliderStrip {
	float: right;
	width: 100%;
	background: #2e394b;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: relative;
	overflow: hidden;
	height: 50px;
	padding-top: 4px;
}

.track-horizontal {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: marquee-horizontal 30s linear infinite;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.strp-lst-bx2 {
	flex: none;
	margin-right: 45px;
}

.strip_icon {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 0;
	width: 35px;
	height: 35px;
}

.strp-lst-bx2 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	letter-spacing: 0.7px;
}

@keyframes marquee-horizontal {

	from {

		transform: translateX(0);

	}



	to {

		transform: translateX(-50%);

	}

}

.con-wth {
	width: 100% !important;
}

.large-con {
	width: 1400px !important;
	padding: 0 0 0 2% !important;
}

/*=====Fonts=====*/
@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Bold.woff2') format('woff2'), url('../fonts/ApercuPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-BlackItalic.woff2') format('woff2'), url('../fonts/ApercuPro-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Regular.woff2') format('woff2'), url('../fonts/ApercuPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Italic.woff2') format('woff2'), url('../fonts/ApercuPro-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Medium.woff2') format('woff2'), url('../fonts/ApercuPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Black.woff2') format('woff2'), url('../fonts/ApercuPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Light.woff2') format('woff2'), url('../fonts/ApercuPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/*****bottom pop css *****/
.w_fomo_wrapper {
	position: fixed;
	bottom: 0px;
	left: 10px;
	min-width: 300px;
	background-color: #fff;
	-webkit-transition: transform .8s ease;
	-webkit-transition: -webkit-transform .8s ease;
	transition: -webkit-transform .8s ease;
	transition: transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease;
	z-index: 1001;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(120%);
	transform: translateY(120%);
	-webkit-box-shadow: 0 0 5px #6f6f6f;
	box-shadow: 0 0 5px #6f6f6f;
	border-radius: 5px;
	max-width: 350px;
	border-radius: 50px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
}

.w_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.w_desc p {
	margin-bottom: 6px;
	text-align: left;
	font-size: 13px;
	color: #000;
}

.wysiwyg-content.statistical table {
	text-align: right;
	font-size: 14px;
	width: 100%;
}

.wysiwyg-content.statistical .ta-l {
	text-align: left;
}

.edit_mode .w_fomo_wrapper {
	position: static;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.w_fomo_wrapper.notify {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.w_fomo_wrapper .w_item {
	float: left;
	width: 100%
}

.w_fomo_wrapper .w_item>div {
	display: inline-block;
	vertical-align: middle;
}

.w_fomo_wrapper .w_thumb {
	width: 90px;
	text-align: left;
	padding-left: 30px;
}

.w_fomo_wrapper .w_thumb img {
	margin: 0 auto;
	width: 80px;
}

.w_fomo_wrapper .w_desc {
	padding: 15px 20px 10px 0;
	font-size: 1.3rem
}

.w_fomo_wrapper .w_desc strong {
	color: #085617;
}

@media (min-width:992px) {
	.w_fomo_wrapper {
		top: auto;
		bottom: 10px
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.w_fomo_wrapper {
		width: 300px
	}
}

@media(max-width:320px) {
	.w_fomo_wrapper {
		min-width: 300px;
		max-width: 300px;
	}
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.topStrip {
	float: left;
	width: 100%;
	padding: 6px 0 9px;
	background: #0289b3;
}

.topStrip p {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.topStrip p span {
	color: #ffd426;
	font-weight: 900;
}

/*================*/
.rew-star {
	display: flex;
	align-items: center;
}

.rew-star p {
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #1e1e1e;
}

.star-rev {
	margin-right: 7px;
	margin-top: 8px;
}

.video-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.video-wrapper:before {
	display: block;
	content: "";
	padding-top: 0%;
}


.video-wrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.desk-hid {
	display: none !important;
}

.s4-box-prod-m {
	display: none;
}

.blue-bg {
	background: #28aae0 !important;
}

.blue-bg p {
	color: #fff !important;
}

.grt-combo {
	width: 67%;
}

p.grt-txt {
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	font-weight: 700;
	font-family: 'Apercu Pro';
	margin-bottom: 10px;
}

.dis-flx {
	/*display:flex;*/
	align-items: center;
}

.grt-30 {
	width: 64px;
	margin-right: 10px;
}

.logo-txt {
	font-size: 24px;
	color: #000;
	line-height: 1;
	font-family: 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}

.star-icon {
	color: #ffc83d;
}

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.header {
	float: left;
	width: 100%;
	background: #e5f4f8;
	height: 80px;
	padding: 9px 0;
	margin-top: -80px;
	top: 80px;
	position: relative;
	-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);
}

.fixed-nav .header {
	position: fixed;
	z-index: 11;
	-webkit-transition: margin 0.3s ease-out;
	transition: margin 0.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;
	margin-top: 15px;
}

ul.topMenu {
	display: inline-block;
	vertical-align: middle;
	margin: 17px 0 0 0;
}

ul.topMenu li {
	float: left;
	padding: 4px 20px;
	position: relative;
}

ul.topMenu li a {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

ul.topMenu li:after {
	content: '';
	width: 1px;
	background: #cccccc;
	top: 6px;
	bottom: 5px;
	position: absolute;
	right: 0;
}

ul.topMenu li:last-child:after {
	display: none;
}

ul.topMenu li a:hover,
ul.topMenu li a.active {
	color: #19459f;
}

a.nav-btn {
	float: right;
	color: #fff;
	font-size: 17px;
	text-align: center;
	width: 245px;
	height: 50px;
	line-height: 48px;
	border-radius: 50px;
	margin-top: 6px;
	font-weight: 900;
	letter-spacing: 0.5px;
	background: rgba(8, 186, 71, 0.1);
	background: linear-gradient(0deg,
			rgba(8, 186, 71, 1) 0%,
			rgba(9, 201, 77, 1) 35%,
			rgba(10, 212, 82, 1) 95%);
}

.hdr-btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 0 0 10px;
	width: 10px;
}

.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 14px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
}

.mob-mnu-ic span {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.bar2 {
	margin: 6px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background: #000;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background: #000;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 98px;
	background: rgba(255, 255, 255, 1);
	z-index: 10;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
}

.mobimenu-top {
	top: 65px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 12px 20px;
	font-size: 17px;
	color: #000;
}

.mobilemenu li a:hover {
	color: #000;
}

/*=====BANNER CSS=====*/
.banner {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0px;
	background: url(../images/banner-hero-nw.jpg?v14) no-repeat center top;
	background-size: cover;
}

.banner-left {
	float: left;
	width: 75%;
	text-align: left;
}

.bnr-top-text {
	width: 100%;
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #1e1e1e;
	display: flex;
	align-items: center;
}

.banner-heading {
	float: left;
	width: 100%;
	font-size: 42px;
	line-height: 48px;
	color: #0b5394;
	font-weight: 900;
	letter-spacing: 0;
	margin-top: 5px;
	padding: 0 20px 0 0;
}

.banner-heading span {
	color: #28aae0;
}

.bnr-strip {
	float: left;
	width: 80%;
	margin-top: 20px;
	padding: 15px 0 0 0px;
	border-top: 1px solid #dbe9ed;
	position: relative;
}

.bnr-strip:after {
	/*position: absolute;
	left: 5px;
	bottom: -40px;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #fff;
	z-index: 1;*/
}

.bnr-stp-icn {
	position: absolute;
	left: 0;
	top: 20px;
}

.bnr-strip p {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
}

.bnr-strip p span {
	color: #19459f;
	font-weight: 900;
}

.bnr-left2 {
	float: left;
	width: 62%;
	position: relative;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 15px;
	/* height: 552px; */
	height: 100%;

}

.bnr-left2:before {
	position: absolute;
	content: '';
	left: -395px;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: url(../images/bnr-lft2-bg.png?v2) no-repeat right top;*/
	background-size: cover;
}

ul.banr-point {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

ul.banr-point li {
	float: left;
	width: 100%;
	padding-left: 60px;
	margin-top: 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
	background: url(../images/bnr-chk.png) no-repeat 18px center;
}

.btn-box {
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
	text-align: center;
	width: 400px;
	max-width: 100%;
	position: relative;
}

.btn-fls-text {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	color: #ff690f;
	padding-bottom: 8px;
}

.btn-fls-icn {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.btn-fls-icn.icnrgt {
	margin: 0 0 0 5px;
}

a.packageBtn {
	float: left;
	width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	height: 72px;
	line-height: 68px;
	overflow: hidden;
	color: #ffffff;
	position: relative;
	background: rgba(8, 186, 71, 0.1);
	background: linear-gradient(0deg,
			rgba(8, 186, 71, 1) 0%,
			rgba(9, 201, 77, 1) 35%,
			rgba(10, 212, 82, 1) 95%);
	border: 1px solid #18e458;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 5px;
}

.btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin: -9px 0 0 22px;
}

.btn-ofr-txt {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	margin-top: 8px;
	font-weight: 700;
}

.btn-ofr-txt span {
	color: #e10900;
	font-weight: bold;
}

.btn-ofr-txt:before,
.btn-ofr-txt:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 1.5px;
	background: #d8e2e4;
}

.btn-ofr-txt:before {
	margin: -2px 8px 0 0;
}

.btn-ofr-txt:after {
	margin: -2px 0 0 6px;
}

.banner-doct-box {
	float: left;
	width: 92%;
	margin-top: 7px;
	position: relative;
	/*border-bottom: 1px solid #fff;*/
}

.doc-img {
	float: left;
}

.doc-bx-rgt {
	float: right;
	width: calc(100% - 111px);
}

.doc-text {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	/*background: #fff;*/
	padding: 10px 180px 10px 10px;
	font-style: italic;
	letter-spacing: 0;
}

.doc-name {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 300;
	padding: 5px 0 10px 15px;
}

.doc-name span {
	font-weight: 700;
}

.banner-product {
	position: absolute;
	right: -105px;
	top: 110px;
	width: 100%;
	max-width: 500px;

}

.bnr-seal {
	position: absolute;
	width: 140px;
	z-index: 1;
	right: 300px;
	bottom: 280px;
}

ul.banner-list {
	position: absolute;
	right: -100px;
	bottom: 70px;
	width: 51%;
}

ul.banner-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 20px;
	width: 30%;

}

ul.banner-list li img {
	display: block;
	margin: 0 auto;
}

ul.banner-list li p {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 10px;
}

/*=====Promise-Sec=====*/
.promise-sec {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #effbfe;
}

.promise-head {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #002553;
}

ul.promise-list {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.promise-list li {
	float: left;
	width: 16.66%;
	text-align: center;
	margin-top: 10px;
}

ul.promise-list li img {
	display: block;
	margin: 0 auto 0;
}

ul.promise-list li p {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	margin-top: 8px;
	font-weight: 500;
	color: #000000;
}

/*=====Section-1=====*/
.section-1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #ffffff;
}

.common-heading {
	float: left;
	width: 100%;
	padding-bottom: 45px;
	background: url(../images/heading-line.png?v1) no-repeat center bottom;
	font-size: 45px;
	line-height: 56px;
	font-weight: 900;
	color: #28aae0;
}

.common-heading span {
	color: #0b5394;
}

.s1-mid-row {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s1-mid-col {
	float: left;
	width: 30%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	text-align: left;
}

.s1-col-video {
	float: left;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.s1-video-img,
.s1-col-video video {
	float: left;
	width: 100%;
	height: 100%;
	background: #000;
}

.vdo-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	display: none;
	z-index: 1;
}

.s1-video {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.s1-col-cont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	padding: 0 20px 0;
}

.s1-col-text {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	font-style: italic;
	color: #ffffff;
}

.s1-rev-name {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #28aae0;
	margin-top: 12px;
}

.s1-star {
	display: inline-block !important;
	vertical-align: top;
	margin: 5px 0 0 15px;
}

.s1-brandlogo-sec {
	float: left;
	width: 100%;
	margin-top: 65px;
}

.s1-logo-heading {
	float: left;
	width: 100%;
	border-top: 1px solid #7f7f7f;
}

.s1-logo-heading span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 26px;
	line-height: 32px;
	color: #002553;
	font-weight: bold;
	padding: 0 15px;
	margin-top: -19px;
}

ul.s1-logo-list {
	float: left;
	width: 100%;
	margin-top: 35px;
	padding-bottom: 15px;
}

ul.s1-logo-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px 0;
}

ul.s1-logo-list li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*=====Section-2=====*/
.section-2 {
	float: left;
	width: 100%;
	padding: 60px 0;
	position: relative;
}

.section-2:before {
	position: absolute;
	content: '';
	background: #033067;
	top: 0;
	left: 0;
	right: 0;
	height: 545px;
}

.section-2 .common-heading {
	background: url(../images/head-line2.png?v2) no-repeat center bottom;
}

.section-2 .common-heading span {
	color: #fff;
}

.common-text {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-top: 25px;
}

.section-2 .common-text {
	color: #fff;
}

.s2-video-box {
	display: inline-block;
	vertical-align: top;
	max-width: 665px;
	width: 100%;
	overflow: hidden;
	/*box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.1);*/
	margin-top: 30px;
	border-radius: 10px;
}

.s2-video-inner {
	float: left;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 56.3%;
	position: relative;
}

.s2-video-img,
.s2-video-inner video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*width: 100%;*/
	height: 100%;
	background: #000;
	margin: 0 auto;
	border-radius: 10px;
}

.s2-mid-row {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.s2-mid-col {
	float: left;
	width: 33.33%;
	text-align: center;
	margin-top: 40px;
	padding: 0 35px;
	position: relative;
}

.s2-mid-col:after {
	position: absolute;
	content: '';
	right: 0;
	top: 55px;
	bottom: 0;
	border-right: 1px solid #a9a9a9;
}

.s2-mid-col:last-child:after {
	display: none;
}

.s2-col-icn {
	display: block;
	margin: 0 auto;
}

.s2-mid-col span {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	color: #002553;
	font-weight: 900;
	margin-top: 6px;
}

.s2-mid-col p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin-top: 10px;
	min-height: 130px;
}

/*=====s2-btm-box=====*/
.s2-btm-box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 1765px;
	margin-top: 40px;
}

.s2-btm-box .s2-btm-list {
	display: inline-block;
	vertical-align: top;
	max-width: 266px !important;
	width: 15.5%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 5px;
}

.s2-btm-box .s2-btm-list img {
	max-width: 100%;
	border-radius: 10px;
}

/*=====blue-strip=====*/
.blue-strip {
	float: left;
	width: 100%;
	margin-top: 20px;
	background: #002553;
	padding: 20px 0;
	height: 77px;
}

.bstrip-text {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-weight: 500;
}

.bstrip-text span {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 42px;
	color: #28aae0;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: -5px;
	font-style: italic;
}

/*=====Section-3=====*/
.section-3 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0;
	text-align: center;
}

.s3-mid-row {
	display: inline-block;
	vertical-align: top;
	max-width: 1405px;
	width: 100%;
	margin-top: 20px;
}

.s3-mid-row-col {
	float: left;
	width: 23%;
	max-width: 328px;
	margin: 20px 1% 0;
	text-align: center;
}

.s3-col-img {
	display: block;
	width: 100%;
	margin: 0 auto;
	/*border: 1px solid #d6d6d6;*/
}

.s3-col-inner {
	float: left;
	width: 100%;
	position: relative;
}

.s3-col-icn {
	display: inline-block;
	vertical-align: top;
	margin-top: -34px;
}

.s3-col-inner span {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 10px;
	color: #00154a;
}

.s3-col-inner p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	margin-top: 13px;
	padding: 0 10px;
}

.s3-btm-box {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.s3-ntm-haed {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	color: #002553;
	background: url(../images/s3-btm-hd-line.png) no-repeat center 18px;
}

.s3-btm-row {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}

.s3-btm-col {
	float: left;
	width: 10%;
	text-align: center;
	margin-top: 20px;
}

.s3-btm-img-box {
	float: left;
	width: 100%;
	border: 2px solid #28aae0;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
	padding: 5px;
	border-radius: 10px;
}

.s3-btm-img-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.s3-btm-col p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #000000;
	margin-top: 12px;
}

/*=====Section-4=====*/
.section-4 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url(../images/s4-banner.jpg) no-repeat center top;
	overflow: hidden;
	background-size: cover;
}

.section-4 .common-heading {
	color: #fff;
	background: url(../images/head-line2.png?v3) no-repeat center bottom;
}

.section-4 .common-heading span,
.section-4 .common-text {
	color: #fff;
}

.s4-box {
	display: inline-block;
	vertical-align: top;
	max-width: 1030px;
	width: 100%;
	margin-top: 50px;
	background: #fff;
	position: relative;
	border-radius: 30px;
	text-align: left;
}

.s4-box-prod {
	position: absolute;
	right: -100px;
	top: 280px;
	z-index: 1;
	height: auto;
	width: 100%;
	max-width: 370px;
}

ul.s4-box-point-list {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 15px;
}

ul.s4-box-point-list li {
	float: left;
	width: 100%;
	padding: 20px 200px 20px 90px;
	border-bottom: 2px dotted #28aae0;
	position: relative;
	text-align: left;
}

ul.s4-box-point-list li:after {
	position: absolute;
	content: '';
	left: -6px;
	bottom: -14px;
	border-top: 14px solid transparent;
	border-left: 16px solid #28aae0;
	border-bottom: 14px solid transparent;
}

ul.s4-box-point-list li:last-child:after,
ul.s4-box-point-list li:last-child {
	border: none;
}

ul.s4-box-point-list li .num-count {
	position: absolute;
	left: 35px;
	top: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #28aae0;
	text-align: center;
	line-height: 33px;
	font-size: 20px;
	color: #fff;
}

ul.s4-box-point-list li span {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #00154a;
}

ul.s4-box-point-list li p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	margin-top: 8px;
}

.s4-box .btn-box {
	margin-left: 25px;
}

/*=====Section-5=====*/
.section-5 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.s5-box {
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #002553;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	border: 4px solid #002553;
}

.s5-box-inner {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.s5-inr-col {
	float: left;
	width: 33.33%;
	text-align: left;
	position: relative;
}

.s5-img {
	display: block;
	margin: 14px auto 0;
	max-width: 93%;
	border-radius: 10px;
	object-fit: cover;
	height: 310px;
}

.s5-col-haed {
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #47c9ff;
	letter-spacing: 0;
	padding: 20px 15px;
}

.s5-icn {
	position: absolute;
	right: 40px;
	top: -23px;
	z-index: 1;
}

.s5-text {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	font-weight: normal;
	padding: 20px 50px 20px 15px;
	background: #ecf9ff;
	min-height: 144px;
	position: relative;
}

.col1 .s5-text {
	border-radius: 0 0 0 10px;
}

.col3 .s5-text {
	border-radius: 0 0 10px 0;
}

.s5-text:after {
	position: absolute;
	left: 15px;
	top: 0px;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #002553;
	z-index: 1;
}

/*=====Section-6=====*/
.section-6 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #e7f7fe;
}

.comp-chart {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 1030px;
	margin-top: 100px;
	border: 5px solid #28aae0;
	margin-bottom: 20px;
}

.chart-innr {
	float: left;
	width: 100%;
	background: #fff;
}

.chart-col-1 {
	float: left;
	width: 25%;
	border-right: 0;
}

.chart-col-1 ul {
	float: left;
	width: 100%;
}

.chart-col-1 ul li {
	float: left;
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 5px 20px 5px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #b7d6e4;
}

.chart-col-1 ul li:last-child {
	border-bottom: none;
}

.chart-col-1 ul li p {
	font-size: 20px;
	line-height: 26px;
	color: #00154a;
	font-weight: 500;
	letter-spacing: 0;
}

.chart-rght {
	float: right;
	width: 75%;
}

.chart-col-2 {
	float: left;
	width: 25%;
	background: #28aae0;
}

.chart-col-3 {
	float: left;
	width: 25%;
	background: #fff;
	border-radius: 0;
	border-right: 1px solid #fff;
}

.chart-col-4 {
	float: left;
	width: 18%;
}

.chart-prod-top {
	float: left;
	width: calc(100% + 6px);
	text-align: center;
	margin-top: -63px;
	background: #28aae0;
	border-top: 5px solid #28aae0;
	padding: 14px 12px;
}

.chart-prod-top img {
	display: block;
	margin: 10px auto -7px;
	max-width: 100%;
}

.chart-prod-top p {
	display: flex;
	flex-wrap: wrap;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
}

.chart-col-4 .chart-prod-top {
	border-right: 5px solid #28aae0;
	min-height: 109px;
}

.chart-bg .chart-prod-top,
.chart-col-4 .chart-prod-top {
	background: #fff;
}

.chart-rght .chart-prod-top {
	border-right: 5px solid #28aae0;
}

.chart-bg .chart-prod-top p,
.chart-col-4 .chart-prod-top p {
	color: #00154a;
}

.chart-col-2 ul {
	float: left;
	width: 100%;
}

.chart-col-2 ul li {
	float: left;
	width: 100%;
	height: 80px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #b7d6e4;
}

.chart-col-2 ul li:last-child {
	border-bottom: none;
}

.chart-col-2 ul li img {
	display: block;
	margin: 0 auto;
}

/*=====Section-7=====*/
.section-7 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.s7-testiBx {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 15px;
}

.s7-testi-col {
	display: inline-block;
	vertical-align: top;
	width: 317px !important;
	margin: 10px 10px 10px;
	text-align: left;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.s7-testi-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.s7-testi-cont {
	float: left;
	width: 100%;
	padding: 8px 15px 20px;
	z-index: 9;
	position: relative;
	background: #fff;
}

.s7-testi-col-tx1 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #28aae0;
	margin-top: 10px;
	font-weight: 700;
}

.s7-testi-col-tx1 span {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.s7-testi-col-tx1 span img {
	display: inline-block;
	vertical-align: top;
	margin: 9px 6px 0 12px;
}

.s7-star {
	float: left;
	width: 75px;
	margin: 5px 0 0;
}

.s7-testi-col-tx2 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top: 10px;
	letter-spacing: 0.3px;
	min-height: 234px;
}

.slick-slide .s7-testi-col-tx2 img {
	display: inline-block;
	vertical-align: middle;
}

/*=====Section-8=====*/
.section-8 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #e7f7fe;
}

.faq-container {
	display: inline-block;
	vertical-align: top;
	max-width: 800px;
	width: 100%;
	margin: 40px 0 20px;
	padding: 0 15px 15px;
}

.up-slide-dwn {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 9px 9px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 9px 9px 2px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}

.faq-innr {
	float: left;
	width: 100%;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close.png) no-repeat right 15px center;
	padding: 18px 45px 18px 15px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 0.5px;
	cursor: pointer;
	position: relative;
}

.accordion.last {
	border-bottom: none;
}

.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat right 15px center #fff;
	border: none;
}

.acdn-content {
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
	padding: 0 30px 15px 15px;
}

.acdn-para {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #000;
	margin-bottom: 15px;
}

.acdn-para a {
	color: #0072ff;
}

/*=====footer=====*/
.footer {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.footer-logo {
	display: block;
	margin: 0 auto 5px;
}

.footer-text {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #333333;
	margin-top: 7px;
}

.footer-text a {
	padding: 0 10px;
}

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
	}
}

.show-Mob,
.show-Tab {
	display: none;
}

.show-Desk {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*---------------------Add css------------------------*/
.pre_head {
	text-align: left;
}

.pre-head {
	display: flex;
	flex-direction: column;
}

.banner-heading {
	width: 90%;
}

.po-relative {
	position: relative;
}

.feed-title {
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	float: left;
}

.bx-center {
	left: 50%;
	transform: translateX(-50%);
}







/*---------Media Querry---------*/

@media only screen and (max-width: 1700px) {
	.banner {
		background: url(../images/banner-hero-nw-1.jpg?v1) no-repeat center top;
		background-size: cover;
	}
}


@media only screen and (max-width: 1440px) {
	.img-cmn {
		height: 215px !important;
	}
}

@media only screen and (max-width: 1366px) {
	.doc-text {
		padding: 10px 280px 10px 10px;
	}

	.banner {
		background: url(../images/banner-hero-nw-2.jpg?v1) no-repeat center top;
		background-size: cover;
	}

	.large-con {
		width: 100% !important;
		padding: 0 0 0 2% !important;
	}

}


@media only screen and (max-width: 1365px) {
	.banner-product {
		width: 450px;
		right: 0px;
	}

	.bnr-seal {
		right: 320px;
		bottom: 300px;
	}

	ul.banner-list {
		bottom: 100px;
		width: 47%;
		right: -20px;
	}

	.s4-box-prod {
		right: -30px;
	}

}

@media only screen and (max-width: 1200px) {
	.container {
		width: 1004px;
	}

	ul.topMenu li {
		padding: 4px 10px;
	}

	ul.topMenu li a {
		font-size: 16px;
	}

	a.nav-btn {
		width: 205px;
	}

	.banner-heading {
		font-size: 32px;
		line-height: 40px;
		width: 80%;
	}

	.banner-product {
		width: 420px;
	}

	.bnr-strip p {
		font-size: 20px;
		line-height: 26px;
	}

	ul.banr-point li {
		font-size: 22px;
		line-height: 28px;
	}

	.doc-text {
		font-size: 16px;
		line-height: 24px;
	}

	.doc-name {
		font-size: 16px;
		line-height: 24px;
	}

	.bnr-left2 {
		width: 64%;
	}

	.bnr-left2:before {
		left: -495px;
		background-size: 97%;
	}

	.bnr-seal {
		right: 300px;
		bottom: 350px;
	}

	ul.banner-list {
		bottom: 10px;
		right: 10px;
		width: 40%;
	}

	ul.banner-list li {
		margin: 10px 20px;
	}

	ul.banner-list li p {
		font-size: 14px;
		line-height: 16px;
	}

	.s1-mid-col {
		width: 32%;
	}

	ul.s1-logo-list li {
		margin: 0 24px;
	}

	.s1-col-text {
		font-size: 19px;
		line-height: 27px;
	}

	.s2-mid-col {
		padding: 0 25px;
	}

	.s2-btm-box .s2-btm-list {
		width: 15%;
	}

	.s2-mid-col span {
		font-size: 23px;
		line-height: 29px;
	}

	.s3-col-inner span {
		font-size: 24px;
		line-height: 30px;
	}

	.s3-col-inner p {
		font-size: 18px;
		line-height: 26px;
		padding: 0;
	}

	.s5-img {
		max-width: 93%;
		margin: 14px auto 0;
	}

	.s5-col-haed {
		font-size: 24px;
		line-height: 30px;
	}

	.s5-text {
		font-size: 18px;
		line-height: 26px;
		padding: 20px 40px 20px 15px;
	}

	.s5-icn {
		right: 30px;
	}

	.bstrip-text {
		font-size: 24px;
		line-height: 34px;
	}

	.bstrip-text span {
		font-size: 32px;
	}

	.chart-prod-top p {
		font-size: 16px;
	}

	ul.banner-list {
		bottom: 120px;
	}

	ul.banner-list li {
		width: 22%;
	}

	.s4-box-prod {
		max-width: 320px;
		right: 20px;
	}

}

@media only screen and (max-width: 1021px) {
	.container {
		width: 750px;
	}

	.show-Desk {
		display: none;
	}

	.show-Tab {
		display: block;
	}

	.mob-mnu-ic {
		top: 22px;
	}

	.mobilemenu {
		top: 115px;
	}

	.mobimenu-top {
		top: 80px;
	}

	.bnr-top-text {
		font-size: 19px;
		line-height: 27px;
	}

	.banner-product {
		width: 330px;
		top: 0px;
	}

	.banner-heading {
		font-size: 30px;
		line-height: 38px;
		margin-top: 6px;
	}

	.bnr-strip {
		width: 89%;
	}

	.bnr-strip p {
		font-size: 17px;
		line-height: 25px;
	}

	.bnr-left2 {
		width: 75%;
		height: 505px;
	}

	ul.banr-point li {
		font-size: 17px;
		line-height: 27px;
		margin-top: 7px;
	}

	.bnr-seal {
		right: 150px;
		bottom: 460px;
		width: 100px;
	}

	.doc-img {
		width: 90px;
	}

	.banner-doct-box {
		margin-top: 15px;
	}

	.doc-bx-rgt {
		width: calc(100% - 90px);
	}

	.doc-text,
	.doc-name {
		font-size: 15px;
		line-height: 21px;
	}

	ul.banner-list {
		width: 50%;
		right: -27px;
		bottom: 140px;
	}

	ul.banner-list li {
		margin: 10px 7px;
	}

	ul.banner-list li p {
		font-size: 13px;
	}

	.promise-head {
		font-size: 24px;
		line-height: 30px;
	}

	ul.promise-list li img {
		width: 50px;
	}

	.common-heading {
		font-size: 35px;
		line-height: 46px;
	}

	.s1-mid-col {
		width: 32%;
	}

	.s1-col-cont {
		padding: 0 10px;
	}

	.s1-col-text {
		font-size: 16px;
		line-height: 22px;
	}

	.s1-rev-name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 6px;
	}

	.s1-logo-heading span {
		font-size: 22px;
		line-height: 28px;
	}

	ul.s1-logo-list {
		margin-top: 25px;
		padding-bottom: 0;
	}

	ul.s1-logo-list li {
		margin: 0 3px;
	}

	ul.s1-logo-list li img {
		max-width: 80%;
	}

	.s2-video-inner {
		padding-bottom: 56.28%;
	}

	.common-text {
		font-size: 17px;
		line-height: 25px;
	}

	.s2-mid-col {
		padding: 0 10px;
	}

	.s2-mid-col span {
		min-height: 84px;
		font-size: 22px;
		line-height: 28px;
	}

	.s2-mid-col p {
		font-size: 17px;
		line-height: 25px;
	}

	.s2-btm-box .s2-btm-list {
		width: 14.5%;
	}

	.blue-strip {
		height: auto;
		padding: 15px 0;
	}

	.bstrip-text {
		padding: 0 50px;
	}

	.s3-mid-row {
		max-width: 700px;
		margin-top: 0;

	}

	.s3-mid-row-col {
		width: 46%;
		margin: 40px 2% 0;
		min-height: 480px;
		height: 100%;
	}

	.s3-col-inner p {
		font-size: 16px;
		line-height: 24px;
	}

	.s3-col-img {
		max-width: 80%;
		height: auto;
	}

	.s3-btm-col {
		width: 12%;
	}

	.section-4 {
		padding: 50px 0 50px;
	}

	.s4-box-prod {
		max-width: 250px;
		top: 39%;
		right: 10px;

	}

	ul.s4-box-point-list li {
		padding: 15px 200px 15px 80px;
	}

	ul.s4-box-point-list li .num-count {
		left: 25px;
		top: 25px;
	}

	ul.s4-box-point-list li span {
		font-size: 26px;
		line-height: 32px;
	}

	ul.s4-box-point-list li p {
		font-size: 17px;
		line-height: 25px;
	}

	.s5-col-haed {
		font-size: 20px;
		line-height: 26px;
		min-height: 118px;
	}

	.s5-text {
		font-size: 16px;
		line-height: 23px;
		padding: 20px 20px 20px 15px;
		min-height: 155px;
	}

	.s5-icn {
		right: 15px;
		width: 40px;
		top: -20px;
	}

	.chart-col-1 {
		width: 37%;
	}

	.chart-col-1 ul li {
		padding: 5px 15px;
	}

	.chart-col-1 ul li p {
		font-size: 17px;
		line-height: 25px;
	}

	.chart-rght {
		width: 63%;
	}

	.chart-prod-top {
		margin-top: -83px;
		padding: 10px 10px 15px;
		height: 78px;
	}

	.chart-prod-top p {
		font-size: 16px;
		line-height: 24px;
	}

	.chart-prod-top img {
		width: 50px;
	}

	.chart-two {
		padding: 20px 10px 30px;
	}

	.chart-three {
		padding: 20px 10px 30px;
	}

	.s5-img {
		height: 215px !important;
	}

	.s5-col-haed {
		font-size: 20px;
		line-height: 26px;
		min-height: 70px;
	}

	.img-cmn {
		height: 170px !important;
	}

}

@media only screen and (max-width: 991px) {
	.large-con {
		width: 100% !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 992px) {
	.img-cmn {
		height: 130px !important;
	}
}

@media only screen and (max-width: 767px) {
	.slider_strip_bx {
		display: block;
	}

	.slider_head p {
		padding-left: 0;
		padding: 10px 0;
	}

	.slider_head {
		width: 100%;
	}

	.desk-hid {
		display: block !important;
		margin-left: auto;
		margin-right: auto;
	}

	.mob-hid {
		display: none;
	}

	.container {
		width: 100%;
		padding: 0 10px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-Desk {
		display: none;
	}

	.show-Mob {
		display: block;
	}

	.hide-Mob {
		display: none;
	}

	.topStrip {
		padding: 5px 0 7px;
		overflow: hidden;
	}

	.topStrip p {
		font-size: 14px;
		line-height: 15px;
	}

	.logo {
		display: inline-block;
		vertical-align: top;
		float: none;
		width: 200px;
		margin-top: 6px;
	}

	.top-fix-bar {
		margin-bottom: 55px;
	}

	.header {
		height: 55px;
		top: 55px;
		margin-top: -55px;
	}

	.mob-mnu-ic {
		display: none;
		top: 9px;
		right: 15px;
	}

	.mobilemenu {
		top: 82px;
		border-top: 1px solid #ddd;
	}

	.mobimenu-top {
		top: 55px;
	}

	.banner {
		padding: 18px 0 30px;
		background: #fff;
	}

	.bnr-mob {
		max-width: 400px;
		width: 100%;
		margin: 20px 0 0 -10px;
		display: inline-block;
	}

	.banner-left {
		text-align: center;
		width: 100%;
	}

	.banner-product,
	.bnr-seal {
		display: none;
	}

	.bnr-top-text {
		font-size: 15px;
		line-height: 20px;
		display: block;
	}

	.banner-heading {
		font-size: 29px;
		line-height: 36px;
		padding: 0;
		margin-top: 0;
		width: 100%;
	}

	.bnr-strip {
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 400px;
		width: 100%;
		text-align: left;
		border: none;
		padding: 10px 0 0 10px;
		margin: 0;
	}

	.bnr-stp-icn {
		width: 42px;
		top: 15px;
	}

	.bnr-strip p {
		font-size: 16px;
		line-height: 23px;
	}

	.bnr-left2 {
		padding-bottom: 0;
		margin-top: 15px;
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 400px;
		width: 100%;
		background: #fff;
		border: none;
		height: auto;
	}

	.bnr-left2:before {
		display: none;
	}

	ul.banr-point {
		margin-top: 0;
		padding: 0 10px;
	}

	ul.banr-point li {
		background-position: 0 7px;
		padding-left: 26px;
		background-size: 17px;
		font-size: 16px;
		line-height: 25px;
	}

	.bnr-strip:after {
		display: none;
		bottom: -37px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 12px solid #fff;
	}

	.banner-doct-box {
		text-align: left;
		border-bottom: none;
		width: 100%;
		margin-top: 15px;
	}

	.doc-img {
		margin-top: 5px;
		width: 70px;
	}

	.doc-bx-rgt {
		width: calc(100% - 70px);
	}

	.doc-text {
		padding: 0 0 5px 10px;
		text-align: center;
	}

	.doc-name {
		padding: 5px 0 0 15px;
		display: flex;
		align-items: center;
	}

	.star-icon {
		padding-left: 3px;
	}

	ul.banner-list {
		margin-top: 5px;
		position: static;
		display: inline-block;
		vertical-align: top;
		max-width: 450px;
		width: 100%;
	}

	ul.banner-list li {
		width: 32%;
		margin: 18px 0 0;
	}

	ul.banner-list li p {
		font-size: 15px;
		line-height: 20px;
	}

	.promise-sec {
		padding: 20px 0 30px;
	}

	.promise-head {
		font-size: 21px;
		line-height: 27px;
	}

	/*ul.promise-list {
		float: none;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
		max-width: 355px;
	}*/
	ul.promise-list {
		float: none;
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		vertical-align: top;
		max-width: 100%;
	}

	ul.promise-list li {
		width: 33.33%;
		margin-top: 35px;
	}

	ul.promise-list li p {
		margin-top: 5px;
	}

	.section-1 {
		padding: 25px 0 30px;
	}

	.common-heading {
		font-size: 28px;
		line-height: 34px;
		padding-bottom: 33px;
	}

	.s1-mid-row {
		float: none;
		display: inline-block !important;
		vertical-align: top;
		max-width: 360px;
		margin-top: 5px;
		padding: 0 25px;
	}

	.s1-mid-col {
		width: 100% !important;
		margin-top: 20px;
	}

	.s1-col-cont {
		padding: 0 25px;
	}

	/*.s1-col-video{ padding-bottom: 135%;}*/

	.s1-brandlogo-sec {
		margin-top: 25px;
	}

	.s1-logo-heading {
		border: none;
	}

	.s1-logo-heading span {
		font-size: 17px;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}

	ul.s1-logo-list {
		margin-top: 5px;
	}

	ul.s1-logo-list li {
		margin: 0;
		width: 32%;
		margin-top: 15px;
	}

	ul.s1-logo-list li img {
		max-width: 100%;
	}

	ul.s1-logo-list li:nth-child(1) img,
	ul.s1-logo-list li:nth-child(2) img {
		max-width: 85%;
	}

	ul.s1-logo-list li:nth-child(5) img {
		max-width: 80%;
	}

	.section-2 {
		padding: 25px 0 30px;
	}

	.common-text {
		margin-top: 18px;
		letter-spacing: 0.5px;
	}

	.section-2:before {
		height: 515px;
	}

	.s2-mid-row {
		margin: 15px 0 0;
		display: inline-block;
		vertical-align: top;
		max-width: 355px;
		float: none;
	}

	.s2-mid-col {
		width: 100%;
		padding: 0 35px;
		margin-top: 25px;
	}

	.s2-mid-col:after {
		display: none;
	}

	.s2-mid-col span {
		min-height: 1px;
		font-size: 23px;
		line-height: 30px;
	}

	.s2-mid-col p {
		min-height: 1px;
	}

	.s2-col-icn {
		width: 55px;
	}

	.s2-btm-box .s2-btm-list {
		width: 30%;
		margin: 3px;
	}

	.s2-btm-box {
		margin-top: 20px;
	}

	.blue-strip {
		height: 113px;
		padding: 13px 0 16px;
		margin-top: 10px;
	}

	.bstrip-text {
		font-size: 16px;
		line-height: 28px;
	}

	.bstrip-text span {
		font-size: 19px;
		line-height: 20px;
		vertical-align: middle;
		margin-top: -4px;
	}

	.section-3 {
		padding: 25px 0 30px;
	}

	.s3-mid-row {
		margin-top: 0;
		padding: 0 25px;
	}

	.s3-col-inner {
		background: #fff;
		margin-top: 0;
	}

	.s3-mid-row-col {
		margin: 25px 0 0;
		width: 100%;
		max-width: 50%;
	}

	.s3-col-inner span {
		margin-top: 5px;
	}

	.s3-col-inner p {
		font-size: 17px;
		line-height: 25px;
		margin-top: 8px;
	}

	.s3-btm-box {
		margin-top: 30px;
	}

	.s3-ntm-haed {
		font-size: 21px;
		line-height: 27px;
	}

	.s3-btm-row {
		padding: 0;
		display: inline-block;
		vertical-align: top;
		max-width: 355px;
		margin-top: 10px;
		float: none;
	}

	.s3-btm-col {
		margin-top: 24px;
		width: 33.33%;
		height: 145px;
	}

	.s3-btm-col p {
		font-size: 18px;
		line-height: 26px;
		margin-top: 8px;
	}

	.s3-btm-img-box {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 90px;
	}

	.section-4 {
		padding: 25px 0 30px;
		background-size: cover;
	}

	.s4-box {
		display: inline-block;
		vertical-align: top;
		max-width: 355px;
		float: none;
		border-radius: 12px;
		margin-top: 40px;
		text-align: center;
	}

	.s4-box-prod {
		position: static;
		display: none;
		width: 200px;
		margin: 0 auto 0;
	}

	.s4-box-prod-m {
		position: static;
		max-width: 333px;
		margin: 15px auto 0;
		display: block;
	}

	ul.s4-box-point-list li {
		padding: 13px 10px 13px 56px;
	}

	ul.s4-box-point-list li .num-count {
		left: 10px;
		top: 20px;
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 17px;
	}

	ul.s4-box-point-list li p {
		margin-top: 5px;
	}

	.section-5 {
		padding: 25px 0 30px;
	}

	.s5-box {
		background: #fff;
		border: none;
		margin-top: 20px;
		display: inline-block;
		vertical-align: top;
		max-width: 355px;
		float: none;
	}

	.s5-inr-col {
		background: #002553;
		width: 100%;
		margin-top: 25px;
		border-radius: 10px;
		overflow: hidden;
	}

	.s5-inr-col.col2 {
		background: #ecf9ff;
	}

	.s5-col-haed {
		min-height: 1px;
		font-size: 21px;
		line-height: 27px;
	}

	.s5-text {
		color: #fff;
		background: none;
		padding: 0 20px 20px;
		border-radius: 0;
		font-size: 17px;
		line-height: 25px;
		min-height: 1px;
	}

	.col1 .s5-text {
		border-radius: 0;
	}

	.s5-inr-col.col2 .s5-text {
		color: #000;
	}

	.s5-inr-col.col1 {
		margin-top: 10px;
	}

	.col3 .s5-text {
		border-radius: 0;
		padding: 0 20px 20px;
	}

	.s5-icn {
		width: 46px;
		right: 25px;
		top: -67px;
	}

	.s5-text:after {
		display: none;
	}

	.section-6 {
		padding: 25px 0 30px;
	}

	.section-6 .common-heading {
		font-size: 28px;
		line-height: 34px;
	}

	.comp-chart {
		margin: 70px 0 0;
		border: 2px solid #28aae0;

	}

	.chart-col-1 {
		width: 27%;
	}

	.chart-col-1 ul li {
		height: 60px;
		padding: 5px 5px 5px 10px;
	}

	.chart-col-1 ul li p {
		font-size: 14px;
		line-height: 1.3;
	}

	.chart-rght {
		width: 73%;
	}

	.chart-col-2 {
		width: 25%;
	}

	.chart-prod-top {
		width: calc(100% + 3px);
		margin-top: -52px;
		border-top: 2px solid #28aae0;
		padding: 5px 7px 8px 5px;
		height: 50px;
	}

	.chart-prod-top p {
		font-size: 14px;
		line-height: 16px;
	}

	.chart-col-2 .chart-prod-top img {
		width: 35px;
	}

	.col3prod.chart-prod-top {
		padding: 10px;
		/* min-height: 81px; */
	}

	.chart-bg .chart-prod-top {
		border-right: 2px solid #28aae0;
		/* min-height: 81px; */
	}

	.chart-col-2 ul li {
		height: 60px;
	}

	.chart-col-2 ul li img {
		width: 28px;
	}

	.section-7 {
		padding: 20px 0 20px;
	}

	.s7-testiBx {
		margin-top: 10px;
	}

	.s7-testi-col-tx2 {
		font-size: 17px;
		line-height: 25px;
		min-height: auto;
	}

	.section-8 {
		padding: 20px 0 20px;
	}

	.faq-container {
		padding: 0 10px 15px;
		margin: 15px 0 0;
	}

	.up-slide-dwn {
		margin-top: 15px;
		border-radius: 10px;
	}

	.accordion {
		padding: 14px 40px 14px 10px;
		font-size: 18px;
		line-height: 26px;
	}

	.acdn-content {
		padding: 0 20px 10px 10px;
	}

	.acdn-para {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 25px;
	}

	.footer {
		padding: 0 0 25px;
	}

	.footer-logo {
		margin: 25px auto 0;
		width: 210px;
	}

	.footer-text {
		font-size: 13px;
		margin-top: 10px;
		line-height: 17px;
		letter-spacing: 0;
	}

	.footer-text a {
		padding: 0 3px;
	}

	#ctabtn-mob {
		background: #000;
		padding: 9px 10px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 9999999999;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	#ctabtn-mob a.packageBtn {
		margin: 0;
	}

	a.packageBtn {
		font-size: 22px;
		height: 65px;
		line-height: 63px;
	}

	.logo-txt {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.rew-star {
		justify-content: center;
	}

	.rew-star p {
		font-size: 17px;
	}

	ul.s4-box-point-list li:nth-child(6) {
		border-bottom: 0px !important;
	}

	ul.s4-box-point-list li:nth-child(6):after {
		border-left: 0px solid #28aae0;
		border-bottom: 0px solid transparent;
	}

	.s5-inr-col {
		background: #002553;
		width: 100%;
		margin-top: 25px;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
	}

	.img-cmn {
		height: 180px !important;
	}

}


/**************END Media Query 767************/

.low-stock-alert {
	display: inline-block;
	margin-top: 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: rgb(255, 204, 204);
	color: red;
	border: 1px solid red;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

@media only screen and (max-width: 575px) {
	.img-cmn {
		height: 140px !important;
	}

	.s7-testi-cont {
		min-height: 440px;
	}

}

@media only screen and (max-width: 425px) {
	.img-cmn {
		height: 120px !important;
	}

	.chart-prod-top p {
		line-height: 19px;
		font-size: 13px;
	}

	.cmn-head2 {
		font-size: 28px;
		line-height: 34px;
	}

	.banner-heading {
		font-size: 24px;
		line-height: 32px;
	}

	.s3-mid-row-col {
		max-width: 100%;
	}

	.s5-icn {
		width: 35px;
		right: 35px;
		top: -67px;
	}

	.cm-head3 {
		font-size: 32px;
		line-height: 42px;
	}

}


@media only screen and (max-width: 375px) {
	.chart-prod-top p {
		line-height: 16px;
		font-size: 11px;
	}

	.s3-btm-col p {
		font-size: 16px;
	}

	.s4-box-prod-m {
		width: 289px;
	}

	.s7-testi-col {
		/*width: 100% !important;*/
		margin: 10px 0px 0px 0px;
	}

	a.packageBtn {
		font-size: 20px;
	}

	.common-heading {
		font-size: 30px;
		line-height: 38px;
	}

	.cmn-head2 {
		font-size: 23px;
		line-height: 35px;
	}

	.img-cmn {
		height: 100px !important;
	}

}


@media only screen and (max-width: 320px) {
	.chart-col-1 ul li p {
		font-size: 12px;
	}

	.chart-prod-top {
		padding: 15px 0px;
	}

	.s5-icn {
		right: 23px;
	}
}


.img-cmn {
	height: 240px;
	width: 240px;
	object-fit: cover;
}


.black_friday_sale {
	background: -webkit-linear-gradient(#fddfb1, #f0be74);
	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: #000;
	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: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.time-box {
	display: inline-block;
	text-align: center;
}

.blackFriday p {
	color: #e00707  !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, #528e21 8.91%, #203f07 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;
	}
}