@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: 'Gilroy';
	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%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.wrapper { overflow: hidden;}

/*--------FONTS--------*/

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-MediumItalic.woff2') format('woff2'),
        url('Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
	}

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

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




/*--------MAIN CSS START--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:90px;
	position:relative;
	}
.header{
	float:left;
	width:100%;
	height:90px;
	padding:11px 0;
	margin-top:-90px;
	top:90px;
	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;
	background:#FFF;
	-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:10px;
	}
.nvBtn {
	display:none;
    float: right;
    width: 230px;
    height: 50px;
    background: #1ec148;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0,0,0,0.2);
    margin-top: 8px;
	}
.fixed-nav .header .nvBtn{ display:block;}
ul.topMenu{
	float:left;
	margin:24px 0 0 30px;
	}
ul.topMenu li{
	float:left;
	padding:0 17px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:17px;
	line-height:16px;
	font-weight:500;
	letter-spacing:0.3px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#98292c;}
a.nav-btn{
    float: right;
	background:#00bb29;
    color: #fff;
    font-size:18px;
    text-align: center;
    width: 145px;
    height: 43px;
    line-height:43px;
	border-radius:5px;
	margin-top:4px;
	font-weight:500;
	letter-spacing:0.5px;
	}
	
/*--------HAMBURGER MENU--------*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    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: 25px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:80px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*------BANNER CSS------*/
.banner {
    float:left;
    width:100%;
	overflow:hidden;
	background:#feefea;
	}
.bannerLeft{
	float:left;
	width:64%;
	text-align:left;
	position:relative;
	padding-bottom:35px;
	}
.bannerLeft:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:-2000px;
	border-radius:0 45px 45px 0;
	background:url(../images/int/banner-background.jpg) no-repeat right top;
	background-size:contain;
	}
.bannerLeftInner{
	float:left;
	width:100%;
	position:relative;
	}
.bnrHeadBox{
	float:left;
	width:100%;
	}
.bnrRating{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#fff;
	letter-spacing:1px;
	margin-top:30px;
	}
.bnrRating img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 6px 0 0;
	}
.bnrHead{
	float:left;
	width:100%;
	font-size:58px;
	line-height:62px;
	font-weight: bold;
	letter-spacing:0.5px;
	color:#fff;
	margin-top:15px;
	}
.bnrHead span{ color:#ffc64d;}
.bnrStrip{
	float:left;
	width:100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 80%, rgba(241,249,248,0) 100%);
	padding:15px 15px 10px 10px;
	margin-top:25px;
	}
.bnrStripText{
	float:left;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	}
.bnrStripText span{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	margin-top:-4px;
	}
.bnrStripText span:first-child{ padding-left:0;}
.bnrStripText span:last-child{ padding-right:0;}
.bnrStripText img{
	display:inline-block;
	vertical-align:top;
	margin:-6px 10px 0 0;
	}
.bnrText2{
	float:left;
	width:83%;
	font-size:19px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.7px;
	margin-top:15px;
	}
.bnrList{
	float:left;
	width:100%;
	margin-top:20px;
	}
.bnrList li{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:40px;
	background:url(../images/int/bnr-list-check.png) no-repeat left center;
	}
.bnrList li img{
	float:left;
	max-width:100%;
	margin:4px 20px 0 0;
	}
.bnrList li p{
	float:left;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.7px;
	}
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:440px;
	margin-top:35px;
	text-align:center;
	}
.btn-mbg{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	margin-top:5px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.btn-mbg.white{color:#fff;}
.btn-mbg:before, .btn-mbg:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:1px;
	background:#333;
	width:50px;
	margin-top:-4px;
	}
.btn-mbg:before{margin-right:10px;}
.btn-mbg:after{margin-left:10px;}
.btn-mbg.white:before, .btn-mbg.white:after{background:#fdc5c5;}
.btnTxt{
	float:left;
	width:100%;
	color:#000;
	}
.btnTxt p{
	display:inline-block;
	vertical-align:middle;
	padding:0 8px;
	font-size:14px;
	line-height:18px;
	letter-spacing:0;
	margin-top:-2px;
	letter-spacing:0.3px;
	font-weight:500;
	}
.btnText1{
	position:relative;
	}
.btnText1:before {
	position:absolute;
	top:4px;
	left:-7px;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }

.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 3px 0 1px;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.packageBtn{
	float:left;
	width:100%;
	background:#1ec148;
    color: #fff;
    font-size:30px;
    text-align: center;
    height: 70px;
    line-height:72px;
	border-radius:8px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-shadow:1px 1px rgba(0,0,0,0.3);
	-webkit-text-shadow:1px 1px rgba(0,0,0,0.3);
	box-shadow:0 3px 5px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 5px 2px rgba(0,0,0,0.2);
	margin-top:7px;
	}
.bntArw{
	display:inline-block;
	vertical-align:middle;
	margin:-12px 0 0 5px;
	}
.bnrRvwStrip{
	float:left;
	width:84%;
	margin-top:25px;
	position:relative;
	padding-left:105px;
	}
.bnrRvwImg{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	border:2px solid #fff;
	border-radius:50%;
	}
.bnrRvwHead{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#ffc64d;
	}
.bnrRvwText{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.5px;
	font-style:italic;
	margin-top:5px;
	}
.bnrRvwName{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	color:#ffc64d;
	letter-spacing:0.5px;
	margin-top:6px;
	}
.bnrRvwName span{
	font-size:18px;
	font-weight:bold;
	}

.bannerRight{
	float:right;
	position:relative;
	}
.bnrModel{
	position:absolute;
	top:-90px;
	right:-428px;
	}
.bnrProd{
	position:absolute;
	top:410px;
	right:100px;
	}
.bnrSeal{
	position:absolute;
	top:430px;
	right:70px;
	}

/*----FEATURED-SECTION----*/
.featuredSec{
	float:left;
	width:100%;
	padding:40px 0 40px;
	}
.featuredHead{
	float:left;
	width:100%;
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.5px;
	}
.ftrMid{
	float:left;
	width:100%;
	}
.spotSlider{
	float:left;
	width:100%;
	}
.spotBox{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	}
.spotBox img{
	display:block;
	margin:0 auto;
	max-width:100%;
	padding-bottom:20px;
	}
.spotName{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#b32e2e;
	margin-top:10px;
	text-transform:uppercase;
	}
	

/*----SECTION-1----*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 370px;
	background:url(../images/int/s1-background.png) no-repeat center center #fefefe;
	background-size:cover;
	position:relative;
	}
.s1Left{
	float:left;
	width:500px;
	}
.s1Prod{
	float:left;
	width:100%;
	}

.s1Right{
	float:right;
	width:calc(100% - 540px);
	text-align:left;
	}
.commonHead{
	float:left;
	width:100%;
	font-size:54px;
	line-height:60px;
	font-weight:bold;
	color:#b32e2e;
	}
.commonHead span{
	color:#000;
	}
.commonText{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#000;
	letter-spacing:0.5px;
	margin-top:25px;
	}
.s1RightList{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s1RightList li{
	float:left;
	width:100%;
	margin-top:10px;
	background:url(../images/int/s1-list-check.png) no-repeat left 3px;
	padding-left:45px;
	font-size:22px;
	line-height:30px;
	font-weight:500;
	color:#000;
	}


/*----SECTION-2----*/
.section2Top{
	float:left;
	width:100%;
	padding:60px 0 0;
	margin-top:-330px;
	}
.section2{
	float:left;
	width:100%;
	padding:0 0 60px;
	background:#b74243;
	position:relative;
	}
.section2:before{
	content:'';
	position:absolute;
	top:75%;
	left:0;
	right:0;
	bottom:0;
	height:auto;
	background:#fff8f1;
	}
.s2TopImg{
	position:absolute;
	top:-150px;
	left:50%;
	transform:translateX(-50%);
	max-width:100%;
	}
.s2Mid{
	float:left;
	width:100%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-top:155px;
	}
.s2DownArw{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	}
.s2Col{
	width:48%;
	padding:0 30px;
	margin-top:75px;
	position:relative;
	}
.s2Col:before{
	content:'';
	position:absolute;
	top:0;
	bottom:100px;
	left:0;
	right:0;
	background:#2a2e31;
	}
.s2Col1:before{ background:url(../images/int/s2-bnft1.jpg) no-repeat center top #d7c4b2; background-size:cover;}
.s2Col2:before{ background:url(../images/int/s2-bnft2.jpg) no-repeat center top #e6d4c5; background-size:cover;}
.s2Col3:before{ background:url(../images/int/s2-bnft3.jpg) no-repeat center top #c9c9c9; background-size:cover;}
.s2Col4:before{ background:url(../images/int/s2-bnft4.jpg) no-repeat center top #aca7a7; background-size:cover;}
.s2ColInner{
	float:left;
	width:100%;
	border:1px solid #fff8f1;
	margin-top:-25px;
	position:relative;
	padding:70% 0 0 0;
	}
.s2ColName{
	position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#fff;
	letter-spacing:3px;
	text-transform:uppercase;
	background:#b74243;
	padding:0 20px;
	}
.s2ColImg{
	float:left;
	width:100%;
	margin-top:25px;
	}
.s2-bnft-img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.s2ColAbout{
	float:left;
	width:100%;
	background:#fff8f1;
	padding:25px 30px 30px 30px;
	position:relative;
	text-align:left;
	}
.s2colHead{
	float:left;
	width:100%;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	color:#b74243;
	letter-spacing:0.3px;
	}
.s2ColAbout .commonText{
	margin-top:15px;
	min-height:156px;
	}
.s2ColList{
	float:left;
	width:100%;
	margin-top:15px;
	}
.s2ColList li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:500;
	color:#000;
	background:url(../images/int/s1-list-check.png) no-repeat left 3px;
	background-size:23px;
	padding-left:40px;
	}
.s2Bnft3{
	float:left;
	width:100%;
	margin:110px 0 40px 0;
	position:relative;
	}
.s2Bnft3ImgBox{
	float:left;
	width:48%;
	background:#2a2e31;
	position:relative;
	}
.s2Bnft3Name{
	position: absolute;
    top: -32px;
    left: 300px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #b74243;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #fff8f1;
    padding: 0 20px;
	z-index:1;
	}
.s2Bnft3ImgBox:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-380px;
	width:380px;
	background:#2a2e31;
	}
.s2Bnft3ImgBox:after{
	content:'';
	position:absolute;
	top:-25px;
	bottom:-25px;
	left:25px;
	right:-135px;
	border:1px solid rgba(171, 0, 6, 0.4);
	}
.s2Bnft3ImgBox img{
	display:block;
	margin:40px 0 30px 100px;
	max-width:100%;
	position:relative;
	}
.s2Bnft3TextBox{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:500px;
	background:#fff8f1;
	padding:30px 60px 40px 35px;
	text-align:left;
	}


/*----SECTION-3----*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 0;
	position:relative;
	}
.s3Inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:790px;
	position:relative;
	}
.s3ProdLeft{
	position:absolute;
	top:260px;
	left:-600px;}
.s3ProdRight{
	position:absolute;
	top:-60px;
	right:-600px;
	}
.s3FeatureBox{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s3FtrDown{
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 40px  0 75px;
	border:1px solid #e1d6d6;
	border-radius:14px;
	background:url(../images/int/down-ic.png) no-repeat 97% 20px;
	position:relative;
	}
.s3FtrHead{
	float:left;
	width:100%;
	padding:20px 50px 20px 0;
	text-align:left;
	cursor:pointer;
	position:relative;
	}
.s3FtrHead p{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.5px;
	position:relative;
	}
.s3FtrHead span{
	float:left;
	font-size:14px;
	line-height:14px;
	padding:4px 20px 4px 12px;
	background:#ffdddd;
	border-radius:50px;
	margin-bottom:10px;
	letter-spacing:0.5px;
	display:none;
	color:#000;
	}
.s3FtrHead.active{
	border:none;
	padding-bottom:0;
	}
.s3FtrHead.active .ing-lft{
	display:none;
	}
.s3FtrHead.active span{
	display:block;
	}
.s3FtrDownNew {
	background:#f5faf5;
	border:1px solid #b83c3c;
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	background:url(../images/int/up-ic.png) no-repeat 97% 20px;
	padding: 0 45px 25px 150px;
	transition:all ease 0.3s;
	}
.s3FtrIcon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	width:40px;
	}
.s3FtrDownNew .s3FtrIcon{
	width:100px;
	left:20px;
	opacity:0.8;
	}
.s3FtrContent{
	float:left;
	width:100%;
	}
.s3FtrContent p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:10px;
	text-align:left;
	letter-spacing:0.5px;
	}
.s3FtrImg{
	float:right;
	width:220px;
	margin:-15px 35px 0 0;
	border-radius:10px;
	border:1px solid #b32e2e;
	}
.s3SuitBox{
	float:left;
	width:100%;
	padding-bottom:60px;
	position:relative;
	background:#b74243;
	margin-top:40px;
	}
.s3SuitInner{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	text-align:center;
	}
.s3SubHead{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.s3SuitMid{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	margin-top:30px;
	}
.s3SuitImgBox{
	width:16.666%;
	padding: 0 20px 40px 20px;
	position:relative;
	}
.s3SuitImgBox:before{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:1px;
	height:85px;
	background:#e1e1e1;
	}
.s3SuitImgBox:after{
	content:'';
	position:absolute;
	bottom:-12px;
	right:-10px;
	width:22px;
	height:22px;
	background:#b74243;
	border-radius:50%;
	}
.s3SuitImgBox:last-child:before, .s3SuitImgBox:last-child:after{ display:none;}
.s3SuitImgBox img{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	border:3px solid #b32e2e;
	padding:5px;
	max-width:100%;
	}
.s3SuitImgBox p{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.s3SuitText{
	float:left;
	width:100%;
	font-size:22px;
	line-height:32px;
	font-weight:500;
	color:#fef479;
	letter-spacing:1px;
	margin-top:35px;
	margin-bottom:-10px;
	}
.s3SuitBox .btnBox{ margin-top:50px;}
.s3SuitList{
	float:left;
	width:100%;
	margin-top:30px;
	}
.s3SuitList li{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	background:url(../images/int/bnr-list-check.png) no-repeat left center;
	padding-left:30px;
	font-size:20px;
	line-height:28px;
	font-weight:500;
	letter-spacing:0.5px;
	margin:0 15px;
	}
/*----SECTION-4----*/
.section4{
	float:left;
	width:100%;
	padding:60px 0 60px;
	position:relative;
	}
.s4CompBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1000px;
	margin-top:230px;
	margin-bottom:30px;
	background:#ffeeee;
	border-radius:16px;
	}
.compCol1{
	float:left;
	width:39%;
	padding:15px 0;
	position:relative;
	}
.compCol1 ul{
	float:left;
	width:100%;
	}
.compCol1 ul li{
	float:left;
	width:100%;
	height:70px;
	text-align:left;
	padding:10px 0 10px 30px;
	position:relative;
	border-bottom:1px solid #fff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	align-items:center;
    flex-wrap: wrap;
	}
.compCol1 ul li:last-child{ border-bottom:none;}
.compCol1 ul li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.compCol1 ul li p span{ font-weight:bold; float:left; width:100%; font-size:20px;}
.compCol1 ul li img{
	position:absolute;
	left:25px;
	top:50%;
	margin-top:-13px;
	}
.compCol2{
	float:left;
	width:20%;
	background:#d84d4f;
	border-radius:20px;
	margin:-130px 4px 0 0;
	padding-bottom:15px;
	}
.compCol2Top{
	float:left;
	width:100%;
	height:145px;
	}
.compCol2Prod{
	display:block;
	margin:-80px auto 10px;
	max-width:100%;
	}
.compCol3Prod{
	display:block;
	margin:-135px auto 30px;
	max-width:100%;
	}
.compCol4Prod{
	display:block;
	margin:-160px auto 20px;
	max-width:100%;
	}
.compCol2Top p, .compCol3Top p, .compCol4top p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#fff;
	letter-spacing:0.3px;
	background:#252525;
	padding:6px 15px;
	border-radius:50px;
	}
.compCol3Top p.compOther{
	display:none;
	}
.compCol2 ul{
	float:left;
	width:100%;
	}
.compCol2 ul li{
	float:left;
	width:100%;
	height:70px;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.5);
	}
.compCol3 ul li,.compCol4 ul li{border-bottom: 1px solid #eee;}
.compCol2 ul li img{
	display:inline-block;
	vertical-align:middle;
	margin:17px auto 0;
	}
.compCol3{
	background:#dbdbdb;
	margin:-30px 4px 0 0;
	}
.compCol4{
	background:#dbdbdb;
	margin-right:0;
	margin:-30px 0 0 0;
	}
.compCol2 ul li:last-child{ border-bottom:none;}
.compCol3 .compCol2Top, .compCol4 .compCol2Top{
	border-radius:20px 20px 0 0;
	height:45px;
	}

/*----Money Back Section----*/
.secMoneyBack{
	float:left;
	width:100%;
	padding:20px 0 0;
	}
.moneyBackBox{
	float:left;
	width:100%;
	padding:60px 70px 50px;
	border-radius:20px;
	background:url(../images/int/money-back-background.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	}
.moneyBackSeal{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:70px;
	}
.moneyBackRight{
	float:right;
	width:calc(100% - 300px);
	text-align:left;
	}
.moneyBackHead{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#fff;
	text-transform:uppercase;
	}
.moneyBackText{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	letter-spacing:0.5px;
	color:#fff;
	margin-top:20px;
	}

/*----SECTION-5----*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 60px;
	position:relative;
	}
.s5Mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	}

.star-review-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.star-review-col-1{
    display: inline-block;
    vertical-align: middle;
    padding-right: 60px;
    font-size: 16px;
    line-height: 26px;
    color: #131a2a;
    font-weight: 500;
	}
.star-review-col-1 img{
	display:inline-block;
	vertical-align:top;
	}	
.star-review-col-1 span{
	color: #023d7f;
    text-decoration: underline;
	}
	
ul.rev-bars{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
	}
ul.rev-bars li{
	float: left;
    width: 100%;
	margin:2px 0;
	}
ul.rev-bars li img{
	display: inline-block;
    vertical-align:middle;
    max-width: 100%;
	margin:-3px 5px 0 0;
	}
ul.rev-bars li > div{
	display: inline-block;
    vertical-align:middle;
    width:150px;
    background-color: #efefef;
    height: 8px;
    overflow: hidden;
	}
ul.rev-bars li > div span {
    float: left;
    background-color: #000;
    height: 100%;
	}
ul.rev-bars li p{
    display: inline-block;
    vertical-align:middle;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 8px;
    color: #8e8e8e;
    font-weight: 500;
	}	
.cs-percent{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	padding-left:40px;
	}
.cs-percent span{
	display: inline-block;
    vertical-align: top;
    font-size: 50px;
    line-height: 45px;
    color: #b32e2e;
    font-weight: bold;
    margin-bottom: 12px;
	}
.testi-block{
	float:left;
	width:100%;
	margin-top:30px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.testi-row{
	float:left;
	width:23%;
	}
.testi-col{
	float:left;
	width:100%;
	background:#fff;
	border-radius:12px;
	margin-top:30px;
	overflow:hidden;
	box-shadow:0 6px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 6px 9px 1px rgba(0,0,0,0.1);
	}
.testi-imgs{
	margin:0 auto 0;
	display:block;
	width:100%;
	}			
.testi-cont{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 15px;
	}
.testi-col-tx1{
	font-size:18px;
	line-height:18px;
	color:#000000;
	font-weight:600;
	}
.testi-col-tx1 span{
	display:inline-block;
	font-size:14px;
	line-height:14px;
	color:#6fb620;
	font-weight:400;
	}
.testi-col-tx1 span img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0;
	}
.testi-star{
	float: left;
    margin: 10px 0 0;
	width:92px;
	}
.testi-col-tx2{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:10px;
	}


/*----SECTION-6----*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 60px;
	position:relative;
	background:#fff8f1;
	}
.s6Mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:900px;
	text-align:center;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	margin-top:25px;
	padding:10px 25px 8px 30px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/int/close.png) no-repeat 100% center;
	padding:10px 30px 10px 0;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/int/open.png) no-repeat 100% center;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 10px 0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	font-weight:500;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:10px;
	}




/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:40px 0 50px;
	background:#FFF;
	position:relative;
	}
.footerLogo{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-bottom:20px;
	}
.ftrText1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	font-weight:normal;
	color:#3a3a3a;
	margin-top:5px;
	letter-spacing: 0.3px;
	}
.ftrText1 a{ padding:0 5px;}



.whiteText{ color:#fff;}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}

/*------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);}
}	


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

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

.bannerLeft { width: 67%;}
.bnrHead { font-size: 52px; line-height: 58px;}
.bnrStrip { padding: 10px 15px 6px 10px; margin-top:20px;}
.bnrStripText { font-size: 22px; line-height: 28px;}
.bnrList { margin-top: 15px;}
.bnrList li { margin-top: 8px;}
.bnrList li p { font-size: 24px; line-height: 28px;}
.bnrModel { right: -520px;}
.bnrProd { top: 440px; right: 100px; width: 380px;}
.bnrSeal { width:140px;}

.spotName { font-size: 22px; line-height: 26px;}

.s1Left { width: 450px; margin-top:10px;}
.s1Right { width:calc(100% - 480px);}
.commonHead { font-size: 44px; line-height: 52px;}


.s2Col { padding: 0 20px;}
.s2ColList li { font-size: 19px; line-height: 27px;}
.s2Bnft3ImgBox:before { right: -270px; width: 270px;}
.s2Bnft3Name { left: 260px;}
.s2Bnft3ImgBox img { margin: 40px 0 30px 40px; width: 450px;}
.s2colHead{ font-size:26px;}
.s2ColAbout .commonText{ min-height:182px;}

.s3ProdLeft { top: 400px; left: -390px; width: 350px;}
.s3ProdRight { top: -10px; right: -420px; width: 400px;}
.s3SubHead { font-size: 46px; line-height: 46px;}

.moneyBackSeal { left: 60px;}
.moneyBackRight { width: calc(100% - 260px);}
}


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

.show-desk {display: none;}
.show-tab {display: block;}

.top-fix-bar { margin-bottom: 80px;}
.header { height: 80px; padding: 10px 0; margin-top: -80px; top: 80px; background:#fff;}
.mob-mnu-ic { right: 15px; top: 20px;}
.fixed-nav .header .nvBtn{ display:none;}
.mobilemenu{top: 80px;}
.mobilemenu.mobimenu-top{ top:80px;}

.bannerLeft { width: 66%;}
.bnrRating { font-size: 16px; line-height: 22px; margin-top: 20px;}
.bnrHead { font-size: 40px; line-height:44px; margin-top:10px;}
.bnrStrip { margin-top:20px; padding: 6px 15px 6px 10px;}
.bnrStripText { font-size: 18px; line-height: 24px;}
.bnrStripText span{padding: 0 10px;}
.bnrStripText img { width: 26px; margin: -2px 7px 0 0;}
.bnrText2 { font-size: 17px; width:90%;}
.bnrList { margin-top: 10px;}
.bnrList li { margin-top: 6px; padding-left:35px;}
.bnrList li img { margin: 4px 10px 0 0; width: 18px;}
.bnrList li p { font-size: 20px; line-height: 28px;}


.btnBox { max-width: 360px;}
.btnTxt p { padding: 0 5px; font-size: 12px;}
.packageBtn { font-size: 26px; height: 60px; line-height: 60px;}
.btn-mbg{font-size:14px;}

.bnrRvwImg { width: 80px;}
.bnrRvwStrip { width:90%; margin-top: 20px; padding-left: 95px;}

.bnrModel { right: -345px; width: 600px; top: 0;}
.bnrProd { top: 390px; right: 50px;  width: 300px;}
.bnrSeal { right: 20px; width: 120px; top:370px;}

.featuredHead { font-size: 28px; line-height: 28px;}
.ftrMid { padding: 0 30px;}
.spotName { font-size: 20px; line-height: 20px;}

.section1 { padding: 40px 0 270px;}
.s1Left { width: 340px; margin-top:30px;}
.s1Right { width: calc(100% - 360px); margin-top:0px;}
.commonHead { font-size: 36px; line-height: 44px;}
.commonText { margin-top: 20px; font-size: 17px; line-height: 23px;}
.s1RightList { margin-top: 10px;}
.s1RightList li { margin-top: 8px; background-size: 22px; padding-left: 35px; font-size: 18px;}

.section2{ padding-bottom:40px;}
.section2Top { padding: 0 0; margin-top: -220px;}
.s2TopImg { width: 650px; top:-115px;}
.s2Col { padding: 0 10px;}
.s2ColInner{margin-top: -18px;}
.s2ColLeft { background-position: center 15px;}
.s2ColRight { background-position: center 15px;}
.s2ColHeadSec { padding: 0 20px 0 20px; height:270px;}
.s2ColRight .s2ColInner .s2ColHeadSec { padding: 0 90px 0 20px;}
.s2colHead {font-size: 21px; line-height: 26px;}
.s2ColAbout {padding: 20px 20px 25px;}
.s2ColList { margin-top: 10px;}
.s2ColList li { font-size: 17px; line-height: 25px; background-size: 20px; padding-left: 30px;}

.s2Bnft3 { margin: 60px 0 10px;}
.s2Bnft3ImgBox { width: 50%;}
.s2Bnft3ImgBox:before { right: -200px; width: 200px;}
.s2Bnft3ImgBox:after { top: -15px; bottom: -15px; left: 15px; right: -55px;}
.s2Bnft3ImgBox img { width: 320px;}
.s2Bnft3Name { left: 150px; top: -22px;}
.s2Bnft3TextBox { width:370px; padding: 25px 0px 25px 20px;}


.section3 { padding: 40px 0 0;}
.s3FtrHead p { font-size: 24px; line-height: 28px; padding-right:200px;}
.s3FtrImg { width:200px; margin: -55px 40px 0 0;}
.s3FtrContent p { font-size: 17px; line-height: 23px;}

.s3SuitBox{ padding-bottom:40px;}
.s3SubHead { font-size: 28px; line-height: 28px; margin-top:0;}
.s3SuitImgBox p { font-size: 22px; line-height: 22px;}
.s3SuitText { font-size: 19px; line-height: 27px;}

.section4 { padding: 40px 0 40px;}
.s4CompBox { margin: 200px 0 10px;}
.compCol1{width:42%; padding:0;}
.compCol2 { margin: -100px 3px 0 0; width:18.5%; padding-bottom: 0;}
.compCol2Top { height: 100px;}
.compCol1 ul li { font-size: 16px; line-height: 22px; padding: 0 0 0 20px;}
.compCol2Prod { margin: -67px auto 10px; width: 115px;}
.compCol3, .compCol4 { margin: -27px 3px 0 0;}
.compCol3Prod { margin: -100px auto 30px; width: 95px;}
.compCol4Prod { margin: -122px auto 10px; width: 95px;}
.compCol2Top p, .compCol3Top p, .compCol4top p { font-size: 14px; line-height: 22px; padding:5px 10px;}
.compCol3 .compCol2Top, .compCol4 .compCol2Top{height:27px;}

.compCol1 ul li p{font-size:16px;}
.compCol1 ul li p span{font-size:18px;}

.moneyBackBox { padding: 40px 40px 35px;}
.moneyBackSeal { left: 30px; width: 160px;}
.moneyBackRight { width: calc(100% - 180px);}
.moneyBackHead { font-size: 32px; line-height: 40px;}
.moneyBackText { font-size: 18px; line-height: 24px; margin-top: 15px;}

.sec5 { padding: 60px 0 40px;}
.s5Mid { max-width: 680px;}

.star-review-col-1 { padding-right: 20px;}
ul.rev-bars { width: 280px;}
ul.rev-bars li img { width: 90px;}
ul.rev-bars li > div { width: 120px; height: 6px;}
.cs-percent { padding-left: 0px;}
.testi-block { margin-top: 20px;}
.testi-row { width: 48%;}
.testi-col { margin-top: 20px;}

.sec6 { padding: 40px 0 40px;}
.accordion { font-size: 18px; line-height: 26px;}

.footer { width: 100%; padding: 40px 0 40px;}

}

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

.top-fix-bar { margin-bottom: 60px;}
.header { height: 60px; margin-top: -60px; top: 60px;}
.logo { width: 125px; margin-top:7px;}
.mob-mnu-ic { top: 12px;}

.mobilemenu{top: 60px;}
.mobilemenu.mobimenu-top{ top:60px;}


.banner {background:#fff; }
.bannerLeft { width: 100%; padding-bottom: 0;}
.bannerLeft:before{ display:none;}
.bannerLeftInner { text-align:center;}
.bnrHeadBox{ width:calc(100% + 30px); margin-left:-15px; background: url(../images/int/banner-bg-mob.jpg) no-repeat center center #ba474c; background-size: cover; padding:0 15px 15px;}
.bnrRating{ font-size:14px; line-height:15px; font-weight:500; margin-top:20px; letter-spacing:0.5px;}
.bnrHead{font-size: 30px; line-height: 36px; margin-top: 10px; letter-spacing:1px;}

.bnrStrip {width: calc(100% + 30px); margin: 0 0 0 -15px; background:#fff; padding: 8px 10px 10px; text-align:center;}
.bnrStripText {font-size: 18px; line-height: 20px; width:100%;}
.bnrStripText span { padding: 0 5px;}
.bnrStripText img { margin: -3px 5px 0 0; width: 22px; display:none;}

.bannerRight { float: left; width:calc(100% + 30px); margin: 0 0 0 -15px; background: #fff;}
.bnrModelMob{ float:left; width:100%;}
.bnrText2{display:none;}
.bnrList li{text-align:left; padding-left:30px; position:relative; margin-top:8px; background:url(../images/int/bnr-list-check-m.png) no-repeat left 3px;}
.bnrList li p{font-size: 17px; line-height: 24px; color:#000;}
.bnrList li img{position:absolute; left:0; top:3px;}

.bnrRvwStrip{width: calc(100% + 30px); margin: 20px 0 0 -15px; padding:15px 15px 20px 85px; text-align:left; background:#ba474c;}
.bnrRvwImg { width: 60px; left:15px; top:25px; margin-top:0; transform:none;}
.bnrRvwHead {font-size: 16px; line-height: 22px;}
.bnrRvwText {font-size: 13px; line-height:18px;}
.bnrRvwName {font-size: 12px; line-height: 18px;}
.bnrRvwName span { font-size: 14px;}


.featuredSec { padding: 30px 0 20px;}
.featuredHead { font-size: 20px; line-height: 20px;}
.ftrMid{ padding:0;}

.section1 { padding: 30px 0 220px;}
.s1Right{width:100%;}
.commonHead{font-size: 30px; line-height: 36px;}
.s1Left{ width:100%;}
.s1Prod { position: static; display: block; margin: 0 auto 0; width: 100%;}
.commonText{font-size: 16px; line-height: 24px; margin-top: 15px;}
.s1RightList li{ background-position:left 4px; background-size:18px; padding-left:28px; letter-spacing:0.5px;font-size: 16px; line-height:24px;}

.section2 { padding-bottom:15px;}
.section2:before{ height:auto;top:94%}
.section2Top { margin-top: -180px;}
.s2TopImg { width: 350px; top: -70px;}
.s2Mid { margin-top: 85px;}
.s2DownArw { width: 20px; top:-20px;}
.s2Col { width: 100%; margin-top:70px;}
.s2ColList li{font-size:16px; line-height:24px; background-size:18px; padding-left:28px; }
.s2ColAbout { padding: 20px 15px 20px;}
.s2-bnft-img{ margin:10px 0 5px;}
.s2-bnft3-img-mob{ margin:15px auto; max-width:70%;}
.s2ColAbout .commonText{ min-height:1px;}
.s2Col:before{ bottom:75px; background-size:100%;}

.section3 { padding: 30px 0 0;}
.s3ProdLeft, .s3ProdRight{ display:none;}

.s3FtrDown { width: 100%; margin-top: 10px; padding: 20px 15px 20px 50px; background-position: 97% center;}
.s3FtrDownNew { background-position:97% 30px;}
.s3FtrHead { padding: 0 30px 0 45px;}
.s3FtrHead p { font-size: 20px; line-height: 24px; padding-right: 0px;}
.s3FtrContent p { width: 100%; font-size: 17px; line-height: 23px; margin-top:15px;}
.s3FtrDown { padding: 20px 20px 20px 15px;}
.s3FtrIcon {width: 30px; left:15px;}
.s3FtrDownNew .s3FtrIcon{width:30px; opacity:1; left:15px; transform:none; top:25px;}
.s3FtrHead span{ margin-bottom:2px;}

.s3SuitBox { padding-bottom: 30px;}
.s3SubHead { font-size: 20px; line-height: 30px;}
.s3SuitMid { margin-top: 20px;}
.s3SuitImgBox { width: 26%; padding: 0 0px 20px 0px;}
.s3SuitImgBox img { border: 2px solid #b32e2e; padding: 3px;}
.s3SuitImgBox p { font-size: 15px; line-height: 15px;margin-top: 7px;}
.s3SuitText { font-size: 17px; line-height: 24px; padding: 0 20px; margin-top:20px}

.s3SuitImgBox:after, .s3SuitImgBox:before{ display:none;}

.s3SuitList li{font-size:17px; width:210px; text-align:left; background-size:16px; padding-left:25px; margin:3px 0;}

.section4 { padding: 30px 0 20px;}
.s4CompBox { margin: 125px 0 10px;}
.compCol1 { width: 55%;}
.compCol1 ul li { padding: 0 0 0 15px; font-size: 13px; line-height: 17px;}
.compCol1 ul li p { font-size: 14px; line-height: 18px;}
.compCol1 ul li p span{font-size:16px;}
.compCol2 { margin: -55px 2px 0 0; width:25%; border-radius:10px;}
.compCol2Top { height: 55px;}
.compCol2Prod { margin: -45px auto 0; width:65px;}
.compCol2 ul li img { margin: 20px auto 0; width: 22px;}
.compCol3{margin: -25px 0px 0 0; width:18%;}
.compCol3 .compCol2Top{ height:25px;}
.compCol3Prod { margin: -48px auto 10px; width: 50px;}
.compCol3Top p, .compCol4top p { display:none;}
.compCol2Top p{ font-size: 11px; line-height: 17px; padding: 3px 7px;}
.compCol3Top p.compOther{ display:inline-block; vertical-align:middle; font-size: 11px; line-height: 17px; padding: 3px 7px;}


.moneyBackBox { padding: 25px 15px 20px;}
.moneyBackSeal{ display:block; margin:0 auto; position:static; transform:none;}
.moneyBackRight { text-align:center; width: 100%;}
.moneyBackHead { font-size: 26px; line-height: 32px; margin-top: 20px;}
.moneyBackText { font-size: 17px; line-height: 25px; margin-top: 10px;}

.sec5 { padding: 50px 0 30px;}
.star-review-col-1 { padding-right: 0px; width: 100%; text-align:center;}
ul.rev-bars { width: 100%; margin-top: 10px;}
.cs-percent { width: 100%; margin-top: 25px;}
.cs-percent span { font-size: 40px; line-height: 40px; margin-bottom: 0px;}
.testi-row { width: 100%; padding:0 15px;}

.sec6 { padding: 30px 0 30px;}
.s6Mid { margin-top: 0px;}
.up-slide-dwn { margin-top: 15px; padding: 10px 15px 8px 15px;}
.accordion { padding: 6px 30px 6px 0; font-size: 17px; line-height: 23px;}
.acdn-para { font-size: 16px;}

.footer { padding: 0 0 20px;}
.footerLogo { margin-top: 30px; width: 130px;}
.ftrText1 { font-size: 13px; line-height: 20px;}
.ftrText1 a { padding: 0 2px;}

#ctabtn-mob{
	background: #ba474c;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob a.order-btn{ margin:0;}
#ctabtn-mob a.packageBtn{font-size:24px; margin-top:0;}


}

