@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: 'Inter';
	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 NAV BAR
------------------------*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.nav_section{
	background:#fff;
	float:left;
	width:100%;
	height:80px;
	top: 80px;
	padding:10px 0;
	position:relative;
	margin-top:-80px;
	}
.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;
	-webkit-box-shadow:1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	}	
	
.logo{
	float:left;
	width:137px;
	margin-top: 28px;
	}	
ul.menu-list{
	display:inline-block;
	vertical-align:top;
	margin:22px 0 0 40px;
	}
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:#cf1c23;}
ul.menu-list li a.active{ color:#cf1c23;}
a.nav_btn{
    float: right;
    background: #1cb13d;
    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: 0;
    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:80px;
	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:80px;}	
.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 60px;
	background:url(../images/banner-bg.webp)#fff8f6 no-repeat center top;
	position:relative;
	overflow:hidden;
	}
.banner__left{
	float:left;
	width:49%;
	text-align:left;
	}
.banner__rating{
	font-size:15px;
	line-height:19px;
	color:#000;
	letter-spacing:0.3px;
	}
.banner__rating img{
    display: inline-block;
    vertical-align: middle;
    margin: -6px 7px 0 0;
    width: 80px;
	}
.banner__heading{
	font-size: 52px;
    line-height: 55px;
	font-family: 'Inter Tight';
    font-weight: 800;
	color:#000;
	margin-top:10px;
	}
.banner__heading span{
	background: linear-gradient(90deg, rgba(162, 61, 149, 1) 0%, rgba(170, 54, 132, 1) 10%, rgba(176, 50, 121, 1) 21%, rgba(187, 41, 99, 1) 33%, rgba(199, 32, 75, 1) 61%, rgba(217, 19, 41, 1) 75%, rgba(226, 12, 22, 1) 88%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}	
.banner__text{
	font-size:17px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:12px;
	}
.bnr_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:22px;
	position:relative;
	}	
.bnr_strip:before, .bnr_strip:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	height: 1px; 
	background: #A43B90;
background: linear-gradient(90deg, rgba(164, 59, 144, 1) 0%, rgba(167, 57, 138, 1) 10%, rgba(185, 66, 128, 1) 21%, rgba(227, 129, 149, 1) 33%, rgba(238, 162, 172, 1) 61%, rgba(244, 186, 191, 1) 75%, rgba(251, 220, 220, 1) 88%, rgba(254, 238, 236, 1) 99%);  
	}	
.bnr_strip:after{
	top:auto;
	bottom:0;
	}	
	
.bnr_strip_innr{
	margin:0 auto 0;
	width:100%;
	text-align:left;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	column-gap:8px;
	position:relative;
	padding:8px 0;
	}	
.bnr_strip_innr img{ width:57px;}	
.bnr_strip_innr p{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.banner__points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	}
.banner__points li{
	float:left;
	width:100%;
	background:url(../images/banner-check.webp) no-repeat left 4px;
	background-size:19px;
	color:#000;
	text-align:left;
	font-size:19px;
	line-height:27px;
	font-weight:600;
	letter-spacing:0.3px;
	padding-left:32px;
	margin-top:10px;
	}
.button__box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.banner .button__box{ margin-top:35px;}	
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	text-align:center;
	}
.common__button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    background: #1cb13d;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    line-height: 64px;
    font-family: 'Inter Tight';
    font-weight: bold;
    letter-spacing: 0.3px;
	}
ul.button-box__list{
	margin: 10px auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	}
ul.button-box__list li{
	font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2px;
    text-align: left;
	padding:0 20px;
	position:relative;
	
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
ul.button-box__list li:before{
	content:'';
	position:absolute;
	top:2px;
	bottom:2px;
	right:0;
	background:#a4a4a4;
	width:1px;
	}
ul.button-box__list li:last-child:before{ display:none;}		
ul.button-box__list li:last-child{padding-right:0;}	
ul.button-box__list li:first-child{ padding-left:0;}	
ul.button-box__list li img{ margin-right:9px; width:22px;}	
ul.button-box__list li:nth-child(2) img{ width: 16px; margin:1px 6px 0 0;}

.banner_product{
    position: absolute;
    top: -50px;
    right: -60px;
	}
	
/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 110px;
	position:relative;
	}	
.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_compare_wrap{
	margin:70px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}			
.s1_prodbx{ width:42.6%;}	
.s1_prodbx img{
	float:left;
	margin-left: -44px;
	}
	
	
.s1_content_box{
	width:57%;
	}	
.s1-right-box{
	float:left;
	width:100%;
	text-align:left;
	}
.s1-rgt-box-col{
	width:50%;
	border-radius:10px;
	background:#fff7f7;
	}
.s1-rgt-box-col.col2{
	background:#d81947;
	border:2px solid #d81947;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	}
.s1-col-top{
	float:left;
	width:100%;
	padding:30px 10px 30px 90px;
	background:#f8eded;
	position:relative;
	border-radius:10px 10px 0 0;
	}
.s1-rgt-box-col.col2 .s1-col-top{ background:#fff; border-radius:8px 8px 0 0;}
.s1-col-top p{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.s1-col-prod{
	position:absolute;
	left:20px;
	top:14px;
	width:60px;
	}
ul.s1-box-col-list{
	float:left;
	width:100%;
	padding:20px 25px 25px;
	}
ul.s1-box-col-list li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #fbe8ec;
	background:url(../images/s1-cross.webp) no-repeat left 15px;
	background-size:24px !important;
	padding:15px 0 15px 35px;
	font-size:18px;
	line-height:26px;
	font-weight:600;
	color:#000000;
	}
	
ul.s1-box-col-list li:last-child{ border-bottom:none !important;}
.col2 ul.s1-box-col-list li{
	border-bottom:1px solid #e45e7f;
	background:url(../images/s1-chk.webp) no-repeat left 15px;
	color:#ffffff;
	}	
	
/*-----------------------
Section-2
------------------------*/	
.section-2{
	background: #fff7f7;
    float: left;
    width: 100%;
    padding: 215px 0 70px;
    position: relative;
	overflow-x: clip;
	}
.section-2:before{
    background-color: #fff;
    position: absolute;
    right: -1px;
    left: -1px;
    top: -100px;
    height: 200px;
    content: "";
    clip-path: polygon(0 50%, 100% 50%, 50% 100%, 0 50%);
	}		
.section-2:after{
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    background: url(../images/s2-tp-prod.webp) no-repeat center center;
    background-size: 100%;
    width: 233px;
    height: 242px;
    margin-left: -116.5px;
	}
.s2_matching_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}	
.s2_match_prodbx{
	width: 46.411%;
	background:url(../images/s2-prdbx-bg.webp) no-repeat center top;
	border:1px solid #f3ecec;
	border-radius:14px;
	background-size:cover;
	position:relative;
	padding:25px;
	}	
.s2_product{
	margin: 0 auto -82px;
	display:block;
	position:relative;
	z-index:2;
	}	
.s2_fruit{
    position: absolute;
    left: 18px;
    bottom: -38px;
	}
ul.s2_prodbx_list{
    position: absolute;
    top: 70px;
    right: 25px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
	}	
ul.s2_prodbx_list li{
	text-align:center;
	}	
ul.s2_prodbx_list li img{
	margin:0 auto 0;
	display:block;
	width:74px;
	border-radius:50%;
	}		
ul.s2_prodbx_list li p{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:6px;
	}	
.plus_text{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	background:#e1474d;
	border-radius:50%;
	font-size:21px;
	line-height:26px;
	color:#fff;
	font-weight:bold;
	}	
	
.s2_match_contentbx{
	width:50%;
	text-align:left;
	}	
ul.s2_match_list{
	float:left;
	width:100%;
	}	
ul.s2_match_list li{
	float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e4dede;
    padding: 0 0 26px 80px;
    margin-bottom: 22px;
    position: relative;
	}
ul.s2_match_list li:last-child{ 
	border:none; 
	padding-bottom:0; 
	margin-bottom:0;
	}	
.s2_match_icnbx{
	position:absolute;
	top:8px;
	left:0;
	width:60px;
	height:60px;
	border-radius:50%;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #A33B92;
	background: linear-gradient(90deg, rgba(163, 59, 146, 1) 0%, rgba(169, 55, 135, 1) 13%, rgba(173, 52, 127, 1) 23%, rgba(201, 31, 71, 1) 38%, rgba(215, 20, 44, 1) 76%, rgba(225, 12, 24, 1) 100%);
	}
.s2_match_icnbx img{
	margin:0 auto 0;
	display:block;
	width:39px;
	}		
ul.s2_match_list li h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
ul.s2_match_list li p{ margin-top:15px;}		

.s2_btm_text{
	font-size:26px;
	line-height:34px;
	color:#d81947;
	font-weight:bold;
	margin-top:80px;
	}	

/*-----------------------
Section-3
------------------------*/	
.section-3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.sec3-mid{
	float:left;
	width:100%;
	position:relative;
	margin-top:15px;
	}
ul.s3-mid-list{ width:33%;}
ul.s3-mid-list li{
	float:left;
	width:100%;
	padding-left:85px;
	margin-top:40px;
	text-align:left;
	position:relative;
	}
ul.s3-mid-list.fr li{
	text-align:right;
	padding-left:0;
	padding-right:85px;
	}
.s3-rgt-icnbx{
	position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A33B92;
    background: linear-gradient(90deg, rgba(163, 59, 146, 1) 0%, rgba(169, 55, 135, 1) 13%, rgba(173, 52, 127, 1) 23%, rgba(201, 31, 71, 1) 38%, rgba(215, 20, 44, 1) 76%, rgba(225, 12, 24, 1) 100%);
	}	
ul.s3-mid-list.fr li .s3-rgt-icnbx{
	left:auto;
	right:0;
	}	
.s3-rgt-icnbx img{
	margin:0 auto 0;
	display:block;
	width:44px;
	}	
ul.s3-mid-list li h3{
	font-size:24px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	position:relative;
	padding-bottom:16px;
	}
ul.s3-mid-list li h3:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:50px;
	height:2px;
	background:#d81947;
	}	
ul.s3-mid-list.fr li h3:before{
	left:auto;
	right:0;
	}	
ul.s3-mid-list li p{
	margin-top:15px;
	}
.sec3-prod{
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-205px;
	max-width:100%;
	}

/*-----------------------
Section-4
------------------------*/	
.section-4{
	background:#fff7f7;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
ul.s4_list{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
ul.s4_list li{
	width:25%;
	text-align:center;
	}
ul.s4_list li img{
	margin:0 auto 0;
	display:block;
	}		
ul.s4_list li h3{
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:16px;
	}	
	
/*-----------------------
Section-5
------------------------*/	
.section-5{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.ingredient_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:50px auto 0;
	}
.ingredient_box{
	width:23%;
	padding:15px 15px;
	border-radius:15px;
	text-align:left;	
	
	border: 3px solid transparent;
    background: -webkit-linear-gradient(to bottom, white, white), -webkit-linear-gradient(to right, #a03e97, #e40a12);
    background: linear-gradient(to bottom, white, white), linear-gradient(to right, #a03e97, #e40a12);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
	}
.ingredient_bx_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	padding:0 0 20px 85px;
	border-bottom:2px solid #d81947;
	}
.ingredient_img{
	position:absolute;
	top:50%;
	left:0;
	width:87px;
	margin-top:-48px;
	}
.ingred_head{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.ingred_txt{
	font-size:15px;
	line-height:18px;
	color:#000;
	font-weight:400;
	margin-top:4px;
	}
.ingredient_box .common_text{ letter-spacing:0;}

.s5_ingred_icnlist{
	display:-webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	max-width:750px;
    margin:60px auto 0;
	position: relative;
	}
.s5_ingred_icnlist li{
	width:12.66%;
	}
.s5_ingred_icnbx{
	display:block;
	margin:0 auto;
	width:60px;
	height:60px;
	border-radius:50%;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #A33B92;
	background: linear-gradient(90deg, rgba(163, 59, 146, 1) 0%, rgba(169, 55, 135, 1) 13%, rgba(173, 52, 127, 1) 23%, rgba(201, 31, 71, 1) 38%, rgba(215, 20, 44, 1) 76%, rgba(225, 12, 24, 1) 100%);
	}
.s5_ingred_icnbx img{
	margin:0 auto 0;
	display:block;
	width:45px;
	}		
 .s5_ingred_icnlist li p{
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-top:10px;
 	}
	
/*-----------------------
Section-6
------------------------*/	
.section-6{
	background:#fff7f7;
	float:left;
	width:100%;
	padding:60px 0 70px;
	overflow:hidden;
	}	
.compare-row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1000px;
	margin:45px 0 0;
	}
.compare-col1{ width:28%;}
.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:25px;
	letter-spacing:0;
	color:#000;
	font-weight:400;
	padding:0 18px;
	text-align: left;
	}
.compare-list li:nth-child(even){ background:#ededed;}
.compare-col1 .compare-list li{ justify-content:left;}
.compare-col2{
	width:20%;
	background: #A23D95;
	background: linear-gradient(90deg, rgba(162, 61, 149, 1) 0%, rgba(194, 36, 85, 1) 50%, rgba(227, 11, 21, 1) 100%);
	border-radius:15px;
	}
.compare-col-top{
	float:left;
	width:100%;
	height:170px;
	position:relative;
	}
.comp_top_txt{
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-top:15px;
	}
.comp-prod{
	display:inline-block;
	vertical-align:middle;
	margin:60px 0 0;
	}
.compare-col2 .comp-prod{
	display:block;
	margin:18px auto 0;
	width:84px;
	}
.compare-col-top-txt{
	position:absolute;
	top:10px;
	left:50%;
	transform:translateX(-50%);
	max-width:400px;
	width:400px;
	font-size:17px;
	line-height:24px;
	letter-spacing:0;
	}
.compare-col2 .compare-list li:nth-child(even){	
	background: #A23D95;
	background: linear-gradient(90deg, rgba(162, 61, 149, 1) 0%, rgba(194, 36, 85, 1) 50%, rgba(227, 11, 21, 1) 100%);
	}
.compare-col2 .compare-list li:last-child{ height:15px;border-radius:0 0 15px 15px;}
.comp-tick{ width:24px;}
.comp-cross{width:17px;}
.comp-white-tick{width:23px;}
.compare-col3, .compare-col4, .compare-col5{ width: 17.3%;}
.comp_text{ color:#fff;}
	
/*-----------------------
Section-7
------------------------*/	
.section-7{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.testimonial_box{
	width:100%;
	margin:50px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:35px;
	}
.testimonial_col{
	width: 48.66%;
    background: #fff;
    padding:25px 25px 30px 25px;
	border-radius:15px;
	border:1px solid #d3d3d3;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	justify-content: space-between;
	}
.testimonial_col_inr{
	width:100%;
	text-align:left;
	position:relative;
	}	
.testimonial_col_hdng{
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight:600;
	}
.testi_col_star{
	display:block;
	width:114px;
	}
.testimonial_col_text{
   	font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-top: 15px;
    letter-spacing: 0.3px;
	}
.testi_verify_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	position:relative;
	margin:20px auto 0;
	}
.testi_img{
	display:block;
	margin:0 auto;
	width:60px;
	border-radius:50%; 
	}	
.testi_verify_col{
	width:calc(100% - 60px);
	text-align:left;
	padding-left:10px;
	}
.testi_verify_name_text{
  	font-size:17px;
    line-height: 22px;
    color: #000;
    font-weight:bold;
	}
.testi_verify_text{
	font-size:14px;
	line-height:18px;
	color:#000;
	margin-top:3px;
	}
.verify_icn{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 2px 0 0;
	}

/*-----------------------
Section-8
------------------------*/	
.section-8{
	background:#fff7f7;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.section-8 .container{
    position: relative;
}
.package_outer-mob{
    filter: blur(15px);
}
.common__button.tocheckout {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 90%;
    max-width: fit-content;
    padding: 0px 15px;
    line-height: 60px;
    height: auto;
    z-index: 9;
}
.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 14px 20px;
	border:2px solid #7c7c7c;
	border-radius:10px;
	position:relative;
	}
.pkage1{ order:1;}
.pkage2{ order:2;}
.pkage3{ order:3;}
	
.package.pkage2{
	border:3px solid transparent;
	background: -webkit-linear-gradient(to bottom, white, white), -webkit-linear-gradient(to right, #a03e97, #e40a12);
	background: linear-gradient(to bottom, white, white), linear-gradient(to right, #a03e97, #e40a12);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	}
.most-popular{
    position: absolute;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
    background: #b88926;
    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:#27aa49;
	}

.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:355px;
	margin:25px auto 0;
	position:relative;
	}
.pkage_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:340px;
	}
.subs-seal{
	position:absolute;
	right: 20px;
	top: -5px;
	background:url(../images/seal-bg.webp) no-repeat center center;
	width:44px;
	height:44px;
	background-size:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	}
.subs-seal p{
	font-size:11px;
	line-height:13px;
	color:#fff;
	font-weight:400;
	}
.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:400;
	}
.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:400;
	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:16px;
	height:16px;
	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: 65%;
	border-color:#000;
	}
.purchase-heading{
	font-size:14px;
	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:400;
	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:15px;
	line-height:19px;
	color:#000;
	font-weight:400;
	padding-left:8px;
	}
.purchase-list{
	float:left;
	width:100%;
	padding-left:5px;
	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: #1cb13d;
	}
.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:98px;
	}
	
/*-----------------------
Section-9
------------------------*/	
.section-9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:25px 0 0;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #320000;
	}
.faq-row:last-child{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat 100% center;
	background-size:16px;
	padding:20px 35px 20px 0;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat 100% center;
	background-size:16px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 50px 5px 0;
    margin-top: -10px;
	}
.acdn-para{
	font-size:17px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	}
.section-9 .button__box{ margin-top:40px;}		
		
/*-----------------------
Footer
------------------------*/	
.footer{
	background:#fff;
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #d2d2d2;
	}
.foot-logo{
	display:block;
	margin:0 auto 30px;
	width:112px;
	}
.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;}
		
/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}


.banner__heading{ font-size: 45px; line-height: 48px;}
.banner_product{ width:570px; top:0;}

.common_heading{ font-size: 40px; line-height: 46px;}

.s2_matching_wrap{ align-items: flex-start;}
.s2_match_prodbx{ padding:20px 15px 15px;}
.s2_product{ margin: 0 auto -62px;}
ul.s2_prodbx_list{ right:8px;}
ul.s2_prodbx_list li img{ width:60px;}
ul.s2_prodbx_list li p{ font-size: 15px; line-height: 19px;}
ul.s4_list li img{ width:220px;}

.ingredient_box{ padding: 15px 14px;}
.ingredient_bx_top{ padding: 0 0 20px 80px;}
.ingred_head{ font-size:20px; line-height: 28px;}

.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;}
.package_btn{ font-size: 18px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.nav_section .container{
    width: 100%;
    padding: 0 20px;
}
.show-desk {display: none;}
.show-tab {display: block;}

ul.menu-list{ display:none;}
a.nav_btn{ margin: 5px 50px 0 0;}

.banner{ padding:35px 0 50px;}
.banner__left{ width: 58%;}
.banner__heading{ font-size: 40px; line-height: 46px;}	
.bnr_strip_innr p{ font-size: 22px; line-height: 26px;}
.banner__points li{ padding-left: 31px; background-size: 18px; font-size: 17px; line-height: 23px;}
.banner_product{ width:400px;}

.common_heading{ font-size: 33px; line-height: 41px;}

.section-1{ padding:50px 0 60px;}
.s1_compare_wrap{ margin: 45px auto 0;  align-items: flex-start;}
.s1_content_box{ width: 64%;}
.s1-col-top{ padding:30px 10px 30px 80px;}
.s1-col-top p{ font-size:20px; line-height:26px;}
ul.s1-box-col-list{ padding:10px 10px 15px;}
ul.s1-box-col-list li{ font-size:17px; line-height:24px;}
.s1_prodbx{ width: 35.6%;}
.s1_prodbx img{ margin-left: -15px;}

.section-2{ padding: 215px 0 60px;}
.section-2:after{ top:0; width: 180px; height: 188px; margin-left: -90px;}
.s2_matching_wrap{ justify-content: center; align-items: flex-start; max-width: 600px;}
.s2_match_prodbx{ width:100%;}
ul.s2_prodbx_list{ right: 48px;}
.s2_match_contentbx{ width:100%; margin-top:60px;}
ul.s2_match_list li h3{ font-size: 22px; line-height: 26px;}
ul.s2_match_list li p{ margin-top: 10px;}
.s2_btm_text{ font-size: 24px; line-height: 32px; margin-top: 40px;}

.section-3{ padding: 50px 0 60px;}
.sec3-mid{ margin-top: 30px;}
.s3-rgt-icnbx{ width:60px; height:60px; position:static; margin:0 auto 0;}
.s3-rgt-icnbx img{ width:35px;}
ul.s3-mid-list{ width:45%;}
ul.s3-mid-list li{ padding-left:0; text-align:center;}
ul.s3-mid-list.fr li{ padding-right:0; text-align:center;}
.sec3-prod{ width:310px; position:static; margin:0 auto 0; display:block;}
ul.s3-mid-list li h3{ font-size: 22px; line-height: 26px; margin-top:10px;}
ul.s3-mid-list li h3:before, ul.s3-mid-list.fr li h3:before{ left: 50%; width: 50px; margin-left: -25px;}

.section-4{ padding: 50px 0 60px;}
ul.s4_list{ margin: 35px auto 0;}	
ul.s4_list li img{ width:150px;}		
ul.s4_list li h3{ font-size: 20px; line-height: 24px; margin-top:15px;}	

.section-5{ padding: 50px 0 60px;}
.ingredient_block{ margin: 35px auto 0;}
.ingredient_box{ padding: 13px 11px;  width: 24%;}
.ingredient_bx_top{ padding: 0 0 15px 47px;}
.ingredient_img{ width: 68px; left: -13px; margin-top: -37px;}
.ingred_head{ font-size: 18px; line-height: 24px;}
.ingred_txt{ font-size: 14px; line-height: 17px;}
.ingredient_box .common_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
.s5_ingred_icnlist{ margin: 55px auto 0;}
	
.section-6{ padding: 50px 0 60px;}

.section-7{ padding: 50px 0 60px;}
.testimonial_box{ margin: 40px auto 0; row-gap: 30px;}
.testimonial_col{ padding: 20px 16px 25px;}
.testi_col_star{ width: 100px;}
.testi_img{ width: 50px;}	
.testi_verify_name_text{ font-size: 16px; line-height: 20px;}
	
.section-8{ 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;}
.purchase-box-inner{ padding: 10px 9px;}
	
.section-9{ padding: 50px 0 60px;}
.accordion{ padding: 18px 30px 18px 0; font-size: 19px; line-height: 27px;  background-size: 14px;}
.acdn-heading.accordion-open{ background-size: 14px;}
}
@media only screen and (max-width:992px){
    .common__button.tocheckout{
        line-height: 1.4;
        padding: 15px 20px;
        max-width: 384px;
    }
    .mob-mnu-ic{
        right: 20px;
    }
}

@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;}

.top-fix-bar{ margin-bottom: 55px;}
.nav_section{ height: 55px; top: 55px; margin-top: -55px;}
.logo{ width: 85px; margin-top: 12px;}
a.nav_btn{ display:none;}
.mobilemenu{ top: 55px;}
.mobimenu-top{ top:55px;}
.mob-mnu-ic{ top:6px; right:15px;}

.banner{ background:#fff8f6; padding: 20px 0 30px;}
.banner__left{ width:100%; text-align:center;}
.banner__rating{ font-size: 13px; line-height: 15px;}
.banner__rating img{ width:65px;}
.banner_product{ position: static; margin: 0 auto 0; display: block; width: calc(100% + 30px); max-width: none; margin-left: -15px;}
.banner__heading{ font-size: 34px; line-height: 38px;}
.banner__text{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.bnr_strip{ margin-top:20px;}
.bnr_strip_innr{ max-width:345px; padding: 6px 0;}
.bnr_strip_innr img{ width: 50px;}
.bnr_strip_innr p{ font-size: 18px; line-height: 26px;}
.banner__points{ max-width: 386px; margin-top: 6px;}
.banner__points li{ padding-left: 24px; background-size: 15px; font-size: 16px; line-height: 24px; letter-spacing: normal; background-position-y: 6px;}

.banner .button__box{ margin-top: 25px;}
.button__box{ margin-top: 30px;}
.common__button{ height: 55px; font-size: 20px; line-height: 55px;}
ul.button-box__list{ margin: 5px auto 0;}
ul.button-box__list li{ padding: 0 8px;}
ul.button-box__list li img{ width:18px;}
ul.button-box__list li:nth-child(2) img{ width:13px;}
ul.button-box__list li:before{ top: 3px; bottom: 2px;}

.section-1{ padding: 30px 0 35px;}
.common_heading{ font-size: 28px; line-height: 34px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.s1_compare_wrap{ margin: 25px auto 0; justify-content: center; align-items: center;}
.s1_prodbx{ width:100%;}
.s1_prodbx img{ float:none; margin:0 auto 0; display:block;}
.s1_content_box{ width:100%;}
.sec1-right{ width:100%; text-align:center;}
.s1-rgt-box-col{ width:100%; margin-top:25px; text-align:left;}
ul.s1-box-col-list{ padding: 10px 20px 15px;}
.s1-col-top{ padding: 30px 10px 30px 85px;}

.section-2{ padding: 105px 0 35px;}
.section-2:before{ top: -36px; height: 70px;}
.section-2:after{ top: -10px; width: 100px; height: 110px; margin-left: -50px;}
.s2_matching_wrap{ margin: 25px auto 0;}
.s2_product{ margin: 0 auto -40px; width: 230px;}
.s2_fruit{ left: 16px; bottom: -20px; width: 140px;}
ul.s2_prodbx_list{ top: 50px; right: 10px; row-gap: 12px;}
ul.s2_prodbx_list li img{ width: 44px;}
ul.s2_prodbx_list li p{ font-size: 13px; line-height: 17px;}
.plus_text{ width: 22px; height: 22px; font-size: 15px; line-height: 19px;}
.s2_match_contentbx{ margin-top: 40px;}
ul.s2_match_list li{ padding: 0 0 20px 64px; margin-bottom: 15px;}
.s2_match_icnbx{ width: 50px; height: 50px;}
.s2_match_icnbx img{ width: 30px;}
ul.s2_match_list li h3{ font-size: 20px; line-height: 25px;}
.s2_btm_text{ font-size: 19px; line-height: 25px; margin-top: 25px;}

.section-3{ padding: 30px 0 35px;}
.sec3-prod{ width:250px;}
ul.s3-mid-list{ width:100%; margin-top:-20px;}
ul.s3-mid-list li{ padding:0 40px !important;}
.s3-rgt-icnbx{ width: 55px; height: 55px;}
.s3-rgt-icnbx img{ width:30px;}
ul.s3-mid-list li h3{ font-size: 20px; line-height: 26px; margin-top: 10px;}

.section-4{ padding: 30px 0 35px;}
ul.s4_list{ margin: 30px auto 0;}
ul.s4_list li img{ width: 70px;}
ul.s4_list li h3{ font-size: 18px; line-height: 22px; margin-top: 12px;}

.section-5{ padding: 30px 0 35px;}
.ingredient_block{ margin: 25px auto 0; row-gap: 20px;}
.ingredient_box{ border: 2px solid transparent;  padding: 18px 22px; width: 100%;}
.ingredient_bx_top{ padding: 0 0 20px 65px;}
.ingredient_img{ width: 76px; left: -5px;margin-top: -48px;}
.ingred_head{ font-size: 20px; line-height: 28px;}
.s5_ingred_icnlist{ margin:35px auto 0;}
.s5_ingred_icnlist{ row-gap:22px;}
.s5_ingred_icnlist li{ width:33.33%;}	
.s5_ingred_icnbx{ width:50px; height:50px;}
.s5_ingred_icnbx img{ width:36px;}
			
.section-6{ padding: 30px 0 35px;}
.compare-row{ width: calc(100% + 30px); margin-top: 30px; margin-left: -15px;}	
.compare-col-top{ height: 120px;}
.compare-list li{ height: 62px; font-size: 15px; line-height: 21px; padding: 0 10px;}		
.comp_top_txt{ font-size: 15px; line-height:17px; margin-top: 8px;}
.compare-col1{ width:31%;}
.compare-col2{ width: 26%; border-radius: 10px;}
.compare-col2 .comp-prod{ margin: 10px auto 0; width:56px;}		
.compare-col-top-txt{ top: 5px; left: 0; max-width:135px; width: 135px;font-size: 15px; line-height: 18px;}
.compare-col3, .compare-col4, .compare-col5{ width: 21.5%;}
.comp-white-tick{ width: 20px;}
.comp-prod{ margin: 58px 0 0; width: 53px;}

.section-7{ padding: 30px 0 35px;}
.testimonial_box{ margin: 25px auto 0; row-gap: 25px;}
.testimonial_col{ width: 100%; padding: 16px 14px 20px;}
.testi_col_star{ width: 90px;}
.testimonial_col_text{ font-size: 16px; line-height: 24px; margin-top: 10px; letter-spacing: 0;}
.testi_img{ width: 45px;}
.testi_verify_col{ width: calc(100% - 45px);}
.testi_verify_name_text{ font-size: 15px; line-height: 18px;}
.testi_verify_text{ font-size: 13px; line-height: 17px;}
.verify_icn{ width: 12px; margin: -3px 1px 0 0;}
	
.section-8{ padding: 30px 0 35px;}

.package_outer-mob{
    padding: 25px 10px 20px; 
    border: 2px solid #162155;
    border-radius: 10px; margin-top:30px;
    }

.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: #00cb35; border-radius: 45px; padding:3px 2px; font-size:11px; line-height:11px; font-weight:600; color:#fff; width:85px; text-transform:capitalize;}

.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;}
.package.pkage2 { border:none;}
.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:75px;}
.purchase-check{ width: 18px; height: 18px;}
.purchase-option-left{ padding-left: 26px;}
.btn_box{ max-width: 320px;}

.section-9{ padding: 30px 0 35px;}
.faq-box{ margin: 10px 0 0;}
.accordion{ background-size: 12px !important; padding: 15px 23px 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;}	
.section-9 .button__box{ margin-top: 20px;}

.footer{ padding: 25px 0;}
.foot-logo{ width:80px; margin:0 auto 18px;}
.foot_txt1{ font-size: 13px; line-height:20px; margin-top: 8px;}
.foot_txt1 a{ padding: 0 4px;}
}

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	