/* GENERAL */

body {
    font-family: 'ITCAvantGardeStd-Md', sans-serif;
    color: #999;
    text-align: inherit;
}
@media (min-width: 992px) {
    body {
        padding-top: 120px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 124px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
}
a {
    color: #00AEEF;
    text-decoration: none;
}
.btn {
    font-weight: bold;
    text-transform: uppercase;
    border: 4px solid;
    text-shadow: none;
    box-shadow: none;
/*    background: transparent;
*/
    border-radius: 0;
    padding: 5px 25px;
    transition: all 0.3s ease;
}
.btn-white {
    background: transparent;
    border-color:#fff;
    color: white;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
    background: white;
    color: #424242;
}
.btn-red {
    background: #00AEEF none repeat scroll 0 0;
    border-color: #00AEEF;
    color: white;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    background: white none repeat scroll 0 0;
    color: #00AEEF;
}

.cont-activate .btn-red{
  border-radius: 4px;
  width: 100%;
}

.btn-grey {
    background: #666666;
    border-color:#666666;
    color: white;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    background: white;
    color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
strong {
    font-family: "Helvetica-Bold",sans-serif;
    color: #999;
    font-weight: normal;
}

p {
  color: #999;
}

li {
    color: #999;
}

.modal-header button, .modal-title, .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p, .modal div {
    color: #333;
}

.progress h1, .progress h2, .progress h3, .progress h4, .progress h5, .progress h6, .progress p {
  color: #333;
}

#alertbox-waiting-text .progress {
    text-align: center;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    z-index: 9999;
    background: white;
    border: 1px solid #333;
}
#alertbox-waiting-text h2 {
    font-size: 26px;
}

.navbar-brand > img {
    margin-top: 24px;
    max-width: 230px;
}

.cont-activate h3 {
    color: #999;
    font-family: "ITCAvantGardeStd-Md",sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

.cont-activate p{
  color: #999;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}


.cont-activate #activate_form_area .container{
  max-width: 100%;
}

input#other-select, input#other-select-web{
  margin-top: 8px;
  display: none;
  color: #333;
}

.cont-activate #activate_form_area p{
  font-size: 15px;
  color: #000;
  font-weight: normal;
  width: 100%;
  margin: 2px 0 10px 0;
  padding: 0;
}

.cont-activate #activate_form_area p strong {
    color: #000;
}

.row.apr_act_inner {
    padding: 0 0 16px;
}

#activate-form label {
    color: #000;
}

.cont-activate #activate_form_area .col-md-1{
  padding-left: 0;
  text-align: left;
}

.cont-activate #activate_form_area a.help-link{
  display: block;
  margin: 0;
  padding-top: 9px;
}

.cont-activate #activate_form_area  img.big-logo-activate{
  display: block;
  margin: 10px auto 25px auto;
}

.cont-activate #activate_form_area h4 {
    font-size: 15px;
    color: #424242;
    margin: 0;
    margin-top: 1px;
    line-height: normal;
    padding: 5px 0;
    text-align: right;
    display: block;
}

.col-cont-check{
  clear: left !important;
}
.col-cont-check label{
  text-align: left !important;
  display: inline-block !important;
  margin-bottom: 30px !important;
}

.clear-btn-cont{
  clear: left !important;
}

.cont-activate-checkb{
  margin-top: 40px;
  margin-bottom: 15px;
}

.new-plans-table thead {
  background: #D1D1D1;
}

.new-plans-table table {
  border: 1px solid #D1D1D1;
}

.new-plans-table thead tr th {
    background: #00AEEF none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 5px 10px;
    text-align: center;
    width: 22%;
}

.new-plans-table thead tr th:nth-child(2) {
    width: 40%;
}

.new-plans-table tbody tr td.plan-table-price{
  color: #999;
  font-size: 54px;
  font-weight: normal;
  text-align: center !important;
  line-height: 54px;
}

.new-plans-table tbody tr td.plan-table-price span {
  font-size: 12px;
  font-weight: normal;
  text-align: center !important;
  line-height: 12px;
}
.new-plans-table tbody tr td.plan-table-minutes, .new-plans-table tbody tr td.plan-table-text, .new-plans-table tbody tr td.plan-table-data{
  color: #999;
  font-size: 30px;
  font-weight: normal;
  text-align: center !important;
  line-height: 30px;
}

.new-plans-table tbody tr td{
  margin: 0;
  vertical-align: middle;
  position: relative;
  padding: 35px 5px;
}

.new-plans-table tbody tr td .border-r{
  height: 70%;
  width: 1px;
  background: #d1d1d1;
  position: absolute;
  right: 0;
  top: 15%;
}

.new-plans-table tbody tr td h4 {
  font-size: 15px ;
  margin-bottom: 5px;
  line-height: 15px;
}

.new-plans-table tbody tr td h5 {
  font-size: 15px ;
  line-height: 15px;
  margin: 0;
  color: #000;
}

.new-plans-table tbody tr td.plan-table-data span, .new-plans-table tbody tr td.plan-table-minutes span, .new-plans-table tbody tr td.plan-table-text span{
  font-size: 12px;
  font-weight: normal;
  text-align: center !important;
  padding: 0;
  line-height: 15px;
  clear: left;
  display: block;
  margin:2px 0;
}

.new-plans-table tbody tr td.plan-table-buy button {
    background: #00AEEF none repeat scroll 0 0;
    border: 2px solid #00AEEF;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 6px;
    padding: 6px 10px;
    text-align: center;
}

.plan-table-data-discount{
  position: relative;
}

.plan-table-data-discount .old-num{
  position: absolute;
  top: 5%;
  left: 15px;
}

.plan-table-data-discount .old-num span {
  position: relative;
  color: #E60000 !important;
  font-size: 19px !important;
  display: inline-block !important;
  padding: 5px !important;
}

.plan-table-data-discount .old-num span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;

  -webkit-transform:rotate(35deg);
  -moz-transform:rotate(35deg);
  -ms-transform:rotate(35deg);
  -o-transform:rotate(35deg);
  transform:rotate(35deg);
}


.red-text {
    color: #00AEEF;
}

.refill .stripe-complete .transaction-completed {
  background: #00AEEF none repeat scroll 0 0;
    color: white;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.refill .stripe-complete .transaction-completed h5 {
  background: #00AEEF none repeat scroll 0 0;
    color: white;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

pre.new-message p{
  font-size: 16px;
  color: #fff;
}
.table-rp-message .table thead {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

.table-rp-message .table{
  border: 1px solid #bfbfbf;
}

.table-rp-message .table tbody {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.table-rp-message .table{
  margin:0;
}

.table-rp-message {
  padding: 0 15px;
  width: 100%;
  display: block;
  clear: left;
  padding-top: 20px;
}

img.logo-message{
  float: right;
  display: block;
  margin-top: 40px;
}
.cont-btn-message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: left;
    display: block;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.cont-btn-message .btn.btn-red {
    border: 3px solid #00AEEF;
    border-radius: 4px;
    font-size: 20px;
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
}
pre.new-message {
    margin-bottom: 0;
    border-radius: 0;
}

.cont-btn-message a {
    border: 3px solid #fff;
    border-radius: 30px;
    font-weight: normal;
}

.cont-welcome-title{
	background: #e80b18;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
.cont-welcome-title h3{
	color: #fff;
	font-size: 35px;
	line-height: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.cont-welcome p{
	color: #5c5c5c;
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
}

.cont-welcome p strong, .cont-welcome a, .cont-welcome-grey ul li strong{
	color: #f5a623;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

.cont-welcome-grey ul li a {
	font-weight: normal;
}

.cont-welcome-grey  a {
	text-decoration: underline;
}


.cont-welcome-grey{
	width: 100%;
	display: block;
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	border-bottom: 10px solid #e80b18;
	padding: 30px 50px;
}

.cont-welcome-grey.cont-welcome-grey-right{
	padding: 30px 15px;
}

.cont-welcome-grey ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cont-welcome-grey ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
}

.cont-welcome-grey ul li .icon-welcome-right{
	position: absolute;
	left: 0;
	top: 0;
}

.affirm-side{
  border: 4px solid #00c8e7;
  padding: 15px;
  text-align: center;
  margin: 12px auto;
}

.affirm-side h3{
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  margin: 15px 0 10px 0;
}

.affirm-side p {
  color: #acacac;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.affirm-side a {
  color: #00c8e7;
  border: 1px solid #00c8e7;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  margin: 10px auto 5px auto;
  display: inline-block;
  padding: 10px 15px;
}
img.affirm-side-logo{
  margin: 5px auto;
  display: block;
}

.clean-link{
  border: none;
  outline: none;
  text-decoration: none;
}

.cont-product-imge-list{
  max-width: 80px;
  width: 100%;
  margin: 0 25px 5px 0;
  display: inline-block;
}


.cont-banner-bottom-dec img.banner-logo{
	display: inline-block;
}
.cont-banner-bottom-dec{
	background: url('../images/banner-dec-bg.jpg') no-repeat;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 20px;
}

.cont-banner-bottom-dec h3{
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	margin: 2px 0;
	padding:  0 8px;
}


.cont-banner-dec img{
	margin: auto;
	display: block;
	width: 100%;
}
h3.under-banner-title{
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
	color: #000;
	font-weight: normal;
	padding: 5px 10%;
}

h4.under-banner-title{
	font-size: 22px;
	line-height: 22px;
	margin-top: 30px;
	color: #f70f1a;
	font-weight: normal;
	padding: 5px 10%;
}

.under-banner-text{
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	color: #000;
	font-weight: 400;
	padding: 5px 18%;
}

.under-banner-text-small{
  font-size: 12px !important;
  padding: 0 18%;
}

.cont-banner-dec a{
  border: none;
  outline: none;
  display: block;
}
h3.black-bg{
	background: #000;
	display: inline-block;
	padding:  8px;
	margin: 5px 1px;
}

.cont-banner-bottom-dec ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cont-banner-bottom-dec ul li{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	color: #fff;
	font-weight: 400;
	padding: 7px 8px;
}

.cont-banner-bottom-dec ul li a {
	color: #f40e1a;
}

.cont-addon-plans{
	padding: 0 15px;
	margin-top: 30px;
}
.addon-left{
	background: #f60000;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
.addon-left-2{
	background: #c40000;
}

.addon-left-2 .addon-left-arrow{
	background: url('../images/r-arrow-icon-2-addon.png') no-repeat;
	background-position: center;

}

.addon-left-arrow{
	position: absolute;
	height: 100%;
	top: 0;
	right: -10px;
	width: 11px;
	background: url('../images/r-arrow-icon-1-addon.png') no-repeat;
	background-position: center;
	z-index: 2;
}
.addon-right{
	background: #d9d9d9;
	padding-top: 25px;
	padding-bottom: 25px;
}

.addon-right-2{
	background: #f2f2f2;
}

.addon-right h3{
	margin: 0;
	padding: 0;
	font-size: 32px;
	clear: left;
	font-weight: 400;
}
.addon-right h3 span{
	float: left;
	padding-right: 18px;
}

.addon-left h1{
	font-size: 132px;
	font-weight: 400;

}

.addon-left h1 span{
	font-size: 42px;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 22px;
}

.addon-left h1 span.cent{
	font-size: 80px;
	padding-left: 5px;
	vertical-align: top;
	line-height: 80px;
}



.addon-right-text{
	display: inline-block;
	margin: auto;
}


@media (min-width: 768px) {
    #alertbox-waiting-text .progress {
        width: 500px;
        padding: 30px 0;
    }
}
@media (max-width:1024px) {
  .new-plans-table tbody tr td.plan-table-price {
    font-size: 40px;
    line-height: 40px;
  }
  .new-plans-table tbody tr td.plan-table-minutes, .new-plans-table tbody tr td.plan-table-text, .new-plans-table tbody tr td.plan-table-data {
    line-height: 24px;
    font-size: 24px;
    padding: 30px 8px;
  }
  .new-plans-table tbody tr td.plan-table-buy button {
    line-height: 18px;
    font-size: 18px;
    padding: 0 8px;
  }
  .new-plans-table tbody tr td.plan-table-price span {
    line-height: 11px;
    font-size: 11px;
  }
  .new-plans-table tbody tr td.plan-table-data span,  .new-plans-table tbody tr td.plan-table-minutes span, .new-plans-table tbody tr td.plan-table-text span{
    font-size: 11px;
  }

}
@media (max-width: 767px) {

      /* Force table to not be like tables anymore */
  	#table-rp-message table,
  	#table-rp-message thead,
  	#table-rp-message tbody,
  	#table-rp-message th,
  	#table-rp-message td,
  	#table-rp-message tr {
  		display: block;
  	}

  	/* Hide table headers (but not display: none;, for accessibility) */
  	#table-rp-message thead tr {
  		position: absolute;
  		top: -9999px;
  		left: -9999px;
  	}

  	#table-rp-message tr { border: 1px solid #ccc; }

  	#table-rp-message td {
  		/* Behave  like a "row" */
  		border: none;
  		border-bottom: 1px solid #eee;
  		position: relative;
  		padding-left: 50%;
  		white-space: normal;
  		text-align:left;
  	}

  	#table-rp-message td:before {
  		/* Now like a table header */
  		position: absolute;
  		/* Top/left values mimic padding */
  		top: 6px;
  		left: 6px;
  		width: 45%;
  		padding-right: 10px;
  		white-space: nowrap;
  		text-align:left;
  		font-weight: normal;
  	}

  	/*
  	Label the data
  	*/
  	#table-rp-message td:before { content: attr(data-title); }

    .table-rp-message .table{
      border: none;
    }

    img.logo-message{
      float: none;
      margin-bottom: 15px;
    }
  .new-plans-table tbody tr td{
    border: none;
    background: #f7f7f7;
  }
  .new-plans-table tbody tr td, .new-plans-table tbody tr, .new-plans-table tbody, .new-plans-table .table{
    width: 100% !important;
    display: block !important;
    margin: 0;
  }
  .new-plans-table tbody tr td .border-r, .new-plans-table thead{
    display: none;
  }
  .new-plans-table tbody tr td.plan-table-minutes, .new-plans-table tbody tr td.plan-table-text, .new-plans-table tbody tr td.plan-table-data {
    padding: 15px 10px;
  }
  .new-plans-table tbody tr td.plan-table-price {
    padding: 20px 10px;
  }



    #alertbox-waiting-text .progress {
        width: 320px;
        padding: 50px 0;
    }
    .cont-activate #activate_form_area .col-md-1 {
      display: none;
    }

    .cont-activate #activate_form_area h4, .cont-activate #activate_form_area label{
      text-align: left;
    }

}
#alertbox-waiting-text .success {
    background: #009966;
    color: white;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

#alertbox-waiting-text .error {
    background: #333;
    color: white;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

#alertbox-waiting-text .error h2 {
    margin: 0;
}

.filter-title{
  color: #424242 !important;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 18px;
}

ul.brands-filter{
  padding: 0;
  margin: 0;
}

ul.brands-filter li{
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  clear: left;
  float: none;
  width: 100%;
}

ul.brands-filter li a {
  color: #424242 !important;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  font-weight: 400;
}

.cont-side-filter{
  border: 1px solid #e1e1e1;
  display: block;
  padding: 20px;
  margin-bottom: 15px;
}

.red-line-divider{
  display: block;
  clear: left;
  height: 1px;
  width: 40px;
  background: #ee0000;
  margin: 15px 0;
}

.h20-divider{
  height: 20px;
  display: block;
  clear: left;
  width: 100%;
}

.cont-devices-info h3{
  font-size: 28px;
  font-weight: normal;
  color: #424242;
}

.cont-devices-info p {
    color: #eb0000;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.cont-devices-banner{
  margin-bottom: 10px;
  display: block;
  width: 100%;
  background: #ded1bf;
  text-align: center;
}

.cont-devices-banner img{
  display: block;
  margin: auto;
}
.cont-devices-banner img.iphone-banner-logo{
  margin-top: 75px;
}

.cont-devices-banner h4{
  font-size: 38px;
  color: #a66143;
  text-align: center;
  line-height: normal;
  margin: 20px auto 5px auto;
  display: block;
}

.cont-devices-banner a{
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: normal;
  padding: 12px 40px;
  border: 3px solid #000;
  margin: 5px auto 15px auto;
  display: inline-block;
}

.cont-devices-banner span{
  font-size: 17px;
  vertical-align: middle;
}

#devicesTab ul{
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 0;
  border-bottom: 6px solid #009ddb;
}

#devicesTab ul li{
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

#devicesTab ul li a{
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  border-radius: 0;
  background: #f3f3f3;
  height: 120px;
}

.cont-arrow-bottom{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  text-align: center;
  z-index: 2;
}

#devicesTab ul li.active .cont-arrow-bottom{
  display: block;
}

.cont-arrow-bottom img{
  display: block;
  margin: auto;
}


#devicesTab ul li.active a{
  background: #e7e7e7;
}

#devicesTab ul li a img{
  display: none;
  margin: auto;
  max-width: 90%;
}

#devicesTab ul li.active a img.device-i, #devicesTab ul li a img.device-a{
  display: none;
}

#devicesTab ul li a img.device-i, #devicesTab ul li.active a img.device-a{
  display: block;
}


#devicesTab ul li.active a .device-i, #devicesTab ul li a .device-a{
    display: none;
  }

  #devicesTab ul li a .device-i, #devicesTab ul li.active a .device-a{
    display: block;
  }
.sell-used img{
  display: block;
  margin: auto;
}

.sell-used{
  background: #cb1114;
  width: 100%;
  display: block;
  border: 1px solid #959595;
}

.cont-cont-device{
  padding: 0 3px;
  margin: 3px 0;
}

.cont-device {
    min-height: 470px;
    padding: 0 0 20px;
}

.cont-device img {
    display: inline-block;
    margin: auto;
    max-height: 300px;
    max-width: 80%;
}

.cont-devices-info p.affirm-as-low-as {
    color: #333;
}

.affirm-modal-trigger {
    color: #333;
}

.cont-device img.from-glyde{
  display: block;
  margin: auto;
}

.cont-from-glyde{
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: center;
}

.cont-from-glyde, .cont-side-filter{
  display: none !important;
}
.cont-device h4 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 18px 0 20px;
}

.cont-device h4 span{
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 18px 0;
}

.cont-device h5{
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 15px 0;
}

.cont-device h5 strong{
  font-size: 18px;
  font-weight: normal;
}

.cont-device-sim h5 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 30px;
}

a.buy-device {
    background: #00AEEF none repeat scroll 0 0;
    border: 2px solid #00AEEF;
    border-radius: 8px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 42px;
    letter-spacing: 0.5px;
    line-height: 38px;
    margin: auto;
    padding: 0 50px;
    text-transform: uppercase;
}

a.buy-device:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #000;
    text-decoration: none;
}

a.buy-device-not-avaliable {
    /*background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/mp-btn-bg-blck.jpg") repeat scroll 0 0 / auto 100%;*/
    background-color: #000000;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: auto;
    padding: 5px 25px;
}

.cart-cont-title {
    background: #00AEEF none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    padding: 10px 15px;
    width: 100%;
}

.table-cart h4 {
    color: #333;
}

.cart-cont-title h3{
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

.table.table-cart{
  border: 1px solid #d1d1d1;
  border-top: none;
  margin: 0;
}

.table-condensed.table.table-cart > tbody > tr > td {
  padding: 6px 15px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  color: #999;
}

tr.cart-border-top{
  border-top: 1px solid #d1d1d1;
}

.table-cart tr.cart-border-top:first-child{
  border-top: none;
}

.red-btn {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  background: #00AEEF;
  padding: 10px 23px;
  display: inline-block;
  margin: 12px auto;
  border: none;
}

.table-condensed.table.table-cart>tbody>tr>td h2{
  font-size: 42px;
  font-weight: normal;
  line-height: 42px;
  color: #f0a123;
  position: relative;
  margin: 0;
  display: inline-block;
  padding-bottom: 2px;
}

.table-condensed.table.table-cart>tbody>tr>td p{
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: #5c5c5c;
  margin: 0;
  margin-bottom: 15px;
}


.table-condensed.table.table-cart>tbody>tr>td h2 span{
  font-size: 10px;
  font-weight: 400;
  right: 0;
  bottom: 0;
  position: absolute;
  line-height: 2px;
}

img.universal-sim-rp{
  display: inline-block;
}

.table-condensed.table.table-cart>tbody>tr>td .table-in-cart h2{
  margin: 0 25px 15px 0;
}


input.number-rp{
  border-radius: 0;
  border: 1px solid #d1d1d1;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  margin: auto;
  padding: 6px 2px;
  text-align: center;
  width: 80px;
  max-width: 100;
}

.remove-item-img{
  max-width: inherit !important;
  width: auto;
}

.cont-refferral-code-in-cart{
  margin-top: 10px;
}

.red-cart-title, .red-cart-title a{
  color: #e80b18;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  margin: 0;

}

a.collapse-reff{
  display: block;
  width: 100%;
  position: relative;
  padding-right: 20px;
}

a.collapse-reff span{
  position: absolute;
  top:0;
  right: 15px;
}

.table-cart label{
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  margin: 5px 1px;
}

.table-cart input{
  border-radius: 0 !important;
}
.table-cart select{
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: 1px solid #ccc;
  padding-right: 31px;
}

.custom-select{
  position: relative;
}
.custom-select span{
  position: absolute;
  top: 5px;
  right: 10px;
  color: #e80b18;
}


.radio-rp label input[type="radio"] {
  display: block !important;
}



.btn-slider{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
  width: 100%;
}

.form-slider-home{
  padding: 0;
  margin: 0;
  line-height: normal;
}

.carousel-home-rp .item img{
  display: inline-block;
  width: 100%;
}

#free-unlimited-int-promo {
  color: #333;
}

#free-unlimited-int-promo table{
  margin: auto;
  border: 1px solid #cacaca;
  width: 400px;
  max-width: 100% !important;
}

#free-unlimited-int-promo table tr td, #free-unlimited-int-promo table tr td strong {
    color: #333;
    padding: 5px 10px;
}

.form-plan-banner{
  display: inline-block;
}

.alert-msg{
  background: #ebc8c4;
  border: 1px solid #e80b18;
  border-radius: 3px;
  color: #e70b18;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 10px 12px 25px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.alert-msg span{
  position: absolute;
  top: 15px;
  left: 10px;
  font-weight: 100;
  font-size: 16px;
}

.cont-side-red{
  border: 1px solid #d6d6d6;
}

.cont-side-red-top{
  background: #e80b18;
  width: 100%;
  display: block;
  padding: 25px;
}

.cont-side-red-bottom{
  width: 100%;
  display: block;
  padding: 25px;
}

.cont-side-red-top h3{
  color: #fff;
}

textarea.form-control{
  border-radius: 0 !important;
  height: 120px;
  resize: vertical;
}

.cont-side-social h3{
  margin: 10px;
  padding: 0;
  color: #424242;
  font-weight: normal;
  font-size: 14px;
}

.cont-side-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #424242;
    padding-left: 5px;

}

.cont-side-social ul li{
    display: inline-block;
    float: left;
    margin: 0 5px;
    margin-bottom: 10px;
}

.cont-side-social ul li a{
    color: #424242;
}

.rpm-red-background{
  background-color: #eb0000;
  color: #fff;
}

.plan-add-checks .radio input[type="radio"], .plan-add-checks  input[type="radio"], .network-box input[type="radio"]{
  display: inline-block !important;
}

.network-box h6{
  margin: 0
}

h2#title-choose{
  margin-top: 0;
  margin-bottom: 30px;
}

.plan-add-checks{
    padding: 0 ;
    margin: 0 ;
    width: 100%;
}

.activate-now-col{
  margin-bottom: 50px;
}

.network-choice-container{
  margin-top: 0;
}












.plan-add-checks input[type="radio"] {
    display:none;
}

.plan-add-checks input[type="radio"] + label {
    display:inline;
}

.plan-add-checks input[type="radio"] + label:before {
    content: '' !important;
    display:inline-block !important;
    width: 22px !important;
    height: 22px !important;

    background: url(../images/check00.jpg) no-repeat !important !important;
    vertical-align: middle !important;
}

.plan-add-checks input[type="radio"]:checked + label:before {
    content: '' !important;
    background: url(../images/check01.jpg) no-repeat !important;
}

.activate-modal .modal-content{
  border-radius: 0;
}

.activate-modal .modal-body{
  padding: 40px 15px;
}

.activate-modal .modal-header {
    padding: 5px 15px;
    background: #eb0000;
}

.activate-modal .modal-header h4{
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.activate-modal p, .activate-modal .checkbox-inline{
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 300;
}
.activate-modal .checkbox-inline{
  margin: 3px 0;
}

.activate-modal p{
  margin-bottom: 4px 0;
}

.activate-modal .modal-header .close{
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin-top: 5px;
}

.activate-modal .checkbox-inline{
  margin: 0px 35px 30px 35px;
}

.activate-modal input[type=text]{
  border-radius: 0;
  border: 1px solid #d1d1d1;
}
.activate-modal button.validate-modal{
  height: 34px;
  font-size: 12px;
  border: none;
  background: #e80b18;
  font-weight: normal;
  color: #fff;
}

.purchase-link-modal{
	margin:12px 0 0;
}

#purchaseModal, #validteModal{
  display: none;
}

.phTabs .dataTables_wrapper .dataTables_paginate .paginate_button.current, .phTabs .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .phTabs .paginate_button:hover {
    border-radius: 0 !important;
    background: #00AEEF  !important;
    border-color: #000 !important;
    color: #fff !important;
}

.phTabs .paginate_button.disabled:hover{
  background: #fff !important;
  border-color: #fff !important
}

ul.social-home-icons{
  display: inline-block;
  margin: 25px auto 10px auto;
  padding: 0;
}

ul.social-home-icons li{
  display: inline-block;
  margin: auto;
  padding: 0 4px;
  float: left;
  list-style: none;
}

.tooltip_templates { display: none !important; }

.tooltipser .dark, .tooltipser a.dark {
    color: #333;
}

/* HEADER */

@media (min-width: 768px) {

}
header .top-bar {
    text-transform: uppercase;
    color: white;
    background: #fff;
    padding: 3px 0 4px;
}
header .top-bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header .top-bar ul li {
    display: inline-block;
    margin-right: 20px;
}
header .top-bar ul li:last-child {
    margin: 0;
}
header .top-bar ul li.um_number {
    font-size: 12px;
    padding-top: 6px;
    color: #007DBA;
}
header .top-bar ul li a {
    font-size: 12px;
    color: #007DBA;
}
header .top-bar ul li.um_number a {
}
/* NAVIGATION */

.navbar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    background: #00AEEF;
}

.navbar-brand {
    height: auto !important;
	padding: 10px 10px 10px 14px;
}
.navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-family: "Helvetica-Bold",sans-serif;
    text-transform: uppercase;
}
.navbar .dropdown-menu {
    padding: 10px 0;
    border-radius: 0;
    border-top: 3px solid #00AEEF;
}
.navbar .dropdown-menu > li > a {
    color: #424242;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 20px;
}
.navbar .dropdown-menu>li>a:hover {
    background: none !important;
    text-decoration: underline;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.open>a {
    background: none;
    box-shadow: none;
}
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

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

  .red-cart-title{
    text-align: center;
    padding: 10px 0;
  }

  .table-cart .form-group{
    text-align: left;
  }

    /* Force table to not be like tables anymore */
	.table-cart table,
	.table-cart thead,
	.table-cart tbody,
	.table-cart th,
	.table-cart td,
	.table-cart tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.table-cart thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-cart tr { border: 1px solid #ccc; }

	.table-cart td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 0;
		white-space: normal;
		text-align:center;
	}

	.table-cart td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: normal;
	}

  .cont-all-rp{
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-condensed.table.table-cart>tbody>tr>td{
    padding: 0;
  }

  .remove-item-img{
    margin: 5px auto 10px auto;
  }

  .table-cart tr, .table-cart tr.cart-border-top:first-child{
    border: none;
  }

  .table-cart tr.cart-border-top{
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  .cont-product-imge-list{
    margin: auto;
  }
  .cart-cont-title-referral{
    border-top: 1px solid #ccc !important;
  }
  .table-cart td.text-center.red-text{
    margin: 8px auto;
  }

	/*
	Label the data
	*/
	.table-cart td:before { content: attr(data-title); }
}

@media (min-width: 991px) {
.navbar-nav {
    background: #007dba none repeat scroll 0 0;
    margin: 0 10px 0 0;
    padding-top: 42px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand>img {
        max-width: 170px;
    }
    .navbar .navbar-nav>li>a {
        font-size: 14px;
    }
    .navbar-nav {
        margin-top: 45px;
    }
}
/* FOOTER */
footer {
    margin-top: 50px;
}
footer .inner-footer {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}
footer h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-size: 14px;
	text-align: left;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer ul li {
    display: block;
    text-align: left;
}
footer ul li a {
    color: #000;
    font-size: 12px;
}
footer li a i {
    font-size: 13px;
    margin-right: 5px;
}
footer .inner-footer ul {
    margin-bottom: 50px;
}
footer .copyright {
    padding-bottom: 30px;
}
footer .copyright,
footer .copyright a {
    font-size: 10px;
}
footer .copyright ul {
    margin-left: 20px;
}
footer .copyright p,
footer .copyright ul {
    display: inline-block;
    float: left;
    color: #000;
}
footer .copyright p {
    margin: 0;
}
footer .copyright ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    line-height: 10px !important;
}
footer .copyright ul li:last-child {
    margin: 0;
}
footer .copyright ul li:after {
    border-right: 1px solid #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}
footer .copyright ul li a {
    padding-right: 10px;
    line-height: 10px !important;
}
footer .copyright ul li:last-child:after {
    display: none;
}
/* HOMEPAGE */

.carousel .carousel-caption p {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 18px;
    margin: 0 !important;
}
.carousel .carousel-caption h3 {
    color: #FEDD43;
    font-size: 60px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}
.carousel .carousel-caption img {
    display: block;
    margin: 0 auto 20px auto;
}
.carousel-caption .btn {
    color: white;
    border-color: white;
    transition: all 0.3s ease;
}
.carousel-caption .btn:hover {
    background: white;
    color: #424242;
}
.carousel .fill {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 1200px) {
    .carousel-caption .btn {
        margin-bottom: 50px;
    }
    /*.carousel .item {
        height: 500px;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel .carousel-caption h3 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .carousel-caption .btn {
        margin-bottom: 20px;
    }
    /*.carousel .item {
        height: 412px;
    }*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel .carousel-caption h3 {
        font-size: 32px;
    }
    .carousel .carousel-caption p {
        font-size: 15px;
    }
    .carousel .carousel-caption img {
        width: 60%;
    }
    .carousel-caption .btn {
        margin-bottom: 10px;
    }
    /*.carousel .item {
        height: 315px;
    }*/
}
@media (max-width: 767px) {
    .cont-device{
      height: auto;
    }
    .cont-devices-info h3{
      font-size: 22px;
    }
    .cont-devices-info p{
      font-size: 14px;
    }
    #devicesTab ul li a{
      padding: 36px 0;
      height: 85px;
    }
    .cont-devices-banner img.iphone-banner-logo{
      margin-top: 10px;
    }
    .cont-devices-banner h4{
      margin-bottom: 10px;
    }
    .cont-cont-device{
      width: 100%;
    }
    /*.carousel .item {
        height: 400px;
    }*/
    .carousel .carousel-caption p {
        font-size: 14px;
        text-align: center;
    }
    .carousel .carousel-caption h3 {
        font-size: 40px;
        text-align: center;
    }
    .carousel .carousel-caption img {
        width: 90%;
    }
    .carousel .carousel-caption {
        top: 5%;
        right: 5%;
        bottom: 0%;
        left: 5%;
    }
    footer {

        margin-bottom: 20px;
    }
}
.cta .cta-box h2,
.cta .cta-box h3,
.cta .cta-box h4 {
    font-weight: normal;
    margin: 0;
    font-size: 21px;
}
.cta .cta-box {
    border: 1px solid #d6d6d6;
}
.cta .cta-box .red h3 {
    line-height: 120%;
}
.cta .cta-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cta .cta-box ul li a {
    font-weight: normal;
    color: #424242;
    position: relative;
    font-size: 21px;
}
.cta .cta-box ul li a::after {
    font-family: "Material Icons";
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga' 1;
    font-style: normal;
    text-transform: none;
    line-height: 1;
    font-weight: lighter;
    content: "\E5CC";
    color: #00b9e4;
    font-size: 25px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
    margin-top: 2px;
}
.cta .cta-box ul li span {
    display: block;
    margin: 5px 0 20px 0
}
.cta .cta-box-one a {
    color: #424242;
}
.cta .cta-box-one .red {
    background: #f9461c;
    color: white;
    padding: 25px 30px;
}
.cta .cta-box-one .white {
    padding: 66px 30px 0;
}
.cta .cta-box-one .white h3:first-of-type {
    margin-bottom: 10px;
    color: #424242;
}
.cta .cta-box-one .white h3:last-of-type {
    margin-bottom: 5px;
}
.cta .cta-box-one .white p {
    margin-bottom: 15px;
    color: #424242;
}
.cta .cta-box-two {
    background: rgba(0, 0, 0, 0) url("/images/home/build-your-plan.jpg") repeat scroll 0 0 / 100% auto;
    min-height: 317px;
    position: relative;
}
.cta .cta-box-two:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}
.cta .cta-box-two:hover:before {
    opacity: 1;
}
.cta .cta-box-two a {
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cta .cta-box-two h2 {
    color: white;
    font-size: 36px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 10px;
}
.cta .cta-box-two p {
    font-size: 18px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}
.cta .cta-box-two span {
    border-color: white;
    color: white;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 7px 30px;
    display: table;
    margin: 0 auto;
}
.cta .cta-box-two span:hover {
    background: white;
    color: #424242;
}
.cta .cta-box-three {
    padding: 40px 30px 0;
}
.cta .cta-box-three ul li {
    margin-bottom: 22px;
}
.cta .cta-box-three ul li:last-child {
    margin: 0;
}
@media (min-width: 768px) {
    .cta .row {
        display: flex;
    }
    .cta > div > div {
        flex: 1;
    }
    .cta .cta-box {
        height: 100%;
    }
}
@media (min-width: 768px) {
    .cta .cta-box-two a {
        padding: 40px 0 0 0;
    }
}



/* DEALERS PAGE */
.dealers-banner {
    margin: 20px 0;
    position: relative;
}

.dealers-banner img {
    width: 100%;
}
.dealers-banner .caption {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    bottom: 0;
}
.dealers-banner .caption .transparent {
    margin: 0;
    color: white;
}
.dealers-banner .caption h1 {
    margin: 0;
    color: #FDD835;
}
.dealers-banner .caption h3 {
    margin: 0;
    font-size: 21px;
    color: white;
}
.dealers-banner .caption h3 span {
    color: #fdd835;
}
.dealers-banner .caption .yellow {
    background: #FDD835;
    color: #eb0000;
    padding: 10px 15px;
    display: table;
}
.dealers-banner .caption .white {
    background: white;
    color: #eb0000;
    padding: 10px 15px;
    display: table;
}
@media (min-width: 1200px) {
    .dealers-banner {
        height: 363px;
        background-size: cover;
    }
    .dealers-banner .caption .transparent {
        margin-top: 45px;
    }
    .dealers-banner .caption h1 {
        font-size: 90px;
    }
    .dealers-banner .caption .bottom {
        position: absolute;
        right: 0;
        bottom: 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dealers-banner {
        height: 299px;
    }
    .dealers-banner .caption {
        left: 6%;
        right: 6%;
    }
    .dealers-banner .caption .transparent {
        margin-top: 14px;
    }
    .dealers-banner .caption h1 {
        font-size: 90px;
    }
    .dealers-banner .caption .bottom {
        position: absolute;
        right: 0;
        bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dealers-banner {
        height: 400px;
        background-size: cover;
        background-position: center;
    }
    .dealers-banner .caption {
        left: 6%;
        right: 6%;
        text-align: center;
    }
    .dealers-banner .caption .transparent {
        margin-top: 45px;
    }
    .dealers-banner .caption h1 {
        font-size: 80px;
    }
    .dealers-banner .caption .yellow,
    .dealers-banner .caption .white {
        margin: 10px auto;
    }
}
@media (max-width: 767px) {
    .dealers-banner {
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 0 20px 0;
        border-top: 1px solid white;
    }
    .dealers-banner .caption {
        left: 6%;
        right: 6%;
        text-align: center;
    }
    .dealers-banner .caption .transparent {
        margin-top: 45px;
    }
    .dealers-banner .caption h1 {
        font-size: 50px;
    }
    .dealers-banner .caption h4 {
        font-size: 14px;
    }
    .dealers-banner .caption .yellow,
    .dealers-banner .caption .white {
        margin: 10px auto;
    }
}

/* ABOUT US */
.aboutus-banner {
    background: #eb0000;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin: 20px 0;
}
.aboutus-banner h2, .aboutus h4 {
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .aboutus-banner img {
        margin-bottom: 20px;
    }
}
.aboutus ul {
    padding: 0;
    list-style-type: none;
    display: table;
    margin: 0 auto;
}

.aboutus ul li {
    display: inline-block;
    margin-right: 50px;
}

.aboutus ul li:last-child {
    margin: 0;
}

.aboutus p {
    font-size: 18px;
    text-align: center;
}

@media (max-width: 767px) {
   .aboutus-banner {
    margin-top: 0;
    border: 1px solid white;
}
    .aboutus ul li {

        display: block;
        margin: 5px 0;
    }
    .aboutus ul li img {
        display: block;
        margin: 5px auto !important;
    }

    .aboutus h4 {
        margin: 30px auto;
    }
}
.aboutus h4 {
    text-align: center;
    line-height: 23px;
}
.american-owned {
    text-align: center;
    margin:40px auto;
}







/* CONFIGURE HEADSET */
.configure-headset {
    margin-top: 60px;
}
.configure-headset .configure-box {
    text-align: center;
}
.configure-headset h4 {
    color: #424242;
    text-align: center;
}
.configure-headset .configure-box img {
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.configure-headset .configure-box img:hover {
    border: 1px solid #eb0000;
}
.configure-headset a:hover, .configure-headset a:hover h4 {
    text-decoration: none;
    color: #eb0000;
}






/* REFILL */
.refill .refill-header {
    margin: 40px 0 30px 0;
    text-align: center;
}
.refill .login-misc {
    margin: 10px 0;
}
.refill .login-misc p {
    margin: 0;
}
.refill-one .btn {
    width: 50%;
    display: table;
}



.refill-one h4 {
    margin-bottom: 10px;
}


.refill-two #step1 .btn, .refill-two #step2 .btn {
    padding: 3px 35px;
}



.refill-two .existing {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
}
.refill-two .panel .panel-heading {
    padding: 10px 0px 0px 0px;
}
.refill-two .panel-heading .nav-tabs {
    border-bottom: 1px solid #00AEEF;
}
.refill-two .panel .panel-body {
    padding: 15px 0;
}
.refill-two .panel .panel-heading ul > li:first-child {
    margin-right: 5px;
}
.refill-two .panel .panel-heading ul > li > a {
    font-weight: normal;
    background: #eb0000;
    color: white;
}
.refill-two .panel .panel-heading ul > .active > a {
    background: #00AEEF none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
}
.refill-two .panel .panel-heading ul > li > a > i {
    margin-right: 7px;
}
.refill-two .panel .panel-body ul {
    margin: 0;
    list-style-type: none;
    padding: 0 10px;
}

.refill-two .panel .panel-body ul li {
    margin-bottom: 15px;
    font-weight: normal;
    color: #424242;
    font-size: 13px;
    line-height: 30px;
}

.refill-two .panel .panel-body ul li a {
    background: #eb0000;
    color: white;
    padding: 0 20px;
    border-radius: 5px;
    float: right;
	line-height:28px;
}

.refill-two2 .panel .panel-body ul li {
     margin-bottom: 15px;
    font-weight: normal;
    color: #424242;
    font-size: 14px;
    line-height: 30px;
    margin: 3px 10px;
}

.refill-two2 .panel .panel-body ul li a {
background: #f0ad4e;
    color: white;
    padding: 0 20px;
    border-radius: 5px;
    float: right;
    padding: 7px 23px;
}

.refill-two .plan-informations #plan strong {
    display: block;
}
.refill-two .plan-informations a {
    width: 100%;
        margin: 5px 0;
}
.refill-two .plan-informations a i {
    margin-right: 5px;
}
@media (max-width: 767px) {
.refill-two .panel .panel-heading ul > li > a {
    font-size: 11px;
    padding: 10px;
    margin-right: 0;
}
}
@media (min-width: 992px) {
    .border-right {
        border-right: 1px solid #e0e0e0;
        padding-right: 50px;
        margin-right: 50px;
    }
}

.refill .stripe-checkout {
    border: 1px solid #fff;
    color: #999;
    padding: 20px;
    text-align: center;
}

.refill .affirm-checkout {
    border-radius: 25px;
    border: 2px solid #CCC;
    padding: 20px;
    text-align: center;
    background-image: url(../images/logo-small.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}


.refill .stripe-checkout h2 {
    margin: 0;
    text-align: center;
}
.refill .stripe-checkout button {
    margin: 20px 0;
}
.stripe-complete .error {
    background: #eb0000;
    color: white;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}
.stripe-complete .error h2 {
    margin: 0;
    font-size: 20px;
}
.refill .stripe-complete {
    margin-top: 20px;
    position: relative;
}
.refill .stripe-complete p {
    color: #999;
    margin: 0;
    padding: 3px 0 2px;
}
.refill .stripe-complete .transaction-completed > p {
    color: #fff;
}
.refill .stripe-complete .transaction-completed pre {
    background: #fff none repeat scroll 0 0;
}
.refill .stripe-complete .transaction-success {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
}
/*.refill .stripe-complete .transaction-completed:before {
    content: '';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f118";
    position: absolute;
    left: -20px;
    bottom: -20px;
    font-size: 90px;
}*/
.refill-three .stripe-checkout label {
    display: block;
    text-align: left;
}
.refill-three .stripe-checkout label:after {
    display: block;
    clear: both;
    content: '';
}



/* PLANS */
.plans-banner {
    margin: 20px 0;
    position: relative;
}
.plans-banner * {
    color: white;
}
.plans-banner p {
    margin: 0;
    font-size: 16px;
}
.plans-banner .caption {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    bottom: 0;
}
.plans-banner ul {
    padding: 0;
    margin: 25px 0;
    list-style-type: none;
}
.plans-banner ul li {
    margin: 0 0px 5px 0;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
}
.plans-banner ul li:last-child {
    display: block;
}
.plans-banner ul li i {
    color: #eb0000;
    margin-right: 5px;
}
@media (min-width: 1200px) {
    .plans-banner {
        height: 426px;
        background-size: cover;
    }
    .plans-banner .caption {
        position: absolute;
        top: 5%;
        left: 10%;
        right: 10%;
    }
    .plans-banner h1 {
        font-size: 55px;
        margin: 50px 0 20px;
    }
    .plans-banner .button a, .plans-banner .button button,
    .plans-banner .button p {
        display: inline-block;
    }
    .plans-banner .button a, .plans-banner .button button {
        margin-right: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .plans-banner {
        height: 351px;
        background-size: contain;
    }
    .plans-banner .caption {
        left: 6%;
        right: 6%;
    }
    .plans-banner h1 {
        font-size: 48px;
        margin: 40px 0 20px;
    }
    .plans-banner .button a, .plans-banner .button button,
    .plans-banner .button p {
        display: inline-block;
    }
    .plans-banner .button a, .plans-banner .button button {
        margin-right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .plans-banner {
        height: 269px;
        background-size: cover;
        background-position: center;
    }
    .plans-banner .caption {
        left: 6%;
        right: 6%;
        text-align: center;
    }
    .plans-banner h1 {
        font-size: 30px;
        margin: 20px 0 30px;
    }
    .plans-banner .button a, .plans-banner .button button,
    .plans-banner .button p {
        display: inline-block;
    }
    .plans-banner p {
        font-size: 14px;
    }
    .plans-banner ul {
        margin: 15px 0;
    }
    .plans-banner ul li {
        font-size: 14px;
    }
    .plans-banner .button a, .plans-banner .button button {
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
      .plans-banner ul {
          padding-top: 195px;
          margin-bottom: 12px;
      }

    .plans-banner {
        height: 500px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 0 20px 0;
        border-top: 1px solid white;
    }
    .plans-banner .caption {
        left: 6%;
        right: 6%;
        text-align: center;
    }
    .plans-banner h1 {
        font-size: 30px;
        margin: 15px 0 10px 0;
    }
    .plans-banner .button a, .plans-banner .button button {
        margin-bottom: 10px;
    }
}
.features_items.plan {
    margin: 40px 0;
}
.plan .plan-table-header {
    font-size: 24px;
    color: #fff;
    display: block;
    background-color: #eb0000;
    vertical-align: middle;
    text-align: center;
    padding: 25px 0;
    line-height: 24px;
}
.plan .plan-table-header input {
    margin-right: 10px;
}
.plan-table .plan-table-content {
    padding: 20px;
    border: 1px solid #d6d6d6;
}
.plan-table .plan-table-content .plan-features {
    border-bottom: 1px solid #d6d6d6;
    font-size: 20px;
    text-align: center;
}
.plan-table .plan-table-content .plan-features strong {
    color: #eb0000;
}
@media (min-width: 992px) {
    .plan-table .plan-table-content .plan-features {
        min-height: 105px;
    }
}
.essentials-plan-addons input[type=radio] {
    display: none;
}
.essentials-plan-addons {
    padding: 20px 0;
}
.essentials-plan-addons .table-row .addon-type {
    display: inline-block;
    width: 40%;
    float: left;
    padding-top: 11px;
}
.essentials-plan-addons .table-row label {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    border: 1px solid #d6d6d6;
    margin: 0;
    padding: 10px 0;
}
.essentials-plan-addons .table-row label:last-of-type {
    width: 10%;
    border: 0;
}
.essentials-plan-addons .table-row:after {
    display: block;
    clear: both;
    content: '';
}
.essentials-plan-addons .table-row label:nth-last-of-type(2) {
    border-left: 0;
}
.essentials-plan-addons .table-row label strong,
.essentials-plan-addons .table-row label span {
    font-weight: 400;
}
.essentials-plan-addons .table-row {
    margin-bottom: 5px;
    display: flex;
}
.essentials-plan-addons .table-row label:last-of-type i {
    color: red;
    font-size: 21px;
    margin-top: 10px;
}
.essentials-plan-addons input[type=radio]:checked + label {
    color: #fff;
    background-color: #eb0000;
}
.essentials-plan-addons input[type=radio].addon-remove:checked + label {
    opacity: 0;
}
.unlimited-plan-upgrades .dimmer {
    opacity: 0.25;
    pointer-events: none;
}
.unlimited-plan-upgrades .lighten_up {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.unlimited-plan-upgrades .dimmer input {
    float: left;
    margin-right: 10px;
}
.unlimited-plan-upgrades .dimmer label {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 2px;
}
.unlimited-plan-upgrades .fine-print {
    font-size: 10px;
    margin-top: 10px;
}
.selected .wraped {
    outline: #eb0000 solid 5px;
}
.chosen-plan-bar-parent {
    background: #eb0000;
    color: white;
}
.chosen-plan-bar-parent {
    margin: 0;
}
.chosen-plan-bar-parent .plan-price .monthly-price,
.chosen-plan-bar-parent .plan-price .price-discount {
    font-size: 32px;
}
.chosen-plan-bar-parent .plan-price .monthly-price {
    font-weight: bold;
    margin-right: 10px;
}
.chosen-plan-bar-parent .plan-price .price-discount {
    text-decoration: line-through;
    font-weight: 100;
}
.chosen-plan-bar-parent .plan-price .price-discount-text {
    font-size: 12px;
    display: block;
    line-height: 8px;
}
.chosen-plan-bar-parent .plan-price .fine-print {
    font-size: 9px;
}
.chosen-plan-bar-parent .plan-price p {
    font-size: 12px;
    margin: 0;
}
.chosen-plan-bar-parent .plan-order .btn {
    width: 97%;
}
@media (min-width: 768px) {
    .chosen-plan-bar-parent {
        display: flex;
        padding: 20px 40px;
    }
    .chosen-plan-bar-parent > div {
        flex: 1;
    }
    .chosen-plan-bar-parent > div {
        border-right: 1px solid white;
    }
    .chosen-plan-bar-parent > div:last-of-type {
        border: 0;
    }
}
@media (min-width: 1200px) {
    .chosen-plan-bar-parent .plan-order .btn,
    .chosen-plan-bar-parent .your-plan h5,
    .chosen-plan-bar-parent .plan-price > div {
        vertical-align: middle;
        display: inline-block;
    }
    .chosen-plan-bar-parent .plan-order:before,
    .chosen-plan-bar-parent .your-plan:before,
    .chosen-plan-bar-parent .plan-price:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
 }
.below-plan-bar {
    margin-top: 40px;
}
.below-plan-bar .full-plan-features {
    border: #d6d6d6 1px solid;
    padding: 30px;
}
.below-plan-bar .full-plan-features ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.below-plan-bar .full-plan-features ul li {
    background: #00AEEF none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
    margin: 7px 5px;
    padding: 6px 12px 6px 10px;
    position: relative;
    color: #fff;
}
.below-plan-bar .full-plan-features ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #fff;
    margin-right: 10px;
}
.why-red-pocket {
    text-align: center;
    margin-top: 0;
}
.why-red-pocket p {
    margin: 0 auto 30px auto;
}
.why-red-pocket ul {
    padding: 0;
    list-style-type: none;
    display: table;
    margin: 30px auto;
}
.why-red-pocket ul li {
    color: #999;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-right: 40px;
}
.why-red-pocket ul li:last-child {
    margin-right: 0;
}
.why-red-pocket ul li img {
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    max-width: 64px;
    max-height: 64px;
}
.yt-video {
    text-align: center;
    margin: 40px 0;
    margin-bottom: 0;
}
.yt-video h2 {
    margin-top: 40px;
}
.big-networks .network-box {
    display: inline-block;
    width: 100%;
    border-top: 3px solid;
    padding: 15px 30px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #333;
    position: relative;
    margin-top: 30px;
}
.big-networks .network-box:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.big-networks .network-box.gsma {
    border-top-color: #00CCFF;
}
.big-networks .network-box.gsmt {
    border-top-color: #FF2A99;
}
.big-networks .network-box.cdma {
    border-top-color: #FF2E27;
}
.big-networks .network-box.cdmas {
    border-top-color: #FFC800;
}
.big-networks .network-box h6 {
    font-size: 18px;
}
.big-networks .network-box p {
    font-size: 14px;
}
.big-networks .network-box p.title {
    margin: 15px 0 25px 0;
}
.big-networks h6.gsma,
.big-networks i.gsma {
    color: #00CCFF;
}
.big-networks h6.gsmt,
.big-networks i.gsmt {
    color: #FF2A99;
}
.big-networks h6.cdmas,
.big-networks i.cdmas {
    color: #FFC800;
}
.big-networks h6.cdma,
.big-networks i.cdma {
    color: #FF2E27;
}
.big-networks .network-cta i {
    display: inline-block;
    position: relative;
    float: right;
    color: #00AEEF;
}
.big-networks .network-cta a {
    float: left;
    display: inline-block;
    line-height: 22px;
    color: #00AEEF;
}
@media (min-width: 768px) {
    .big-networks .network-box {
        min-height: 350px;
    }
    .big-networks .network-cta {
        position: absolute;
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    .network-cta {
        margin-top: 30px;
    }
    .features_items .plan-table {
        margin: 20px 0;
    }
    .chosen-plan-bar-parent > div {
        margin: 20px 0;
    }
    .below-plan-bar .full-plan-features ul li {
        display: block;
        float: none;
        text-align: center;
    }
    .why-red-pocket ul li {
        display: block;
        margin: 30px auto;
        float: none;
    }
    .why-red-pocket ul {
        margin: 0 auto;
    }
}
#choose_plans {
    padding: 30px 0;
}
.choose_plans_plan {
    border: 1px solid #d6d6d6;
    padding: 20px 0;
}
.choose_plans_plan:hover {
    border: 1px solid #eb0000;
}
.choose_plans_plan a:hover {
    text-decoration: none;
}
.choose_plans_plan img {
    max-height: 170px;
    display: block;
    margin: 0 auto 25px auto;
}
.choose_plans_plan h4 {
    color: #424242;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}
.choose_plans_plan h4:after {
    content: '\e5cc';
    font-family: 'Material Icons';
    color: #eb0000;
    font-size: 27px;
    font-weight: lighter;
    position: absolute;
}



/* ACTIVATE */
.activate .activate-header {
    margin: 40px 0 30px 0;
    text-align: center;
}
.toggle{display: none;}
@media (min-width: 992px) {
    .col-md-offset-1-5 {
        margin-left: 12.499999995%;
    }
}
.byod-choice-containter {
    margin-bottom: 30px;
}
.byod-choice-containter .byod-choice {
    border: 1px solid #e0e0e0;
    width: 100%;
    padding-top: 99%;
    position: relative;
}
.byod-choice-containter .byod-choice:hover {
    border: 1px solid #eb0000;
    cursor: pointer;
}
.byod-choice-containter .byod-choice h5 {
    padding: 0;
    text-align: center;
    color: #00AEEF;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 5px;
}
.byod-choice-containter .byod-choice:hover h5 {
    color: #00AEEF;
}
.byod-choice-containter .byod-choice .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.byod-choice-containter .byod-choice .inner img {
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.byod-choice-containter .byod-choice:hover img {
    -webkit-filter: none;
    filter: none;
}


.byod-choice-containter .cont-activate .byod-choice {
    border: 1px solid #e0e0e0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

.byod-choice-containter .cont-activate .byod-choice h5 span{
    padding-left: 15px;
}
.cont-need-help{
  background: url(../images/activate/bg-need-help.png) repeat-x;
  background-position: center;
  width: 100%;
  text-align: center;
}
.cont-need-help a{
  background: #fff;
  display: inline-block;
  margin: auto;
  padding: 10px;
  color: #424242;
  font-weight: normal;
  font-size: 14px;
}
.cont-need-help span{
  padding-left: 12px;
  vertical-align: text-bottom;
}


.byod-choice-content > div {
    background: #e0e0e0;
    padding: 20px 0 0;
}

.sim_images {
    margin-bottom: 20px;
    padding: 0 30px;
}

.cont-activate .byod-choice-content > div {
    background: none;
}

.cont-activate .byod-choice-content > div.fp_activate {
}

.fp_activate_image {
    margin: 16px 0;
    max-width: 100%;
}

.cont-activate #byod-choice-gsm:before{
  border-bottom: 16px solid #EAEAEA;
}

.cont-activate hr{
  border-top: 1px solid #fff;
}

.cont-activate #byod-choice-gsm:before, .cont-activate #byod-choice-buy:before, .cont-activate #byod-choice-cdma:before{
  border-bottom: 16px solid #EAEAEA;
}
.byod-choice-content h2 {
    margin: 0;
}
#byod-choice-gsm p, #byod-choice-cdma p {
    text-align: center;
}
#byod-choice-gsm label, #byod-choice-cdma label {
    line-height: 34px;
    color: #fff;
}
#byod-choice-gsm button, #byod-choice-cdma input#submit_button, #byod-choice-gsm input#submit_button, #byod-choice-cdma button, #activate-form input#submit_button, #activate-form-cdma #submit_button_cdma {
    background: #00AEEF none repeat scroll 0 0;
    border: 4px solid #00AEEF;
    border-radius: 0;
    box-shadow: none;
    color: white;
    font-weight: normal;
    padding: 5px 25px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#byod-choice-gsm button:hover, #byod-choice-cdma input#submit_button:hover, #byod-choice-gsm input#submit_button:hover, #byod-choice-cdma button:hover, #activate-form input#submit_button:hover, #activate-form-cdma #submit_button_cdma:hover {
  color: #00AEEF;
  background: none;
}

.act_bott_area {
    background: #d3d3d3 none repeat scroll 0 0;
    padding: 30px 0 0;
}

.cont-choices-activate label, .cont-choices-activate label{
  line-height: 19px !important;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}

.cont-choices-activate input[type=checkbox], .cont-choices-activate input[type=checkbox]{
  margin:0;
  margin-top: 3px;
  margin-right: 8px;
  vertical-align: text-top;
}


.cont-choices-activate img{
  margin: 15px auto;
}

.cont-choices-activate .cont-border-grey{
  border: 1px solid #D6D6D6;
  padding:15px 22px;
  margin-bottom: 25px;
}



#byod-choice-buy .btn-group {
    display: table;
    margin: 0 auto;
}
#byod-choice-gsm:before {
}

#byod-choice-buy:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #e0e0e0;
    position: absolute;
    top: -16px;
    left: 5%;
    left: -webkit-calc(50% - 16px);
    left: -moz-calc(50% - 16px);
    left: calc(50% - 16px);
}
#byod-choice-cdma:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #e0e0e0;
    position: absolute;
    top: -16px;
    right: 5%;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .byod-choice-containter .byod-choice h5 {
        font-size: 12px;
        margin: 30px 0 10px 0;
    }
    #byod-choice-gsm label, #byod-choice-cdma label {
        font-size: 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .byod-choice-containter .byod-choice {
        width: 50% !important;
        padding-top: 50%;
        margin: 5px  auto;
    }
    .byod-choice-content {
        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .byod-choice-containter .byod-choice {
        padding-top: 65%;
    }
    #byod-choice-gsm:before {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #e0e0e0;
        position: absolute;
        top: -16px;
        left: 10%;
    }
    #byod-choice-cdma:before {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #e0e0e0;
        position: absolute;
        top: -16px;
        right: 10%;
    }
    #byod-choice-gsm button, #byod-choice-cdma button {
        margin-top: 5px;
    }
}






/* REGISTRATION */
.registration .user-header {
    margin: 40px 0 60px 0;
    text-align: center;
}
.registration .user-header {
    margin: 40px 0 60px 0;
    text-align: center;
}
.create-account .btn {
    width: 100%;
    margin: 15px 0 0 0;
}

.verification-link {
    background: #0093C9;
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    color: white;
}
.verification-link i {
    font-size: 40px;
    border: 2px solid white;
    padding: 20px;
    border-radius: 50%;
}
.verification-link h3 {
    margin-bottom: 50px;
}
.account-log-in button {
    width: 100%;
}
.account-log-in h3 {
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .inline-buttons a {
        width: 49%;
        float: left;
        display: inline-block;
    }
    .inline-buttons a:after {
        display: block;
        clear: both;
        content: '';
    }
    .inline-buttons a:first-of-type {
        margin-right: 2%;
    }
}
@media (max-width: 767px) {
    .inline-buttons a {
        width: 100%;
        margin:3px 0;
    }

}
.plan-informations span:first-of-type {
    font-weight: normal;
    float: left;
}

.plan-informations span:last-of-type {
    float: right;
}

.plan-informations .red a {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.mdn-add-success {
    background:green;
}
.mdn-add-error i, .mdn-add-success i {
    font-size: 60px;
    margin-bottom: 30px;
}
.small-panel .panel-heading ul > .active > a {
    color: #666666 !important;
    border: 1px solid #666666 !important;
    background: white !important;
}
.small-panel .panel-heading ul > li > a {
    background: #666666 !important;
}

.small-panel .panel-heading .nav-tabs {
    border-bottom: 1px solid #666666;
}
.small-panel .panel-heading ul > li > a:hover {
    border: 1px solid #666666 !important;
}
.small-panel .panel-heading ul > li > a {
    font-size: 12px;
    font-weight: normal;
}




#need-help-cont .panel-heading{
  background: none !important;
  border: none !important;
  padding: 0;
  margin: 20px 0;
}

#need-help-cont .panel-group .panel{
  border: none !important;
  box-shadow: none !important;
}

#need-help-cont .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border: none !important;
  box-shadow: none !important;
}

#need-help-cont .panel-heading a{
  color: #424242;
  font-weight: normal;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .activate-modal p, .activate-modal .checkbox-inline{
      font-size: 14px;
    }
    .activate-modal .modal-header h4{
      font-size: 16px;
    }
    .activate-modal .modal-header .close{
      margin-top: 0;
    }
    #validteModal p{
      margin: 0;
    }
    h2.section-heading.text-center.red-text{
      font-size: 20px;
    }
    .cta .cta-box-three{
      padding-bottom: 0;
    }
    #free-unlimited-int-promo table{
      width: 100%;
    }
    header .navbar-header {
        background: #00aeef;
        position: relative;
    }
    header .navbar-header img {
    height: 61px;
    margin: 2px 0;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit !important;
    }
    .navbar-toggle {
        border: 0;
        position: absolute;
        margin: 0;
        padding: 0;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 20px;
    }
    .navbar-toggle .icon-bar {
        background-color: white;
        height: 4px;
        width: 26px;
    }
    .nav .close-menu {
        background: #eeeeee;
    }
    .nav .close-menu div {
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    .nav .close-menu div i {
        color: #797979;
    }
    .navbar-nav {
        margin-bottom: 0;
    }
    .head-cart {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
        right: 70px;
        top: -webkit-calc(50% - 21px);
        top: -moz-calc(50% - 21px);
        top: calc(50% - 21px);
    }
    .head-cart li {
        display: inline-block;
        margin-right: 10px;
    }
    .head-cart li:last-child {
        margin: 0;
    }
    .head-cart li a {
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
    }
    .head-cart li a i {
        display: block;
        font-size: 22px;
    }
    .content > .container {
        padding: 0;
    }
    .navbar{
        margin: 0;
    }

    .carousel{
      margin-bottom: 1px;
    }

    .carousel-indicators{
      bottom: -10px;
    }

    .carousel-indicators li{
      width: 9px;
      height: 9px;
      margin: 0 3px;
    }

    .carousel-indicators .active{
      width: 9px;
      height: 9px;
      margin: 0 3px;
    }


    .cta {
        margin-bottom: 5px;
    }
    .cta > div > div {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .cta > div {
        margin: 0;
    }
    .cta .cta-box {
        border: 0;
    }
    .cta .cta-box-two {
        padding: 20px 0;
    }
    .cta .cta-box-two p{
      margin-bottom: 20px;
    }
    .cta .cta-box ul li a, .cta .cta-box ul li a:after{
      font-size: 16px;
    }
    .cta .cta-box ul li span{
      font-size: 12px;
    }
    .cta .cta-box-two a {
        position: relative;
    }
    .cta .cta-box-one .red, .cta .cta-box-one .white{
      padding: 15px;
    }

    .cta .cta-box h2, .cta .cta-box h3, .cta .cta-box h4{
      font-size: 16px;
    }

    footer .inner-footer {
        padding-top: 30px;
    }
    footer .inner-footer > div {
        width: 100%;
    }
    footer .inner-footer ul {
        margin-bottom: 20px;
    }
    footer .copyright ul {
        margin-left: 0;
    }
    footer .copyright ul li {
        margin-bottom: 4px;
    }
    footer .copyright p {
        margin-bottom: 2px;
    }

    h3.under-banner-title{
      font-size: 18px;
      line-height: 18px;
      padding: 5px 0;
      margin-bottom: 0;
    }

    .under-banner-text, h4.under-banner-title{
      font-size: 15px;
    line-height: 21px;
      padding: 5px 0;
      margin-bottom: 0;
    }

    .under-banner-text-small{
      font-size: 11px !important;
      padding: 2px 0;
    }
}


@media (max-width: 368px) {
  .plans-banner ul {
    padding-top: 145px;
  }

  .plans-banner p{
    font-size: 15px;
  }

  .plans-banner h1 {
    font-size: 26px;
  }
}

.mt-30{
    margin-top: 30px;
}
.plan-packages {
    background-color: #ebebeb;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    display: block;
}
.plan-packages .plan-title {
    background-color: #393939;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
.unlimited-up-to {
    text-align: left;
    font-weight: normal;
}
.plan-packages .plan-price .price {
    color: #ed9f34;
    letter-spacing: 3px;
    font-size: 51px;
}
.plan-packages .plan-price .period {
    font-size: 0.3em;
    color: #ed9f34;
}
.plan-body {
    padding: 20px;
    background-color: white;
    margin-bottom: 40px;
}
.mb-0 {
    margin-bottom: 0;
}
.plan-packages .sto-GB {
    font-size: 40px;
    font-weight: normal;
}
.plan-packages .LTEDATA {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-align: left;
}
.plan-packages .LTEDATA>p {
    margin: 0;
}
.col3-flex {
    display: flex;
    align-items: center;
    justify-content: space-around!important;
    width: 102%;
    margin: auto;
}
.justify-content-around {
    justify-content: space-around!important;
}
.d-flex {
    display: flex;
}
.m-0 {
    margin: 0;
}
.mt-10 {
    margin-top: 10px;
}
.fw-900 {
    font-weight: normal;
}
.fw-700 {
    font-weight: normal;
}
.gradient-grey-card {
    background: #b2b2b2;
    background: -moz-linear-gradient(left, #b2b2b2 0%, #f1f1f1 50%, #b2b2b2 100%);
    background: -webkit-linear-gradient(left, #b2b2b2 0%,#f1f1f1 50%,#b2b2b2 100%);
    background: linear-gradient(to right, #b2b2b2 0%,#f1f1f1 50%,#b2b2b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=1 );
    border: 2px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
    margin-top: 22px;
    margin-bottom: 19px;
}
.justify-content-center {
    justify-content: center;
}
.sub-dollar {
    font-size: 30px;
}
.align-self-flex-end {
    align-self: flex-end;
}
.text-red {
    color: #e80b18;
}
.mt-0 {
    margin-top: 0;
}
@media (max-width: 768px) {
    .plan-packages .sto-GB{
        font-size: 30px;
    }
    .plan-packages .unlimited-up-to{
        text-align: center;
    }
    .col3-flex{
        display: block;
    }
}


span.old-prices:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}



span.old-prices {
    color: #4d4d4f;
    font-size: 16px!important;
    font-weight: normal;
    text-align: center !important;
    padding: 0;
    line-height: 15px;
    clear: left;
    display: block;


    /* color: #E60000 !important; */
    font-size: 20px !important;
    display: inline-block !important;
    padding: 5px !important;
        position: absolute;
    top: 0px;
    left: -58px;
}

.home-testimonials h3 {
	margin:50px 0;
	font-size:32px;
	}

.home-testimonials div {
    padding: 0;
}

.home-testimonials h4 {
    color: #666;
    margin: 0;
}

.home-testimonials .ht-block-inner {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 4px 0 #eaeaea;
    height: 350px;
    margin: 0 15px;
    padding: 40px 28px;
    position: relative;
}

.home-testimonials .col-sm-4:first-of-type .ht-block-inner {
    margin-left: 0;
}

.home-testimonials .col-sm-4:last-of-type .ht-block-inner {
    margin-right: 0;
}

.ht-block-inner .col-sm-6:nth-child(2) {
    text-align: right;
}

.ht-rating {
    margin: 12px 0 0;
}

.ht-block-inner > p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin: 40px 0 0;
    position: relative;
}

.ht-block-inner > p::before {
    background: rgba(0, 0, 0, 0) url("../images/home/ht-bgicon.png") no-repeat scroll 0 0;
    content: "";
    height: 90px;
    left: -20px;
    position: absolute;
    top: -30px;
    width: 95px;
}

.ht-block-inner > a::after {
	color: #eb0000;
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 22px;
    font-style: normal;
    font-weight: lighter;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-rendering: optimizelegibility;
    text-transform: none;
}

.ht-block-inner > a {
    bottom: 20px;
    color: #666;
    font-weight: normal;
    position: absolute;
    right: 30px;
}

.ht-rating span {
    color: #959595;
}

.ht-rating span.checked {
    color: #fac917;
	}

.ht-amz {
	margin:14px 0 0;
	}

.ht-ebay {
	margin:4px 0 0;
	}

.ht-sdl {
	margin:-18px 0 6px;
	}

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

.home-testimonials .ht-block-inner {
		height:auto;
		}

	}

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

.home-testimonials .ht-block-inner, .home-testimonials .col-sm-4:last-of-type .ht-block-inner, .home-testimonials .col-sm-4:first-of-type .ht-block-inner {
    margin: 20px 16px 0;
}

}

.referral-opt-trigger {
    color: #999;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.existing span i {
    background: #00AEEF none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: normal;
    padding: 2px 2px 1px;
}

.referral-toggle .input-group-btn button.btn-grey {
    background: #00AEEF none repeat scroll 0 0;
    border-color: #00AEEF;
}

.referral-toggle .input-group-btn button.btn-grey:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00AEEF;
}

.referral-toggle {
    /*display: none;*/
    margin: 16px 0 0;
}

.referral-toggle.ref-active {
    display: table;
}

.referral-toggle input.form-control {
    height: 38px;
}

.has-expandable-referral {
	width:100%;
	}

.animate-on-hover {
	position:relative;
	}

.animate-on-hover > li {
	position:relative;
	z-index:3;
	}

.menu_roller {
    border-bottom: 3px solid #fff;
    padding-bottom: 25px;
    position: absolute;
}

.navbar .navbar-nav.animate-on-hover > li {
	padding:15px;
	}

.navbar .navbar-nav.animate-on-hover > li > a {
	padding:0;
	}
.fw-banner {
    width: 100%;
}

.form-group.col-md-offset-1 {
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

.form-group.col-md-offset-1 .form-group {
    margin-bottom: 0;
}

.new-rmas {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px 0 #ccc;
    margin: 20px 0 12px;
    padding: 25px;
}

.new-rmas-inner h3 {
    margin-top: 0;
}

.new-rmas-inner h4 {
    font-weight: normal;
    margin: 20px 0;
}

.new-rmas-inner label {
    color: #999;
    font-weight: normal;
}

#byod-choice-gsm .new-rmas-inner label {
    line-height: normal;
}

.new-rmas-inner input[type="text"], .new-rmas-inner select, .new-rmas-inner input[type="password"] {
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 34px;
    padding: 0 10px;
    width: 100%;
	  font-size:13px;
    color: #333;
}

.new-rmas-inner .has-rf input[type="text"], .new-rmas-inner .has-rf input[type="password"] {
	border-width: 1px 3px 1px 1px;
	border-color: #ccc #00AEEF #ccc #ccc;
	}

.new-rmas-inner .has-rf.hrf-nt-empty input[type="text"], .new-rmas-inner .has-rf.hrf-nt-empty input[type="password"] {
	border-color: #ccc;
	}

.new-rmas-inner select {
	border-color: #ccc;
	border-width:1px;
	}

.rmas-ab {
    float: none;
    margin: 30px auto 8px;
}

.new-rmas-inner > div {
    margin: 0 0 20px;
}

.new-rmas-inner select {
    color: #a4a4a4;
}

.bc-gsm-cc01 {
	margin:12px 0 10px;
	}

.form-group.has-av .form-group div.has-value::after {
    background:  url("../images/activate/tick-icon.png") no-repeat scroll center center / 10px auto;
    border-radius: 50%;
    content: "";
    font-weight: normal;
    height: 24px;
    line-height: 28px;
    position: absolute;
    right: -16px;
    top: 5px;
    width: 24px;
}

#id_esn button.btn {
    margin-top: 10px;
}

#id_sim button.btn, #id_esn button.btn {
    margin-top: 1px;
    padding: 3px 0;
}

.has-value.no-float {
    float: none;
}

#id_sim span.control-label, #id_esn span.control-label {
	text-align:right;
	}

.new-rmas-inner {
    margin-top: 10px;
}

.new-rmas-inner > div ul {
    padding-left: 16px;
}

.new-rmas-inner > div ul li {
    color: #eb0000;
    margin-top: 8px;
}

.new-rmas-inner > div.clearfix {
    margin: 0;
}

.form-group.has-av input[disabled] {
    background: #f5fffa none repeat scroll 0 0;
}

.col-md-12.has_rl {
    margin: -6px 0 10px;
    text-align: center;
}

.has_rl i {
    color: #eb0000;
    font-size: 18px;
}

.has_rl a#id_clean {
    font-size: 13px;
    font-weight: normal;
    margin-left: 4px;
    text-transform: uppercase;
}

.has_dib_itm_center {
    text-align: center;
}

.dib {
    display: inline-block;
}

.dib.vert_mid {
    margin: 0 3%;
    vertical-align: middle;
}

label#id_preload_info {
    color: #00AEEF;
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0 0;
}

.apr_act {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 3px solid #00AEEF;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.cont-activate #activate_form_area .apr_act_inner > h4 {
    background: #00AEEF none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 12px;
    padding: 8px 12px;
    text-align: center;
}

.apr_act_bot_lnk {
	margin: 12px 0;
	}

#validate_pin_button {
    height: 34px;
    padding-bottom: 0;
    padding-top: 0;
}

.register_error {
    color: red;
}

#choose_plans .new-plans-table table {
    border: medium none;
	margin:0;
}

.new-plans-table.post-activation thead {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.new-plans-table.post-activation thead tr th {
    background: #00aeef none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 28px;
    line-height: normal;
    font-weight: normal;
    padding: 40px 30px 20px;
    text-align: left;
}

.new-plans-table.post-activation tbody tr td {
    border: medium none;
    box-sizing: border-box;
    padding: 0;
}

.clearfix.sim_images > h3 {
    margin: 8px 0 6px;
    text-align: center;
}

.fp_activate .clearfix.sim_images > h3 {
	font-size: 38px;
    font-weight: 500;
	}

.sim_images .col-md-6 > img {
    margin: 18px 0;
    max-width: 100%;
}

.pa_new_top {
    margin: 0 0 60px;
}

.pa_new_top .row {
    margin-left: -15px;
    margin-right: -15px;
}

.has_pa_nt_cphoto {
    text-align: right;
}

.h_sp_i_row {
    display: inline-block;
    margin-right: -4px;
    margin-top: 30px;
    vertical-align: top;
    width: 33.3%;
}

.h_sp_i_row > span {
    display: inline-block;
    vertical-align: middle;
}

.h_sp_i_row:last-of-type > span {
    vertical-align: top;
}

.h_sp_i_row:last-of-type > span.pa_ntr_info {
	padding-top:10px;
}

.pa_nt_icon {
    background: #00AEEF none repeat scroll 0 0;
    border-radius: 50%;
    height: 67px;
    margin-right: 6px;
    text-align: center;
    width: 67px;
}

.pa_nt_icon > img {
    margin: 20px 0 0;
}

.h_sp_i_row:first-of-type .pa_nt_icon > img {
    margin-top: 16px;
}

.pa_nt_icon i {
    color: #fff;
    font-size: 26px;
    line-height: 50px;
}

.pa_ntr_info {
    color: #999;
    font-size: 24px;
    font-weight: normal;
    margin-left: 2px;
}

.has_price {
    text-align: center;
}

.big_sim_card {
    background: rgba(0, 0, 0, 0) url("/images/plan/has_price_bg.jpg") repeat scroll 0 0 / auto 100%;
    border-radius: 16px;
    box-shadow: 1px 2px 4px 1px #c9c9c9;
    margin: 30px auto 0;
    max-width: 450px;
    min-height: 280px;
    padding-left: 40px;
    text-align: left;
}

.big_sim_card img.sc_logo {
    margin: 26px 0 0;
}

.has_npat_price {
    padding-top: 60px;
}

.has_sim_diag > img {
    max-width: 100%;
}

.why-red-pocket.plan_add {
    margin-left: 0;
}

.why-red-pocket.plan_add ul {
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    margin: 20px 0 0;
    padding: 16px 0 0;
}

.why-red-pocket.plan_add ul li {
    background: rgba(0, 0, 0, 0) url("/images/plan/vertical_faded_border.png") no-repeat scroll right center;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 18px;
    text-align: left;
    width: auto;
}

.why-red-pocket.plan_add ul li:last-of-type {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.why-red-pocket.plan_add ul li:nth-child(2) {
    margin-left: -6px;
    margin-right: -6px;
}

.why-red-pocket.plan_add ul li span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 16px;
    text-align: left;
    vertical-align: middle;
    color: #999;
}

.why-red-pocket.plan_add ul li img {
    display: inline-block;
    vertical-align: middle;
  	margin:0;
    max-width: 54px;
}

.new_pa_cta {
	padding-bottom:2px;
    text-align: center;
}

.new_pa_cta > p strong {
    font-weight: 500;
}

.new_pa_net_opt {
    margin-top: 16px;
}

.has_pa_nt_cphoto > img {
    max-width: 100%;
}

h2.npa {
    color: #fff;
    font-size: 36px;
    margin: 18px 0 30px;
    text-align: left;
}

.new_pa_cta > p {
    display: inline-block;
    font-size: 14px;
    margin: 16px 0 0;
    vertical-align: middle;
}

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

.wntm_trig {
    margin-left: 7%;
}

.has_price {
    padding-top: 30px;
}

.npat_price {
    font-size: 80px;
}

.big_sim_card {
    margin: 0 10px;
    min-height: 0;
    padding-bottom: 30px;
}

.has_sp_info {
    padding: 0 44px 30px;
}

.has_pa_nt_cphoto {
    text-align: center;
}

.why-red-pocket.plan_add ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    margin: 30px 0 10px;
    padding: 0;
    text-align: left;
    width: auto;
}

.why-red-pocket.plan_add ul li img {
    max-height: 50px;
    max-width: 50px;
}

.why-red-pocket.plan_add ul li span {
    font-size: 16px;
}

.why-red-pocket.plan_add ul {
    padding: 20px 0;
}

.network-box {
    margin: 0 auto 30px;
    padding-bottom: 9px;
}

.nb_dropdown {
    width: 100%;
}

h2.npa {
    color: #333;
    font-size: 27px;
    margin: 10px 0 0;
    text-align: left;
}

.nbd_trigger {
    max-width: 90%;
    width: auto;
}

.nbd_trigger i {
    float: right;
    font-size: 15px;
    margin: 12px 16px 0 0;
}

.network-box.cdmas .radio.col-md-3 {
    width: auto;
}

.network-box.cdmas p.title.col-md-6 {
    width: auto;
}

.network-box p.title {
    margin: 4px 0;
}

i.top_bump {
    float: right;
    margin-left: 0;
    margin-right: 60px;
}

.why-red-pocket.plan_add {
    margin-left: 0;
}

footer h3 {
    text-align: left;
}

.fp_logo_mobile {
	display: none;
	}

	}

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

.npat_price {
    font-size: 70px;
    margin: 0;
    padding-top: 0;
    text-align: center;
}

}

.wntm_trig {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-left: 11%;
	cursor:pointer;
}

.von_opt_trigger {
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    width: auto;
}

.von_opt_trigger.von_opt_on {
    margin-bottom: 20px;
}

.von_opt_trigger i {
    color: #eb0000;
    margin-left: 6px;
    transition: all 0.3s ease 0s;
}

.von_opt_trigger.von_opt_on i {
    transform: rotate(180deg);
}

.von_opt {
    display: none;
}

.von_opt.von_opt_on {
    display: block;
}

.wntm_trig.von_opt.von_opt_on {
    display: inline-block;
}


.table-responsive.family-plan-table {
    overflow: inherit;
}

.table.nd-uplifted {
    border: medium none;
    border-radius: 6px;
    margin: 0;
    padding: 38px 0 32px;
}

.table.nd-uplifted thead th {
    /* background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/th-bg.jpg") repeat-x scroll 0 0 / auto 100%; */
    border: medium none;
    color: #fff;
    height: 56px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.table.nd-uplifted td {
    /* background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/td-bg.jpg") repeat-x scroll 0 0 / auto 100%; */
    border-color: currentcolor currentcolor #dedede #dedede;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    height: 58px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
	font-size:15px;
	padding:0 10px;
	max-width:240px;
	min-width:140px;
	letter-spacing:0.5px;
}

.table.nd-uplifted td:last-of-type {
    border-right: 1px solid #dedede;
}

a.td-action {
    background: #e60000 none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 32px;
    margin: 0 auto;
    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    width: 164px;
}

th.ndu-max-th {
	max-width:250px;
	}

.add-nl, .nav-tabs > li > a {
    background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/mp-btn-bg-blck.jpg") repeat scroll 0 0 / auto 100%;
    border: medium none;
    border-radius: 4px;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    min-width: 252px;
	transition:none;
}

.add-nl:hover, .nav > li > a.add-nl:hover {
    background: #eb0000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}

.add_table_scroll {
    max-height: 346px;
    overflow-y: scroll;
}

img.btn_itype {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 8px;
    max-height: 19px;
    max-width: 30px;
    vertical-align: middle;
}

.nd-fading-border {
    background-image: url("../images/nd-backend-uplift/nd-fading-border.png"), url("../images/nd-backend-uplift/nd-fading-border.png");
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.wrapped.nd-fading-border {
    padding: 8px 0;
}

.dataTables_wrapper .nd-fading-border .dataTables_info {
    padding-top: 4px;
}

.dataTables_wrapper .nd-fading-border .dataTables_paginate .paginate_button {
    background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/pagination-btn-bg.jpg") repeat-x scroll 0 0 / auto 100%;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 2px;
    padding: 0 6px;
    width: auto;
}

.ndu_sticky_th_outer.ndu_sth_on {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:10;
}

.ndu_sticky_th_outer.ndu_sth_on .ndu_sticky_th_inner {
    margin: 0 auto;
    width: 1108px;
}

.ndu_sticky_th {
    background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/th-bg.jpg") repeat-x scroll 0 0 / auto 100%;
    border-radius: 6px 6px 0 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
}

.ndu_sth_on_2 {
	margin-top:56px;
	}

.refill-two .panel .panel-body ul li a, .modify-btn {
    background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/mp-btn-bg.jpg") repeat scroll 0 0 / auto 100%;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    padding: 0 30px;
	font-weight:normal;
	border:none;
}

.refill-two .panel .panel-body ul li a:hover {
    background: #eb0000 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}

.modify-btn:hover, .btn-red.modify-btn:hover, .refill-two .panel .panel-body ul li a:hover {
    background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/mp-btn-bg-blck.jpg") repeat scroll 0 0 / auto 100%;
    color: #fff;
    text-decoration: none;
	border:none;
}

.table.nd-uplifted.red-thead > thead th {
    background: rgba(0, 0, 0, 0) url("../images/nd-backend-uplift/mp-btn-bg.jpg") repeat scroll 0 0 / auto 100%;
}

.table.nd-uplifted.blue-thead > thead th {
    background:#00CCFF;
}

.wp_section_1 {
	margin:32px 0 50px;
	}

.wp_section_1 > .row > .col-md-5 img {
	max-width:100%;
	}

.wp_ue_section {
    background: rgba(0, 0, 0, 0) url("../images/plan/weeklyplan5/wp5_img_02.jpg") repeat scroll 0 0;
    overflow: hidden;
    padding: 46px 26px 44px;
}

.wp_ues_inner_1 {
    background: rgba(0, 0, 0, 0) url("../images/plan/weeklyplan5/wp5_img_03.png") repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 6px 1px #e9e9e9;
    text-align: center;
}

.has_wp_price {
    background: #d6181f none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    min-height: 200px;
    padding: 30px 0 0;
}

.wp_ues_price {
    display: block;
    font-size: 82px;
    font-weight: normal;
    line-height: normal;
}

.wp_ue_ue {
    font-size: 56px;
    font-weight: normal;
    line-height: normal;
    padding-top: 26px;
    text-transform: uppercase;
}

.wp_ue_ue > strong {
    font-size: 62px;
}

.wp_ues_inner_2 {
    border: 3px dashed #d6181f;
    border-radius: 5px;
    margin-top: 20px;
    padding: 8px;
}

.wp_ues_inner_2_inner {
    background: #d6181f none repeat scroll 0 0;
    border-radius: 6px;
    height: 94px;
}

.wp_ues_inner_2_inner .col-md-8 {
    padding-top: 14px;
}

.wp_ues_inner_2_inner > div > img {
    vertical-align: middle;
}

.wp_ues_inner_2_inner > div > span {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
}

.wp_ues_inner_2_inner .col-md-4::before {
    background: rgba(0, 0, 0, 0) url("../images/plan/weeklyplan5/wp5_img_08.png") repeat scroll 0 0;
    content: "";
    height: 94px;
    left: -40px;
    position: absolute;
    width: 126px;
    z-index: 0;
}

.wp_ord_now {
    background: rgba(0, 0, 0, 0) url("../images/plan/weeklyplan5/wp5_img_05.jpg") repeat scroll 0 0;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 46px;
    margin-top: 24px;
    padding: 0 20px;
    text-transform: uppercase;
	position:relative;
	z-index:3;
}

.wp_section_2 {
    padding: 50px 0;
}

.wp_txt_area > h3 {
    color: #e22426;
    font-size: 34px;
    font-weight: normal;
    margin: 28px 0;
}

.wp_txt_area > p {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px;
}

.wp_txt_area > p i {
    color: #f0a023;
    display: table-cell;
    font-size: 22px;
    font-weight: normal;
    padding-right: 6px;
    padding-top: 4px;
	vertical-align:top;
}

span.dib {
    display: inline-block;
    vertical-align: top;
}

.wp_txt_area > span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
}

.wp_txt_area > span i {
    color: #f0a023;
    display: table-cell;
    font-size: 18px;
    padding-right: 6px;
    padding-top: 4px;
	vertical-align:top;
}

.wp_section_3 {
    padding: 50px 0;
	background:#f9f9f9;
}

.wp_section_3 .wp_txt_area {
    padding-top: 50px;
}

.bs_custom_04 {
    padding: 0 30px 0 60px;
}

.wp_section_4 .wp_txt_area > h3 {
    text-align: center;
}

.wp_section_4 {
    padding: 30px 0;
}

.wp_txt_area.wp_ta_type_2 > p {
    margin-bottom: 30px;
}

.wp_txt_area > p > a {
    color: #f0a023;
    font-weight: normal;
    text-decoration: underline;
}

.wp_section_5 {
    background: #d6181f none repeat scroll 0 0;
    padding: 30px 0;
}

.table-responsive.family-plan-table {
    overflow: inherit;
}

#free-unlimited-int {
    cursor: pointer;
}

.carousel_fbk_header {
    font-size: 32px;
    margin: 50px 0;
    color: #fff;
}

#carousel_fbk .carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: -30px;
    opacity: 1;
    width: auto;
    z-index: 3;
}

#carousel_fbk .carousel-control.right {
    left: auto;
    right: -30px;
}

.home-testimonials {
    text-align: left;
}

#carousel_fbk .carousel-indicators {
    bottom: -50px;
}

#carousel_fbk .carousel-control span {
    color: #30d5c8;
}

#carousel_fbk .ht-block-inner > div > img {
    max-height: 50px;
    max-width: 100%;
    width: auto;
}

#carousel_fbk .ht-block-inner > div > img[src="images/home/fdb_carousel/3.png"] {
    margin-top: 12px;
}

#carousel_fbk .ht-block-inner > div > img[src="images/home/fdb_carousel/2.png"] {
    margin-top: 4px;
}

#carousel_fbk .ht-block-inner > div > img[src="images/home/fdb_carousel/4.png"] {
    margin-top: 6px;
}

#carousel_fbk .carousel-indicators li {
    border: 1px solid #989797!important;
}

footer .inner-footer ul {
    margin-bottom: 50px;
}

.footer-social-list > li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-social-list li a img {
    width: 22px;
}

.primary_image_div {
    align-items: center;
    display: flex;
    height: 350px;
    justify-content: center;
    text-align: center;
}

.primary_image_div img.universal-sim-rp {
    max-height: 330px;
    max-width: 84%;
}

.display_gallery_img_to_replace {
    text-align: center;
}

.thumb_link_btn {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    padding: 10px;
}

.thumb_link_btn img.universal-sim-rp {
    display: none;
}

.thumb_link_btn {
    background: #222222 none repeat scroll 0 0;
    border: medium none;
    padding: 8px;
}

.thumb_link_btn.is_selected_yes {
    background: #00AEEF none repeat scroll 0 0;
    box-shadow: none;
}

.pdfl_title {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 30px;
    margin: 0;
    padding: 12px 0 14px;
}

.pdfl_description > p {
    color: #535353;
    font-size: 15px;
    line-height: 26px;
    margin: 14px 0;
}

.product-price {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 14px 0;
}

.main_price_label {
    color: #eb0000;
    font-weight: normal;
    margin: 0;
}

.change_product_color {
    border: 3px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}

.change_product_color .feature-img-list {
    border: medium none;
    padding: 0;
    width: 32px;
}

label.pdfl_label {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 22px 0 10px;
	display: block;
}

.product_ram_link {
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    padding: 6px 16px;
}

.red-btn.pdfl_cta {
    background: #00AEEF none repeat scroll 0 0;
    border: 2px solid #00AEEF;
    font-size: 20px;
    font-weight: normal;
    height: 38px;
    line-height: 34px;
    margin: 0 0 0 6px;
    max-width: 200px;
    padding: 0 30px;
    text-transform: uppercase;
    vertical-align: top;
}

.red-btn.pdfl_cta:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00AEEF;
}

.pdfl_cta_asap {
    color: #333;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: underline;
    padding: 0;
}

.thumb_link_btn.is_selected_yes {
    box-shadow: 1px 3px 4px #ddd;
}

.change_product_color.is_selected_yes {
    border-color: #00AEEF;
}

.product_ram_link.is_selected_yes {
    border-color: #00AEEF;
    color: #000000;
}

.header_alert {
    position: relative;
}
.ha_outer {
    width: 100%;
}
.ha_inner {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 3px 6px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.ha_content {
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    padding: 14px 0;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.ha_content p {
    margin: 0;
    color: #fff !important;
    text-align: left;
    line-height: 30px;
}
.ha_content p strong {
    color: #fff;
}
.ha_content p a {
    color: #fff;
    text-decoration: underline;
}
.ha_content a.shop-phones {
    background: #00AEEF none repeat scroll 0 0;
    border: 2px solid #00AEEF;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: auto;
    padding: 0 25px;
    text-transform: uppercase;
}
.ha_content a.shop-phones:hover {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
}
.ha_close {
    cursor: pointer;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #fff !important;
    font-size: 16px;
}

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

.partial_header_links a {
    font-size: 14px;
    margin-right: 2px;
    padding: 8px 6px 6px;
}
.ha_inner {
    max-width: 100%;
    padding: 0 20px;
    width: auto;
}
.ha_content {
    width: 100%;
    margin: 0;
}
.block-1 {
    margin-top: 20px;
}
.block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ha_content a.shop-phones {
    font-size: 18px;
    height: 35px;
    line-height: 30px;
    padding: 0 30px;
}
}

.top_black_bar {
    background: #000 none repeat scroll 0 0;
    text-align: center;
}

.top_black_bar a > span, .top_black_bar > span {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 0 6px;
    padding: 10px 0 8px;
}

.tbb_fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}


footer .inner-footer ul.footer-social-list {
    margin-bottom: 16px;
}

.breadcrumb {
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    padding: 10px 16px;
}

.breadcrumb li a {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.3px;
    position: relative;
}

.breadcrumb-link-active i.fa {
    bottom: -18px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
}

.top_flex.tf_mobile {
  display: none;
}

.top_flex img {
  width: 100%;
}

#id_checkout_button {
    background: #00AEEF none repeat scroll 0 0;
    margin: 0;
}

#id_billing_button {
    background: #00AEEF none repeat scroll 0 0;
    margin: 0;
}

.refill-three .refill-header > h3, .refill-three .refill-header > h4 {
    color: #999;
}

#payment-form .input-group-addon {
    background: #00AEEF none repeat scroll 0 0;
    color: #fff;
}

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

.top_flex.tf_mobile {
  display: block;
}

.top_flex.tf_desktop {
  display: none;
}
    .apf_close{
        font-size: 20px;
    }


}

div.table-rp-message table td {
    overflow-wrap: normal;
    white-space: normal;
    word-break: break-all;
}

code, kbd, pre, samp {
    font-family: "Source Sans Pro",sans-serif;
}

#id_div_login {
  margin: 12px 0;
}

#id_register_form > input#id_user_code {
  display: none;
}

#id_show_login {
    font-weight: normal;
}

#activate_form_area {
    margin-top: 20px;
    overflow: hidden;
}

.panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #999;
}

.partial_header_links a {
    border-left: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 4px;
    padding: 10px 18px 8px;
}

.partial_header_links a.link_active {
    background-color: #00AEEF;
    color: #000;
}

#user_code {
    display: none;
}

.cart-row-div {
  background: #fff;
}

.cart-row-div p, .cart-row-div .product-property-list-ul li {
    color: #333;
}

#payment-form .has-success .input-group-addon {
  background: #00AEEF !important;
}

#payment-form .has-success .form-control-feedback {
  color: #00AEEF !important;
}

#payment-form .has-error .form-control, #payment-form .has-error .input-group-addon {
  border-width: 3px;
}

#id_edit_billing {
    color: #00aeef !important;
    font-weight: normal;
}

.rc_wrap {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.rc_footer {
  background: #00aeef none repeat scroll 0 0;
  text-align: center
}

.app_flex {
    background: #f2f2f2 url("/images/apf-bg.jpg") no-repeat scroll 0 0 / 100% 100%;
    position: relative;
}

.apf_inner {
    padding: 15px 0;
}

.apf_spacing {
    margin-top: 20px;
}

.apf_inner p {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.apf_close {
    color: #000;
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
}

.apf_btn img {
    width: 128px;
}

.apf_img_1 {
    height: 141px;
    margin-bottom: -15px;
}

.apf_inner p strong {
    color: #000;
    font-family: "Helvetica-Bold",sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
}

.apf_xs img {
    height: auto;
    max-width: 80%;
}

.apf_xs .apf_inner {
    padding: 0;
}

.apf_xs img.apf_img_1 {
    margin-bottom: 0;
    margin-top: 15px;
}

.apf_inner p.apf_text_1 {
    font-family: "Helvetica-Bold",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 30px -15px 0;
    text-transform: none;
}

.apf_btn.apf_btn_2 {
    display: inline-block;
    margin-top: 56px;
}
@media (max-width: 767px) {
    .menu_roller {
        display: none !important;
    }
    .navbar .navbar-nav > li > a:hover {
        color: #000;
    }
}