


.plan-body .row:before,
.plan-body .row:after{
  display: table;
  content: " ";
}

.plan-body .row:after {
  clear: both;
}


.centerimg{ display:block; margin:auto;}


.plan-body .row {
	overflow:inherit;
}
/*.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
*/


/*HBB styles*/


/*same height*/
/* content styles */
.inside {
margin-top: 0px;
margin-bottom: 0px;
background: none;
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/*same height*/


.dm-bt{
	background-color:transparent;
	border:1px solid #ff4000;
	color:#ff4000;
	text-align:center;
	font-weight:400;
	padding:8px 15px;
	font-size:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition:all 0.3s;
	display:inline-block;
}
.dm-bt:hover, .dm-bt:focus{
	text-decoration:none;
	color:#FFF;
}

.btn-nl:hover, .btn-nl:focus{
	border: 1px solid #ffb319;
	color: #ffb319;
}
.btn-yb{
	background-color:#ff8000;
	border: 1px solid #ff8000;
	color:#000;
}
.btn-yb:hover, .btn-yb:focus{
	background-color:#ffb319;
	border: 1px solid #ffb319;
}
.btn-ob{
	background-color:#ff4000;
	border:1px solid #ff4000;
	color:#FFF;
}
.btn-ob:hover, .btn-ob:focus{
    background-color: #ffb319;
    border: 1px solid #ffb319;
}



/*=================================*/
.header-wrap .group{
	padding-left:0;
	padding-right:0;
}
/*Start hero section*/
.main-hero{
	display:table;
	position:relative;
	width:100%;
	max-height:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.hero-wrper{
	width:1165px;
	position:relative;
	display:table-cell;
	height:449px;
	vertical-align:middle;
}
.hero-wrper-in .col-5{
	position:relative;
	width:40%;
	float:left;
}
.hero-wrper-in .col-7{
	position:relative;
	width:60%;
	float:left;
}
.heroLeftImg{
	position: relative;
	right: 38%;
	max-width: 547px;
	top: -40px;
}
.hero-wrper-in h2{
	color:#FFF;
	margin-top:0;
	margin-bottom:0;
}
.icn-txt{
	display:inline-block;
	color:#f68712;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
}
.icn-txt-wrper{
	margin-top:6%;
	margin-bottom:6%;
}
.icn-txt p{
	font-weight:400;
	color: #F68712;
	font-size:19px;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
}
.icn-txt img{
	margin-right:10px;
}
.hero-cta-wrper{
	display:inline-block;
}
.hero-cta-wrper .dm-bt{
	min-width:165px;
	margin-left:10px;
	margin-right:10px;
}
.hero-cta-wrper .btn-yb{
	color:#000;
}
.btn-ctn{
	border: 1px solid #ff8000;
	color:#ff8000;
}
.btn-ctn:hover, .btn-ctn:active{
    border: 1px solid #ffb319;
    color: #ffb319;
}
.inside-hero{
	min-height:194px;
	background-repeat:no-repeat;
}
.inside-hero-wrper{
	display:table;
	height:154px;
	vertical-align:middle;
}
.inside-hero-details{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	color:#FFF;
}
.inside-hero-details .ihdh2{
	margin-top:0;
	margin-bottom:0;
}
@media(max-width:992px){
	.hero-tp-mb{
		background-color:#d5d5d5;
		padding: 2% 10%;
		text-align:center;
	  }
	.main-hero {
		min-height:320px;
	}
	.inside-hero {
		min-height:inherit;
	}
	.inside-hero-wrper {
    	max-height: 100%;
    	padding: 15px 20px;
	}
	.hero-wrper-in {
		padding-top:20px;
		padding-bottom:20px;
	}
	.hero-wrper-in .col-5{
		position:relative;
		width:30%;
		float:left;
	}
	.hero-wrper-in .col-7{
		position:relative;
		width:70%;
		float:left;
	}
	.heroLeftImg{
		position: relative;
		right: 0;
		max-width: 100%;
		top: 0;
	}
	.icn-txt-wrper{
		display:none;
	}
	.hero-cta-wrper{
		margin-top:5%;
		margin-bottom:5%;
		margin-left: -10px;
		margin-right:-10px;
	}
	.hero-cta-wrper button{
		margin-bottom:15px;
	}
}
@media (max-width:768px){
	.hero-wrper {
		height:auto;
	}
	.hero-wrper-in h2 {
		font-size:26px;
	}
	.hero-cta-wrper .dm-bt {
    	min-width: inherit;
    	margin-left: 10px;
    	margin-right: 0px;
		font-size:16px;
	}
	.inside-hero-wrper {
    	width: 100%;
    	padding: 15px 20px;
	}
	.inside-hero-details .ihdh2 {
		font-size:26px;
		text-align:center;
	}
}
@media (max-width:480px){
	.hero-wrper-in h2 {
    	font-size: 20px;
	}
	.hero-cta-wrper .dm-bt {
		font-size:13px;
		padding: 5px 5px;
	}
}
/*End hero section*/

/*Start middle common section*/
.mdle-cm{
	padding-top:20px;
	padding-bottom:12.5px;

}
.mdle-cm a{
	text-decoration:none;
	color:#666;
}
.mdle-cm a:hover{
	text-decoration:none;
	color:#b3004d;
}

.mdle-cm-box{
	background-color:#e5e5e5;	
}

.mdle-cm-box-in{
	background-color:#e5e5e5;
	position:relative;
	display:block;
	text-align:center;
   -webkit-box-shadow: inset 0px 0px 1px 1px rgba(185,185,185,0.3);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(185,185,185,0.3);
	box-shadow: inset 0px 0px 1px 1px rgba(185,185,185,0.3);
/*	min-height:190px;*/
	padding:30px 20px;
}

.inBox{
	text-align:center;
	padding:30px 20px;	


}


.mdle-cm-box-in img{
	margin-bottom:15px;
}
.mdle-cm-box p{
	color:inherit;
	font-weight:400;
	font-size:18px;
	text-decoration:none;
}
.mdle-cm-box-in:hover .mdle-cm-box-in:focus{
	color:#b3004d;
}
/*End middle common section*/

/*Start bottom promotion*/
.bxshbm{
  -webkit-box-shadow: inset 0px -5px 0px 0px rgba(179,0,77,1);
  -moz-box-shadow: inset 0px -5px 0px 0px rgba(179,0,77,1);
  box-shadow: inset 0px -5px 0px 0px rgba(179,0,77,1);
}
.btm-promo{
	padding-top:10px;
	padding-bottom:20px;
}
.btm-promo .row{

}
.btm-promo .col-md-6{

}
.promo-box-lg{
	background-position:top center;
	background-repeat: no-repeat;
	position:relative;
	height:100%;
	border-bottom:5px solid rgb(179,0,77);
}
.btm-promo .promo-bx-img {
    background: url(../images/promo-dark-bg.png) no-repeat;
    width: 100%;
	height: 75%;
	position: absolute;
	bottom: 5px;
	background-size: cover;
}
.promo-box-lg .promo-boxs-details{
	font-weight:400;
	position:absolute;
	display:block;
	width:100%;
	height:auto;
	bottom:0;
	padding:40px;
	background-color:#000;
}
.promo-box-lg .promo-boxs-details h3{
	color:#ff8000;
	font-size:32px;
	margin-top:0;
}
.promo-box-lg .promo-boxs-details p{
	color:#FFF;
	font-weight:400;
}
.promo-box-lg .promo-boxs-details a.probo-lg-l{
	color:#ff8000;
	font-size:12px;
	font-weight:400;
	float:left;
	text-transform:uppercase;
	text-decoration:underline;
}
.promo-box-lg .promo-boxs-details a.probo-lg-l:hover, .promo-box-lg .promo-boxs-details a.probo-lg-l:focus{
	color:#b3004d;
}
.promo-box-lg .promo-boxs-details a.probo-lg-r{
	color:#b3004d;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-transform:uppercase;
	text-decoration:underline;
	float:right;
}
.promo-box-lg .promo-boxs-details a.probo-lg-r:hover, .promo-box-lg .promo-boxs-details a.probo-lg-r:focus{
	color: #ff8000;
}
.promo-sm-top, .promo-sm-bottom{
	display: table;
  	table-layout: fixed;
  	height: 100%;
  	width: 100%;
	height:268.5px;
	position:relative;
	padding:40px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom:5px solid #b3004d;
	overflow:hidden;
}
.promo-boxs-wrper h3{
	margin-top:0;
	font-size:32px;
}
.promo-boxs-details{
	display: table-cell;
  	float: none;
  	height: 100%;
	vertical-align:middle;
}
.promo-sm-top{
	margin-bottom:25px;
}
.promo-sm-top .promo-boxs-details{
	padding-left: 45%; 
}
.promo-sm-top h3{
	/*color:#FFF;*/
	font-weight:400;
}
.promo-sm-top p{
	/*color:#FFF;*/
	font-weight:400;
}
.promo-sm-top a{
	font-weight:300;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:underline;
}
.promo-sm-bottom .promo-boxs-details {
	padding-right:45%;
}
.promo-sm-bottom h3, .promo-sm-bottom p, .promo-sm-bottom a{
	color:#FFF;
	font-weight:400;
}
.promo-sm-bottom a{
	color:#FFF!important;
	text-transform:uppercase;
	font-size:12px;
	color:inherit;
	text-decoration:underline;
}
.promo-sm-top a:hover, .promo-sm-top a:focus, .promo-sm-bottom a:hover, .promo-sm-bottom a:focus{
	color:#b3004d;
}
@media (max-width:992px){
	.mdle-cm-box{
		margin-bottom:15px;
	}
	.mdle-cm-box-in{
		padding:5%;
	}
	.promo-box-lg img{
		width:100%;
	}
	.promo-sm-top, .promo-sm-bottom {
		height: 255.5px;
	}
	.promo-boxs-wrper h3, .promo-box-lg .promo-boxs-details h3 {
		font-size:24px;
	}
	.promo-sm-top p, .promo-sm-bottom p, .promo-box-lg .promo-boxs-details p {
		font-size:15px;
	}
}
@media (max-width:768px){
	.btm-promo .promo-bx-img {
    	height: 85%;
	}
	.promo-box-lg {
    	background-size: cover;
		margin-bottom:20px;
		min-height:520px;
		max-height:100%;
	}
	.promo-box-lg .promo-boxs-details{
		padding:10% 5%;
	}
	.promo-box-lg .promo-boxs-details h3{
		font-size:30px;
	}
	.promo-box-lg .promo-boxs-details p{
		font-size:16px;
	}
	.promo-sm-top, .promo-sm-bottom {
    	padding:10% 5%;
	}
	.promo-sm-top .promo-boxs-details {
    	padding-right: 30%;
	}
	.promo-sm-bottom .promo-boxs-details {
    	padding-left: 20%;
	}
}
/*End bottom promotion*/

/*Starting inside pages styles*/
.inside-hd3{
	color:#555555;
	font-weight:400;
	font-size:25px;
	margin-bottom:50px;
}
/*start page plan*/
.inpd{
	padding:40px 80px 25px 100px; 
}
.plan-title{
	background-color:#f2f2f2;
}
.plan-title h2{
	color:#555555;
	font-size:28px;
	font-weight:400;
	margin-top:0;
}
.plan-title h3{
	color:#000;
	font-size:20px;
	font-weight:400;
}
.plan-body{
	background-color:#e7e7e7;
}
/*.plan-body .tble, .plan-body p, .plan-body li{
	color:#666666;
	font-weight:400;
}*/
.plan-body ul{
	padding-left:0;
	list-style:none;
	margin-bottom:30px;
}
.plan-body h3{
	color:#000;
	font-size:20px;
	font-weight:400;	
	margin-bottom:20px;
}
.plan-body .tble{
	width:60%;
	margin-bottom:30px;
}
.plan-body .tble td{
	vertical-align:bottom;
}
* {-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
.purchesBox{
	background-color:#FFF;
	position:relative;
	color:#000;
	text-align:center;
	padding: 40px;
	top: -100px;
	border: 1px solid #cecfd0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	 
}
.purchesBox h3{
	font-size:26px;
	font-weight:400;
	margin-top:0;
}
.purchesBox p{
	font-size:15px;
}
a.grnBtn{
	background-color:#8dc63f;
	text-align:center;
	display:inline-block;
	color:#FFF;
	font-size:23px;
	max-width:180px;
	width:100%;
	padding:5px 15px;
	border:0;
	margin-bottom:15px;
	text-decoration:none;
}
.grnBtn{
	background-color:#8dc63f;
	text-align:center;
	display:inline-block;
	color:#FFF;
	font-size:23px;
	max-width:180px;
	width:100%;
	padding:5px 15px;
	border:0;
	margin-bottom:15px;
	text-decoration:none;
}
a.grnBtn:hover, a.grnBtn:focus{
	color:#FFF;
	background-color:#ffb319;
	text-decoration:none;
}
grnBtn:hover, grnBtn:focus{
	color:#FFF;
	background-color:#ffb319;
	text-decoration:none;
}
.purchesBox .greyTxt{
	color:#505050;
	font-size:16px;
	margin-bottom:0;
}
.paln-btm-details{
	background-color:#e7e7e7;
	border-top:1px solid #cecfd0;
	border-bottom:1px solid #cecfd0;
}
.paln-btm-details h3{
	color:#000;
	font-size:20px;
	font-weight:400;	
	margin-bottom:20px;
}
/*.paln-btm-details .tble, .paln-btm-details p, .paln-btm-details li{
	color:#666666;
	font-weight:400;
}*/
.paln-btm-details a{
	color:#666;
	text-decoration:underline;
}
.paln-btm-details a:hover, .paln-btm-details a:focus{
	color:#b3004d;
}
.paln-btm-details ul{
	padding-left:0;
	list-style:none;
	margin-bottom:30px;
}
.paln-btm-details .inlineUl{
	margin-left:-10px;
	margin-bottom:10px;
}
.paln-btm-details .inlineUl li{
	display:inline-block;
	padding:0px 10px;
}
.paln-btm-details .inlineUl li a{
	text-decoration:underline;
}
.paln-btm-con{
	background-color:#e7e7e7;
	border-bottom:1px solid #cecfd0;
}
.paln-btm-con ul{
	padding-left:0;
	list-style:none;
	font-size:13px;
	margin-bottom:30px;
}
.paln-btm-con p.spctxt{
	font-size:13px;
	font-weight:700;
}
@media (max-width:992px){
	.inpd{
		padding:30px 30px 50px 30px;
	}
	.plan-body .tble{
		width:100%;
		margin-bottom:30px;
	}
	.purchasNw-wrper{
		background-color:#FFF;
		padding-top:30px;
		padding-bottom:20px;
	}
	.plan4g .purchasNw{
		background-color:#63717a;
		text-align:center;
		color:#FFF;
	}
	.purchasNw-wrper .purchasNw a{
		color:#FFF;
	}
	.plan-body .tble td{
		border: 1px solid #ccc;
		padding: 5px;
	}

}
@media (max-width:768px){
	.inpd{
		padding:15px;
	}
	.purchesBox {
    	top: 0;
    	margin-bottom: 40px;
	}
	.inside-hd3{
		text-align:center;
		margin-bottom:30px;
}	
}
/*end page plan*/

/*start page all plans*/
.all-plans{
	background-color:#e7e7e7;
	padding:30px 80px; 
}
.all-plans h3{
	color:#555555;
	font-weight:400;
}
.plans-wrper{
	margin-left:-2.5px;
	margin-right:-2.5px;
	margin-top:40px;
}
.plans-wrper .col-3{
	width: 33.3333%;
	float: left;
	padding: 2.5px;
}
.plans-box{
	background-color:#FFF;
	position:relative;
	border: 1px solid #cecfd0;
}
.pb-uper{
	padding:20px 30px 5px 30px;
	border-bottom:1px solid #cecfd0;
	height:200px;
}
.pb-lwer{
	padding:5px 30px 20px 30px;
}
.plans-box h4{
	font-family: 'HelveticaNeue-Medium';
	color:#ff4000;
	font-size:21px;
	font-weight:400;
	margin-top:0;
}
.plans-box span.icn{
	display:inline-block;
	width:14px;
	height:14px;
	background-size:cover;
	margin-right:6px;
	margin-left: -22px;
}
.plans-box .plan-time{
	font-size:15px;
	font-weight:700;
	color:#000;
	padding-left: 22px;
	padding-bottom:10px;
}
.plans-box .plan-benifts{
	font-size:12px;
	font-weight:400;
	color:#646464;
	padding-left: 22px;
	padding-bottom:10px;
}
.plans-box .plan-details{
	font-size:12px;
	font-weight:400;
	color:#646464;
	padding-left: 22px;
	padding-bottom:10px;
}
.plans-box .plan-time span{
	background-image:url(../images/time.png);
}
.plans-box .plan-benifts span{
	background-image:url(../images/gift.png);
}
.plans-box .plan-details span{
	background-image:url(../images/information.png);
}
.plans-box .prz{
	color:#6ca124;
	font-size:22px;
	margin-bottom:0;
	font-weight:400;
}
.plans-box .prz-btm{
	display:block;
	font-size:12px;
	color:#8e8e8e;
	margin-bottom: 18px;
}
.plans-box .purch{
	background-color:#8dc63f;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	border:0;
	padding: 5px 10px 6px 10px;
}
.plans-box .purch:hover, .plans-box .purch:focus {
	background-color:#ffb319;
}
.plans-box .moreinfo{
	float:right;
	display:block;
	position:relative;
	bottom:-13px;
	font-size:12px;
	color:#999999;
	text-decoration:underline;
}
.plans-box .moreinfo:hover, .plans-box .moreinfo:focus{
	color:#8DC63F;
}
@media (max-width:992px){
	.plans-wrper .col-3{
	width: 50%;
	float: left;
	padding: 2.5px;
	}
.plans-box{
	background-color:#FFF;
	position:relative;
	border: 1px solid #cecfd0;
	}
.pb-uper {
    padding: 10px 20px 5px 20px;
	height:200px;
}
.pb-lwer {
    padding: 5px 20px 10px 20px;
}
}
@media (max-width:768px){
	.plans-wrper{
		margin-top:20px;
	}
	.plans-wrper .col-3{
		width: 100%;
		float: none;
		padding: 2.5px;
	}
	.plans-box{
		background-color:#FFF;
		position:relative;
		padding: 20px 30px;
		border: 1px solid #cecfd0;
	}
	.all-plans {
    	padding: 30px 15px;
	}
	.plans-box {
    	padding: 15px 20px;
	}
}
@media (max-width:768px){
	.plans-box {
    	padding:0;
	}
}
/*end page all plans*/

/*start page 4g offers*/
.offers4g{
	background-color:#e7e7e7;
	padding:30px 20px;
}
.offers4g .promo-box-lg{
	min-height:304px;
	background-size: cover;
	overflow:hidden;
	margin-bottom:25px;
	display:none;
	border-bottom:0;
	position:relative;
	height:100%;
}
.offers4g .promo-bx-img{
	background: url(../images/promo-dark-bg.png) no-repeat;
	width:100%;
	height: 80%;
	position: absolute;
	bottom: 20%;
}
.offers4g .promo-boxs-details{
	padding-top:0px;
}
.offers4g .load-more-wrper{
	margin-top:5%;
	margin-bottom:5%;
}
/*end page 4g offers*/

/*start purchase your plan page*/
.prch-yrpln{
	background-color:#e7e7e7;
}
.prch-yrpln .form-group p{
	display:inline-block;
}
.prch-yrpln .form-group span{
	display:inline-block;
	font-weight:300;
	font-size:12px;
	color:inherit;
}
.form-group .field-wrper{
	width:80%;
	display:block;
	margin-bottom:20px;
}
.pckg-bx-wrper{
	display:block;
	position:relative;
	background-color:#ffffff;
	border:1px solid #ff4000;
	padding-top:30px;
}
.pl{
	padding-top:10px;
}
.pckg-bx-wrper .mst-plr{
	background-color:#ff4000;
	color:#FFF;
	font-weight:700;
	font-size:14px;
	text-align:left;
	padding:5px 15px;
	position:absolute;
	left:0;
	top:0;
}
.pckg-bx-wrper .pckg-desc-wrper{
	width: 80%;
    padding: 18px 20px 0px 30px;
}
.pckg-bx-wrper h4{
	font-size:20px;
	color:#ff4000;
	font-weight:400;
	margin-top: -20px;
	margin-bottom: 30px;
}
.pckg-bx-wrper .pckg-nme{
	color:#aaaaaa;
	font-size:22px;
	font-weight:700;
}
.pckg-bx-wrper .pckg-qta{
	color:#000000;
	font-size:16px;
	font-weight:400;
	margin-bottom:0px;
}
.pckg-bx-wrper .pckg-prz{
	color:#323131;
	font-weight:400;
	font-size:22px;
}
.pckg-bx-wrper .pckg-desc{
	color:#646464;
	font-size:14px;
}
.pckg-bx-wrper .pck-footer{
    background-color: #fde7dd;
    margin-top: 50px;
    padding: 25px 30px;
}
.pckg-bx-wrper .pck-footer a{
	display:block;
	font-weight:400;
	font-size:14px;
	color:#666;
}
.pckg-bx-wrper .pck-footer a:hover{
	color:#b3004d;
}
.pckg-bx-wrper .pck-footer .pck-fterImg{
	position: absolute;
	right: 0;
	bottom: -6%;
}

@media (max-width:768px){
.pckg-bx-wrper{
	display:block;
	background-color:#ffffff;
	border:1px solid #ff4000;
	position:relative;
	text-align:center;
	padding-top:30px;
	margin-bottom:50px;
}
.pckg-bx-wrper .pckg-desc-wrper{
	text-align:center;
	width:100%;
	padding: 20px 20px 0px 20px;
}
.pckg-bx-wrper .pck-footer .pck-fterImg{
	display:none;
}
}
/*end purchase your plan page*/

/*start 4g coverage page*/
.coverage4g{
	background-color:#e7e7e7;
}
.coverage-wrper{
	padding:40px;
}
.loctn-wrper{
	background-color:#FFF;
	padding:25px 50px 50px 50px;
	margin-bottom:20%;
	margin-right:12%;
	-webkit-box-shadow: 0px 10px 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 10px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px 3px rgba(0,0,0,0.2);
}
.loctn-wrper .current-location{
	position:relative;
}
.loctn-wrper .current-location label{
	font-weight:700;
}
.loctn-wrper .search-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px !important;
	height: 39px !important;
	z-index: 1000;
	background: url(../images/search-icon.jpg) no-repeat center center #e7e7e7;
	border-left: none !important;
	border-radius: 0 3px 3px 0 !important;
}
.rgst-cov{
	position:absolute;
	bottom:45px;
}
.rgst-cov p{
	margin-bottom:0;
}
.rgst-cov a{
	color:#000;
	text-decoration:underline;
}
.rgst-cov a:hover, .rgst-cov a:focus{
	color:#b3004d;
}
.map-wrper{
	width:100%;
	max-height:450px;
	overflow:hidden;
	position:relative;
}
.map-strgth{
	padding-top:20px;
}
.map-lgnd{
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}
.map-lgnd li{
	display:inline-block;
	vertical-align:middle;
	padding-right:20px;
	color:#000;
	font-size:14px;
}
.map-lgnd li > div{
	width:22px;
	height:22px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
@media (max-width:992px){
	.coverage-wrper {
    	padding: 20px;
	}
	.loctn-wrper {
		padding: 15px 15px 25px 15px;
	}
}

@media (max-width:768px){
	.coverage-wrper {
    	padding: 30px 15px;
	}
	.loctn-wrper {
		padding: 15px 15px 25px 15px;
	}
	.loctn-wrper {
    	margin-bottom:30px;
    	margin-right:0;
	}
	.rgst-cov {
    	position: relative;
    	bottom:0px;
	}
	.map-strgth {
    	padding: 10px 5px;
    	position: absolute;
    	top: 0px;
    	width:auto;
    	background-color: RGBA(255, 255, 255, 0.76);
	}
	.map-lgnd, .map-lgnd li{
		text-align:center;
		font-size:13px;
	}
	.map-lgnd li > div {
		width:20px;
		height:20px;
		margin-right:5px;
	}
	.map-lgnd li {
    	padding-right: 10px;
	}
	.rgst-cov{
		text-align:center;
		margin-top:40px;
	}
}
@media (max-width:480px){
	.map-lgnd li > div {
		width:10px;
		height:10px;
		margin-right:3px;
	}
	.map-lgnd, .map-lgnd li{
		text-align:center;
		font-size:11px;
	}
	.map-lgnd li {
    	padding-right: 5px;
	}
}
/*end 4g coverage page*/

/*start offers details page*/
.offerDetails{
	background-color:#e7e7e7;
}
.offerDetails-wrper{
	padding:40px 30px;
}
.offerH3org{
	color:#ff8000;
	font-weight:400;
	font-size:25px;
	margin-top:0;
	margin-bottom:20px;
}
.offerDetails-wrper b, .offerDetails-wrper strong{
	font-family:inherit;
	color: #454444;
	font-weight:700;
}
.offerDetails-wrper ul{
	padding-left:12.5px;
}
.offerDetails-wrper a{
	color:inherit;
	text-decoration:underline;
}
.offerDetails-wrper .dm-bt{
	color:#ff4000;
	text-decoration:none;
}
.offerDetails-wrper .dm-bt:hover, .offerDetails-wrper .dm-bt:focus{
    border: 1px solid #ffb319;
	color: #ffb319;
}
.offerDetails-wrper a.btn-ob {
	color:#FFFFFF;
	text-decoration:none;
}
.offerDetails-wrper a.btn-ob:hover {
	color:#FFFFFF;
}
.offerDetails-wrper img{
	margin-bottom:20px;
}
@media (max-width:992px){
	
	.offerDetails-wrper {
    	padding: 30px 20px;
	}
}
@media (max-width:768px){
	
	.offerDetails-wrper {
    	padding: 25px 15px;
	}
}
/*end offers details page*/

/*start details page*/
.details-pg{
	min-height:212px;
	height:100%;
}
.details-pg .inside-hero-wrper{
	height:212px;
}
.details-pg .r-img{
	position:absolute;
	right:0;
	top:30%;
}
.in-details{
	background-color:#e7e7e7
}

.in-details-wrper{
	padding:40px 30px;
}
.in-details-wrper h3{
	color:#000;
	margin-bottom:20px;
}
.in-details-wrper ul{
	padding-left:12.5px;
}
.in-details-wrper img{
	margin-bottom:20px;
}
.bk-hm-btn-wrper{
	padding-top: 5%;
	padding-bottom: 3%;
}
a.hm-btn-img{
    height:50px;
    line-height:50px;
    vertical-align:middle;
    text-align:center;
    padding:0 10px;
    color:#ffffff;
	margin-left:30px;
    background-color:#b3004d;
    position:relative;
	font-weight:400;
    display:inline-block;
	text-decoration:none;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
a.hm-btn-img:after{
    position:absolute;
    left:-55px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 30px 25px 25px;
    border-color: transparent #b3004d transparent transparent;
}
a.hm-btn-img:hover{
    background-color:#ffb319;
}
a.hm-btn-img:hover:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 30px 25px 25px;
    border-color: transparent #ffb319 transparent transparent;
}

.hm-btn-img .fa {
    background-color: #FFF;
    color: #b3004d;
    padding: 3px 9px;
	margin-left:10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
a.hm-btn-img:hover .fa{
	color:#ffb319;
}
@media (max-width:768px){
	.in-details-wrper{
		padding:40px 5px;
	}
	.details-pg .inside-hero-wrper {
    height: auto;
	}
	
	.details-pg{
	min-height:inherit;
	height:100%;
	padding:30px 0px;
}
	
}
.spc-cta {
	text-align:center;
	padding:50px 10px 20px 10px;
}
.spc-cta a{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}
/*end details page*/


/*start mobile tabs*/

.mb-tab{
	width:100%;
	padding:20px 20px;
	text-align:center;
	background-color:#63717a;
}
.mb-tabs .mb-tab{
	border-bottom:1px solid RGBA(255, 255, 255, 0.45);
}
.mb-tabs .mb-tab:last-child{
	border-bottom:0px;
}
.mb-tab a{
	font-size:28px;
	color:#FFF;
	text-align:center;
}
.mb-tab a:after{
	font-family:'fontAwesome';
	content:' \f105';
	margin-left:2%;
}
.mb-tabs .active a:after{
	font-family:'fontAwesome';
	content:''!important;
	margin-left:2%;
}
.mb-tab a:hover, .mb-tab a:focus {
	text-decoration:none;
}
.mb-tabs .active{
	background-color:#e7121a;
}
.mb-tabs-btm{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#e7e7e7;
}
.tabs-btm-inside{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFF;
}
@media (max-width:768px){
	.mb-tab{
	padding:15px 10px;
}
.mb-tab a{
	font-size:20px;
}
}
/*end mobile tabs*/


/*start style*/

/*.row {
margin-right: -12.5px;
margin-left: -12.5px;

}*/

.clearSpace{
padding-left:0px;
padding-right:0px;	
}

.leftSpace{
padding-left:0px;	
}

.rightSpace{
padding-right:0px;	
}

.hero-wrper-in h3{
color:#FFF;
font-size:20px;
margin-top:10px;
margin-bottom:40px;	
}


/*Tab Section*/

.tabFull{
margin-top:-40px;
padding:0px;	
}

.tabNav{
background-image:url(../images/normalBtn.png);
background-repeat:no-repeat;
height:77px;
width:288px;
color:#FFF;
font-size:21px;
background-color:#63717a;
padding: 23px 25px 10px 5px;
}

.tabNav:nth-child(4){
width:275px;
background-image:none;
}

.tabNav a{
color:#FFF;
font-size:21px;
font-weight:400;
}
.tabNav a:hover{ cursor:pointer!important;}
.tabNav:hover{
background-image:url(../images/redTab.png);
background-repeat:no-repeat;
height:77px;
/*width:290px;*/
}

.activeTab{
background-image:url(../images/redTab.png);
background-repeat:no-repeat;
height:77px;
width:289px;
}

.activeTabl{
background-color:#e7121a;
background-image:url(../images/red-last.png);
widows:270px;
height:77px;	
}

.tabNav a:hover{
text-decoration:none;	
}

.hoverRed, .trTab{
background-color:#e7121a;	
}


.tabNav:nth-child(4):hover{
background-color:#e7121a;	
background-image:none;
width:275px;	
}

.hoverNo:hover{
background-color:#63717a;	
}

/*Exsisting*/

.tabNavEx{
color:#FFF;
font-size:21px;
background-color:#63717a;
padding: 25px 25px;
box-shadow: inset 3px 0 0 0 rgba(0, 0, 0, 0.22);
border-right:1px solid #333;
}

.tabNavEx:nth-child(1){
box-shadow:none;
}

.tabNavEx:nth-child(4){
border-right:0px;	
}


.tabNavEx a{
color:#FFF;
font-size:21px;
text-decoration:none;
}


.tabNavEx:hover{
background-color:#d2090f;
padding: 25px 25px;
}


.activeTabA{
background-color:#e7121a;	
}

/*Mobile*/
.redBg{
background-color:#e7121a;	
}

.borderR{
border-right:1px solid #FFF;	
}

.borderB{
border-bottom:1px solid #FFF;	
}

.homeBroad{
background-color:#d5d5d5;
padding:40px 60px;	
}

.homeBroad h2, .homeBroad h3{
margin-top:0px;
margin-bottom:5px;	
color:#555555;
}

.Offers{
background-color:#e7e7e7;
padding:40px 0px 60px 60px;	
}

.offerbg{
background-color:#e7e7e7;
}

.wireless h4{
margin-bottom:28px;	
}

.blackHead{
color:#000;
font-size:19px;
font-weight:600;
margin-top:0px;	
}


.wireless p{
padding-right:100px;	
}

.coverageBtn{
color:#FFF;	
}

.btnBlock{
margin-top:60px;
bottom:0;	
}


/*offer Slider*/
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}



.offerSlider{
margin-top:0px;	
}

.offerSlider .carousel-inner{
margin-top:0px;	
}


.offerSlider .carousel-control{
opacity:1;
z-index:50;	
}

.offerSlider .carousel-indicators{
left:0;
text-align:right;
width:auto;
position:relative;
bottom:30px;
margin-left:0;
margin-right:30px;
padding-left:0;
}

.offerSlider .carousel-control.left,
.offerSlider .carousel-control.right{
background-image:none;
}

.offerSlider .carousel-indicators li{
background-color:#b9b8b8;
height:12px;
width:12px;
margin:0;
border:0px;
}

.offerSlider .carousel-indicators .active{
background-color:#e7121a;	
}

.offerSlider .carousel-caption{
background: rgba(0, 0, 0, 0.75);
bottom:0;
padding-top:20px;
padding-bottom:10px;
left:0;
right:0;
text-align:left;
padding-left:30px;	
}

.offerSlider .carousel-caption a{
font-size:13px;
color:#e7121a;	
}

.leftArrow{
position:absolute;
display:inline-block;
left:0px;
margin-top:148px;
background:url(../images/offer-left-icon.png) no-repeat;
width:41px;
height:82px;
}


.rightArrow{
background:url(../images/offer-right-icon.png) no-repeat;
width:41px;
height:82px;
position:absolute;
display:inline-block;
right:0px;
margin-top:148px;	
}



.offerP{
display: inline-block;
float: right;
margin-top: -31px;
position: absolute;
right: 80px;
}


/*Packages Home*/

.packages{
background-color:#e7e7e7;
padding:40px;	
}

.packagesSec h3{
font-size:25px;
color:#222222;
font-weight:500;
}

.packagesSec h4{
font-size:19px;
color:#585858;
font-weight:500;	
}

/*swipe*/
.swiper-container {
width: 100%;
height: 500px;
margin: 20px auto;
}
.swiper-slide {
/*text-align: center;*/
font-size: 18px;
/*background: #fff;*/
width: 250px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

/*drag*/
.scrollableContainer {
    width: 100%;
    height: auto;
	padding:0px 70px;
}
.scrollableContainer .content {
    height: auto;
    width: auto;
    overflow: hidden;
}
.scrollableContainer .scrollableContent {
    font-size: 30px;
    margin-left: 0px;
    width: 9000px;
}
.scrollableContainer .scrollableContent .item {
    font-size: 50px;
    font-weight: bold;
    border: 0px solid grey;
    border-radius: 0px;
/*    width: 311px;
    height: 275px;*/
    margin: 2px;
    text-align: center;
    float: left;
	display:inline-block;
	height:auto;
	margin-left:-22px
}

.scrollableContainer .scrollableContent .itemIn {
    font-size: 50px;
    font-weight: bold;
    border: 0px solid grey;
    border-radius: 0px;
    width: 340px;
    height: auto;
    margin: 0px;
    text-align: center;
    float: left;
	display:inline-block;
}


.scrollableContainer .slider {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.scrollableContainer .slider .ui-slider-handle.ui-state-default.ui-corner-all {
border: 0px solid #c91543;
cursor: pointer;
background-image:url(../images/sliderArrow.png);
background-repeat:no-repeat;
width:44px;
height:41px;
top: -15px;
outline:none;
background-color:transparent;
}

.scrollableContainer .slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content {
background: #bdbdbd;
border:none;
}

/*carousel*/

#productCarousel{
position:inherit;	
}

#productCarousel .carousel-control 			 { width:  4%; }
#productCarousel .carousel-control.left,
#productCarousel .carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
#productCarousel .carousel-inner .active.left { left: -100%; }
#productCarousel .carousel-inner .next        { left:  100%; }
#productCarousel .carousel-inner .prev		 { left: -100%; }
#productCarousel .active > div { display:none; }
#productCarousel .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
#productCarousel .carousel-inner .active.left { left: -50%; }
#productCarousel .carousel-inner .next        { left:  50%; }
#productCarousel .carousel-inner .prev		 { left: -50%; }
#productCarousel .active > div { display:none; }
#productCarousel .active > div:first-child { display:block; }
#productCarousel .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
#productCarousel .carousel-inner .active.left { left: -25%; }
#productCarousel .carousel-inner .next        { left:  25%; }
#productCarousel .carousel-inner .prev		 { left: -25%; }	
}


#productCarouselmb{
position:inherit;
margin-top:30px;	
}

#productCarouselmb .carousel-control 			 { width:  4%; }
#productCarouselmb .carousel-control.left,
#productCarouselmb .carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
#productCarouselmb .carousel-inner .active.left { left: -100%; }
#productCarouselmb .carousel-inner .next        { left:  100%; }
#productCarouselmb .carousel-inner .prev		 { left: -100%; }
#productCarouselmb .active > div { display:none; }
#productCarouselmb .active > div:first-child { display:block; }
.packages{ padding:10px;	
}

}
@media (min-width: 767px) and (max-width: 992px ) {
#productCarouselmb .carousel-inner .active.left { left: -50%; }
#productCarouselmb .carousel-inner .next        { left:  50%; }
#productCarouselmb .carousel-inner .prev		 { left: -50%; }
#productCarouselmb .active > div { display:none; }
#productCarouselmb .active > div:first-child { display:block; }
#productCarouselmb .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
#productCarouselmb .carousel-inner .active.left { left: -25%; }
#productCarouselmb .carousel-inner .next        { left:  25%; }
#productCarouselmb .carousel-inner .prev		 { left: -25%; }	
}


.itemIn .plans-box{
padding: 25px 22px 15px 25px;
text-align:left;
min-height:300px;	
}
.itemIn hr{
margin:0;	
}

.itemIn .plans-box .prz{
margin-top:10px;	
}

.itemIn .plans-box .moreinfo{
bottom: 20px;
}


.itemIn .plans-box .prz-btm{
margin-bottom:10px;	
}

.itemIn .plans-box .purch{
display:block;
}

#productCarousel .active .plans-box, #productCarouselmb .active .plans-box{
border:#f68712 3px solid;
margin-left:10px;
padding:20px;
}

#productCarousel .plans-box .exsisting,
#productCarouselmb .plans-box .exsisting{
background-color:#f25d19;
padding:10px;
font-size:10px;
color:#FFF;
right:0;
position:absolute;
top:0;
}

#productCarousel .plans-box .popular,
#productCarouselmb .plans-box .popular{
background-color:#f25d19;
padding:5px 8px;
font-size:13px;
color:#FFF;
right:0;
position:absolute;
top:0;
}


.sliderdata{
padding-top:0px;
color:#8e8e8e;
display:inline;	
}
.productBtn{
	padding-top:20px;
}
.sliderdata h4{
font-size:16px;
font-style:italic;
}

.btnBuy{
margin:0 auto;
text-align:center;	
}

.btnBuy button{
border-radius:25px;
border: 2px solid #ff4000;
font-size: 16px;
font-weight: 400;
padding: 8px 20px;	
}

.productBorder {
background-color: #cccccc;
border: medium none #e7e7e7;
box-shadow: none;
color: #cccccc;
height: 1px;
margin-left: 0;
margin-top: 65px;
position: absolute;
width: 25%;
}

.productBorder2 {
background-color: #cccccc;
border: medium none #e7e7e7;
box-shadow: none;
color: #cccccc;
height: 1px;
margin-left: 72%;
margin-top: -20px;
position: absolute;
width: 26%;
}
.comBtn{
margin-left:30px;
color:#f26220;	
}

#productCarouselmb .carousel-indicators{
position:relative;
bottom:0;
margin-top:30px;
}

#productCarouselmb .carousel-indicators li{
background-color:#b9b8b8;
height:12px;
width:12px;	
}

#productCarouselmb .carousel-indicators .active{
background-color:#e7121a;	
}
	
.mbMore{
position:absolute;
padding-left:15px;
padding-right:15px;		
}	

.mbMore h4{
margin-top:0px;
font-size:15px;
color:#8e8e8e;
font-style:italic;
}
.dataText{
float:right;
display:inline;
right:0;
top:0;
}

.mbBtn{
color:#3f3f3f;
font-size:20px;
text-decoration:underline;	
}

.exsistingHero .btn-yb{
background-color:#ffb319;
border:1px solid #ffb319;
font-weight:500;
}

.exsistingHero .btn-yb:hover{
background-color:#ff804d;
border:1px solid #ff804d;	
}

.exsistingHero .btn-nl{
border:1px solid #ffb319;
color:#ffb319;
min-width: 120px;
}

.exsistingHero .btn-nl:hover{
color:#ff804d;
border:1px solid #ff804d;	
}


.bgGrey{
background-color:#e7e7e7;
padding:0px 50px 40px 50px;	
}


@media (min-width:992px) and (max-width:1219px) {
.tabNav{
background-image:url(../images/normalBtn-992.png);
background-repeat:no-repeat;
height:59px;
width:223px;
color:#FFF;
font-size:13px;
background-color:#63717a;
padding:20px;
position:relative;
}

.tabNav:nth-child(4){
background-color:#63717a;
background-image:none;
width:275px;
}


.tabNav:hover{
background-image:url(../images/redTab-992.png);
background-repeat:no-repeat;
height:59px;
width:223px;
}


.tabNav a{
font-size:15px;	
}

.hoverRed{
background-color:#e7121a;	
}
.tabNavEx a{
	font-size:16px
}

}



@media screen and (max-width:992px) {

.wireless p{
padding-right:10px;	
}

.btnBlock button{
font-size:15px;	
}


.boxMb{
padding:50px;
min-height:300px;	
}

.boxMb h3{
font-size:29px;
color:#FFF;	
}

.boxMb h3 a{
color:#FFF;	
}

.boxMb img{
max-width:60%;	
}

.homeBroad h2, .homeBroad h3{
margin-top:20px;
margin-bottom:5px;	
color:#555555;
text-align:center;
}

.mbMore{
position:absolute;
padding-left:0px;
padding-right:0px;		
}


}

@media screen and (max-width: 768px) {

.Offers{
padding:60px 40px;	
}

.latest{
margin-top:35px;	
}

.offerSlider .carousel-inner{
margin-top:0px;	
}


}


@media screen and (max-width: 480px) {

.boxMb{
padding:30px;
min-height:220px;	
}

.boxMb h3{
font-size:20px;
color:#FFF;	
}

#productCarouselmb .carousel-indicators li{
width:8px;
height:8px;	
}
#productCarousel .active .plans-box, #productCarouselmb .active .plans-box {
    padding: 20px 0px;
}
.mbMore h4{
font-size:10px;	
margin-bottom:0px;
margin-top:8px;
margin-left:-30px;
}

.btnBlock .dm-bt{
font-size:10px;	
}

#productCarousel .plans-box .exsisting, #productCarouselmb .plans-box .exsisting{
padding:3px;	
}

.Offers{
/*padding:15px 15px;*/	
}

.carousel-caption h4{
font-size:14px;
margin-top:0px;
margin-bottom:0px;	
}

.offerSlider .carousel-caption{
padding-bottom:0px;
padding-left:10px;
padding-right:5px;
}

.leftArrow{
position:absolute;
display:inline-block;
left:0px;
margin-top:148px;
background:url(../images/offer-left-icon-mb.png) no-repeat;
width:15px;
height:30px;
}


.rightArrow{
background:url(../images/offer-right-icon-mb.png) no-repeat;
width:15px;
height:30px;
position:absolute;
display:inline-block;
right:0px;
margin-top:148px;	
}


}

@media screen and (max-width: 320px) {
	

#productCarouselmb .carousel-indicators li{
display:none;
}	


.btnBlock .dm-bt{
font-size:10px;	
}

.offerP{
font-size:12px;
margin-top:10px;
}

.leftArrow, .rightArrow{
margin-top:100px;	
}

}

/* Product Slider */
.packages .wrap {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 17px;
}

.packages .wrap h3, #productCarouselmb h3{
margin-bottom:50px;;
margin-top:0px;
font-size:28px;
color:#555555;
font-weight:500;
font-family: "HelveticaNeue-Medium";
}

.heading-block h2{
margin-bottom:10px;;
margin-top:0px;
font-size:25px;
color:#222222;
font-weight:500;
}

.heading-block h5{
color:#585858;
font-size:19px;
margin-bottom:50px;
}


/* Frame */
.frame {
	height: 340px;
/*	line-height: 250px;*/
	overflow: hidden;
	
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: auto;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
/*	background: #333;*/
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
/*	background: #a03232;*/
}

/* Scrollbar */
.scrollbar {
	margin: 50px 0 1em 0;
	height: 0.8em;
	background: #bdbdbd;
	line-height: 0;
	border-radius:4px;
}
.scrollbar .handle {
	width: 30px;
	height: 100%;
/*	background: #292a33;*/
	cursor: pointer;
	border-radius:0px;
	position:relative;
}
/*.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}*/


.scrollbar .handle .mousearea {
border: 0px solid #c91543;
cursor: pointer;
background-image:url(../images/sliderArrow.png);
background-repeat:no-repeat;
width:44px;
height:41px;
top: -15px;
left:-10px;
outline:none;
background-color:transparent;
position:absolute;
}


.frame ul li .plans-box{
/*padding: 25px 22px 15px 25px;*/
padding:0px;
text-align:left;
min-height:305px;
width: 343px;	
}
.frame ul li hr{
margin:0;	
}

.frame ul li .plans-box .prz{
margin-top:10px;	
}

.frame ul li .plans-box .moreinfo{
bottom: 20px;
}

.frame ul li .exsist .moreinfo{
float:left;
bottom:-13px;	
}


.frame ul li .plans-box .prz-btm{
margin-bottom:10px;	
}

.frame ul li .plans-box .purch{
display:block;
max-width:126px;
text-align:center;
}

.frame ul li.active .plans-box{
border:#f68712 2px solid;
margin-left:0px;
}


.frame ul li .plans-box .plan-details{
min-height:55px;	
}


.frame ul li .plans-box .exsisting{
background-color:#f25d19;
padding:10px;
font-size:10px;
color:#FFF;
right:0;
position:absolute;
top:0;
}

.frame ul li .plans-box .popular{
background-color:#f25d19;
padding:5px 8px;
font-size:13px;
color:#FFF;
right:0;
position:absolute;
top:0;
}


.sli-left{
color: #9d9d9d;
cursor: pointer;
font-size: 75px;
height: 44px;
left: -14px;
position: absolute;
right: auto;
top: 30%;
width: 27px;
z-index: 10;	
}


.sli-right{
color: #9d9d9d;
cursor: pointer;
font-size: 75px;
height: 44px;
left: auto;
padding-left: 20px;
padding-right: 20px;
position: absolute;
right: -10px;
top: 30%;
width: 27px;
z-index: 10;
}

.pick-plan .sli-left, .pick-plan .sli-right{
top: 40%;	
}

.pick-plan-mb .swiper-button-prev, .pick-plan-mb .swiper-button-next{
top: 30%;	
}


/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }


.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

/* End of Product Slider */




/**
 * Swiper 3.3.1
 * touch slider
 */
.swiper-container {
  margin: 30px 0px 30px 0px;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
/*  position: relative;*/
position:absolute;
  width: auto;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin:0px;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 310px;
  height: 275px;
  position: relative;
  margin-right:-65px;
  padding-right:35px;
  padding-left:35px;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 30%;
  width: 27px;
  height: 44px;
  margin-top: px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}


.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}



.swiper-button-prev{
left: 10px;
right: auto;
font-size:75px;
cursor: pointer;
height: 44px;
position: absolute;
top: 30%;
width: 27px;
z-index: 10;
color: #9d9d9d;
}


.swiper-button-next{
font-family: FontAwesome;	 
content: "\f105";
color: #9d9d9d;
font-size:75px;
padding-left:20px;
padding-right:20px;
right: 10px;
left: auto;
cursor: pointer;
height: 44px;
position: absolute;
top: 30%;
width: 27px;
z-index: 10;
}


.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0%;
  bottom: 0px;
  z-index: 50;
  height: 10px;
  width: 100%;
  top:350px;
  margin:0px 150px 0px 75px;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background-color:#bdbdbd;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width:992px) {

.swiper-button-prev{
left: -50px;
right: auto;
font-size:75px;
cursor: pointer;
height: 44px;
position: absolute;
top: 30%;
width: 27px;
z-index: 10;
color: #9d9d9d;
}
.swiper-button-next{
font-family: FontAwesome;	 
content: "\f105";
color: #9d9d9d;
font-size:75px;
padding-left:20px;
padding-right:20px;
right: -30px;
left: auto;
cursor: pointer;
height: 44px;
position: absolute;
top: 30%;
width: 27px;
z-index: 10;
}
}

.upgd-box-wrper{
	padding-left:50px;
	padding-right:50px;
}
.upgd-box-wrper a{
	color: #666;
}
.upgd-box{
	padding:50px;
	text-align:center;
	background-color:#FFF;
	border:2px solid #b9b9b9;
}
.upgd-box:hover{
	border:2px solid #ff8000;
}
.upgd-box img{
	display:block;
	margin:0 auto;
}
.upgd-box p{
	margin-top:20px;
	margin-bottom:20px;
	font-weight: 400;
	font-size: 18px;
}
@media (max-width:992px){
	.upgd-box-wrper {
    padding-left: 0px;
    padding-right: 0px;
	margin-bottom:20px;
	}
	.upgd-box{
		padding:20px;
		margin-bottom:20px;
	}
	.excus .boxMb h3 {
		font-size:24px;	
	}
}
@media (max-width:480px){
	.rspc{
		padding:10px;
	}
	.excus .boxMb h3 {
		font-size:17px;
		
	}
	.excus .boxMb{
		padding-left:5px;
		padding-right:5px;

	}
}

/*anu styles*/
.hbb-faq .faqicon{ background:url(../images/icons/faq-icon.png) no-repeat right top #f5f5f5; text-align:center; min-height:270px; padding:10px;}

.HBB-FAQ iframe { width:100%;}
.HBB-FAQ #accordion h3{ background:#fff; border:none; border-bottom:1px solid #eee; padding:5px 5px 5px 10px; font-size:18px; color:#3178ca;}
.HBB-FAQ #accordion h3 a{ color:#3178ca!important;}
 .HBB-FAQ #accordion .ui-widget, #accordion .ui-widget-content, .HBB-FAQ #accordion div, .HBB-FAQ #accordion p { font-family:"Helvetica Neue","HelveticaNeue",Helvetica,Arial,"Lucida Grande",sans-serif!important;}
 .HBB-FAQ #accordion .ui-widget-content{ border:none;}
 .HBB-FAQ .ui-accordion .ui-accordion-icons{ padding-left:10px;}
 .HBB-FAQ .ui-accordion .ui-accordion-content{ padding:10px;}
  .HBB-FAQ .FAQ-List{ list-style:none; margin:0; padding:0;}
  .HBB-FAQ .FAQ-List li{ padding:10px; border-bottom:1px solid #eee;}
   .HBB-FAQ .border-left{ border-left:2px solid #eee;}
   
  .HBB-FAQ #accordion H3:after {
    float: right;
    content: "\f078";
    font-size: 14px;
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.prch-yrpln .MobileHBBbk{background: #eee; padding: 5px;}

#package_request_submit {
visibility: hidden;
}
