@charset "UTF-8";
/* CSS Document */

html, body {
	font-size: 18px;
}

body {
	overflow-x: hidden ;
}

.container {
	max-width: 1440px;
}
.container-fluid {
/*	max-width: 1920px;*/
}

.header7 {
	font-size: 40px;
	line-height: 1.2;
}

.header6 {
	font-size: 36px;
}

.fontxxl {
	font-size: 32px;
}

.fontxl {
	font-size: 30px;
	line-height: 1.2;
}
.fontLarge {
	font-size: 24px;
}

.fontMedium {
	font-size: 20px;
}
.fontSmallest {
	font-size: 12px;
}


.iconSize {
	width: 64px;
	height: 64px
}
.max1230 {
	max-width: 1230px;
}

.orangeLink {
	color: #FF9E11;
	font-family: 'DINRoundOT-Medium', Helvetica, Arial, "sans-serif";
	text-decoration: underline!important;
}
.orangeLink:hover {
	color: #FF7511;
	text-decoration: underline !important;
}
.grayLink {
	color: #666666;
}
.grayLink:hover {
	color: #666666;
	text-decoration: underline !important;
}
.maxContainerWidth {
	max-width: 1920px !important;
}
/*
.maxContainerWidth {
	max-width: 1920px;
	border: 1px solid red;
}
*/
.text-truncate {
	color: #FF9E11;
}
.grayText {
	color: #666666;
}
button {
	background-color: transparent;
	border: 0;
}
.orangeButton {
	background-color: #FF9E11;
	padding: 10px 48px;
	color: #FFF;
	border-radius: 30px;
	font-size: 16px;
	white-space: nowrap
}

.orangeButton:hover {
	background-color: #FFFFFF;
	border: 1px solid #FF9E11;
	color: #FF9E11;
}

/*
.orangeButtonLine {
	border: 1px solid #FF9E11;
	padding: 10px 48px;
	color: #FF9E11;
	border-radius: 30px;
	font-size: 16px;
	white-space: nowrap
}

.orangeButtonLine:hover {
	background-color: #FF9E11;
	color: #FFF;
}
*/

img {
/*	image-rendering: -webkit-optimize-contrast;*/
}
.posAbsoluteRelative {
	position: absolute
}
#subNavbar .nav-link {
    font-size: 16px;
	color: #FFF;
}
#subNavbar .nav-link:hover {
  color: #FF9E11;
}
#subNavbar .nav-link.active {
  color: #FF9E11;
}





/*Search Field*/

#searchWrapper {
	background-color: #FFF;
	border-radius: 25px;
/*	padding: 5px 20px;*/
}
#searchInput {
	border: 0;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    box-shadow: 0 0 0 30px white inset !important;
}




.searchIcon {
	height: 20px;
}
#searchWrapper {
/*    display: none;*/
}
/*
.showBlock {
	display: block !important;
}
.showNone {
	display: none !important;
}
*/
button:focus-visible,
input:focus,
input:focus-visible {
	outline-color: transparent !important;
	background-color: rgb(255,255,255) !important;
}

.title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
.subtext {
  font-size: 18px;
}
.marginTop {
  margin-top: 125px;
}
.increaseMarginTop {
	margin-top: 140px !important;
	transition: width 2s;
}
/*Slick Arrow*/
.slick-prev, .slick-next {
	z-index: 1;
	top: 50%;
	width: inherit;
	height: inherit;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev::before {
	content: url(../images/carousel_arrow_previous_desktop.svg);
	opacity: 1;
}
.slick-next::before {
	content: url(../images/carousel_arrow_next_desktop.svg);
	opacity: 1;
}
/*Slick Dots*/
.slick-dots {
	display: none !important;
}
.slick-dots li button::before {
	font-size: 10px;
	color: #CCCCCC;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #FF9E11;
}

/*=======================MAIN PAGE=======================*/
/*/////////////Header/////////////*/
.newWorldPlusesPosition {
/*  margin-left: -82px;*/
  margin-top: 0;
}
.headerTextPosition {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    padding: 0 0 0 7%;*/
    margin-left: -7.2%;
	position: relative;
}
.headerTextPosition .subtext {
	padding-left: 27%;
}
/*/////////////On Mission/////////////*/
.missionTextPosition {
  margin: 0 -5% 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 80px 0
}
/*/////////////Voice + Data/////////////*/
.orangeBorder {
	border: 2px solid orange;
	border-radius: 8px;
	padding: 10px
}
/*////////////Bespoke Bundles////////////*/
.carouselImages {
	border-radius: 10px;
/*	box-shadow: 0 32px 32px #E6E6E6;*/
	box-shadow: 0 32px 32px rgba(0, 0, 0, 0.05);
	max-width: 430px;
	margin: 0 auto;
}
.slick-track {
/*   padding: 10px 0;*/
	padding: 2% 0 5% 0 !important;
}
.slick-list {
/*	margin: 0 3%;*/
/*	padding: 0 5% !important;*/
	width: 100% !important;
	max-width: 1920px !important;
	
}


/* slide when not active/center*/
.centerPosition .slick-slide {
/*	width: 100% !important;*/
/*	max-width:385px !important;*/
	margin: 20px 10px 0 10px !important;
}

.slick-slide a:hover .carouselImages{
	border: 2px solid #EDEDED;
/*	box-shadow: 0 32px 32px rgba(0, 0, 0, 0.1);*/
	
}

/*/////////////Additional Data Given/////////////*/
#additionalDataCounterWrapper {
	font-size: 2.5rem;
	color: #FFF;
	background-color: #000;
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
	padding: 10px 5px;
	line-height: 1;
}
/*/////////////how it works/////////////*/
.step {
	color: #FFF;
	margin-bottom: 30px;
}
.stepSubtext {
	color: #FFF;
}

.stepWrapper {
	width: 61%;
	height: 81%;
	bottom: 0;
	right: 0;
}
#howItWorksWrapper .nav {
	border-bottom: 3px solid #F4F4F4;
}
#howItWorksWrapper	.nav-pills .nav-link.active {
		background-color: transparent;
		border-bottom: 3px solid #FF9E11;
		color: #FF9E11;
		border-radius: 0;
	}
#howItWorksWrapper .nav-link {
	color: #666666;
}
#howItWorksWrapper .nav-link:hover {
	color: #000;
}
#howItWorksContent img {
	padding: 0;
}

/*//////////////obsolete network services//////////////*/
#obsoleteWrapper, #pastBillsWrapper, #suppPlanWrapper, #multisimWrapper {
	background-color: #fafafa;
	border: 2px solid #CCCCCC;
	border-radius: 5px;
	padding: 30px 40px
}
.rotated {
	-webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
	transition: transform 0.2s linear;
}
#obsoleteCollapse .card,
#suppPlanCollapse .card,
#multisimCollapse .card{
	background-color: transparent;
	border: 0;
}
#obsoleteWrapper ul {
	margin-left: -20px;
/*	list-style-type: none;*/
}
.obseleteUl li {
	padding-bottom: 10px;
	line-height: 1.2;
}

/*//////////////social media//////////////*/
#socialMedia img{
	max-width: 40px;
}
#footerTextBox {
	font-size: 13px;
}
.borderRight {
	border-right: 1px solid gray;
}
/*/////////////footer/////////////*/
	.fa-times {
		font-size: 30px !important
	}
	#appWrapper{
		position: sticky;
		bottom: 0;
		left: 0;
		background: #000;
		z-index: 20000;
	}
	#appCloseButton {
		color: #BDBDBD;
	}
	#appCloseButton:hover {
		color: #FFFFFF;
	}
	#appTitle {
		font-size: 30px;
		line-height: 1.2;
	}
	#appSubtext {
		font-size: 12px;
	}
	.appIcons {
		max-width: 140px;
	}
/*////////////Footer Box////////////*/
.footerPadding {
	padding: 30px 40px;
}


/*==================================MINIMUM==================================*/
@media (min-width: 768px) {
  .borderRadius, .picBorderRadius {
    border-radius: 15px;
  }
	#searchWrapper {
/*
		display: flex;
		flex-direction: row;
*/
	}
}
@media (min-width: 992px) {
  /*//////////////////////Header//////////////////////*/
	.newWorldPlusesPosition {
/*	  margin-left: -112px;*/
	  margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.newWorldPlusesPosition {
/*		margin-left: -132px;*/
	}
}
@media (min-width: 1280px) {
/*
	#subNavbar .nav-link {
		font-size: 14px;
	}
*/
	#subNav01 {
		width: 38.5%
	}
	#subNav02 {
		width: 28%
	}
	#subNav03 {
		width: 7%
	}
	#searchWrapper {
		width: 29%
	}
}
@media (min-width: 1400px) {
/*
	.slick-prev::before {
		content: url(../images/carousel_arrow_previous_desktop_full.svg);
		opacity: 1;
	}
	.slick-next::before {
		content: url(../images/carousel_arrow_next_desktop_full.svg);
		opacity: 1;
	}
*/
}
/*==================================MAXIMUM==================================*/
@media (max-width: 576px) {
	
	#obsoleteWrapper,
	#pastBillsWrapper,
	#suppPlanWrapper,
	#multisimWrapper{
		padding: 10px;
	}
	#obsoleteWrapper img,
	#pastBillsWrapper img,
	#suppPlanWrapper img,
	#multisimWrapper img{
		max-width: 50px;
	}
	#obsoleteCollapse {
		font-size: 14px;
	}
	#obsoleteCollapse .h5 {
		font-size: 18px
	}
	
	#subNav01 {
		width: 0;
		display: none;
	}
	#subNav02 {
		width: 60%
	}
	#subNav03 {
		width: 0;
		display: none;
	}
	.slick-list {
		margin: 0;
	}
	
	.fontxl {
		font-size: 20px;
	}
	.fontMedium {
		font-size: 14px;
	}
	/*////////////Footer Box////////////*/
	.footerPadding {
		padding: 10px 10px;
	}
	.orangeButton,
	.orangeButtonLine{
		font-size: 14px;
		padding: 8px 8px;
		width: 100%;
		max-width: 160px;
	}
	
}
@media (max-width: 767px) {
	html, body {
		font-size: 18px;
	}
	.header7 {
		font-size: 26px;
		line-height: 1.2;
	}
	.posAbsoluteRelative {
		position: relative
	}
	  .title {
		font-size: 30px;
	  }
	  .subtext {
		font-size: 18px;
	  }
	.headerTextPosition {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 0;
		padding: 0 7% 7% 7%;
	}
	.headerTextPosition .subtext {
		padding-left: 0;
	}
	.searchIcon {
		filter: invert(1);
	}
	@keyframes fadeIn {
		from {
		  opacity: 0;
		  transform: scale(0);
		  transform-origin: top left;
		}
		to {
			opacity: 1;
			transform: scale(1);
			transform-origin: top left;
		}
	}
	#searchWrapper {
		background-color: #FFF;
		animation: fadeIn 0.2s;
	}
	.slick-dots {
		display: block !important;
	}
	.slick-prev::before {
		content: url(../images/carousel_arrow_previous_mobile.svg);
		opacity: 1;
	}
	.slick-next::before {
		content: url(../images/carousel_arrow_next_mobile.svg);
		opacity: 1;
	}
  /*///////////////////On Mission///////////////////*/
  .missionTextPosition {
    margin: -20px 0 0 0;
    display: block;
	padding: 0 7% 7% 7%;
  }
  /*///////////////////Header///////////////////*/
  .newWorldPlusesPosition {
    margin-left: 0;
	margin-top: 30px;
	  max-width: 400px;
    width: 100%;
  }
	.headerImage {
		width: 100%;
		max-width: 600px
	}
	.marginTop {
	  margin-top: 100px;
	}
	
	/*/////////////how it works/////////////*/
	#howItWorksWrapper .nav-link {
		padding-bottom: 10px;
	}
	.step {
		color: #FF9E11;
	}
	.stepSubtext {
		color: #000;
	}
	.stepWrapper {
		margin-top: 20px;
		width: inherit;
		height: inherit;
		text-align: center;
		justify-content: center;
		
	}
	#howItWorksContent img {
		padding: 0 20px;
	}
	#appTitle {
		font-size: 24px;
	}
	#appSubtext {
		font-size: 12px;
	}

		
	.header6 {
		font-size: 20px;
	}
	
	.fontxxl {
		font-size: 26px;
		line-height: 1.2;
	}
	.fontLarge {
		font-size: 18px;
	}
	
	.carouselImages {
		width: 90%;
    	margin: 0 auto;
		box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	}
}




@media (max-width: 991px) {
/*////////////Bespoke Bundles////////////*/

	/*	social media*/
	.borderRight {
		border-right: 0;
	}
	
}
/*==================================MINIMUN - MAXIMUM==================================*/
@media screen and (min-width: 576px) and (max-width: 767px) {
	.container {
		max-width: 767px
	}
}
@media screen and (min-width: 576px) and (max-width: 991px) {
	#subNav01 {
		width: 0;
		display: none;
	}
	#subNav02 {
		width: 45%
	}
	#subNav03 {
		width: 15%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 24px;
  }
  .subtext {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  	
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  	/* slide when not active/center*/
	.centerPosition .slick-slide,
	.centerPosition .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
		margin: 20px 10px 0 10px;
	}

	/* slide when active/center */
	.centerPosition .slick-center,
	.centerPosition .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		margin-top: 0;
		transition: margin-top 0.5s;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	#subNav01 {
		width: 28%
	}
	#subNav02 {
		width: 28%
	}
	#subNav03 {
		width: 8%
	}
	#searchWrapper {
		width: 29%
	}
}









.table-data tr {
	border: 1px solid #111;
}
.table-data td {
	/* border: 1px solid #111; */
	padding: 1rem;
}
/* .table-data td:nth-child(1) {
	border-left: none;
}
.table-data td:nth-child(2) {
	border-left: none;
	border-right: none;
}
.table-data td:nth-child(3) {
	border-right: none;
} */
.table-data .th {
	font-weight: 900;
	background-color: #efefef;
}