@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#333333;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	}
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:#333; text-decoration:underline;}
a:hover {outline: none; color:#000; text-decoration:none;}
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;
	}
.show-mob, .show-tab{
	display:none;
}
.show-desk{
	display:block;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:960px;
	margin:0 auto;
	padding:0;
	/*border:1px solid red;
	display:table;*/
	}
/*-----------------------
CSS FOR header
-------------------------*/
.top-header{
	float:left;
	width:100%;
	padding:8px 0;
}
.logo{
	float:left;
	max-width:100%;
	padding:0 0 0;
}
.vd-list{
	float:right;
}
.vd-list li{
	float:left;
	display:inline-block;
	margin-left:5px;
}

/*----CSS FOR COUNTER--------*/
.counter-right{
	width:59%;
	display:inline-block;
}
.counter-right p{
	display:inline-block;
	width:100%;
	color:#fff;
	font-size:23.94px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	line-height:26px;
	}
#clockdiv{
	width:100%;
	margin-top:15px;
	display:inline-block;
	}
#clockdiv > div{
	display:inline-block;
	width:17%;
	}
#clockdiv p{
	display:inline-block;
	width:6%;
	color:#ffde00;
	font-size:36px;
	line-height:30px;
	text-align:center;
	font-weight:700;
	vertical-align:top;
	}
#clockdiv div > span{
	float:left;
	width:100%;
	border-radius: 3px;
	background: #ffde00;
	padding:3px 4px 5px;
	text-align:center;
	color:#1a1a1a;
	font-size:28px;
	line-height:28px;
	font-weight:700;
	letter-spacing:4px;
	}
.smalltext{
	padding-top: 0px;
	font-size: 12px;
	text-transform:uppercase;
	float:left;
	width:100%;
	text-align:center;
	color:#ffde00;
	}

/*-----------------------
CSS FOR BANNER
-------------------------*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	padding:25px 0 18px;
	border-bottom:2px solid #e9e9e9;
}
.bnr-heading{
	float:left;
	width:100%;
	color:#fff;
	font-size:33px;
	font-weight:700;
	line-height:34px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.bnr-video{
	margin:20px auto 15px;
	width:80%;
	display:inline-block;
}
.bnr-video img{
	max-width:100%;
}
.order-btn{
	max-width:100%;
}
/*-----------------------
CSS FOR SECTION 1
-------------------------*/
.section1{
	float:left;
	width:100%;
	background:url(../images/sec1-bg.jpg) repeat-x left top;
	padding:90px 0;
}
.sec-heading{
	float:left;
	width:100%;
	color:#131313;
	font-size:48px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.sec-heading span{
	color:#ffde00;
}
.sec1-p1{
	float:left;
	width:62%;
	text-align:left;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	line-height:28px;
	text-transform:uppercase;
	margin-top:85px;
}
.sec1-p1 p{
	background-color:#131313;
	width:auto;
	float:left;
	padding:0 8px 2px 3px;
	margin-bottom:2px;
}
.sec1-p1 p span{
	color:#ffde00;
}
.yellow-box{
	float:left;
	width:100%;
	background:url(../images/sec1-yelw.png) repeat-x left top;
	height:558px;
	margin-top:-67px;
}
.sec1-left-text{
	float:left;
	width:62.5%;
	margin:185px 0 0 40px;
}
.sec1-left-text ul{
	float:left;
	width:100%;
	background:url(../images/dotted-brd.png) no-repeat left top;
	padding:7px 0 0 0;
}
.sec1-left-text ul li{
	float:left;
	width:100%;
	text-align:left;
	color:#131313;
	font-size:24px;
	line-height:31px;
	margin-bottom:18px;
	background:url(../images/1.png) no-repeat left top;
	padding-left:50px;
	margin-left: -12px;
}
.sec1-left-text ul li:nth-child(2){
	background:url(../images/2.png) no-repeat left top;
}
.sec1-left-text ul li:nth-child(3){
	background:url(../images/3.png) no-repeat left top;
}
.sec1-left-text ul li:nth-child(4){
	background:url(../images/4.png) no-repeat left top;
}
.sec1-left-text ul li span{
	font-weight:700;
	font-style:italic;
}
.sec1-right-text{
	float:right;
	width:33%;
	padding:0 10px 0 0;
}
.sec1-right-text img{
	max-width:100%;
	margin:195px auto 0;
}
/*-----------------------
CSS FOR SECTION 2
-------------------------*/
.section2, .section8{
	float:left;
	width:100%;
	background-color:#f8f8f8;
}
.section2 .sec-heading, .section8 .sec-heading{
	border:1px solid #fffad5;
	border-radius:65px;
	width:auto;
	float:none;
	margin:-30px auto 0;
	display:inline-block;
	padding:40px 45px;
	-webkit-box-shadow: 1px 2px 5px 5px #fffad5;
	box-shadow: 1px 2px 5px 5px #fffad5;
	background-color:#fff;
}
.sec2-dots{
	margin:23px auto;
}
/* ====== black-strip ======== */
.black-strip{
	background-color:#000000;
	width:auto;
	padding:5px 50px 0;
	display:inline-block;
	color:#ffde00;
	font-size:42px;
	line-height:40px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	position:relative;
	height:52px;
	margin-bottom:60px;
}
.black-strip span{
	color:#ffffff;
	text-transform:uppercase;
}
.blk-lft, .blk-rit{
	position:absolute;
	top:0;
	z-index:9;
}
.blk-lft{
	left:-15px;
}
.blk-rit{
	right:-15px;
}
/* ====== left right div ======== */
.full-div{
	float:left;
	width:100%;
}
.half-img-div{
	width:37.5%;
	margin:0 2%;
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 25px 5px #dde2ef;
	box-shadow: 1px 1px 25px 5px #dde2ef;
}
.half-img-div img{
	max-width:100%;
	vertical-align:bottom;
}
.half-text-div{
	width:58.5%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.section2 .half-text-div{
	padding:0 10px 0 30px;
}
.comn-p{
	float:left;
	width:100%;
	color:#464646;
	font-size:18px;
	font-weight:400;
	line-height:25px;
	margin-bottom:28px;
	text-align:left;
}
.comn-p span{
	font-weight:700;
}

.sec2-2-dsec{
	float:left;
	width:100%;
	margin-bottom:13px;
}
.l-yelw{
	float:left;
	width:26%;
	background-color:#ffde00;
	border-radius:5px;
	padding:35px 8px 40px;
	color:#000000;
	font-size:18px;
	line-height:25px;
	text-transform:uppercase;
	font-weight:700;
}
.l-yelw-text{
	float:right;
	width:74%;
	padding:0 0 0 20px;
	color:#464646;
	font-size:18px;
	font-weight:400;
	line-height:25px;
	text-align:left;
}
.l-yelw-text p{
	float:left;
	width:100%;
	padding:0 0 12px 0;
}
.bg-wh{
	background-color:#fff;
	border:4px solid #ffde00;
}
/* ====== bord-title-box div ======== */
.bord-title-box{
	float:left;
	width:100%;
	padding:0 110px 70px;
	margin-top:67px;
}
.border-full{
	border:1px solid #c4c4c4;
}
.smaill-strip-headng{
	float:left;
	width:auto;
	background-color:#131313;
	color:#fff;
	font-size:24px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	padding:4px 9px;
	margin-bottom:28px;
}
.mar-top{
	margin-top:-12px;
}
/* ====== yellow box div ======== */
.haladia-block{
	float:left;
	width:100%;
	background-color:#ffde00;
	padding:40px 35px;
}
.white-line{
	float:left;
	max-width:100%;
	margin:3px 0 12px;
}
.haldia-heading{
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	line-height:30px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	text-align:left;
}
.haladia-block-ul{
	float:left;
	width:100%;
	text-align:left;
	margin-top:12px;
}
.haladia-block-ul li{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:24px;
	background:url(../images/tik.png) no-repeat left 4px;
	padding:0 0 3px 38px;
	margin-top:15px;
}
/*-----------------------
CSS FOR SECTION 3
-------------------------*/
.section3{
	float:left;
	width:100%;
	background-color:#fff;
	padding:90px 0 0 0;
}
.section3 .half-text-div{
    padding: 0 10px 0 0px;
}
.section3 .haladia-block{
	background-color:#fff;
	padding-top:0;
}
.section3 .haladia-block-ul{
	margin-top:0;
}
.section3 .bord-title-box{
	padding-bottom:40px;
}
/*-----------------------
CSS FOR SECTION 4
-------------------------*/
.section4{
	float:left;
	width:100%;
	background-color:#f8f8f8;
	padding:90px 0;
}
.section4 .bord-title-box{
	padding-bottom:0px;
}
/*-----------------------
CSS FOR SECTION 5
-------------------------*/
.section5{
	float:left;
	width:100%;
	background-color:#fff;
	padding:90px 0 70px;
}
.sec5-marg{
	margin:2px 0 32px;
	padding-left:40px;
}
.section5 .haladia-block, .section6 .haladia-block{
	margin-bottom:40px;
}
.section5 .bord-title-box{
    padding: 0 110px 33px;
}
/*-----------------------
CSS FOR SECTION 6
-------------------------*/
.section6{
	float:left;
	width:100%;
	background-color:#f8f8f8;
	padding:80px 0;
}
.sec-6-yelw-box{
	float:left;
	width:95%;
	padding:30px 22px;
	color:#000000;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	line-height:24px;
	text-align:left;
	background-color:#ffde00;
	margin-bottom:35px;
}
.section6 .half-text-div {
    padding-left: 16px;
}
.section6 .haldia-heading, .section7 .haldia-heading{
	margin-bottom:20px;
}
.section6 .comn-p, .section7 .haladia-block .comn-p{
	color:#000;
}
.section6 .haladia-block-ul{
	margin-top:-11px;
}
.section6 .bord-title-box {
    padding: 0 110px 10px;
}
/*-----------------------
CSS FOR SECTION 7
-------------------------*/
.section7{
	float:left;
	width:100%;
	background-color:#fff;
	padding:80px 0 0px;
}
.ltr-spc{
	letter-spacing:-2px;
}
.strip-margin{
	margin-bottom: 10px;
}
.section7 .full-div .comn-p{
	background: url(../images/tik.png) no-repeat left 4px;
	padding:0px 0 0 40px;
}
.section7 .haladia-block{
	padding: 40px 35px 20px;
}
/*-----------------------
CSS FOR SECTION 8
-------------------------*/
.section8 .bord-title-box{
	margin-top: 0px;
	padding: 0 110px 15px;
}
.section8 .black-strip{
	margin-bottom:40px;
}
.section8 .sec8-marg{
	padding:0 0 15px;
	margin-bottom:35px;
}
.section8 .smaill-strip-headng{
	margin-left:112px;
}
.money-back{
	float:left;
	width:100%;
}
.money-seal{
	float:left;
	width:20%;
	padding:15px 0;
}
.money-seal img{
	margin:0 auto;
	max-width:100%;
}
.money-text{
	float:right;
	width:80%;
}
/*-----------------------
CSS FOR SECTION 9
-------------------------*/
.section9{
	float:left;
	width:100%;
	background-color:#fff;
	padding:80px 0 65px;
}
.section9 .black-strip span {
    text-transform: none;
}
.sec9-p1{
	color:#989898;
	font-size:24px;
	line-height:20px;
	width:100%;
	margin-top:-40px;
}
.gift-box{
	border: 1px solid #c4c4c4;
	float: left;
    width: 100%;
    padding: 0 65px 30px;
    margin-top: 80px;
}
.left-gift{
	float:left;
	width:36.5%;
}
.right-gift{
	float:right;
	width:60.5%;
	padding:98px 0 0 0;
}
.gift1{
	float:left;
	max-width:100%;
	margin-top:-65px;
}
.yelw-gift-text{
	float:left;
	width:100%;
	background-color:#ffde00;
	padding:40px 30px;
	-webkit-box-shadow: 1px 1px 25px 5px #e4e9f6;
    box-shadow: 1px 1px 25px 5px #e4e9f6;
	margin:22px 0;
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	text-align:left;
}
.gift-img1{
	margin:0 auto;
	max-width:100%;
}

/*-----------------------
CSS FOR SECTION 10
-------------------------*/
.section10{
	float:left;
	width:100%;
	background-color:#f8f8f8;
	padding:90px 0 0;
}
.sec10-pad{
	float:left;
	width:100%;
	padding-left:65px;
	margin-top:-15px;
}
.section10 .bord-title-box {
    padding: 0 110px 30px;
    margin-top: 20px;
}
.section10 .haladia-block-ul{
	margin-bottom:25px;
}
.section10 .comn-p{
	color:#000;
}
.section10 .haladia-block{
	padding: 40px 35px 10px;
}
.sec10-btn{
	margin-top:20px;
	max-width:100%;
}/*  Mods*/.inputbox input {	padding: 5px;    font-size: 32px;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	margin-top:20px;}
/*-----------------------
CSS FOR FOOTER
-------------------------*/
footer{
	float:left;
	width:100%;
	background-color:#fff;
	padding:30px 0;
	color:#000;
	font-size:16px;
	line-height:18px;
}