@font-face {
	font-family: 'Co Text W';
	src: url("");
	src: url("hinted-CoTextW-Light.eot") format('embedded-opentype'), url("hinted-CoTextW-Light.woff2") format('woff2'), url("hinted-CoTextW-Light.woff") format('woff'), url("hinted-CoTextW-Light.ttf") format('truetype');
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: 'Co Text W';
	src: url("");
	src: url("hinted-CoTextW-Regular.eot") format('embedded-opentype'), url("hinted-CoTextW-Regular.woff2") format('woff2'), url("hinted-CoTextW-Regular.woff") format('woff'), url("hinted-CoTextW-Regular.ttf") format('truetype');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'Material Icons';
	font-display: block;
	font-style: normal;
	font-weight: 400;
	src: url(""); /* For IE6-8 */
	src: local('Material Icons'),  local('MaterialIcons-Regular'),  url("") format('woff2'),  url("") format('woff'),  url("") format('truetype');
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	src: url("fa-brands-400.woff2") format("woff2"), url( "fa-brands-400.woff") format("woff")
}
body, html, .wrap-content {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #444;

}
.material-icons {
	font-family: 'Material Icons';
	font-display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
.wrap-content {
	display: inline-block;
	width: 100%;
	margin-bottom: -36px;
}
.body-content {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}
.title {
	padding: 5px;
	float: right;
}

/*Steps styles starts*/
.steps .icon {
	font-family: 'Material Icons';
	border-radius: 50%;
	border: 1px dashed #e7e7e7;
	padding: 10px;
	color: #e7e7e7;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background-color: white;
}
.steps .active {
	border-color: #444;
	color: #444;
}
.steps .icon.active {
	border-style: solid
}
.stepwizard-step p {
    margin-top: 10px;    
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
	margin-bottom: 5%;
}
.stepwizard-row:before {
    top: 24px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}
.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}
/*Steps styles end*/

.success {
	border-color: green !important;
	color: green !important;
}
.valign {
	display: inline-flex;
	vertical-align: middle;
}

.extra {
	padding: 45px 23px 45px 106px;
	border-color: #0999d6;
	color: #0999d6;
	transition: transform .3s;
}
.extra:hover {
	transform: scale(1.1);
}
.newsim, .newsim:active:focus {
	background: url("") no-repeat 20px;
}
.swapsim, .swapsim:active:focus {
	background: url("") no-repeat 20px;
}
.postpaid, .postpaid:active:focus {
	background: url("") no-repeat 20px;
}
.prepaid, .prepaid:active:focus {
	background: url("") no-repeat 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mt5pc {
	margin-top: 5%;
}
.mt10pc {
	margin-top: 10%;
}
.mt20pc {
	margin-top: 20%;
}
footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	/*height: 50px;  Set the fixed height of the footer here */
	line-height: 3em; /* Vertically center the text there */
	background-color: #2470a3;
	color: #fff;
	font-family: 'Co Text W';
	font-weight: 300;
    font-size: 16px;
    line-height: 24px;
	padding: 30px 0;
}
footer a {
	color: lightskyblue;
	padding: 0px 10px;
}
footer a:hover {
	color: #e7e7e7 !important; opacity: 1;
	text-decoration: none
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style: none;
}
.wrap-content {
	padding-bottom: 50px;
}
.border-blue {
	border: 1px solid #0999d6;
}
.bg-blue {
	background-color: #0999d6;
}
.mobily-color {
	color: #0999d6;
}
.font-40 {
	font-size: 40px;
}
.font-30 {
	font-size: 30px;
}
.font-25 {
	font-size: 25px;
}
.font-20 {
	font-size: 20px;
}
.font-18 {
	font-size: 18px;
}
.padding15 {
	padding: 15px;
}
.padding16 {
	padding: 16px;
}
.pd15-00{padding-top:15px; padding-bottom: 15px;}
.pd00-25{padding-left:25px; padding-right: 25px}
.padding1020 {
	padding: 10px 20px;
}
.padding10{
	padding: 10px;
}
.mrg0015 {
	margin: 0 15px;
}
.mrg15 {
	margin: 15px;
}
.mrg1020 {
	margin: 10px 20px;
}
.h70 {
	min-height: 70px
}
.h150 {
	min-height: 150px
}
.holder1 {
	width: 100%;
	display: inline-block;
}
.trim-box-blue {
	color: white;
	text-align: center;
	height: 70px;
	width: 100px;
	border-radius: 5px;
	text-shadow: 2px 2px #666;
	padding: 5px;
	line-height: 2em;
	min-height: 70px;
}
.trim-box-blue div {
	font-size: 11px;
	margin-top: -30px;
}
.trim-box-blue span {
	font-size: 3em;
}
.trim-box-blue:before {
	content: '';
	position: relative;
	top: -26px;
	left: -40px;
	border-left: 25px solid white;
	border-bottom: 20px solid transparent;
	width: 0;
}
.trim-box-blue:after {
	content: '';
	position: relative;
	top: -5px;
	left: 40px;
	border-top: 20px solid transparent;
	border-right: 20px solid white;
	width: 0;
}
.dashed-border{border: 1px dashed #ccc}
.btn-holder button {
	margin-top: 30px;
}
.btn-holder .btn {
	background-color: transparent;
	transition: transform .3s;
}
.btn-holder .btn span {
	color: white;
	font-size: 8px;
	position: absolute;
	right: 15px;
	top: 47px;
	padding: 2px 2px 0px 10px;
}
.btn-holder .btn:hover {
	opacity: .5;
}
.btn span:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	bottom: -2px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: white;
}
.btn-platinum, .btn-platinum:hover {
	color: #e5e4e2;
	border-color: #e5e4e2;
}
.btn-platinum span {
	background-color: #e5e4e2;
}
.btn-gold, .btn-gold:hover {
	color: gold;
	border-color: gold;
}
.btn-gold span {
	background-color: gold;
}
.btn-silver, .btn-silver:hover {
	color: silver;
	border-color: silver;
}
.btn-silver span {
	background-color: silver;
}
.btn-bronze, .btn-bronze:hover {
	color: burlywood;
	border-color: burlywood;
}
.btn-bronze span {
	background-color: burlywood;
}
.btn-blue, .btn-blue:hover {
	color: #0999d6;
	border-color: #0999d6;
}
.btn-blue span {
	background-color: #0999d6;
}
.btn-loadmore, .btn-loadmore:hover {
	background-color: #e7e7e7 !important;
	color: #0999d6
}
.form-group label {
	font-size: 16px;
	line-height: 2.5em;
}
.credit-card {
	padding: 20px 50px;
}
.visa {
	background: url("visa-logo.png") no-repeat center
}
.mada {
	background: url("mada-logo.png") no-repeat center
}
.mastercard {
	background: url("master-logo.png") no-repeat center
}
.border-t-b-2px {
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999
}
.pb-20 {
	padding-bottom: 20px;
}
.pt-10 {
	padding-top: 10px
}
.line-t {
	border-top: solid 1px #e7e7e7
}
.line-b {
	border-bottom: solid 1px #e7e7e7
}
.clearfix{clear: both;}
.icon-fix{display: inline-flex;
    vertical-align: middle;}

@media (max-width: 768px) {
.text-xs-center {
	text-align: center;
}
ul.steps li.icon {
	margin: 10px 0;
}
.extra {
	padding: 45px 15px 45px 100px;
}
.jumbotron {
	margin-bottom: 0px;
}
.btn {
	white-space: normal
}
h2 {
	font-size: 25px;
}
.copyright {
	position: absolute;
	right: 10px;
	bottom: 0;
}
	
}
@media (max-width: 768px) and (orientation:portrait) {
	.prepaid, .prepaid:active:focus {
		background-size: 25%
	}
	.mobile50{width: 50%}
}
@media (min-width: 768px) {
.title {
	width: 90%;
}
footer ul li {
	float: left;
	margin: 0;
}
.steps-holder {
	text-align: center
}
ul.steps {
	margin-left: -40px;
}
.no-padding {
	padding: 0 !important
}
.no-padding-lg {
	padding: 0 !important
}
}

/* Start -Absolute Center Spinner */
.loading {
  display:none;	
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End -Absolute Center Spinner */
/*Start - Validation bubble styles*/
.bubble{
	display:none;
	background:#e5007c;
	bottom: 40%;
	left: 100%;
	position: absolute;
	border-radius: 5px;
	padding: 5px 10px;
	z-index: 9999;
	color: white;
	white-space: nowrap
}
.bubble:before {
    bottom: 20%;
    z-index: 999;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.bubble:before {
    border-color: rgba(195,195,195,0);
    border-right-color:#e5007c;
    border-width: 8px;
    left: -14px;
    margin-left: 0px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
.bubble{
	display:none;
	background:#e5007c;
	bottom:-20px;
	left: 0%;
	position: absolute;
	border-radius: 5px;
	padding: 5px 10px;
	z-index: 9999;
	color: white;
}
.bubble:before {
    bottom: 100%;
    z-index: 999;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.bubble:before {
    border-color: rgba(195,195,195,0);
    border-bottom-color:#e5007c;
    border-width: 8px;
    left: 28%;
    margin-left: 10px;
	box-sizing: border-box;
}
}
/*End - Validation bubble styles*/
.arrow-lang{position: absolute; top: 10px; right: 23px;}
a:hover{text-decoration: none}
.header-part-top{background-color: #2470a3;}
a.sm{font-family:'Font Awesome 5 Brands'; font: 15px;line-height: 3em; padding: 0 10px; color:white;transition: opacity 0.4s; opacity: .7;}
.sm:hover{opacity:1;}
.twitter:after{content: '\f099'}
.instagram:after{content: '\f16d'}
.facebook:after{content: '\f39e'}
.youtube:after{content: '\f167'}
.dropdown-toggle span:after {
	display: none;
}
.dropdown-toggle, .dropdown-toggle:hover{background-color:transparent; border:none; opacity:.7;margin: 5px 0 0 15px}
.header-part-top a{color:#fff; opacity: .5; padding:5px 10px; transition: opacity 0.4s;}
.header-part-top a:hover{opacity: 1; color:white !important}
header{background-color:#2980b9}
.navbar-nav li{color:white; padding: 15px; cursor: pointer}
.navbar-nav li:hover{background-color:#2470a3}
.navbar-nav li.active{color:#f1c40f}
.dropdown-menu {background-color: #2470a3;border-radius:0;left: 16px;min-width: 80px;}
.dropdown-menu li a{color:#fff;font-family: 'Co Text W';}
.deal-verification{width: 150px;white-space: normal;font-size: 11px;text-align: left;padding:15px 10px 15px 58px;}
.deal-verification.active{border:2px solid #269abc;} 
.absher,.absher.acitve {
    background: url("") no-repeat 10px center !important;
}
.fingerprint,.fingerprint.acitve {
    background: url("") no-repeat 10px center !important;
}
.nav>li>a{padding:0 !important; color:#fff;}
.nav>li>a:hover{background-color:transparent !important; color: white !important; opacity: 1 !important;}
#cardTypeDIVId .select-wrapper input.mastercard, #cardTypeDIVId .select-wrapper input.visa, #cardTypeDIVId .select-wrapper input.mada {
    padding: 0px 0px 0px 10%;
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 10px;
    box-sizing: border-box;}
	#cardTypeDIVId ul li{
    padding: 0px 7%;
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 10px;
}