@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: 'Goldplay';
	font-weight: 500;
	}
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;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

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

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

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

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

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

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

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

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


/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #004eb4;
    padding:5px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:17px;
	line-height:26px;
	letter-spacing:1px;
	}
.topStrip p span{
	color:#fee65d;
	font-weight:600;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-15px 4px -7px 4px;
	}	
		
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-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{
	float:left;
	margin-top:5px;
	}
a.header-btn{ 
	float:right; 
	width:127px;
	font-size:16px;
	color:#ffffff;
	height:36px;
	border-radius:4px;
	font-family: 'Gotham Rounded';
	font-weight:bold;
	line-height:36px;
	background:#0ad552;
	border-radius:22px;
	margin-top:18px;
	}
	
ul.mainMenu{
	float:right;
	margin-top:26px;
	}
ul.mainMenu li{
	float:left;
    padding:0 15px;
	border-right:1px solid #ddcbcd;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-family: 'Gotham Rounded';
	font-weight:500;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#004eb4;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 150px;
    top: 25px;
	z-index:16;
	height:30px;
	display:none;
	}
.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: 30px;
	height: 4px;
	background-color: #000;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#000;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat center top;
	height:659px;
	padding:35px 0;
	}
.banner-left-side{
	float:left;
	width:48%;
	text-align:left;
	}
.banner-top-txt{
	float:left;
	width:100%;
	font-size:38px;
	line-height:38px;
	color:#000;
	font-family: 'Caveat';
	font-weight:bold;	
	}
.banner-top-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-16px 0 0 6px;
	}	
.bnrHdng{
	float:left;
	width:100%;
	font-size:55px;
	font-weight:600;
	line-height:56px;
	color:#004eb4;
	margin-top:14px;
	}
.bnrHdng span{ color:#f06f35;}	
.bnr-strip{
	float:left;
	width:100%;
	max-width: 615px;
	position:relative;
	padding: 0 0 0 90px;
	margin-top: 24px;
	}
.bnr-strip:before{
	content:'';
	position:absolute;
	left: 52px;
    bottom: -25px;
	background:url(../images/bnr-strp-line.png) no-repeat;
	width:560px;
	height:23px;
	}	
.bnr-strip img{
	position:absolute;
	top:-4px;
	left:-11px;
	}	
.bnr-strip span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#004eb4;
	font-family: 'Goldplay Alt';
	font-weight:600;
	}	
.bnr-strip p{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-top: 5px;
    font-weight: 600;
	}		
.bnr-list{
	float:left;
	width:100%;
	margin:40px 0 0;
	}
.bnr-list li{
	background:url(../images/bnr-list-tk.png) no-repeat  left 1px;	
	float:left;
	width:100%;
	padding:0 0 0 45px;
	text-align:left;
	margin-top:12px;
	font-size:22px;
	line-height:26px;
	font-family: 'Gotham Rounded';
	font-weight:500;
	color:#232323;
	}
	
.btn-box{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width:440px;
	max-width:100%;
	position:relative;
	margin-top:40px;
	}
.banner .btn-box{ margin-top:48px;}		
a.packageBtn{
    display: block;
    width: 100%;
    margin:0 auto;
    border-radius:35px;
    height:65px;
    overflow: hidden;	
	background:#0ad552;
	}
a.packageBtn p{
	display:inline-block;
	vertical-align:middle;
    font-size:26px;
    line-height:65px;
	color:#fff;
	position:relative;
	font-family: 'Gotham Rounded';
	font-weight:bold;		
	}	
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:1px 0 0 6px;
	}	
.btn-ofr-txt{
	color:#000;
	font-size:16px;
	margin-top:3px;
	font-family: 'Gotham Rounded';
	font-weight:500;		
	}
.btn-ofr-txt:before, .btn-ofr-txt:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:1px;
	background:#c8c8c8;
	}
.btn-ofr-txt:before{margin:-6px 7px 0 0;}
.btn-ofr-txt:after{margin:-5px 0 0 7px;}
.btn-ofr-txt span{ color:#ff0000;}
.bnr-prod{
    position: absolute;
	right: 327px;
    top: 306px;
    z-index: 9;
	}		
	
/*=======Bannar BTM SEC===============*/
.bnr-btm-strp{
	float:left;
	width:100%;
	background:#fff;
	border-bottom:1px solid #f4f4f4;
	padding:30px 0 20px;
	}
.bnr-btm-t1{
	float:left;
	width:100%;
	background:url(../images/s1-stp-ln.png) center center no-repeat;
	font-size:20px;
	line-height:22px;
	color:#000000;
	font-family: 'Goldplay Alt';
	font-weight:600;
	}
.bnr-btm-t1 span{
	display:inline-block;
	background:#fff;
	padding:0 30px;
	}
ul.bnr-btm-list{
	float:left;
	width:100%;
	}
ul.bnr-btm-list li{
	float:left;
	width:16.6%;
	padding:0 20px;
	font-size:18px;
	line-height:22px;
	color:#000;
	font-family: 'Goldplay Alt';
	font-weight:600;
	position:relative;
	}
ul.bnr-btm-list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.bnr-btm-list li:after{
	content:'';
	width:1px;
	right:0;
	top:20px;
	bottom:5px;
	border-left:2px dotted #d9d9d9;
	position:absolute;
	}
ul.bnr-btm-list li:last-child:after{display:none;}
	
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	background:#fff;
	padding:35px 0;
	position:relative;
	overflow:hidden;
	}
.s1-lft{
	float:left;
	width:42%;
	position:relative;
	}
.s1-bnr-img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.s1-prod{
	position:absolute;
	bottom:0;
	right:0;
	}
.s1-cont{
	float:right;
	width:55%;
	text-align:left;
	margin-top:40px;
	}									
.comnHdng{
	background:url(../images/comon-bdr1.png) no-repeat center bottom;
	float:left;
	width:100%;
	font-size:50px;
	line-height:55px;
	color:#004eb4;
	font-weight:600;
	padding-bottom:40px;
	}
.comnHdng span{ color:#f06f35;}
.comnHdng2{ 
	background:url(../images/comon-bdr2.png) no-repeat left bottom;
	}
	
.comnPara{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
    letter-spacing: 0.5px;
	}						
ul.s1-cont-list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.s1-cont-list li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 20px;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	position:relative;
	}
ul.s1-cont-list li img{
	display:block;
	margin:0 auto 15px;
	}
ul.s1-cont-list li:after{
	content:'';
	width:1px;
	right:0;
	top:20px;
	bottom:5px;
	border-left:1px solid #d9d9d9;
	position:absolute;
	}
ul.s1-cont-list li:last-child:after{display:none;}
.s1-shp1{
    position: absolute;
    top: 60px;
    left: -120px;
	}
.s1-shp2{
    position: absolute;
    top: 2px;
    right: -130px;
	}	
		
/*=============sectionTwo============*/
.sectionTwo{
	background:url(../images/s2-top-bg.jpg)#eaf8fe no-repeat center top;
	float:left;
	width:100%;
	padding:70px 0 230px;
	background-size:100%;
	}
.s2-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:20px;
	}
.s2-inr-bx{
	float:left;
	width:31.5%;
	height:374px;
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-top:35px;
	}
.s2-inr-bx1{ background:url(../images/s2-bnr-bg1.jpg) no-repeat center top;}
.s2-inr-bx2{ background:url(../images/s2-bnr-bg2.jpg) no-repeat center top;}
.s2-inr-bx3{ background:url(../images/s2-bnr-bg3.jpg) no-repeat center top;}
.s2-inr-bx4{ background:url(../images/s2-bnr-bg4.jpg) no-repeat center top;}
.s2-inr-bx5{ background:url(../images/s2-bnr-bg5.jpg) no-repeat center top;}
.s2-inr-bx6{ background:url(../images/s2-bnr-bg6.jpg) no-repeat center top;}
.s2-bx-cont{
	padding:20px 25px;
	position:relative;
	color:#fff;
	text-align:left;
	}
.s2-icn{ float:right;}
.s2-bx-txt1{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#fff;
	}
.s2-bx-txt2{
	font-size:16px;
	line-height:22px;
	font-weight:500;
	color:#fff;
	margin-top:20px;
	padding-right:78px;
	}	
.s4-bx2-list{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:15px;
	padding:0 7px;
	}
.s4-bx2-list li{
	float:left;
	width:25%;
	text-align:center;
	}	
.s4-bx2-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.s4-bx2-list li .s2-bx2-para{
	float:left;
	width:100%;
	font-size:14px;
	color:#fff;
	margin-top:10px;
	}			

/*===============Gift Section==========*/
.gift-section{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	padding-bottom:45px;
	}	
.gift-box{
	float:left;
	width:100%;
	background:url(../images/gift-box-bg.jpg) no-repeat center top;
	border-radius:30px;
	position:relative;
	z-index:1;
	background-size:cover;
	padding:28px 35px;
	margin-top:-146px;
	}
.gift-contbx{
	float:left;
	width:50%;
	text-align:left;
	}
.gift-bx-hd{
	float:left;
	width:100%;
	font-size:36px;
	line-height:44px;
	color:#fff;
	font-weight:600;
	}	
.gift-bx-hd span{ color:#FF0;}	
.white{ color:#fff;}
.offer-txt{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #FF0;
    margin-top: 20px;
	font-weight:600;
	}	
.offer-txt img{
    display: inline-block;
    vertical-align: middle;
    margin: -8px 4px 0 0;
    width: 18px;
	}	
a.order-btn{
	display:inline-block;
	vertical-align:middle;
	width:206px;
	height:54px;
	text-align:center;
	border:2px solid #fff;
	border-radius:40px;
	font-size:23px;
	line-height:51px;
	color:#fff;
	font-weight:600;
	margin-top:25px;
	}
.gift-image{
	max-width:100%;
    position: absolute;
    top: -36px;
    right: -4px;
	z-index:2;
	}	
.s2-santa-img{
    position: absolute;
    top: 65px;
    right: 415px;
    z-index: 1;
	}		
	
/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	background:#fff;
	padding:75px 0 70px;
	}
.s3-list{
	float:left;
	width:100%;
    margin-top: 45px;
	position:relative;
	}
.s3-list li{
	float:left;
	width:25%;
	padding:0 25px;
	position:relative;
	}
.s3-list:after{
    content: '';
    border-top: 1px dashed #d7d7d7;
    top: 27px;
    left: 123px;
    right: 123px;
    height: 2px;
    position: absolute;
	}	
.s3-list li:before{
    content: '';
    border-right: 1px solid #d7d7d7; 
	top: 270px;
    bottom: 10px;
    right: 0;
    position: absolute;
	}
.s3-list li:last-child:before{ border:none;}	
.s3-list li span{
	display:inline-block;
	vertical-align:top;
	font-size:30px; 
	background:#004eb4; 
	width:55px; 
	height:55px; 
	line-height:55px; 
	border-radius:50%; 
	color:#fff;
	font-weight:600;
	position:relative;
	z-index:1;
	}	
.s3-list li:nth-child(2) span{ background:#f06f35;}	
.s3-list li:nth-child(4) span{ background:#f06f35;}		
.s3-list li img{
	margin:30px auto 0;
	display:block;
	max-width:100%;
	}
.s3-list li .s3-list-hd{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#004eb4;
	font-weight:600;
	margin-top:20px;
	}
.s3-list li .comnPara{ margin-top:15px;}		
.fs-18{ font-size:18px; line-height:26px;}	

/*==========sectionFour================*/
.sectionFour{
	background:#eaf8fe;	
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s4-slidebox{
	float:left;
	width:100%;
	margin:40px 0 0;
	}
.s4-slide-col{
	max-width: 313px;
	width: 23%;
	margin: 0 1%;
	text-align:center;
	display: inline-block;
	vertical-align: top;
	}
.s4-sld-img1{
	max-width:100%;
	margin:0 auto;
	box-shadow: 0 0 9px 4px rgb(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 4px rgb(0,0,0,0.1);
	border:5px solid #fff;
	}
.s4-slide-cont{
	float:left;
	width:100%;
	padding:20px 20px 0;
	}
.s4-slide-cont span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#004eb4;
	font-weight:600;
	}	
.s4-slide-cont p{ margin-top:12px;}	

/*==============sectionFive===============*/
.sectionFive{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 425px;
	}
.rev-sec{
	float:left;
	width:100%;
	padding:0 96px;
	margin-top:20px;
	}
.rev-bx{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding:30px 0;
	}
.rev-sec .rev-bx:last-child{border-bottom:none;}
.rev-img{
	float:left;
	border-radius:12px;
	}
.rev-cont{
	float:left;
	width:calc(100% - 170px);
	text-align:left;
	padding-left:25px;
	}
.rev-hd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#142b6f
	}
.rev-star{ margin-top:8px;}
.rev-tx{ margin-top:6px;}
.rev-nm{
	float:left;
	width:100%;	
	font-size:14px;
	line-height:14px;
	color:#878787;
	margin-top:25px;
	}
.rev-nm span{
	font-size:18px;
	font-weight:600;
	color:#f44c59;
	}
.rev-nm img{
	display:inline-block; 
	vertical-align:top; 
	margin:0 5px 0 12px;
	}
	
/*=============sectionSix============*/
.sectionSix{
	background:url(../images/s2-top-bg.jpg)#eaf8fe no-repeat center top;
	float:left;
	width:100%;
	padding:0 0 70px;
	background-size:100%;
	}
.sectionSix .comnHdng{ padding-top:70px;}	
.s5-spin-bg{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	background:#fff;
	box-shadow: 0 0 9px 4px rgb(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 4px rgb(0,0,0,0.1);
	border:5px solid #fff;
	margin-top:-355px;
	}	
.faq-container{
	display: inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0 0;
	}
.up-slide-dwn{
	float: left;
	width: 100%;
	margin-top: 10px;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 98% center;
    padding: 17px 40px 26px 20px;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
	border-bottom:1px solid #d7d7d7;
    cursor: pointer;
    position: relative;
	}
.acdn-heading.accordion-open{
	background: url(../images/open-btn.png) no-repeat 98% center;
	}
.acdn-content{
	float: left;
    width: 100%;
    padding:18px 0 18px 20px;
	}
.acdn-para{ margin-top:0;}
		
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#fff;
    padding: 40px 0;
	}
.ftr-logo{
	margin:0 auto 25px;
	display:block;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height:20px;
    color: #000;
	margin-top:10px;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #000;
	}	
	
/*==============Media=============*/
.forMob,.forTab{ display:none;}
.fl{ float:left;}
.fr{ float:right;}

@media only screen and (max-width:1300px){
.s4-slide-col{max-width:none; margin:0 10px;}
}

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

.bnrHdng{ font-size:48px; line-height:48px;}
.bnr-prod{ right:214px;}
ul.bnr-btm-list li{ padding:0 10px;}
.comnHdng{ font-size:46px; line-height:52px;}
.s2-bx-cont{ padding:20px 15px;}
ul.s1-cont-list li{ padding:0 4px;}
.s2-bx-txt1{ font-size:22px;}
.gift-section{ padding:0;}
.gift-image{ width:425px; right:0; top:26px;}
.gift-box{ padding:28px 25px;}
.gift-contbx{ width:54%;}
.s4-slidebox{ margin-bottom:40px;}
.s2-santa-img{ right:310px;}
.rev-sec{ padding:0 50px;}
}

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

ul.mainMenu{ display:none;}

.banner{ height:auto; background-size:cover; background-position: right 48% top; padding:45px 0;}
.banner-left-side{ width:67%;}
.banner-top-txt{ font-size:34px; line-height:34px;}
.bnrHdng{ font-size:45px; line-height:47px;}
.bnr-prod{ right: 40px; width: 264px; top: 380px;}
.bnr-list li{ font-size:20px; line-height:24px;}

.s1-prod{ width:120px;}
.s1-cont{ width:57%; margin-top:0;}
.s1-shp1, .s1-shp2{ display:none;}
.comnHdng{ font-size: 37px; line-height: 43px; padding-bottom:34px;}
.comnPara{ font-size:17px; line-height:25px;}

.s2-inr-bx{ width:48%;}
.s3-list{ background-size:85%;}
.s3-list li{ padding:0 12px;}
.s3-list li .s3-list-hd{ font-size:22px; line-height:26px;}
.s3-list li img{ width:150px;}
.gift-image{ width:310px;}
.s2-santa-img{ right: 215px; top: 220px; z-index: 2; width: 125px;}
.gift-bx-hd{ font-size:28px; line-height:40px;}
.s4-slidebox{ margin-bottom:40px;}
.rev-sec{ padding: 0 30px;}
}

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

.top-fix-bar{ margin-bottom:50px;}
.header{ height:50px; margin-top:-50px; top:50px;}
.logo{ width: 96px;margin-top: 4px;}
.mob-mnu-ic{ right:10px; top:15px;}
.logo-sec{ margin-top:9px;}
.mobilemenu{ top:50px;}
.mobimenu-top{ top:50px;}
.logo-sec p{ font-size: 14px; line-height: 16px; padding-left: 7px; margin-left: 5px;}
a.header-btn{ margin-top:8px;}

.topStrip{ overflow:hidden;}
.topStrip p {font-size: 13px; line-height: 21px;}
.topStrip p img{ width:20px;}

.banner{ background:#ecfbfe; padding:20px 0 30px;}
.banner-left-side{ width:100%; text-align:center;}
.banner-top-txt{ font-size:26px; line-height:28px;}
.bnrHdng{ font-size: 34px; line-height: 38px;}
.bnr-img-mob{ float:left; width:calc(100% + 20px); margin:17px  auto 0; margin-left:-10px;}
.bnr-strip:before{ display:none;}
.bnr-strip{ margin-top:15px; padding:0;}
.bnr-strip img{ width:70px; display:none;}
.bnr-strip p{ margin:0; font-size:17px; line-height:23px;}
.bnr-prod{ display:none;}
.bnr-list{ margin-top:10px; float:none; display:inline-block; width:345px;}
.bnr-list li{ float:none; display: inline-block; vertical-align: top; font-size:18px; line-height:22px; padding-left:34px; background-size:20px;}

.bnr-btm-strp{ padding:10px 0;}
ul.bnr-btm-list li{ width:33.33%; margin:15px 0; font-size:17px;}
ul.bnr-btm-list li:after{ display:none;}

.sectionOne{ padding:30px 0;}
.s1-lft{ display:none;}
.s1-cont{ width:100%; text-align:center;}
.comnHdng{ font-size:30px; line-height:36px;}
.comnHdng2{ background: url(../images/comon-bdr1.png) no-repeat center bottom;}
.comnPara{ font-size: 16px; line-height: 24px; margin-top:15px;}
.s1-bnr-img-m{ max-width:100%; display:inline-block; vertical-align:middle; margin:20px 0 4px;}

.sectionTwo{ padding:30px 0 190px;}
.s2-inr{ margin-top:0; justify-content: center;}
.s2-inr-bx{ max-width:100%; width:370px; margin-top:25px;}
.s2-bx-txt2{ padding-right:85px;}
.gift-image, .s2-santa-img{ display:none;}
.gift-contbx{ width:100%; text-align:center;}
.gift-box{ padding: 20px 15px 38px;}
.gift-bx-hd{ font-size: 24px; line-height: 34px;}
.offer-txt{ font-size:16px; line-height:23px; margin-top:15px;}
.gift-image-m{ max-width:100%; display:inline-block; vertical-align:middle; margin:20px 0 4px; border-radius:5px;}

.sectionThree{ padding:30px 0;}
.s3-list{ background:none; padding:0; margin-top:25px;}
.s3-list li{ width:100%; margin-bottom:40px;}
.s3-list li:last-child{ margin-bottom:0;}
.s3-list li img{ width:130px; margin:20px auto 0;}
.s3-list li .s3-list-hd{ margin-top:7px;}
.s3-list li .comnPara{ margin-top:8px;}
.s3-list li span{ font-size:17px; background:#004eb4; width:30px; height:30px; line-height:30px; border-radius:50%; color:#fff;}
.s3-list li:before, .s3-list:after{ display:none;}

.sectionFour{ padding:25px 0 85px;}
.s4-slidebox{ margin:25px 0 0;}
.s4-slide-cont{ padding:20px 5px 0;}

.sectionFive{ padding:25px 0 15px;}
.rev-sec{ padding:0; margin-top:5px;}
.rev-bx{padding:20px 0;}
.rev-img{width:85px;}
.rev-cont{width:calc(100% - 85px); padding-left:10px;}
.rev-tx{font-size:16px; line-height:22px; margin-top:10px;}
.rev-nm{margin-top:15px;}
.rev-nm img{ margin:2px 4px 0;}

.sectionSix{ padding-bottom:25px;}
.s5-spin-bg{ margin-top:-100px; display:none;}
.sectionSix .comnHdng{ padding-top: 30px;}
.faq-container{ margin-top:0;}
.accordion{ padding:8px 30px 17px 10px; font-size:19px; line-height:24px;}
.acdn-content{ padding:18px 0 10px 10px;}
.acdn-para{ margin-top:0;}


#ctabtn-mob{
	background: #000;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .btnBlk{ margin:0;}	
a.packageBtn{height: 60px;}
a.packageBtn p{font-size:22px; line-height:60px;}

.footer{ padding: 0 0 20px;}
.ftr-logo{ margin:20px auto 10px; width:95px;}
.footer .ftr-txt{ font-size:16px; line-height:22px; margin-top:7px;}
.footer .ftr-txt a{ padding:0 1px;}

#caption {
    width: 100%;
    white-space: nowrap;
    -moz-animation:  caption 15s linear 0s infinite;
    -webkit-animation:  caption 15s linear 0s infinite;
}
@-moz-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-600px; }  
}
@-webkit-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-600px; }  
}
}


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


.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}


/* Slider */
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0;
	}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
	}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px; outline:none;}

[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
	}
.slick-arrow.slick-hidden {display: none;}
.btnnone.slick-prev.slick-arrow{display: none;}

/* Arrows */
.slick-prev, .slick-next{
	position: absolute;
	top:20%;
	display: block;
	padding: 0;
	outline: none;
	border: none;
	z-index: 2;
	cursor: pointer;
	width:20px;
	height:49px;
	margin-top:0px;
	}
.slick-prev{
	left:-30px;
	}
.slick-next{
	right:-30px;
	}
	
	
/*============dots=======*/
ul.slick-dots{
	width:100%;
	text-align:center;
	bottom:-50px;
	position:absolute;
	}

ul.slick-dots li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    cursor: pointer;
    width: 16px;
    padding: 0;
    border: none;
    border-radius: 50%;
	}
ul.slick-dots li button{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:#bcc2cc;
	text-indent: -9999px;
	display: block;
	outline:none;
	border:none;
	padding:0;
	cursor:pointer;
	}
ul.slick-dots li.slick-active button{background:#004eb4;}


/*============Media Query=========*/

@media only screen and (max-width:1024px){
.slick-prev, .slick-next{ top:30%;}
.slick-prev{ left:0;}
.slick-next{ right:0;}
}
@media only screen and (max-width:767px){
.slick-prev, .slick-next{ top:20%;}
}