@charset "utf-8";
/* CSS Document */
/*******VARIABLES***********/

:root {
  --black: #000;
  --white: #ffffff;
  --subheader: #050505;
  --header1: #ed0f0f;
  --bg1: #fbfdf4;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:var(--white);
	color:var(--black);;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'DM Sans';
	font-weight: normal;
    font-style: normal;
	/*background: url(../images/v2.jpg) no-repeat center top;*/
	}
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%; vertical-align: middle;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*--------fonts--------*/
@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Regular'), local('DMSans-Regular'),
        url('DMSans-Regular.woff2') format('woff2'),
        url('DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Bold'), local('DMSans-Bold'),
        url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Medium'), local('DMSans-Medium'),
        url('DMSans-Medium.woff2') format('woff2'),
        url('DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans SemiBold'), local('DMSans-SemiBold'),
        url('DMSans-SemiBold.woff2') format('woff2'),
        url('DMSans-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;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}


/*-----------------------
TOP STRIP
------------------------*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
}

/*-----------------------
LOGO SECTION
------------------------*/
.logo-sec{
	float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    height: 70px;
    margin-top: -70px;
    top: 70px;
    background: var(--white);
}
.logo{
	float: left;
	width: 220px;
}
.logo-sec .top-btn {
        width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    float: right;
}

.fixed-nav .logo-sec{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}

ul.menu-list{
	display: inline-block;
	margin: 17px 0 0 0px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #cecece;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float: left;
    color: var(--black);
    font-size: 17px;
    line-height: 17px;
    padding: 0 20px;
	}	
ul.menu-list li a:hover{color: var(--black);}
ul.menu-list li a.active{color: var(--black);}

/*--------BANNER--------*/
.banner{
	float: left;
    width: 100%;
    padding: 80px 0;
    background: url(banner-background.jpg) no-repeat center center #F1F8EA;
    overflow: hidden;
}
.banner_left{
	float: left;
    width: 66%;
    text-align: left;
    position: relative;
	}

.banner__heading{
	float: left;
    width: 100%;
    color: var(--black);
    font-size: 62px;
    line-height: 70px;
    font-weight: 700;
}

.banner__right{
	position: absolute;
    bottom: -20px;
    right: -80px;
    height: 582px;
    width: 340px;
    z-index: 1;
	text-align: center;
	}

.bar-aerrow {
    display: inline-block;
    margin: 40px auto -20px -30px;
    transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.banner__product{
	position: absolute;
    bottom: 0;
    right: 0;
	}
.bnr-div1 {
    float: left;
    width: 100%;
	background: linear-gradient(to right, #017540, #017540, #459a72, rgba(255, 255, 255, 0.1));
    margin: 30px 0 0;
    border-radius: 10px;
    max-width: 520px;
    padding: 16px 40px 15px 25px;
    position: relative;
}
.banner__text{
	float: left;
    width: 100%;
    color: var(--white);
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
	}
.bnr-div1 img {
    position: absolute;
    right: -60px;
    top: -10px;
}
.bnr-txt2 {
    float: left;
    width: 100%;
    margin: 36px 0 0 0;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #017540, rgba(0, 0, 0, 0)) 1 0;
}
.banner-model {
    position: absolute;
    right: -125px;
    top: -5px;
}
.banner__points{
	float: left;
    width: 100%;
    margin-top: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
	}
.banner__points li{
	float: left;
    width: 100%;
    color: var(--black);
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
	text-align: left;
}
.banner__points li img {
    display: inline-block;
    margin: -3px 10px 0px 0;
	width: 28px;
}
.button_box{
	float:left;
	width:100%;
	margin-top:35px;
	}
.button__width{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 470px;
    text-align: center;
	}
.common__button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 70px;
    background: #ff9602;
    font-family: inherit;
    color: #fff;
    font-size: 26px;
    line-height: 70px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
	}
.common__button img {
    display: inline-block;
    margin: 0  0px 0 15px;
}
.button__caption{
	    float: left;
    width: 100%;
    color: var(--black);
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1px;
	}
.button__caption span{ padding: 3px 0 3px 21px;}
.first_caption{
	background: url(lock.png) no-repeat left top 2px;
    background-size: 16px;
	}

/*--------BANNER STRIP--------*/
.bnrstrip{
	float:left;
	width:100%;
	padding: 30px 0 45px;
    border-bottom: 1px solid #cccccc;
	}
.bnrstrip-hding{
	font-size:23px;
	line-height:30px;
	color:#29323a;
	font-weight:700;
	text-align:center;
	}
.bnrstrip-hding:before,.bnrstrip-hding:after{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	margin:-5px 10px;
	border-bottom:1px solid #ddd;
	content:"";
	}
.bnrstrip-para{
	font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
	}

ul.bnrstrip-list{
	    float: left;
    width: 100%;
    margin-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.bnrstrip-list li{
	float: left;
    width: 15.5%;
    text-align: center;
    position: relative;
	}
ul.bnrstrip-list li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 1px;
    background: #f1edea;
	}
ul.bnrstrip-list li:last-child:after{ display:none;}			
ul.bnrstrip-list li img{
	margin:0 auto 0;
	display:block;
	width: 50px;
	
	}		
ul.bnrstrip-list li p{
	font-size: 18px;
    line-height: 20px;
    color: var(--black);
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}
/************************/
.banner-bottom {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
	position: relative;
}
.banner-bottom:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -55px;
    background: url(bnr-btm-separator.webp) no-repeat center bottom;
    width: 19px;
    height: 96px;
    margin-left: -9px;
}
.banner-bottom .common__heading {
    color: var(--header1);
}
.bnr-btm-inner {
    display: inline-block;
    vertical-align: middle;
    background: #f6f6f6;
    margin: 40px 0 0 0;
    padding: 22px 20px 20px 32px;
    width: 100%;
    max-width: 1010px;
}
.bnr-btm-inner img {
    float: left;
}
.bnr-btm-inner div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 470px);
    text-align: left;
    padding: 0px 0px 0 16px;
}
.bnr-btm-txt {
    font-size: 20px;
    color: var(--header1);
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}
.bnr-btm-inner ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    margin: 11px 0 0;
}
.bnr-btm-inner ul li {
    float: left;
    width: 100%;
    padding: 12px 20px 10px 80px;
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    background: url(bnr-btm-icon.webp) #fff 17px 15px no-repeat;
    background-size: 47px;
}
.banner-bottom .common__text1 {
    margin-top: 40px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;

}
.bnr-btm-sec {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 830px;
    margin-top: 30px;
    position: relative;
}
.bnr-btm-sec:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #d5d5d5, rgba(0, 0, 0, 0)) 1 0;
}
.bnr-btm-sec:after{
	content: "";
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 86px;
	width: 86px;
	border-radius: 50%;
	background: #fbffec;
}
.bnr-btm-capsule {
    display: inline-block;
    position: relative;
    z-index: 1;
}
/*--------SECTION 1--------*/
.section1{
	background: var(--bg1);
    float: left;
    width: 100%;
    padding: 80px 0 60px;
	}
.common__subhead{
	float:left;
	width:100%;
	margin-bottom:15px;
	color:#000;
	font-size:25px;
	line-height:25px;
	font-weight:600;
	}
.common__heading{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: var(--black);
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
	}
.common__text{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: var(--black);
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
	}


.sec1_left{
	float:left;
	width:50%;
	text-align:left;
	}
.common_sub_text{
	font-size: 24px;
    line-height: 26px;
    color: var(--subheader);
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
}
.s1_prod{
    float: left;
    margin: 23px 0 -45px 10px;
	}
	
.sec1_right{
	float: right;
    width: 47.3%;
    margin-top: 30px;
	}	
.sec1_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;
	}
.s1_bx_row{
	float:left;
	width:100%;
	}	
.s1_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;
	}	
.s1_col_heading{
    font-size: 19px;
    line-height: 23px;
    color: #000;
    text-align: left;
    font-weight: 800;
    width: 120px;
	}
.s1_col_content{
	width:calc(100% - 120px);
	text-align:left;
	padding-left:30px;
	}			
.s1_col_cont_text{
	font-size:17px;
	line-height:25px;
	color:#000;
}	
ul.s1_col_bx_list{
	float:left;
	width:100%;
	}
ul.s1_col_bx_list li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	position:relative;
	padding-left:15px;
	margin-bottom:4px;
	}	
ul.s1_col_bx_list li:last-child{ margin-bottom:0;}	
ul.s1_col_bx_list li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	background:#000;
	width:6px;
	height:6px;
	border-radius:50%;
	}
.s1_bx_col_last{
	border:none;
	}
.s1_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;
	}
.s1_bx_col_last .banner__seal_list{
	width:20%;
	margin:0;
	}
.s1_bx_col_last .banner__seal_list img{ width:77px;}

/*--------SECTION 2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	background: var(--white);
	}

ul.s2-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: left;
    margin-top: 50px;
    row-gap: 30px;
	}
ul.s2-list li {
	width: 32%;
    background: #e4fff2;
    border-radius: 10px;
    text-align: left;
    padding: 270px 10px 20px;
    position: relative;
    overflow: hidden;
    float: left;
}
.s2-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 74px;
}
.s2-lst-bx{
	position: relative;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 10px;
}
.s2-lst-bx-txt{
	font-size: 24px;
    line-height: 32px;
    color: var(--black);
    font-weight: 700;
    width: 100%;
	}

.s2-lst-txt{
	font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin-top: 15px;
	}
.s2-img {
    position: absolute;
    top: 0;
    left: 0;
}

/*==============section3===============*/
.section3{
	background: var(--bg1);
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.s3-mdl{
	float:left;
	width:100%;
	position:relative;
	}
.s3-prod{
	position:absolute;
	left:0;
	top:86px;
	
	}
.s3-right{
	float:right;
	width:48.54%;
	text-align:left;
	margin-top:50px;
	position:relative;
	}
.s3-ingredient-Box{
	float:left;
	width:100%;
	}
.s3-ing-dwn{
	float:left;
	width:100%;
	padding:0 10px;
	margin-top:10px;
	}
.ing-hdng{
	float:left;
	width:100%;
	padding:15px 40px 15px 0;
	border-bottom:1px solid #ccc;
	background:url(../images/down-ic.png) no-repeat 97% center;
	text-align:left;
	cursor:pointer;
	}
.ing-lft{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	margin:0 15px 0 0;
	}
.ing-hdng p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 85px);
	font-size:25px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	}

.ing-hdng.active{
	background:url(../images/up-ic.png) no-repeat 97% center;
	}
.ing-hdng.active .ing-lft{
	display:none;
	}
.ing-hdng.active span{
	display:block;
	}
.s3-ing-dwnNew {
	padding:10px 15px  20px 25px;
	background:#ffffff;
	border-radius:25px;
	box-shadow:0 2px 9px 0 rgba(0,0,0,0.1);
	}
.ing-content{
	float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}
.ing-content p{
	float:left;
	width:calc(100% - 150px);
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:5px;
	text-align:left;
	}
.ing-rght-img{
	float:right;
	margin:10px 10px 0 0;
	max-width: 80px;
	}	
	
.s3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.sec3_left{
	float:left;
	width:44%;
	position:relative;
	}
.sec4-img{
	display:block;
	margin:0 auto 0;
	width:570px;
	border-radius:20px;
	}
.sec3_right{
	float:right;
	width:52%;
	}
ul.sec3_ing_list{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 17px;
    margin-top: 20px;
	}
ul.sec3_ing_list li{
	text-align: left;
    position: relative;
    padding-bottom: 17px;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
ul.sec3_ing_list li:last-child{ padding-bottom:0; margin-bottom:0; border-bottom:none;}
ul.sec3_ing_list li img{
	border-radius:50%;
}
.sec3_ing_cont{
	width: calc(100% - 92px);
    padding-left: 20px;
    text-align: left;
	}
ul.sec3_ing_list li h3{
	font-size:24px;
	line-height:27px;
	color:#000;
	font-weight:bold;
	}
ul.sec3_ing_list li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}

/*==============section4===============*/
.section4{
	float:left;
	width:100%;
	background: var(--white);
	padding:60px 0;
	}
.s4-inner {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.package_row{
	width:100%;
	margin:30px auto 0;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
	align-items: start;
	}
.package_col{
	background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
    position: relative;
    /* box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2); */
    /* -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2); */
    border: 2px solid #e3e3e3;
	}
.package_col-2_otr, .package_col{ width:32%; position:relative;}
.pkghding {
	height: 33px;
	width: 174px;
	margin: -52px auto 10px auto;
	display: block;
	background: #008d32;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}
.package_col_top{
	width:100%;
	position:relative;
	padding:18px 10px 0;
	}
.package_col_qty{
	font-size: 38px;
	line-height: 38px;
	letter-spacing: 0;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	}
.package_col_save{
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	/* background: #fbd4d7; */
	/* padding: 9px 12px; */
	margin-top: 0px;
	display: -webkit-flex;
	display: flex	;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	float: left;	
	}
.package_col_save span{ padding:0 5px;}

.package_col_btm{
	width:100%;
	padding:15px 15px 20px;
	text-align:center;
	position:relative;
	}
.package_col_btm .button__caption{ font-size:12px;}
.package_col_btm  .first_caption {
    background: url(lock.png) no-repeat left top 3px;
    background-size: 14px;
}
.package_col_btm .deal-text{
	    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    color: #252525;
    font-weight: 400;
    text-transform: uppercase;
}
.cards {
    max-width: 180px;
    margin-top: 15px;
}
.pkg-prod{
	    display: block;
    margin: 0px auto 0;
    max-width: 100%;
	}
.pakge_seal {
        position: absolute;
    right: 40px;
    top: 20px;
    width: 90px;
    height: 90px;
    background-size: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    text-transform: uppercase;
    padding: 25px 0 0;
    text-align: center;
    background: #fff000;
    border-radius: 50%;
}
.package_discount-prc{
	font-size: 50px;
    line-height: 50px;
    color: #000000;
    margin-top: 15px;
    font-weight: 700;
	}
.package_discount-prc sub{     
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 15px;
	color: #454545;
	margin: 9px 0 0px -10px;
	display: inline-block;
}
.package_total_price {
	float: left;
	width: 100%;
	margin: 15px 0;
	font-weight: 600;
	font-size: 16px;
	color: #454545;
	text-transform: capitalize;
}
.package_retail-prc{	
	font-size:20px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#555555;
	margin-top: 15px;
	}
.package_retail-prc span{
	position:relative;	
	}
.package_retail-prc span:before{
	position:absolute;
	left:-4px;
	top:45%;
	right:-4px;
	border-bottom:2px solid #ff000a;
	transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
	content:"";
	}
.package_regular-save{
	font-size: 20px;
	line-height: 20px;
	color: #858585;
	margin-top: 15px;
	}
	
.label-checkbox{
    display: inline-block;
    vertical-align: top;
	text-align:left;
	cursor:pointer;
	margin-top:20px;
	color: #000;
	font-weight:500;
	font-size:15px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:2px solid #C4C4C4;
	border-radius:3px;
	outline:none;
	position:relative;
	margin:-5px 4px 0 0;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-checkbox:checked{
	background:#fff;
	border:2px solid #ed1c24;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url(tik.svg) no-repeat center center;
	left:0;
	top:-1px;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	background-size:66%;
	}
.all-checkbox:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}	
.offerBox{
	float:left;
	width:100%;
	text-align:left;
	border:2px solid #3f3893;
	border-radius:5px;
	padding:12px 8px;
	margin-top:17px;
	}	
ul.offer_list{
	float:left;
	width:100%;
	}	
ul.offer_list li{
    float: left;
    width: 100%;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
	padding-left: 10px;
	}		
ul.offer_list li:before{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	background:#000;
	width:4px;
	height:4px;
	border-radius:50%;
	}
ul.offer_list li span{ padding:0 3px;}
.choose_flieds{
    float: left;
    width: 100%;
    height: 36px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
	}			
.choose_flieds select{
	width:100%;
	height:100%;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	outline:none;
	padding-left:12px;
	font-family: 'Inter';
	color:#000;
	font-size: 12px;
    line-height: 14px;
	font-weight:500;
	letter-spacing:0.5px;
	background:url(../images/select-form-icon.svg) no-repeat 96% 50%;
	}	
.offer_text{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #ed1c24;
    font-weight: 600;
    margin-top: 10px;	
	}	
	
.package_shiping{
	font-size:16px;
	line-height:19px;
	color:#1a1a1a;
	font-weight:500;
	margin-top:12px;
	}
.package_shiping span{
	font-weight:600;
	}
.package_shiping img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 5px 0 0;
	}
a.package_button,.package_button{
	    width: 90%;
    margin-top: 20px;
    height: 50px;
    font-size: 21px;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #fff;
	}
.cart-ic{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-5px 0 0 5px;
	}
.pck-cards{
	width:169px;
	display:block;
	margin:15px auto 0;
	max-width:100%;
	}
.package_col-2{
	    padding: 15px 0 20px;
    margin-top: 25px;
    width: 100% !important;
	background:#f8fffc;
    border: 2px solid #008d32;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	}
.package_col-2 .package_col_qty{ margin-top:15px;}	
/*==============section5===============*/
.section5{
	background: var(--white);
	float:left;
	width:100%;
	padding:60px 0;
	}
.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%;
	top:50px;
	border-left:2px dotted #017a3f;
	height:100%;
	}
.expert_box:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 34px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #017a3f;
    box-shadow: 0px 0px 0px 7px #c6e3cd;
	}
.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 var(--black);
    border-radius: 10px;
    background: #fbfdf4;
    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;
	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: 810px;
    background: #edfff6;
    border: 1px solid #017a3f;
    border-radius: 6px;
    text-align: left;
    position: relative;
    padding: 14px 10px 14px 75px;
    margin-top: 80px;
	margin-bottom: 20px;
	}
.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;
}

/*-----------------------
Section-6
------------------------*/

.section-6{
	background: var(--bg1);
	float:left;
	width:100%;
	padding:60px 0;
	}	
.compare_Box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 836px;
    margin-top: 64px;
	}
.compare_col1{
	float: left;
    width: 30.5%;
    margin-top: 20px;
	}
.compare_top{
    height: 150px;
	position:relative;
	padding:0 10px;
	}
.compare_Prod{
	display:block;
	margin:10px auto 0;
	}
.compare_top p{
	font-size: 24px;
    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: 88px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    line-height: 22px;
    color: var(--black);
    font-weight: 700;
	}
ul.compare_list li:last-child{ border-bottom:none;}
.compare_col2{
	float: left;
    width: 36%;
    background: var(--white);
    border: 1px solid var(--black);
    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: 33%;
    margin-top: 20px;
	}
.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: 840px;
    background: #f2fff9;
    border: 2px solid #01863d;
    margin: 50px auto 0;
    padding: 20px 70px 20px 20px;
    border-radius: 12px;
	}
.guarantee_seal{
	display:block;
	margin:0 auto;

	}
.guarantee_cont_bx{
	width:calc(100% - 173px);
	padding-left:30px;
	text-align:left;
	}
.guarantee_cont_bx h3{
	    font-size: 34px;
    line-height: 40px;
    color: var(--black);
    font-weight: 700;
	}
.guarantee_cont_bx p{
	font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin-top: 15px;
	}

/************************/

.section7{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: var(--bg1);
    text-align: center;
}
.s7-inner{
	
}

.faq-section{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 42px 0 0;
    max-width: 972px;

	}
.faq-slide-row{
	    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 24px 5px;
    background: #fff;
    box-shadow: 0 0 5px #e3e3e3;
	}
.faq-slide-row-open{
	
    padding: 5px 24px 15px;
	border-radius: 12px 12px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(s7-close.png) no-repeat 98% center;
    background-size: 12px;
    padding: 17px 25px 17px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--black);
    position: relative;
    cursor: pointer;
    
	}
.acdn-heading.accordion-open{
	background:url(s7-open.png)#fff no-repeat 98% center;
	background-size:12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 15px 0;
	}
.accordion.last, .acdn-content.last{border-bottom:none;}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000000;
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn-para a{ color:#00F; text-decoration:underline;}
ul.acdn-list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	list-style: disc;
	}
/********************************/
.section8{
	float: left;
	width: 100%;
	background: var(--white);
	padding: 60px 0;
}
.ref_link{
	float: left;
    width: 100%;
    text-align: left;
}
.ref_link ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 20px;
}
.ref_link ul li {
    float: left;
    width: 47%;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

.ref_link ul li a {
    color: #999999;
}

/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0;
	border-top:1px solid #f1f1f1;
	}	
.ftr-linkBx{
	display:inline-block;
	vertical-align:middle;
	max-width:860px;
	width:100%;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.ftr-linbx-rgt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ftr-txt1{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	}
.ftr-txt1 a{
	padding:0 5px;
	}
.ftr-txt2{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	font-weight:500;
	margin-top:20px;
	}
.ftr-txt2 span{ padding:0 4px;}
.ftr-txt2 span img{ display:inline-block; vertical-align:middle; margin:-2px 5px 0 0; filter: hue-rotate(145deg);}
.ftr-bx2{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #fbfbfb;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
	}
.ftr-txt3{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    color:#2d2d2d;
	margin-top:25px;
	}

.white{color:#fff;}


/* CONTACT CSS */
.contact-hd{
	font-size:48px;
	line-height:58px;
	float:left;
	width:100%;
}
.contact-bx{
	display:inline-block;
	vertical-align:top;
	max-width:1160px;
	width:100%;
	border:1px solid #d3d3d3;
	border-radius:50px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow:hidden;
	    background: #fff;
}
.contact-lft{
	width:54%;
	float:left;
	color:#252525;
	text-align:left;
	padding:40px;
}
.contact-bx-hd{
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
}
.contact-bx-tx{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}
ul.contact-list{
	float:left;
	width:100%;
}
ul.contact-list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-left:50px;
	font-size:18px;
	line-height:26px;
	margin-top:28px;
}
.contact-lst-icn{
	position: absolute;
    left: 0;
    top: 0;
    filter: hue-rotate(120deg);
}
ul.contact-list li h3{
	font-weight:bold;
}
ul.contact-list li p{
	margin-top:5px;
}

.contact-rgt{
	width:46%;
	float:right;
	background:#017a3f;
	padding:40px 40px 80px;
	color:#fff;
	text-align:left;
	position:relative;
}
.cont-frm{
	float:left;
	width:100%;
	margin-top:20px;
}
.frm-fld{
	float:left;
	width:100%;
	margin-top:20px;
}
.contact-inp-fld{
	-webkit-appearance:none;
	border:none;
	outline:none;
	border-bottom:1px solid #a4bcb1;
	background:none;
	width:100%;
	padding:20px 0;
	font-size:18px;
	line-height:26px;
	color:#fff;
}
textarea.contact-inp-fld{
	height:130px;
	resize:none;
	padding-right:150px;
}
.contact-inp-fld::placeholder{
	color:#fff;
}
.pos-abs{
	position: absolute;
    right: 32px;
    bottom: 70px;
}
.cont-btn{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	cursor:pointer;
}
.cont-btn img{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	filter: hue-rotate(247deg);
}	
	

/*-----------------------
		MEDIA
------------------------*/


@media only screen and (max-width:1010px){


}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}



}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: var(--bg1);
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 20px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #017a3f;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
}

@media only screen and (max-width: 767px){
	.trms-sec2{padding: 20px 0;}
	.tems_bg {    padding: 10px 0;}
	.trms-sec2 .top-txt{ font-size:20px;}
	}










