@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;700&display=swap');
html, body{padding: 0;margin: 0;}
body {position:relative;min-height:100%;background-color: #fff;
	font-family: 'Open Sans', sans-serif; font-size:15px;line-height:24px;color: #282828;-webkit-text-size-adjust: none;}
h1,h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif; line-height: 1;font-weight:400; padding:0;margin:0 0 10px 0;font-family: 'Roboto', sans-serif; }
h1,h2,h3,h4,h5,h6{font-size:22px; color:#393939;}
p{margin: 0 0 0 0; padding:0 0 15px 0;}
a, a:link, a:active, a:visited, a:hover,a:focus{color: #2a2a2a;text-decoration: none; outline:0;outline-offset:0;}
a:hover{ color:#000;}
img{max-width:100%; vertical-align:middle;}
ul{list-style-type: none;}


/*------------- common css -----------------*/
textarea{ resize:none; max-height:80px;}

.form-control, .form-select {
	background-color:#efefef;
    border: 1px solid #efefef;
	    padding: .650rem .75rem;
	font-size: 0.85rem;
}
select.form-control{
  -webkit-appearance: auto;
  -moz-appearance: auto;
	appearance: auto;
}
.form-control:focus{background-color:#efefef;border:1px solid #dad6d6 ;box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);}
.form-control:disabled, .form-control[readonly]{
	background-color:#dcdcdc;border:1px solid #dad6d6 ;cursor: not-allowed;
}
.form-control.no-border{
	background-color:rgba(255,255,255,0);border:0px solid #dad6d6 ;cursor: not-allowed;
}
a.btn,.btn{ /* background-color: #005597; */ 

background: rgb(255, 173, 0);
background: -moz-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: -webkit-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: -o-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: -ms-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: linear-gradient(90deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
color:#fff; font-size:15px; border:0px solid #49b2d0 ;box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
min-width:174px;
padding:15px 35px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius:50px;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);}
a.btn:hover,.btn:hover,.btn-primary:hover{ background-color:#27a1c4; color:#fff; font-size:15px; border:0px solid #095194 ;box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);}
a.btn:focus,.btn:focus,.btn-primary:focus{ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);}
.btn-form, .applybtn,
a.btn-form, a.applybtn{
	min-width:174px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius:50px;
padding:15px 28px;
background: rgb(255, 173, 0);
background: -moz-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: -webkit-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: -o-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: -ms-linear-gradient(0deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
background: linear-gradient(90deg, rgb(255, 173, 0) 0%, rgb(255, 111, 2) 100%);
}
.btn-border{
	 background-color:#fff; color:#005597; border:1px solid #005597 ;
}
.btn-border:hover{
	 background-color:#f5fafe; color:#005597; border:1px solid #005597 ;
}
.btn-upload{
	min-width:80px;
	padding:8px 20px;color:#005597; border:1px solid #005597 ;
	 
	 background-color:#fff; 
background: rgb(255, 255, 255);
background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
.btn-upload:hover{
	 background-color:#f5fafe; color:#005597; border:1px solid #005597 ;
}
.btn-block{
	width:100%;
}
.btngroup{
	margin-bottom: 20px;
}
.fileinput-button{
	    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}


.form-label{
	font-size:14px;
	margin-bottom: .3rem;
}
.form-label .smtx{
	display:block;
	font-size:11px;
	line-height:12px;
}
.form-group,.checkbox-group,.radio-group{
	margin-bottom:20px;
}
.form-group .checkbox-group,.form-group .radio-group{
	margin-bottom:0;
}

.checkbox-group .form-check,
.radio-group .form-check {
	padding-left: 2.5em;
}
.checkbox-group .form-check .form-check-input,
.radio-group  .form-check .form-check-input{
    float: left;
    margin-left: -2.5em;
	margin-top:5px;
	width: 1.5em;
    height: 1.5em;
}
.checkbox-group .form-check label,
.radio-group .form-check label{
	padding-top:5px;
}

.form-check-input:focus {
  border-color: #49b2d0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(73, 178, 208 , 0.25);
}
.form-check-input:checked {
	background-color: #49b2d0;
    border-color: #49b2d0;
}
.req{color:#ff0000;}
.smnote{
	color:#ff8a47;
	font-size:12px;
	line-height: 16px;
    display: inline-block;
	padding:2px 0 0;
}

.errormsg{ color:#c50d0d; font-size:13px;}
.successbox{display:none;color: #155724; background-color: #d4edda; border-color: #c3e6cb;position: relative; padding:12px 15px; margin:0 0 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align: center;width: 100%;}
.errorbox{display:none;color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;position: relative; padding:12px 15px; margin:0 0 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align: center;width: 100%;}

.img-center{ margin:0 auto; text-align: center;}
.modal-backdrop{	
	z-index:1080;
}
.modal{
	z-index:1085;
}
.modal .btn-close{
	position: absolute;
    top: 8px;
    right: 8px;
	z-index:1086;
}
.modal-backdrop.show{
	opacity: .8;
}

.loader{
	position: absolute;
	 width:100%;
	 height:100%;
	 background-color:rgba(255,255,255,0.8);
	 z-index:999999;
}
.loadbox{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -105px;	
}
		
		
.loader-inline{
    background-color: rgba(255,255,255,0.9);
     width:50px;
     height:50px;
     position: relative;
     top:0;
     left:0;
     z-index:9999;
     display:none;
}
.loader-inline:after {
     content:'';
    display:block;
  position:absolute; top:0;
   left:0;
  border-radius: 50%;
  width: 6em;
  height:6em;
  margin:0;
  font-size: 6px;
  text-indent: -9999em;
  border-top: 1.1em solid #0066a5;
  border-right: 1.1em solid #0066a5;
  border-bottom: 1.1em solid #0066a5;
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.lead{ 
	font-size:17px;
	font-weight:400;
	line-height:30px;
	/* max-width: 1000px; */
    margin: 0px auto;
	padding: 0px 0px 30px;
	/* text-transform: uppercase; */
}
.sec-th{ 	
    font-weight: 400;
    font-size:22px;
	font-weight: bold;
    line-height:30px;
	padding:0;
    margin:20px 0;
	text-align: center;
}
.sec-th h2{ 
	position: relative;
		display: inline-block;
    font-weight:600;
    font-size:28px;
    line-height:36px;
	text-transform: uppercase;
	padding:0;
    margin:0;
}
.pra-th{	
	font-size:18px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0;
}
.pra-th span{
	display: block;
	font-size:14px;
	font-weight: normal;
	line-height:20px;
	color:#ff8a47;
	padding:5px 0;	
}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}

.fs13 {
	font-size: 13px!important;
}
.fs18 {
	font-size: 18px!important;
}
.modal-body p, .modal-body ol {
	padding-bottom: 5px;
	font-size: 13px;
}
.resendtx{
	font-size:15px!important;
	padding:10px 15px;
	display: inline-block;
}
.resendbtn{
	cursor:pointer;
	display:none;
}
.blue {
    color: #0066a6;
    font-weight: bold;
}

.wrap{width: 100%;position:relative;overflow-x: hidden;}
.wrap:before,.wrap:after{ content:''; height:0; display: block;}
.wrap:after{ clear:both;}
.section{ padding:30px 0; position: relative;}

.modal-header{
	border-bottom:0px solid #fff;
}
.modal-body .formbox{
	max-width:400px;
	margin:0 auto;
}
.thanks{ text-align:center; font-size:15px; line-height:22px; padding:10px 0;}
.thanks h2{ font-size:42px; color:#333;}
.thanks .fa{ font-size:50px; line-height:85px; color:#1fc300;}
.thanks i{ border:0px solid #1fc300; width:84px; height:84px; display: block; margin:30px auto 10px;
-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;
background-image:url("../images/check-icon.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}


.sorry{ text-align:center; font-size:15px; line-height:22px; padding:10px 0;}
.sorry h2{ font-size:42px;line-height:70px; color:#333;}
.sorry .fa{ font-size:50px; line-height:85px; color:#eb0808;}
.sorry i{ border:0px solid #eb0808; width:84px; height:84px; display: block; margin:30px auto 10px;
-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;
background-image:url("../images/close-icon.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
	
/*------------- close common css -----------------*/
.topheadbar{
	background-color:#15054e;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(000, 000, 000, 0.05);
-moz-box-shadow:    0px 2px 2px 0px rgba(000, 000, 000, 0.05);
box-shadow:         0px 2px 2px 0px rgba(000, 000, 000, 0.05);
}
.navbar-default{
	padding-top: .8rem;
    padding-bottom: .8rem;
	/*position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; 
	 background-color:rgba(30, 5, 80, 1); */
/* 	
background: rgb(19, 5, 80);
background: -moz-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
background: -webkit-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
background: -o-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
background: -ms-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
background: linear-gradient(90deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
	transition: all 0.10s ease-in-out; */
		background: rgb(0,85, 151);
	background: -moz-linear-gradient(0deg, rgb(0,85, 151) 0%, rgb(0,85, 151) 100%);
	background: -webkit-linear-gradient(0deg, rgb(0,85, 151) 0%, rgb(0,85, 151) 100%);
	background: -o-linear-gradient(0deg, rgb(0,85, 151) 0%, rgb(0,85, 151) 100%);
	background: -ms-linear-gradient(0deg, rgb(0,85, 151) 0%, rgb(0,85, 151) 100%);
	background: linear-gradient(90deg, rgb(0,85, 151) 0%, rgb(0,85, 151) 100%);
	transition: all 0.10s ease-in-out;
}
.navbar-default.fixedtop{
	transition: all 0.10s ease-in-out;
}

.navbar-brand img{
	max-width:200px;
	max-height:60px;
}
.navbar-toggler{
	border:1px solid #ccc;;
	outline:0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.navbar-toggler:focus{
	outline:0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.navbar-toggler-icon{
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav .nav-link{
	font-size:15px;
	color:#fff;
}
.navbar-nav .nav-link:hover{
	color:#33d8e6;

}
.navbar-nav .nav-link.applybtn{
	color:#fff;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius:50px;
padding:15px 28px;
background: rgb(88, 149, 245);
background: -moz-linear-gradient(0deg, rgb(131, 177, 252) 0%, rgb(88, 149, 245) 100%);
background: -webkit-linear-gradient(0deg, rgb(131, 177, 252) 0%, rgb(88, 149, 245) 100%);
background: -o-linear-gradient(0deg, rgb(131, 177, 252) 0%, rgb(88, 149, 245) 100%);
background: -ms-linear-gradient(0deg, rgb(131, 177, 252) 0%, rgb(88, 149, 245) 100%);
background: linear-gradient(90deg, rgb(131, 177, 252) 0%, rgb(88, 149, 245) 100%);
}
.navbar-nav .nav-link.applybtn:hover{
	color:#fff;
}



.footer{
	padding:10px 0;
	font-size:13px;
}
.footer p {
	padding-bottom: 5px;
}
/*.footer .row{
	-ms-flex-align: center;
	align-items: center;
}*/
.foonav{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight: bold;
}
.foonav:after{
	content:'';
	clear: both;
	height:0;
	display: block;
}
.foonav li{
	float:left;
	padding:0 35px 0 0;
}
.foonav p{
	padding:0;
}
.contnum span{
	padding:0 0 0 30px;
	position: relative;
	font-weight: normal;
}
.contnum span:before{
	content:'';
	display: block;
	width:18px;
	height:18px;
	position: absolute;
	top:0;
	left:8px;
	background-image:url("../images/callicon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.emailid span{
	padding:0 0 0 30px;
	position: relative;
	font-weight: normal;
}
.emailid span:before{
	content:'';
	display: block;
	width:18px;
	height:18px;
	position: absolute;
	top:0;
	left:8px;
	background-image:url("../images/email.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footlogo{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  justify-content: flex-end;
}
.footlogo img{
	max-width:100px;
	/* min-height:60px; */
}
.copyright{ 
	border-top:1px solid #e2e1e1;
	padding:10px 0 0;
	margin:15px 0 0 ;
}
.copyright ul{ 
	list-style-type:none;
	margin:0;
	padding:0 0;
	text-align: center;
}
.copyright ul li{
	display: inline-block;
	position: relative;
	margin:0 10px;	
}
.copyright ul li:before{
	content:'';
	width:1px;
	height:16px;
	background-color:#adacac;
	display: inline-block;
	position: absolute;
	top:5px;
	right:-10px;	
}
.copyright ul li.copytext{
	display: block;	
}
.copyright ul li:nth-child(3):before,.copyright ul li.copytext:before{
	display:none;
}
.footer .row {
    -ms-flex-align: center;
    align-items: center;
}
.foolink{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
.foolink li{
	font-size:14px;
	font-weight: bold;
	display: inline-block;
	margin:0 5px 0 0;
	padding:3px 10px;
	text-align: center;
	position: relative;
}

.foolink li:before{
	content:'';
	width:1px;
	height:15px;
	background-color:#3c3c3c;
	display: block;
	position: absolute;
	top:8px;
	left:-2px;
}
.foolink li:first-child:before{
	display: none;
}

.banner{
	background-color:#15054e;
	background-image:url("../images/bannerbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	padding:25px 0;
	min-height:280px;
	position: relative;
	overflow: hidden;
	font-size:20px;
	line-height:28px;
}
.banner:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(00,00,00,0.2);
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
.banner .lead{
	font-size:18px;
	line-height:26px;

}
.introwrap{
	min-height:300px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 0.6);
}
.introtx{
	max-width:800px;
	margin:85px 0 15px 0;
	color:#fff;	
	position: relative;
	z-index:2;
}
.introtx h2{
	color:#fff;
	font-size:46px;
	line-height:56px;
	padding:0 0 15px 0;
	margin:0 0 55px 0;
	/* font-weight:bold; */
	position: relative;
	text-shadow: 0px 5px 5px rgb(60, 60, 60, 0.8);
}
.introtx h2:after{
	content:'';
	width:70px;
	height:2px;
	background-color:#fff;
	display: block;
	position:absolute;
	bottom:0;
	left:0;
}
.introtx .carousel-item{
}
.introtx .carousel-item h3{
	color:#fff;
	font-size:28px;
	line-height:32px;
	padding:0 0 15px 0;
	margin:0;
}
.introtx .carousel-control-next, .introtx .carousel-control-prev{
	display:none;
}

.introtx .carousel-inner{
	padding-bottom:25px;
	min-height:155px;
}
.introtx .carousel-indicators{
    justify-content: flex-start;
	margin:0;
	
}
.introtx .carousel-indicators li{
	opacity: .3;
	width: 10px;
    height: 10px;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius:100%;
}
.introtx .carousel-indicators .active{
	opacity: 1;
}

.features-wrap{
	background-color:#fff;
	/* border:1px solid #e1b3dd; */	
	border:1px solid #e2e1e1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	padding:40px;
	margin:0;
	margin-bottom: -45px;
	min-height:350px;
	position: relative;
	z-index:5;
	top:-75px;
-webkit-box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 7px 30px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 7px 30px 0px rgba(50, 50, 50, 0.2);
}
.features-box{
	max-width:250px;
	margin: 0 auto 25px;
	text-align: center;
}
.features-box h4{
	font-size:20px;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
}
.fenum{
	text-align: center;
}
.fenum span{
	display:inline-block;
	width:38px;
	height:38px;
	background-color:#ff8a47;
	color:#fff;
	font-size:18px;
	line-height:36px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius:100%;
}
.fetx{
	padding:25px 0 0;
}
.feimg{
	max-width:150px;
	min-height:150px;
	margin:0 auto 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.feimg img{
	max-width:150px;
	max-height:150px;
}
.applyform .pra-th{
		padding-top:15px;	
}
.apply{
	padding:0;
	text-align: center;
}
.apply .btn.apply .btn:hover{
-webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.28);
-moz-box-shadow:    0px 5px 20px 0px rgba(50, 50, 50, 0.28);
box-shadow:         0px 5px 20px 0px rgba(50, 50, 50, 0.28);
}
.uploading{
	border:1px solid #ccc;
	padding:2px;
	margin:15px 0 25px;
	
}
.topupform .btngroup{
	text-align: center ;
}
.topupform .btngroup .btn{
	display: inline-block;
	min-width:200px;
}
.registration-form{
	max-width:480px;
	margin:0 auto;
}
.captchaimg{
	min-height:36px;
}

.inner-banner{
	min-height:250px;
	background-color:#150550;
}
.aboutbanner{
	background-image:url('../images/tollnaka1.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	background-size: cover;
}


.card-wrap{
	background-color:#fff;
	border:1px solid #e2e1e1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	padding:40px;
	margin:0;
	margin-bottom: -45px;
	min-height:350px;
	position: relative;
	z-index:5;
	top:-75px;
-webkit-box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 7px 30px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 7px 30px 0px rgba(50, 50, 50, 0.2);
}
.tagwrap{
	top:0;
	margin-top:35px;
	margin-bottom:35px;
	
}
.recharge-step2,.buy-step2,.buy-step3,.buy-step40,.buy-step5, .part-bott{
	display: none;
}
.ccrad-wrap{
	position: relative;
	max-width:508px;
	margin:0 auto;
}
.ccrad-img{
	position:absolute;
	bottom:-15px;
	right:-24px;
}
.ccrad-img img{
	max-width:170px;
}
.ccrad{
	width:382px;
	height:216px;
	padding:5px;
	margin:0;
	position: relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#005597;
	background: rgb(5, 92, 160);
background: -moz-linear-gradient(30deg, rgb(5, 92, 160) 30%, rgb(32, 117, 183) 90%);
background: -webkit-linear-gradient(30deg, rgb(5, 92, 160) 30%, rgb(32, 117, 183) 90%);
background: -o-linear-gradient(30deg, rgb(5, 92, 160) 30%, rgb(32, 117, 183) 90%);
background: -ms-linear-gradient(30deg, rgb(5, 92, 160) 30%, rgb(32, 117, 183) 90%);
background: linear-gradient(120deg, rgb(5, 92, 160) 30%, rgb(32, 117, 183) 90%);
-webkit-box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 7px 30px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 7px 30px 0px rgba(50, 50, 50, 0.2);
}
.ccrad h4{
	color:#fff;
	font-size:16px;
	font-weight: bold;
	line-height:16px;
	margin:0 0 15px 0;
	padding:15px 10px;
}
.ccrad h5{
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	margin:0 0 0 0;
	padding:0;
}
.ccrad h5 span{
	color:#fff;
	font-size:12px;
	font-weight: normal;
	display: block;
	opacity: 0.8;
}
.ccrad #span_name,
.ccrad #span_mobile,
.ccrad #span_vrn,
.ccrad #span_status,
.ccrad #span_tagid{
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	opacity:1;
}
.ccrad-text{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px;
}
.ccrad-left{
    flex: 0 0 auto;
    width: 50%;
	padding-left:10px;padding-right:10px;
}
.ccrad-right{
    flex: 0 0 auto;
    width: 50%;
	padding-left:10px;padding-right:10px;
}
.ccrad-center{
    flex: 0 0 auto;
    width: 100%;
	padding-left:10px;padding-right:10px;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 70px 0px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
	position: relative;
	z-index:10;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ 
	position:relative;
	 border: 2px solid #efefef;
  border-radius: 8px;
  margin-bottom:10px;
}
.files:after {  pointer-events: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(..//images/Upload.svg);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 0px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " Choose file or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #9e9e9e;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.imgview{
	background-color:#fff;
	width:100%;
	text-align: center;
	position: absolute;
	top:0;
	left:0;
	z-index:5;
	display: flex;
    align-items: center;
    justify-content: center;
}
.imgview.showimg{
	height: 100%;
}
.imgview img{
	max-width:255px;
	max-height:158px;
}

.uploadnote{
	text-align: center;
	font-size:13px;
	padding:0 0 5px 0;
	margin:0;
}

.table-borderless td {
	padding: 10px 0;
}

.receipt-sec{
	max-width:600px;
	margin:0 auto;
}
.receipt-logo {
	text-align:right;
}
.reciept-logo-airpay{
	max-height:65px;
}

.receipt-head {
	/* background-color: #49b2d0;
	color: #fff; */
	font-size:13px;
	line-height:18px;
	border-radius: 2px;
	padding: 10px 0px;
	margin:25px 0;
	border-bottom:1px solid #ccc;
	display: flex;
	align-items: flex-end;
}
.transbox{
	width:65%;
	max-width:65%;
}
.transwrap{
	display:block;
}
.transwrap:after{
	content:'';
	clear:both;
	display: block;
	height:0;
}
.transwrap .translabel{
	float:left;
	padding:0 15px 0 0;
	min-width:130px;
	text-align:left;
}
.transwrap .transdata{
	float:left;
	padding:0 0 0 10px;
	position: relative;
	word-break: break-all;
}
.transwrap .transdata:after{
	content:':';
	width:10px;
	height:10px;
	font-size:16px;
	font-weight: bold;
	display:inline-block;
	position: absolute;
	top:0;
	left:-8px;
	
}
.statusimg{
	 width:20px;
	 height:20px;
	 display:inline-block;
	 background-position: center center;
	 background-repeat:no-repeat;
	 background-size: auto 20px;
	 vertical-align: middle;
}
.successimg{
	background-image:url("../images/tick.svg");
}
.failedimg{
	background-image:url("../images/close-icon.png");
}
.txnstatus.success{
	color:#27a206;
	font-weight: bold;
}
.txnstatus.failed{
	color:#da0b0b;
	font-weight: bold;
}
.txnstatus.pending{
	color:#e8d007;
	font-weight: bold;
}

.amtbox{
	width:35%;
	max-width:35%;
	color:#056cbd;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	display: flex;
	justify-content: flex-end;
}

.amtbox span.label{
	display: block;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
}
.receipt-content{
	display:flex;
}
.receipt-content .leftbox{
	width:58%;
	max-width:58%;
	color: #676767;
}

.leftbox-wrap{
	display:block;
	padding-bottom:12px;	
}

.leftbox-wrap .label{
	font-size:11px;
	line-height:12px;
	display:block;	
}

.receipt-content .rightbox{
	width:42%;
	max-width:42%;
}
.rightbox-wrap{
	display:flex;	
}
.rightbox-wrap .rightbox-label{
	width:60%;
	max-width:60%;
	color: #676767;
}
.rightbox-wrap .rightbox-data{
	width:40%;
	max-width:40%;
	text-align:right;
	font-weight:bold;
	word-break: break-all;
}
.receipt-cover{
	display: none;
}
.receipt-cover img{
	max-height:340px;
}
.plus-field{
	position: relative;	
}
.total-field{
	position: relative;
	/* display:none; */
}
.total-field.show{
	position: relative;
	display:block;
}
.totalamt,.totalamt:disabled, .totalamt[readonly]{	
	background-color:rgba(255,255,255,0);border:0px solid #dad6d6 ;/* cursor: not-allowed; */
	font-size:22px;
	line-height:34px;
	font-weight:bold;
	padding:2px 0px;
}
.fixamt{
	display:block;
    width: 100%;
	background-color: #dcdcdc;
    border: 1px solid #dad6d6;
    cursor: not-allowed;
    padding: .650rem .75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #212529;
    appearance: none;
    border-radius: .25rem;	
}
.steplist{
	list-style-type:none;
	margin:0 0 35px 0;
	padding:0 0 15px 0;
	display: block;
		width:100%;
		border-bottom:1px solid #ccc;
}
.steplist li{
	display:inline-block;
	vertical-align: top;
	min-width:23%;
	max-width:24%;
	padding: 0 35px 0 38px;
	font-size:15px;
	line-height:16px;
	color: #a0a0a0;
	position: relative;
}
.steplist li span{
	display: block;
}
.steplist li span.num{
	position: absolute;
	 top:2px;
	 left:0;
	width:28px;
	height:28px;
	background-color:#f9f9f9;
	color:#a0a0a0;
	font-size:14px;
	font-weight: bold;
	line-height:28px;
	text-align: center;
	display: inline-block;
	margin:0 5px 0 0;
	 border:1px solid #e8e7e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.steplist li.active{
	color: #212121;
	font-weight: bold;
}
.steplist li.active span.num{
	background-color:#005597;
	color:#fff;
	 border:1px solid #005597;
}



.nopagebody{
	padding:50px 0;
}
.nopagebody .row{
	align-items: center;
}
.nopagebody .nopageimg{
	max-width:300px;
}
.nopagebody h3{
	text-transform: capitalize;
    color: #e8505b;
	font-size: 32px;
	font-weight: bold;
    line-height: 40px;
    margin: 5px 0;
}
.nopagebody .empty-action{
	padding:25px 0;
}
.nopagebody .container{
	max-width:600px;
	margin:0 auto;
}
.i-arrow{
	margin:0 2px 0 0;
	width:24px;
	height:24px;
	display: inline-block;
	vertical-align: middle;
	background-image:url("../images/arrow.svg");
	background-repeat:no-repeat;
	background-position: center center;
}

@media (min-width:600px){

	.applyform{
		padding:20px 0 0 0;
	}
	.applyform .btn, .applyform  .verifybtn{
		margin-top:27px;
	}
	.applyform .fileinput-button{
		margin-top:27px;
	}
	.introwrap{
		min-height:50vh;
	}
	.buy-wrap .fileinput-button {
		margin-top: 27px;
	}
	
}



@media (min-width:768px){
	.rowbar-md{
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.wrap{
		padding-bottom:68px;
		min-height: calc(100vh - 168px);
	}
	.nopagebody{
		min-height: calc(100vh - 168px);
	}
	.footer{
		position: absolute;
		bottom:0;
		left:0;
		width:100%;
	}
	.section{ padding:60px 0; position: relative;}
	.navbar-nav .nav-item{ margin:0 1rem;}
	.navbar-default{
		
	}
	.fixnav .navbar-default{
		background:rgba(30, 5, 80, 0);
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.fixnav .navbar-default.fixedtop{
		/* background-color:rgba(30, 5, 80, 1); */
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1080; 
		background: rgb(19, 5, 80);
	background: -moz-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
	background: -webkit-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
	background: -o-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
	background: -ms-linear-gradient(0deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
	background: linear-gradient(90deg, rgb(19, 5, 80) 0%, rgb(61, 7, 95) 100%);
	}
	
	.unfixed-top,.fixnav .unfixed-top{
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1080; 
		
	}
	
	.contentbody{
		padding:100px 0 50px 0;
	}
	.introwrap{
		min-height:50vh;
	}
	.steplist{
		margin-bottom:65px;
	}
	.plus-field:before{
		content:'+';
		display: inline-block;
		width:15px;
		height:15px;
		font-size:18px;
		line-height:15px;
		position: absolute;
		top:55px;
		right:-20px;	
	}
}
@media (min-width: 992px) {
	.rowbar-lg{
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	} 
	.introwrap{
		min-height:70vh;
	}
	.form-label .brtx{
		display: block;    line-height: 10px;
	}
	.total-field:before{
		content:'=';
		display: inline-block;
		width:15px;
		height:15px;
		font-size:18px;
		line-height:15px;
		position: absolute;
		top:55px;
		left:-20px;	
	}
	.receipt-cover{
		display: block;
	}
	
}
@media (min-width: 1020px) {	
	
	.navbar-brand{
		margin-right: 3rem;
	}
	.navbar-nav .nav-item{ margin:0 1rem;}
	.banner{
		padding:50px 0;
	}

	.inner-banner{
		height:424px;
	}	
}

@media (min-width: 1200px) {
	.rowbar-xl{
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.buy-step1,.buy-step2,.buy-step3,.buy-step4{
		max-width:90%;
		margin:0  auto;
	}
}
@media (min-width: 1320px) {
	.section{ padding:90px 0;}
	.banner{
		padding:90px 0;
		min-height:120vh;
	}
	.container{
		max-width:1190px;
	}
	.sec .container {
		max-width:1120px;
	}
	.introtx .carousel{
		width:95%;
		margin:0;
	}
	.applyform .container{
	  padding-right:35px;
	  padding-left:35px;
	}
	.applyform .row {
	  margin-right:-35px;
	  margin-left:-35px;
	}
	.applyform .row > * {
	  padding-right:35px;
	  padding-left:35px;
	}
	.applyform .row > .no-lpadding {
	  padding-left:0 !important;
	}
	.applyform .sec-th{
		margin:20px 0 35px 0;
	}
	.topupform{
		max-width:80%;
		margin:0 auto;
	}
	#topupmodal .modal-body{
		padding:45px 0;
	}
	.introwrap{
		min-height:85vh;
	}
	.topupcardimg{
		max-width:450px;
		margin:0 auto;
	}
	
}
@media (min-width: 1400px) {
}
@media (min-width: 1800px) {
	body {font-size:20px;line-height:28px;}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1640px;
	}
	.navbar-brand img{
		max-width:200px;
		max-height:80px;
	}
	.applyform .container{
	  padding-right:45px;
	  padding-left:45px;
	}
	.applyform .row {
	  margin-right:-45px;
	  margin-left:-45px;
	}
	.applyform .row > * {
	  padding-right:45px;
	  padding-left:45px;
	}
	.applyform .sec-th{
		margin:20px 0 35px 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1080px)  {
	.ccrad-wrap{
		padding-bottom:70px
	}
	.ccrad-img {
		position: absolute;
		bottom: -11px;
		right: -16px;
	}
	.ccrad-img img {
		max-width: 150px;
	}
}
@media all and (max-width:991px){
	.foonav{
		text-align:  center;
		padding:25px 0 0;
	}
	.foonav li{
		float:none;
		padding:0;
	}
	.foonav p{
		padding:0;
		margin:0;
	}
	.footlogo{
		justify-content:center;
	}
	.navbar-nav .nav-link.applybtn{
		display: inline-block;
	}
	.navbar-nav.align-items-center{
		align-items: flex-start !important;
	}
		
}

@media all and (max-width: 990px){
	
	.foolink{
		text-align: center;
		margin-bottom:10px;
	}
	
}
@media all and (max-width: 767px){
	.registration-form{
		margin-bottom:35px;
	}
	.footer p{
		text-align:center;
	}
	
	.foolink{
		text-align: center;
	}
	.steplist li {
		max-width: 24%;
		font-size: 12px;
		line-height:14px;
	}
	.receipt-head{
		display:block;
	}
	.transbox{
		display: block;
		width:100%;
		max-width:100%;
	}
	.amtbox{
		display: block;
		width:100%;
		max-width:100%;
		padding-top:15px;
		text-align: left;
	}
	.amtbox span.label{
		display: inline-block;
	}
	.receipt-content{
		display:block;		
	}
	.receipt-content .leftbox{
		display: block;
		width:100%;
		max-width:100%;		
	}
	.receipt-content .rightbox{
		display: block;
		width:100%;
		max-width:100%;		
	}
}

@media all and (max-width: 640px){
	
	.navbar-default.fixed-top{
		padding-top: .2rem;
		padding-bottom: .2rem;
	}
	.navbar-default.fixed-top .navbar-brand img {
		max-width: 200px;
		max-height:45px;
	}
	.navbar-nav li{
		 width:100%;
	}
	.navbar-nav .nav-link{
		padding-left:15px;
		padding-right:15px;
	}
	.banner{
		font-size:16px;
		line-height:20px;
	}
	.introtx{
		margin:98px 0 15px 0;
		padding:0 20px;
	}	
	.introtx h2{
		    font-size: 38px;
			    line-height:46px;
				margin: 0 0 25px 0;
	}
	.introtx .carousel-item h3{
		font-size: 24px;
		line-height:28px;
	}
	.introtx .carousel-indicators{
		bottom:20px;
	}
	.card-wrap{
		top:0;
	}
	.features-wrap{
		top: -50px;
	}
	.aboutsec .card-wrap{
		top: -50px;
	}
	
	.steplist li{
		min-width:40px;
		height:30px;
		max-width: inherit;
	}
	.steplist li:before{
		content:'';
		width:100%;
		height:1px;
		border-bottom:1px dashed #ccc;
		position: absolute;
		top: 41%;
		left: 0;
	}
	.steplist li.active:before{
		border-bottom:1px dashed #005597;
	}
	.steplist li:last-child:before{
		content:'';
		display:none;
	}
	.steplist li:last-child{
		padding: 0 0px 0 38px;
	}
	.steplist .numtx{
		display:none;
	}
	.ccrad-img{
		display:none;
	}
	.ccrad{
		margin:0 auto;
	}
}

@media screen and (max-width: 600px){
	.receipt-sec .receipt-head {
		display: block;
		text-align: center;
	}
	.tra {
		text-align: left;
	}
	.receipt-sec .receipt-head .deta, .receipt-sec .receipt-head .tick {
		width: 100%;
	}

	.receipt-sec .receipt-head p {
		text-align: center;
	}
	.amount-head span {
		margin: 0;
		float: left;
	}
}

@media all and (max-width: 480px){
	.introtx{
		margin:90px 0 15px 0;
		padding:0 20px;
	}
	.introtx h2{
		font-size: 34px;
		line-height: 38px;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
	}
	.introtx .carousel-item h3{
		padding: 0 0 10px 0;		
	}
	.registration-form{
		padding-left:15px;
		padding-right:15px;
	}
	.banner:before{
		background-color: rgba(00,00,00,0.2);
	}
	.card-wrap{
		padding:30px 20px;
	}
	.recharge-step1 img{
		margin:25px 0 0;
	}
}
@media all and (max-width:479px){	
	.ccrad{
		width: 100%;
		height: auto;
		padding-bottom:15px;
	}
	.ccrad-text{
		flex-direction: column;
	}
	.ccrad-left{
		margin-bottom: 15px;
	}
}
@media all and (max-width:380px){
	.introtx{
		padding:0 10px;
	}
	.introtx h2{
		font-size: 28px;
		line-height: 32px;
	}
	.introtx .carousel-item h3{
		font-size:20px;
		line-height:24px;
	}
}
@media all and (max-width:360px){
}

/* inline styles from fastag-buy.php start*/

    .error_class{
        color:red;
    }

    .field_readonly{
        pointer-events: none;
    }
	.start-ma{
		color:red;
	}
	.dis_none{
		display:none;
	}
	.pad_t{
		padding-top: 6px;
	}
	.input_uppercase{
		text-transform: uppercase;
	}
	.input_bk_color_wh{
		background-color: white;
	}
	.span_font_sz{
		color:red;font-size: 15px;
	}
	.dev_ps_nw{
		position: relative;
	}
	.input_op{
		opacity: 0;
	}
	.span_color_nw{
		color:red;
	}
	.resendbtn_nw{
		color: blue;
		cursor: pointer;
	}
/* inline styles from fastag-buy.php end*/