/*************/
/*Header*/
.text-right {
	text-align: right !important;
}

header {
	background-color: #fff;
}

.small,
small {
	font-size: .975em !important;
}

.hiw {
	position: relative;
}

.rounded {
	border-radius: 20px;
}

.reverse-menu {
	/* flex-direction: row-reverse; */
	/* padding: 1rem; */
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nav-link {
	color: #000000 !important;
}

.main-logo {
	width: 250px;
}

.main-bg {
	background: #FFCA06;
}

.main-cl {
	color: #FFCA06;
}

.secunday-bg {
	background: #0877BC;
}

.secunday-cl {
	color: #0877BC;
}

.vr {
	display: block;
	height: 100%;
	width: 2px !important;
	border: 1px;
	margin: 5px;
	background: #0877bc !important;
	opacity: 0.75 !important;
}

.hide-desktop {
	display: none;
}

/*************/
/*Navbar*/
 .menu-text {
 	font-family: 'Mulish', sans-serif;
 	font-style: normal;
 	font-weight: 700;
 	font-size: 16px;
 	line-height: 33px;
 	color: #fff !important;
 }

 .navbar {
 	background-color: #031F2B !important;
 	padding-left: 1rem;
 	padding-right: 1rem;
 	padding-top: unset !important;
 	padding-bottom: unset !important;
 	height: 110px;
 	color: white;
 }

 .head-ct-btn {
 	background: #ff0000 !important;
 	color: #fff !important;
 	border-radius: 23px !important;
 	text-transform: uppercase;
 	font-weight: 700;
 	padding: 13px !important;
 }

 #navbarSupportedContent {
 	justify-content: center;
 	column-gap: 5rem;
 	padding: 1rem;
 }

 #navbarSupportedContent ul {
 	column-gap: 2rem;
 }

 .btn-mobile {
 	display: none !important;
 }

 @media (max-width: 1000px) {
 	.navbar {
 		height: auto;
 	}
 }

 @media (max-width: 767px) {
 	.logo-container {
 		margin-top: 15px;
 		margin-bottom: 15px;
 	}

 	.navbar-toggler {
 		display: none !important;
 	}

 	.head-ct-btn {
 		padding: 7px 0px !important;
 		margin-top: 5px;
 	}

 	.btn-mobile {
 		display: block !important;
 	}
 }
/*************/
/*BODY*/
 .main-red{
		color: #FF0202;
 }
 .plan-text{
	min-height: 230px;
 }
 .plan-text925 {
 	min-height: 210px;
 }
 .plan-text span,  .plan-text925 span{
	font-weight: 600;
 }
 .plan-name{
	font-weight: 900;
	font-size: 25px;
 }
 .middle-border{
	height: 85%;
	width: 2px !important;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}

.custom-mh{
	font-size: 16px;
	min-height: 42px;
}

 .plan-group input[type="radio"] {
	/*display: none;*/
	margin: 10px;
	opacity: 0; 
	position: absolute;
 }

 #plan-error{
	background: #fbe3e4;
	padding: 10px;
 }

 .plan-label {
 	padding: 10px 20px;
 	border: 2px solid #FF0202;
 	border-radius: 8px;
 	background-color: #FF0202;
 	color: white;
 	cursor: pointer;
 	transition: all 0.3s ease;
 	font-weight: bold;
	display: inline-block;
	width: 280px;
 }

.plan-group input[type=radio]:checked+label {
	background-color: #850303 !important;
	color: white !important;
	border: 2px solid #850303;
}

 .plan-label:hover {
 	background-color: #850303;
	border: 2px solid #850303;
 }
 
.fp-title{
	font-size: 1.4rem;
	font-weight: 700;
}
  .hide-row {
  	display: none !important;
  }

  .text-right {
  	text-align: right !important;
  }

  .simple-text {
  	max-width: 390px;
  	border-left: 1px solid #ccc;
  }

  .blue-wrapp {
  	background-color: #0481c4;
  }

  .coverage-title {
  	color: #fadc0e;
  	font-size: 4rem;
  	text-transform: uppercase;
  }

  .hero-bg {
  	background-image: url("/img/Background.png") !important;
  	background-position: center !important;
  	background-repeat: no-repeat !important;
  	background-size: cover !important;
  }

  .row-hero {
  	min-height: 280px;
  }

  .simple-text p {
  	padding-left: 10px;
  }

  .text-coverage {
  	text-align: right;
  }

  .pcut-5 {
  	padding-top: 3rem;
  }

  @media (max-width: 767px) {

	.plan-text {
		min-height: auto;
		margin-bottom: 0px;
	}
	
  	.text-coverage {
  		text-align: center;
  	}

  	.col-zipcode {
  		width: 100%;
  		margin-top: 0px;
  	}

  	#process-form {
  		margin-top: 0px;
  	}

  	.pcut-5 {
  		padding-top: 1.5rem;
  	}

  	.sub-wrapp {
  		margin-top: 0.1rem;
  		margin-bottom: 1.0rem;
  	}
  }

/*************/
/*FORM STEP*/
.form-initial_input {

	width: 3em;

	height: 3em;

	margin-top: .25em;

	/* vertical-align: top; */

	background-color: #fff;

	background-repeat: no-repeat;

	background-position: center;

	background-size: contain;

	border: 1px solid rgba(0, 0, 0, .25);

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin-right: 15px;

	display: block;

}



.indi-ol {

	padding-left: 1.2rem;

	font-size: 15px;

}



.household-list {

	width: 100% !important;

}



#agreement-list li,
.household-list li {

	list-style: none !important;

}



.grid-row {

	display: flex;

	flex-flow: row;

	align-items: center;

	justify-content: start;

}



.grid-item {

	flex-basis: auto;

	position: relative;

	box-sizing: border-box;

}



.first-child {

	flex-basis: 78% !important;

}



.error {

	color: red;

}



.btn-file input[type=file] {

	position: absolute;

	top: 0;

	right: 0;

	min-width: 100%;

	min-height: 100%;

	font-size: 100px;

	text-align: right;

	filter: alpha(opacity=0);

	opacity: 0;

	outline: none;

	background: white;

	cursor: inherit;

	display: block;

}



.btn-file {

	position: relative;

	overflow: hidden;

	width: 100%;

	font-family: 'Roboto';

	padding: 21px 0px;

	display: inline-flex;

	align-items: center;

	align-content: center;

	justify-content: center;

}



.progress {

	display: -ms-flexbox;

	display: flex;

	height: 1.8rem;

	overflow: hidden;

	line-height: 0;

	font-size: .75rem;

	background-color: #C1DBF2;

	border-radius: 1rem;

	margin-top: 20px;

	margin: 20px 0px;

}



.wizard>.steps>ul>li {

	width: 32% !important;

	font-size: 0.85rem;

}



.wizard>.steps a,

.wizard>.steps a:hover,

.wizard>.steps a:active {

	padding: 1em 0.85em;

}



.wizard>.content>.body input {

	display: initial !important;

}



@media (min-width: 990px) and (max-width: 1024px) {

	.wizard .steps ul {

		top: 62px !important;

		left: 45px;

	}



	.wizard>.steps>ul>li {

		width: 20% !important;

		font-size: 0.85rem;

	}



	.wizard>.steps a,

	.wizard>.steps a:hover,

	.wizard>.steps a:active {

		padding: 0.85em 0.25em;

	}

}



@media (min-width: 768px) and (max-width: 992px) {

	.simple-text {

		margin-left: auto;

		margin-right: auto;

		display: block;

	}



	.wizard .steps ul {

		top: 62px !important;

		left: 0px;

	}



	.wizard>.steps>ul>li {

		width: 17% !important;

		font-size: 0.85rem;

	}



	.wizard>.steps a,

	.wizard>.steps a:hover,

	.wizard>.steps a:active {

		padding: 0.85em 0.25em;

	}



	.wizard>.steps .number {

		display: block;

		width: 50px;

		margin-bottom: 5px;

		margin-left: auto;

		margin-right: auto;

	}



	#process-form {

		margin-top: 5px !important;

		height: 48px;

		width: 254px;

	}



	.activation-background {

		padding: 30px 30px;

		background-size: 68% !important;

		background-position: 101% 20% !important;

	}



	.img-hero {

		width: 550px;

		margin-left: auto;

		margin-right: auto;

		display: block;

		margin-top: 5px;

	}



	.simpletext-h2 {

		text-align: center;

	}



	.car-wrapp {

		font-size: 18px;

	}

}



@media (max-width: 767px) {



	.wizard>.steps>ul>li {

		width: 100% !important;

		font-size: 0.95rem;

		margin-bottom: 15px;

	}



	.wizard>.steps a,

	.wizard>.steps a:hover,

	.wizard>.steps a:active {

		padding: 0.5em;

		font-size: 22px;

	}



	.wizard>.actions a,

	.wizard>.actions a:hover,

	.wizard>.actions a:active {

		font-size: 20px;

	}



	.done {

		display: none !important;

	}



	.wizard>.actions {

		margin-bottom: 25px;

	}



	.social-area,

	.policy-area,

	.copyright-area {

		text-align: center !important;

	}



	.onlydesk {

		display: none !important;

	}



	.btn-file {

		padding: 13px;

	}



	#coverage {

		text-align: center;

	}

}



.steps li a {

	color: #fff;

}



.address-card,

#wizard-p-4 .card {

	min-height: 450px;

}



.ct-label {

	margin-top: 21px;

}



#fcc_check-label,

#transfer_consent-label {

	font-size: 18px;

	text-align: left;

	margin-left: 25px !important;

}



#fcc_check,

#transfer_consent {

	margin-left: 0.1rem !important;

}



#wizard-p-3 p,

#wizard-p-4 p {

	color: #093d5f;

}



#wizard-p-3 h1 {

	color: #093d5f;

	font-size: 2.0rem;

}



.wizard>.steps {

	height: 2px;

	border-radius: 15px;

}

.wizard>.content>.body {

	width: 100%;

	height: auto;

	position: relative !important;

}



.wizard>.content>.body label {

	margin-bottom: 0;

	font-weight: 500;

}



.wizard .steps ul {

	display: none;

}



.wizard>.steps .done a,

.wizard>.steps .done a:hover,

.wizard>.steps .done a:active {

	color: #b5b5b5;

}



.wizard>.actions a,

.wizard>.actions a:hover,

.wizard>.actions a:active {

	background: transparent !important;

	padding: 0.4em 1.5em !important;

	min-height: 50px;

	font-weight: 800;

}



.wizard>.actions>ul {

	display: flex !important;

	text-align: center;

	justify-content: center !important;

	width: 100%;

}



.wizard>.actions>ul>li {

	width: 50%;

	text-align: center;

	transition: all 0.2s ease, visibility 0s;

	border-radius: 8px;

	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);

	background: #FF0202 !important;

	border: 0px solid #FF0202 !important;

	padding: 0px 0px;

	font-size: 18px;

	font-weight: 700;

	text-transform: uppercase;

}



tr {

	margin: 0 0 1rem 0;

	border: 1px solid #aba8a8;

}
.qty{
	text-align: center;
}



@media (min-width: 992px) and (max-width: 1024px) {

	.wizard>.actions {

		width: 315px !important;

		top: 0px;

		left: -15px;

		z-index: 555;

	}



	.wizard>.actions>ul>li:nth-child(2) {

		width: 100%;

		text-align: center;

	}



	.wizard>.actions>ul>li a {

		width: 100%;

		text-align: center;

		font-size: 22px;

	}



	#process-form {

		margin-top: 5px;

		height: 48px;

		width: 254px;

	}

}



@media (min-width: 768px) {

	.wizard>.actions {

		margin-bottom: 20px;

	}

}



@media (min-width: 1200px) {

	.wizard {

		min-height: auto;

	}

	.wizard>.actions {

		width: 430px !important;

		top: 0px;

		left: 0px;

		z-index: 555;

	}

	.wizard>.actions>ul>li {

		width: 100%;

		text-align: center;

		font-size: 22px;

	}

	.ctm-relative {

		min-height: 80px;

	}

	#the_text {

		position: initial;

		z-index: 9999;

	}

	.card {

		margin-bottom: 0px;

	}

}



@media only screen and (max-width: 760px),

(min-device-width: 768px) and (max-device-width: 1024px) {
	.chplan-name{
		font-size: 1.3rem;
	}
	.AcceptUI{
		width: 100% !important;
	}
	.qty {
		text-align: left;
	}

	/* Force table to not be like tables anymore */

	table,

	thead,

	tbody,

	th,

	td,

	tr {

		display: block;

		border-color: #dee2e6;

	}



	/* Hide table headers (but not display: none;, for accessibility) */

	.chekcout-table tbody tr{
		display: flex;
		flex-wrap: wrap;
	}
	.chekcout-table tbody tr th {
		flex: 0 0 auto;
		width: 50%;
	}

	.chekcout-table tbody tr td,.chekcout-table tbody tr th {
		flex: 0 0 auto;
		width: 50%;
	}
	.chekcout-table .tfoot tr td{
		width: 100% !important;
	}

	thead tr {

		position: absolute;

		top: -9999px;

		left: -9999px;

	}



	tr {

		margin: 0 0 1rem 0;

		border: 1px solid #aba8a8;

	}



	td {

		border: none;

		border-bottom: 1px solid #c8c8c8;

		position: relative;

		padding-left: 55%;

		padding-top: 2px;

		padding-bottom: 2px;

	}



	td:before {

		position: absolute;

		top: 0;

		left: 6px;

		width: 45%;

		padding-right: 10px;

		white-space: nowrap;

		font-size: 13px;

	}



	/* td:nth-of-type(1):before {

		content: "";

	}



	td:nth-of-type(2):before {

		content: "All 48 States";

	}



	td:nth-of-type(3):before {

		content: "Alaska";

	}



	td:nth-of-type(4):before {

		content: "Hawaii";

	}



	td:nth-of-type(5):before {

		content: "";

	} */



}


a.disabled {

	color: #fff !important;

	background-color: #dc3545 !important;

	border-color: #dc3545 !important;

}

/*************/
/*Plans*/
.text-h2 {
	color: #0877BC;
	font-family: 'Mulish', sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.plan-bg {
	border-radius: 12px;
	background: linear-gradient(132deg, #0877BC -76.19%, rgba(255, 255, 255, 0.95) 96.13%);
}

.plan-card {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 4px 30px 4px rgb(0 0 0 / 8%);
	padding: 0px;
	min-height: 375px;
	margin-bottom: 20px;
}

.plan-card-details {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 4px 30px 4px rgb(0 0 0 / 8%);
	padding: 0px;
	min-height: 400px;
	margin-bottom: 20px;
	margin-top: -79px;
}

.plan-card-2 {
	border-radius: 12px;
	padding: 0px;
	min-height: 315px;
	margin-bottom: 20px;
}

.plan-title {
	border-radius: 12px 12px 0px 0px;
	min-height: 80px;
	color: #fff;
	text-align: center;
}

.plantitle-unlimited {
	border-radius: 12px 12px 0px 0px;
	background: #0877BC;
	min-height: 80px;
	color: #fff;
	text-align: center;
}

.plan-title span {
	font-size: 1.8rem;
}

.plan-body {
	min-height: 115px;
}

.plan-body h4 {
	font-family: 'Avenir', sans-serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 10px;
}

.plan-list {
	color: #0877BC;
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.plan-list p {
	margin-bottom: 10px;
	text-align: left;
}


.price-yellow {
	color: #FFCA06;
	text-align: center;
	font-family: 'Avenir', sans-serif;
	line-height: normal;
	text-decoration: line-through;
}

.price-blue {
	color: #0877BC;
	font-family: 'Avenir', sans-serif;
	line-height: normal;
}

.plan-title {
	min-height: 80px;
}

.plan-title h2 {
	font-size: 2.3rem;
	font-weight: 700;
	color: #ffffff;
}

.plan-body {
	min-height: 115px;
}

.plan-btn {
	padding-left: 20px;
	padding-right: 20px;
}

.text-h3 {
	color: #FFCA06;
	font-family: 'Mulish', sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.program-list {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
}

.program-list>li::before {
	font-family: 'FontAwesome';
	content: "\f00c ";
	left: 0;
	top: 0px;
	font-size: inherit;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #333333;
	margin-right: 10px;
}

.plan-sim {
	position: relative;
	right: -178px;
	z-index: 999;
	top: 100px;
}

.plan-title-detail {
	border-radius: 12px 12px 0px 0px;
	background: #FFCA06;
	min-height: 80px;
	color: #fff;
	text-align: center;
}

.plan-title-detail h2 {
	font-size: 3.3rem;
	font-weight: 700;
	color: #ffffff;
}

.plan-features {
	color: #0877BC;
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
}

.plan-features li {
	text-align: left;
}

.plan-body-details h3 {
	font-family: 'Avenir', sans-serif;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 10px;
	color: #0877BC;
}

.btn-sim {
	border-radius: 12px;
	background: #ECC902;
	height: 65px;
	width: 197px;
	color: #fff;
	font-weight: 600;
}

.font-size-06em {
	font-size: 0.6em;
}

/*************/

/*************/
/*Family Plans*/

.plan-card-2 {
	border-radius: 12px;
	padding: 0px;
	min-height: 340px;
	margin-bottom: 20px;
}

.plan-title_2 h2 {
	font-size: 2.3rem;
	font-weight: 700;
	color: #0877BC;
}

.plan-small {
	color: #0877BC;
}

.price-yellow-2 {
	color: #FFCA06;
	text-align: center;
	font-family: 'Avenir', sans-serif;
	line-height: normal;
}

.plan-body h5 {
	font-family: 'Avenir', sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 10px;
}

.plan-list {
	color: #0877BC;
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.btn-detail {
	align-items: center;
	cursor: pointer;
	z-index: 90;
	border-radius: 12px !important;
	background: #0877BC !important;
	margin-bottom: 9px;
	width: 80%;
	height: 50px;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: auto;
	margin-right: auto;
}

.btn-detail:hover {
	box-shadow: 0 0 6px 1px rgb(95 91 205);
	background-color: #FFCA06 !important;
	color: #fff !important;
}

.btn-detail-red {
	align-items: center;
	cursor: pointer;
	z-index: 90;
	border-radius: 12px !important;
	background: #EC0202 !important;
	margin-bottom: 9px;
	width: 80%;
	height: 50px;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: auto;
	margin-right: auto;
}

.btn-detail-red:hover {
	box-shadow: 0 0 6px 1px rgb(95 91 205);
	background-color: #EC0202 !important;
	color: #fff !important;
}

.fontzise-2em {
	font-size: 2em !important;
}

.btn-secundary {
	line-height: 2.1 !important;
	align-items: center;
	cursor: pointer;
	z-index: 90;
	border-radius: 12px !important;
	background: #0877BC !important;
	margin-bottom: 9px;
	width: 350px;
	height: 50px;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: auto;
	margin-right: auto;
}

.btn-secundary:hover {
	box-shadow: 0 0 6px 1px rgb(95 91 205);
	background-color: #ffffff !important;
	color: #0877BC !important;
}

/*************/

#hero-desktop {
	background: url('../img/Hero5.png')no-repeat;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	min-height: 430px;
}

@media (min-width: 1700px) and (max-width: 2560px) {
	#hero-desktop {
		min-height: 575px;
	}
}

@media (max-width: 767px) {
	#hero-desktop {
		min-height: 100px;
	}

	.ct-reverse {
		flex-direction: column-reverse;
	}

	.plan-features {
		margin-left: 25px;
	}
}

section {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*min-height: 400px;*/
}

.space {
	height: 45px;
}

.top-section {
	background: url('../img/top.svg')no-repeat;
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: bottom;
	min-height: 520px;
}

.footer-dark {
	background: #333;
	color: #aaa
}

.simple-height {
	min-height: 65px;
}

.main-text {
	width: 55%;
}

.main-family-text {
	width: 80%;
}

#main-img {
	margin-top: -31%;
	z-index: 9999;
}

#mainimg-index {
	margin-top: -35%;
	z-index: 1;
}

#main-img-plan {
	margin-top: -22%;
	z-index: 9999;
}

.main-wrapper {
	border-radius: 12px;
	backdrop-filter: blur(79px);
	padding: 30px 30px !important;
}

.yellow-bg {
	background: linear-gradient(147deg, #EDC01C 45.47%, #A88C3E 104.06%);
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.25);
}

.white-bg {
	background: linear-gradient(177deg, #FFF 61.89%, #FFF 131.08%);
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.25);
}

.white-text {
	color: #fff;
}

.blue-text {
	color: #0877BC !important;
	font-size: 1.5rem;
}

.main-h1 {
	color: #fff;
	font-size: 47px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: 'Mulish', sans-serif;
}

.main-h2 {
	font-size: 47px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: 'Mulish', sans-serif;
}

p {
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
}

hr {
	background: #0877bc !important;
	width: 70%;
	border-top: 3px solid #0877bc !important;
	margin-left: auto !important;
	margin-right: auto !important;
	opacity: 0.75 !important;
}

footer {
	/*margin-top: -75px;*/
}

.splinks li a {
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #fff;
}

#main-navbar li a {
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #0877BC;
}

.main-wrapper p {
	color: #FFF;
}

.wrap-features {
	border-radius: 12px;
	background: #FFCA06;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.15);
	padding: 15px 22px !important;
	height: 100px;
}

.wrap-features2 {
	border-radius: 12px;
	background: #FFCA06;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.15);
	/* padding: 25px 25px !important; */
	padding: 1em !important;
	height: 110px;
}


.wrap-features p {
	color: #fff;
	margin-top: 3px;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 21px;
}

.wrap-features2 p {
	color: #fff;
	margin-top: 3px;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 21px;
}

/* .wrap-features:hover{
	cursor: pointer;
	
} */


.wrapp-button {
	border-radius: 12px;
	background: linear-gradient(147deg, #FFCA06 0.85%, #E2C044 104.06%);
}

.wrapper-phone {
	background-color: #fff;
	border-radius: 12px;
	min-height: 200px
}

.wrap-corrousel {
	background-color: #D9D9D9;
	min-height: 250px;
	padding: 35px 0px;
}

.carousel-control-next,
.carousel-control-prev {
	border: 0px;
	background-color: transparent;
}

a:hover {
	text-decoration: none !important;
}

.icons-list strong {
	font-size: 22px !important;
}

.list-unstyled strong {
	font-size: 18px;
}

.icons-list li {
	min-height: 55px;
}

.icons-list p {
	padding-top: 15px;
}


.item label {
	padding: 2px;
	font-size: 0.95rem;
	align-items: center;
	cursor: pointer;
	z-index: 90;
	border-radius: 12px;
	background: #0877BC;
	margin-bottom: 9px;
	width: 100%;
	height: 50px;
	color: #fff !important;
	font-weight: 700 !important;
}

.item input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
}

.item label {
	margin-bottom: 0;
}

#uploadDoc {
	background: #c22032;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.item input[type="radio"]:checked+label,
.item label:hover {
	background: #FFCA06;
	color: #fff;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}

.simple-btn {
	max-width: 390px;
}

.simple-text p {
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.dt {
	font-weight: 600;
}

.current .title .number {
	background: #fff;
}

.btn-file {
	position: relative;
	overflow: hidden;
	background-color: #FDFFA8;
	width: 100%;
	display: block;
	color: #676d72;
	border: 1px solid #093d5f;
	font-family: 'Roboto';
	height: 70px;
	padding-top: 21px;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}


.ctm-text {
	font-size: 1.3rem;
}

.btn-apply {
	transition: all 0.2s ease, visibility 0s;
	border-radius: 12px;
	/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);*/
	border: 1px solid #eaeaea;
	padding: 7px 69px;
	font-size: 18px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.95);
	color: #041A8C;
}

.btn-form {
	background: #FF0202;
	color: #fff;
}

.btn-apply:hover {
	box-shadow: 0 0 6px 1px rgb(95 91 205);
	background-color: #fdfdfd !important;
	border-color: #fdfdfd !important;
	color: #041A8C !important;
}

.btn-submit {
	padding: 15px;
	font-size: 0.95rem;
	align-items: center;
	border-radius: 15px;
	cursor: pointer;
	z-index: 90;
	background: #093D5F;
	margin-bottom: 9px;
	width: 100%;
	color: #fff !important;
	font-weight: 700 !important;
}

.app-mobile {
	display: none;
}

#form-mobile {
	display: none;
}

.learn-btn {
	text-align: right;
}

.btn-learnmore {
	border-radius: 50px;
	padding: 5px 30px;
	font-size: 0.8rem;
	font-weight: 700;
}

.gray-line {
	display: none;
}

.onlymobile {
	display: none;
}

.red-wrapp {
	background: #FF0202;
	padding: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 12px;
}

.red-wrapp .form-h2,
.red-wrapp p {
	color: #fff;
}

.check-icon {
	display: inline-block;
	margin-right: 15px;
	margin-top: 0px;
	float: left;
}

.footer-height {
	min-height: 20px;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1.8rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #C1DBF2;
	border-radius: 1rem;
	margin-top: 20px;
	margin: 20px 0px;
}

@media (max-width: 767px) {
	.hide-desktop {
		display: block;
	}

	.plan-sim {
		position: relative;
		right: 0px;
		z-index: 999;
		top: -80px;
	}

	.main-text {
		width: 100%;
	}

	.plan-body-details h3 {
		font-size: 1.2rem;
	}

	.simple-height {
		min-height: 10px;
	}

	.main-h1 {
		color: #fff;
		font-size: 40px;
	}

	.main-h2 {
		color: #fff;
		font-size: 27px;
	}

	.hero-desc {
		font-size: 25px !important;
	}

	#main-img {
		margin-top: -50px;
	}

	#main-img img {
		width: 40%;
	}

	.carousel-item {
		min-height: 180px;
	}

	.text-h2 {
		font-size: 35px;
	}

	.wrap-features {
		padding: 10px 0px;
		margin: 0px 0px;
		height: 110px;
	}

	.wrap-features p {
		font-size: 18px;
		/* margin-top: 17px; */
	}



	.wrap-corrousel {
		padding: 35px 35px;
	}

	#form-mobile {
		display: block;
		background-image: url('assets/img/lady_bg31.png');
		background-position: left bottom;
		background-repeat: no-repeat !important;
		background-size: 63%;
		padding: 10px 0px 0px 20px;
	}

	.form-h2 {
		font-size: 20px !important;
		margin-bottom: 0.1rem;
	}

	.red-wrapp p {
		margin-bottom: 0.2rem;
	}

	.gray-line {
		display: block;
		width: 65%;
		border-top: 2px solid rgba(0, 0, 0, .1);
	}


	#uploadDoc {
		width: 100%;
	}

	.app-mobile {
		display: block;
	}

	.app-desk {
		display: none;
	}

	.img-hero {
		width: 144px;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}

	.learn-btn {
		text-align: center;
	}

	.btn-file {
		padding-top: 10px;
	}

	.onlymobile {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#form-mobile {
		display: flex;
	}

	#mainimg-index {
		margin-top: -20%;
		z-index: 1;
	}

	.simple-text {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.vertical-border,
	.hide-mobile {
		display: none !important;
	}

	#process-form {
		margin-top: 5px !important;
		height: 48px;
		width: 254px;
	}

	.activation-background {
		background: #fff;
		padding: 30px 30px;
		background-size: 68% !important;
		background-position: 101% 20% !important;
	}

	.img-hero {
		width: 350px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 25px;
		display: none;
	}

	.simpletext-h2 {
		text-align: center;
	}

	.car-wrapp {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#mainimg-index {
		margin-top: -20%;
		z-index: 1;
	}

	/** <-- amoreno */
	#mainimg-index>img {
		height: 400px;
	}

	.sim-img {
		height: 345px !important;
		width: 345px !important;
	}

	/** amoreno --> */

	.done {
		display: none !important;
	}

	.wizard>.actions {
		margin-bottom: 25px;
	}

	.social-area,
	.policy-area,
	.copyright-area {
		text-align: center !important;
	}

	/*.onlydesk {
		display: none !important;
	}*/
}

.steps li a {
	color: #0877BC;
	font-size: 17px;
	padding: 0px 15px !important;
}

.address-card,
#wizard-p-4 .card {
	min-height: 450px;
}

.ct-label {
	margin-top: 21px;
}

#fcc_check-label,
#transfer_consent-label {
	font-size: 18px;
	text-align: left;
	margin-left: 25px !important;
}

#fcc_check,
#transfer_consent {
	margin-left: 0.1rem !important;
}

.bg-red {
	background-color: red;
	border-radius: 20px;
	margin: 3px;
}

.car-wrapp {
	background-color: #fff !important;
}

.car-consent {
	background-color: #fff !important;
	border-radius: 15px;
}

.car-consent p {
	color: #093d5f;
	font-weight: 500;
}


@media (min-width: 1200px) {


	.ctm-relative {
		min-height: 80px;
	}

	#the_text {
		position: initial;
		z-index: 9999;
	}

	.card {
		margin-bottom: 0px;
	}
}

#gob-error,
#qualify-error {
	display: block !important;
}

.sub-title {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	color: #093D5F;
}

.form-control-lg {
	padding: 0.5rem 0.5rem !important;
	background-color: #FDFFA8;
	font-size: 1.1rem;
}

.form-label {
	margin-bottom: 0;
	color: #000;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.activation-background {
	background: #fff;
	padding: 30px 30px;
	border-width: 0;
	border-bottom-width: 5px;
	border-radius: 5px;
}

.hero-h1 {
	font-weight: 500;
	color: #FAFF00;
	font-size: 2.5rem;
	font-family: 'Avenir', sans-serif;
}

.hero-h1 span {
	color: #fff;
	font-style: italic;
	font-weight: 700;
}

.hero-h2 {
	font-size: 25px;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	font-family: 'Avenir', sans-serif;
	color: #fff;
}

.hero-h3 {
	font-weight: 600;
	color: #FAFF00;
	font-size: 1.8rem;
	font-family: 'Avenir', sans-serif;
}

.hero-desc {
	font-family: 'Avenir', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #FFCA06;
}

.hero-p {
	color: #000;
	font-weight: 600;
}

.form-h2 {
	font-size: 36px;
	line-height: 1.1em;
	text-align: center;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

#full-bg {
	padding: 20px 30px !important;
	background: #c31c30;
	border: 1px solid #cccccc36;
}

.start-title {
	color: #fff;
	margin: 10px 0px 10px !important;
	font-size: 2.2rem;
	font-weight: 700 !important;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 1.0;
}

.ctc-text {
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}

.content-titles {
	color: #000;
	margin: 10px 0px 25px !important;
	font-size: 1.5rem;
	font-weight: 700 !important;
	letter-spacing: 0px;
	text-transform: uppercase;
}


.card-header {
	display: inline-table;
	height: 66px;
	box-sizing: border-box;
	text-align: left;
	table-layout: fixed;
	background-color: #0000 !important;
	border-bottom: 1px solid #00000020 !important;
	padding: 0;
}



#process-form {
	margin-top: 25px;
	height: 36px;
	width: auto;
	background: #333 !important;
	border-color: #313131;
}



.legal-text {
	color: #37465a;
	text-align: justify;
	line-height: 20px;
	font-size: 13px;
	margin: 0 0 10px;
}

.form-wrapper {
	padding: 1rem;
}

.custom-space {
	height: 170px;
}

.border-right:after {
	border-right: 1px solid #CCC;
}

.vertical-border {
	border-left: 2px solid #fff;
	height: 1024px;
	width: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.sim-img {
	width: 80%;
}


.pcl-0 {
	padding-left: 0px;
}

.pcr-0 {
	padding-right: 0px;
}

@media (min-width: 768px) and (max-width: 1025px) {
	.hero-h1 {
		font-size: 3.5rem;
	}

	.custom-space {
		height: 35px;
	}

	.main-h1 {
		font-size: 40px;
	}

	.main-h2 {
		font-size: 30px;
	}

	#main-img {
		margin-top: -65%;
		text-align: right !important;
	}

	#mainimg-index {
		margin-top: -55%;
		z-index: 1;
	}

	.main-text {
		width: 60%;
		min-height: 190px;
	}

	.pcl-0 {
		padding-left: 15px;
	}

	.pcr-0 {
		padding-right: 15px;
	}

	.plan-sim {
		position: relative;
		right: -65px;
		z-index: 999;
		top: -80px;
	}

	.footer-logo {
		width: 50%;
	}
}

@media (max-width: 768px) {
	#main-bg {
		background-size: 32%;
		padding: 55px;
		background-position: 90%;
	}

	.custom-space {
		height: 35px;
	}
}

@media (min-width: 1010px) and (max-width: 1025px) {
	#main-bg {
		background-size: contain;
		padding: 12px 55px;
		background-position: -80px 101%;
	}

	#main-img {
		margin-top: -44%;
		text-align: right !important;
	}

	#mainimg-index {
		margin-top: -55%;
		z-index: 1;
	}

	#process-form {
		margin-top: 10px;
	}

	.main-h1 {
		font-size: 45px;
	}

	.main-h2 {
		color: #fff;
		font-size: 40px;
	}

	.wrap-features {
		padding: 15px 25px;
	}

	.hide-tablet {
		display: none;
	}

	.pcl-0 {
		padding-left: 15px;
	}

	.pcr-0 {
		padding-right: 15px;
	}

	.plan-card {
		min-height: 415px;
	}

	.plan-sim {
		position: relative;
		right: -65px;
		z-index: 999;
		top: -80px;
	}

	.footer-logo {
		width: 90%;
	}
}

@media (max-width: 767px) {

	.hide-mobile,
	.vertical-border {
		display: none;
	}

	.border-right {
		border-right: 0px !important;
		border-bottom: 1px solid #dee2e6;
	}

	.simpletext-h2 {
		font-size: 14px;
	}

	.hero-h1 {
		font-size: 1.7rem !important;
		font-weight: 500;
	}

	.link-logo {
		text-align: left;
	}

	.custom-space {
		height: 10px;
	}

	.item {
		padding: 0px 0px 0px 10px !important;
	}

	.hero-h2 {
		font-size: 1.0rem;
		margin-bottom: 10px;
		text-align: right !important;
	}

	.hero-h3 {
		font-size: 1.0rem !important;
		font-weight: 500;
	}

	.sub-wrapper {
		text-align: right !important;
	}

	.hr-wrapp {
		padding-right: 0px;
		padding-left: 0px;
	}

	#main-bg {
		padding: 0px 10px 0px 10px;
		background-image: none !important;
	}

	.form-wrapper {
		padding: 0rem;
	}

	#process-form {
		width: 100%;
		font-size: 21px;
	}

	.wrapper-benefits {
		padding: 15px 30px;
	}

	.activation-background {
		background: #fff;
		padding: 10px 15px 10px;
		background-size: 45%;
		border-style: solid;
		border-width: 0;
		background-clip: border-box;
	}

	.orange-text {
		font-size: 35px;
	}

	.car-wrapp {
		font-size: 18px;
	}



	.sim-img {
		width: 100%;
	}

	.pcl-0 {
		padding-left: 15px;
	}

	.pcr-0 {
		padding-right: 15px;
	}


}

img,
iframe,
.wp-caption,
select {
	max-width: 100%;
}

iframe {
	border-style: none;
}

iframe,
embed {
	width: 100%;
	display: block;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	border: 1px solid #fff;
}

.video-wrapper {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.25);
}

.video-header {
	border-radius: 20px 20px 0px 0px;
	background: #0877BC;
	box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.8rem;
	font-family: 'Avenir', sans-serif;
}

.video {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.video-content {
	padding-bottom: 20px;
}

.copyright {
	text-align: left;
}

.splinks {
	text-align: right;
}

.fa-cm-sub {
	padding-top: 10px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.7rem !important;
		padding-left: 0.7rem !important;
	}

	.phone_img {
		margin-top: -17.5rem !important;
	}

	.hiw-img {
		float: right;
		z-index: 20;
		position: relative;
	}

	.hiw-text {
		position: absolute;
		margin-top: 3rem;
		z-index: 5;
		padding-right: 19rem !important;
	}

	.hiw-text div {
		width: 60%;
	}
}

@media (max-width: 991.98px) {


	/* #login-block {
		opacity: .95;
	} */
	.res-logo {
		width: 12em;
		top: 50%;
		left: 50%;
		/* transform: translate(-50%, -50%); */
	}
}


@media (max-width: 991.98px) {
	#bg-block {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 992px) {
	.w-lg-75 {
		width: 75%;
	}
}

@media (min-width: 992px) {
	.rounded-lg-0 {
		border-radius: 0 !important;
	}
}

@media (min-width: 1200px) {
	.w-xl-50 {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.copyright {
		text-align: center;
	}

	.splinks {
		text-align: center;
	}

	.footer-logo {
		width: 60%;
	}

	.fa-cm-sub {
		padding-top: 0px;
	}

	.main-cl {
		font-size: 14px;
	}
}

/*************/
/*Support*/

.bs-icon {
	--bs-icon-size: .75rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	width: calc(1.5rem * 2);
	height: calc(1.5rem * 2);
	color: #0d6efd;
}

.bs-icon.bs-icon-primary {
	color: #FFFFFF;
	background: #0877BC;
}

.bs-icon.bs-icon-rounded {
	border-radius: 0.5rem;
}

.bs-icon-md {
	--bs-icon-size: 1.5rem;
}

/*************/
/*CheckOut*/
.currency {
	font-size: 0.85714em;
	margin-right: 0.5em;
}

.bt-1 {
	border-top: 1px solid #dee2e6;
	padding-top: 9px;
	padding-bottom: 9px;
}

.total {
	font-size: 1.71429em;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1em;
	color: #323232;
}

.summary {
	margin-top: 33px;
}

@media (max-width: 767px) {
	.total {
		font-size: 1.4em;
	}
}

/*************/
/*FAQs*/
.float-r {
	float: right;
}

.icon-open-card {
	color: #0877BC;
	font-size: 1.5em !important;
}

.border-card {
	border: 0 !important;
	border-bottom: 3px solid #0599F8 !important;
}

.container-shadow {
	background: #FFFFFF;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

/*************/
/*Text normal*/
.paragraph {
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 22px;
	color: #515151;
	text-align: justify;
}

.list-works {
	min-height: 30px !important;
	list-style-type: disc;
}