@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
a, a:hover,  a:focus, a:active{outline: none; text-decoration: none;}
img{max-width: 100%;}
ul{list-style-type: none; margin: 0; padding: 0;}
section, .header, .footer{float: left; width: 100%;}
.bg-grey{background-color: #f7f7f7;}

/*.bg-blue{background-color: #3197e9;}
.bg-green{background-color: #24782c;}*/

.valign-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-middle > div{
     -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.seq {
  min-height: 402px;
}
.seq-canvas li{
    height: 372px;
}
.seq-canvas li > div{
    height: 344px;
}
    .seq-canvas li > div > img{
        max-height: 100%;
    }
.img-thumbnail {
    width: 100%;
}
.form-control{-webkit-border-radius: 2px; border-radius: 2px;}

.mt-10{
    margin-top:10px;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.cpos-step-section
{
    margin-top:200px;
}
/* -------------------------------------------------------- */
/* Homepage									    			*/
/* -------------------------------------------------------- */

/* Header */
.header .navbar-fixed-top{	
	border: 0;
	margin-bottom: 0;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: normal;
    height: 98px;    
	max-width: 290px;
    margin-right:20px;
    padding: 10px 0 10px 10px;
}
.navbar-brand > img {
    max-height: 100%;
}
.social {
    float: left;
    margin: 50px 0 0 0;
}
.social ul li{float: left; margin-right: 10px;}
.social ul li:last-child{margin-right: 0;}

/* Navigation */
.navbar-right.navbar-top, .navbar-right.navbar-bottom, .navbar-right.navbar-inner{margin-right: 10px;}
.navbar-right.navbar-top > li{position: relative; margin: 20px 0 5px 10px;}
.navbar-right.navbar-top > li a{font-weight: 400; padding: 2px 15px 2px 30px;}
.navbar-right.navbar-top > li:nth-child(1)::before{content: ''; height:  24px; left: 0; position: absolute; top: 0; width: 24px;}
.navbar-right.navbar-top > li:nth-child(2)::before{content: ''; height:  25px; left: 0; position: absolute; top: 0; width: 25px;}
.navbar-right.navbar-top > li:nth-child(3)::before{content: ''; height:  25px; left: 0; position: absolute; top: 0; width: 25px;}
.navbar-right.navbar-top > li:nth-child(4)::before{content: ''; height:  25px; left: 0; position: absolute; top: 0; width: 25px;}
.navbar-right.navbar-top > li:nth-child(5)::before{content: ''; height:  22px; left: 0; position: absolute; top: 0; width: 21px;}

.navbar-right.navbar-bottom, 
.navbar-right.navbar-inner{clear: right; margin-bottom: 10px;}
.navbar-right.navbar-bottom > li a,
.navbar-right.navbar-inner > li a{font-size: 16px; font-weight: 700; padding-top: 10px; padding-bottom: 10px; text-transform: uppercase;}
.navbar-top .dropdown-menu>li>a{padding: 3px 20px;} 

/* Banner */
.banner{font-family: 'Montserrat', sans-serif; position: relative; z-index: 10;}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}
.banner-content {
  bottom: 20%;
  left: 50%;
  margin-left: -40%;
  padding: 15px 20px 20px 20px;
  position: absolute;
  right: 10%;
  width: 80%;
  border-radius: 3px; 
  -webkit-border-radius: 3px;
}
.banner-content h2{font-size: 34px; font-weight: 400; margin: 0 0 5px 0;}
.banner-content p{font-size: 14px; font-weight: 400; margin: 0  auto;  max-width: 70%;}
.banner-content a{display: inline-block; font-size: 14px; font-weight: 700; margin-top: 20px; padding: 15px 45px; text-transform: uppercase; border-radius: 3px; -webkit-border-radius: 3px;}
.home-features{position: relative;}
.scroll-down {
  bottom: 36px;
  cursor: pointer;
  display: block;
  height: 44px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 48px;
  z-index: 200;
}
.btn-group {
  position: absolute;
  top: 150px;
  width: 100%;
  z-index: 11;
}
.btn-group a{display: block; font-size: 14px; padding: 10px; text-transform: uppercase;}


/* Features Block */
.home-features{
	padding: 20px;

	display: flex;
	align-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: center;
}
.fb-wrap{
	float: left;
	margin-right: 20px;
	position: relative;
	width: 19.2%;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1); 
	box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.fb-wrap:last-child{margin-right: 0;}
.fb-header{position: relative;}
.fb-header figure{overflow: hidden;}
.fb-header-title{bottom: 0; left: 0; height: 100px; padding: 15px; position: absolute; right: 0; text-transform: uppercase;}
.fb-header-title h3{font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; margin: 0;}
.fb-header-title h4{font-size: 14px; margin: 3px 0 0 0;}
.fb-body{padding: 14px 20px; position: relative;}
.fb-body p{font-size: 16px; font-weight: 700; margin: 0 0 11px 0;}
ul.fb-tick li{font-size: 14px; line-height: 24px; position: relative; padding: 0 0 0 24px;}
ul.fb-tick li::before{content: ''; height: 13px; left: 0; position: absolute; top: 5px; width: 15px;}
.fb-footer{bottom: 15px; position: absolute;}
.fb-footer a{font-size: 14px; font-weight: 700; text-transform: uppercase;}

ul.fb-rates li{float: left; font-size: 14px; padding: 2px 0; width: 100%;}
ul.fb-rates li .country-name{float: left; }
ul.fb-tick li .country-rate, ul.fb-rates li .country-rate {float: right; text-align: right;}

/* Footer */
.footer-wrap{float: left; padding-top: 75px; width: 100%;}
/*.footer {
    bottom: 0;
    height: 75px;
    left: 0;
    padding: 15px 20px;
    position: fixed;
    right: 0;
}*/
.footer {
    padding: 15px 10px;
}
.poweredby {float: left;}
.poweredby > img:first-child {margin-right: 20px;}
.poweredby > img {float: left;}
.poweredby > img:last-child {width: 200px;}
.footer .social{margin: 14px 0 0 30px;}
.copyright{font-size: 13px; margin-top: 21px; text-align: center; width: 100%; clear:both;}

.footer-nav{float: right; margin-top: 17px;}
.footer-nav ul li{float: left; margin-left: 20px;}
.footer-nav ul li:first-child{margin-left: 0;}
.footer-nav ul li a{font-size: 12px; text-transform: uppercase;}


/* Sign In Modal */
#myModal .modal-dialog {margin: 95px auto; width: 580px;}
#myModal .modal-content{border-width: 0; border-style: solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#myModal .modal-header{
	border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
	border-bottom: 0; font-size: 24px; min-height: 80px; line-height: 80px; padding: 10px; text-align: center;}
#myModal .modal-body{padding: 0 50px 48px 50px;	border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;}
#myModal .close{font-size: 24px; opacity: 1; text-shadow: none;}
#myModal .close:focus{outline: 0;}

.loginform label{font-size:14px; font-weight: 400; text-transform: uppercase;}
.loginform .input-group-addon{min-width: 50px;}
.loginform input[type="text"], .loginform input[type="password"], .loginform input[type="email"] {
  border-width: 0 0 1px;
  font-family: inherit !important;
  font-size: 14px !important;
  min-height: 40px;
  padding: 0;
  -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; padding: 0;
}

.form-group.forgotpwd {margin-bottom: 0;}

.loginform .btn-submit{border: 0; font-size: 16px; font-weight: 400;	height: 50px; text-transform: uppercase; width: 100%;}
.forgotpwd a{display: block; text-align: center;}
.loginform h6{font-size:15px; float:left;}
.modal-trial-title{font-size:16px; padding:5px 0 0 0; text-align:center;}
.registeruser {bottom: -34px; position: absolute; left: 0; right: 0; text-align: center;}
.signup-now{font-weight: 700;}
.signup-now:hover{text-decoration: underline;}
a.cancel-link {display: block; text-align: center;}
.modal-backdrop.in{opacity: 0.8;}

.mt-0{margin-top: 0;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-80{margin-top: 80px;}

/* Login form */

.login-form-sign-in .login-sign-in,
.login-form-forgot-password .login-forgot-password,
.login-form-forgot-username .login-forgot-username {display: block;}
	
.login-form-sign-in .login-forgot-password,
.login-form-sign-in .login-forgot-username,
.login-form-sign-up .login-sign-in,
.login-form-sign-up .login-forgot-password,
.login-form-forgot-password .login-sign-in,
.login-form-forgot-password .login-forgot-username,
.login-form-forgot-username .login-sign-in,.login-form-forgot-username .login-forgot-password {display: none;}

/* -------------------------------------------------------- */
/* Coverage									    			*/
/* -------------------------------------------------------- */

.coverage-banner{
	font-family: 'Montserrat', sans-serif;
	height: 700px;
}
.coverage-banner h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

/* Steps Wizard */

/*.steps{margin-top: 100px; padding: 20px 0;}*/
.steps {
  margin-top: 100px;
  padding: 10px 0;
  position: fixed;
  top: -1px;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}



.swMain > ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.swMain > ul li {
	display: table-cell;
	text-align: center;
	width: 1%;
}
.swMain > ul li > a:before {
	content: "";
	display: block;
	font-size: 0;
	height: 5px;
	overflow: hidden;
	position: relative;
	top: 27px;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,1);
}
.swMain > ul li:first-child > a:before {
	left: 50%;
	max-width: 51%;
}
.swMain > ul li:last-child > a:before {
	max-width: 50%;
	width: 50%;
}

.swMain > ul .stepNumber {
	border-radius: 100% 100% 100% 100%;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 50px;
	z-index: 2;
}
.swMain > ul .stepNumber:before {
    content: "";
    display: block;
    font-size: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    width: 125%;
    z-index: 1;
    height: 125%;
    left: -5px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,1);	
}

.swMain ul li > a.done .stepNumber {
	text-indent: -9999px;
}
.swMain ul li > a.done .stepNumber:before {
	content: "\f00c";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
	margin-right: 7px;
	text-indent: 0;
}
.swMain ul li > a.done.wait .stepNumber {
	text-indent: -0px !important;
}
.swMain ul li > a.done.wait .stepNumber:before {
	content: "" !important;
}
.swMain > ul li .stepDesc {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 4px;
	max-width: 100%;
	table-layout: fixed;
	text-align: center;
	word-wrap: break-word;
	z-index: 104;
}
.swMain > ul li > a:hover {
	text-decoration: none;
}
.swMain > ul li > a.disabled {
	cursor: default;
}

.coverage-zipcode, .coverage-maps, .ad-banner{padding: 30px 0;}
.coverage-zipcode {padding-bottom: 0;}
.zipcode-box{margin: 10px 0 0 0; padding: 20px 0; -webkit-border-radius: 3px; border-radius: 3px;}
.zipcode-box h4{font-size: 16px; font-weight: 700; margin: 0 0 20px 0; text-align: center;}

.zipcode-frm {display: table; margin: 0 auto;}
.zipcode-col{display: table-cell; padding-right: 10px;}
.zipcode-col:last-child{padding-right: 0;}
.zipcode-col label{font-size: 14px; font-weight: 400; display: block; text-align: left; text-transform: uppercase;}

.zipcode-col .form-control {
	font-size: 16px !important;
    height: 50px;	
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.btn-prev{float: left;}
.btn-next{float: right;}
.btn-inactive{border: 0; font-size: 16px; font-weight: 700; min-width: 180px; padding: 12px 50px; border-radius: 3px; -webkit-border-radius: 3px;}

.btn-active{border: 0; font-size: 16px; font-weight: 700; min-width: 180px; padding: 12px 50px; border-radius: 3px; -webkit-border-radius: 3px;}
.btn-active:hover, .btn-active:focus, .btn-active:active, .btn-active:active:hover, .btn-active.active:hover{border: 0;}


.header-group{text-align: center;}
.header-group h2{font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 700; margin-top: 0;}
.header-group p{margin-bottom: 20px;}

.ad-banner-1 {
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}

#map-seq-pagination.seq-pagination li
{
    width: auto !important;
}

/* -------------------------------------------------------- */
/* Order											    	*/
/* -------------------------------------------------------- */

.sh-middle-pane{padding-bottom: 30px;}
.sh-middle-pane .sh-middle-pane-header{margin-top: 36px;}
.sh-middle-pane h1{font-size: 30px; font-weight: normal; margin: 0; padding: 0; position: relative;}
.sh-middle-pane h1 span{  position: absolute; right: 0; top: -3px;}
.sh-middle-pane h1 span a{font-size: 16px;}
.sh-middle-pane p{font-size: 16px; margin-top: 10px;}
.sh-middle-pane h3{font-size: 18px; margin: 0 0 10px 0; padding: 0;}
.sh-middle-pane-body{margin-top: 36px;}

#get-quote-accordion .panel-default{border: 0; box-shadow: none; border-radius: 0;}
#get-quote-accordion .panel-default > .panel-heading{
	border: 0;
	border-radius: 0;
	padding: 15px;
}
#headingOne{
	border-top-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
}
#get-quote-accordion .panel{border-bottom: 1px solid #ddd; margin-top: 0;}
#get-quote-accordion .panel-default > .panel-heading .panel-title > a:focus,
#get-quote-accordion .panel-default > .panel-heading .panel-title > a:hover{text-decoration: none;}
#get-quote-accordion .panel-default > .panel-heading .panel-title span{
	display: inline-block; 
	font-size: 14px; 
	height: 20px; 
	line-height: 20px; 
	margin-right: 6px;  
	margin-left: 9px; 
	text-align: center; 
	width: 20px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
#get-quote-accordion .panel-body{border-top: 0;}
#get-quote-accordion .panel-body-content, .panel-login{display: none;}
#get-quote-accordion .panel-disable{opacity: 0.5;}
#get-quote-accordion .form-group{margin-bottom: 10px;}
#get-quote-accordion .panel-body-content{position: relative;}
#get-quote-accordion .panel-edit {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  right: -5px;
  top: 15px;
  border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;  
}
#get-quote-accordion .panel-edit a{font-size: 11px; text-transform: uppercase;}
#get-quote-accordion .panel-edit a:hover{text-decoration: none;}
#get-quote-accordion .panel-edit-arrow {  
  border-style: solid;
  border-width: 5px 5px 0 0;
  height: 0;
  left: 39px;
  position: absolute;
  top: 20px;
  width: 0;
}
#get-quote-accordion .panel-change {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  right: -5px;
  top: 15px;
  border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;  
}
#get-quote-accordion .panel-change a{font-size: 11px; text-transform: uppercase;}
#get-quote-accordion .panel-change a:hover{text-decoration: none;}
#get-quote-accordion .panel-change-arrow {
  border-style: solid;
  border-width: 5px 5px 0 0;
  height: 0;
  left: 108px !important;
  position: absolute;
  top: 20px;
  width: 0;
}
.step-count{
	display: inline-block; 
	float: left; 
	line-height: 20px; 
	margin-right: 5px; 
	margin-left: 9px;
	text-align: center; 
	width: 20px; 
}
.step-count-blank{
	float: left;
	height: 20px; 
	line-height: 20px; 
	margin-right: 11px; 
	width: 20px;
}

/* Step completed */
#get-quote-accordion .step-complete {
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  position: absolute;
  left: -5px;
  top: 0;
  border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;  
}
#get-quote-accordion .step-complete-arrow {
  border-style: solid;
  border-width: 0 5px 5px 0;
  height: 0;
  left: 0px;
  position: absolute;
  top: 20px;
  width: 0;
}



#get-quote-accordion .panel-body-selected-content{float: left; width: 93%;}
#get-quote-accordion .panel-body-selected-content p{font-size: 14px; margin: 0;}
.table-nomargin{margin:0px !important;}
.table-noborder > tbody > tr > td,
 .table-noborder > tbody > tr > th,
 .table-noborder > tfoot > tr > td,
 .table-noborder > tfoot > tr > th,
 .table-noborder > thead > tr > td,
 .table-noborder > thead > tr > th
{
    border:none !important;
    border-collapse:collapse !important;
}

.section-navigation
{
    margin: 10px 0 20px 0;
}

.PhoneItems .well {
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 3px 1px 1px 1px; 
  min-height: 230px !important;
  padding: 15px;
  position: relative;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);*/
}
.phones-header h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}
.phones-footer {
    bottom: 0;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.phones-body a{
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.phones-body select {
     height: 30px;
    /*width: 51%;*/
}
.section-custinfo {
    margin-top:10px !important;
}

.btn-modal{
  border: 0 none;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 3px; 
  -webkit-border-radius: 3px;
}
.displayNote .modal-header {
    padding: 5px 15px;
}
.displayNote .modal-header .close {
  margin-top: 8px;
}
.DetailsLeftTxt{ font-weight:700;}
.label-receipt{min-width:30%}

.phone-price {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.m-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  height: 140px;
}
.prd-pic {
    margin: auto;
}
.m-center .form-group, .m-center .radio-inline {
  margin: auto 0;
}

/* -------------------------------------------------------- */
/* Shopping Cart										    */
/* -------------------------------------------------------- */
.section-shoppingcart{
    font-size:14px;
    margin-top: 30px;
}
.section-shoppingcart .bg-grey{
    font-weight: 700;
}
.CartItem, .CartDis, .CartFeatureListDis, .CartFeatureListItem{
    width:26%;
}
.CartQuantity, .CartActivation, .CartFeatureListQuantity, .CartFeatureListActivation{
    width:12%;
    text-align:center;
}
.section-shoppingcart .well
{
    margin-bottom:0px;
}
.section-shoppingcart .well .table {
    background-color:transparent !important;
}


/* -------------------------------------------------------- */
/* FAQs												    	*/
/* -------------------------------------------------------- */
.faqs{margin-top: 100px; padding: 20px 0;}
ul.check {margin-bottom: 20px;}
ul.check li{padding-left: 25px; margin-bottom: 10px;}
ul.check li::before{content: ''; height: 13px; left: 0; position: absolute; top: 5px; width: 15px;}
ul.disc {list-style-type: disc; margin-left: 20px; margin-bottom: 20px;}
ul.disc li{padding-left: 0;  margin-bottom: 10px;}
.accordion-faq__answer ol {margin-bottom: 20px;}
.accordion-faq__answer ol li{margin-bottom: 10px; padding-left: 5px;}

/* -------------------------------------------------------- */
/* mWallet Summary									    	*/
/* -------------------------------------------------------- */

.sec-intro {margin-top: 100px; padding: 20px 0;}
.sec-block{padding: 30px 0;}
.sec-block h2{font-size: 24px; font-weight: 700; line-height: 34px; margin-bottom: 30px;}
.sec-block h4 {font-size: 16px; font-weight: 700; line-height: 18px; text-transform: uppercase;}
.sec-block h4 span{font-size: 16px; font-weight: 400;}
.overview-wrap{margin-top: 30px; -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.1);}
.overview-wrap h4{font-size: 18px; margin: 0; text-transform: none;}
.overview-wrap .fb-body{min-height: 302px;}
.overview-wrap .fb-body p{font-weight: 400;}
figure.icon {width: 36px;}
.overview-block h2{font-size: 20px; font-weight: 400; line-height: 30px; margin: 0;}
.overview-block h2 span{font-size: 18px; display: block;}
.overview-wrap .fb-header{padding: 15px; border-radius: 3px 3px 0 0;}
/*.navbar-right.navbar-bottom > li a{font-size: 11px;}*/

/* Service Activation */

.service-activation .panel-default > .panel-heading.active-panel {border-style: solid; border-width: 3px 0 0;}
.service-activation
{margin-top: 100px; padding: 20px 0;}

.service-activation .panel-default > .panel-heading {    
    border-radius: 0;
    padding: 15px;
}

.service-activation .panel-default > .panel-heading.active-panel {
    border-style: solid;
    border-width: 3px 0 0;
}
    .service-activation .panel-default > .panel-heading.active-panel a {
        font-weight: 700;
    }
/* Login */

.signin-wizard {
    margin-top: 30px;
}
.signin-wizard h2{
    margin-top: 0;
    margin-bottom: 30px;
}
.signin-wizard .btn-submit {
  border: 0 none;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  height: 50px;
  padding: 14px 12px;
  text-transform: uppercase;
  width: 100%;
}
    .signin-wizard .loginform label {
        text-transform: uppercase;
    }
.vert-sep::before {
    content:"";
    border-left: 1px solid #ddd;
    left: -25%;
    height: 100%;
    position: absolute;
    top:0;
    width: 1px;
}


/*Become a Distributor*/

.download-brochure {
  margin-top: 64px;
  padding: 20px !important;
}
.download-brochure h4{
    font-size: 16px;
    font-weight: 700;  
    margin-bottom: 10px !important;
    text-align: left;
}
.download-brochure > p {
  font-size: 13px;    
  margin-bottom: 0;
}
.download-brochure a{
    display: inline-block;
    padding-left: 5px;
}


/* -------------------------------------------------------- */
/* Rateplan     									    	*/
/* -------------------------------------------------------- */
.RightTxt, .rateplan-th, .section-rateplanlist .modal-header  {font-weight: 700;}
.RightTxtWidth{ width:30%;}
.close {opacity: 1; text-shadow: none;}
.close:focus, .close:hover {opacity: 1;}
.featureTxt-rateplan-name {font-size:16px; padding-left: 0 !important;}
.firstTxt {font-weight: 700;}


/* Order Summary */

.order-summary {
    float: right;
    font-size: 16px;
    width: 300px;
}
.order-summary table tr:first-child td{
    border-top: 0 !important;
}

.label-osummary {
    text-align: left;
}
.label-oprice {
    text-align: right;
}
.total-price {
    border-top: 1px solid #ddd;
    font-size: 20px;
    font-weight: 700;
}

/* Customer Information */
.terms-conditions {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 0;
}
.section-custinfo label{
    font-weight: 400;
}
.section-custinfo .alert.alert-warning {
    margin-top: 20px;
}

.section-receipt {
     margin-top: 25px;
}
.chkInternationalRow1 input[type=checkbox]{margin-left:0px !important;}
.divinternationalRow1{margin-top:20px;}
/* -------------------------------------------------------- */
/* Media Queries									    	*/
/* -------------------------------------------------------- */

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    .header {height: 93px;}
    .navbar {min-height: 93px;}
    .navbar-brand {margin-right: 0; max-height: 93px; max-width: 210px; padding: 15px;}
    .navbar-header {height: 93px;}
    .navbar-right.navbar-top, .navbar-right.navbar-bottom, .navbar-right.navbar-inner {margin-bottom: 10px; margin-left: 10px;}

	/* Navigation */
	.navbar-toggle {border: 0; margin-right: 10px; padding: 10px; margin-top: 30px; margin-bottom: 0; -webkit-border-radius: 0; border-radius: 0;}

	.navbar-default .navbar-toggle{border-color: transparent;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{max-height: inherit;}
	.navbar-right.navbar-top{margin-top: 0; padding-bottom: 10px;}
	.navbar-right.navbar-top, .navbar-right.navbar-bottom, .navbar-right.navbar-inner{margin-left: 10px; margin-bottom: 10px;}
	.navbar-fixed-top, .navbar-fixed-bottom{position: relative;}
    .navbar-right.navbar-bottom > li a {font-size: 13px !important;}
	.navbar-right.navbar-bottom > li a, .navbar-right.navbar-inner > li a {padding-bottom: 10px; padding-top: 10px;}
	.social{display: none; margin: 45px 0 0 10px;}
	#navbar .dataapplocation{    float: none;
    margin-left: 0px;
    padding: 10px 15px;
    text-align: center;}
	#navbar .dataapplocation a {display: inline-block;}
	#navbar .dataapplocation a:last-child {margin-left: 30px;}
	#navbar .dataapplocation .app_head{margin-bottom:5px;}
	#navbar .dataapplocation img {width: 120px !important;}
	#navbar .navbar-right.navbar-top > li {margin: 15px 0 5px 10px;}
	#navbar .navbar-right.navbar-top > li:first-child{margin-top:5px;}

	
	/* Banner */
	.swiper-slide.banner1{background-position: 75% top !important;}
	.swiper-slide.banner2{background-position: 70% top !important;}
	.swiper-slide.banner3{background-position: 45% top !important;}
	.swiper-slide.banner4{background-position: 74% top !important;}
	.banner-content{margin-left: -47.5%; padding: 10px 15px 15px 15px; width: 95%;}
	.banner-content h2{font-size: 18px;}
	.banner-content p, .banner-content a{font-size: 12px;}
	.banner-content a{padding: 10px 45px;}
	.btn-group{top: 10px;}
	.btn-group a{font-size: 11px; margin-bottom: 10px; padding: 5px 10px;}
	
	/* Features Block */
	.fb-wrap{margin-right: 0; margin-bottom: 20px; width: 100%;}
	.fb-header-title{height: inherit;}
	.fb-body {min-height: inherit;}
	.fb-footer {bottom: inherit; position: relative; margin: 10px 0 15px 0; float: left; width: 100%;}
	
	/* Sign In Modal */
	#myModal .modal-dialog{width: 90%;}
	#myModal .modal-header{min-height: 40px; line-height: 40px;}
	#myModal .modal-body{padding: 0 20px 18px 20px;}
	
	/* Footer */
    .footer-wrap {padding-top: inherit;}
	.footer{height: inherit; padding: 10px; position: relative;}	
	.poweredby {text-align: center; width: 100%;}
	.poweredby > img {float: none;}
    .poweredby > img:last-child {margin-top: 20px;}
	.footer-nav{float: left; margin-bottom: 17px; width: 100%;}
	.footer-nav ul li{margin-left: inherit; width: 100%;}
	.footer-nav ul li a{display: block; font-size: 14px; padding: 8px 0; text-align: center;}
	.copyright{clear: both; font-size: 12px;}


	/* Coverage */
    
    .zipcode-frm {display: inherit; margin: 0 auto;}
    .zipcode-col {display: block;}
	.steps{margin-top: 0; position: inherit;}
	.zipcode-box{margin: 10px 0 15px 0; padding: 20px;}
	.zipcode-col{margin-right: 0px;padding-right:0px;}
    .zipcode-box h4 {font-weight: 500;}
	.btn-inactive, .btn-active{min-width: 120px; padding: 12px 20px;}
	.header-group h2{font-size: 24px;}
    .coverage-banner {height: 300px; margin-top: 0;}
    .coverage-banner h2 {font-size: 28px;}
    .firstTxt {font-weight: 700;}
	/* Steps */

	.swMain > ul{margin: 0;}
	/*.swMain > ul li{display: block; margin-bottom: 10px; text-align: left; width: 100%;}
	.swMain > ul li:first-child > a:before {left: 10px; max-width: 51%; transform: rotate(90deg);}
	.swMain > ul li:last-child > a:before {display: none;}
	.swMain > ul li > a:before{left: 10px; top: 65px; width: 10%; transform: rotate(90deg);}*/
	.swMain > ul li:last-child{margin-bottom: 0;}
	.swMain > ul li .stepDesc{font-size: 8px; display: block;}
    .swMain > ul li > a {display: block;}
    .swMain > ul .stepNumber {font-size: 14px; height: 40px; line-height: 30px; width: 40px;}


	/* Maps */
	.seq{height: 202px; min-height: inherit;}
	.seq-pagination li{width: 24.285714%;}
	.seq-pagination span{display: block;}
	.seq-pagination a{font-size: 8px; padding: 1em .675em;}
    .seq-canvas li {height: 172px; }
    .seq-canvas li > div {height: 154px;}
	.ad-banner{display: none;}   

     /* FAQ */
    .faqs {margin: 0;}	
	
	/* mWallet Summary */
	.sec-intro {margin-top: 0;}
	.mt-30-xs{margin-top: 30px;}
	.header-group h2{font-size: 20px; line-height: normal;}
	.sec-block h4{font-size: 13px;}
	.overview-block h2{font-size: 16px; line-height: normal;}
	.overview-block table{margin-top: 10px;}
	.wallet-info-block h4, .wallet-info-block p{text-align:center;}
	 .wallet-info-block figure.icon{margin: 0 auto;}

     /* Login */
     .signin-wizard h2{font-size: 20px;margin-bottom: 20px;}
    .vert-sep {margin-top: 30px;}
    .vert-sep::before {
      border-left: 0 none;
      border-top: 1px solid #ddd;
      height: 1px;
      left: inherit;
      top: -17px;
      width: 90%;
  }
  
/* -------------------------------------------------------- */
/* Shopping Cart			    					    	*/
/* -------------------------------------------------------- */
.section-shoppingcart{
    font-size:12px;
}
.cpos-step-section {
  margin-top: 0;
}
    .order-summary {
        float: left;
    }
    .btn-inactive, .btn-active {
        width: 100%;
    }
    #ContentPlaceHolder1_customNav_AddMoreItem {
        margin-top: 10px;
    }
    .section-navigation {
        margin-top: 0;
    }
    .section-receipt {margin-top: 25px; padding: 0;}
    .section-shoppingcart {margin-top: 0;}
	.CartItem, .CartDis, .CartFeatureListDis, .CartFeatureListItem ,.tblshoppingList .td_wraptext{
     white-space: normal !important;
}

	/*pospage*/
    #RatePlanTab h2.resp-tab-active {border-top:0px !important;border-right:1px solid #3197e9 !important;height:35px;}
	.posRateplan .posradio{width:18px;height:18px;}
	#RatePlanTab .table.table-noborder{margin-bottom:10px !important;}
	#DeviceListTabs  h2.resp-tab-active {border-top:0px !important;border-right:1px solid #3197e9 !important;height:35px;padding-top:0px !important;}
	#accessoriesTab h2.resp-tab-active {border-top:1px solid #3197e9 !important;border-right:1px solid #3197e9 !important;height:35px;padding-top:0px !important;}
	.portexistnumber {margin-left: 0px !important;}
	.codeNumberTextBox{margin-top:10px;}
	.resp-container{padding-left:0px!important;padding-right:0px !important;}
	.tdermsTable{width:100% !important;}
	.divermsTable{text-align:left !important;margin-bottom:10px;}
	.divermsTable label{padding-left:0px;}
	.divinternationalRow1{margin-top:0px !important;}
	.tblshoppingList{width:750px !important;}
	
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 820px) and (max-width: 991px) {	
	/* Homepage Banner */
	.swiper-slide.banner1{background-position: 69% top !important;}
	.swiper-slide.banner2{background-position: 70% top !important;}
	.swiper-slide.banner3{background-position: 35% top !important;}
	.swiper-slide.banner4{background-position: 75% top !important;}
    .banner{margin-top: 38px;}
	.banner-content{bottom: 15%; margin-left: -45%; width: 90%;}
	.banner-content h2{font-size: 28px;}
	.banner-content p{font-size: 14px;}
	.btn-group a {font-size: 9px; letter-spacing: -0.5px; padding: 10px 0;}

    #navbar { float:none; }
    
	
	/* Navigation */
	.navbar-right.navbar-bottom {clear: right; float: left!important; margin-right: 0; width: 100%;}
    .navbar-right.navbar-bottom > li a{text-align: center;}
	.navbar-right.navbar-bottom li a, .navbar-right.navbar-inner li a{font-size: 14px; }
    .navbar-right.navbar-top > li {margin: 20px 0 5px 5px;}
    .navbar-right.navbar-top > li a{font-size: 13px;}
    		
	/* Features */
	.fb-wrap{width: 48.62%;}
	.fb-wrap{margin-bottom: 20px;}
	.fb-wrap:nth-child(2n){margin-right: 0;}
    .fb-header-title{height: 120px;}
	
	/* Footer */
	.footer-nav{float: left; margin-top: 15px; width: 100%;}
	.footer-nav ul, .navbar-right.navbar-bottom {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	
		-ms-flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	
		-ms-flex-line-pack: distribute;
		-webkit-align-content: space-between;
		align-content: space-between;
	}
	.footer-nav ul li{margin-left: 0;}
	.footer .social {margin: 14px 0 0 0; float: right;}
	.copyright {clear: both; float: left; margin-top: 10px; width: 100%;}
	
	/* Coverage */
	.steps{margin-top: 100px;}
    .cpos-step-section {margin-top: 200px;}
    .coverage-banner {margin-top: inherit;}
	.swMain > ul li .stepDesc{font-size: 14px;}
	.ad-banner-1{height: 70px; width: 100%;}	
	.seq {min-height: 348px;}
	.seq-pagination li{width: 24.2857143%;}  
    .seq-canvas li {height: 323px;} 
    .seq-canvas li > div{height: 294px;}

    /* FAQ */
    .faqs {margin-top: 150px;}
	
	/* mWallet Summary */
	.sec-intro {margin-top: 136px;}
	.overview-wrap .fb-body {min-height: 390px;}
	
	/* mCash Order */
	.header-group h2{font-size: 24px;}
	
    /* Login */
    .vert-sep::before {left: -7.5%;}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	/* Homepage Banner */
    .banner{margin-top: 8px;}
	.swiper-slide.banner1{background-position: 69% top !important;}
	.swiper-slide.banner2{background-position: 70% top !important;}
	.swiper-slide.banner3{background-position: 75% top !important;}
	.swiper-slide.banner4{background-position: 75% top !important;}
	.banner-content{bottom: 15%; margin-left: -45%; width: 90%;}
	.banner-content h2{font-size: 28px;}
	.btn-group{top: 155px;}
	.btn-group a{font-size: 12px;}
	
	/* Navigation */
	.navbar-right.navbar-bottom {clear: right; float: left!important; margin-right: 0; width: 100%;}
	.navbar-right.navbar-bottom li a{font-size: 14px; padding-left: 0;  padding-right: 0;}
	.navbar-right.navbar-bottom, .footer-nav ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	
		-ms-flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	
		-ms-flex-line-pack: distribute;
		-webkit-align-content: space-between;
		align-content: space-between;
	}
	
	/* Features */
	.fb-wrap{width: 31.90%;}
	.fb-wrap{margin-bottom: 20px;}
	.fb-wrap:nth-child(3n){margin-right: 0;}
	
	/* Footer */
	.footer-nav{float: left; margin: 15px 0; width: 100%;}
	.copyright {clear: both;}
    .footer .social {float: right; margin: 14px 0 0;}
	
	/* Coverage */
	.steps{margin-top: 100px;}
	.seq{min-height: 452px;}
	.ad-banner-1{height: 91px; width: 100%;}	
    .seq {min-height: 394px;}
    .section-receipt {margin-top: 25px;}
    .seq-canvas li {height: 364px;}
    .seq-canvas li > div {height: 344px;}

    /* FAQ */
    .faqs {margin-top: 150px;}
	
	/* mWallet Summary */
	.overview-wrap .fb-body {min-height: 310px;}
	.sec-block h4 span{display: block;}
    .dataapplocation { float: left;margin-left: 0px; padding: 10px 0;}
    .navbar-right.navbar-top { margin-top: 20px;}
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1599px) {
	/* Homepage Banner */
	.banner-content{width: 1140px; margin-left: -570px;}
	
	/* Features */
	.fb-wrap{width: 32.1%;}
	.fb-wrap:nth-child(1), .fb-wrap:nth-child(2), .fb-wrap:nth-child(3){margin-bottom: 20px;}
	.fb-wrap:nth-child(3){margin-right: 0;}

    /* Footer */
    .copyright {clear: both; float: left; margin: 10px 0;}

}

@media (min-width: 1600px) and (max-width: 1999px) {
    /* Navigation */
    .navbar-right.navbar-bottom > li a {font-size: 14px !important;}
	
    /* Features */
	.fb-wrap{width: 18.95%;}

}
@media (min-width: 2000px){
	/* Features */
	.fb-wrap{width: 19.14%;}

}
@media screen and ( min-width: 1920px ) and ( max-height: 1080px ){
	/* Features */
	.fb-wrap{width: 19.14%;}
}
@media screen and ( min-width: 2560px ) and ( max-height: 1440px ){
	/* Features */
	.fb-wrap{width: 19.36%;}
}