@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Fira Sans';
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*==============Fonts==============*/
@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-Bold.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-BoldItalic.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-ExtraBold.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-Medium.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-Regular.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-Italic.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../../fonts/index-v2/FiraSans-SemiBold.woff2') format('woff2'),
		url('../../fonts/index-v2/FiraSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*-----------------------
	TOP STRIP
------------------------*/
.top_strip {
	float: left;
	width: 100%;
	background: #2172ba;
	padding: 6px 0;
}

.top_strip p {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.top_strip p span {
	display: inline-block;
	background: #000;
	border-radius: 4px;
	padding: 1px 8px 2px;
	margin: 0 8px;
}

/*-----------------------
CSS FOR NAV BAR
------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

.nav-sec {
	float: left;
	width: 100%;
	height: 75px;

	margin-top: -75px;
	top: 75px;
	position: relative;
	z-index: 2;
	background: #fff;
	-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 .nav-sec {
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top: 0;
	top: 0;
}

.logo {
	float: left;
	width: 162px;
	margin-top: 17px;
}

a.nav-btn {
	float: right;
	background: #1bb13c;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 160px;
	height: 48px;
	letter-spacing: 0.3px;
	line-height: 42px;
	border-radius: 35px;
	border-bottom: 4px solid #90f3a6;
	font-weight: 800;
	margin-top: 14px;
}

/*-----------------------
		BANNER
------------------------*/
.bnr_section {
	background: #f6fafd;
	float: left;
	width: 100%;
	padding: 55px 0 0;
	overflow: hidden;
	position: relative;
}

.bnr_content {
	float: left;
	width: 52%;
	text-align: left;
}

.bnr_trusted_text {
	font-size: 17px;
	line-height: 17px;
	color: #000;
}

.trusted_star {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	margin: -5px 8px 0 0;
}

.bnr_heading {
	font-size: 52px;
	line-height: 57px;
	color: #093685;
	font-weight: bold;
	margin-top: 7px;
}

.bnr_heading span {
	color: #ff6501;
}

ul.bnr_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
}

ul.bnr_list li {
	background: url(../../images/index-v2/bnr-lst-tike.webp) no-repeat left 5px;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
	text-align: left;
	position: relative;
	background-size: 24px;
	padding-left: 35px;
	margin-top: 10px;
}

.common_button_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 45px;
}

.bnr_content .common_button_box {
	margin-top: 50px;
}

.common_button_width {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 425px;
	text-align: center;
}

.common_button_top {
	color: #000;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.common_button_top li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.2px;
	padding: 0 10px;
}

.common_button_top li.green-dot {
	border-right: 1px solid #515458;
	position: relative;
	padding-left: 26px;
}

.green-dot:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #42c216;
	animation: breath 1.3s infinite;
}

.txt_clr li.green-dot {
	border-right: 1px solid #fff;
}

.flash {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
	width: 14px;
}

.hourglass {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	margin: -3px 5px 0 0;
	animation: rotateP 2.5s ease-in-out forwards infinite
}

@keyframes rotateP {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(00deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes breath {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.low-stock {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 12px;
	margin: -2px 2px 0;
}

.low-stock span {
	float: left;
	width: 12px;
	height: 100%;
	background: #fff;
	margin: 0 1px;
	transition: 0.5s;
	border: 1.5px solid #dddddd;
}

.exrtrabold {
	font-weight: 800;
}

.low-stock span.fade {
	animation: fade 1.2s ease-in-out infinite;
	background: #f80000;
	border: 1.5px solid #f1f1f1;
}

.red {
	color: #ff0000;
}

@keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.common_button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 67px;
	line-height: 57px;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.3px;
	border-radius: 35px;
	border-bottom: 4px solid #90f3a6;
	text-align: center;
	background: #1bb13c;
}

.common_button img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin: -2px 0 0 12px;
}

.common_button_bottom {
	width: 100%;
	margin: 9px auto 0;
	padding: 0 20px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.common_button_bottom li {
	font-size: 15px;
	line-height: 15px;
	color: #000;
	letter-spacing: 0.2px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.common_button_bottom li img {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin: -1px 5px 0 0;
}

.white_mnybk img {
	filter: brightness(0) invert(1);
}

.bnr_rgt {
	float: right;
	width: 48%;
	position: relative;
}

.bnr_focus_prod {
	width: 100%;
	max-width: 300px;
	position: absolute;
	left: 36px;
	top: 5px;
	z-index: 1;
}

.bnr_focus_inr {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.bnr_fcs_inr_cont {
	width: 60%;
}

ul.bnr_fcs_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

ul.bnr_fcs_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #d3d8dd;
	padding-bottom: 3px;
	width: 100%;
	margin: 3px auto 0;
}

ul.bnr_fcs_list li:last-child {
	border-bottom: none;
}

.fcs_list_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 70%;
	text-align: left;
}

.focus_icn {
	width: 34px;
}

.fcs_list_cont p {
	width: calc(100% - 34px);
	padding-left: 8px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.fcs_list_no {
	width: 30%;
}

.fcs_list_no p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

.bnr_fcs_inr_imgbx {
	width: 40%;
}

.bnr_fcs_inr_imgbx img {
	display: block;
	margin: 0 auto;
}

.bnr_hero {
	max-width: none;
	margin: -22px 0 -10px 80px;
	position: relative;
	z-index: 2;
}

.bnr_prod {
	position: absolute;
	left: -90px;
	bottom: 100px;
}

/*-----------------------
Brand Strip
------------------------*/
.brand_strip {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}

.brand_box {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto 0;
}

.feature_text {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	letter-spacing: 0.3px;
	font-weight: 500;
	text-transform: uppercase;
}

ul.brand_list {
	width: 100%;
	max-width: 1060px;
	margin: 22px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.brand_list li {
	display: inline-block;
	vertical-align: middle;
}

ul.brand_list li img {
	margin: 0 auto 0;
	display: block;
	height: 45px;
	max-width: none;
	max-height: 100%;
	width: auto;
}

/*-----------------------
Section_1
------------------------*/
.section_1 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 55px 0 65px;
}

.common_heading {
	font-size: 45px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
}

.common_heading span {
	color: #093685;
}

.common_text {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 25px;
}

.s1_problem_wrap {
	margin: 40px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s1_problem_box {
	width: 31.5%;
	text-align: center;
	border: 1px solid #e43731;
	border-radius: 12px;
	padding: 5px;
}

.s1_problem_box img {
	margin: 0 auto 0;
	display: block;
	border-radius: 12px;
}

.s1_dwn_img {
	margin: 10px auto 0;
	display: block;
}

.s1_list_heading {
	font-size: 25px;
	line-height: 31px;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
}

ul.s1_list {
	margin: 40px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.s1_list li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 35px;
	position: relative
}

ul.s1_list li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #e8e8e8;
	width: 1px;
}

ul.s1_list li:last-child:before {
	display: none;
}

ul.s1_list li img {
	margin: 0 auto 0;
	display: block;
	width: 71px;
}

ul.s1_list li h3 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}

ul.s1_list li p {
	margin-top: 10px !important;
}

.s1_btm_text1 {
	font-size: 27px;
	line-height: 33px;
	color: #000;
	font-weight: bold;
	margin-top: 35px;
}

.s1_btm_text2 {
	font-size: 21px;
	line-height: 27px;
	color: #000;
	margin-top: 12px;
}

/*-----------------------
section 2
------------------------*/
.section_2 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6fafd;
}

.s2_mid_wrap {
	margin: 50px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2_left {
	width: 44%;
	text-align: left;
}

.top_0 {
	margin-top: 0 !important;
}

.s2_pr {
	padding-right: 32px;
}

.s2_prod {
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}

.s2_right {
	width: 50%;
	text-align: left;
}

ul.s2_list {
	float: left;
	width: 100%;
}

ul.s2_list li {
	float: left;
	width: 100%;
	position: relative;
	padding-right: 146px;
	margin-bottom: 30px;
}

ul.s2_list li:last-child {
	margin-bottom: 0;
}

ul.s2_list li h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	position: relative;
	padding: 0 0 14px 46px;
}

ul.s2_list li h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: -90px;
	background: #979797;
	height: 1px;
}

ul.s2_list li h3 span {
	position: absolute;
	top: 0;
	left: 0;
	background: #093685;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

ul.s2_list li p {
	margin-top: 8px;
}

ul.s2_list li img {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #000;
	border-radius: 50%;
	width: 81px;
}

/*-----------------------
section 3
------------------------*/
.section_3 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.s3_reasons_wrap {
	margin: 50px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
}

.s3_reasons_box {
	width: 32%;
	background: #fff;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.s3_bx_header {
	margin: 0 auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
}

.s3_bx_header img {
	width: 67px;
}

.s3_bx_header h3 {
	width: calc(100% - 67px);
	font-size: 24px;
	line-height: 27px;
	color: #093685;
	font-weight: bold;
	padding-left: 15px;
}

.s3_bx_mid {
	float: left;
	width: 100%;
	margin-top: 24px;
}

.s3_bx_imgs {
	margin: 0 auto 0;
	display: block;
	border-radius: 8px;
	height: 218px;
	width: 100%;
	object-fit: cover;
}

.s3_reasons_box .common_text {
	margin-top: 20px;
}

/*-----------------------
section 4
------------------------*/
.section_4 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6fafd;
}

.s4_mid_wrap {
	margin: 70px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s4_box {
	width: 31.71%;
	position: relative;
}

.s4_bx_tag {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background: #093685;
	min-width: 182px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 35px;
	padding: 10px 10px 12px;
}

.s4_innr_box {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #093685;
	border-radius: 12px;
	overflow: hidden;
}

.s4_beaft_imgbx {
	margin: 0 auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s4_beaft_cont {
	width: 49.6%;
	text-align: center;
}

.s4_bx_bfaft {
	margin: 0 auto 0;
	display: block;
}

.s4_bx_text {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	font-weight: 500;
}

.red_bg {
	background: #f30000;
}

.green_bg {
	background: #1bb13c;
}

.s4_bx_text img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
}

.s4_point_area {
	float: left;
	width: 100%;
	padding: 15px 20px 10px;
}

ul.s4_bx_list {
	float: left;
	width: 100%;
}

ul.s4_bx_list li {
	background: url(../../images/index-v2/s4-bx-lst-tk.webp) no-repeat left 15px;
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	padding: 14px 0 14px 40px;
	background-size: 24px;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	font-weight: 500;
}

ul.s4_bx_list li:last-child {
	border: none;
}

/*-----------------------
section 5
------------------------*/
.section_5 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.s5_vdo_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 748px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 36%;
	margin-top: 40px;
}

.s5_vdo_box video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	object-fit: cover;
}

ul.s5_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 60px auto 20px;
}

ul.s5_list li {
	width: 33.33%;
	text-align: left;
	padding: 0 25px 50px;
	position: relative;
}

ul.s5_list li:after,
ul.s5_list li:before {
	content: '';
	position: absolute;
}

ul.s5_list li:after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #c8c8c8;
}

ul.s5_list li:nth-child(n + 4):before {
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: #c8c8c8;
}

ul.s5_list li:nth-child(n + 4) {
	padding-top: 50px;
	padding-bottom: 0;
}

ul.s5_list li:nth-last-child(3n + 1):after {
	display: none;
}

ul.s5_list li:nth-child(n + 4):after {
	top: 0;
	bottom: 0;
}

ul.s5_list li h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #093685;
}

ul.s5_list li p {
	margin-top: 25px !important;
}

ul.s5_list li img {
	position: absolute;
	top: 4px;
	right: 30px;
	width: 57px;
}

ul.s5_list li:nth-child(n + 4) img {
	top: 54px;
}

/*-----------------------
section 6
------------------------*/
.section_6 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6fafd;
}

.s6_step_blk {
	margin: 60px auto 10px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.s6_step_bx {
	width: 32%;
	padding: 0 40px;
	position: relative;
}

.s6_step_bx:before {
	content: '';
	position: absolute;
	top: 24px;
	right: -165px;
	width: 310px;
	border-top: 2px dotted #6ab2d5;
}

.s6_step_bx:last-child:before {
	display: none;
}

.step_count {
	display: block;
	margin: 0 auto;
	width: 45px;
	height: 45px;
	text-align: center;
	background: #008cd1;
	border-radius: 50%;
	font-size: 30px;
	line-height: 41px;
	color: #fff;
	font-weight: 500;
	box-shadow: 0px 0px 0px 8px #d3eaf7;
	position: relative;
}

.s6_step_bx h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	margin-top: 25px;
}

.s6_step_bx .common_text {
	letter-spacing: -0.7px;
	margin-top: 12px !important;
}

.s6_vdo_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-bottom: 68%;
	margin-top: 28px;
}

.s6_vdo_box video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	object-fit: cover;
}

/*-----------------------
section 7
------------------------*/
.section_7 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.compare-row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 755px;
	margin-top: 160px;
	border: 2px solid #5b79ae;
	border-radius: 13px;
	background: #fff;
}

.compare-col1 {
	width: 37%;
	text-align: left;
}

ul.compare-list {
	float: left;
	width: 100%;
}

.compare-list li {
	float: left;
	width: 100%;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	padding: 0 25px;
	border-bottom: 1px solid #b9b9b9;
}

.compare-list li:last-child {
	height: 75px;
	border-bottom: none;
}

.compare-col1 .compare-list li {
	justify-content: left;
}

.compare-col2 {
	width: 21%;
	background: #093685;
	border-radius: 15px;
	margin: -108px 0;
	position: relative;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.compare-col2 .compare-col-top {
	width: 100%;
	height: 100px;
	position: relative;
}

.compare-icon {
	display: block;
	margin: 0 auto;
	width: 38px;
}

.compare-col2 .compare-list li:last-child {
	border-radius: 0 0 15px 15px;
	border-bottom: none;
	height: 50px;
}

.compare-col2 .compare-list li {
	border-bottom: none;
}

.compare-product1 {
	display: block;
	margin: 6px auto 0;
	width: 122px;
}

.compare_logo {
	display: block;
	margin: 18px auto 0;
	filter: brightness(10);
	width: 96px;
}

.compare-col3 {
	width: 21%;
	text-align: center;
}

.compare-col3 .compare-col-top {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: -95px;
}

.compare-col-top-inr {
	float: left;
	width: 100%;
}

.compare-product {
	display: block;
	margin: 0 auto 2px;
	width: 72px;
}

.compare-col-top-inr p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.guarantee_box {
	width: 100%;
	max-width: 840px;
	margin: 100px auto 0;
	border-radius: 10px;
	padding: 0 25px;
	background: #093685;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.guarantee_img_bx {
	width: 180px;
	position: relative;
	padding: 64px 0;
}

.mnybk-seal {
	display: block;
	margin: 0 auto;
	width: 180px;
	position: relative;
	z-index: 1;
}

.guarantee_img_bx:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	background: #093685;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.guarantee_content {
	width: calc(100% - 180px);
	padding: 35px 0 45px 30px;
	text-align: left;
}

.guarantee_content h3 {
	font-size: 45px;
	line-height: 53px;
	color: #fff;
	font-weight: bold;
}

.guarantee_content p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 0.3px;
	margin-top: 20px;
}

/*-----------------------
section 8
------------------------*/
.section_8 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6fafd;
}

.rating_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 50px auto 0;
}

.rate_box1 {
	width: 35%;
}

ul.rating_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

ul.rating_list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	padding: 9px 0;
}

ul.rating_list li:last-child {
	border-bottom: none;
}

.rate_list_text {
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.3px;
}

.rate_list_text span {
	float: right;
	font-weight: 500;
}

.rate_star_img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
	width: 94px;
}

.rate_box2 {
	width: 25%;
}

.rate_box2_no {
	color: #000;
	font-size: 52px;
	line-height: 56px;
	font-weight: bold;
}

.rate_box2_text {
	color: #000;
	font-size: 19px;
	line-height: 25px;
	margin-top: 10px;
}

.rate_box2 img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	width: 143px;
}

.rate_box3 {
	width: 31.88%;
}

ul.people_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	row-gap: 12px;
}

ul.people_list li {
	width: 33.33%;
}

ul.people_list li img {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

.review_block {
	width: 100%;
	margin: 50px auto 0;
	row-gap: 35px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.review_box {
	width: 31%;
	padding: 22px 20px 25px;
	border: 1px solid #d3d5c6;
	border-radius: 10px;
	background: #fff;
}

.review_vrfy_box {
	width: 100%;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.review_vrfy_box_cont {
	width: calc(100% - 161px);
	padding-right: 20px;
	text-align: left;
}

.review_star {
	display: block;
	width: 90px;
}

.review_vrfy_box_cont h3 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.review_vrfy_box_cont p {
	font-size: 14px;
	line-height: 18px;
	color: #24c070;
	margin-top: 8px;
}

.review_vrfy_box_cont p img {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	margin: -3px 5px 0 0;
}

.review_img {
	width: 161px;
	border-radius: 14px;
}

.review_cont {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	margin-top: 18px;
}

.review_heading {
	font-size: 19px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	min-height: 52px;
}

.review_text {
	color: #444444;
	font-style: italic;
	margin-top: 12px !important;
}

/*-----------------------
section 9
------------------------*/
.section_9 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.offer_box {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto 0;
	padding: 40px 30px 25px;
	border: 2px solid #008cd1;
	background: #ffffff;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.offer_text {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.offer_text span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px;
	background: #008cd1;
}

.offer_left {
	width: 45%;
	text-align: left;
}

.offer_heading {
	font-size: 42px;
	line-height: 50px;
	color: #093685;
	font-weight: bold;
}

.offer_points {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
}

.offer_points li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
	padding-left: 35px;
	position: relative;
	background: url(../../images/index-v2/offer-tick.webp) no-repeat;
	background-position: top 4px left;
	background-size: 23px;
}

.offer_left .common_button_box {
	margin-top: 30px;
}

.offer_right {
	width: 55%;
}

.offer_product_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}

.offer_product {
	display: block;
	margin: 0 auto 0;
}

.editor_seal {
	position: absolute;
	top: -50px;
	right: 60px;
	width: 115px;
}

/*-----------------------
section 10
------------------------*/
.section_10 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6fafd;
}

.faq-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 830px;
	text-align: center;
	margin-top: 20px;
}

.up-slide-dwn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
}

.up-slide-dwn:last-child {
	border-bottom: none;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../../images/index-v2/open.webp) no-repeat;
	background-position: right 15px center !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
	padding: 25px 35px 25px 0;
	cursor: pointer;
}

.acdn-heading.accordion-open {
	background: url(../../images/index-v2/close.webp) no-repeat no-repeat;
}

.acdn-content {
	float: left;
	width: 100%;
	padding: 0 45px 10px 0;
	margin-top: -10px;
}

.acdn-para {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}

.acdn_mb {
	margin-bottom: 6px !important;
}

.section_10 .common_button_box {
	margin-top: 30px;
}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer {
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #fff;
}

.foot-logo {
	display: block;
	margin: 0 auto 15px;
	width: 162px;
}

.foot_text {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 23px;
	margin-top: 10px;
}

.foot_text a {
	padding: 0 8px;
	color: #000;
}


.semi_bold {
	font-weight: 600;
}

.white_color {
	color: #fff;
}

/*=========Media Query=========*/
.show-mob,
.show-tab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	.bnr_heading {
		font-size: 44px;
		line-height: 50px;
	}

	.bnr_hero {
		margin-bottom: -30px;
	}

	.common_heading {
		font-size: 40px;
		line-height: 46px;
	}

	.s2_left {
		width: 38%;
	}

	.s2_pr {
		padding: 0;
	}

	.s2_right {
		width: 58%;
	}

	ul.s2_list li {
		padding-right: 120px;
	}

	ul.s4_bx_list li {
		padding: 12px 0 12px 40px;
		font-size: 18px;
		line-height: 25px;
	}

	.s5_vdo_box {
		max-width: 640px;
	}

	ul.s5_list li {
		padding: 0 15px 40px;
	}

	ul.s5_list li:nth-child(n + 4) {
		padding-top: 40px;
	}

	ul.s5_list li img {
		right: 15px;
	}

	.s6_step_bx {
		padding: 0 12px;
	}

	.guarantee_img_bx {
		padding: 36px 0;
	}

	.guarantee_content h3 {
		font-size: 40px;
		line-height: 48px;
	}

	.review_box {
		width: 32%;
	}

	.review_vrfy_box_cont {
		width: calc(100% - 135px);
		padding-right: 10px;
	}

	.review_img {
		width: 135px;
	}
}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	.logo {
		width: 145px;
		margin-top: 20px;
	}

	.bnr_section {
		padding: 50px 0 0;
	}

	.bnr_content {
		width: 53%;
	}

	.bnr_trusted_text {
		font-size: 16px;
		line-height: 16px;
	}

	.trusted_star {
		width: 84px;
	}

	.bnr_heading {
		font-size: 34px;
		line-height: 40px;
	}

	ul.bnr_list li {
		font-size: 19px;
		line-height: 24px;
		background-size: 20px;
		padding-left: 34px;
		margin-top: 10px;
	}

	.bnr_content .common_button_box {
		margin-top: 35px;
	}

	.bnr_rgt {
		width: 47%;
	}

	.bnr_hero {
		margin: 0 0 -6px 44px;
		width: 540px;
	}

	.bnr_prod {
		left: 8px;
	}

	ul.brand_list li img {
		height: 36px;
	}

	.section_1 {
		padding: 50px 0 60px;
	}

	.common_heading {
		font-size: 34px;
		line-height: 40px;
	}

	.common_text {
		font-size: 17px;
		line-height: 25px;
		margin-top: 20px;
	}

	.s1_list_heading {
		font-size: 24px;
		line-height: 30px;
	}

	ul.s1_list li {
		padding: 0 10px;
	}

	ul.s1_list li h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.s1_btm_text1 {
		font-size: 26px;
		line-height: 32px;
	}

	.s1_btm_text2 {
		font-size: 20px;
		line-height: 26px;
	}

	.section_2 {
		padding: 50px 0 60px;
	}

	ul.s2_list li h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.section_3 {
		padding: 50px 0 60px;
	}

	.s3_reasons_box {
		width: 48%;
	}

	.section_4 {
		padding: 50px 0 60px;
	}

	.s4_bx_tag {
		min-width: 165px;
		font-size: 18px;
		line-height: 20px;
		padding: 8px 5px 10px;
	}

	.s4_point_area {
		padding: 10px 12px 15px;
	}

	ul.s4_bx_list li {
		padding: 10px 0 10px 30px;
		font-size: 17px;
		line-height: 22px;
		background-size: 18px;
	}

	.section_5 {
		padding: 50px 0 60px;
	}

	.s5_vdo_box {
		max-width: 598px;
	}

	.s5_vdo_box {
		padding-bottom: 45%;
	}

	ul.s5_list li h3 {
		font-size: 19px;
		line-height: 28px;
	}

	.section_6 {
		padding: 50px 0 60px;
	}

	.s6_step_bx h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.step_count {
		width: 38px;
		height: 38px;
		font-size: 26px;
		line-height: 38px;
	}

	.s6_step_bx:before {
		right: -102px;
		width: 188px;
	}

	.section_7 {
		padding: 50px 0 60px;
	}

	.guarantee_img_bx {
		padding: 43px 0;
	}

	.mnybk-seal {
		width: 150px;
	}

	.guarantee_content h3 {
		font-size: 34px;
		line-height: 42px;
	}

	.guarantee_content p {
		font-size: 17px;
		line-height: 25px;
		margin-top: 15px;
	}

	.section_8 {
		padding: 50px 0 60px;
	}

	.rate_box1 {
		width: 37%;
	}

	.rate_list_text {
		font-size: 15px;
	}

	.rate_star_img {
		width: 73px;
	}

	.rate_box2_text {
		font-size: 16px;
		line-height: 20px;
	}

	ul.people_list li {
		width: 32%;
	}

	.review_block {
		margin: 40px auto 0;
		row-gap: 25px;
	}

	.review_box {
		width: 100%;
	}

	.review_cont {
		margin-top: 12px;
	}

	.review_heading {
		min-height: auto;
	}

	.section_9 {
		padding: 60px 0;
	}

	.offer_box {
		padding: 40px 15px 25px;
	}

	.offer_left {
		width: 57%;
	}

	.offer_heading {
		font-size: 36px;
		line-height: 42px;
	}

	.offer_right {
		width: 43%;
	}

	.editor_seal {
		width: 85px;
	}

	.section_10 {
		padding: 50px 0 60px;
	}
}

@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-mob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.top_strip p {
		font-size: 14px;
		line-height: 14px;
	}

	.top-fix-bar {
		margin-bottom: 45px;
	}

	.nav-sec {
		height: 45px;
		margin-top: -45px;
		top: 45px;
	}

	.logo {
		display: inline-block;
		vertical-align: middle;
		width: 92px;
		margin-top: 12px;
		float: none;
	}

	.bnr_section {
		padding: 20px 0 35px;
	}

	.bnr_content {
		width: 100%;
		text-align: center;
	}

	.bnr_trusted_text {
		font-size: 14px;
		line-height: 14px;
	}

	.trusted_star {
		width: 72px;
	}

	.bnr_heading {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: -0.3px;
		margin-top: 10px;
	}

	ul.bnr_list {
		width: 320px;
	}

	ul.bnr_list li {
		font-size: 16px;
		line-height: 20px;
		background-size: 17px;
		border-bottom: 1px solid #a8acaf;
		padding: 6px 0 6px 32px;
		margin-top: 0;
		background-position-y: 9px;
	}

	ul.bnr_list li:last-child {
		border: none;
	}

	.bnr_rgt {
		margin: 0 auto 0;
		float: none;
		width: 100%;
	}

	.bnr_hero_mob {
		float: left;
		width: calc(100% + 30px);
		max-width: none;
		margin: 20px 0 -70px -15px;
	}

	.bnr_testi_mob {
		margin: 60px auto 0;
		display: table;
		width: 100%;
		max-width: 345px;
		background: #fff;
		position: relative;
		z-index: 2;
		border-radius: 10px;
		padding: 15px 12px;
		margin-top: 30px;
		-webkit-box-shadow: 0 7px 5px 0 rgba(210, 238, 247, 0.2);
		box-shadow: 0 7px 5px 0 rgba(210, 238, 247, 0.2);
		border: 2px solid #2172ba;
	}

	.bnr_testi_innr_mob {
		margin: 0 auto 0;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.bnr_t_left {
		width: 27%;
		text-align: center;
	}

	.bnr_t_pic {
		border-radius: 50%;
		width: 68px;
	}

	.bnr_t_name {
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-weight: 500;
		margin-top: 7px;
	}

	.bnr_t_name span {
		font-size: 11px;
		line-height: 12px;
		color: #676767;
		font-weight: normal;
	}

	.bnr_t_name span img {
		width: 10px;
		display: inline-block;
		vertical-align: middle;
		margin: -2px 3px 0 0;
	}

	.bnr_t_right {
		width: 69%;
		text-align: left;
	}

	.bnr_t_star {
		display: block;
		width: 65px;
	}

	.bnr_t_head {
		font-size: 16px;
		line-height: 18px;
		color: #000;
		font-weight: bold;
		margin-top: 6px;
	}

	.bnr_t_text {
		font-size: 15px;
		line-height: 20px;
		color: #000;
		margin-top: 8px;
		font-style: italic;
	}

	.bnr_t_qto {
		position: absolute;
		width: 24px;
		top: 12px;
		right: 12px;
	}

	.bnr_content .common_button_box {
		margin-top: 25px;
	}

	.common_button_box {
		margin-top: 30px;
		text-align: center;
	}

	.common_button_width {
		max-width: 345px;
	}

	.common_button_top li {
		font-size: 12px;
		line-height: 12px;
		padding: 0 5px;
	}

	.common_button_top li.green-dot {
		padding-left: 26px;
	}

	.green-dot:after {
		top: 3px;
	}

	.common_button {
		height: 57px;
		line-height: 50px;
		font-size: 22px;
	}

	.common_button img {
		width: 18px;
	}

	.common_button_bottom li {
		font-size: 12px;
		line-height: 12px;
	}

	.common_button_bottom li img {
		width: 13px;
		margin: -2px 4px 0 0;
	}

	.button_bx_white .common_button_top {
		color: #fff;
	}

	.button_bx_white .common_button_top li.green-dot {
		border-right: 1px solid #fff;
	}

	.button_bx_white .common_button_bottom li {
		color: #fff;
	}

	.button_bx_white .common_button_bottom li img {
		filter: brightness(0) invert(1);
	}

	/*====scroll_strip====*/
	.scroll_strip_mob {
		float: left;
		width: 100%;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.scroll_strip_mob p {
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		color: #000;
		display: none;
	}

	.scroll_strip {
		float: left;
		width: 100%;
		padding: 10px 0;
		overflow: hidden;

		display: flex;
		flex-wrap: nowrap;
	}

	ul.scroll_strip_list {
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		flex-shrink: 0;
		animation: marquee-horizontal 18s linear infinite;
	}

	ul.scroll_strip_list li {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 12px;
		position: relative;
	}

	ul.scroll_strip_list li img {
		display: inline-block;
		vertical-align: middle;
		height: 36px;
		width: auto;
		max-width: none;
	}

	@keyframes marquee-horizontal {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-100%);
		}
	}


	.section_1 {
		padding: 25px 0 35px;
	}

	.common_heading {
		font-size: 29px;
		line-height: 37px;
	}

	.common_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}

	.s1_bx_img1_mob {
		width: calc(100% + 30px);
		margin: 12px auto 0;
		max-width: none;
		margin-left: -15px;
	}

	.s1_list_heading {
		font-size: 19px;
		line-height: 27px;
		margin-top: 10px;
	}

	.s1_dwn_img_m {
		margin: 10px auto 0;
	}

	ul.s1_list {
		margin: 6px auto 0;
	}

	ul.s1_list li {
		width: 100%;
		text-align: left;
		padding: 14px 0 14px 75px;
		border-bottom: 1px solid #b7b7b7;
	}

	ul.s1_list li:last-child {
		border: none;
	}

	ul.s1_list li img {
		width: 65px;
		position: absolute;
		top: 20px;
		left: 0;
	}

	ul.s1_list li h3 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}

	ul.s1_list li p {
		margin-top: 5px !important;
	}

	ul.s1_list li:before {
		display: none;
	}

	.s1_btm_text1 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.s1_btm_text2 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 8px;
	}

	.section_2 {
		background: #f1fbff;
		padding: 25px 0 35px;
	}

	.s2_mid_wrap {
		margin: 15px auto 0;
		justify-content: center;
	}

	.s2_left {
		width: 100%;
		text-align: center;
	}

	.s2_prod_mob {
		margin-top: 25px;
	}

	.s2_right {
		width: 100%;
		margin-top: 30px;
	}

	ul.s2_list li {
		padding-right: 77px;
	}

	ul.s2_list li h3 {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 12px 34px;
	}

	ul.s2_list li h3:before {
		right: -40px;
	}

	ul.s2_list li h3 span {
		width: 25px;
		height: 25px;
		font-size: 17px;
		line-height: 23px;
	}

	ul.s2_list li img {
		width: 65px;
	}

	.section_3 {
		padding: 25px 0 35px;
	}

	.s3_peoplebx_mob {
		margin: 25px auto 0;
		width: 100%;
	}

	.s3_peoplebx_mob ul.people_list {
		max-width: 345px;
	}

	.s3_peoplebx_mob ul.people_list li {
		width: 31%;
	}

	.s3_reasons_box {
		width: 100%;
		position: relative;
	}

	.s3_bx_header img {
		width: 60px;
	}

	.s3_bx_header h3 {
		width: calc(100% - 60px);
		font-size: 22px;
		line-height: 26px;
		padding-left: 10px;
	}

	.s3_reasons_wrap {
		max-width: 375px;
		margin: 35px auto 0;
		row-gap: 27px;
	}

	.s3_bx_header {
		background: url(../../images/index-v2/s3-down-arw-m.webp) no-repeat right 5px center;
	}

	.s3_bx_header.header-open {
		background: url(../../images/index-v2/s3-up-arw-m.webp) no-repeat right 5px center;
	}

	.s3_bx_mid {
		display: none;
	}

	.section_4 {
		background: #f1fbff;
		padding: 25px 0 35px;
	}

	.s4_mid_wrap {
		margin: 25px auto 0;
	}

	.s4_box {
		width: 100%;
	}

	.s4_innr_box {
		border: none;
		border-radius: 0;
	}

	.s4_beaft_cont {
		width: 49%;
		border: 1px solid #093685;
		border-radius: 6px;
		overflow: hidden;
	}

	.s4_beaft_cont:first-child {
		background: #ffebeb;
	}

	.s4_beaft_cont:last-child {
		background: #e3ffe9;
	}

	.s4_bx_bfaft {
		width: 100%;
		object-fit: cover;
		height: 140px;
	}

	.s4_bx_text {
		padding: 6px;
		font-size: 16px;
		line-height: 16px;
	}

	.s4_bx_text img {
		width: 65px;
	}

	ul.s4_bx_list {
		padding: 10px;
	}

	ul.s4_bx_list li {
		padding: 6px 0 6px 25px;
		font-size: 14px;
		line-height: 18px;
		background-size: 15px !important;
		border-bottom: 1px solid #e4d4d4;
		background-position-y: 11px;
	}

	.s4_beaft_cont:first-child ul.s4_bx_list li {
		background: url(../../images/index-v2/s4-bx-lst-cross.webp) no-repeat left 14px;
	}

	ul.sec4_mob_list {
		width: 100%;
		max-width: 345px;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px auto 0;
	}

	ul.sec4_mob_list li {
		width: 120px;
		background: #fff;
		border: 1px solid #dedede;
		border-radius: 25px;
		padding: 10px 7px 12px;
		text-align: center;
		cursor: pointer;
	}

	ul.sec4_mob_list li:nth-child(1),
	ul.sec4_mob_list li:nth-child(2) {
		width: 102px;
	}

	ul.sec4_mob_list li.active {
		background: #093685;
	}

	ul.sec4_mob_list li p {
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-weight: bold;
	}

	ul.sec4_mob_list li.active p {
		color: #fff;
	}

	.s4_box {
		float: left;
		width: 100%;
		display: none;
		opacity: 0;
	}

	.s4_box.active {
		display: block;
		opacity: 1;
	}

	.section_5 {
		padding: 25px 0 35px;
	}

	.s5_vdo_box {
		margin: 25px auto 0;
	}

	.s5_vdo_box {
		max-width: 342px;
	}

	.s5_vdo_box {
		padding-bottom: 56%;
	}

	ul.s5_list {
		max-width: 400px;
		margin: 5px auto 0;
	}

	ul.s5_list li {
		width: 100%;
		text-align: center;
		margin-top: 90px;
		background: #B2DCF1;
		border-radius: 22px;
		padding: 2px 2px 0 !important;
		background: -webkit-linear-gradient(180deg, rgba(178, 220, 241, 1) 0%, rgba(187, 224, 243, 1) 13%, rgba(221, 240, 249, 1) 27%, rgba(233, 245, 251, 1) 40%, rgba(246, 251, 253, 1) 56%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
		background: -moz-linear-gradient(180deg, rgba(178, 220, 241, 1) 0%, rgba(187, 224, 243, 1) 13%, rgba(221, 240, 249, 1) 27%, rgba(233, 245, 251, 1) 40%, rgba(246, 251, 253, 1) 56%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(180deg, rgba(178, 220, 241, 1) 0%, rgba(187, 224, 243, 1) 13%, rgba(221, 240, 249, 1) 27%, rgba(233, 245, 251, 1) 40%, rgba(246, 251, 253, 1) 56%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B2DCF1", endColorstr="#FFFFFF", GradientType=0);
	}

	.s5_list_mob {
		float: left;
		width: 100%;
		background: #fff;
		padding: 0 15px 20px;
		border-radius: 22px;
	}

	ul.s5_list li:before {
		display: none;
	}

	ul.s5_list li:after {
		display: inline-block !important;
		top: -92px !important;
		bottom: auto !important;
		right: auto;
		left: 50%;
		background: none;
		border-left: 3px dotted #008cd1;
		width: auto;
		height: 50px;
	}

	.s5_icnbx_mob {
		margin: -30px auto 0;
		display: block;
		width: 60px;
		height: 60px;
		background: #008cd1;
		border-radius: 50%;
		position: relative;
	}

	.s5_icnbx_mob:before {
		content: '';
		box-shadow: 0px 0px 0px 8px #fff;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.s5_icnbx_mob img {
		position: static !important;
		display: inline-block;
		vertical-align: middle;
		filter: brightness(0) invert(1);
		width: 42px !important;
		margin-top: 11px;
	}

	ul.s5_list li h3 {
		font-size: 22px;
		line-height: 26px;
		margin-top: 10px;
	}

	ul.s5_list li p {
		margin-top: 12px !important;
	}

	.section_6 {
		background: #f1fbff;
		padding: 25px 0 35px;
	}

	.s6_step_blk {
		margin: 20px auto 10px;
		justify-content: center;
	}

	.s6_step_bx {
		width: 100%;
		padding: 0 0 45px 55px;
		text-align: left;
	}

	.s6_step_bx:after {
		content: '';
		position: absolute;
		top: 20px;
		left: 16px;
		bottom: -12px;
		border-left: 2px dotted #7cbbdb;
	}

	.s6_step_bx:last-child:after {
		display: none;
		padding-bottom: 0;
	}

	.s6_step_bx:last-child {
		padding-bottom: 0;
	}

	.s6_step_bx h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 0;
	}

	.s6_step_bx .common_text {
		letter-spacing: 0.3px;
		margin-top: 5px !important;
	}

	.s6_step_bx:before {
		display: none;
	}

	.s6_vdo_box {
		margin-top: 25px;
	}

	.step_count {
		width: 34px;
		height: 34px;
		font-size: 24px;
		line-height: 31px;
		position: absolute;
		top: 12px;
		left: 0;
		box-shadow: 0px 0px 0px 6px #d3eaf7;
		z-index: 2;
	}

	.section_7 {
		padding: 25px 0 0;
	}

	.compare-row {
		border: 1px solid #5b79ae;
		margin-top: 100px;
	}

	.compare-col1 {
		width: 43%;
	}

	.compare-list li,
	.compare-list li:last-child {
		height: 60px;
		font-size: 16px;
		line-height: 20px;
		padding: 0 10px;
	}

	.compare-icon {
		width: 28px;
	}

	.compare-col2 {
		width: 30%;
		margin: -72px 0;
	}

	.compare-col2 .compare-col-top {
		height: 65px;
	}

	.compare-product1 {
		width: 78px;
	}

	.compare_logo {
		width: 60px;
		margin: 14px auto 0;
	}

	.compare-col2 .compare-list li:last-child {
		height: 28px;
	}

	.compare-col3 {
		width: 27%;
	}

	.compare-col3 .compare-col-top {
		margin-top: -70px;
	}

	.compare-product {
		width: 60px;
	}

	.compare-col-top-inr p {
		font-size: 13px;
		line-height: 16px;
	}

	.guarantee_box {
		width: calc(100% + 30px);
		margin: 140px auto 0;
		margin-left: -15px;
		padding: 0 15px 30px;
		border-radius: 0;
		background: #093685;
	}

	.mnybk_seal_mob {
		margin: -80px auto 0;
		width: 156px;
	}

	.guarantee_content {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.guarantee_content h3 {
		font-size: 32px;
		line-height: 38px;
		margin-top: 12px;
	}

	.section_8 {
		background: #f1fbff;
		padding: 30px 0 35px;
	}

	.rating_box {
		justify-content: center;
		margin: 20px auto 0;
		padding: 0 10px;
	}

	.rate_box2 {
		width: 100%;
	}

	.rate_box2_no {
		font-size: 40px;
		line-height: 40px;
	}

	.rate_box2 img {
		margin-top: 7px;
		width: 108px;
	}

	.rate_box1 {
		width: 100%;
		margin-top: 15px;
	}

	.review_block {
		margin: 20px auto 0;
		row-gap: 20px;
	}

	.review_box {
		padding: 18px 15px 25px;
	}

	.review_star {
		width: 75px;
	}

	.review_heading {
		padding-right: 70px;
	}

	.review_vrfy_box_cont h3 {
		font-size: 17px;
		line-height: 21px;
		margin-top: 7px;
	}

	.review_vrfy_box_cont p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 6px;
	}

	.review_vrfy_box_cont p img {
		width: 10px;
		margin: -2px 4px 0 0;
	}

	.review_img {
		width: 120px;
		border-radius: 10px;
	}

	.review_vrfy_box_cont {
		width: calc(100% - 120px);
	}

	.section_9 {
		padding: 50px 0 35px;
	}

	.offer_box {
		max-width: 390px;
		padding: 15px 12px 22px;
		justify-content: center;
	}

	.offer_text {
		font-size: 15px;
		line-height: 21px;
	}

	.offer_text span {
		padding: 7px 12px;
	}

	.offer_left {
		width: 100%;
		text-align: center;
	}

	.offer_heading {
		font-size: 28px;
		line-height: 32px;
	}

	.offer_points {
		width: 215px;
	}

	.offer_points li {
		font-size: 18px;
		line-height: 26px;
		margin-top: 6px;
		padding-left: 26px;
		background-position: top 3px left;
		background-size: 18px;
	}

	.offer_box .common_button_top li {
		font-size: 11px;
		line-height: 11px;
	}

	.offer_box .common_button_bottom li {
		font-size: 11px;
		line-height: 11px;
	}

	.offer_box .common_button_bottom li img {
		width: 11px;
	}

	.offer_right {
		width: 100%;
		position: relative;
		margin-top: -10px;
		height: 180px;
	}

	.offer_product_m {
		float: left;
		width: calc(100% + 24px);
		margin-left: -12px;
		max-width: none;
	}

	.editor_seal {
		width: 85px;
		top: 24px;
		right: 0;
	}

	.section_10 {
		padding: 30px 0 20px;
		background: #f1fbff;
	}

	.accordion {
		font-size: 18px;
		line-height: 26px;
		padding: 15px 28px 15px 0;
		background-position: right 5px center !important;
		background-size: 14px !important;
	}

	.acdn-content {
		padding: 0 0 5px 0;
		margin-top: -5px;
	}

	.acdn-para {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.footer {
		padding: 0 0 25px;
		border-top: none;
	}

	.foot-logo {
		margin: 18px auto 10px;
		width: 95px;
	}

	.foot_text {
		font-size: 14px;
		line-height: 17px;
		margin-top: 10px;
	}

	#call-btn {
		background: #093685;
		padding: 10px 10px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	#call-btn .common_button_top {
		color: #fff;
	}

	#call-btn .common_button_top li.green-dot {
		border-right: 1px solid #fff;
	}

	#call-btn .common_button_bottom li {
		color: #fff;
	}

	#call-btn .common_button_bottom li img {
		filter: brightness(0) invert(1);
	}
}