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

/*----------------
RESET CSS
-----------------*/
*{
	scroll-behavior: smooth;
	scroll-margin-top: 30px;
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'UniformCondensed';
	font-weight:400;
}
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;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}


/*-----------------------
	MAIN CSS fonts
------------------------*/
@font-face {
	font-family: 'UniformCondensed';
	src: url('../fonts/UniformCondensed-Bold.woff2') format('woff2'),
	url('../fonts/UniformCondensed-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'UniformCondensed';
	src: url('../fonts/UniformCondensed-Medium.woff2') format('woff2'),
	url('../fonts/UniformCondensed-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'UniformCondensed';
	src: url('../fonts/UniformCondensed-Black.woff2') format('woff2'),
	url('../fonts/UniformCondensed-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'UniformCondensed';
	src: url('../fonts/UniformCondensed-Light.woff2') format('woff2'),
	url('../fonts/UniformCondensed-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'UniformCondensed';
	src: url('../fonts/UniformCondensed.woff2') format('woff2'),
	url('../fonts/UniformCondensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.top{
	float:left;
	width:100%;
	background:#070707;
	font-weight:500;
	padding:7px 0;
	border-bottom:1px solid #dfdfdf;
}
.top p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#ffffff;
	opacity:0.8;
}
.top p span{
	color: #ff8400;
}

.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:70px;
	padding:9px 0;
	margin-top:-70px;
	top:70px;
	position:relative;
}
.fixed-nav .header{
	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);
}
.logo{
	float:left;
	margin-top:-3px;
}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:18px 0 0 0;
}
ul.topMenu li{
	float:left;
	padding:0 20px;
	position:relative;
	border-right: 1px solid #c2c2c2;
}
ul.topMenu li:last-child {
	border: none;
}
ul.topMenu li a{
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
	line-height:16px;
	font-weight:500;
	letter-spacing:0.5px;
}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#ff8400;}
a.nav-btn{
	float: right;
	background: #00ba27;
	color: #fff;
	font-size: 18px;
	line-height:42px;
	letter-spacing:0.5px;
	text-align: center;
	width:184px;
	height:42px;
	margin-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.mob-mnu-ic{
	cursor: pointer;
	position:absolute;
	right: 10px;
	top: 14px;
	z-index:16;
	height:30px;
}
.mob-mnu-ic button{
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding:0;
	cursor: pointer;
	border: none;
}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
}
.mobilemenu{
	left:0;
	position:fixed;
	top:109px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	border-top:1px solid #dddddd;
	display:none;
}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:15px 20px;
	font-size:17px;
	color:#000;
	letter-spacing:0.5px;
}
.mobilemenu li a:hover{color:#000;}
/*-----------------------
		BANNER CSS
------------------------*/
.overflow{ overflow:hidden;}
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	height:975px;
	background:url(../images/banner.jpg) no-repeat center top #fcfcfc;
	padding-bottom: 43px;
	background-size: cover;
}
.bnr-lft{
	width:54.10%;
	float:left;
	text-align:left;
	margin:45px 0 0 0;
}
.bnr-txt1{
	background:#ff8400;
	display:inline-block;
	vertical-align:middle;
	height:32px;
	font-size:20px;
	line-height:22px;
	color:#151515;
	font-weight:700;
	letter-spacing:0.5px;
	position:relative;
	padding:5px 20px 5px 15px;
}
.bnr-txt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 8px 0 10px;
	max-width:100%;
}
.bnr-txt1:before{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-right: 10px solid #151515;
	content: "";
	clip-path: polygon(0% 50%, 105% 0, 105% 100%, 0% 50%);
}
.bnr-hding{
	font-size:58px;
	line-height:65px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
}
.bnr-hding span{color: #ff8400;}
ul.bnr-strp-list{
	display:inline-block;
	vertical-align:middle;
	background:url(../images/line-bg.png) center top no-repeat;
	margin:20px 0 0 0;
	padding:15px 0 15px 5px;
	background-size:cover;
	width:100%;
}
ul.bnr-strp-list li {
	display:inline-block;
	vertical-align:middle;
	text-align: left;
	position: relative;
	padding:0 0 0 36px;
	margin: 0 30px 0 0;
}
ul.bnr-strp-list li:last-child{ margin-right:0;}
ul.bnr-strp-list li img{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-15px;
	width:28px;
}
ul.bnr-strp-list li p{
	font-size:17px;
	line-height:30px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}
.bnr-txt2{
	display:inline-block;
	vertical-align:middle;
	width:85%;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#fff;
	margin-top:15px;
	border-bottom:1px solid #313030;
	padding:0 0 10px 0;
}
ul.bnr-list{
	margin:30px 0 0 0;
}
ul.bnr-list li{
	font-size:26px;
	line-height:32px;
	color:#fff;
	margin-top:10px;
	letter-spacing: 0.5px;
	padding: 0 0 0 45px;
	font-weight:500;
	text-align:left;
	position:relative;
	background:url(../images/bnr-tk.png) no-repeat left 3px;
}
ul.bnr-list li span.free{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:26px;
	background:#ff0000;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	margin-top:-3px;
}
.common-button-size{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:428px;
	text-align:center;
	margin-top:35px;
}
.comn-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height:65px;
	background:#00ba27;
	font-size:22px;
	line-height:65px;
	color: #fff;
	text-align: center;
	outline: none;
	letter-spacing:0.8px;
	text-transform:uppercase;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 7px 10px 2px rgba(0,0,0,0.2);
}
.granty-text{
	font-size:17px;
	line-height:20px;
	color:#000;
	letter-spacing:0.5px;
	margin-bottom:10px;
}
.granty-text:before,.granty-text:after{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:50px;
	height:1px;
	background:#bcbcbc;
	content:"";
}
.granty-text:after{ margin:-5px 0 0 5px;}

.bnr-prd{
	position: absolute;
	top: 238px;
	right: 277px;
	max-width: 100%;
}
.bnr-right{
	float:right;
	width:153px;
	margin:0 0 0 0;
}
ul.bnr-rgt-list{
	float:left;
	width:100%;
	margin:80px 0 0 0;
}
ul.bnr-rgt-list li{
	float:left;
	width:100%;
	text-align:center;
	margin:25px 0 0 0;
}
ul.bnr-rgt-list li h3{
	font-size:60px;
	line-height: 60px;
	font-weight: 900;
	text-transform: uppercase;
	color: #170c0a;
	-webkit-text-stroke: 1px #949090;
	letter-spacing: 0.5px;
}
ul.bnr-rgt-list li p{
	display:inline-block;
	vertical-align:middle;
	padding:5px 20px;
	background: rgba(78,68,67,0.9);
	font-size:14px;
	line-height:14px;
	letter-spacing:0.7px;
	color:#fff2e7;
	font-weight:500;
	text-transform:uppercase;
	border-radius:50px;
}

/*--------------banner strip-------------*/
.bnrstrip{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding:40px 0;
	border-bottom:1px solid #dddddd;
}
.bnrstrip-hding{
	float:left;
	width:100%;
	letter-spacing:0.5px;
	font-size:22px;
	line-height:33px;
	color:#000000;
	font-weight:500;
	text-align:center;
	position:relative;
}
.bnrstrip-hding:before, .bnrstrip-hding:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	right: 0px;
	top: 50%;
	width: 80px;
	height: 1px;
	background: #e6e6e6;
	margin: -2px 12px 0 0;
}
.bnrstrip-hding:after{
	margin: -2px 0 0 12px;
}
ul.bnrstrip-list{
	float:left;
	width:100%;
	margin-top:20px;
}
ul.bnrstrip-list li{
	float:left;
	width:14.28%;
	text-align:center;
}
ul.bnrstrip-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
}
ul.bnrstrip-list li p{
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	margin-top:10px;
}

/*--------------section1-------------*/
.section1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.comn-hding{
	font-size:55px;
	line-height:60px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}
.comn-hding span{
	color:#ff8400;
}
.s1-mid{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:50px;
}
.s1-lft{
	float:left;
	width:58%;
	position:relative;
	margin-top:10px;
	margin-left: -30px;
}
.s1-prd{
	float:left;
	width:300px;
	margin:0 0 0 0;
}
.s1-lft-bx{
	float:left;
	width:calc(100% - 300px);
	background:#ff8400;
	text-align:center;
}
.s1-img{
	display:block;
	margin:0 auto;
	width:100%;
}
.s1-lft-bx-txt{
	font-size:19px;
	line-height:30px;
	color:#ffffff;
	font-weight:700;
	padding:15px 15px;
}
.s1-rgt{
	float:right;
	width:42%;
	text-align:left;
}
.comn-txt{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:20px;
}
ul.s1-list{
	float: left;
	width: 100%;
	margin:5px 0 0;
}
ul.s1-list li{
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 45px;
	text-align: left;
}
ul.s1-list li img{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
	width:32px;
}
ul.s1-list li p{
	font-size:24px;
	line-height:28px;
	color:#000000;
	font-weight:700;
}

/*--------------section2-------------*/
.section2 {
	float: left;
	width: 100%;
	background:url(../images/section2.jpg) center top no-repeat;
	background-size:cover;
	padding: 60px 0;
	text-align: center;
}
ul.s2-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 0;
}
ul.s2-list li{
	width:32%;
	text-align:center;
}
.s2-step{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	line-height:40px;
	height:40px;
	background:#0d0d0d;
	color:#ff8400;
	font-size:28px;
	font-weight:700;
	border-radius:50%;
}
ul.s2-list li img{
	border:2px solid #ff8400;
	border-radius:12px;
	display:block;
	margin:10px auto 0;
	max-width:100%;
}
ul.s2-list li h3{
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	font-size:28px;
	line-height:35px;
	letter-spacing:0.5px;
	margin-top:20px;
}
ul.s2-list li p{
	color:#fff;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:15px;
	padding:0 15px;
}
.s2-mid2{
	display:inline-block;
	vertical-align:middle;
	max-width:844px;
	width:100%;
	text-align:center;
	margin-top:50px;
}
.s2-mid2-hding{
	font-size:28px;
	line-height:36px;
	letter-spacing:0.8px;
	font-weight:700;
	color:#fff;
}
ul.s2-list2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 10px;
}
ul.s2-list2 li{
	width:20%;
	text-align:center;
}
ul.s2-list2 li img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
}
ul.s2-list2 li p{
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:10px;
}

/*--------------section3-------------*/
.section3 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.sec3-box{
	float:left;
	width:100%;
	margin-top:50px;
}
.sec3-row1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:0 auto;
}
.sec3-row1-left{
	width:49%;
}
.s3-col{
	float:left;
	width:100%;
	padding:30px;
	position:relative;
	text-align:left;
	overflow:hidden;
}
.s3-col-hdng{
	font-size:34px;
	line-height:38px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:0.3px;
	text-transform:uppercase;
}
.s3-para{
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	margin-top:18px;
	letter-spacing:0.5px;
	position: relative;
	z-index: 2;
}
.s3-col-1{
	background:url(../images/s3-col1-bg.jpg) no-repeat right top;
	background-size:cover;
	min-height:338px;
	margin-bottom:35px;
}
.s3-col-1 .s3-para{
	width:45%;
	text-shadow: 1px 1px 4px black;
}
.s3-col-2{
	background:#577055;
	min-height:338px;
}
.s3-col-2 .s3-para{
	width:42%;
}
.s3-col2-prod{
	position:absolute;
	right:0;
	bottom:-10px;
	width: 385px;
}
ul.s3-col2-list{
	position:absolute;
	right:12px;
	bottom:20px;
	width:165px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.s3-col2-list li{
	float:left;
	width:48%;
	margin:0 1%;
	background:#3f4d3c;
	border-radius:10px;
	text-align:center;
	padding:10px 10px 8px;
}
ul.s3-col2-list li h3{
	font-size:18px;
	line-height:18px;
	color:#ffcf27;
	letter-spacing:0.3px;
	text-transform:uppercase;
}
ul.s3-col2-list li h3 span{ font-size:30px; line-height:28px;}
ul.s3-col2-list li p{
	font-size:15px;
	line-height:17px;
	color:#ffffff;
	font-weight:500;
	letter-spacing:0.5px;
}
.sec3-row1-right{
	width:48.50%;
}
.s3-col-3{
	height:100%;
	background:url(../images/s3-col3-bg.jpg) no-repeat center top;
	background-size:cover;
}
.s3-col-3 .s3-para{
	width:95%;
}
.sec3-row2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin:0 auto;
}
.sec3-row2-col{
	width:31.54%;
	margin-top:40px;
	position:relative;
}
.s3-col-4{
	min-height:336px;
	background:url(../images/s3-col4-bg.jpg) no-repeat center top;
	background-size:cover;
}
.s3-col-4 .s3-para{
	width:80%;
}
.s3-col-5{
	min-height:336px;
	background:url(../images/s3-col5-bg.jpg) no-repeat center top;
	background-size:cover;
}
.s3-col-5 .s3-para{
	width:70%;
}
.s3-col-6{
	min-height:336px;
	background:url(../images/s3-col6-bg.jpg) no-repeat center top;
	background-size:cover;
}
.s3-col-6 .s3-para{
	width:60%;
}
.s3-col-6-prd{
	position:absolute;
	right:15px;
	bottom:25px;
	width:140px;
}

/*--------------section4-------------*/
.section4 {
	float: left;
	width: 100%;
	background:#f7f7f7;
	padding: 60px 0;
	text-align: center;
}
.app-store-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 20px;
	width:100%;
	max-width:400px;
}
.app-store-col{
	width:48%;
	text-align:center;
}
.app-store-img{
	display:block;
	margin:0 auto;
	width:auto;
	height:50px;
}
.app-star{
	display:block;
	margin:10px auto 0;
}
.s4-mid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 20px;
	position:relative;
}
.s4-mid:before{
	background:url(../images/s4-bg.png) center top no-repeat;
	content: '';
	height:92px;
	width:100%;
	position:absolute;
	top:270px;
	left:0;
	z-index:1;
}
.s4-bx{
	width:25%;
	position:relative;
}
.mod-img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.s4-bx-inner{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding:0 20px;
	z-index:2;
	background: #f7f7f7;
}
.line{
	display:block;
	margin:-20px auto 15px;
	max-width:100%;
}
.s4-icon1{
	position:absolute;
	top:45px;
	right:20px;
	max-width:100%;
}
.s4-bx-inner h3{
	font-size:27px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.s4-bx-inner ul{
	float:left;
	width:100%;
	margin-top:18px;
}
.s4-bx-inner ul li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:6px;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	padding-left:30px;
	background:url(../images/s4-list-tik.png) no-repeat left 4px;
}
.sec5-food-img1{
	position: absolute;
	left: -360px;
	top: 0;
}
.sec5-food-img2{
	position: absolute;
	right: -360px;
	top: 0;
}
/*--------------section5-------------*/
.section5{
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	position:relative;
	overflow:hidden;
	background: #e9e9e9;
}
.section5:before {
	position: absolute;
	right: -1000px;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #fff9f3;
	content: "";
}
.choice_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1000px;
	margin-top:40px;
	position:relative;
	margin-bottom:30px;
}
.choice_col{
	width:50%;
	position:relative;
	padding:0 10px 0 60px;
}
.s5-prod1{
	position:absolute;
	right:20px;
	top:-20px;
}
.s5-prod2{
	position:absolute;
	right:65px;
	top:-30px;
}
.choice_col h3{
	font-size:32px;
	line-height:38px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}
ul.choice_list{
	float:left;
	width:100%;
	margin-top:15px;
}
ul.choice_list li{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
	font-size:25px;
	line-height:32px;
	color:#000000;
	font-weight:500;
	padding-left:50px;
	background:url(../images/cross.png) no-repeat left 1px;
	background-size:30px;
}
ul.choice_list2 li{
	background:url(../images/check.png) no-repeat left 1px;
	background-size:30px;
}

/*====offer_sec====*/
.offer_sec{
	float:left;
	width:100%;
	padding:70px 0;
	background:#fff;
}
.offer_box{
	width:100%;
	border:2px dashed #363636;
	position:relative;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	max-width:1000px;
}
.offer_box_left{
	float: left;
	width: 55%;
	padding: 45px 30px 45px;
	background: #fdf5e6;
	text-align: center;
}
.offer_heading{
	float:left;
	width:100%;
	font-size:48px;
	line-height:54px;
	color:#000;
	font-weight:bold;
	letter-spacing:0;
}
.offer_discount{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
}
.offer_box_timer{
	float:left;
	width:100%;
	margin-top:30px;
}
.offer_time_text{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#004f9f;
	font-weight:bold;
}
ul.offer_box_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:390px;
	margin-top:20px;
}
ul.offer_box_list li{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#000;
	margin-top:15px;
	background:url(../images/offer_tick.png) no-repeat left 3px;
	padding-left:45px;
	text-align:left;
	letter-spacing:0;
}
ul.offer_box_list li.warn{ color:#ff0000;background:url(../images/offer_warn.png) no-repeat left 3px;font-weight:500;}
.offer_box_right{
	float:right;
	width:45%;
	position:relative;
	padding:40px 30px;
}
.offer_prod{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	width:280px;
}
.offer_seal {
	position: absolute;
	right: 30px;
	top: 50px;
	width: 125px;
}

/*--------------section6-------------*/
.section6 {
	float: left;
	width: 100%;
	background:#f7f7f7;
	padding: 60px 0;
	text-align: center;
}
.s6-reviw {
	width: 100%;
	margin: 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s6-reviw-bx{
	width:23.30%;
}
.tsti-bx {
	background:#fff;
	padding:0 0 25px;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	text-align: left;
	float: left;
	margin-top: 35px;
	border-radius:12px;
}
.t-img1{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:12px 12px 0 0;
}
.tsti-bx-mid{
	padding:0 15px;
	margin-top:15px;
}
.vrfy-p{
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:500;
}
.vrfy-p span{
	color:#6fb620;
	font-size:14px;
}
.vrfy-tk{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: -6px 5px 0 10px;
}
.tsti-star{
	display:block;
	margin:10px 0 0 0;
	max-width:100%;
}
.tsti-txt{
	font-size:16px;
	line-height:23px;
	letter-spacing:0.3px;
	color:#1a1a1a;
	margin-top:15px;
}

.benft_order_text {
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 44px;
	letter-spacing:0.5px;
	color: #19191e;
	font-weight: bold;
	margin-top: 60px;
	padding: 0 15px;
}
.benft_order_text span{
	font-size:26px;
	line-height:26px;
	font-weight:600;
}
/*--------------section6-------------*/
.section7 {
	float: left;
	width: 100%;
	background:#fff9f3;
	padding: 60px 0;
	text-align: center;
}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:963px;
	width:100%;
	text-align: left;
	margin: 40px 0 0;
	padding:10px;
}
.up-slide-dwn {
	float: left;
	width: 100%;
	margin-bottom:15px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:6px;
}
.up-slide-dwn:last-child{ margin-bottom:0;}
.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close.png) no-repeat 97% center #fff;
	padding: 25px 30px 25px 30px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing:0.3px;
	color: #000000;
	font-weight:600;
	cursor: pointer;
	border-radius:10px;
}
.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat 97% center #fff;
	border-radius:10px 10px 0 0;
}
.acdn-content {
	float: left;
	width: 100%;
	padding: 0 80px 10px 30px;
	background:#fff;
	border-radius:0 0 10px 10px;
}
.acdn-para{
	float: left;
	width: 100%;
	font-size:18px;
	line-height: 26px;
	letter-spacing:0.5px;
	margin-bottom:15px;
}
.up-slide-dwn:last-child .accordion{border-bottom:none;}

/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:40px 0;
}
.ftr-logo{
	margin:0 auto 25px;
	display:block;
}
.ftr-txt{
	font-size:16px;
	line-height:26px;
	margin-top:5px;
	color:#000;
	letter-spacing:0.3px;
}
.ftr-txt a{
	padding:0 5px;
	color:#000;
}


/*============================*/
.fl{ float:left;}
.fr{ float:right;}
.forTab, .forMob{ display:none;}
.white{ color:#fff;}
.mrg-top0{ margin-top:0 !important;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
	.container{width:1004px;}

	.bnr-lft{ width:61%;}
	.bnr-hding {font-size: 55px;line-height: 65px;}
	.bnr-prd {width: 300px;top: 318px; right: 150px;}
	ul.bnr-rgt-list {margin: 25px 0 0 0;}

	ul.s1-list li p {font-size: 21px;line-height: 27px;}

	.s1-lft-bx-txt{ font-size:18px;}


	.s3-col-hdng{font-size: 28px; line-height: 35px;}
	.s3-col{ padding:25px;}
	.s3-col-1 .s3-para {width: 50%;}
	.s3-col-2 .s3-para {width: 46%;}
	.s3-col2-prod { width: 345px;}
	.sec3-row2-col{ width:32%;}
	.s3-col-4 .s3-para {width: 90%;}
	.s3-col-5 .s3-para {width: 82%;}
	.s3-col-6-prd {right: 10px; bottom: 25px; width: 110px;}



	.s4-mid:before{ top: 220px;}
	.s4-bx-inner h3 {font-size: 22px;line-height: 26px;}
	.s4-icon1 {right: 18px; width: 45px;}
	.s4-bx-inner ul li{font-size: 14px; line-height: 22px;padding-left: 25px; background-size:14px;}

	.choice_row{max-width: 800px;}
	.choice_col { padding: 0 10px 0 30px;}
	.choice_col h3 {font-size: 28px; line-height: 34px;}
	ul.choice_list li{background-size: 22px;font-size: 22px; line-height: 27px;padding-left: 35px;}
	ul.choice_list2 li{background-size: 22px;}
	.s5-prod1{ right:10px;}
	.s5-prod2 {right: 30px;}


}

.small-comn-txt{
	width: 60%;
	margin: 20px auto;
}

@media only screen and (max-width:1021px){
	.container{width:750px;}
	.show-desk {display: none;}
	.forTab{ display:block;}

	.small-comn-txt{
		width: 100%;
	}


	.banner {height: auto;padding-bottom: 45px;background-size: cover;background-position: 73% top;}
	.bnr-lft {width: 75%;}
	.bnr-txt1{ font-size:18px;}
	.bnr-hding { font-size: 50px; line-height: 55px;}
	ul.bnr-strp-list{padding: 13px 0 13px 5px;}
	ul.bnr-strp-list li{padding: 0 0 0 35px;}
	ul.bnr-strp-list li img { margin-top: -13px;width: 26px;}
	ul.bnr-strp-list li p {font-size: 17px; line-height: 24px;}
	ul.bnr-list li{background-size: 22px;padding: 0 0 0 35px;font-size: 23px;line-height: 30px;}
	.bnr-prd { width: 250px; top: 335px;right: 0;}
	ul.bnr-rgt-list li{margin: 20px 0 0 0;}
	ul.bnr-rgt-list li h3{font-size: 45px;line-height: 45px;}

	ul.bnrstrip-list li img{ width:65px;}

	.comn-hding{font-size: 48px;line-height: 50px;}

	.s1-mid{ margin-top:30px; max-width:600px;}
	.s1-rgt{ width:100%;}
	.s1-lft{ width:100%;  margin-top:30px; margin-left:0;}
	.s1-lft-bx-txt {font-size: 15px;}


	ul.s2-list li h3{font-size: 20px;line-height: 28px;}
	ul.s2-list li p{font-size: 17px;line-height: 25px;padding: 0 10px;}
	.s2-mid2-hding{font-size: 26px; line-height: 30px;}

	.sec3-box{ margin-top:40px;}
	.sec3-row1{ max-width:550px;flex-direction: column-reverse;}
	.sec3-row1-left{ width:100%;}
	.s3-col-1{margin-bottom: 20px;min-height: 300px;}
	.s3-col-2,.s3-col-4,.s3-col-5,.s3-col-6{min-height: 300px;}
	.sec3-row1-right{ width:100%; margin-bottom:20px;}
	.s3-col-3{min-height: 680px;}
	.sec3-row2{max-width:550px;}
	.sec3-row2-col{ width:100%; margin-top:20px;}
	.s3-col-4 .s3-para {width: 66%;}
	.s3-col-5 .s3-para {width: 57%;}
	.s3-col-6 .s3-para { width: 59%;}

	.s4-mid{margin: 30px auto 20px;}
	.s4-mid:before {top: 147px;}
	.s4-bx-inner h3 {font-size: 19px;line-height: 23px;}
	.s4-icon1 {right: 0; width: 32px;}


	.sec5-food-img1 {top: 50px;width: 360px;}
	.sec5-food-img2 {top: 50px;width: 350px;}
	.choice_col h3 { font-size: 26px;line-height: 30px;}
	.s5-prod1 {top: -10px;width: 80px;}
	.s5-prod2 {right: 20px;width: 40px;top: -15px;}
	ul.choice_list li {font-size: 20px;line-height: 24px;}

	.offer_box_left{padding: 30px 25px 35px;}
	.offer_heading {font-size: 38px;line-height: 40px;}
	ul.offer_box_list li{font-size: 20px;line-height: 27px;padding-left: 40px;}
	.offer_box_right{padding: 50px 54px;}
	.offer_prod{width: 250px;}
	.offer_seal {right: 30px;top: 25px;width: 100px;}

	.benft_order_text {font-size: 40px; line-height: 46px;margin-top: 40px;}

	.s6-reviw {margin-top: 20px;}
	.s6-reviw-bx {width: 24%;}
	.vrfy-p { font-size: 14px; line-height: 16px;}
	.vrfy-tk {  margin: -3px 2px 0 2px; width: 11px;}
	.vrfy-p span {font-size: 11px;}
	.tsti-txt { margin-top: 10px;}
	.tsti-star { margin: 10px 0 0 0;}

	.footer {padding: 30px 0;}


}

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

	.top p{font-size: 14px; line-height: 18px;}

	.top-fix-bar { margin-bottom: 55px;}
	.header { height: 55px; margin-top: -55px; top: 55px; padding:0;}
	.mobilemenu{ top: 106px;}
	.mobimenu-top { top: 55px;}
	.logo {  width:75px;  float:none; display:block; margin:3px auto;}
	.mob-mnu-ic{right: 15px; top: 9px;}

	.banner{ padding-bottom:30px; background:#151515;}
	.bnr-lft{ width:100%; margin-top:25px;}
	.bnr-txt1 {font-size: 17px;height: 30px;line-height: 21px;padding: 5px 20px 5px 10px;}
	.bnr-txt1 img{ width:13px;margin: -6px 8px 0 10px;}
	.bnr-hding {font-size: 32px;line-height: 40px;margin-top: 12px;}
	.bnr-prd{ display:none;}
	.banner-mob{ display:inline-block; vertical-align:top; width:calc(100% + 30px); margin-left:-15px; margin-top:0;}
	ul.bnr-strp-list {display: flex;align-items: center; padding: 10px 10px 9px 10px; width: calc(100% + 30px);margin-left: -15px; margin-top:0;justify-content: space-between;}
	ul.bnr-strp-list li{padding: 0 0 0 20px; margin:0;}
	ul.bnr-strp-list li img {margin-top: -8px; width: 16px;}
	ul.bnr-strp-list li p {font-size: 13px; line-height: 15px;}
	.bnr-txt2{font-size: 15px; line-height: 23px;margin-top: 10px; width:100%;}
	ul.bnr-list {margin: 20px 0 0 0;}
	ul.bnr-list li {background-size: 17px;padding: 0 0 0 25px;font-size: 16px;line-height: 24px;margin-top: 8px;}
	ul.bnr-list li span.free{width: 21px; height: 21px;font-size: 8px;line-height: 21px;}
	.bnr-right{ width:100%; display:none;}
	ul.bnr-rgt-list {margin: 25px 0 0 0;}
	ul.bnr-rgt-list li{ width:33.333%; margin:0;}
	ul.bnr-rgt-list li h3 { font-size: 35px; line-height: 40px;}
	ul.bnr-rgt-list li p{font-size: 12px; line-height: 12px;padding: 5px 10px;border-radius: 30px;}


	.bnrstrip{ padding:25px 0;}
	.bnrstrip-hding{font-size: 19px;line-height: 24px;}
	.bnrstrip-hding:before, .bnrstrip-hding:after{ display:none;}
	ul.bnrstrip-list{ margin-top:5px;}
	ul.bnrstrip-list li{ width:24%; margin-top:20px;float: none; display: inline-block; vertical-align: top;}
	ul.bnrstrip-list li img { width: 55px;}
	ul.bnrstrip-list li p{font-size: 15px;line-height: 20px;margin-top: 7px;}


	.section1{ padding:30px 0;}
	.comn-hding {font-size: 26px;line-height: 30px;}
	.s1-mid {margin-top: 20px;}
	.comn-txt{font-size: 17px;line-height: 25px;margin-top: 15px;}
	.s1-lft{margin-top: 25px;}
	.s1-prd{ float:none; display:block; margin:0 auto; max-width:100%; width:350px;}
	.s1-lft-bx{ width:100%; margin:0 0 20px 0;}
	.s1-lft-bx-txt {font-size: 18px;line-height: 26px;padding: 10px 8px;}
	ul.s1-list{ margin:10px 0 0;}
	ul.s1-list li{ margin:15px 0 0; padding-left:35px;}
	ul.s1-list li img{ width:25px;}
	ul.s1-list li p {font-size: 18px;line-height: 25px; letter-spacing:0.3px;}

	.section2{ padding:30px 0;}
	ul.s2-list{ margin:25px 0 0;}
	ul.s2-list li{ width:100%;}
	ul.s2-list li h3 { font-size: 22px;line-height: 28px;}
	ul.s2-list li p{ margin-top:10px;}
	.s2-mid2{ margin-top:30px;}
	.s2-mid2-hding { font-size: 19px;line-height: 26px; letter-spacing: 0.5px;}
	ul.s2-list2{ margin:10px auto 0;justify-content: center;}
	ul.s2-list2 li{ width:32%; padding:0 5px; margin-top:15px;}
	ul.s2-list2 li img{ width:65px;}
	ul.s2-list2 li p { font-size: 16px;line-height: 24px;margin-top: 5px;}

	.section3{ padding:30px 0;}
	.sec3-box { margin-top: 25px;}
	.sec3-row1,.sec3-row2 { max-width: 350px;}
	.s3-col{ padding:20px 20px;}
	.s3-col-hdng{font-size: 24px;line-height: 27px;}
	.s3-para{font-size: 16px;line-height: 23px;margin-top: 10px;}
	.s3-col-1{ min-height:240px;background-position: 0% top;}
	.s3-col-1 .s3-para {width: 60%;}
	.s3-col-2, .s3-col-4, .s3-col-5, .s3-col-6 {min-height: 270px;}
	.s3-col-2{ min-height:auto;padding:20px 20px 0;}
	.s3-col2-prod{ position:static; display:block; margin:0 auto; max-width:100%;width: 280px;}
	.s3-col-2 .s3-para {width: 100%;}
	ul.s3-col2-list li{padding: 8px 7px 8px;}
	ul.s3-col2-list li h3{font-size: 14px; line-height: 15px;}
	ul.s3-col2-list li h3 span {font-size: 24px;line-height: 24px;}
	ul.s3-col2-list li p{font-size: 11px;line-height: 14px;}
	.s3-col-3 {min-height: 540px;background: url(../images/s3-col3-bg.jpg) no-repeat center bottom #140202;
		background-size: 100%;}
	.s3-col-4 .s3-para {width: 75%;}
	.s3-col-5 .s3-para {width: 80%;}
	.s3-col-3 .s3-para{ text-shadow:0 0 3px rgba(255,255,255,0.5);}


	.section4{ padding:30px 0;}
	.s4-mid{ margin:0 auto; width:280px;}
	.s4-mid:before{ display:none;}
	.s4-bx{ width:100%; margin-top:20px;}
	.s4-bx-inner{ margin-top:-50px;padding: 0 25px;}
	.s4-icon1 {right: 20px;width: 40px;top: 30px;}
	.s4-bx-inner ul{ margin-top:10px;}
	.s4-bx-inner ul li {font-size: 16px;line-height: 21px;padding-left: 28px;background-size: 15px;}
	.line{ width:2px; margin:-10px auto 10px;}


	.section5{ padding:30px 0;}
	.choice_row{ margin:20px 0 0;}
	.choice_col{ padding:0 10px 0 0;}
	.choice_col.fr{ padding:0 0 0 10px;}
	.choice_col h3{font-size: 18px;line-height: 24px;}
	.s5-prod1,.s5-prod2{width: auto; height:80px; position: static; display: block; margin:15px auto 0;}
	ul.choice_list{margin-top: 12px;}
	ul.choice_list li { font-size: 16px;line-height: 20px; background-size: 16px;padding-left: 25px;background-position: left 3px;margin-top: 10px; letter-spacing:0;}
	.sec5-food-img1 {left: -100px;width: 200px;top: 30%;opacity: 0.2;}
	.sec5-food-img2 {width:200px; top: 30%;right:-120px; opacity: 0.2;}


	.offer_sec{ padding:30px 0;}
	.offer_box{  max-width:360px;}
	.offer_box_left{width: 100%; padding: 20px 20px 20px;}
	.offer_prod_mob{ float:left; width:calc(100% + 40px); margin:20px 0 0 -20px; background:#fff; position:relative; padding:20px 0 25px;}
	.offer_prod{ width:150px;}
	.offer_seal{right:35px;top:20px;width:80px;}
	ul.offer_box_list{margin-top: 12px;}
	ul.offer_box_list li, ul.offer_box_list li.warn{ font-size:17px; line-height:26px; letter-spacing:0.5px; margin-top:10px; background-size:22px;padding-left: 35px;}
	.offer_heading{ font-size:30px; line-height:32px;}
	.offer_box_timer{ margin-top:20px;}

	.benft_order_text {margin-top: 25px;font-size: 24px;line-height: 30px; letter-spacing:0.5px;}
	.benft_order_text span {font-size: 18px; line-height: 22px;}

	.section6{ padding:30px 0;}
	.s6-reviw { margin:0 auto 0;width: 300px;}
	.tsti-bx{ margin-top:25px;}
	.s6-reviw-bx {width: 100%; margin-top:0;}
	.vrfy-p {font-size: 18px; line-height: 18px;}
	.vrfy-p span { font-size: 15px;}
	.vrfy-tk { width: 15px;margin: -5px 5px 0 8px;}
	.tsti-txt {margin-top: 10px;font-size: 17px;line-height: 25px;}


	.section7{ padding:30px 0;}
	.faq-container { margin: 15px 0 0;}
	.accordion { padding: 15px 25px 15px 20px;font-size: 18px; line-height: 25px; letter-spacing: 0.5px;}
	.acdn-content {padding: 0 20px 10px 20px;}
	.acdn-para{font-size: 17px; line-height: 25px;}


	.footer{ padding: 0 0 20px;}
	.ftr-logo{width:80px; margin:25px auto 25px;}
	.ftr-txt{ font-size:15px; line-height:24px; letter-spacing:0.3px;}
	.footer .ftr-txt a{ padding:0 2px;}
	#ctabtn-mob{
		background: #19191e;
		padding:10px 10px;
		position: fixed;
		bottom:0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width:100%;
	}
	.comn-btn{ font-size:21px;height: 60px;line-height: 60px;}


}

@media only screen and (max-width: 480px) {
	.footer-comn-btn{
		font-size: 18px;
	}
}



@media only screen and (max-width:365px){
	.bnr-hding {font-size: 30px;}
	ul.bnr-rgt-list li p{font-size: 10px;}
	ul.bnr-list li{ font-size:15px;}
	ul.s1-list li p{ font-size:17px;}
	.comn-hding {font-size: 24px;line-height: 30px;}

	.footer-comn-btn{
		font-size: 15px;
	}

}

