@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: 'Lexend';
	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;
	}

.fl{ float:left;}
.fr{ float:right;}

/*====Fonts====*/
/*=========FONTS===========*/
@font-face {
    font-family: 'Lexend';
    src: url('Lexend-Regular.woff2') format('woff2'),
        url('Lexend-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('Lexend-SemiBold.woff2') format('woff2'),
        url('Lexend-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('Lexend-Bold.woff2') format('woff2'),
        url('Lexend-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('Lexend-Medium.woff2') format('woff2'),
        url('Lexend-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('Lexend-Light.woff2') format('woff2'),
        url('Lexend-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
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:80px;
	}
.header{
	float: left;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    position: relative;
    top: 80px;
    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: 160px;
    margin-top: 0;
	}
.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: #063a57;
    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;
	}

/*****************************/
.sec-overlp {
    overflow: hidden;
    display: table;
}

/*------BANNER CSS------*/
.banner {
    float:left;
    width:100%;
	padding:30px 0 45px;
	}

.banner__left{
	float:left;
	width:44%;
	margin-top:40px;
	border: 10px solid #f7efcb;
	}
.banner__left ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    background: #f7efcb;
    padding: 10px 10px;
}
.bnr-lft-img {
    display: inline-block;
    margin: 0 auto 10px;
    width: 460px;
}

.banner__left ul li {
    float: left;
    width: 22%;
}
.banner__left ul li img {
    width: 80px;
}
.banner__slider-box{
	float:left;
	width:100%;
	position:relative;
	border:6px solid #f7efcb;
	}
.banner__right{
	float:right;
	width:51%;
	text-align:left;
	margin-top:40px;
	}
.approved_strip{
	margin-bottom:15px;
	}
.approved_strip span{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #e5deca;
	padding:5px 18px 6px 12px;
	text-align:left;
	font-size: 18px;
    line-height: 20px;
	color:#000000;
	border-radius:50px;
	margin-right:5px;
	background: #fff;
	}
.approved_strip span img{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-1px 10px 0 0;
	}
.banner_heading{
	font-size:49px;
	line-height:52px;
	color:#000000;
	font-weight:bold;
	text-transform: capitalize;
	}


.banner__paragraph{
	float: left;
    width: 91%;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:300;
	margin-top:15px;
	}
ul.banner__list{
	float: left;
    width: 100%;
    margin-top:15px;
	}
ul.banner__list li{
	float: left;
    width: 100%;
    padding:0 0 0 35px;
    background: url(../images/checkmark.png) no-repeat left 3px;
	background-size:20px;
    color: #000;
    font-size:18px;
    line-height: 26px;
    letter-spacing: 0.5px;
	text-align:left;
	text-transform: capitalize;
	margin-top:10px;
	}
.common-button__box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:500px;
	margin-top:40px;
	text-align:center;
	position:relative;
	z-index:2;
	}
.deal-ending{
	color:#000000;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:6px;
	}
.common-button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:80px;
	font-size:28px;
	line-height:80px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#fff;
	border-radius:10px;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	-webkit-text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	background: #2dc167;
	position:relative;
	box-shadow:0 2px 7px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 7px 2px rgba(0,0,0,0.2);
	}
.common-button:after{
	display:inline-block;
	vertical-align:middle;
	border-left:12px solid #fff;
	border-bottom:10px solid transparent;
	border-top:10px solid transparent;
	content:"";
	margin:-3px -10px 0 15px;
	}
.button-caption{
	margin-top:10px;
	font-size:15px;
	line-height:16px;
	font-weight:500;
	letter-spacing:0.3px;
	color:#000;
	position:relative;
	}
.button-caption img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:17px;
	}

/*=================
	Common Css
=================*/
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	margin-top:35px;
	text-align:center;
	}
.button-text1{
	font-size:15px;
	line-height:19px;
	color:#000;
	font-weight:500;
	}
a.commonBtn,.commonBtn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:70px;
	background:#eb9228;
	font-size:19px;
	line-height:78px;
	color:#fff;
	text-transform:uppercase;
	margin:0px 0 12px;
	font-family: inherit;
	-webkit-appearance:none;
	outline:none;
	cursor:pointer;
	border:none;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-4px 0 0 5px;
	}
.button-text2{
	font-size:15px;
	line-height:19px;
	color:#242424;
	}
.button-text2 span{
	font-weight:600;
	}
.btn-tick-icn{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-2px 5px 0 0;
	}
.btn-icn{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-2px 5px 0 0;
	}
.sub-heading{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:500;
	margin-bottom:5px;
	text-transform:uppercase;
	}
.common-heading{
	font-size:45px;
	line-height:53px;
	color:#000;
	font-weight:700;
    
	text-transform: capitalize;
	}
.common-text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	}

/*STRIP*/
.yellow-strip{
	float:left;
	width:100%;
    background:#f9c42d;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
	height:55px;
	}
.yellow-strip_slide{
	position: absolute;
    white-space: nowrap;
    animation: marquee-horizontal 25s linear  infinite;
	-webkit-animation: marquee-horizontal 25s linear  infinite;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	}
.strip-text{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: transform;
	flex: none;
	position:relative;
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}
.strip-text:after{
	display:inline-block;
	vertical-align:middle;
	width:6px;
	height:6px;
	background:#1d1d1d;
	border-radius:50%;
	margin:-3px 20px 0;
	content:"";
	}
@keyframes marquee-horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/*==sectionTwo==*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fefaea;
	}
.sec2-inner{
	float:left;
	width:100%;
	}
.sec2_left{
	float:left;
	width:49%;
	text-align:left;
	}
.common_heading{
	font-size: 45px;
    line-height: 55px;
    color: #010101;
    font-weight: bold;
}
.common_heading span{
	display: inline-block;
    vertical-align: middle;
    border: 1px solid #e5deca;
    padding: 5px 18px 6px 12px;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    border-radius: 50px;
    background: #fff;
	font-weight: 400;
}
.common_text{
	font-size:18px;
	line-height:28px;
	font-weight:300;
	color:#000000;
	letter-spacing:0.3px;
	margin-top:25px;
	}
.sec2_right{
	float:right;
	width:48.50%;
	text-align:center;
	}
.sec2_video-box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
	}
.sec2-video-thumb, .sec2_video-box iframe{
	
	}
.video-player{
	float:left;
	width:100%;
	display:none;
	}
.as-feature{
	float:left;
	width:100%;
	margin-top:30px;
	}
.as-feature h3{
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:500;
	}
.as-feature h3:before,.as-feature h3:after{
	display:inline-block;
	vertical-align:middle;
	width:130px;
	border-bottom:1px solid #626262;
	margin:0 10px;
	content:"";
	}
.as-feature ul{
	width: 100%;
    margin: 0 auto 0;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	}
.as-feature ul li{
	width:33.33%;
	padding:0 10px;
	margin-top:35px;
	text-align:center;
	}
.as-feature ul li img{
	display:inline-block;
	vertical-align:middle;
	max-height:40px;
	width:auto;
	max-width:100%;
	}

.s2_images_slider{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0;
	}
.s2_crousel_row{
	float:left;
	width:100%;
	}
.s2_crousel_col{
	display: inline-block;
    vertical-align: top;
    width: 267px !important;
	padding:0 5px;
	}
.s2_crousel_col img{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	}


/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0 0;
	overflow:hidden;
	position:relative;
	}
.sec3_row{
	width: 100%;
    max-width: 1190px;
    margin: 40px auto 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.sec3_col{
	    width: 32%;
    background: #131313;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
    transition: all ease 0.8s;
    overflow: hidden;
	}
.sec3_col:nth-child(3n){ margin-right:0;}
.sec3-col-img{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.sec3_col-content{
	    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: left;
	}
.sec3_col-content h3{
	font-size:26px;
	line-height:34px;
	color:#ffffff;
	font-weight:bold;
	}
.s3-text{
	font-size:18px;
	line-height:28px;
	color:#ffffff;
	letter-spacing:0.5px;
	font-weight: 300;
	margin-top:15px;
	}
.s3-col-hover-show{
	opacity:0;
	visibility:hidden;
	}
.s3-text2{
	font-size:17px;
	line-height:24px;
	color:#ffffff;
	letter-spacing:0.5px;
	margin-top:5px;
	font-weight:300;
	}
ul.s3-col-list{
	margin-top:15px;
	}
ul.s3-col-list li{
	margin-top:5px;
	padding: 0 0 0 30px;
    background: url(../images/checkmark.png) no-repeat left 4px;
    background-size: 18px;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.3px;
    text-align: left;
	}
.read-more{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:55px;
	font-size:16px;
	line-height:24px;
	color:#2dc167;
	letter-spacing:0.3px;
	margin-top:25px;
	border-top:1px solid #3d3934;
	padding:15px 20px;
	text-align: left;
	cursor:pointer;
	z-index:2;
	background:url(../images/read-arw.png) no-repeat right 18px center #131313;
	}
.sec3_col:hover .sec3_col-content{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:all ease 0.8s;
	}
.sec3_col:hover .s3-col-hover-show{
	opacity:1;
	visibility:visible;
	}
.hover-bg{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	z-index:1;
	width:100%;
	height:100%;
	background:rgba(19,19,19,0.7);
	transition:all ease 0.8s;
	}
.sec3_col:hover .hover-bg{
	opacity:1;
	transition:all ease 0.8s
	}

/*=============sectionSix=============*/
.sectionSix{
	float:left;
	width:100%;
	background: #fdf4d4;
    padding: 150px 0 60px;
    position: relative;
    overflow: hidden;
    margin-top: -20px;
	}
.sectionSix: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%);
}
.step_row{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
	row-gap: 20px;
	}
.step_row-col{
	width:31.5%;
	border:3px solid #f9c42d;
	border-radius:15px;
	text-align:center;
	position:relative;
	background: #fff;
	padding:20px 15px 25px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.step_row-col:after{
	position:absolute;
	right:-50px;
	top:50%;
	width:60px;
	border-bottom:7px dotted #f9c42d;
	content:"";
	z-index: -1;
	}
.step_row-col:last-child:after{ display:none;}
.step_row-col img{
	display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 260px;
	}
.step_row-col span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.step_row-col p{
	font-size:18px;
	line-height:27px;
	color:#000;
	font-weight: 300;
	}
/*======section6=====*/
.section6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.s6-row{
	width:100%;
	max-width:1000px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	}
.s6-row-left{
	width:42%;
	}
.s6-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s6-row-right{
	width:50%;
	}
.s6-row-cont-box{
	float:left;
	width:100%;
	}
.s6-row-cont-row{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #e9e9e9;
	padding:0 0 20px;
	margin-top:20px;
	}
.s6-row-cont-row:first-child{
	margin-top:0;
	}
.s6-row-cont-row:last-child{
	padding-bottom:0;
	border-bottom:none;
	}
.s6-row-cont-left{
	width:115px;
	}
.s6-row-cont-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s6-row-cont-right{
	width:calc(100% - 135px);
	text-align:left;
	}
.s6-row-cont-text1{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
    
	}
.s6-row-cont-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}

/*==============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%;
    -webkit-transform: translateX(-50%);
	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: #1b9cd3;
    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_hm {
    float: left;
    width: 100%;
    padding: 50px 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 20px;
    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;
    border: 3px solid #f9c42d;
    background: #ffffff;
    padding: 0 0 23px;
	
	}
.s2-inr-bx-cont{
	padding: 10px;
    background: #333;
    /* border-radius: 10px; */
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.s2-bx-sml{
	font-size: 20px;
    line-height: 35px;
    font-weight: 600;
	}
.s2-bx-hd{
	font-size: 22px;
	line-height:30px;
	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-inr-bx .common-button__box {
    max-width: 320px;
	margin-top: 0px;
}
.s2-inr-bx .common-button__box .common-button {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.s2-bx-img{
	    position: relative;
    display: block;
    margin: 20px auto;
    font-size: 30px;
	}
.s2-inr-bx .button_box {
    max-width: 290px;
    margin-top: 0;
}
.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;
}




/*======SECTION4=======*/
.section_5{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
    text-align: center;
}
.s5-txt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 5px 10px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    max-width: 670px;
    font-weight: 700;
    background: #fff8ee;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:35px 0 20px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px dashed #b5955d;
	}
.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: 25px 50px 25px 0;
    font-size: 20px;
    line-height: 24px;
    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: #fff8ee;
    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;
	line-height: 30px;
}
.ing-lft-bx-hed, .trms-sec2 p{ }
.trms-sec2 p{
	       float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px 0 10px;
}
.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: #eb9228;
    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:#f5f5f5;
	padding:70px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 100%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 10px;
	}
ul.cnt-list li{
	    float: left;
    width: 100%;
    padding: 0 0 20px 60px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    flex: 1 1 350px;
	}
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;
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	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: #eb9228;
    height: 62px;
    color: #fff;
    font-size: 26px;
    line-height: 62px;
    font-weight: 400;
    position: relative;
    outline: none;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 0;
    font-family: inherit;
}
	

.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;
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
   	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;
}

/**************************/
.forMob,.forTab{ display:none ;}

@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 15px;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner_left{ width:70%;}
.banner_heading{ font-size: 52px;line-height: 65px;}
.banner_prod{ right: -33px; top: 230px; max-width: 420px;}
.banner_text1{ width: 79%;}
.bnr-list1 li{font-size: 17px;}
.bnr-list1 {    width: 90%;}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip{ padding:20px 0;}
.strp-list li { padding: 0 16px; font-size: 15px; line-height: 22px; }
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section_1{padding:50px 0;}
.s1-btl{}
.s1-left{padding: 0 0px 0 480px;}

/*************************/
.sec1-btm{padding: 50px 0;}
.s1-lst1 li{padding: 240px 10px 10px 10px; font-size: 17px;}
.s1-lst1 li .s1-icon{right: 10px;top: 240px;}

.s3-prod {max-width: 510px;}
/*-------------------------
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%;}
/*-------------------------
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:100%; padding:0 80px;margin-top: 30px;}
	.banner__right{ width:100%;padding:0 80px;}
	.banner__paragraph{font-size: 18px;line-height: 28px; width: 100%}

	.sec2_left{ width:50%;}
	.common_heading {font-size: 35px;line-height: 40px;}
	.common_text{margin-top: 20px;font-size: 16px; line-height: 25px;}
	.as-feature h3:before, .as-feature h3:after{width: 60px;}
	.common-button__box{max-width: 470px;}
	.common-button{height: 72px;font-size: 23px; line-height: 72px;}
	
	.sec3_col{ width:48%; margin-right:4%;}
	.sec3_col:nth-child(3n){margin-right:4%;}
	.sec3_col:nth-child(2n){ margin-right:0;}
	
	.s4-col { width: 48.5%; padding:20px 0 15px;}
	.s4-col-left { width: 100%; padding:0 15px;}
	.s4-col-img { width: 100%; height:220px; object-fit:cover;}
	.s4-col-right { width:100%; padding:20px 18px 0;}
	.s4-col-text3 { font-size: 16px; line-height: 24px;}
	.s4-col-text4 { width:calc(100% + 36px); margin:18px 0 0 -18px; font-size: 16px; line-height: 24px; padding:15px 0 0 18px;}
	
	.s6-row-cont-right {  width: calc(100% - 120px);}
	.s6-row-cont-text2 { font-size: 17px; line-height: 25px;}

	.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, .show-desk{ display:none;}

	.topStrip p{ font-size:13px; line-height:18px;}
	.top-fix-bar{ margin-bottom:50px;}
	.header{height: 50px;margin-top: -50px;top: 50px;padding: 5px 0;}
	.mob-mnu-ic{ right:15px; top:10px; left:auto;}
	.mobilemenu{ top:50px;}
	.mobimenu-top{ top:55px;}
	.logo-sec{ max-width: 100px;}
	.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;}

	.banner{ padding:20px 0 30px; background:#fcfcfc;}
	.approved_strip {margin-bottom: 10px;}
	.approved_strip span{padding: 5px 10px 6px 8px;font-size: 11px;line-height: 15px; margin:0 2px;}
	.approved_strip span img {width: 11px;margin: -1px 5px 0 0;}
	.banner__left{ padding:0; margin-top: 15px;}
	.banner__slider-box{border: 3px solid #f7efcb;}
	.bnr-lft-img{width: 280px;}
	.banner__left ul{column-gap: 10px; padding: 15px 0 0;}
	.banner__left ul li img {width: 50px;}
	.banner__right{ padding:0; margin-top:10px;}
	.banner_heading { font-size: 28px;line-height: 32px;}
	
	
	.banner__paragraph {font-size: 16px;line-height: 24px; letter-spacing: 0.3px;margin-top: 10px;}
	ul.banner__list { margin-top: 10px;}
	ul.banner__list li{font-size: 15px;line-height: 24px;letter-spacing: 0.3px;margin-top: 10px;padding: 0 0 0 25px;background-size: 15px;}

	.common-button__box{ margin-top:30px;}
	.deal-ending{font-size: 13px;line-height: 15px;}
	.common-button {height: 65px;font-size: 21px;line-height: 65px;}
	.button-caption{font-size: 13px;line-height: 14px;}
	.button-caption img { margin: -3px 3px 0 0;width: 12px;}
	.common-button:after{border-left: 8px solid #fff; border-bottom: 7px solid transparent; border-top: 7px solid transparent;}

	.yellow-strip{height: 40px;}
	.strip-text{font-size: 13px;line-height: 24px;}
	.strip-text:after {width: 4px;height: 4px;margin: -3px 25px 0;}

	.sectionTwo{ padding:30px 0; background:#fff; border-bottom:1px solid #ddd;}
	.sec2-inner{display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
	.sec2_left{ width:100%;}
	.common_heading {font-size: 24px;line-height: 30px;}
	.common_heading br{display:none;}
	.common_heading span{font-size: 15px;line-height: 18px;display: table;margin: 0 auto 5px;}
	.sec2_right{ width:100%; margin:0;}
	.sec2_video-box{ margin-top:20px; border-radius:10px;}
	.common_text { margin-top: 10px;font-size: 16px; line-height: 24px;}
	.s2-mob-btm{ float:left; width:100%; margin-top:20px; text-align:center;}
	.sec2-mob-images{ width:100%; display:block; margin:0 auto 0;}
	.as-feature { margin-top: 20px;}
	.as-feature h3 {font-size: 15px;line-height: 22px;}
	.as-feature ul li{ margin-top:20px;}
	.as-feature ul li img{max-height: 30px;}
	
	.s2-inr-bx{width:100%}

	.sectionThree{ padding:30px 0;}
	.sec3_row{  margin: 20px auto 0;}
	.sec3_col-content{ padding:0 10px 0 15px; transform:none;position: static; margin-top:-80px; }
	.sec3_col,.sec3_col:nth-child(3n){ width:100%; margin:0px 0 0;padding-bottom: 10px;}
	.sec3_col-content h3 {font-size: 19px;line-height: 24px; position:relative;}
	.s3-text2{ position:relative;}
	.s3-text{ margin-top:10px;position:relative; font-size: 16px;line-height: 24px;}
	.read-more{ position:static; float:left; width:100%; font-size: 14px; line-height: 20px; background-size:17px;padding: 13px 15px 14px; margin-top: 20px;height: 50px;}
	.hover-bg{ display:none;}
	.s3-col-hover-show{ opacity:1; visibility:visible; display:none;}
	
	.sectionSix{ padding:50px 0 35px;}
	.sectionSix:before {top: -36px;height: 70px;}
	.step_row{ margin:20px auto 0; }
	.step_row-col{ width:100%; padding: 10px 10px 20px;}
	.step_row-col span{    font-size: 20px;line-height: 26px;margin-bottom: 5px;}
	.step_row-col img{max-width: 90%;}
	.step_row-col p { font-size: 16px; line-height: 24px;}
	.step_row-col:after{ right:50%; top:auto; bottom:-26px; width:auto; height:60px; border:none;  border-left: 5px dotted #f9c42d;}
	
	 .section_5, .section2_hm {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;}
	.s5-txt{font-size: 15px;line-height: 24px;}

	.section11{ padding: 30px 0 35px; background:#f6fffc;}
	.faq-container{ padding: 5px; margin-top: 5px;}
	.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%; text-align: center}
	.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:20px;}
	ul.cnt-list li{padding: 0 0 10px 60px}
	ul.cnt-list li p{    font-size: 16px;line-height: 24px;}


}



/*-----------------------
		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);}
}