@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
html {
	font-size:16px;
	scroll-behavior:smooth;
}

* { -webkit-overflow-scrolling: touch; }
.border-1{
	border-width: 1px !important;
}
.main.container {
	min-height: calc(100vh - 601px); /* for pages with little content - shows nav and footer in viewport */
}
.fullheightnav.container {
	min-height: calc(100vh - 83px); /* shows nav but not footer in viewport */
}
.fullheight.container {
	min-height: 100vh; /* full viewport height */
}
.navbar {
	min-height: 80px;
	-moz-box-shadow:  0px 5px 10px #51505033;
	-webkit-box-shadow:  0px 5px 10px #51505033;
	box-shadow:  0px 5px 10px #51505033;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.5);
}


.footer {
	min-height: 84px;
}
/* .navbar-brand img {
	width: 150px;
} */
.navbar-brand img {
	object-fit: contain;
}
.selectnetwork img {
	width: 60px;
}
.hpnetworklogo {
	max-width: 70px;
	width: 100%;
}
.bg-grey {
	background-color: #F3F3F3;
}
.bg-darkgrey {
	background-color: #D1D1D1;
}
.homepageform .input-group-prepend #country {
	height: 48px;
}
.homepageform .input-group-append .btn {
	-webkit-border-radius: 0.3rem !important;
	border-radius: 0.3rem !important;
	width: 100%;
}
.lp1 .input-group-prepend #country {
	/*-webkit-border-radius: 1.35rem 0 0 1.35rem;
	border-radius: 1.35rem 0 0 1.35rem;*/
	height: 48px;
}
.input-group.lp1 .form-control-lg {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.input-group.lp1 .input-group-append .btn {
	-webkit-border-radius: 0 1.35rem 1.35rem 0 !important;
	border-radius: 0 1.35rem 1.35rem 0 !important;
	width: 100%;
}
.alert-info {
	border-color: #c6c8ca;
}


/* Radio and Checkbox CSS */
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #282828;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 16%;
	left: 11%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:checked + .cr,
.radio label input[type="radio"]:checked + .cr {
	border: 2px solid #00cc13;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
/* END Radio and Checkbox CSS */

/* stepper*/
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	/*box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);*/
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:5px;
}
/*.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}*/
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/*.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}*/
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	/*display:none;*/
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600 !important;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#F96302;
}
.md-stepper-horizontal .md-step .md-step-circle {
	background-color: rgb(219, 219, 219)
}

.md-stepper-horizontal .md-step.active .md-step-circle .green {
	background-color:#00AE4D;
}

.md-step.active .md-step-circle {
	background-color:#ff0055;
}

.md-step.active.done .md-step-circle {
	background-color:#00ff18;
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
	/*font-family:'Font Awesome 5 Free';
	font-weight:100;
	content: "\f00c";*/
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	/*display:none;*/
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	/*-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);*/
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	/*font-family:'Font Awesome 5 Free';
	font-weight:100;
	content: "\f040";*/
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
/* end stepper*/

/* lp4 */
.lp4-step{

}

/* end lp4 */

div[data-acc-content] {
  display: none;
}
div[data-acc-step]:not(.open) {
  background: #f2f2f2;
}
div[data-acc-step]:not(.open) h5 {
  color: #777;
}
div[data-acc-step]:not(.open) .badge-primary {
  background: #ccc;
}

@media (min-width: 576px) {
	.homepageform .input-group-prepend #country {
		-webkit-border-radius: 1.35rem 0 0 1.35rem;
		border-radius: 1.35rem 0 0 1.35rem;
	}
	.homepageform .input-group-append .btn {
		-webkit-border-radius: 0 1.35rem 1.35rem 0 !important;
		border-radius: 0 1.35rem 1.35rem 0 !important;
		width: 100%;
	}
	.input-group.lp1 .input-group-append .btn {
		width:auto;
	}
	.hpnetworklogo {
		max-width: 100px;
	}
}

@media (max-width: 991px) {
	.col-4.col-sm-2 .alert{
		padding: 0.5rem;
	}
}
@media (max-width: 767px) {
	#network-container .col-4.col-sm-2, #top-up-container .col-4.col-sm-2{
		padding:0 2px;
	}
	/*.img-fluid{
		width: 90px !important;
	}*/
}
@media (max-width: 575px) {
	#network-container .col-4.col-sm-2, #top-up-container .col-4.col-sm-2{
		padding:0 7px;
	}
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-hidden-pc {
    display: block;
  }
}

.u-hidden-sp {
  display: block;
}

@media screen and (max-width: 1200px) {
  .u-hidden-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	.proceed-to-checkout{
		display: block;
	}
	.lp4-heading{
		font-size: 1.5rem !important;
	}
	.lp-heading{
		font-size: 1.2rem !important; 
	}
	.lp-subheading{
		font-size: 80%;
    	font-weight: 400;
	}
  }

img[data-src] {
  opacity: .2;
  transition: opacity .3s ease-in;
}

img[data-src].loaded {
  opacity: 1;
}

/* nav button animation */
.cta {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.toggle-btn {
    height: 3px;
    width: 25px;
    background-color: #000;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:before {
    content: "";
    height: 3px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:after {
    content: "";
    height: 3px;
    width: 25px;
    box-shadow: 0 10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.active .toggle-btn {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}
.active .toggle-btn:before {
    top: 0;
    transition: all 0.3s ease-in-out;
}
.active .toggle-btn:after {
    top: 0;
    transition: all 0.3s ease-in-out;
}
.active .type1:before {
    left: 6px;
    transform: translateY(6px) rotate(-45deg);
}
.active .type1:after {
    top: 0;
    left: 6px;
    transform: translateY(-8px) rotate(45deg);
}

small.help-block {
	color: #f05 !important;
}


/* offer slide out */
.slide-out {
	position: fixed;
	right:0;
	display: flex;
	top: 150px;
	margin-right: -20px;
	z-index: 9999;
	max-width: 99%;
}

.slide-out-toggle{
	width: 40px;
	background: #FFF500;
	height: 50px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	cursor: pointer;
	position: relative;
	padding: 0 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin-left: 20px;
}
.slide-out-toggle p{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	min-width: 20px;
	line-height: 45px;
}
.slide-out-toggle span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.slide-out-toggle .close-button{
	display: block;
}
.slide-out-content{
	padding: 20px 40px 20px 20px;
	max-width: 100%;
	border-bottom-left-radius: 20px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	background: white;
}
.slide-out-content p span{
	color: #00CC13;
	font-weight: bold;
}
.offer-text{
	font-size: 20px;
}

.offer-activated-text{
	color: #00CC13;
}

.offer-activated-text{
	display: none;
}

.slide-out-content:before{
	background:white;
	display:block;
	content:".";
	font-size:0;
	width:4px;
	height:100px;
	position:absolute;
	left:-0px;
	top:0;
}

.offer-expanded{
	margin-right: -20px !important;
}

.paused {
    opacity: 0.3;
}

.custom-control-label::before,
.custom-control-label::after {
    top: .35rem;
    width: 1.25rem;
    height: 1.25rem;
}

div.toggle.btn {
    margin-bottom: 16px;
}

/* questionnaire */
#question.loading .slide{
	cursor: wait;
}

.answers {
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
}

.answers label {
	display: block;
	margin-bottom: 10px;
	font-size: 23px;
	padding-left:28px;
	position: relative;
	cursor: pointer;
}

.answers label input{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 7px;
	cursor: pointer;
}

.slide {
	width: 100%;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.active-slide {
	display: block;
	opacity: 1;
}

.topup-process {
    max-width: 570px;
    margin: 0 auto;
    min-height: 100vh !important;
}

.amount {
    border: 1px solid #eee;
    border-left: 10px solid #DADADA;
    border-radius: 5px;
}

.great-value {
    border-left-color: #00ff18;
}

.responsive-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-0 {
    border: none !important;
}

.edit-icon {
    cursor: pointer;
}

#search-country-list{
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    top: 55px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 5px;
    padding: 0;
}

#search-operators-list {
    width: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    top: 55px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 5px;
    padding: 0;
}

#search-operators-list.show-list {
	position: relative;
	max-height: none;
	top: 0;
}

#search-country-list li,
#search-operators-list li {
    border-bottom: 1px solid rgb(177, 177, 177);
    padding: 15px 15px;
    font-size: 14px;
    cursor: pointer;
}

#search-country-list li:hover,
#search-operators-list li:hover {
    background: rgb(244, 244, 244);
}

#search-operators-list li div {
    line-height: 28px;
}

/*#search-operators-list li div img,*/
.operator-chosen img {
	height: fit-content;
    max-height: 28px;
    width: auto;
	max-width: 70px;
	margin-right: 5px;
}

#search-operators-list .col-3.col-md-3 img {
	height:auto;
	max-height: 28px;
	max-width: 100%;
}

.amount {
    cursor: pointer;
}
.amount h1{
	font-size: 1.8rem;
}
.amount img, .amount-popup-box img{
	max-height: 28px;
	margin-top: 10px;
}
.amount .tooltip-inner, .amount-popup-box .tooltip-inner{
	max-width: 130px !important;
}
.summary-arrow {
    position: fixed;
    top: 70px;
    z-index: 9998;
    width: 100%;
    display: none;
}

.summary-arrow a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #000;
}

.auto-topup {
    margin-bottom: -8px;
}

.auto-topup .input li {
    cursor: pointer;
}

.auto-topup-disabled>div {
    color: rgb(179, 179, 179) !important;
}

.loading.justify-content-center {
    height: calc(100vh - 83px);
    height: calc((var(--vh, 1vh) * 100) - 83px);
    align-items: center;
}

.loading.justify-content-center>div {
    margin-top: -83px;
}

hr,
.border-bottom {
    border-width: 1px !important;
    border-color: #ced4da !important;
}

#search-country-list{
	max-height: 350px;
}


.amount-in-gbp, .amount-popup, .amount h1{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 900;
}

/* address dropdown */
ul#physical_suggest_address li:hover,
ul#suggest_address li:hover {
    background: #f9f9f9;
    color: black;
}
ul#physical_suggest_address,
ul#suggest_address {
	max-height: 270px;
	overflow-y: scroll;
    padding: 0;
    border: 3px solid #d5dbdf;
    box-shadow: 0 0 5px #d3d3d3;
}
ul#physical_suggest_address,
ul#suggest_address li {
    padding: 10px 15px 10px 15px;
    padding-left: 10px !important;
    cursor: pointer;
	list-style: none;
    color: #8f8f8f;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
    }
}


/* overwrite */
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}