@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/* 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: "Inter Tight", sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
       Fonts
------------------------*/
/* @font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
		url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
		url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
		url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
		url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	src: url('InterTight-ExtraBold.woff2') format('woff2'),
		url('InterTight-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	src: url('InterTight-Bold.woff2') format('woff2'),
		url('InterTight-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
} */

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.top-strip {
	float: left;
	width: 100%;
	background: #000;
	padding: 8px 0;
}

.top-strip__text {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
}

.top-strip__text img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	width: 16px;
}

/*-----------------------
CSS FOR NAV BAR
------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

.nav_section {
	background: #fff;
	float: left;
	width: 100%;
	height: 75px;
	top: 75px;
	padding: 10px 0;
	position: relative;
	margin-top: -75px;
}

.fixed-nav .nav_section {
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background: #fff;
	margin-top: 0;
	top: 0;
	border-bottom: 1px solid #d3d8dc;
}

.logo {
	float: left;
	width: 200px;
	margin-top: 6px;
}

ul.menu-list {
	display: inline-block;
	vertical-align: top;
	margin: 18px 0 0 0;
}

ul.menu-list li {
	float: left;
	border-right: 1px solid #b3b3b3;
}

ul.menu-list li:last-child {
	border: none;
}

ul.menu-list li a {
	float: left;
	color: #000;
	font-size: 17px;
	line-height: 17px;
	padding: 0 18px;
}

ul.menu-list li a:hover {
	color: #1cb13d;
}

ul.menu-list li a.active {
	color: #1cb13d;
}

a.nav_btn {
	float: right;
	background: #f67901;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 170px;
	height: 45px;
	line-height: 45px;
	border-radius: 8px;
	font-family: 'Inter Tight';
	font-weight: bold;
	margin: 5px 0 0 20px;
	letter-spacing: 0.5px;
}

/*=====Menu=====*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 16px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
}

.mob-mnu-ic span {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.bar2 {
	margin: 6px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background: #737373;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background: #737373;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 115px;
	background: rgba(255, 255, 255, 1);
	z-index: 10;
	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: 17px 20px;
	font-size: 17px;
	color: #000;
}

.mobilemenu li a:hover {
	color: #000;
}

/*-----------------------
		BANNER
------------------------*/
.banner {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: url(../images/banner-bg.webp)#fdffe9 no-repeat center top;
}

.banner__left {
	float: left;
	width: 48%;
	position: relative;
	margin-top: 15px;
}

.banner__seal_box {
	float: left;
	width: 95px;
}

.banner__seal_list {
	float: left;
	width: 100%;
	margin-top: 18px;
}

.banner__seal_list img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 87px;
}

.banner__product {
	position: absolute;
	top: 0;
	left: 100px;
}

.banner__right {
	float: right;
	width: 52%;
	text-align: left;
}

.banner__rating {
	font-size: 15px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.3px;
}

.banner__rating img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 7px 0 0;
	width: 86px;
}

.banner__heading {
	color: #083b0b;
	font-size: 52px;
	line-height: 55px;
	font-family: 'Inter Tight';
	font-weight: 800;
}

.banner__text {
	font-size: 17px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ea999a;
}

.banner__point_head {
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-top: 25px;
	position: relative;
	padding-left: 35px;
}

.banner__point_head img {
	position: absolute;
	top: -3px;
	left: 0;
	width: 26px;
}

.banner__points {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.banner__points li {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-left: 35px;
	background: url(../images/banner-check.webp) no-repeat 0 2px;
	background-size: 19px;
	color: #000;
	font-size: 19px;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.button__box {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.button__width {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 400px;
	text-align: center;
}

.deal-text {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	letter-spacing: 0.3px;
}

.deal-text img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 0;
	width: 18px;
}

.common__button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 65px;
	background: #f67901;
	border-radius: 6px;
	color: #fff;
	font-size: 23px;
	line-height: 65px;
	font-family: 'Inter Tight';
	font-weight: bold;
	letter-spacing: 0.3px;
}

.common__button img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}

ul.button-box__list {
	margin: 15px auto 0;
	width: 100%;
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
    gap: 15px;
}

ul.button-box__list li {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.2px;
	text-align: left;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.button-box__list li img {
	margin-right: 9px;
	width: 22px;
}

ul.button-box__list li:nth-child(2) img {
	width: 28px;
}

/*-----------------------
Section-1
------------------------*/
.section-1 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 110px;
	position: relative;
}

.section-1:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -45px;
	background: url(../images/s1-dwn-arrw.webp) no-repeat center bottom;
	width: 74px;
	height: 126px;
	margin-left: -37px;
}

.s1_left_side {
	float: left;
	width: 53%;
	text-align: left;
}

.common_heading {
	font-size: 45px;
	line-height: 52px;
	color: #000;
	font-family: 'Inter Tight';
	font-weight: 800;
}

.common_text {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 20px;
}

.s1_left_img {
	float: left;
	border-radius: 12px;
	margin-top: 30px;
}

.s1_right_side {
	float: right;
	width: 41%;
}

ul.s1_list {
	float: left;
	width: 100%;
}

ul.s1_list li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #b7b7b7;
	padding: 27px 10px 27px 86px;
	position: relative;
}

ul.s1_list li:last-child {
	border: none;
}

ul.s1_list li img {
	position: absolute;
	top: 34px;
	left: 0;
	width: 70px;
}

ul.s1_list li h3 {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
}

ul.s1_list li p {
	margin-top: 8px !important;
}

.s1_mango_img {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.s1_btm_heading {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 800;
	margin-top: 5px;
}

.s1_btm_ln {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 12px 0 0;
}

.s1_btm_ln2 {
	transform: scaleX(-1);
	margin: -3px 0 0 12px;
}

.s1_btm_text {
	font-size: 19px;
	line-height: 29px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 18px;
}

/*-----------------------
Section-2
------------------------*/
.section-2 {
	background: #fffbf8;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.sec2_left {
	float: left;
	width: 51%;
	text-align: left;
}

.common_sub_text {
	font-size: 20px;
	line-height: 26px;
	color: #8eb517;
	font-family: 'Inter Tight';
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
}

.s2_prod {
	float: left;
	margin: 27px 0 -15px -47px;
}

.sec2_right {
	float: right;
	width: 46%;
	margin-top: 30px;
}

.sec2_rgt_box {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	padding: 5px 22px 30px;
}

.s2_bx_row {
	float: left;
	width: 100%;
}

.s2_bx_col {
	margin: 0 auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px solid #000;
	padding: 25px 0;
}

.s2_col_heading {
	font-size: 19px;
	line-height: 23px;
	color: #000;
	text-align: left;
	font-weight: 800;
	width: 120px;
}

.s2_col_content {
	width: calc(100% - 120px);
	text-align: left;
	padding-left: 30px;
}

.s2_col_cont_text {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	letter-spacing: 0.3px;
}

ul.s2_col_bx_list {
	float: left;
	width: 100%;
}

ul.s2_col_bx_list li {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	color: #000;
	letter-spacing: 0.3px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 4px;
}

ul.s2_col_bx_list li:last-child {
	margin-bottom: 0;
}

ul.s2_col_bx_list li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background: #000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.s2_bx_col_last {
	border: none;
}

.s2_bx_col_last .banner__seal_box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 25px auto 0;
}

.s2_bx_col_last .banner__seal_list {
	width: 20%;
	margin: 0;
}

.s2_bx_col_last .banner__seal_list img {
	width: 77px;
}

/*-----------------------
Section-3
------------------------*/
.section-3 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.s3_benefits_box {
	float: left;
	width: 100%;

	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}

.s3_benefit_col {
	float: left;
	width: 27.5%;
	margin-top: 50px;
	text-align: left;
	padding: 0;
}

.s3_benefit_col img {
	display: block;
	margin: 0 auto 20px;
	width: 191px;
}

.s3_benefit_col h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

.s3_benefit_col p {
	font-size: 19px;
	line-height: 27px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 15px;
}

/*-----------------------
Section-5
------------------------*/
.section-5 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.expert {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 1060px;
	margin-top: 65px;
}

.expert_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 60px;
}

.expert_box:last-child {
	padding-bottom: 0;
}

.flex-reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.expert_box:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	border-left: 2px dotted #8ec640;
	height: 100%;
}

.expert_box:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 34px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0f4734;
	box-shadow: 0px 0px 0px 7px #8ec6406b;
}

.expert_box:last-child:before {
	bottom: 250px;
	height: auto;
}

.expert_duration {
	width: 40.5%;
	position: relative;
	text-align: right;
	padding: 6px 0 0 0;
}

.expert_flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	min-height: 72px;
}

.flex-reverse .expert_flex {
	text-align: left;
	justify-content: flex-start;
}

.expert_duration p {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.expert_duration img {
	width: 44px;
	margin-right: 15px;
}

.flex-reverse .expert_duration p {
	text-align: left;
}

.expert_content {
	width: 40.5%;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fffbf8;
	padding: 20px 25px 25px;
	text-align: left;
	position: relative;
}

.expert_content h3 {
	font-size: 25px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
}

.expert_content p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 12px;
}

.expert_content:before {
	content: '';
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #000;
	left: -15px;
	top: 30px;
}

.flex-reverse .expert_content:before {
	border-right: none;
	border-left: 15px solid #000;
	left: auto;
	right: -15px;
}

.note_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 670px;
	background: #fff8ed;
	border: 1px solid #f4cb8c;
	border-radius: 6px;
	text-align: left;
	position: relative;
	padding: 14px 10px 12px 75px;
	margin-top: 80px;
}

.note_box img {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 45px;
	margin-top: -22.5px;
}

.note_box p {
	font-size: 17px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.3px;
}

/*-----------------------
Section-6
------------------------*/
.section-6 {
	background: #fffbf8;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.compare_Box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 850px;
	margin-top: 40px;
}

.compare_col1 {
	float: left;
	width: 26%;
	margin-top: 21px;
}

.compare_top {
	height: 165px;
	position: relative;
	padding: 0 10px;
}

.compare_Prod {
	display: block;
	margin: 10px auto 0;
}

.compare_top p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}

ul.compare_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

ul.compare_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 135px;
	border-bottom: 1px solid #000;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 600;
}

ul.compare_list li:last-child {
	border-bottom: none;
}

.compare_col1 ul.compare_list li {
	text-align: left;
}

.compare_col2 {
	float: left;
	width: 37%;
	background: #fff;
	border: 1px solid #000;
	padding: 20px 0 0;
	border-radius: 12px;
}

.compare_col2 ul.compare_list li {
	justify-content: center;
	padding: 0 13px;
	align-content: center;
}

.compare-icn {
	display: block;
	margin: 0 auto;
	width: 34px;
}

.comp_text {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin-top: 8px;
}

.compare_col3 {
	float: left;
	width: 37%;
	margin-top: 21px;
}

.compare_col3 ul.compare_list li {
	justify-content: center;
	padding: 0 7px;
	align-content: center;
}


.guarantee_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 836px;
	background: #fff;
	border: 1px solid #e17c42;
	margin: 50px auto 0;
	padding: 20px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}

.guarantee_seal {
	display: block;
	margin: 0 auto;
	width: 144px;
}

.guarantee_cont_bx {
	width: calc(100% - 144px);
	padding-left: 20px;
	text-align: left;
}

.guarantee_cont_bx h3 {
	font-size: 32px;
	line-height: 40px;
	color: #000;
	font-family: 'Inter Tight';
	font-weight: 800;
}

.guarantee_cont_bx p {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 15px;
}

/*----------
/*-----------------------
Section-7
------------------------*/
.section-7 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.package_outer-mob{
    position: relative;
}

.show-mob.blur_sec,
.package_section.blur_sec{
    filter: blur(15px);
}

.splOfr_btn{
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    width: 90%;
    max-width: 420px;
    padding: 12px 10px;
    background: #f67901;
    border-radius: 6px;
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    font-family: 'Inter Tight';
    font-weight: bold;
    letter-spacing: 0.3px;
    z-index: 9;
    text-transform: capitalize;
}

.package_section {
	width: 100%;
	margin: 60px auto 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.package {
	float: left;
	width: 32%;
	background: #fff;
	padding: 30px 15px 20px;
	border: 2px solid #1c404c;
	border-radius: 10px;
	position: relative;
	background: #fffbf8;
}

.pkage1 {
	order: 1;
}

.pkage2 {
	order: 2;
}

.pkage3 {
	order: 3;
}

.most-popular {
	position: absolute;
	width: 170px;
	left: 50%;
	transform: translateX(-50%);
	top: -19px;
	background: #b8b806;
	border-radius: 45px;
	padding: 6px 5px 7px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: bold;
}

.most-value {
	background: #00cb35;
}

.pkage_heading {
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.pkage_prod_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 270px;
	margin: 25px auto 0;
	position: relative;
}

.pkage_prod {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 270px;
}

.subs-seal {
	position: absolute;
	right: 20px;
	top: -5px;
	background: url(../images/seal-bg.webp) no-repeat center center;
	width: 46px;
	height: 46px;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subs-seal p {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	font-weight: 600;
}

.pkage_price-row {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 15px auto 0;
}

.pkage_retail-price {
	font-size: 20px;
	line-height: 26px;
	color: #858585;
	font-weight: 500;
}

.pkage_retail-price span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.pkage_retail-price span:after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: 12px;
	border-top: 2px solid #f00;
	transform: rotate(-10deg);
}

.pkage_offer-price {
	font-size: 40px;
	line-height: 40px;
	color: #222222;
	font-weight: 700;
	margin-top: 15px;
}

.pkage_per-bottle {
	font-size: 15px;
	line-height: 17px;
	color: #454545;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 8px;
}

.purchase-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
}

.purchase-box-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #e3e1e1;
	padding: 10px 10px;
	margin-top: 10px;
	cursor: pointer;
}

.purchase-box-inner.active {
	background: #fff9db;
	border-color: #000;
}

.purchase-option {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.purchase-option-left {
	float: left;
	padding-left: 27px;
	position: relative;
	text-align: left;
}

.purchase-check {
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
}

.purchase-check:checked {
	background-color: #000;
	background-image: url(../images/subcribe-tick.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	border-color: #000;
}

.purchase-heading {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-weight: 700;
}

.purchase-option-right {
	float: right;
}

.purchase-ratail-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: 500;
	position: relative;
}

.purchase-ratail-price:before {
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: 8px;
	border-top: 2px solid #f00;
	transform: rotate(-20deg);
}

.purchase-offer-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 19px;
	color: #000;
	font-weight: 500;
	padding-left: 8px;
}

.purchase-list {
	float: left;
	width: 100%;
	padding-left: 34px;
	margin-top: 5px;
}

.purchase-list li {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 17px;
	color: #454545;
	margin-top: 8px;
	padding-left: 20px;
	background: url(../images/purchase-tick.webp) no-repeat left 3px;
	background-size: 12px;
}

.btn_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 25px;
}

.btn-text1 {
	font-size: 16px;
	line-height: 18px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}

.btn-text2 {
	font-size: 14px;
	line-height: 15px;
	color: #000;
	margin-top: 10px;
}

.btn-icn-one {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	margin: -4px 8px 0 0;
}

.package_btn {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 7px;
	letter-spacing: 0.3px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #f67901;
}

.pkg_btn_arw {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
	width: 18px;
}

.btn-icn-two {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	margin: -1px 5px 0 0;
}

.pkage-card-img {
	display: block;
	margin: 18px auto 0;
	max-width: 110px;
}

/*-----------------------
Section-8
------------------------*/
.section-8 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fffbf8;
}

.faq-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 830px;
	margin: 25px 0 10px;
}

.faq-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
}

.faq-row:last-child {
	border-bottom: none;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close.webp) no-repeat 98% center;
	background-size: 14px;
	padding: 20px 35px 20px 0;
	font-size: 19px;
	line-height: 27px;
	font-weight: bold;
	color: #000000;
	position: relative;
	cursor: pointer;
}

.acdn-heading.accordion-open {
	background: url(../images/open.webp) no-repeat 98% center;
	background-size: 14px;
}

.acdn-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 80px 5px 0;
	margin-top: -10px;
}

.acdn-para {
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
}

/*-----------------------
Footer
------------------------*/
.footer {
	background: #fff;
	float: left;
	width: 100%;
	padding: 50px 0;
}

.foot-logo {
	display: block;
	margin: 0 auto 25px;
	width: 180px;
}

.foot_txt1 {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.foot_txt1 a {
	color: #000;
	padding: 0 8px;
}


/*--------------------PLUSE--------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
	}
}


/*=======Media Query========*/
.show-mob,
.show-tab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	.hide-1200 {
		display: none;
	}

	.banner__heading {
		font-size: 45px;
		line-height: 53px;
	}

	.banner__product {
		left: 100px;
		width: 365px;
	}

	.s3_benefit_col {
		width: 31%;
	}

	.purchase-option-left {
		padding-left: 18px;
	}

	.purchase-check {
		top: 3px;
		width: 14px;
		height: 14px;
	}

	.purchase-heading {
		font-size: 14px;
		line-height: 18px;
	}

	.purchase-offer-price {
		font-size: 13px;
		line-height: 19px;
		padding-left: 3px;
	}

	.purchase-list {
		padding-left: 22px;
		margin-top: 3px;
	}

	.purchase-list li {
		font-size: 13px;
		line-height: 15px;
		margin-top: 6px;
		padding-left: 17px;
		background-size: 10px;
	}


}


@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}
    .nav_section .container{
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	ul.menu-list {
		display: none;
	}

	a.nav_btn {
		margin: 5px 50px 0 0;
	}

	.banner__left {
		width: 44%;
	}

	.banner__seal_list {
		margin-top: 12px;
	}

	.banner__seal_list:first-child {
		margin-top: 1px;
	}

	.banner__seal_box {
		width: 62px;
	}

	.banner__product {
		left: 70px;
		width: 265px;
	}

	.banner__heading {
		font-size: 35px;
		line-height: 43px;
	}

	.banner__right {
		width: 53.5%;
	}

	.banner__point_head {
		font-size: 22px;
		line-height: 22px;
		padding-left: 28px;
	}

	.banner__point_head img {
		width: 21px;
	}

	.banner__points {
		margin-top: 15px;
	}

	.banner__points li {
		padding-left: 31px;
		background-size: 18px;
		font-size: 18px;
		line-height: 26px;
	}

	.common_heading {
		font-size: 33px;
		line-height: 41px;
	}

	.section-1 {
		padding: 50px 0 60px;
	}

	.s1_left_side {
		width: 48%;
	}

	.s1_right_side {
		width: 47%;
	}

	ul.s1_list li img {
		width: 50px;
	}

	ul.s1_list li {
		padding: 20px 10px 20px 59px;
	}

	ul.s1_list li img {
		top: 24px;
	}

	ul.s1_list li h3 {
		font-size: 21px;
		line-height: 27px;
	}

	.s1_mango_img {
		width: 90px;
		margin-top: 0;
	}

	.s1_btm_heading {
		font-size: 22px;
		line-height: 28px;
	}

	.section-1:before {
		background-size: cover;
		width: 52px;
		height: 95px;
		margin-left: -26px;
	}

	.section-2 {
		padding: 50px 0 60px;
	}

	.sec2_left {
		width: 47%;
	}

	.sec2_right {
		width: 49.5%;
	}

	.s2_col_heading {
		width: 109px;
		font-size: 18px;
		line-height: 21px;
	}

	.s2_col_content {
		width: calc(100% - 109px);
		padding-left: 20px;
	}

	.s2_bx_col_last .banner__seal_list img {
		width: 57px;
	}

	.sec2_rgt_box {
		padding: 5px 22px 20px;
	}

	.section-3 {
		padding: 50px 0 60px;
	}

	.s3_benefit_col img {
		width: 151px;
	}

	.s3_benefit_col h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.s3_benefit_col p {
		font-size: 17px;
		line-height: 25px;
		margin-top: 12px;
	}

	.section-5 {
		padding: 50px 0 60px;
	}

	.expert_box {
		padding-bottom: 50px;
	}

	.expert_content {
		padding: 20px 20px 22px;
	}

	.expert_duration p {
		font-size: 26px;
		line-height: 32px;
	}

	.expert_duration img {
		width: 35px;
		margin-right: 12px;
	}

	.expert_content h3 {
		font-size: 23px;
		line-height: 24px;
	}

	.expert_content p {
		font-size: 17px;
		line-height: 25px;
	}

	.note_box {
		margin-top: 50px;
	}

	.section-6 {
		padding: 50px 0 60px;
	}

	.compare_col2 ul.compare_list li {
		padding: 0 10px;
	}

	.comp_text {
		font-size: 16px;
		line-height: 26px;
	}

	ul.compare_list li {
		font-size: 17px;
		line-height: 21px;
	}

	.section-7 {
		padding: 50px 0 60px;
	}

	.package_section {
		margin: 50px auto 0;
	}

	.package {
		padding: 25px 10px 20px;
	}

	.most-popular {
		width: 132px;
		font-size: 15px;
		line-height: 18px;
	}

	.pkage_heading {
		font-size: 34px;
		line-height: 34px;
	}

	.pkage_retail-price {
		font-size: 18px;
		line-height: 24px;
	}

	.pkage_offer-price {
		font-size: 35px;
		line-height: 35px;
		margin-top: 12px;
	}

	.pkage_per-bottle {
		font-size: 14px;
		line-height: 16px;
	}

	.btn-text2 {
		font-size: 14px;
		line-height: 15px;
	}

	.btn-icn-one {
		width: 20px;
	}

	.package_btn {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}

	.pkg_btn_arw {
		margin: -2px 0 0 5px;
		width: 13px;
	}

	.btn-text2 {
		font-size: 12px;
		line-height: 12px;
	}

	.btn-icn-two {
		width: 12px;
	}

	.section-8 {
		padding: 50px 0 60px;
	}

}

@media only screen and (max-width:991px) {
    .purchase-box-inner{
        padding: 10px 7px;
    }
    .purchase-heading {
        font-size: 13px;
    }
}


@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 {
		padding: 10px 0 8px;
	}

	.top-strip__text {
		font-size: 13px;
		line-height: 13px;
	}

	.mobilemenu {
		top: 89px;
	}

	.mobimenu-top {
		top: 55px;
	}

	a.nav_btn {
		display: none;
	}

	.logo {
		width: 130px;
		margin-top: 0;
	}

	.mob-mnu-ic {
		top: 6px;
		right: 15px;
	}

	.top-fix-bar {
		margin-bottom: 55px;
	}

	.nav_section {
		height: 55px;
		top: 55px;
		margin-top: -55px;
	}

	.banner {
		padding: 20px 0 30px;
	}

	.banner__right {
		width: 100%;
		text-align: center;
	}

	.banner__heading {
		font-size: 30px;
		line-height: 38px;
	}

	.banner__left {
		float: none;
		margin: 15px auto 0;
		width: 100%;
		max-width: 345px;
	}

	.banner__product {
		position: static;
	}

	.banner__seal_box {
		width: 56px;
	}

	.banner__text {
		font-size: 16px;
		line-height: 25px;
	}

	.banner__point_head img {
		width: 18px;
		top: -1px;
	}

	.banner__points {
		margin-top: 15px;
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 345px;
	}

	.banner__point_head {
		font-size: 19px;
		line-height: 20px;
		text-align: left;
		padding-left: 24px;
	}

	.banner__points {
		margin-top: 15px;
	}

	.banner__points li {
		padding-left: 30px;
		text-align: left;
		background-size: 17px;
		font-size: 17px;
		line-height: 25px;
		margin-top: 8px;
		background-position: 0 4px;
	}

	.button__box {
		margin-top: 30px;
	}

	.common__button {
		height: 55px;
		font-size: 21px;
		line-height: 55px;
	}

	.section-1 {
		padding: 30px 0 45px;
	}

	.s1_left_side {
		width: 100%;
	}

	.common_heading {
		font-size: 28px;
		line-height: 36px;
	}

	.common_sub_text {
		font-size: 17px;
		line-height: 22px;
	}

	.common_text {
		font-size: 16px;
		line-height: 24px;
	}

	.s1_right_side {
		width: 100%;
		margin-top: 10px;
	}

	.s1_left_img {
		margin-top: 25px;
	}

	ul.s1_list li {
		padding: 15px 10px 15px 59px;
	}

	ul.s1_list li h3 {
		font-size: 20px;
		line-height: 26px;
	}

	ul.s1_list li p {
		margin-top: 7px !important;
	}

	.s1_mango_img {
		width: 75px;
	}

	.s1_btm_heading {
		font-size: 17px;
		line-height: 22px;
	}

	.s1_btm_ln {
		margin: -3px 8px 0 0;
		width: 45px;
		display: none;
	}

	.s1_btm_ln2 {
		margin: -3px 0 0 8px;
	}

	.s1_btm_text {
		font-size: 17px;
		line-height: 25px;
		margin-top: 20px;
	}

	.section-1:before {
		width: 26px;
		height: 60px;
		margin-left: -13px;
		bottom: -30px;
	}

	.section-2 {
		padding: 50px 0 35px;
	}

	.sec2_left {
		width: 100%;
		text-align: center;
	}

	.sec2_right {
		width: 100%;
		margin: 25px 0 5px;
	}

	.s2_prod {
		display: block;
		margin: 20px auto 0;
	}

	.s2_col_heading {
		width: 95px;
		font-size: 16px;
		line-height: 18px;
	}

	.s2_col_content {
		width: calc(100% - 95px);
		padding-left: 15px;
	}

	.sec2_rgt_box {
		padding: 5px 15px 10px;
	}

	.s2_bx_col {
		padding: 20px 0;
	}

	.s2_col_cont_text {
		font-size: 15px;
		line-height: 23px;
	}

	.s2_bx_col_last .banner__seal_box {
		margin: 20px auto 0;
	}

	.s2_bx_col_last .banner__seal_list {
		width: 18%;
	}

	ul.s2_col_bx_list li {
		font-size: 14px;
		line-height: 22px;
	}

	ul.s2_col_bx_list li:before {
		top: 8px;
	}

	.section-3 {
		padding: 30px 0 35px;
	}

	.s3_benefits_box {
		padding: 0 20px;
		float: none;
		max-width: 400px;
		margin: 0 auto 5px;
	}

	.s3_benefit_col {
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}

	.s3_benefit_col img {
		margin: 0 auto 15px;
		width: 126px;
	}

	.s3_benefit_col h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.s3_benefit_col p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 12px;
	}

	.section-5 {
		padding: 30px 0 35px;
	}

	.expert {
		margin-top: 30px;
	}

	.expert_box {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding-left: 35px;
		padding-bottom: 35px;
	}

	.expert_box:before {
		left: 8px;
		top: 10px;
	}

	.expert_box:after {
		left: 12px;
		top: 6px;
		width: 16px;
		height: 16px;
		box-shadow: 0px 0px 0px 5px #8ec6406b;
	}

	.expert_duration {
		width: 100%;
		padding: 0 0 15px 0;
	}

	.expert_flex {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		align-items: flex-start;
		min-height: auto;
	}

	.expert_duration img {
		width: 25px;
	}

	.expert_duration p {
		font-size: 24px;
		line-height: 26px;
		text-align: left;
	}

	.expert_content h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.expert_content {
		width: 100%;
		padding: 13px 15px 15px;
	}

	.note_box p {
		font-size: 16px;
	}

	.expert_content:before,
	.flex-reverse .expert_content:before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #000;
		left: -10px;
		top: 20px;
		right: auto;
		border-left: none;
	}

	.expert_box:last-child:before {
		bottom: 310px;
	}

	.note_box {
		margin: 35px 0 5px;
		padding: 14px 10px 14px 65px;
	}

	.note_box img {
		top: 8px;
		left: 16px;
		width: 36px;
		margin-top: 0;
	}

	.section-6 {
		padding: 30px 0 35px;
	}

	.compare_Box {
		margin-top: 30px;
	}

	.compare_col1 {
		width: 24%;
		margin-top: 11px;
	}

	ul.compare_list li {
		height: 100px;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 3px !important;
	}

	.compare_col1 ul.compare_list li {
		text-align: left;
		padding-left: 0 !important;
	}

	.compare_top {
		height: 145px;
		padding: 0 9px;
	}

	.compare_Prod {
		height: 90px;
	}

	.compare_top p {
		font-size: 15px;
		line-height: 18px;
	}

	.compare_col2 {
		padding: 10px 0 0;
		border-radius: 10px;
	}

	.compare_col2 {
		width: 39%;
	}

	.compare_col3 {
		width: 37%;
		margin-top: 11px;
	}

	.compare-icn {
		width: 20px;
	}

	.comp_text {
		font-size: 11px;
		line-height: 14px;
		margin-top: 8px;
	}

	.guarantee_box {
		margin: 40px auto 0;
		padding: 20px 20px;
	}

	.guarantee_cont_bx {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.guarantee_seal {
		width: 95px;
		margin: 0 auto 10px;
	}

	.guarantee_cont_bx h3 {
		font-size: 21px;
		line-height: 28px;
	}

	.guarantee_cont_bx p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}

	.section-7 {
		padding: 30px 0 35px;
	}

	.package_outer-mob {
		padding: 25px 10px 20px;
		border: 2px solid #162155;
		border-radius: 10px;
		margin-top: 30px;
	}

    .splOfr_btn{
        top: 50px;
    }

	.package_quantity-m {
		display: flex;
		justify-content: space-between;
	}

	.package_quantity-m li {
		width: 31.50%;
		background: #f4f4f4;
		border-radius: 10px;
		padding: 17px 10px 10px;
		font-size: 16px;
		line-height: 35px;
		font-weight: bold;
		color: #000000;
		position: relative;
		text-transform: uppercase;
	}

	.package_quantity-m li.active {
		background: #f5be0b;
		color: #000;
	}

	.package_quantity-m li span {
		font-size: 50px;
		line-height: 40px;
		display: block;
	}

	.value-strip {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -9px;
		background: #b8b806;
		border-radius: 45px;
		padding: 3px 2px;
		font-size: 11px;
		line-height: 11px;
		font-weight: 600;
		color: #fff;
		width: 85px;
		text-transform: capitalize;
	}

    .value-strip.most-value{
        background: #00cb35;
    }

	.package_section {
		margin: 0 auto;
	}

	.package {
		width: 100%;
		border: none;
		border-radius: 0;
		padding: 0;
		display: none;
	}

	.package.active {
		display: block;
	}

	.pkage_prod_box {
		max-width: 330px;
	}

	.pkage_prod {
		width: 300px;
	}

	.pkage_retail-price {
		font-size: 20px;
		line-height: 24px;
	}

	.pkage_offer-price {
		font-size: 40px;
		line-height: 40px;
		margin-top: 10px;
	}

	.purchase-heading {
		font-size: 15px;
		line-height: 20px;
	}

	.purchase-ratail-price {
		font-size: 16px;
		line-height: 18px;
	}

	.purchase-offer-price {
		font-size: 16px;
		line-height: 18px;
		padding-left: 10px;
	}

	.package .btn-text1 {
		font-size: 15px;
		line-height: 18px;
	}

	.package .btn-text2 {
		font-size: 13px;
		line-height: 15px;
	}

	.package_btn {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.pkg_btn_arw {
		width: 16px;
		margin: -2px 0 0 5px;
	}

	.pkage-card-img {
		width: 170px;
	}

	.purchase-check {
		width: 18px;
		height: 18px;
	}

	.purchase-option-left {
		padding-left: 26px;
	}

	.btn_box {
		max-width: 320px;
	}

	.section-8 {
		padding: 30px 0 35px;
	}

	.faq-box {
		margin: 15px 0 0;
	}

	.accordion {
		background-size: 12px !important;
		padding: 15px 30px 15px 0;
		font-size: 18px;
		line-height: 26px;
	}

	.acdn-content {
		padding: 0 10px 5px 0;
		margin-top: -5px;
	}

	.acdn-para {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.footer {
		padding: 30px 0;
	}

	.foot-logo {
		width: 150px;
		margin: 0 auto 20px;
	}

	.foot_txt1 {
		font-size: 15px;
		line-height: 16px;
		margin-top: 13px;
	}

	.foot_txt1 a {
		padding: 0 4px;
	}

}

@media only screen and (max-width: 575px) {
	.common__button {
		height: 47px;
		font-size: 18px;
		line-height: 47px;
	}

	ul.button-box__list {
		flex-direction: column;
        gap: 5px;
	}

	ul.button-box__list li {
		justify-content: center;
	}

	ul.button-box__list li+li {
		margin-top: 5px;
	}

	ul.button-box__list li br {
		display: none;
	}
    .note_box img {
        top: 20px
    }
}

@media only screen and (max-width: 475px) {
	.banner__heading {
		font-size: 27px;
		line-height: 35px;
	}

	.common_heading {
		font-size: 22px;
		line-height: 32px;
	}

	.s3_benefit_col h3 {
		font-size: 19px;
	}

	.banner__seal_box {
		width: 45px;
	}

	.banner__product {
		width: 205px;
	}

	.expert_duration p {
		font-size: 22px;
	}
    .foot_txt1 a {
        display: inline-block;
        padding: 4px 4px;
    }
}