/* Common styling starts  */
.prepaid-home  * {
	font-family: "Gotham Rounded A", "Gotham Rounded B",
		ProximaNovaSoft-Regular, Arial, sans-serif;
	font-weight: 400;
}
.prepaid-home .hide {
	display: none;
}
.prepaid-home strong, .prepaid-home b {
	font-weight: 500;
}
.prepaid-home .blue {
	color: #23BAFE;
}
.prepaid-home .container {
	/* max-width: 1600px; */
	max-width: 1300px;
	margin: 0 auto;
	padding: 3% 5%;
	position: relative;
}

.table .strikethrough{
	text-decoration: line-through;
}

#ways-to-pay{
	background: url("/resources/images/hdr-prepaid-waystopay.png") no-repeat 80% center;
	color: #fff;
	width: 100%;
	background-size: cover;
}
#ways-to-pay .md {
    font-size: 1.5rem;
    font-weight: 100;
}
#ways-to-pay .container-wrapper-text{
	position: relative;
	font-weight: 100;
	padding: 5% 0%;
}
#ways-to-pay .container-wrapper-text .xl{
	padding: 5px 0;
	font-size: 3rem;
	font-weight: 100;
}
#ways-to-pay .container-wrapper-text{
	max-width: 1300px;
	margin: auto;
}
#ways-to-pay .button{
	margin-top: 2%;
	border-color: #23BAFE;
}
.prepaid-home .button {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 10px;
	background-color: #23BAFE;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 400;
	transition: all .6s linear;
	border: 1px solid;
	font-size: 14px;
	width: 85%;
  max-width: 200px;
	text-transform: uppercase;
}
.prepaid-home .button.transparent-white {
	background-color: transparent;
	color: #fff;
}
.prepaid-home .button.transparent-black {
	background-color: transparent;
	color: #666;
}
.prepaid-home .button.transparent-blue {
	background-color: transparent;
	color: #23BAFE;
}
.prepaid-home .button.transparent-blue:HOVER {
	background-color: #23BAFE;
	color: #fff;
}
.prepaid-home .button:HOVER {
	background-color: #fff;
	color: #23BAFE;
	border: 1px solid;
}
.prepaid-home .title {
	font-size: 55px;
	text-align: center;
	font-weight: 300;
}
.prepaid-home .sub-title {
	font-size: 35px;
	/* font-weight: 300; */
}
.prepaid-home .caption {
	font-size: 18px;
	font-weight: 300;
}
.prepaid-home .small{
	font-size: 12px;
}
.prepaid-home .disclaimer{
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}
.prepaid-home .tooltip {
    background: url(/prepaid/resources/images/icons/info-icon.svg);
    background-size: 16px 20px;
    height: 20px;
    width: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-left: 5px;
    cursor: pointer;
}
#cboxClose{
	width: 15px !important;
	height: 15px !important;
}
#cboxLoadedContent span{
	padding: 0 0 0 2px;
	display: inline-block;
}
#cboxLoadedContent{
	margin-top: 0 !important;
}
/* Common styling ends */


/* Common carousel styling starts */
.owl-carousel {
	padding: 40px;
	width: auto !important;
}

.owl-carousel .owl-stage {
	margin: 0 auto;
}

.owl-carousel .owl-item {
	text-align: left;
}

.owl-dot.active span {
	background: #23BAFE !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	background-size: 100% !important;
	text-indent: -10000px;
	top: 45%;
}

.owl-nav .owl-prev {
	background: transparent
		url("/prepaid/resources/images/icons/caro-left_arrow-on.svg")
		no-repeat center !important;
	left: 0;
}

.owl-nav .owl-next {
	background: transparent
		url("/prepaid/resources/images/icons/caro-right_arrow-on.svg")
		no-repeat center !important;
	right: 0;
}

.owl-nav .owl-prev:HOVER, .owl-nav .owl-next:HOVER {
	background-color: transparent !important;
}

.owl-theme .owl-nav .owl-prev.disabled, .owl-theme .owl-nav .owl-next.disabled
	{
	opacity: .3;
}

.owl-nav .owl-prev.disabled:HOVER, .owl-nav .owl-next.disabled:HOVER {
	background-color: transparent !important;
}
/* Common carousel styling ends */


/* Section styling starts */
.prepaid-home .promos .container{
	padding-top: 0;
}
.prepaid-home .header{
	background: url("/prepaid/resources/images/hdr-prepaid.jpg") no-repeat 80% center;
}
.prepaid-home .header .container{
	padding: 5%
}
.prepaid-home .header .container-wrapper{
	max-width: 50%;
}
.prepaid-home .header .title{
	line-height: 55px;
	text-align: left;
}
.prepaid-home .header .sub-title{
	margin: 20px 0;
	font-weight: 300;
}
.prepaid-home .header .caption{
	margin: 0 0 30px;
}
.prepaid-home .header .button{
	border: 1px solid #23BAFE;
	margin: 0 0 15%;
}
/* Section styling ends */



/* Section styling starts */
.prepaid-home .shop .container{
	max-width: 1300px;
}
.prepaid-home .shop{
	text-align: center;
}
.prepaid-home .shop .block-wrapper{
	display: flex;
	flex-direction: row;
	margin: 2% 0 0;
}
.prepaid-home .shop .block{
	border: 1px solid #aaa;
	flex: 1;
	margin: 2%;
	border-radius: 8px;
	padding: 30px 2%;
	position: relative;
}
.prepaid-home .shop .block .image{
	width: 300px;
	height: 200px;
	margin: 0 auto;
}
.prepaid-home .shop .block img{
	max-height: 100%;
}
.prepaid-home .shop .block .label{
	font-size: 32px;
	margin: 10px 0 0;
}
.prepaid-home .shop .block .description{
	font-size: 14px;
	margin: 5px 0 15px;
	font-weight: 300;
}
.prepaid-home .shop .block .button{
	/* position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto; */
}
@media (max-width: 600px){
	.prepaid-home .shop .block-wrapper{
		display: block;
	}
}
/* Section styling ends */


/* Section styling starts */
.prepaid-home .features .sub-title{
	margin: 0 0 2%;
}
.prepaid-home .features{
	background-color: #F6F6F6;
	text-align: center;
}
.prepaid-home .features .features-wrapper{
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	max-width: 1260px;
    margin: 0 auto;

}
.prepaid-home .features .feature{
	flex: 1;
	text-align: center;
	background-color: #fff;
	margin: 1%;
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 2px 8px 0px #ccc;
    max-width: 250px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prepaid-home .features .feature:HOVER{
	/* box-shadow: inset 0 0 0 1px #27c1fd; */
}
.prepaid-home .features .feature.no:HOVER{
	box-shadow: 0px 2px 8px 0px #ccc;
}
.prepaid-home .features .feature .sticker{
	position: absolute;
    top: 15%;
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #27c1fd;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    left: -25px;
    color: #fff;
}
.prepaid-home .features .feature img{
	width: 45px;
	height: 45px;
}
.prepaid-home .features .feature .description{
	display: block;
	margin: 10px 0 0;
    color: #27c1fd;
    max-width: 100%;
}
.prepaid-home .features .feature.no .description{
	color: #999;
}
.prepaid-home .features .feature.no img{
	width: 35px;
	height: 35px;
}
/* Section styling ends */


/* Section styling starts */
.prepaid-home  .rated-1 {
	background: url("/prepaid/resources/images/techmovmnt.png")
		no-repeat right center;
	color: #fff;
	background-size: cover;
	position: relative;
	text-align: left;
}

.prepaid-home .rated-1 .container {
	padding: 5% 5% 2% 5%;
}

.prepaid-home .rated-1 .container-wrapper{
	max-width: 310px;
	margin: 0 0 0 auto;
}

.prepaid-home .rated-1 .title {
	margin: 20px 0 40px 0;
	line-height: 50px;
	text-align: left;
}

.prepaid-home .rated-1 .caption {
	/* width: 70%; */
	margin: 0 0 30px 0;
}

.prepaid-home .rated-1 .disclaimer {
	color: #ccc;
	font-size: 10px;
}

.prepaid-home .rated-1 .button {
	margin: 15px 0 25%;
	border-color: #23BAFE;
}
/* Section styling ends */


/* Section styling starts */
.prepaid-home .anchors{
	background-color: #23BAFE;
	color: #fff;
	position: relative;
	z-index: 99;
    margin-top: -4px;
}
.prepaid-home .anchors .container{
	padding: 0 5%;
}
.prepaid-home .anchors.nav-lock{
	position: fixed;
    opacity: .97;
    width: 100%;
    top: 0;
}
.prepaid-home .anchors.nav-lock .circles-wrapper a .circle{
	display: none;
}
.prepaid-home .anchors.nav-lock .circles-wrapper a{
	padding: 15px 0;
}
.prepaid-home .circles {
	display: flex;
}
.prepaid-home .circles-wrapper {
	display: flex;
	flex: 1;
	justify-content: space-around;
	margin: 0;
	text-align: center;
}
.prepaid-home .circles-wrapper a {
	text-align: center;
	/* background-color: #F6F6F6; */
	padding: 0 0 30px;
	display: inline-block;
}
.prepaid-home .circles-wrapper a .circle {
	border-radius: 100px;
	display: flex;
	border: 2px solid #23BAFE;
	width: 125px;
	height: 125px;
	margin: 0 auto;
	transition: all .3s ease;
	justify-content: center;
	align-items: center;
	background-color: #23BAFE;
}
.prepaid-home .circles-wrapper a .circle:HOVER {
	/* box-shadow: inset 0 0 0 8px #28c2fe; */
	transform: rotateZ(-13deg);
}
.prepaid-home .circles-wrapper a .circle img {
	width: 50%;
	height: 50%;
}
.prepaid-home .circles-wrapper a .label {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	display: block;
	white-space: normal;
	padding: 0;
}
.prepaid-home .circles-wrapper a .label:HOVER{
	color: #eee;
}
/* Section styling ends */

/* Section styling starts */
.prepaid-home  .promos .sub-title{
	text-align: center;
}
.prepaid-home  .promo-carousel .item {
	background-color: #F3F3F3;
	/* width: 500px; */
	height: 252px;
	display: flex;
}
.prepaid-home  .promo-carousel .item .promo-image {
	flex: .8;
	padding: 25px 0;
	width: 40%;
}
.prepaid-home  .promo-carousel .item .promo-details {
	flex: 1;
	padding: 25px 10px;
	color: #444;
}
.prepaid-home  .promo-carousel .item .promo-image img {
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}
.prepaid-home  .promo-carousel .item .promo-details .promo-title {
	font-size: 36px;
	text-align: left;
	/* font-weight: 300; */
}
.prepaid-home  .promo-carousel .item .promo-details .sub-title {
	font-size: 30px;
	text-align: left;
	/* font-weight: 300; */
}
.prepaid-home  .promo-carousel .item .promo-details .promo-title span {
	font-size: 16px;
	display: block;
	margin: 10px 0 0;
}
#prepaid-promos .promo-carousel .item .promo-details .promo-title .strikethrough {
	text-decoration: line-through;
	display: inline;
	font-size: 36px;
}
.prepaid-home  .promo-carousel .item .promo-details .description {
	font-size: 12px;
	margin: 20px 0;
}
.prepaid-home  .promo-carousel .item .promo-details .button {
	width: 200px;
	position: absolute;
	bottom: 25px;
	border-color: #23BAFE;;
}
.prepaid-home  .promo-carousel .item .sticker{
	position: absolute;
    top: 10%;
    font-size: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    background-color: #27c1fd;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    left: 2%;
    color: #fff;

}
.prepaid-home  .promo-carousel .item .sticker.sale{
	background-color: #27CB00;
}
.prepaid-home .promos .shop-accessories{
	color: #23BAFE;
	border-bottom: 1px solid #687DC1;
	margin: 0 auto;
    display: block;
    max-width: 192px;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
}
.prepaid-home .promos .shop-accessories:HOVER {
	color: #687DC1;
}
/* Section styling ends */



/* Section styling starts */
.prepaid-home .plans .container,
.prepaid-home .plans .container, .descriptive .sub-title{
	max-width: 1600px;
	text-align: center;
	padding: 3%;
}
.prepaid-home .plans{
	background-color: #F6F6F6;
}
.prepaid-home .plans hr{
	height: 1px;
    border: none;
	background-color: #ddd;
	width: 80%;
}
.prepaid-home .plans .sub-title{
	text-align: center;
}
.prepaid-home .plans .caption{
	font-size: 22px;
	margin: 5px 0 0;
}
.prepaid-home .plans .select-lines{
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
	margin: 40px 40px 0px;
	display:none;
}
.plans-details-list .select-lines.d-block {
	display: block;
	margin: 20px 0 0;
}
.prepaid-home .plans .select-lines h3{
	text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
.prepaid-home .plans .select-lines .line-box-wrapper{
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.prepaid-home .plans .select-lines .line-box, .prepaid-box{
	background-color: #EAF9FF;
    border: 1px solid #EAF9FF;
    box-sizing: border-box;
    flex: 0 0 100%;
    border-radius: 4px;
    margin: 20px 1%;
    max-width: 110px;
    padding: 25px 0 20px 0;
}
.plans-details-list .select-lines.d-block .line-box, .prepaid-box {
	max-width: 120px;
}
.prepaid-home .plans .select-lines .line-box.active, .prepaid-box.active {
	background-color: #28C2FE;
	border: 1px solid #28C2FE;
}
.prepaid-home .plans .select-lines .line-box:HOVER, .prepaid-box:HOVER{
	border: 1px solid #28C2FE;
	cursor: pointer;
}
.prepaid-home .plans .select-lines .line-box-number{
	font-size: 12px;
	margin: 10px 0 0;
	font-weight: 500;
}
.prepaid-home .plans .select-lines .line-box.active .line-box-number{
	color: #ffffff;
}
.prepaid-home .plans .select-lines .prepaid-box.active .line-box-number{
	color: #ffffff;
}
.prepaid-home .plans .select-lines .dash{
	width: 3%;
    max-width: 20px;
    height: 1px;
    background-color: #999;
}
.prepaid-home .plans .disclaimer {
	padding: 0 10px;
}
.prepaid-home .plans-carousel{
	padding-top: 25px;
	padding-bottom: 0;
}
.prepaid-home .plans-carousel .item .item-wrapper {
	background-color: #fff;
	text-align: center;
	flex: 1;
    min-width: 310px;
    border-radius: 8px;
    /* box-shadow: 0px 2px 8px 0px #ccc; */
    border: 2px solid #23BAFE;
    min-height: 475px;
}
.prepaid-home .build-a-bundle {
	background-color: #fff;
	text-align: center;
	flex: 1;
	border-radius: 8px;
	border: 2px solid #23BAFE;
	min-height: 345px;
	margin: 25px 0 0;
	min-width: 450px;
}
#view-multiline-plan {
	max-width: 250px;
	width: auto;
}
#view-multiline-plan:hover {
	cursor: not-allowed;
}
.prepaid-home .dummy-bundle {
	width: 382.688px;
}
.prepaid-home .build-a-bundle .plans-details-list {
	height: 235px;
}
.prepaid-home .prepaid-bundle-section {
	display: flex;
}
.prepaid-home .build-a-bundle .bundle-title {
    border-bottom: 2px solid #23BAFE;
    padding: 5px;
}
.prepaid-home .build-a-bundle .prepaid-multi-bundle-button {
	text-transform: uppercase;
    padding: 10px 30px;
    margin: 2px;
    background-color: #23BAFE;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid;
    font-size: 14px;
    text-transform: uppercase;
}
.prepaid-home .plans-carousel .item .box-plan-disclaimer {
    text-align: center;
    display: block;
    margin-top: 2%;
    font-size: 12px;
}
.prepaid-home .plans-carousel .item .plan-title{
	background-color: #EAF9FF;
	padding: 10px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 2px solid #23BAFE;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: 500;
}
.prepaid-home .plans-carousel .item .green-limited{
	background-color: #51c22a;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 10px;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.prepaid-home .plans-carousel .item .no-offer{
 	visibility: hidden;
}
.prepaid-home .plans-carousel .item .plan-info{
	padding: 15px;
}
.prepaid-home .plans-carousel .item .plan-price-total{
	margin: 0 0 10px;
}
.prepaid-home .plans-carousel .item .plan-price-total *{
	font-weight: 400;
	font-size: 1.7em;
}
.prepaid-home .plans-carousel .item .plan-price-total .dollar{
	position: relative;
    top: -15px;
}
.prepaid-home .plans-carousel .item .plan-price-total .amt{
	font-size: 4em;
	font-weight: 400;
}
.prepaid-home .plans-carousel .item .line-price-box{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
}
.prepaid-home .plans-carousel .item .line-price-box * {
	color: #666;
}
.prepaid-home .plans-carousel .item .line-price-box .line-price-info{
	margin: 10px 5px;
}
.prepaid-home .plans-carousel .item .line-price-box .dollar{
	position: relative;
    top: -5px;
    font-weight: 300;
    font-size: 12px;
}
.prepaid-home .plans-carousel .item .line-price-box .price{
	font-size: 30px;
	font-weight: 300;
	padding: 20px;
	position: relative;
}
.prepaid-home .plans-carousel .item .line-price-box .amt{
	font-size: 20px;
}
.prepaid-home .plans-carousel .item .line-price-box .line-type{
	font-size: 10px;
}
.prepaid-home .plans-carousel .item .plan-name{
	color: #23BAFE;
	background-color: #DEF6FF;
	font-size: 35px;
	box-shadow: inset 0 0 2px 1px #27c1fd;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.prepaid-home .plans-carousel .item .plan-name span{
	display: block;
	font-size: 16px;
}
.prepaid-home .plans-carousel .item .sticker{
	position: absolute;
    top: 25%;
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #27c1fd;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    left: -25px;
    color: #fff;
}
.prepaid-home .plans .compare-plans-button.button {
	width: auto !important;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 100% !important;
	border-color: #23BAFE;
	margin: 25px 0 0;
	background-color: #fff;
    color: #23BAFE;
}
.plan-comparison .green-highlighter {
    color: #51c22a;
    font-weight: 500;
    font-size: 12px;
}
.plan-comparison .green-highlighter .heavier{
    font-size: 14px;
}
.plan-comparison .plan-info {
    max-width: 200px;
}
.prepaid-home .plans .compare-plans-button.button:hover{
	background-color: #23BAFE;
	color: #fff;
}
.prepaid-home .plans .plan-includes{
	padding: 0 10px;
}
.prepaid-home .plans .plan-includes h3{
	font-weight: 500;
	font-size: 18px;
	margin: 30px 0 15px;
}
.prepaid-home .plans .plan-includes .plan-features{
	display: flex;
	max-width: 900px;
    margin: 0 auto 50px;
}
.prepaid-home .plans .plan-includes .plan-features ul{
	flex: 1;
}
.prepaid-home .plans .plan-includes .plan-features li{
	padding: 5px 0px 5px 33px;
	background: url(/resources/images/plans/green-check.png) no-repeat left 5px;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	margin: 7px 0;
	line-height: 20px;
}
.prepaid-home .plans .plan-includes .plan-features li a{
	color: #23BAFE;
}
/* Section styling ends */


/* Section styling starts */
.prepaid-home .plan-comparison{
	display: none;
}
.plan-comparison{
	padding: 10px;
}
.plan-comparison .sub-title{
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.plan-comparison .swipe.disclaimer{
	display: none;
	text-align: right;
}
.plan-comparison .table{
	display: flex;
    margin: 5px 0;
}
.plan-comparison .table *{
	user-select: none;
}
.plan-comparison .table ul li:first-child{
	border-bottom: 2px solid #23BAFE;
	font-weight: 500;
	background-color: #EAF9FF;
}
.plan-comparison .table li{
	padding: 10px;
	height: 40px;
}
.plan-comparison .table .legend{
	border: 2px solid #23BAFE;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}
.plan-comparison .table .legend *{
	font-weight: 500;
}
.plan-comparison .table .legend li:first-child{
	color: #EAF9FF;
	border-top-left-radius: 8px;
}

.plan-comparison .table .all-plans{
	display: flex;
	text-align: center;
	border: 2px solid #23BAFE;
	border-left: none;
	overflow-x: auto;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.plan-comparison .table .all-plans ul{
	border-right: 2px solid #23BAFE;
}
.plan-comparison .table .all-plans ul:last-child{
	border-right: none;
}
.plan-comparison .table .all-plans ul:last-child li:first-child{
	border-top-right-radius: 8px;
}
.plan-comparison .auto-pay-disclaimer{
	margin-left: 20px;
}

#cboxLoadedContent #compare-plans-content li p.data-disclaimer{
	font-size: 11px !important;
    font-weight: normal;
    color: #999;
    font-style: italic;
}
/* Section styling ends */


/* Section styling starts */
/* Section styling ends */


@media ( max-width : 1050px) {
	.owl-carousel{
		padding: 40px 0;
	}
	/* Section styling starts */
	.prepaid-home .features .features-wrapper{
		flex-wrap: wrap;
	}
	.prepaid-home .features .feature{
		padding: 30px 5px;
		min-height: 60px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .shop .container{
		padding: 3% 2%;
	}
	.prepaid-home .shop .block .label{
		font-size: 26px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .rated-1 .container-wrapper {
		max-width: 100%;
	}
	.prepaid-home .rated-1 .button {
		margin: 15px 0 20%;
	}
	.prepaid-home .rated-1 .translucent {
		background-color: #000;
		opacity: .1;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.prepaid-home .rated-1 .caption {
		width: 60%;
		margin: 0 0 20px 0;
	}
	.prepaid-home  .rated-1 {
		background-position: left center;
		position: relative;
		text-align: left;
	}
	.prepaid-home .rated-1 .title {
		margin-top: 70px;
		max-width: 80%;
	}
	.prepaid-home .rated-1 .disclaimer {
		text-align: center;
		right: 0;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .anchors .container{
		padding: 0;
	}
	.prepaid-home .circles-wrapper a .label {
		font-size: 16px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .plans .select-lines {
		margin: 20px 0 0;
	}
	.prepaid-home .promo-carousel{
		padding: 20px 0 0;
	}
	.prepaid-home  .promo-carousel .item {
		width: 500px;
	}
	.prepaid-home  .promo-carousel .item .sticker{
		width: 55px;
		height: 55px;
		font-size: 15px;
	}
	/* Section styling ends */

	/* Section styling starts */
	.prepaid-home .plans .container{
		padding: 5% 0;
	}
	/* Section styling ends */
}

@media ( max-width : 750px) {
	/* Common styling starts */
	.prepaid-home .title {
		font-size: 40px;
	}
	.prepaid-home .sub-title {
		font-size: 24px;
	}
	.prepaid-home .caption {
		font-size: 16px;
	}
	/* Common styling ends */


	/* Section styling starts */
	.prepaid-home .header .title{
		line-height: unset;
	}
	.prepaid-home .header .caption{
		/* margin: 0; */
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .features .feature{
		min-width: 40%;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .shop .block-wrapper{
		flex-direction: column;
	}
	.prepaid-home .shop .block{
		padding: 20px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .circles-wrapper a {
		padding: 0 0 15px;
	}
	.prepaid-home .circles-wrapper a .circle {
		width: 75px;
		height: 75px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home  .promo-carousel .item {
		height: 200px;
		width: 300px;
		align-items: center;
	}
	.prepaid-home  .promo-carousel .item .sticker{
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
	.prepaid-home  .promo-carousel .item .promo-image{
		height: 70%;
	}
	.prepaid-home  .promo-carousel .item .promo-details .button {
		/* left: 0;
    	right: 0; */
		margin: 15px auto;
		position: relative;
		max-width: 150px;
		padding: 4px;
		font-size: 12px;
		bottom: 0px;
	}
	.prepaid-home .promo-carousel .item .promo-details .promo-title,
	#prepaid-promos .promo-carousel .item .promo-details .promo-title .strikethrough {
		font-size: 22px;
	}
	.prepaid-home .promo-carousel .item .promo-details .promo-title span {
		font-size: 14px;
	}
	.prepaid-home .promo-carousel .item .promo-details {

	}
	.prepaid-home .promo-carousel .item .promo-details .description {
		margin: 10px 0;
		font-size: 10px;
	}
	/* Section styling ends */


	/* Section styling starts */
	/* Section styling ends */
}

@media ( max-width : 500px) {
	/* Common styling starts */
	.prepaid-home .caption {
		font-size: 14px;
	}
	.prepaid-home  .button {
		font-size: 12px;
		max-width: 180px;
	}
	/* Common styling ends */


	/* Section styling ends */
	.prepaid-home .features .sub-title{
		margin: 0 0 5%;
	}
	.prepaid-home .features .feature .sticker{
		left: -20px;
		font-size: 12px;
    	width: 42px;
    	height: 42px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .rated-1 {
		background-position: 10% center;
	}
	.prepaid-home  .rated-1 .title {
		line-height: 45px;
		margin: 50px 0 20px 0;
	}
	.prepaid-home  .rated-1 .caption {
		margin: 0 0 20px 0;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .header{
		background-position: 70% center;
	}
	.prepaid-home .header .container-wrapper{
		max-width: 70%;
	}
	.prepaid-home .header .sub-title{
		margin: 10px 0;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .circles-wrapper a .circle {
		width: 55px;
		height: 55px;
	}
	.prepaid-home .circles-wrapper a .label {
		font-size: 10px;
	}
	/* Section styling ends */


	/* Section styling starts */
	.prepaid-home .plans .caption{
		font-size: 18px;
	}
	.prepaid-home .plans .select-lines .line-box, .prepaid-box{
		flex: 1;
		padding: 10px 0 5px;
	}
	.prepaid-home .plans .plan-includes .plan-features{
		display: block;
	}
	/* Section styling ends */


	/* Section styling starts */
	.plan-comparison .sub-title{
		text-align: left;
	}
	.plan-comparison .table .legend{
		box-shadow: 4px 0 10px -4px #888;
	}
	.plan-comparison .swipe.disclaimer{
		display: block;
	}
	/* Section styling ends */
	.prepaid-home .build-a-bundle {
		min-width: 98%;
	}

}


/*******************************NO1 NETWORK*******************************/
#content #lte-map-v2 {
	display: none;
	padding-top: 200px;
	background: #00011c;
	overflow: hidden;
}

#content #lte-map-v2.top-promo {
	padding-top: 25px;
	height: auto;
}

#content #lte-map-v2 .button{
	border: 1px solid #23BAFE;
}

#lte-map-v2.mbl .informational {
	padding-top: 15%;
	font-size: 10px;
	position: relative;
}

#lte-map-v2.mbl .box-section {
	margin-top: 10px;
	width: 150px;
	font-size: 12px;
	font-size: 12px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#lte-map-v2.mbl .color-lt-blu {
	margin-top: 0px;
}

#lte-map-v2.mbl .contentItemHeader {
	font-size: 20px;
	margin-top: 15%;
	z-index: 7;
}

#lte-map-v2.mbl .content-wrapper-section-header {
	font-size: 50px;
}

#lte-map-v2.mbl .separator {
	background: transparent;
}

#lte-map-v2 .box-section {
	display: block;
	position: absolute;
	right: 0px;
	margin-right: 5%;
	color: #fff;
	width: 160px;
	margin-top: -8%;
	z-index: 8;
}

#lte-map-v2 .box-section span {
	display: inline-block;
	vertical-align: super;
}

#lte-map-v2 .color-opt {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10%;
}

#lte-map-v2 .color-dk-blu {
	background: #00279a;
}

#lte-map-v2 .color-lt-blu {
	background: #01bbf5;
	margin-top: 35px;
}

#lte-map-v2 .informational {
	text-align: right;
	color: #fff;
	background: #00011c;
	position: relative;
	width: 95%;
	padding-right: 5%;
	margin-top: -1px;
	margin-bottom: 20px;
}

#lte-map-v2 .network-btn {
	position: relative;
	text-align: center;
	margin: auto;
	display: block;
	padding: 2%;
}

#lte-map-v2.mbl .network-btn a {
	margin-bottom: 10px;
}

#lte-map-v2.top-promo .informational {
	border-top: 2px solid #00011c;
}

#lte-map-v2 .contentItemRight {
	right: 11%;
	z-index: 20;
}

#lte-map-v2 .contentItemLeft {
	left: 2%;
}

#lte-map-v2 .rt-arrow {
	float: left;
}

#lte-map-v2 .arrow {
	color: #fff;
	font-size: 94px;
	font-weight: 100;
	display: inline-block;
	margin-top: -3px;
}

#lte-map-v2 .img-comp-slider {
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	width: 180px;
	margin-left: 17px;
}

#lte-map-v2.mbl .img-comp-slider {
	width: 180px;
	margin-left: 40px;
}

#lte-map-v2.mbl .arrow {
	font-size: 50px;
	margin-top: 15px;
}

#lte-map-v2 .img-comp-slider img {
	display: inline-block;
	float: left;
}

#lte-map-v2 .content-wrapper-section-header {
	font-size: 70px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: 100;
	color: #fff;
	position: relative;
	z-index: 3;
	background: #02001c;
	padding-bottom: 3%;
	padding-top: 1%;
}

#lte-map-v2 .content-wrapper-section-header .sub-title {
	display: block;
	font-size: 40px;
	font-weight: 300;
}

#lte-map-v2 .separator {
	width: 12px;
	height: 100px;
	display: inline-block;
	background: #fff;
	float: left;
	border-radius: 4px;
	margin-left: 10px;
	margin-right: 10px;
	left: unset;
}

#lte-map-v2 .img-comp-overlay {
	border-right: 2px solid #fff;
	z-index: 2;
}

.img-comp-container, .img-comp-container .img-comp-overlay {
	position: relative;
}

.img-comp-container {
	background: #00011c;
	margin: auto;
}

.img-comp-img {
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	border-top: 2px solid #00011c;
}

.img-comp-img img {
	display: block;
	vertical-align: middle;
	max-width: none !important;
	height: auto !important;
}

.top-promo .img-comp-img img {
	transform: scale(0.8, 1);
	-ms-transform: scale(0.8, 1);
	-webkit-transform: scale(0.8, 1);
	height: 490px !important;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	outline: 12px solid #00001c;
	outline-offset: -8px;
	font-weight: unset !important;
}

.mbl .img-comp-img img {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

#lte-map-v2 .contentItemHeader {
	color: #fff;
	position: absolute;
	font-size: 40px;
	padding: 2%;
	font-weight: 100;
	margin-right: 5%;
	z-index: 7;
}

#lte-map .sticky-scrollable-label {
	color: #fff;
	z-index: 9999999999;
	display: block;
	position: absolute;
	font-size: 40px;
	left: 40px;
	margin-top: 10%;
	font-weight: 100;
}

#lte-map span.content-wrapper-section-header.txt-banner {
	font-weight: 100 !important;
}

@media ( max-width : 500px) {
	#lte-map-v2.mbl .content-wrapper-section-header {
		font-size: 50px;
	}
	#lte-map-v2.mbl .content-wrapper-section-header .sub-title {
		font-size: 20px;
	}
}

@media ( max-width : 786px) {
	#content #lte-map-v2 {
		padding-top: 150px;
	}
	.top-promo .img-comp-img img {
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		height: auto !important;
	}
	.img-comp-img img {
		display: block;
		vertical-align: middle;
		max-width: none !important;
		height: auto !important;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		height: auto !important;
	}
	#content #lte-map-v2.top-promo {
		padding-top: 25px;
		height: auto;
	}
	#lte-map-v2 .content-wrapper-section-header {
		position: relative;
	}
}

@media ( max-width : 900px) {
	#lte-map {
		height: 220px;
	}
}

@media ( min-width : 900px) {
	.top-promo .img-comp-img img {
		transform: scale(0.8, 1);
		-ms-transform: scale(0.8, 1);
		-webkit-transform: scale(0.8, 1);
	}
}

@media ( min-width : 1000px) {
	.top-promo .img-comp-img img {
		transform: scale(0.7, 1);
		-ms-transform: scale(0.7, 1);
		-webkit-transform: scale(0.7, 1);
	}
}

@media ( min-width : 1100px) {
	.top-promo .img-comp-img img {
		transform: scale(0.6, 1);
		-ms-transform: scale(0.6, 1);
		-webkit-transform: scale(0.6, 1);
	}
}

@media ( min-width : 1400px) {
	.top-promo .img-comp-img img {
		transform: scale(0.5, 1);
		-ms-transform: scale(0.5, 1);
		-webkit-transform: scale(0.5, 1);
		font-weight: unset !important;
	}
}
/*******************************NO1 NETWORK*******************************/

/**********************C Spire Cares **********************/
#cspire-cares-prepaid {
	background: url(/resources/images/prepaid/nobull-prepaid.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#cspire-cares-prepaid .container {
	padding-top: 32px;
	padding-bottom: 40px;
}

#cspire-cares-prepaid .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
    z-index: 1;
    padding-left: 0 !important;
    margin: auto;
}
#cspire-cares-prepaid .md-heading {
    font-size: 64px !important;
    font-weight: 600;
    font-family: "Tablet-Gothic", Arial, sans-serif;
}
#cspire-cares-prepaid .md-heading .cs-blue {
    color: #28c2fe;
    font-weight: 700;
	padding-top: 0 !important;
}
#cspire-cares-prepaid .md-disclaimer {
    font-size: 1.25rem;
    font-family: "Comfortaa", Arial, sans-serif;
    max-width: 900px !important;
    padding-top: 16px !important;
}
#cspire-cares-prepaid .button {
	margin-bottom: 32px;
    padding: 8px 32px;
	border: #28c2fe solid;
}

/* Section styling starts */
@media (max-width: 900px) {
	#cspire-cares-prepaid {
		background: url(/resources/images/prepaid/nobull-prepaid-mo.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#cspire-cares-prepaid .text-wrapper {
		padding: 10px;
		justify-content: center;
		padding-top: 64px;
	}
	#cspire-cares-prepaid .text-wrapper .md-heading {
		font-size: 32px !important;
		padding-top: 24px;
	}
	#cspire-cares-prepaid .text-wrapper .md-disclaimer {
		color: #fff;
		font-size: 16px;
		margin-top: 8px;
	}
	#cspire-cares-prepaid .text-wrapper .button {
		font-size: 14px;
		margin-top: 16px;
		padding: 8px 24px;
		border-width: 3px;
		font-weight: 400;
		width: 190px;
	}
	#cspire-cares-prepaid .text-wrapper img {
		padding-bottom: 24px;
	}
}

.cspire-cares-wfh,
#cspire-cares-prepaid  {
  font-family: "Gotham A", "Gotham B", ProximaNovaSoft-Regular;

}
.cspire-cares-wfh .wrapper {
	background: #2B2B2B url(/resources/images/cspirecares-wfh-bk.png)
		no-repeat;
	background-size: contain;
	background-position: center;
}
.cspire-cares-wfh .wrapper .header-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 330px;
	padding: 2% 5%;
	text-align: center;
}
.cspire-cares-wfh .wrapper .header-wrapper .sub-heading .blue {
	font-weight: 500;
}
.cspire-cares-banner .cspire-cares-banner-wrapper{
    background: #505050;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    margin-top: 1%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cboxLoadedContent .cspire-cares-banner .cspire-cares-banner-wrapper{
    margin-bottom: 2%;
    margin-top: 0;
}
.cspire-cares-banner .cspire-cares-banner-wrapper .icon-image{
    margin-right: 5px;
    max-width: 25px;
}


/**********************C Spire Cares **********************/
/* CCS for FAQs starts here*/
.prepaid-home .section-title {
	font-size: 35px;
	font-weight: 400;
	margin: 30px 0;
	text-align: center;
}


.promise-section-wrapper, .freq-ques-wrapper, .section.byod-info {
	padding: 20px 10px;
}
.expand_heading {
	padding: 15px 10px 15px 40px;
	background-color: #f7f7f7;
	transition: border-color 0.5s ease;
	border: 1px solid #f7f7f7;
	position: relative;
	font-size: 20px;
	cursor: pointer;
}

.expand_heading:hover {
	border-color: #28C2FE;
}

.toggle_container {
	margin: 0 40px;
	padding: 10px 0;
}

.expand_heading .plus {
	padding: 0 10px;
	display: inline-block;
}

.section-title.faq-header {
	color: #28C2FE;
}

.expand_heading:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	display: inline;
	left: 0;
	top: 15px;
	padding: 0 15px;
}

.expand_heading.minus:before {
	content: "-";
	top: 13px;
	left: 3px;
}

.expand_wrapper {
	margin-bottom: 25px;
}

.expand-more {
	margin: 0 auto;
	text-align: center;
	display: none;
}

.expand-more .button {
	border-color: #23BAFE;
}

.expand-more .secondary-button {
	border-radius: 5px;
	font-size: 25px;
	padding: 10px 80px;
	cursor: pointer;
}

.question-section .box p {
	margin-top: 10px;
}

.question-section .box a {
	color: #28c2fe;
	text-decoration: underline;
}
@media(max-width: 500px){
	.section-title.faq-header{
		font-size: 26px;
	}
	#ways-to-pay {
		background-position: 55% center;
	}
	#colorbox .plan-comparison .table li {
	    height: 80px;
	}
	#cspire-cares-prepaid .xxl-heading {
	    font-size: 3rem;
	}
	.plans-details-list .select-lines.d-block .line-box, .prepaid-box {
		padding: 25px 0 20px 0;
	}
}
/* CCS for FAQs ends here*/


/* css global single prepaid line */

@media ( max-width : 750px) {
	#prepaid-plans .plan-info .feat-list{
		height: auto;
	}
}
#prepaid-plans .sub-title{
    padding-bottom: 3%;
}
#prepaid-plans .plan-info .feat-list{
    text-align: left;
    padding: 5%;
    font-size: 16px;
    line-height: 1.5;
    max-width: 350px;
    margin: auto;
    height: 235px;
}
#prepaid-plans .plan-info .item-info{
    font-size: 12px;
}
#prepaid-plans .plan-info .feat-list li.visible, #prepaid-plans .plan-info .feat-list li.showmoretext{
    margin-bottom: 7%;
    padding: 5px 0px 5px 33px;
    background: url(/resources/images/plans/green-check.png) no-repeat left 5px;
    font-weight: 400;
    text-align: left;
    margin: 7px 0;
    line-height: 20px;
}
#prepaid-plans .plan-info .feat-list li .plansToolTip{
	display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}
#prepaid-plans .plan-info .feat-list li .plansToolTip .info-icon {
    max-width: 15px;
}
#prepaid-plans .plan-info .feat-list span{
    font-size: 16px;
}
#prepaid-plans .plan-info .feat-list .see-more-link{
	background: none;
}
#prepaid-plans .plan-info .showmoretext{
	display: none;
}
#prepaid-plans .plan-info .feat-list .feat-marker {
    max-width: 20px;
    display: inline-block;
    float: left;
    margin-right: 5%;
}
#prepaid-plans .plan-info .feat-list a{
	color: #23BAFE;
}
#prepaid-plans{
	margin: 0;
}
#prepaid-plans .plan-info .feat-list.active{
	height: auto;
    transition: linear 0.2s ease;
}


/* end of css global single prepaid line */
/* 70 prepaid promotion */
#pre-multi.promo70 .header .banner-wrapper{
    background: url(/resources/images/promos/prepaid-2for70-landingimg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 420px;
}
#pre-multi.promo70 .header .banner-wrapper .banner-wrapper-img img{
	display:none;
}
#pre-multi.promo70 .header{
    min-height: 420px;
}
#pre-multi.promo70 .header .lg-text{
	width: 100%;
    max-width: 100%;
}
#pre-multi.promo70 .header .double-txt-wrapper{
    padding: 0% 0% 20px;
}
#pre-multi.promo70 .text-wrapper .double-txt-wrapper span{
    padding-top: 0 !important;
    line-height: inherit;
}
#pre-multi.promo70 .header .text-wrapper .sm-text{
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 0px;
    font-weight: 100;
}
#pre-multi.promo70 .header .text-wrapper .double-txt-wrapper sup{
    font-size: 20px;
}
#pre-multi.promo70 .header .button{
    margin: 0 0 2%;
}
#pre-multi.promo70 .header {
    background: none;
    border: 1px solid #eee;
}
#pre-multi.promo70 .banner-container .text-wrapper .wrapper {
    width: 100%;
}
@media(max-width: 980px){
	#pre-multi.promo70 .header .banner-wrapper{
	    background: none;
	}
	#pre-multi.promo70 .header .banner-wrapper .banner-wrapper-img img{
		display: block;
		margin: auto;
	}
	#pre-multi.promo70 .header .banner-wrapper .banner-wrapper-img img {
	    max-width: 100%;
	}
	#pre-multi.promo70 .header .banner-wrapper .banner-wrapper-img{
	    max-width: 500px;
    	border-bottom: 1px solid #eee;
	}
	#pre-multi.promo70 .header .banner-wrapper .text-wrapper {
    	margin-top: 3% !important;
	}
}
@media(max-width: 1024px){
	#pre-multi.promo70 .text-wrapper .double-txt-wrapper .nowrapper{
   	 	font-size: 1.7rem;
	}
}
/* end of 70 prepaid promotion */
/* prepaid tax promotion */
#pre-multi.prepaid-tax .header-tax .nowrap {
	white-space: nowrap;
}
#pre-multi.prepaid-tax .header-tax .button {
	background-color: #28C2FE;
	max-width: 235px;
	width: 100%;
	border-radius: 50px;
	border: 1px solid #28C2FE;
	margin: 2vw 0;
}
#pre-multi.prepaid-tax .header-tax .button:HOVER {
	color: #28C2FE;
	background-color: #FFFFFF;
}
#pre-multi.prepaid-tax .header-tax .banner-wrapper {
	background: url(/resources/images/prepaid_tax/prepaid-tax-phones.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 420px;
	background-size: contain;
}
#pre-multi.prepaid-tax .banner-container .banner-wrapper .text-wrapper {
	justify-content: flex-start;
	margin: auto;
	padding: 3% 5%;
}
#pre-multi.prepaid-tax .banner-container .text-wrapper .wrapper {
	max-width: 690px;
	margin: 0;
}
#pre-multi.prepaid-tax .header-tax .promo-copy {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 2vw;
}
#pre-multi.prepaid-tax .header-tax .title {
	font-size: 48px;
	font-weight: 100;
	width: 100%;
	color: #58595B;
	text-align: left;
}
#pre-multi.prepaid-tax .header-tax .title span {
	font-weight: 100;
	text-align: left;
}
#pre-multi.prepaid-tax .header-tax .subtitle {
	font-weight: 300;
	font-size: 3rem;
	color: #5D5D5D;
	margin-bottom: 3vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#pre-multi.prepaid-tax .header-tax .logoSm {
	height: 60px;
	margin-left: 20px;
}
#pre-multi.prepaid-tax .banner-container .text-wrapper .wrapper img {
	width: inherit;
}
@media ( min-width : 2560px) {
	#pre-multi.prepaid-tax .header-tax .banner-wrapper {
		margin: 0 auto;
	}
}
@media ( max-width : 1440px) {
	#pre-multi.prepaid-tax .header-tax .banner-wrapper{
		position: relative;
	}
	#pre-multi.prepaid-tax .header-tax .promo-copy {
		padding: 2vw;
		left: 0;
	}
}
@media ( max-width : 1024px) {
	#pre-multi.prepaid-tax .header-tax .banner-wrapper {
		background: transparent
			url(/resources/images/prepaid_tax/prepaid-tax-phones-mo.png)
			no-repeat center right;
		background-size: contain;
	}
	#pre-multi.prepaid-tax .header-tax .promo-copy {
		padding: 5vw 15vw 5vw 5vw;
		left: 0;
	}
}
@media ( max-width : 900px) {
	#pre-multi.prepaid-tax .header-tax {
		min-height: unset;
	}
	#pre-multi.prepaid-tax .header-tax .banner-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		min-height: 215px;
		text-align: center;
		position: inherit;
		background: transparent
			url(/resources/images/prepaid_tax/prepaid-tax-phones-mo.png)
			no-repeat center right;
		background-size: contain;
	}
	#pre-multi.prepaid-tax .header-tax .promo-copy {
		width: 100%;
	}
	#pre-multi.prepaid-tax .header-tax .promo-copy {
		padding: 2vw 20vw 2vw 4vw;
		position: inherit;
	}
	#pre-multi.prepaid-tax .header-tax .title, #pre-multi.prepaid-tax .header-tax .subtitle {
		max-width: inherit;
	}
	#pre-multi.prepaid-tax .header-tax .subtitle {
		font-size: 2rem;
	}
	#pre-multi.prepaid-tax .header-tax .logoSm {
		height: 50px;
	}
	#pre-multi.prepaid-tax .header-tax .button {
		margin: 15px 0 5% 0;
	}
	#pre-multi.prepaid-tax .header-tax .title {
		font-size: 42px;
	}
	#pre-multi.prepaid-tax .header-tax .title br {
		display: none;
	}
}
@media ( max-width : 600px) {
	#pre-multi.prepaid-tax .header-tax .promo-copy {
		padding: 2vw 37vw 2vw 2vw;
		position: inherit;
	}
	#pre-multi.prepaid-tax .header-tax .subtitle {
		font-size: 1.5rem;
	}
	#pre-multi.prepaid-tax .header-tax .logoSm {
		height: 30px;
		margin-left: 5px;
	}
	#pre-multi.prepaid-tax .header-tax .title {
		font-size: 32px;
		padding: 0;
	}
	#pre-multi.prepaid-tax .header-tax .copy {
		padding: 5vw
	}
}
@media ( max-width : 450px) {
	#pre-multi.prepaid-tax .banner-container .text-wrapper .wrapper {
		width: 90%;
		padding: 2vw;
	}
	#pre-multi.prepaid-tax .header-tax .title {
		font-size: 22px;
	}
}
/* end of prepaid tax promotion */
