/* CSS reset style starts */
body,h1,h2,h3,h3,h4,h5,h6,p,span,ul,ul li,ol,ol li,dl,dt,dd,figure { margin:0; padding:0; font-size:15px; -webkit-text-size-adjust:none; }article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }img { border:0; outline:none; }a { text-decoration:none; color:#002a54; }a,a:hover,a:active,a:focus,a:link,a:visited { outline:none; border:none; }a:hover { outline:none; border:none; text-decoration:underline; }ul { list-style-type:none; }
/* CSS reset style ends */

/* Global style starts */
@font-face {
	font-family: "interstate";
	font-style: normal;
	font-weight: normal;
	src: url('fonts/interstaterom-webfont.eot');
	src: url('fonts/interstaterom-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/interstaterom-webfont.woff') format('woff'),
		 url('fonts/interstaterom-webfont.ttf') format('truetype'),
		 url('fonts/interstaterom-webfont.svg#InterstateRegular') format('svg');
}

@font-face {
	font-family: 'interstatelight_vnuregular';
	src: url('fonts/interstatelight_vnu-webfont.eot');
	src: url('fonts/interstatelight_vnu-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstatelight_vnu-webfont.woff') format('woff'), url('fonts/interstatelight_vnu-webfont.ttf') format('truetype'), url('fonts/interstatelight_vnu-webfont.svg#interstatelight_vnuregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interstateregular_vnuregular';
	src: url('fonts/interstateregular_vnu-webfont.eot');
	src: url('fonts/interstateregular_vnu-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstateregular_vnu-webfont.woff') format('woff'), url('fonts/interstateregular_vnu-webfont.ttf') format('truetype'), url('fonts/interstateregular_vnu-webfont.svg#interstateregular_vnuregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interstateextralight';
	src: url('fonts/interstate-extralight-webfont.eot');
	src: url('fonts/interstate-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate-extralight-webfont.woff') format('woff'), url('fonts/interstate-extralight-webfont.ttf') format('truetype'), url('fonts/interstate-extralight-webfont.svg#interstateextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'),  url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background-color: #fff;
	font:normal 12px/16px "interstate";
	color:#666;
	overflow-x :hidden;
}

img{
	/* Responsive images (ensure images don't scale beyond their parents) */
		max-width:100%;
	/* Part 1: Set a maxium relative to the parent */
		width:auto\9;
	/* IE7-8 need help adjusting responsive images */
		height:auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
		vertical-align:middle;
		border:0;
		-ms-interpolation-mode:bicubic;
}
h1, h2, h3, h4, h5, h6{
	font-family: "interstate";
	font-weight:normal;
}
.clearfix:before,.clearfix:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

.select-box-cont-js{display:none;}

a,a:hover {}
a:hover,a:focus,a:visited,a:active {text-decoration:none;outline:none;border:none;}
.no-wrap{white-space: nowrap;}

/* Global style end */

/* Hidden style starts */
.visible-desktop {display:block !important;}
.visible-desktop-tablet {display:block !important;}
.visible-tablet {display:none !important;}
.visible-phone {display:none !important;}
.hidden-phone {display:block !important;}
/* Hidden style ends */

/* Rounded corner style starts */
.rounded{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	position:relative;
}
/* Rounded corner style ends */

/* Box Shadow Style Starts */
.shadow{
	-moz-box-shadow:0px 0px 7px 3px #e0e0e0;
	-webkit-box-shadow:0px 0px 7px 3px #e0e0e0;
	box-shadow:0px 0px 7px 3px #e0e0e0;
	-pie-box-shadow:0px 0px 7px 3px #e0e0e0;
	position:relative;
}

/* Box Shadow Style Ends */

/* Gradient Style Starts */
.gradient {
		background: #01BCF3;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#017DE1), to(#004988));
		background: -webkit-linear-gradient(#01BCF3, #014284 100%);
		background: -moz-linear-gradient(#01BCF3, #014284 100%);
		background: -ms-linear-gradient(#01BCF3, #014284 100%);
		background: -o-linear-gradient(#01BCF3, #014284 100%);
		background: linear-gradient(#017DE1, #014284 100%);
		-pie-background: linear-gradient(#017DE1, #014284 100%);
		position: relative;
	}
/* Gradient Style Starts */

/* Work Area Starts */
#wrap{
	position:relative;
	top:0;
	left:0;
}
#wrap-cont{
	width:100%;
	margin:0 auto;
	background:#fff;
}
#mob-top-menu-wrap{display:none;}
header{	width:100%; position:fixed; left:0; z-index:999; top:40px; -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);}
#top-header-bg{	position:fixed;	top:0;	left:0;	z-index:999;	width:100%;	background:#222222;	-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);}
#top-header{width:1000px; margin:0 auto; z-index:2;}
#top-header div{width:60%; float:left; display:inline-block; text-align:right; padding:12px 0; font-size:12px; color:white;}
#top-header ul li a, #nav-header-bg ul li a{color:white; font-family:arial;}
#imp-links{	padding:12px 0;}
#top-header div:first-child{width:40%; float:left; display:inline-block; text-align:left; font-family: "arial";}
#top-header div ul{width:auto; float:right;}
#top-header div ul li{float:left; width:auto; display:inline-block; font-size:12px; padding:0 4px; font-family: "arial";}
#top-header-bg #search-cont{float:right;}
#mid-header{width:1000px; margin:0 auto;
}
#mid-header-bg ul{
	width:100%;
	overflow:auto;
}
#mid-header-bg ul li{
	float:left;
	width:50%;
	display:inline-block;
	font-size:12px;
	padding:15px 0;
	text-align:right;
}
#mid-header-bg ul li:first-child{
	text-align:left;
}
.slider-wrap{
	overflow:hidden;
	width:100%;
	height:500px;
}
.banner-slider{
	position:relative;
	width:100%;
	top:0;
	left:0;
	z-index:1;
}
.banner-slider li{
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
}
section{
	width:100%;
	z-index:1;
	position:relative;
	top:0;
	left:0;
}
.slide-2{
	background:url('../images/header.jpg') no-repeat center center;
	height:500px;
	position:relative;
	left:0;
	top:0;
	z-index:50;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-section{
	margin-top:115px;
	overflow:hidden;
}
.section-odd{
	
	position:relative;
	
}
.bannerTxt{
	position:absolute;
	bottom:150px; left:0px; right:0px;
	height:115px;
	z-index:100;
	width:501px;
	text-align:center;
	color:#fff;
	margin: 0 auto;
	background:url("../images/banner_out_line.png") no-repeat 0 0;
}
.gray-section{
	background: #d7e7f4;
}
.section-cont{
	margin:0 auto;
	padding:50px 0;
	max-width:1000px;
}
.section-cont.stepsSec{
	padding:50px 0 30px 0;
}
.introSec{
	text-align:center;
	float:left;
	width:100%;
}
.bigTxt{
	font-size:32px;
	font-family:"interstate";
	line-height: normal;
	color:#0462b5;
}
.bnrSmallTxt{
	font-size:32px;
	font-family:"interstatelight_vnuregular";
	position: relative;
	top: -25px;
}
.bnrSmallTxt img {width:56px !important; height:56px !important; margin:auto;}
.bnrBigTxt{
	font-size:55px;
	font-family: "interstate";
	line-height: normal;
	position:relative;
	line-height: 0px;
	top:5px;
}
.bnrLastTxt{
	font-size:27px;
	font-family:"interstatelight_vnuregular";
	line-height: normal;
	position:relative;
	top:35px;
}
.bannerBtmArrow{
	position:absolute;
	bottom:30px;
	text-align:center;
	width:100%;
}
.topIntro{
	padding-bottom:15px;
}
.topIntro div{
	
}
.topHdr{
	color:#999;
	font-family:"interstatelight_vnuregular";
	font-size: 24px;
	padding: 0 10px;
	position: relative;
	top: 2px;
	background:url("../images/line.png") no-repeat center center;
}
.contTxt{
	font-family: "interstatelight_vnuregular";
	font-size: 17px;
	line-height: normal;
	margin: 0 auto;
	width: 80%;
	padding-bottom:20px;
}
.missedSection{
	padding-top:40px;
}
.newsBox{
	display:inline-block;
	width:38%;
	padding: 45px 50px;
	font-family:"interstatelight_vnuregular";
}
.newsBox.lft{
	margin-right:30px;
}
.newsCont{
	line-height:normal;
	font-size:16px;
	min-height: 34px;
}
.newsBox > h3{
	font-family:"interstate";
	padding:20px 0;
	font-size:24px;
}
a.clickBtn{
	color: #fff;
	display: block;
	font-family: "interstate";
	margin: 30px auto 0;
	padding: 12px 0;
    width: 75%;
	background:#002a54;
	font-size:17px;
}
a.clickBtn:hover{
	cursor:pointer;
}
.section-cont.btmTile{
	padding:35px 0;
	max-width:940px;
}
.btmTile div{
	display: inline-block;
}
.lftTile{
	margin-left:5px;
	margin-right:35px;
}
/* StepsTab Style Starts */
.stepsContainer{
	width:100%;
	margin: 50px 0 0;
}
.stepsScreenSection{
	background:url("../images/steps_bg.png") no-repeat 0 0;
	height: 618px;
}
.leftContainer{
	float:left;
	width: 60%;
}
.rightContainer{
	float:right;
	width: 35%;
}
.stepPosition{
	margin: 0 auto;
	position: relative;
	top: 28px;
	width: auto;
}
.tabNav{}
.tabNav li{
	border-bottom:1px solid #ccc; 
}
.tabNav li a{
	position:relative; 
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#333;
	font-family: "interstatelight_vnuregular";
	text-align:left;
	padding: 17px 20px 17px 75px;
}
.tabNav li a span{
	font-size:14px;
}
.tabNav li a span.stpHdr{
	font-weight:normal;
	display:block;
	font-family: "interstate";
	font-size: 15px;
	padding-bottom: 5px;
}
.tabNav li a.sign{background:url("../images/icon1.png") no-repeat 30px center;}
.tabNav li a.visit{background:url("../images/icon2.png") no-repeat 26px center;}
.tabNav li a.account{background:url("../images/icon3.png") no-repeat 30px center;}
.tabNav li a.otp{background:url("../images/icon4.png") no-repeat 30px center;}
.tabNav li a.update{background:url("../images/icon5.png") no-repeat 24px center;}
.tabNav li a.sltCnfm{background:url("../images/icon6.png") no-repeat 28px center;}
.tabNav li a.clkDone{background:url("../images/icon7.png") no-repeat 28px center;}

.tabNav li.tActive a.sign, .tabNav li a.sign:hover{background:#f1f1f1 url("../images/icon1.png") no-repeat 30px center;}
.tabNav li.tActive a.visit, .tabNav li a.visit:hover{background:#f1f1f1 url("../images/icon2.png") no-repeat 26px center;}
.tabNav li.tActive a.account, .tabNav li a.account:hover{background:#f1f1f1 url("../images/icon3.png") no-repeat 30px center;}
.tabNav li.tActive a.otp, .tabNav li a.otp:hover{background:#f1f1f1 url("../images/icon4.png") no-repeat 30px center;}
.tabNav li.tActive a.update, .tabNav li a.update:hover{background:#f1f1f1 url("../images/icon5.png") no-repeat 24px center;}
.tabNav li.tActive a.sltCnfm, .tabNav li a.sltCnfm:hover{background:#f1f1f1 url("../images/icon6.png") no-repeat 28px center;}
.tabNav li.tActive a.clkDone, .tabNav li a.clkDone:hover{background:#f1f1f1 url("../images/icon7.png") no-repeat 28px center;}

.tabCon{
	height:0;
}

/* StepsTab Style Ends */

/* Work Area Ends */

/* Footer Starts */
footer{
	/* border-top:solid 1px #ccc; */
	width: 100%;
	position: relative;
	top:0;
	left:0;
	font-family:"arial";
}
#footer-top{
	width:100%;
	margin:0 0 8px;
	background:#F6F6F6;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
#footer-top-cont{
	width:1000px;
	margin:0 auto;
}
#footer-top-cont ul{
	width:100%;
}
#footer-top-cont ul li{
	width:33.3%;
	*width:33% !important;
	float:left;
	text-align:center;
	border-right:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	padding:10px 0;
	border-collapse:collapse;
}

#footer-top-cont ul li.last{
	border-right:none;
}
#footer-top-cont ul li a{
	color:#666666;
	font-size:14px;
	padding-left:7px;
	position:relative;
	top:2px;
}
#footer-mid, #footer-bot{
	width:1000px;
	margin:10px auto 0;
}
.bg-color{
	background:#fff;
}
#footer-mid{
	margin-top:0px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid 1px #ccc;
}
.thanksFtr #footer-mid{
	border-bottom:none;
	padding-bottom:20px;
	padding-top:20px;
}
.thanksFtr{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.thanksFtr #footer-mid li ul#footer-left-menu li.border-rgt{
	margin: 0 3px;
}
#footer-mid li, #footer-bot li{
	float:left;
	width:75%;
}
#footer-mid li:first-child, #footer-bot li:first-child{
	width:25%;
}
#footer-mid li ul#footer-left-menu li{
	width:auto;
	padding:2px 3px 0 0;
	font-size:12px;
}
#footer-mid li ul#footer-left-menu li:first-child{
	margin-top: 3px;
	margin-right: 0px;
}
#footer-right-menu{
	width:auto;
	float:right;
}
#footer-right-menu li{
	float:left;
	width:auto;
}
#footer-right-menu li:first-child{
	width:auto;
}
#footer-right-menu li a{
	font-size:11px;
	color:#666;
	padding:0 20px 0 5px;
}
#footer-right-menu li a.last{
	padding:0 0px 0 5px;
}
#footer-top-cont ul li .tel-num {
	color: #666666;
	font-size: 14px;
	padding-left: 7px;
	position:relative;
	top:2px;
}
#footer-bot{
	padding:15px 0;
}
#footer-bot li{
	font-size:11px;
	color:#666;
	text-align:right;
	color:#999;
}
#footer-bot li:first-child{
	text-align:left;
}
.footerLeftLink{
	color:#666;
}
.footerLeftLink:hover{
	text-decoration:underline;
}
#footer-mid li ul#footer-left-menu li.border-rgt {
	border-left: 1px solid #ccc;
	height: 22px;
	margin: 0 0 0 3px;
	padding: 0;
}
/* Back to top strat */

#back-top {
position: fixed;
bottom: 0px;
right: 0px;
padding: 0;
z-index:99;
}
#back-top span {
width: 33px;
height: 33px;
display: block;
margin-bottom: 0px;
background: #ddd url("../images/back-to-top.png") no-repeat;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
z-index: 9999;
}
/* Back to top end */

.gray-section.newsBox{
	background:none;
	border:1px solid #d5d5d5;
}
.grayInnerIcons{
	margin:-70px auto 0;
	background:#f2f2f2;
	padding:0 15px;
	width:54px;
}
.bluTxt{
	color:#002a54;
}
.btnIcons{
	padding-right:20px;
}
.btnCash{
	position:relative;
	top:2px;
	font-size:17px;
}
.grayTxt{
	color: #666;
    font-family: interstatelight_vnuregular;
    font-size: 25px;
    line-height: normal;
    padding: 25px 0;
}
.btmTxt{
	margin: 0 auto;
    width: 81%;
}
.btmTxt p{
	olor: #666;
    font-family: interstatelight_vnuregular;
    font-size: 14px;
    line-height: normal;
	 padding-bottom: 15px;
}
p.last{
	padding-bottom:0;
}
.trmsandcndts{
	font-family:arial;
}
.trmsandcndts p{
	font-size:12px;
	padding-bottom:10px;
}
.section-cont.ftrSec{
	padding:25px 0;
}
a.fnt{
	font-family:"interstate";
	border-bottom:1px solid #ccc;
}
ul.slides li img{
}
.clickBtn.save{
	padding:18px 0;
}


.lifeTop10 {padding-top:20px;}
.marginTop20 {margin-top:50px;}
.marginbottom30 {margin-bottom:50px;}
.WhiteLine {width: 300px; margin:auto; height:2px; background:#fff;}
.blueLine {width: 150px; margin:auto; height:2px; background:#bda779;}

/*-----NewCSS-------*/
	.LifeCenter {text-align:center;}
	.FirstImg img {width :74px !important;}
	.MainBox {padding:110px 0px 50px 0px;}
	.InnerWidht {width:1000px; margin:auto; position:relative;}
	.LifeBanner {position:relative; background: url(../images/Banner_D.jpg) no-repeat right top; min-height: 550px; background-size:cover;}
	.ThankyouBanner {position:relative; background: url(../images/Banner_D.jpg) no-repeat top; min-height: 400px; background-size:cover;}
	.LifeBanner2 {position:relative; background: url(../images/2Banner_D.jpg) no-repeat right; min-height: 665px; background-size:cover;}
	.InnerBanner {position:absolute; width:100%; top:0px; z-index:99; padding: 35px 0 50px;}
	.headertext {margin: 60px 0px 45px 0px;}
	.headertext h1 {border:1px solid #fff; border-right:0px; border-left:0px; display:inline; color:#fff; font-family: "interstate"; font-size: 40px; padding: 10px 0px 13px 0px;}
	.InnerBanner p {font-family: 'interstatelight_vnuregular'; color:#fff; font-size: 16px; padding: 20px 0px;}
	.LifeApply {text-align:center; margin: 30px 0px;}
	.LifeApply a {background:#3a9724; font-family: 'interstatelight_vnuregular'; color:#FFF; font-size: 20px; padding: 8px 30px 10px 30px;}
	.LifeBlacktile {background: url('../images/backDot.png') repeat; position:absolute; bottom:0px; width:100%; padding: 20px 0px;}
	.LifeBlacktile span {font-family: 'interstatelight_vnuregular'; color:#FFF; font-size: 25px; padding-left: 30px;}
	.LifeSection2 {padding: 50px 0px;}
	.LifeBox {width: 320px; margin:auto; text-align: center;}
	.LifeBox img {width:74px !important; margin: 0px auto 30px;}
	.LifeBox h1 {font-family: 'interstatelight_vnuregular'; color:#0462b5; font-size: 18px; line-height: 26px; text-align:center; padding-bottom:20px;}
	.LifeBox p {font-family: 'interstatelight_vnuregular'; color:#53575b; font-size: 15px; line-height: 22px; text-align:center; padding-bottom:20px;}
	.LifeSection3 {background: url('../images/Banner2.jpg') no-repeat center; padding: 100px 0px; background-size: cover;}
	.LifeSecInnerBox {padding: 30px 20px; width: 27.8%; float:left; margin-right:20px;min-height: 260px;margin-top: 50px;background:url(../images/overlay.png) repeat 0 0}
	.LifeSecInnerBox.last{
		margin-right:0;
	}
	.LifeSecInnerBox h1 {font-family: 'interstatelight_vnuregular'; color:#fff; font-size: 36px; line-height: 26px; padding-bottom: 20px; text-align:center;}
	.LifeSecInnerBox p {font-family: 'interstatelight_vnuregular'; color:#f8f8f8; font-size: 16px; line-height: 22px; text-align:center; margin-top: 20px;}
	.LifeSection4 {background: url('../images/pattern.png') repeat; padding: 50px 0px;}
	.GrayHeading {font-family: 'interstatelight_vnuregular'; color:#555; font-size: 36px; line-height: 26px; margin-bottom:20px; text-align:center;}
	.Lifetext {font-family: 'interstatelight_vnuregular'; color:#555; font-size: 18px; line-height: 26px; margin-top:20px; text-align:center;}
	.Lifetexts {font-family: 'interstatelight_vnuregular'; color:#555; font-size: 16px; line-height: 26px; margin-top:20px; text-align:center;}
	.Lifetexts a {color:#bda779;}
	.BoxForHeading {margin: 75px 0px 0px 0px;}
	.GrayLine {background:#CCC; height:1px; width:100%;}
	.section4box ul li {width:50%; float:left;}
	.section4Inbox {text-align:center; position:relative; top:-35px;}
	.section4Img {padding: 20px; background: url('../images/pattern.png') repeat; display:inline;}
	.section4Inbox h1 {font-family: 'interstatelight_vnuregular'; color:#bda779; font-size: 18px; line-height: 26px; text-align:center; padding:15px 0px;}
	.FormBox {width: 85%; margin: 0px auto 25px; }
	.lifeLeft {width: 48%; float:left;}
	.lifeRight {width: 48%; float:right;}
	.inputblabk {border-radius: 5px; height: 50px; font-family: 'interstatelight_vnuregular'; font-size: 16px; color:#555 !important; width: 100%; display: initial; padding-left: 15px; box-sizing: border-box; webkit-box-sizing: border-box;  -moz-box-sizing: border-box; vertical-align: middle; border:1px solid #CCC; outline:none;}
	.Submit {text-align:center; display: flex; width: 212px; margin: 30px auto;}
	.Submit a {background:#b4975b; font-family: 'interstatelight_vnuregular'; font-size: 18px; color:#FFF; padding: 15px 75px 17px 75px;}
	.section5 {padding: 50px 0px 0px 0px;}
	.section5 p {font-family:arial; color:#53575b; font-size:12px; line-height:20px; margin-bottom:10px;}
	.timeicon {background: url(../images/time.png) no-repeat; background-position: 98%;}
	.error{clear:both; color:#e01818; font-size:11px; padding-top:5px; white-space:inherit; margin-bottom:-10px; font-family: "arial";}
	.ContactTime .sbToggle {background: url(../images/time.png) no-repeat center; width: 50px;}
	.Tankyousection {padding: 50px 0px;}
	.Tankyousection h1 {font-family: 'interstatelight_vnuregular'; color:#0462b5; font-size: 30px; line-height: 26px; text-align:center; padding:15px 0px;}
	#fn {font-family: 'interstatelight_vnuregular'; color:#0462b5; font-size: 30px; line-height: 26px; text-align:center; padding:15px 0px;}
	.Tankyousection p {font-family: 'interstatelight_vnuregular'; color:#53575b; font-size: 18px; line-height: 22px; text-align:center;}
	.Mainslider {position:relative;}
	.Mainslider .flex-control-nav {bottom: 50px;}
	.Tankyousection h1 span#first-app{font-size:30px;}
/*-----NewCSS-------*/


.slide-menu{
				margin:0px auto;
				padding:70px 0px 0px;
				min-height:300px;
				position:relative;
			}
			.prev, .next{
				width:55px;
				height:55px;
				position:absolute;
				top:200px;
			}
			.prev{
				left:-20px;
			}
			.next{
				right:-20px;
			}

			.prev img, .next img{
				cursor:pointer;
			}

.wrapper-slider{
				margin:0px 15px;
				overflow:hidden;
				/*float:left;*/
			}
			#slide-sec2{
				position:relative;
				left:15px;
			}
			.scroll-container{
				width:300%;
				position:relative;
				top:0px;
				left:0px;
			}
				.slide-list{
					width:33.3%;
					float:left;
				}
					.slide-list span{
						float:left;
						width:30%;
						*width:28%;
						text-align:center;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
					}
					.slide-list span.center-cont{
						padding:0 30px;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
					}
						.slide-list span.wid-hig{
							width:40%;
							*width:36%;
						}
						.list-title{font-family: 'interstatelight_vnuregular'; color:#0462b5; font-size: 18px; line-height: 26px; text-align:center; padding-bottom:20px; padding-top:30px;}
						.list-title small{
								*font-size:19px;
							}
						.list-cont{
							font-family: 'interstatelight_vnuregular'; color:#53575b; font-size: 15px; line-height: 22px; text-align:center; padding-bottom:20px;
						}
							.list-cont sup{
								font-size:10px;
								line-height:10px;
							}
						
						.dis-non{
							display:none;
						}
						
					.indicator{
						margin:10px 0px 30px;
						text-align:center;
					}
					.indicator span{
						width:10px;
						height:10px;
						padding-right:10px;
						background:url('../images/bullet.png') no-repeat top center;
						display:inline-block;
						cursor:pointer;
					}
					.indicator span.active{
						background:url('../images/active_bullet.png') no-repeat top center;
					}
					.slide-list span.last{
						width:40%;
					}

					
.visibilePhonetab {display:none;}

.citiPriority, .citiGold{
	height: 600px;
}
.bcg{
	background: url("../images/segment-banner-bg-img.jpg") no-repeat center center;
	background-size: cover;
    height: 100%;
    width: 100%;
}
.hsContainer h2{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	font-family: "interstatelight_vnuregular";
	font-size: 40px;
    font-weight: normal;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
    padding: 50px 0;
}
hr {
    border: 1px solid #bda779;
	margin-bottom: 60px;
	width: 150px;
}
.priorityLst li{
	float:left;
	width:24%;
	background:#0F2A48;
	margin:0 15px;
	height:260px;
	color:#fff;
	text-align:center;
	padding:0 3%
}
ul.priorityLst li h4, ul.cGoldLst li h4 {
    color: #fff;
    font-family: "interstatelight_vnuregular";
    font-size: 1.2em;
    margin: 15px 0;
	font-weight:bold;
}
.lstIcon{
	margin: 50px auto 0;
}
ul.priorityLst li p, ul.cGoldLst li p{
	font-size:14px;
	font-family: "interstatelight_vnuregular";
}
.citiGold h2{
	color:#8F8F8F;
	line-height:1.2em;
	font-family: 'interstateextralight';
	margin:50px 0 30px;
	padding:0;
	font-size:36px;
}
.citiGold h2 + hr{
	margin-bottom:50px;
	border: 1px solid #cbb88d;
}
.citiGold ul li.gr_line{
	width:1px;
	* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f7135+0,926f35+100 */
	background: #8f7135; /* Old browsers */
	background: -moz-linear-gradient(top, #8f7135 0%, #926f35 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8f7135 0%,#926f35 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8f7135 0%,#926f35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7135', endColorstr='#926f35',GradientType=0 ); /* IE6-9 */
	padding:0
}
ul.cGoldLst li{
	width:27%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3965a+0,947137+100 */
	background: #b3965a; /* Old browsers */
	background: -moz-linear-gradient(top, #b3965a 0%, #947137 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b3965a 0%,#947137 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b3965a 0%,#947137 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3965a', endColorstr='#947137',GradientType=0 ); /* IE6-9 */
	margin:0;
	color: #fff;
    float: left;
    height: 260px;
	padding: 0 3%;
    text-align: center;
}

iframe{
	width:100%;
	border:none;
	background: url("../images/pattern.png") repeat 0 0;
	height:750px;
}

.roundBrdr{
	border:2px solid #fff;
	border-radius:50%;
	color:#f8f8f8;
	font-size:30px;
	text-align:center;
	width:30%;
	height:80px;
	margin:auto;
}
.roundBrdr span{
	font-size: 33px;
    position: relative;
    top: 30px;
}

.rebateHdr{
    color: #fff;
    font-family: "interstatelight_vnuregular";
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and(min-width:768px) and (max-width:1024px){
	iframe{
		height:770px;
	}
}

@media(max-width:767px){
	iframe{
		height:1000px;
	}
}
