@charset "utf-8";

/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Graphik';
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: 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;
}

.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


/*FONTS CSS*/
@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Bold.woff2') format('woff2'),
		url('Graphik-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Regular.woff2') format('woff2'),
		url('Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Medium.woff2') format('woff2'),
		url('Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Semibold.woff2') format('woff2'),
		url('Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*========Top-strip========*/
.top-strip {
	float: left;
	width: 100%;
	background: #041c39;
	padding: 4px 0 8px;
	text-align: center;
}

.top-strip-txt {
	float: left;
	width: 100%;
	font-size: 15px;
	letter-spacing: 1px;
	color: #ffffff;
}

.top-strip-txt span {
	color: #ffb400;
	font-weight: 600;
}

/*========Top-header========*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.top-header {
	float: left;
	width: 100%;
	background: #00315d;
	height: 70px;
	margin-top: -70px;
	position: relative;
	top: 70px;
}

.fixed-nav .top-header {
	position: fixed;
	z-index: 11;
	top: 0;
	background: #00315d;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-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: 7px;
}

ul.hdr-menu {
	float: right;
	margin-top: 27px;
}

ul.hdr-menu li {
	float: left;
}

ul.hdr-menu li a {
	float: left;
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	padding: 0 20px;
	border-right: 1px solid #416382;
	letter-spacing: 0.5px;
}

ul.hdr-menu li a.active,
ul.hdr-menu li a:hover {
	color: #000;
}

ul.hdr-menu li:last-child a {
	border: none;
}

a.header-btn {
	float: right;
	margin-top: 12px;
	padding: 10px 25px 14px;
	background: #ea7b0d;
	border-radius: 5px;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 165px;
	top: 24px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 4px;
	background-color: #a3c1dc;
	transition: 0.4s;
}

.bar2 {
	margin: 5px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background: #a3c1dc;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background: #a3c1dc;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 104px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}

.mobimenu-top {
	top: 70px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 0.8rem 1.25rem;
	font-size: 18px;
	color: #000;
}

/*========Banner========*/
.banner {
	float: left;
	width: 100%;
	height: 658px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.banner .banner_img{
  position: absolute;
  z-index: -1;
}

.bnr-seal {
	position: absolute;
	right: 490px;
	top: 440px;
	z-index: 9;
}

.bnr-prod {
	position: absolute;
	right: 214px;
	top: 144px;
	max-width: 100%;
	/* width: 360px; */
	height: 514px;
}

.bnr-lft {
	float: left;
	width: 60%;
	text-align: left;
	position: relative;
	margin-top: 35px;
}

.bnr-txt1 {
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 26px;
	color: #000;
	margin-top: 35px;
    position: relative;
    border-radius: 25px;
}

.bnr-txt1 span {
	font-weight: 600;
}

.bnr-txt2 {
	float: left;
	width: 100%;
	font-size: 43px;
	line-height: 52px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.bnr-txt2 span {
	color: #f6230d;
}

.bnr-fi-box {
	float: left;
	width: 90%;
	background: #ffffff;
	margin-top: 35px;
	position: relative;
	border: 1px dashed #dddddd;
	border-radius: 25px;
	padding: 7px 10px 9px 58px;
}

.bnr-fi-icon {
	position: absolute;
	left: 0;
	top: -17px;
}

ul.bnr-list {
	float: left;
	width: 100%;
}

ul.bnr-list li {
	float: left;
	/* width: 33.33%; */
	padding: 0 0 0 26px;
	position: relative;
	font-size: 19px;
	line-height: 23px;
	color: #000000;
	font-weight: 600;
	margin-left: 20px;
}

ul.bnr-list li img {
	position: absolute;
	left: 0;
	top: 3px;
}

ul.bnr-list1 {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.bnr-list1 li {
	float: left;
	width: 100%;
	/* padding: 0 0 0 30px; */
	position: relative;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 1;
	color: #000000;
	font-weight: 500;
	margin-top: 5px;
	display: flex;
	align-items: baseline;
}

ul.bnr-list1 li img {
	margin-right: 10px;
}

.btn-box {
	display: inline-block;
	vertical-align: middle;
	margin: 25px 0 0 0;
}

a.s1-btn {
	border: none;
    background: #ea7b0d;
    border-radius: 12px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    /* height: 74px; */
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 4px solid #dadada;
    padding: 0.9rem;
	display: flex;
	align-items: center;
}

a.s1-btn span {
	/* color: #ffe50e; */
}

.s1btn-arw {
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
}

.btn-box-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	margin: 5px 0 0 0;
	text-align: center;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.5px;
}

.btn-box-txt:after,
.btn-box-txt:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 1rem;
	width: 65px;
	height: 1px;
	background: #d9dbdc;
}

.btn-box-txt:before {
	left: 0;
	right: auto;
}

/*========Section 1\7========*/
.section1 {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.section7 {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	/* background: #f6fbfd; */
}

.comn-hdg {
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 48px;
	color: #000;
	font-weight: 600;
	/* background: url(../images/icon-line.png) no-repeat center bottom; */
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	padding-bottom: 35px;
}

.comn-hdg span {
	font-size: 47px;
	line-height: 52px;
	font-weight: bold;
}

.comn-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	margin-top: 25px;
}

.s1-img-box {
	float: left;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.s1-img-box video {
	width: 100%;
	height: auto;
}

.s1-img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.s1-r1 {
	position: absolute;
	border: 2px solid #ababab;
	border-radius: 50%;
	background: #fff;
	left: 335px;
	top: 230px;
	z-index: 2;
}

.s1-r2 {
	position: absolute;
	border: 2px solid #3aaaff;
	border-radius: 50%;
	background: #fff;
	right: 335px;
	top: 230px;
	z-index: 4;
}

ul.s1-list {
	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;
	margin-top: -20px
}

ul.s1-list li {
	width: 21%;
}

.s1-list-txt1 {
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 26px;
	color: #1396d3;
	font-weight: 600;
	position: relative;
}

.s1-list-txt2 {
	float: left;
	width: 100%;
	font-size: 1rem;
	line-height: 24px;
	color: #000000;
	margin-top: 5px;
	position: relative;
}

.s1-line {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

.s1-list-txt3 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.5px;
	margin-top: 13px;
}

/*========Section2========*/
.section2 {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	position: relative;
	background: #f6fbfd;
}

.s2-featuresBx {
	float: left;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 5px;
}

.s2-feature-col {
	display: inline-block;
	vertical-align: top;
	width: 300px !important;
	margin: 0 13px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 2px 9px 1px rgb(0 0 0 / 10%);
	border-radius: 20px;
}

.s2-feature-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 20px 20px 0 0;
}

.s2-feature-cont {
	float: left;
	width: 100%;
	padding: 0 15px 15px;
}

.s2-feature-col-tx1 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #041c39;
	letter-spacing: 0.5px;
	margin-top: 10px;
	font-weight: 600;
	padding: 0 38px 0 0;
}

.s2-feature-col-tx2 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
}

.s2-plus {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.s2-box {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.s2-box-txt {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	color: #000;
	font-weight: 600;
	position: relative;
}

.s2-box-txt:before {
	content: "";
	position: absolute;
	width: 322px;
	height: 1px;
	left: 0;
	top: 18px;
	background: #c5c9ca;
}

.s2-box-txt:after {
	content: "";
	position: absolute;
	width: 322px;
	height: 1px;
	right: 0;
	top: 18px;
	background: #c5c9ca;
}

ul.s2-list {
	float: left;
	width: 100%;
	margin: 25px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
}

ul.s2-list li {
	display: inline-block;
	vertical-align: middle;
	width: 16%;
	padding: 0 1rem;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	font-weight: 600;
	position: relative;
	display: flex;
	flex-direction: column;
	word-break: break-word;
}

ul.s2-list li img {
	display: block;
	margin: 0 auto 15px;
}

ul.s2-list li:last-child {
	border-right: none;
}

ul.s2-list li:after {
	position: absolute;
	content: "";
	background: #ebebeb;
	width: 1px;
	height: 65px;
	right: 0px;
	top: 20px;
}

ul.s2-list li:last-child:after {
	background: none;
}

/*========Section 3========*/
.section3 {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #fff;
}

.s3-choice-Box {
	float: left;
	width: 100%;
	margin-top: 180px;
	background: #0a3e7d;
}

.choic-bx-col-1 {
	float: left;
	width: 32.22%;
}

.choic-bx-col-1 ul {
	float: left;
	width: 100%;
}

.choic-bx-col-1 ul li {
	float: left;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #23528a;
	font-size: 21px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 500;
	padding: 15px 0 0 50px;
	text-align: left;
	letter-spacing: 0.5px;
}

.choic-bx-col-1 ul li:nth-child(1) {
	height: 84px;
	padding-top: 34px;
}

.choic-bx-col-1 ul li:nth-child(5) {
	height: 84px;
	padding-top: 26px;
	border-bottom: none;
}

.choic-bx-col-2 {
	float: left;
	width: 19.91%;
	background: #54baea;
	margin-right: 12px;
	margin-top: -90px;
}

.bx-col-top {
	float: left;
	width: 100%;
	height: 111px;
}

.choc-prod {
	display: block;
	margin: -60px auto 0;
	max-width: 100%;
}

.bx-col-top-txt1 {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 8px;
}

.bx-col-top-txt2 {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 22px;
}

.choic-bx-col-2 ul {
	float: left;
	width: 100%;
}

.choic-bx-col-2 ul li {
	float: left;
	width: 100%;
	height: 64px;
	padding: 21px 0 0px;
	border-bottom: 1px solid #65c1ec;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}

.choic-bx-col-2 ul li:nth-child(5) {
	height: 84px;
	padding-top: 26px;
	border-bottom: none;
}

.s3-shdw-box {
	float: left;
	width: 100%;
	box-shadow: 0px 9px 11px 0px rgb(0 0 0 / 10%);
	padding: 10px 0 35px;
	background: #f6fbfd;
}

/*========Section 4========*/
.section4 {
	float: left;
	width: 100%;
	/* background: #f6fbfd; */
	padding: 30px 0;
	position: relative;
}

.s4-box {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.s4-box-lft {
	float: left;
	width: 47%;
	text-align: center;
}

.s4-img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

ul.s4-list {
	float: right;
	width: 50%;
}

ul.s4-list li {
	float: left;
	width: 100%;
	padding-left: 85px;
	position: relative;
	text-align: left;
	margin-top: 50px;
}

ul.s4-list li span {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
	color: #041c39;
}

ul.s4-list li p {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	margin-top: 8px;
}

ul.s4-list li img {
	position: absolute;
	left: 0;
	top: 0;
}

ul.s4-list li:nth-child(1):before {
	position: absolute;
	content: "";
	left: -96px;
	top: 26px;
	height: 11rem;
	width: 138px;
	background: url(../images/s4-li-line1.png) no-repeat center top;
}

ul.s4-list li:nth-child(2):before {
	position: absolute;
	content: "";
	left: -100px;
	top: 30px;
	height: 2px;
	width: 117px;
	background: url(../images/s4-li-line2.png) no-repeat center top;
}

ul.s4-list li:nth-child(3):before {
	position: absolute;
	content: "";
	left: -113px;
	top: -82px;
	height: 11rem;
	width: 138px;
	background: url(../images/s4-li-line3.png) no-repeat center top;
}

/*========Section 5========*/
.section5 {
	float: left;
	width: 100%;
	padding: 30px 0;
	position: relative;
}

ul.s5-list {
	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;
	margin-top: 40px;
}

ul.s5-list li {
	width: 31.28%;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	padding: 15px 12px 30px 12px;
	position: relative;
}

.s5-numbr-txt {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	background: #1464c4;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	font-weight: 500;
}

ul.s5-list li span {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: #000000;
}

ul.s5-list li p {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-top: 8px;
}

ul.s5-list li img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}

.s5-txt {
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 43px;
	color: #000000;
	margin-top: 35px;
}

.s5-txt span {
	font-size: 35px;
	line-height: 43px;
	color: #000;
	font-weight: 600;
}

/*========Section 6========*/
.section6 {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #f6fbfd;
	position: relative;
}

.review-box {
	display: inline-block;
	vertical-align: middle;
	margin-top: 40px;
	max-width: 888px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	/* padding: 25px; */
}

.review-box-source{
	max-width: 888px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 25px;
}

.rating-left {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	text-align: center;
}

.rating-left span {
	display: block;
	color: #000000;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-left img {
	width: 100px;
}

.rating-left p {
	color: #9f9e9e;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 3px;
}

ul.rev-bars {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 605px);
	padding: 0 20px;
}

ul.rev-bars li {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	height: 7px;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.21);
	overflow: hidden;
	margin: 9px 0;
}

ul.rev-bars li span {
	float: left;
	background-color: #fab73c;
	height: 100%;
}

ul.rating-vals {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	margin-right: 10px;
}

ul.rating-vals li {
	float: left;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 1rem;
	margin: 3px 0;
	font-weight: 500;
}

ul.rating-vals li img {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.cs-percent {
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	color: #000;
	font-size: 1rem;
	line-height: 21px;
}

.cs-percent span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}

.review-sec {
	float: left;
	width: 100%;
	padding: 20px 11rem 30px;
}

.review-row {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 43px;
	padding-left: 80px;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.review-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.review-row-p1 {
	position: absolute;
	left: 0;
	top: -6px;
	width: 50px;
	height: 50px;
	/* background: #d8edf7; */
	border-radius: 50%;
	/* font-size: 23px;
	line-height: 50px; */
	color: #000;
	/* text-transform: uppercase; */
	text-align: center;
}

.review-row-p1 img {
	width: 100%;
}

.review-row img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.review-row-p2 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin: 15px 0;
	letter-spacing: 0.5px;
}

.review-row-pictrue {
	float: left;
	width: 100%;
	color: #000;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}

.review-row-pictrue img {
	margin-right: 10px;
	width: 31%;
	/* height: 115px; */
	object-fit: cover;
	cursor: pointer;
}

.review-row-pictrue img:last-child {
	margin-right: 0;
}

.review-name-div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.review-row-p3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	white-space: nowrap;
}

.review-row-p3 span {
	font-weight: 600;
}

.review-row-p4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	color: #8e8e8e;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.review-row-p4 img {
	display: inline-block;
	vertical-align: middle;
	margin: auto 5px;
}

/*========FOOTER========*/
.footer {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 0 40px;
	text-align: center;
}

.ftr-logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 28px;
}

.ftr-txt1 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	color: #1f1f1f;
}

.ftr-txt1 a {
	text-decoration: none;
	color: #1f1f1f;
	padding: 0 8px;
}

.ftr-txt1 span {
	float: left;
	width: 100%;
	margin-top: 10px;
}

/*---------Media Querry---------*/
.show-mob,
.show-tab {
	display: none;
}

.limited-div {
	text-align: center;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
	padding-bottom: 24px;
	/* display: flex;
    align-items: center;
    justify-content: center; */
}

.shipping-div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	padding: 30px;
}

.shipping-div_item {
	width: 33%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0 10px;
}

.shipping-div_item img {
	width: 69px;
	height: 69px;
}

.shipping-div_item .source-div {
	text-align: left;
	margin-left: 15px;
}

.shipping-div_item .source-div .title {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
}

.shipping-div_item .source-div .source {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
	margin-top: 2px;
}
.column {
    display: block;
    /* flex-basis: 0; */
    flex-grow: 1;
    /* flex-shrink: 1; */
    /* padding: 0.75rem; */
}
@media only screen and (max-width:1187px) {

	.container {
		width: 1004px;
	}

	.show-desk {
		display: none;
	}

	ul.hdr-menu li a {
		padding: 0 12px;
		font-size: 15px;
	}

	.bnr-lft {
		width: 70%;
	}

	.bnr-prod {
		width: 310px;
		right: 130px;
		top: 215px;
		height: auto;
	}

	.bnr-seal {
		width: 100px;
		right: 365px;
		top: 465px;
	}

	.comn-hdg {
		font-size: 32px;
		line-height: 44px;
	}

	.comn-hdg span {
		font-size: 44px;
		line-height: 50px;
	}

	ul.s2-list li {
		padding: 0 4px;
	}

	.s2-box-txt:before,
	.s2-box-txt:after {
		width: 225px;
	}

	ul.s4-list li {
		margin-top: 25px;
	}

	ul.s4-list li:nth-child(3):before {
		top: -75px;
	}

}
	.banner-pc {
		height: 632px;
    /* background: url(../images/bnr-bg.jpg) no-repeat; */
    /* background-size: 100% 100%; */
	}
  .banner-ipad {
    background: url(../images/banner-ipad.png) no-repeat;
    background-size: 100% 632px !important;
	}
  @media (min-width:420px) and (max-width:767.98px) {
    ul.bnr-list1 li{
      padding:0 0 0 32px;
    }
  }
@media only screen and (max-width:1021px) {

	.container {
		width: 90vw;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	ul.hdr-menu {
		display: none;
	}

	.banner {
		height: 632px;
	}

	.bnr-prod {
		width: 270px;
		top: 246px;
		right: 3px;
		height: auto;
	}

	.bnr-seal {
		width: 75px;
		right: 215px;
		top: 432px;
	}

	.bnr-lft {
		width: 90%;
	}

	.bnr-txt2 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}

	ul.bnr-list li {
		padding: 0 0 0 24px;
		font-size: 18px;
		line-height: 24px;
		width: 33.3%;
		margin: 0;
	}

	ul.bnr-list1 li {
		/* padding: 0 0 0 28px; */
		font-size: 22px;
		line-height: 32px;
	}

	.section1 {
		padding: 30px 0;
	}

	.comn-hdg {
		font-size: 28px;
		line-height: 38px;
	}

	.comn-hdg span {
		font-size: 34px;
		line-height: 46px;
	}

	.comn-txt {
		letter-spacing: 0.5px;
		margin-top: 20px;
	}

	ul.s1-list {
		margin-top: 20px;
	}

	ul.s1-list li {
		width: 24%;
	}

	.s1-list-txt1 {
		font-size: 18px;
		line-height: 26px;
	}

	.s1-list-txt3 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
	}

	.section2 {
		padding: 30px 0;
	}

	.s2-box-txt {
		font-size: 26px;
		line-height: 32px;
	}

	.s2-box-txt:before,
	.s2-box-txt:after {
		width: 180px;
		top: 15px;
	}

	ul.s2-list li {
		font-size: 15px;
		line-height: 22px;
	}

	ul.s2-list li img {
		width: 50px;
	}

	ul.s2-list li:after {
		height: 48px;
	}

	.section3 {
		padding: 30px 0;
	}

	.choic-bx-col-1 ul li {
		font-size: 18px;
	}

	.bx-col-top-txt1 {
		font-size: 18px;
	}

	.choic-bx-col-2 ul li {
		font-size: 18px;
	}

	.section4 {
		padding: 30px 0;
	}

	.s4-box-lft {
		margin-top: 25px;
	}

	ul.s4-list li {
		padding-left: 70px;
	}

	ul.s4-list li span {
		font-size: 20px;
		line-height: 24px;
	}

	ul.s4-list li p {
		font-size: 18px;
		line-height: 24px;
		margin-top: 6px;
	}

	ul.s4-list li img {
		width: 55px;
	}

	ul.s4-list li:nth-child(1):before {
		left: -70px;
		top: 12px;
		width: 88px;
	}

	ul.s4-list li:nth-child(2):before {
		left: -75px;
		width: 85px;
	}

	ul.s4-list li:nth-child(3):before {
		left: -95px;
		top: -75px;
	}

	.section5 {
		padding: 30px 0;
	}

	ul.s5-list li img {
		margin: 20px auto 20px;
	}

	ul.s5-list li span {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}

	.s5-txt {
		font-size: 24px;
		line-height: 34px;
		margin-top: 30px;
	}

	.s5-txt span {
		font-size: 26px;
		line-height: 40px;
	}

	.section6 {
		padding: 30px 0;
	}

	.review-box {
		/* padding: 15px; */
	}
	.review-box-source{
		padding: 15px;
	}

	ul.rev-bars {
		width: calc(100% - 575px);
		padding: 0 12px;
	}

	.review-sec {
		padding: 20px 0px 20px;
	}

	.section7 {
		padding: 30px 0;
	}

	.limited-div {
		height: auto;
		min-width: auto;
		font-size: 16px;
		line-height: 25px;
		padding: 15px 20px;
		display: block;
	}

	.limited-div strong {
		font-size: 22px !important;
	}

	.shipping-div {
		/* flex-direction: column; */
    padding: 30px 10px;
	}

	.shipping-div_item {
		flex-direction: column;
		width: 100%;
		align-items: center;
		padding: 0;
		margin-bottom: 20px;
	}

	.shipping-div_item .source-div {
		text-align: center;
		margin: 10px 0 0 0;
    padding: 0 10px;
	}
	.shipping-div_item .source-div .title{
		line-height: 24px;
    min-height: 50px;
    height: 50px;
    display: inline-block;
    padding:0 20px;
	}

	.review-row-pictrue img {
		max-width: 28%;
	}
}
@media (min-width:821px) and (max-width:1023px) {
  .shipping-div_item .source-div .title{
    padding:0 46px;
	}
}

@media only screen and (max-width:767px) {
  .shipping-div_item .source-div .title{
    min-height: 25px;
    height: 25px;
    padding: 0;
  }
	.container {
		width: 100%;
		padding: 0 10px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-desk {
		display: none;
	}

	.show-mob {
		display: block;
    margin: auto;
	}

	.hide-mob {
		display: none;
	}

	.mob-mnu-ic {
		right: 10px;
		top: 18px;
	}

	.mobilemenu {
		top: 6.2rem;
	}

	.mobimenu-top {
		top: 57px;
	}

	.top-strip-txt {
		font-size: 11px;
		letter-spacing: 0.5px;
	}

	.logo {
		width: 90px;
	}

	.top-fix-bar {
		margin-bottom: 57px;
	}

	.top-header {
		height: 57px;
		margin-top: -57px;
		top: 57px;
	}

	.top-strip {
		padding: 4px 0 5px;
	}

	.banner {
		height: auto;
		background-size: cover;
		padding-bottom: 25px;
	}

	.bnr-lft {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.bnr-txt1 {
		font-size: 14px;
		line-height: 25px;
		margin-top: 15px;
	}

	.bnr-txt2 {
		font-size: 27px;
		line-height: 35px;
		margin-top: 5px;
	}

	.bnr-prod {
		position: static;
		margin: 25px auto 0;
	}

	.bnr-seal {
		width: 75px;
		right: 230px;
		top: 350px;
	}

	.bnr-fi-box {
		width: calc(100% + 20px);
		margin-top: 0px;
		padding: 10px 10px 8px 0px;
		margin-left: -10px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	ul.bnr-list li {
		padding: 0 1px;
		font-size: 14px;
		line-height: 20px;
		width: 33.3%;
		margin: 0;
	}

	ul.bnr-list li img {
		position: static;
		display: block;
		margin: 0 auto 6px;
	}

	ul.bnr-list1 {
		padding-left: 10px;
	}

	ul.bnr-list1 li {
		/* padding: 0 0 0 32px; */
		/* font-size: 1rem; */
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		margin-top: 8px;
	}

	ul.bnr-list1 li img {
		top: 4px;
	}

	.section1 {
		padding: 25px 0 30px 0;
	}

	.comn-hdg {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.5px;
		padding-bottom: 30px;
	}

	.comn-hdg span {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}

	.comn-txt {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0.5px;
		margin-top: 15px;
		text-align: left;
	}

	ul.s1-list {
		margin-top: -13px;
	}

	ul.s1-list li {
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
	}

	.s1-line {
		margin-top: 0;
	}

	.s1-list-txt1 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}

	.s1-list-txt3 {
		font-size: 1rem;
		line-height: 24px;
		letter-spacing: 0.5px;
		margin-top: 2px;
	}

	.section2 {
		padding: 15px 0;
		/* padding-top: 0; */
	}

	.s2-featuresBx {
		margin-top: 10px;
		padding-bottom: 5px !important;
	}

	.s2-feature-col-tx1 {}

	.s2-feature-col-tx2 {
		margin-top: 8px;
	}

	.s2-box {
		margin-top: 15px;
	}

	.s2-box-txt {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}

	.s2-plus {
		width: 54px;
		margin-top: 20px;
	}

	.s2-box-txt:before,
	.s2-box-txt:after {
		background: none;
	}

	ul.s2-list {
		margin: 5px 0 8px 0;
	}

	ul.s2-list li {
		width: 32%;
		margin-top: 1rem;
		padding: 0 0px;
	}

	ul.s2-list li img {
		width: 40px;
		margin: 0 auto 8px;
	}

	ul.s2-list li:after {
		background: none;
	}

	.section3 {
		padding: 15px 0;
	}

	.s3-choice-Box {
		margin-top: 172px;
	}

	.choic-bx-col-1 {
		width: 34%;
	}

	.choic-bx-col-1 ul li {
		height: 58px;
		font-size: 14px;
		line-height: 20px;
		padding: 9px 0 0 10px;
	}

	.choic-bx-col-1 ul li:nth-child(1) {
		height: 75px;
		padding-top: 34px;
	}

	.choic-bx-col-2 {
		margin-right: 7px;
		margin-top: -75px;
	}

	.bx-col-top-txt1 {
		font-size: 12px;
		font-weight: 500;
	}

	.choic-bx-col-2 ul li {
		font-size: 14px;
		line-height: 1rem;
		font-weight: bold;
		height: 58px;
		padding: 12px 0 0px;
	}

	.bx-col-top {
		height: 92px;
	}

	.s3-shdw-box {
		padding: 10px 0 0px;
	}

	.section4 {
		padding: 15px 0;
	}

	.s4-box {
		margin-top: 0px;
	}

	.s4-box-lft {
		width: 100%;
	}

	ul.s4-list {
		width: 100%;
	}

	ul.s4-list li:nth-child(1):before,
	ul.s4-list li:nth-child(2):before,
	ul.s4-list li:nth-child(3):before {
		display: none;
	}

	ul.s4-list li {
		padding-left: 64px;
	}

	ul.s4-list li span {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}

	ul.s4-list li p {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}

	.section5 {
		padding: 15px 0;
	}

	ul.s5-list {
		padding: 0 5px;
		margin-top: 0px;
		padding: 0 30px;
	}

	ul.s5-list li {
		width: 100%;
		margin-top: 25px;
		padding: 15px 20px 20px 20px;
	}

	ul.s5-list li p {
		font-size: 17px;
		line-height: 24px;
	}

	ul.s5-list li img {
		margin: 0 auto;
	}

	.s5-numbr-txt {
		/* position: static; */
		margin: 0 auto 15px;
	}

	.s5-txt {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.s5-txt span {
		font-size: 20px;
		line-height: 28px;
	}

	.section6 {
		padding: 15px 0;
	}

	.rating-left {
		width: 100%;
		margin-bottom: 5px;
	}

	.rating-left img {
		width: 80px;
		margin-top: 7px;
	}

	.rating-left span {
		margin-bottom: 5px;
		display: inline-block;
	}

	.m-rev {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		text-align: left;
	}

	ul.rev-bars {
		float: left;
		width: calc(100% - 150px);
		padding: 0;
	}

	ul.rating-vals {
		float: right;
		width: 140px;
		margin: 0;
	}

	ul.rating-vals li {
		line-height: 18px;
	}

	ul.rating-vals li img {
		width: 80px;
		margin: 2px 15px 0 0;
	}

	.cs-percent {
		width: 100%;
		margin-top: 12px;
	}

	.cs-percent span {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 8px;
	}

	.review-sec {
		padding: 20px 0px 0px;
	}

	.review-row {
		padding-left: 58px;
		padding-bottom: 20px;
	}

	.review-row-p2 {
		font-size: 1rem;
		line-height: 24px;
		margin: 12px 0;
	}

	.review-row-p3 {
		font-size: 1rem;
		line-height: 24px;
	}

	.footer {
		padding: 0px 0 30px;
	}

	.ftr-logo {
		margin: 25px 0 5px;
		width: 100px;
	}

	.ftr-txt1 {
		margin-top: 15px;
		font-size: 14px;
		line-height: 26px;
	}

	.ftr-txt1 a {
		padding: 0 1px;
	}

	.ftr-txt1 span {
		margin-top: 0px;
	}

	#call-btn {
		float: left;
		width: 100%;
		padding: 10px;
		background: #00315d;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 10;
		transition: bottom 1s;
	}

	#call-btn a.s1-btn {
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0;
		border-bottom: none;
		line-height: 1;
		/* height: 60px; */
	}

	#call-btn .s1btn-arw {
		margin: -3px 0 0 15px;
	}

	.section7 {
		padding: 25px 0 30px 0;
	}

	.limited-div {
		height: auto;
		min-width: auto;
		font-size: 18px;
		line-height: 25px;
		padding: 15px 20px;
		display: block;
	}

	.limited-div strong {
		font-size: 22px !important;
	}

	.shipping-div {
		flex-direction: column;
		padding: 30px 30px 0 30px;
	}

	.shipping-div_item {
		flex-direction: column;
		width: 100%;
		align-items: center;
		padding: 0;
		margin-bottom: 20px;
	}
	.shipping-div_item:last-child{
		margin-bottom: 10px;
	}

	.shipping-div_item .source-div {
		text-align: center;
		margin: 10px 0 0 0;
	}
	.review-row-pictrue img {
		max-width: 28%;
	}
}

.popup-img-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .4);
}

.popup-picture {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1000;
}

.popup-picture .popup-picture-img {
	vertical-align: middle;
	max-width: 95vw;
	max-height: 670px;
}

.pop-up-footer {
	display: none;
}

.pop-up-footer {
	position: fixed;
	padding-bottom: 10px;
	bottom: -80%;
	background: url(../../assets_v6_m/images/pop_footer.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	width: 100%;
	left: 0;
	color: white;
	z-index: 999999999999;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.pop-up-footer.active {
	bottom: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.container-fluid {
	width: 100%;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
	margin-right: auto;
	margin-left: auto;
}

.pop-up-footer>.container-fluid {
	height: 100%;
}

.pop-up-header {
	background-color: #ea7a0d;
    padding: 0.5rem 0 0.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* margin-bottom: -25px; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pop-up-content {
	margin: 0;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.p-0 {
	padding: 0 !important;
}

.pop-up-footer-image-container {
	overflow: hidden;
	/* margin-bottom: 7px; */
	max-height: 155px;
	text-align: right;
}

.pop-up-content img {
	max-width: 6.4rem !important;
	/* max-height: 170px; */
	position: relative;
	/* top: 50px; */
	width: 100%;
}

.pop-up-content .pop-up-stars {
	align-items: baseline;
	/* max-width: 110px !important; */
	/* background: #323232; */
}

@media (max-width: 767px) {
	.stars-container {
		position: relative;
		height: 25px;
		width: 100%;
		/* margin: 9% auto 0; */
		justify-content: flex-end;
	}

	.pop-up-footer {
		display: unset !important;
	}
}

.score-pop-up {
	color: #000;
	font-size: 0.5rem;
	font-weight: normal;
	margin: 0 5px;
}

.pop-up-footer p {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.4em !important;
	font-weight: 400;
	color: #000;
}

.pop-up-footer p>span {
	display: block;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.pop-up-footer .banner-small-text span {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
}

.pop-up-footer .btn {
	background: #ea7a0d;
	width: 100%;
	border: none;
	border-radius: 4px;
	font-size: 1.2rem !important;
	font-weight: bold !important;
	text-transform: uppercase;
	color: white;
	padding: 10px 15px !important;
	margin-top: 1.4rem;
}

.pop-up-footer .btn a {
	color: white !important;
}

.pop-up-footer .fa-star {
	font-size: 0.5rem !important;
	margin: 0px 2px;
}

.pop-up-stars>.color-stars {
	left: 0px !important;
}

.color-stars {
	height: 25px;
	overflow: hidden;
	color: #efc529;
	text-align: left;
	white-space: nowrap;
}

.close-down {
	position: relative;
	right: 20px;
	top: 1px;
	font-size: 1.2rem;
	font-weight: 600;
	float: right;
}

.pop-up .btn {
	padding: 8px 25px !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
	margin: auto;
	margin-top: 30px;
	width: 90%;
}

.btn-green {
	text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	letter-spacing: .2px;
	background-color: #1db900;
	text-align: center;
	font-weight: 700;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	/* padding: 15px 115px; */
	/* z-index: 999; */
}

.review-populated {
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #B3B3B3;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.p-0 {
    padding: 0!important;
}
.text-center {
    text-align: center!important;
}
.review-bg{
	max-width: 888px;
	width: 100%;
	height: auto;
	background-position: center center !important;
	border-radius: 10px 10px 0 0;
	background-size: cover !important;
}
.review-bg .content{
	color: #FFF;
	font-size: 17px;
	padding: 40px 90px;
	text-align: left;
	line-height: 27px;
}
.review-bg .username{
	color: #FFF;
	font-size: 17px;
	padding: 0 90px;
	text-align: center;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 2rem;
}
.review-bg .btn-box {
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.review-bg .content{
		padding: 20px 10px;
		font-size: 1rem;
	}
	.review-bg .username{
		padding: 0 10px;
		font-size: 1rem;
	}
	.review-bg .btn-box {
		margin: 0;
		padding: 0 10px;
		margin-bottom: 2rem;
	}
	.review-bg .btn-box .s1-btn{
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0;
		border-bottom: none;
		/* line-height: 55px;
		height: 60px; */
	}
	.review-bg .btn-box .s1btn-arw{
		margin: -3px 0 0 15px;
	}
	.review-bg .btn-box .btn-box-txt {
		font-size: 12px;
	}
	.review-bg .btn-box .btn-box-txt::before, .review-bg .btn-box .btn-box-txt::after{
		width: 55px;
	}
}

@media (max-width:568px){
	ul.bnr-list1 li{
		align-items: flex-start;
	}
	ul.bnr-list1 li img{
		margin-top: 4px !important;
	}
}


@media (max-width:767px) {
	.banner-app .container{
		width: 100%;
		max-width: initial;
	}
	.banner-app .bnr-lft_content{
		position: relative;
		min-height: 300px;
		width: 100%;
	}
	.banner-app .bnr-lft_content_backgroundImage{
		width: 100%;
	}
	.banner-app .bnr-lft_content_discription{
		position: absolute;
		top: 20px;
		width: 100%;
	}
	.banner-app .bnr-lft{
		width: 100%;
		margin-top: 0px;
	}
	.banner-app .container{
		padding: 0;
	}
	.banner-app .bnr-list1{
		margin-top: 5px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding-left: 0 !important;
	}
	.banner-app .bnr-list1-inner {
		display: flex;
		flex-direction: column;
	}
	.banner-app ul.bnr-list1 li {
		align-items: flex-start;
		display: flex;
		/* padding-left: 0px !important; */
		padding: 0 10px;
	}
}