@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "DM Sans", sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; max-width: 100%;   vertical-align: middle; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #000000;
    padding:7px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 5px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    padding: 10px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo-sec{
	float: left;
	max-width: 300px;
	margin-top: 10px;
	}
.logo{
	display:inline-block;
	vertical-align:top;
	}
.logo-sec p{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:21px;
	letter-spacing:0.5px;
	color:#ffffff;
	padding-left:15px;
	margin-left:10px;
	border-left:1px solid #6692b8;
	}
.logo-sec p span{
	font-size:20px;
	font-weight:bold;
	}

a.header-btn{ 
	float:right; 
	width:141px;
	font-size:18px;
	color:#ffffff;
	height:42px;
	border-radius:4px;
	font-weight:600;
	line-height:40px;
	background:#00c04e;
	margin-top:14px;
	}
	
ul.mainMenu{
	float:right;
	margin-top: 17px;
}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #90afca;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
    color: #222;
    font-size: 16px;
    line-height: 20px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:170px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	    width: 25px;
    height: 4px;
    background-color: #000;
    transition: 0.4s;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000000;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index: 9999;
	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:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*====banner-section====*/
.banner-section{
	    float: left;
    width: 100%;
    background: url(../images/banner-bg.webp) center top no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
	}
.banner-inner{
	width:100%;
	max-width:980px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.banner_left{
	float:left;
	width:67%;
	text-align:left;
	}
.banner_heading{
	font-size: 56px;
    line-height: 62px;
    /* letter-spacing: -1.5px; */
    font-weight: 800;
    color: #000;
	}
.banner-text1{
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 20px;
	font-weight: 500;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0 -10px;
	}
ul.banner_point li{
	font-size:20px;
	line-height:26px;
	color:#000;
	text-align:left;
	padding:0 0 12px 35px;
	background:url(../images/balance-tick.webp) no-repeat left 2px;
	background-size:23px;
	margin-top:8px;
	position:relative;
	text-transform:capitalize;
	}
ul.banner_point li:before{
	content:"";
	position:absolute;
	border-bottom:1px solid #d7d7d7;
	bottom:0;
	right:0;
	left:35px;
	}
ul.banner_point li:last-child:before{
	display:none;
	}
.banner-product{
	position: absolute;
	right: 60px;
	bottom: -50px;
	width: 440px;
	}
.banner_prod_img{
	width:100%;
}
.banner_seal{
	position: absolute;
	left: 150px;
	top: 0px;
	width: 110px;
}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:400px;
	margin-top:40px;
	text-align:center;
	}
.commonBtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height:70px;
    background: #1cb13d;
    border-radius:10px;
    font-size: 24px;
    line-height:70px;
    color: #fff;
    font-weight:700;
	text-transform:capitalize;
    text-align: center;
    margin: 0 0 8px;
	}
.btn-arrow{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-2px 0 0 10px;
	}
.button-list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	}
.button-list li{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:left;
	padding-left:20px;
	position:relative;
	}
.button-list li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	border-right:1px solid #acacac;
}
.btn-list-tick{
	display:inline-block;
	vertical-align:middle;
	height:17px;
	margin:-3px 3px 0 0;
	}
.button-list li:first-child:after{display:none;}
	
/*--------BANNER STRIP--------*/
.bnrstrip{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #f1edea;
	}
.bnrstrip-hding{
	letter-spacing:0.5px;
	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;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 10px;
	}

ul.bnrstrip-list{
	float:left;
	width:100%;
	}
ul.bnrstrip-list li{
	float: left;
    width: 16.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;
	max-width:40px;
	}		
ul.bnrstrip-list li p{
	font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
	}	
/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.s1-text1{
	font-size:24px;
	line-height:26px;
	color:#446a0b;
	font-weight:800;
	margin-bottom:10px;
	}
.common-heading{
	font-size:48px;
	line-height:55px;
	color:#000;
	font-weight:800;
	}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.s1-text2{
	    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
    display: inline-block;
    max-width: 80%;
	}
.s1-text2 span{
	display:block;
	color:#e81717;
	font-weight:800;
	}
.s1-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px solid #446a0b;
	border-radius:15px;
	padding:45px 0 26px;
	position:relative;
	margin-top:50px;
	}
.s1-alert-icn{
	position:absolute;
	left:50%;
	top:-42px;
	margin-left:-42px;
	width:85px;
	}
.s1-box-heading{
	    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
	}
.s1-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	padding:0 35px;
	}
.s1-row-left{
	width: 40.9%;
	}
.s1-row-left-inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	z-index:1;
	}
.s1-row-img{
	position: absolute;
	left: 0;
	width: 452px;
	top: -15px;
	z-index: -1;
	}
.s1-row-right{
	width:54%;
	}
.s1-content-box{
	float:left;
	width:100%;
	}
.s1-content-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:20px;
	position:relative;
	}
.s1-content-row:before{
	content:"";
	position:absolute;
	left:54px;
	border-left:2px dotted #446a0b;
	top:0;
	bottom:0;
	}
.s1-content-row:last-child:before{
	display:none;
	}
.s1-content-row-left{
	width:108px;
	height:108px;
	border:1px solid #446a0b;
	background:#fff;
	padding:6px;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	}
.s1-content-row-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s1-content-row-right{
	width: calc(100% - 108px);
    text-align: left;
    padding-left: 18px;
    align-self: center;
    padding-right: 0;
	}
.s1-content-row-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
.s1-content-row-text2{
	font-size:18px;
	line-height:25px;
	color:#000;
	margin-top:8px;
	}
	
.s1-restore-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:55px;
	}
.s1-restore-product{
	display:block;
	margin:0 auto;
	width:389px;
	}
.s1-restore-text{
	    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
	}
/*--------SECTION 2--------*/
.section2-hm{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	background:#f0f9ff;
	}
.section2-hm .comn-txt{ max-width:80%; display:inline-block; vertical-align:middle;}	
ul.s2-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	}
ul.s2-list li {
    width: 32%;
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    text-align: left;
    padding: 25px 23px 0;
	}	
.s2-lst-bx{
	position:relative;
	}
.s2-lst-bx-txt{
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	font-weight: 700;
	width: 76%;
	}
.s2-no{
	font-size:20px;
	line-height:24px;
	color:#000;
	position:absolute;
	top:-3px;
	font-weight:500;
	right:0;
	max-width:100%;
	}
.s2-lst-txt{
	    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
	}
.s2-img{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	border-radius:12px 12px 0 0;
	}

/*==============section3===============*/
.section3{
	background:#fff;
	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: 100px;
	}
.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/close-btn.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;
	border-radius: 5px;
	}
.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/open-btn.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;
	letter-spacing:0.3px;
	}
.ing-rght-img{
	float:right;
	margin:0px 10px 0 0;
	max-width: 80px;
	border-radius: 5px;
	}	

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section_4{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
    text-align: center;
	}
.section_4 .common_text {}
.s4_prod_block{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 96px 0 20px;
    position: relative;
	}
.s4_prod_block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #a1bace;
    transform: translateY(-50%);
}
.s4-prod{
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
	max-width: 370px;
	}
.s4_prod_col{
	width: 390px;
	position: relative;
	}
ul.s4_prod_list{
	display:inline-block;
	vertical-align:top;
	width:100%;

	}
ul.s4_prod_list li{
	position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 0 0px 0px;
}

ul.s4_prod_list2 li {
    text-align: right;
    float: right;
}
	
ul.s4_prod_list li span {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #011f41;
    margin-bottom: 13px;
}
ul.s4_prod_list li span span {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid #070d47;
    padding: 5px 0px;
    border-radius: 30px;
    width: 120px;
    margin-top: 14px;
    text-align: center;
	margin-bottom: 0;
}
ul.s4_prod_list2 li span span {
    display: inline-block;
    vertical-align: middle;
}
.s4-ingredient{
	position: absolute;
    top: -10px;
    right: 10px;
    width: 80px;
    border-radius: 50%;
	border: 1px solid #ededed;
	}
ul.s4_prod_list2 .s4-ingredient {
	left: 10px;
    right: auto;
}
ul.s4_prod_list li p{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 0;
    float: left;
    width: 77%;
}
ul.s4_prod_list2 li p {
    float: right;
}
.s4-shape{ position:absolute;}
.s4-shape1{
	top: -10px;
	right: -60px;
	}
.s4-shape2{
	top: -30px;
	right: -70px;
	}
.s4-shape3{
	top: -40px;
	right: -70px;
	}
.s4-shape4{
    top: 13px;
    left: -70px;
    transform: scaleX(-1);
	}
.s4-shape5{
	top: -17px;
	left: -110px;
	transform: scaleX(-1);
	}
.s4-shape6{
	top: -17px;
	left: -90px;
	transform: scaleX(-1);
	}
ul.s4_prod_list li:nth-child(1){ }
ul.s4_prod_list li:nth-child(2){ margin: 150px 0 0 0px;}
ul.s4_prod_list2 li:nth-child(1) {}
ul.s4_prod_list2 li:nth-child(2) { }


.section_4 .button_box {
    margin-top: 60px;
}


	
/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fbff;
	}
.s5-inr{
	vertical-align: top;
    max-width: 1500px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-around;
	}


/*=======SECTION2======*/
.section2{
    float: left;
    width: 100%;
    background: #f8fbf4;
    position: relative;
    padding: 60px 0;
	}
.s2_strip_bg{
	float: left;
    width: 100%;
	background:#006b41;
	padding:50px 0 60px;
	position:relative;
	overflow:hidden;
	}
.white_text{ color:#fff !important;}
.fs_20{
	font-size:20px;
	line-height:28px;
	}
.s2_strp_img{
    position: absolute;
    top: -154px;
    right: 32px;
	}

.s2_row_wrap{
	 display: flex;
    vertical-align: top;
    width: 100%;
    padding: 40px 0 0px;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
	}
.s2_row_wrap .common__button{height: 56px; line-height: 56px; font-size: 22px;text-align: center;width: 84%;float: none;
    display: inline-block;}
.s2_row_wrap .common__button img{width: 20px;}
.s2-inr-bx{
	width: 32%;
    border-radius: 8px;
    float: left;
    text-align: center;
    color: #000000;
    overflow: hidden;
    background: #ffffff;
    background: #ffffff;
    padding: 20px 20px;
    border: 1px solid #e9e9e9;
	}
.s2-inr-bx .button_box{ margin-top:0;}
.s2-inr-bx .commonBtn{ height:60px; line-height:60px;}
.s2-inr-bx .button-list li{ padding:0;}
.s2-inr-bx-cont{
	    padding: 10px 0;
    background: #ffffff;
    color: #000000;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}
.s2-bx-sml{
	    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	}
.s2-bx-hd{
	font-size: 22px;
	line-height:34px;
	margin-top:6px;
	font-weight:300;
	}
.s2-bx-tx{
	    font-size: 28px;
    line-height: 36px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 14px
	}
.s2-bx-img{
	    position: relative;
    display: block;
    margin: 0px auto 20px;
    font-size: 30px;
	}
.option-hed {
    font-size: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pkgrgt {
    float: left;
    width: 100%;
    padding: 0 30px;
    text-align: left;
}
.buyOpt-row {
        float: left;
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
        position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.benefit_sec{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap:25px;
	margin:40px auto 10px;
}
.benefit_box{
	width:31.8%;
	border:1px solid #709e28;
	border-radius:10px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding:10px 10px 15px;
	position:relative;
}
.benfit_img{
	max-width:100%;
	border-radius:8px 8px 0 0;
}
.benfit_icon{
	position:absolute;
	right:25px;
	top:25px;
	width:62px;
	border-radius: 0 10px;
}
.benfit_content{
	padding:15px 10px;
}
.benfit_hdg{
	    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.benfit_txt{
	font-size:17px;
	line-height:26px;
	margin:15px 0 0;
}


/*=======SECTION4======*/
.section4{
    float: left;
    width: 100%;
	background:#fef9f2;
	padding:60px 0 70px;
	}	
.s4_row_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:100px 0 20px;
	position:relative;
	}
.s4_col_content{ width:358px;}
ul.s4_cont_list{
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
	}
ul.s4_cont_list li{
    float: left;
    width: 100%;
	text-align:right;
	position:relative;
	}
.fr ul.s4_cont_list li{ text-align:left;}	
ul.s4_cont_list li h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}	
ul.s4_cont_list li p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	min-height:48px;
	}	
.s4_list_pnt{
	position:absolute;
	top:5px;
	right: -115px;
	}		
.fr ul.s4_cont_list li .s4_list_pnt{ 
	transform: scaleX(-1);
	right:auto;
	left:-115px;
	}
.s4_gummy_img{
	position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -81.5px;
	}

/*======SECTION4=======*/
.section_5{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #f8fbf4;
    text-align: center;
	}
.faq-container{
	    max-width: 100%;
    width: 100%;
    margin: 35px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	}
.up-slide-dwn{
	    float: left;
    width: 100%;
    border: 1px dashed #83a34f;
    padding: 10px 20px;
    border-radius: 8px;
    background: #fff;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat right 15px center;
    padding: 15px 50px 15px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 15px center;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px 0 0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-bottom:20px;
	}
.acdn_link{ text-decoration:underline; color:#4780ec;}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	background: #fff;
	border-top: 1px solid #f1f1f1;
	}
.ftr-logo{
	display:block;
	margin:0 auto 18px;
	max-width: 100px;
	}
.footerBox1 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    row-gap: 10px;
    margin-bottom: 15px;
}

.ftrBox1 {
   width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;;
}

.ftrBox1 img {
    display: none;
}
.ftr-txt1{
	font-size:16px;
	line-height:30px;
	color:#2d2d2d;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#2d2d2d; padding:0 3px;}

.ftrtext2{ font-size:14px; line-height:22px; letter-spacing:0.5px; margin-top:15px;}


/*==============Media=============*/

/*----------- popup ---------------- */
#pop_overlay, #ing_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content, #ing_content {
	height: auto;
	max-width: 90%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	width:600px;
}
#ing_content {
	width:1000px;
}

.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}




/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #f8fbf4;
    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;
}
.ing-lft-bx-hed, .trms-sec2 p{ }
.trms-sec2 p{
	       float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 19px 0 24px;
}
.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: #678e28;
    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){
	.tems_bg {padding: 10px 0;}
}
/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#f8fbf4;
	padding:70px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 45%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:0px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 60px;
	margin-top:20px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 30px;
	}	
ul.cnt-list li span{
    font-weight: bold;
	display: block;
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background:#000000;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000000;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	display: none;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

	
.cont-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #0cb52c;
    height: 62px;
    color: #fff;
    font-size: 26px;
    line-height: 62px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    /* padding-right: 65px; */
    outline: none;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	margin-top:20px;
	border-radius:50px;
}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}	

.thank-you {
    float: left;
    width: 100%;
    padding: 50px 0;
}

@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 15px;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner_left { width: 62%;}
.banner_heading { font-size: 50px; line-height: 54px;}
.banner-product{right:130px; bottom:-60px;}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip{ padding:20px 0;}
.strp-list li { padding: 0 16px; font-size: 15px; line-height: 22px; }
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.common-heading { font-size: 42px; line-height: 48px;}
.s1-row-img {width: 490px; top: 40px;}
.s1-content-row-right{padding-right:0px;}
.s1-restore-text { font-size: 34px; line-height: 42px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section_4{padding: 60px 0;}
.s4_prod_block{margin: 60px 0 10px;}
.s4-prod{ top: 20px;}
.s4_prod_col{width: 340px;}
ul.s4_prod_list li{}

.s4-shape6{ left: -70px;}
.s4-shape3{ right: -50px;}
.section_4 .button_box {margin-top: 80px;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3{padding: 50px 0;}
.s3-innr{ width:75%;}
.sec3-top1, .sec3-top2, .sec3-top3{}
.s3-ul li {padding: 0 20px;}
.txt4{ font-size:55px;}
.txt5{ font-size: 17px; line-height: 27px;}
.txt5 span{ font-size:18px;}
.img-sec3{ right:-7px;}

.package_row{padding: 0;justify-content: space-between;column-gap: 0;}
.package_col{width: 32%;}

.benefit_sec{gap:22px;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.s4-rit {width: 55%;}
.s4-chart {width: 42%;max-width: 516px;}
.s4-ul li {margin-right: 20px;padding-right: 20px;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section_5{padding: 50px 0;}
.s5_cont{margin: 0;}
ul.s5_list li{padding: 15px 140px 15px 80px;}

.common_heading{ font-size: 40px; line-height: 48px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk,.hide-tab{ display:none;}
.forTab{ display:block;}


ul.mainMenu{ display:none;}
.mobilemenu{ top:180px;}
.mobimenu-top{ top:80px;}
.mob-mnu-ic{ right:15px;top: 15px;}

.banner_left { width: 53%;}
.banner_heading { font-size:35px; line-height:40px;}
.banner-text1 { font-size: 18px; line-height: 26px;}
ul.banner_point li {font-size: 18px; line-height: 24px;}
.banner-product { width: 280px; right:50px;}
.commonBtn{ font-size:24px; height: 60px; line-height:60px;}

.common-heading { font-size: 32px; line-height: 38px;}
.common-text { font-size: 17px; line-height: 25px;}

.s1-text2 { font-size: 18px; line-height: 26px;}
.s1-box-heading { font-size: 28px; line-height: 34px;}

.s1-row{margin:10px auto 0;}
.s1-row-left { width:100%;}
.s1-row-img{ position:static; width:400px;}
.s1-row-right { width:100%; margin-top:20px;}
.s1-content-row-text2 {font-size: 17px; line-height: 23px;}
.s1-restore-text {font-size: 28px; line-height: 36px;}

.section5{ padding:50px 0 60px;}
.s5_mid_imgbx{ width:48%;}
.s5_mid_contbx{ width:48%;}
ul.s5_mid_cont li{ padding: 14px 10px 14px 14px; margin-top: 14px;}
.cont_text{ font-size: 22px; line-height: 28px;}
.s5_text{ font-size: 19px; line-height: 27px; margin-top: 20px; padding: 0;}

.section2{ padding-bottom:60px;}
.s2_row_wrap{ padding: 50px 0 10px;}

.section3{ padding:50px 0 60px;}
.s3_wrpbx_hdng{ font-size: 23px; line-height: 29px;}

.benefit_sec{gap:15px;}
.benfit_icon{width:42px;}

.section4{ padding:50px 0 60px;}
.s4_row_wrap{ margin:50px auto 0;}
.s4_col_content{ width: 205px;}
ul.s4_cont_list{ row-gap: 40px;}
.fr ul.s4_cont_list li .s4_list_pnt{ left:-95px;}
.s4_list_pnt{ right:-95px;}
.s4_gummy_img{ top:0;}

.section11{ padding:50px 0 60px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.topStrip p{ font-size:13px; line-height:18px;}
.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;}
.mob-mnu-ic{ right:15px; top:10px; left:auto;}
.mobilemenu{ top:68px;}
.mobimenu-top{ top:55px;}
.logo-sec{ margin-top: 4px; max-width: 205px;}
.logo{ width:125px;}
.logo-sec p{font-size:14px;line-height: 16px;padding-left: 10px; margin-left:6px;}
.logo-sec p span{ font-size:17px; line-height:20px;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner-section { padding: 25px 0 30px; background:#F8FBF3;}
.banner_left { width:100%; text-align:center;}
.banner_heading { font-size: 28px; line-height:34px; margin-top:0; letter-spacing:-0.3px; position:relative;}
.banner_mobile{width:calc(100% + 30px); margin-left:-15px; margin-top:0px; max-width:unset;}
.banner-text1 { font-size: 15px; line-height: 21px;}
.banner-img{ width:254px; right:-45px; top:-75px; z-index:1;}
.banner-prod-box{ position:relative;}
.banner-product { width: 250px; right: -60px; top:0; z-index:1;}
ul.banner_point{margin:10px 0 -12px 0;}
ul.banner_point li {font-size: 17px; line-height: 24px; padding: 10px 5px 12px 30px; margin-top: 0; background-size: 22px; background-position: 0 12px;}
ul.banner_point li:before{ left:0;}

.button_box{ margin-top:30px;}
.s2-inr-bx .commonBtn { height: 50px; line-height: 50px;}

.bnrstrip {padding: 15px 0;}
.bnrstrip-hding { font-size: 19px;line-height: 26px;}
.bnrstrip-hding:before, .bnrstrip-hding:after{width: 35px; margin: -5px 5px;}
.bnrstrip-para {font-size: 13px;line-height: 20px;margin-top: 6px;}
ul.bnrstrip-list {  margin-top: 0; display: flex; flex-wrap: wrap; row-gap: 20px;}
ul.bnrstrip-list li { width: 33%; }
ul.bnrstrip-list li:after{ display:none;}
ul.bnrstrip-list li p {font-size: 14px; line-height: 18px;margin-top: 10px;}
ul.bnrstrip-list li img { width: 36px;}

.section1{ padding:25px 0 45px; overflow:hidden;}
.s1-text1 { font-size: 18px; line-height: 22px; margin-bottom:6px;}
.common-heading { font-size: 26px; line-height: 32px; position:relative;}
.common-text { font-size: 16px; line-height: 24px; margin-top:10px;}

.s1-text2 {font-size: 16px; line-height: 24px; margin-top:10px; max-width:100%;}
.s1-text2 span{ display:inline;}
.s1-box{ border:none; padding:0; margin-top:0;}
.s1-row { margin:60px auto 0; padding: 0;}
.s1-row-left{ border: 2px solid #678e28; border-radius: 10px;}
.s1-row-left-inner{ padding:20px 47% 20px 18px; text-align:left; min-height:180px;}
.s1-alert-icn { top: -30px; margin-left: -25px; width: 50px;}
.s1-row-img { position: absolute; width: 230px; top: auto; bottom: 0; right: 0; left: 50%; transform: translateX(-50%); z-index:1}
.s1-box-heading { font-size: 20px; line-height:26px; color:#fff; background:#678e28; padding:8px 10px; border-radius:0 0 5px 5px;}

.s1-content-row{ padding-bottom:15px;}
.s1-content-row:before { left: 43px;}
.s1-content-row:first-child:before{ top:-20px;}
.s1-content-row-left { width: 85px; height: 85px;}
.s1-content-row-right { width: calc(100% - 100px); padding:0 0 15px 0; border-bottom:1px solid #dddddd;}
.s1-content-row:last-child .s1-content-row-right{ border-bottom:none; padding-bottom:0;}
.s1-content-row-text1 { font-size: 20px; line-height: 28px;}
.s1-content-row-text2 { font-size: 16px; line-height: 21px;}

.s1-restore-box { margin-top: 10px;}
.s1-restore-product{ width:270px;}
.s1-restore-text {font-size: 18px; line-height: 26px;}

.section2-hm {padding:30px 0 35px;}
ul.s2-list {width: 100%;margin: 0 auto;}
ul.s2-list li {padding: 20px 20px 0;width: 100%; margin-top: 30px;}
.s2-lst-bx-txt { font-size: 20px; line-height: 28px;}
.s2-lst-txt {font-size: 17px; line-height: 25px;margin-top: 10px; min-height:auto;}
.s2-icon {top: 0px; right: 0;width:30px;}

.section3{padding:30px 0 35px;}
.benefit_sec{max-width:350px; margin:30px auto 10px; gap:20px 0;}
.benefit_box{width:100%;}
.benfit_hdg{font-size:22px; line-height:28px;}
.benfit_txt{font-size:16px; line-height:23px; margin:10px 0 0;}

.section4{padding:30px 0;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section_4{ padding:25px 0 30px;}
.s4_prod_block{ margin: 30px 0 0; padding-top:0px;}
.s4_prod_col{width:100%; margin-top: 20px;padding: 0 0px 0 0px;}
.s4_prod_col:last-child{margin-top:0}
.s2-prod{ width: 270px;}
ul.s4_prod_list li, ul.s4_prod_list li:nth-child(1), ul.s4_prod_list li:nth-child(3), ul.s4_prod_list li:nth-child(2), ul.s4_prod_list2 li:nth-child(1), ul.s4_prod_list2 li:nth-child(3), ul.s4_prod_list2 li:nth-child(3) {padding: 0;text-align: left;float: left;border: 1px solid #efefef;padding: 10px;}
.s4-ingredient, ul.s4_prod_list2 .s4-ingredient {width: 70px;left: auto;right: 10px;top: 10px;}
ul.s4_prod_list li span{font-size: 18px;line-height: 28px; margin-bottom: 5px;}
ul.s4_prod_list li span span{    font-size: 16px;line-height: 21px;padding: 3px 0px;width: 110px;margin-top: 6px;}
.s4-mob-img{ display:block; margin:20px auto 0; width:405px;}
ul.s4_prod_list li p{font-size: 15px; line-height: 24px;float: left;}
.s4_prod_block:after{border-top:none;}
.s4-prod {position: static; max-width: 100%;transform: none; margin: -70px auto -117px; }
.section_4 .common_text {margin-top: 15px;}
ul.s4_prod_list li:nth-child(2){ margin:0 0 0;}
.section_4 .button_box{        margin-top: 22px;}


.section_5{ padding: 30px 0;}
.accordion{ font-size: 16px;  line-height: 22px; padding:18px 32px 18px 0; background-size:16px; background-position:right 10px center;}
.acdn-heading.accordion-open{ background-position: right 10px center;
        padding: 10px 0 13px 0;
        font-size: 18px;
        line-height: 28px;
    }
.acdn-content{ padding: 0 15px 0 0;}
.acdn-para{ font-size: 14px; line-height: 22px; margin-bottom: 15px;}



.section2{ padding: 30px 0;}
.s2_strip_bg{ padding: 30px 0; overflow: visible;}
.s2-inr-bx-cont{padding:5px 0;}
.s2-bx-tx{font-size: 28px; line-height: 28px; margin-top: 10px;}
.s2-bx-img{ text-align: center; max-width: 250px; margin: 0px auto 10px;}
.pkgrgt{padding: 0 15px;}
.s2-inr{ margin-top:10px;}
.section2:before{top: -26px; height: 52px;}
.s2_row_wrap { padding: 30px 0;}
.s2-inr-bx{ width:100%;}

.section3{ padding: 30px 0 35px;}
.s3_wrap_blk{ row-gap: 20px; margin: 25px auto 0; max-width:350px;}
.s3_wrap_box{ width:100%; padding:20px 20px 25px;}
.s3_wrpbx_img{ display:none;}
.s3_wrp_contbx{ margin-top:55px;}
.s3_wrpbx_hdng{ font-size: 26px; line-height: 29px;}

.section4{ padding: 30px 0 35px;}
.s4_row_wrap{ margin: 15px auto 0; max-width: 345px;}
.s4_gummy_img{ top:50%; left: -64px; margin: -230px 0 0; width: 163px;}
.s4_col_content{ width: 100%;}
ul.s4_cont_list{ row-gap: 0; float: right; width: 64%;}
ul.s4_cont_list li{ text-align: left !important; margin-top:20px;}
ul.s4_cont_list li h3{ font-size: 17px; line-height: 22px;}
ul.s4_cont_list li p{ font-size: 15px; line-height: 21px; margin-top: 5px; min-height:auto;}
.s4_list_pnt-mob{ position:absolute;}
.s4_list_pnt-mob1{ top: 0px; left: -55px; width: 42px;}
.s4_list_pnt-mob2{ top:0; left:-76px; width:66px;}
.s4_list_pnt{left: -69px;right:auto;transform: scaleX(-1);width: 60px;}
.fr .s4_list_pnt-mob{ transform: scaleY(-1);}
.s4_list_pnt-mob4{ top: -69px;}
.s4_list_pnt-mob5{ top: -30px;}

.section11{ padding: 30px 0 35px; background:#f6fffc;}
.faq-container{ padding: 5px; margin-top: 15px;     gap: 10px;}
.up-slide-dwn{ padding: 0 15px;}
.accordion{ padding: 16px 43px 13px 0;
        background-size: 15px !important;
        font-weight: 600;}
.acdn_pics{ width: 48px; margin-top: -24px;}
.acdn_name{ font-size: 16px; line-height: 16px; margin-bottom: 5px;}
.acdn_heading{ font-size: 18px; line-height: 24px;}
.acdn-para{ font-size: 16px; line-height: 24px;}

.footer{ padding:20px 0 25px;}
.ftr-logo{}
.ftr-txt1{font-size:14px;line-height: 25px;}
.ftr-btm{ margin-top:15px; padding-top:10px;}
.ftrtext2{ font-size:13px; line-height:20px; letter-spacing:0.3px;}
p.ftrbx1-hd {font-size: 14px; line-height: 27px;}

#call-btn {
    float: left;
    width: 100%;
    padding: 11px 10px 10px;
    background: #000000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .btn-ofr-txt{ color:#fff;}
.btn-box {width: 325px; margin-top: 20px;}
.packageBtn{font-size:24px; line-height: 60px;    height: 60px;}
.footer a.packageBtn{ font-size:22px; height:65px; line-height:65px;}

.ftr-txt1 a{ padding:0;}
.ftrBox1{ margin-bottom:5px;}

.contact-sec1{ padding:30px 0;}
.cont-sec1Lft{ width:100%;}
.cont-right{ width:100%; margin-top:20px;}
.cont-frm-hd p{ font-size:24px; line-height:34px;}
.cont-btn{ font-size:20px;}
ul.cnt-list{ margin-top:0;}


}

@media only screen and (max-width:360px){
	
}


/*-----------------------
		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);}
}