.btn-check:focus + .btn, .btn:focus{
	box-shadow: none !important;
}
.navWraper{
	position: fixed;
	background-color: #fff;
	display: inline-block;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 8888;
	transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.navWraper .header .navbar{
	padding: 0;
}
.navWraper .header .navbar .navbar-brand{
	margin-right: 55px;
	margin-left: 5px;
	padding: 0px;
}
.navWraper .header .navbar .navbar-brand .logo {
	display: inline-block;
	background-image: url("../images/billavenue_logo.png");
	background-repeat: no-repeat;
	background-position: left top 24px;
	height: 73px;
	width: 163px;
}

.navWraper .header .navbar .mainNav a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #2a2a43;
	letter-spacing: 0.010px;
	outline: 0;
	text-decoration: none;
}
.navWraper .header .navbar .mainNav .header-btn{
	margin-right: 3px;
}

.navWraper .header .navbar ul{
	list-style: none;
}
.navWraper .header .navbar ul.navbar-nav {
	margin-left: 0px;
	margin-top: 8px;
	padding: 0;
	float: right;
	
}
.navWraper .header .navbar ul.navbar-nav li.nav-item {
	list-style-type: none;
	display: inline-block;
	margin-right: 39px;	
}

.navWraper .header .navbar .navbar-nav li.nav-item a {
	color: #585858;
	padding: 23px 0;
}
.navWraper .header .navbar .navbar-nav li.nav-item i{
	margin-left: 6px;
}
.dropdown-toggle::after{	
	border: none !important;
}
.navWraper .header .navbar .navbar-nav li.nav-item a:hover {
	color: #000;
}
.dropdown{
	display: inline-block;	
}

.mega-menu-wrap{
	border-radius: 12px;
	/* display: none; */ 
	opacity: 0; /* here */
	position: absolute;
	box-shadow: 3px 3px 17px rgba(81, 81, 81, 0.3);
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #fff;
	display: inline-block;
	left: 0px;
	top: 64px;
	right: auto;
	z-index: 8888;
	width: 498px;
	transition: all 0.25s ease-in; /* here */
	visibility: hidden;
	transform: translateY(0px/*10px*/); /* here */
}


.navWraper .header .navbar .navbar-nav .dropdown:hover > .mega-menu-wrap {
    /*transition: all 200ms ease 0s !important;*/
	border-radius: 3px;
	transform: translateY(3px); /* here */
  	opacity: 1; /* here */
	display: inline-block;
	width: 498px;
	left: 0px;
	right: auto;
	visibility: visible;
	top: 64px;
	background-color: #fff;
}

.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul{
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul::after{
	content: '';
	height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	border: 0px solid;
	left: 53px;
	border-left-width: 1px;
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(233, 234, 234), rgb(233, 234, 234), rgb(233, 234, 234), rgba(255, 255, 255, 0));
  	border-image-slice: 1;
	z-index: 0;
  }
.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li {
	width: 100%;
	float: none;
	box-sizing: border-box;
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li a {
	color: #010b17;
	text-transform: none;
	padding: 18px 10px 16px 64px;
	display: inline-block;
	width: 100%;
	transition: 0.5s all;
	border-radius: 4px;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	z-index: 222;
  }
  /*.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:nth-child(1) a{
	background-color: rgba(0, 0, 0, 0.2);
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:nth-child(2) a{
	background-color: rgba(219, 13, 13, 0.2);
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:nth-child(3) a{
	background-color: rgba(19, 221, 79, 0.2);
  }*/  
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li a span.menu-icon{
	position: absolute;
	left: 16px;
	z-index: 1;
	opacity: 1;
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li a span.menu-icon-hover{
	position: absolute;
	left: 16px;
	z-index: 0;
	opacity: 0;
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:hover a span.menu-icon-hover{
	opacity: 1;
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:hover a span.menu-icon{
	opacity: 0;
  }
  
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:hover a{
	background-color: #f4f7fb;
	border: 1px solid #e9eaea;
	color: #010b17;
  }
  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:hover a .menu-title{
	color: #f68733;
 }
.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li a span {
	transition: 0.3s all ease-out;
	line-height: 0px;
	
}
.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li a .menu-title {
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 4px;
 }
 
.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li a .menu-disc {
	display: inline-block;
	margin-top: 0px;
	font-size: 13px;
	line-height: 16px;
	opacity: 0.8;
	vertical-align: top;
	letter-spacing: -0.009rem;
 }


/*.navWraper .header .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a,.navWraper .header .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item{ padding: 0px;}
.navWraper .header .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu[data-bs-popper]{
	top: 100%;
  	left: 0px;
  	margin-top: 0.8rem;
}*/


/* Sticky Header Styles */
.navWraper.sticky {
	background-color: #fff;
	color: #251974;
	border-bottom: 1px solid #e9ebef;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	top: 0;
	z-index: 8888;
}

.navWraper.sticky .header .logo {
	background-image: url("../images/billavenue_logo.png");
}
.navWraper.sticky .header .navbar .navbar-nav li.nav-item a {
	color: #000;
}
.navWraper.sticky .header .navbar .navbar-nav li.nav-item a:hover {
	color: #6946db;
}


.navWraper .header .navbar .header-btn .btnOutline{
	border: 1px solid #1c5af4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #1c5af4;
	padding: 8px 16px 9px 18px;
	line-height: 13px;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
}
.navWraper .header .navbar .header-btn .btnFilled{
	border-radius: 3px;
	background-color: #1c5af4;
	color: #ffffff;
	padding: 8px 15px 9px 17px;
	line-height: 13px;
	font-size: 14px;
	font-weight: 500;
}
[type=submit] {
    -webkit-appearance: auto !important;
}
.navWraper .header .navbar .header-btn .btn:focus{
	box-shadow:none;
}
.navWraper .header .navbar .header-btn .btnOutline svg{
	position: relative;
	top: -1px;
	left: 0px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #1c5af4;
	stroke-width: 1.5;
	transform: translateX(-3px);
	transition: all .3s ease;
}
.navWraper .header .navbar .header-btn a.btnOutline:hover svg{
	transform: translateX(0);
}
.navWraper .header .navbar .header-btn .btnFilled svg{
	position: relative;
	top: -1px;
	left: 0px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 1.5;
	transform: translateX(-3px);
	transition: all .3s ease;
}
.navWraper .header .navbar .header-btn a.btnFilled:hover svg{
	transform: translateX(0);
}
.navWraper .header .navbar .header-btn a.btnFilled:hover{
	background-color: #356fff;
}


/* ================== SUB HEADER ================*/
.sub-page .header-section {
	min-height: 567px;
}
.sub-page .header-section .title-content{
	margin-top: 146px;
	text-align: center;
}
.sub-page .header-section .title-content span{
	color: #f18126;
}
.sub-page .header-section .title-content h1.title {
	font-size: 45px;
	line-height: 54px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.sub-page .header-section .title-content p{
	margin-top: 14px;
	font-size: 18pt;
	line-height: 42px;
	color: #fff;
}

/* hero unit css Agent Institution Billers page*/

.sub-page.ai .header-section{
	overflow: hidden;
}
.sub-page.ai .header-section .header-content .contentText{
	margin-top: 174px;
	color: #fff;
	padding-bottom: 210px;
	width: 45%;
	margin-left: 2px;
}
.sub-page.ai .header-section .header-content .contentText h1.page-tag {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #5488fe;
	margin-bottom: 8px;
	margin-left: 14px;
}
.sub-page.ai .header-section .header-content .contentText h1.page-tag:before{
	content: '';
	height: 100%;
	width: 2px;
	height: 19px;
	position: absolute;
	left: 3px;
	top: 0;
	display: inline-block;
	background-color: #007eff;
}
.sub-page.ai .header-section .header-content .contentText h2.title {
	font-size: 43px;
	line-height: 50px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.sub-page.ai .header-section .header-content .contentText p{
	margin-top: 19px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 36px;
}
.sub-page.ai .header-section .header-content .action a.hero-area-btn{
	background-color: #ee6e2c;
	color: #fff;
	padding: 11px 24px 13px 19px;	
	font-size: 15px;
	line-height: 16px;
	border-radius: 5px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	position: relative;
	margin-left: 2px;
}

.sub-page.ai .header-section .header-content .action a.hero-area-btn svg{
	position: relative;
    top: 0;
    left: 9px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
 }
 .sub-page.ai .header-section .header-content .action a.hero-area-btn:hover svg{
	transform: translateX(0);

 }
 .sub-page.ai .header-section .header-content .action a.hero-area-btn:hover{
	background-color: #dc5b19;
 }
  
 .sub-page.ai .header-section .header-content .header-animation {
	bottom: 0;
	left: auto;
	right: -25px;
	z-index: 0;
	position: absolute;
	width: 76%;
}
.sub-page.ai .header-section .header-content .header-animation .header_colage{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
.sub-page.ai .header-section .header-content .header-animation .header_colage .mobile-base{
	background: url('../images/animation/ai_hero_iphone-sc1.png') 0px 0px no-repeat;
	width: 405px;
	height: 607px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: -5px;
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	left: 294px;
}
.sub-page.ai .header-section .header-content .header-animation .header_colage .mobile-base .frame{
	z-index: 222;
	position: absolute;
}
.sub-page.ai .header-section .header-content .header-animation .header_colage .mobile-base .pointer{
	/*background-color: rgba(0, 0, 0, 0.5);
	border: 3px solid #fff;*/
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	z-index: 222;
}
.sub-page.ai .header-section .header-content .header-animation .header_colage .mobile-base .pointer{
	/*top: 340px;
	left: 180px;*/
	z-index: 222;

}

.sub-page.ai .header-section .header-content .header-animation .header_colage .mobile-base .inner-screens{
	position: absolute;
	top: 21px;
	bottom: 0;
	left: 0px;
	right: 0;
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	width: 387px;
	z-index: 111;
	/*transform: translateX(400px);
    transition: all .3s ease;*/
}


/* hero unit css Recharge Services */

/* hero unit css Agent Institution DMT page*/

.sub-page.recharge .header-section{
	overflow: hidden;
}
.sub-page.recharge .header-section .header-content .contentText{
	margin-top: 174px;
	color: #fff;
	padding-bottom: 119px;
	width: 43.22%;
	margin-left: 2px;
}
.sub-page.recharge .header-section .header-content .contentText h1.page-tag {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #5488fe;
	margin-bottom: 8px;
	margin-left: 14px;
}
.sub-page.recharge .header-section .header-content .contentText h1.page-tag:before{
	content: '';
	height: 100%;
	width: 2px;
	height: 19px;
	position: absolute;
	left: 3px;
	top: 0;
	display: inline-block;
	background-color: #007eff;
}
.sub-page.recharge .header-section .header-content .contentText h2.title {
	font-size: 43px;
	line-height: 50px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.sub-page.recharge .header-section .header-content .contentText p{
	margin-top: 19px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 36px;
}
.sub-page.recharge .header-section .header-content .action a.hero-area-btn{
	background-color: #ee6e2c;
	color: #fff;
	padding: 11px 24px 13px 19px;	
	font-size: 15px;
	line-height: 16px;
	border-radius: 5px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	position: relative;
	margin-left: 2px;
}
.sub-page.recharge .header-section .header-content .action a.hero-area-btn:hover{
	background-color: #dc5b19;
 }

.sub-page.recharge .header-section .header-content .action a.hero-area-btn svg{
	position: relative;
    top: 0;
    left: 9px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
 }
 .sub-page.recharge .header-section .header-content .action a.hero-area-btn:hover svg{
	transform: translateX(0);

 }
  


.sub-page.recharge .header-section .header-content .header-animation{
	position: relative;
	display: inline-block;
	width: 56% !important;
	text-align: center;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage{
	bottom: 0;
	top: 90px;
	left: auto;
	z-index: 0;
	position: absolute;
}

.sub-page.recharge .header-section .header-content .header-animation .header_colage #canvas{
	width: 612px !important;
	height:auto;
	display: block;
}
/*.sub-page.recharge .header-section .header-content .header-animation .header_colage{
	display: inline-block;
	width: 600px;
	height: 600px;
	margin-top: 140px;
	position: relative;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .circle{
	border:2px dotted #e8e8e8;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	left: 0;
	position: absolute;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .screen1{
	position: absolute;
	left: 102px;
	bottom: -16px;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .screen2{
	position: absolute;
	right: 103px;
	bottom: auto;
	top: -45px;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .recharge-btn{
	position: absolute;
	left: 80px;
	bottom: auto;
	top: -10px;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .recharge-circle1{
	position: absolute;
	left: -15px;
	bottom: 245px;
	top: auto;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .recharge-circle2{
	position: absolute;
	right: 219px;
	bottom: -17px;
	top: auto;
}
.sub-page.recharge .header-section .header-content .header-animation .header_colage .recharge-circle3{
	position: absolute;
	right: -21px;
	bottom: 236px;
	top: auto;
}*/


/* hero unit css Agent Institution DMT page*/

.sub-page.dmt .header-section{
	overflow: hidden;
}
.sub-page.dmt .header-section .header-content .contentText{
	margin-top: 174px;
	color: #fff;
	padding-bottom: 116px;
	width: 44%;
	margin-left: 2px;
}
.sub-page.dmt .header-section .header-content .contentText h1.page-tag {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #5488fe;
	margin-bottom: 8px;
	margin-left: 14px;
}
.sub-page.dmt .header-section .header-content .contentText h1.page-tag:before{
	content: '';
	height: 100%;
	width: 2px;
	height: 19px;
	position: absolute;
	left: 3px;
	top: 0;
	display: inline-block;
	background-color: #007eff;
}
.sub-page.dmt .header-section .header-content .contentText h2.title {
	font-size: 43px;
	line-height: 50px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.sub-page.dmt .header-section .header-content .contentText p{
	margin-top: 19px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 36px;
}
.sub-page.dmt .header-section .header-content .action a.hero-area-btn{
	background-color: #ee6e2c;
	color: #fff;
	padding: 11px 24px 13px 19px;	
	font-size: 15px;
	line-height: 16px;
	border-radius: 5px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	position: relative;
	margin-left: 2px;
}
.sub-page.dmt .header-section .header-content .action a.hero-area-btn:hover{
	background-color: #dc5b19;
 }

.sub-page.dmt .header-section .header-content .action a.hero-area-btn svg{
	position: relative;
    top: 0;
    left: 9px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
 }
 .sub-page.dmt .header-section .header-content .action a.hero-area-btn:hover svg{
	transform: translateX(0);

 }
  
 /*.sub-page.dmt .header-section .header-content .header-animation {
	bottom: 0;
	top: 90px;
	left: auto;
	right: 0px;
	z-index: 0;
	position: absolute;
	width: 650px;
	height: 650px;
	border: 1px solid blue;
	background-color: #6c58eb;
}*/
.sub-page.dmt .header-section .header-content .header-animation{
	position: relative;
	display: inline-block;
	width: 55%;
	text-align: center;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage{
	display: inline-block;
	width: 600px;
	height: 600px;
	margin-top: 140px;
	position: relative;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .circle{
	border:2px dotted #e8e8e8;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	left: 0;
	position: absolute;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .screen1{
	position: absolute;
	left: 102px;
	bottom: -16px;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .screen2{
	position: absolute;
	right: 103px;
	bottom: auto;
	top: -45px;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .dmt-btn{
	position: absolute;
	left: 80px;
	bottom: auto;
	top: -10px;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .dmt-circle1{
	position: absolute;
	left: -15px;
	bottom: 245px;
	top: auto;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .dmt-circle2{
	position: absolute;
	right: 219px;
	bottom: -17px;
	top: auto;
}
.sub-page.dmt .header-section .header-content .header-animation .header_colage .dmt-circle3{
	position: absolute;
	right: -21px;
	bottom: 236px;
	top: auto;
}




/* hero unit css Billers*/

.sub-page.billers .header-section{
	overflow: hidden;
}
.sub-page.billers .header-section .header-content .contentText{
	margin-top: 174px;
	color: #fff;
	padding-bottom: 241px;
	width: 45%;
	margin-left: 2px;
	z-index: 1;
}
.sub-page.billers .header-section .header-content .contentText h1.page-tag {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #5488fe;
	margin-bottom: 8px;
	margin-left: 14px;
}
.sub-page.billers .header-section .header-content .contentText h1.page-tag:before{
	content: '';
	height: 100%;
	width: 2px;
	height: 19px;
	position: absolute;
	left: 3px;
	top: 0;
	display: inline-block;
	background-color: #007eff;
}
.sub-page.billers .header-section .header-content .contentText h2.title {
	font-size: 43px;
	line-height: 50px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.sub-page.billers .header-section .header-content .contentText p{
	margin-top: 19px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 36px;
}
.sub-page.billers .header-section .header-content .action a.hero-area-btn{
	background-color: #ee6e2c;
	color: #fff;
	padding: 11px 24px 13px 19px;
	font-size: 15px;
	line-height: 16px;
	border-radius: 5px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	position: relative;
	margin-left: 2px;
}
.sub-page.billers .header-section .header-content .action a.hero-area-btn:hover{
	background-color: #dc5b19;
 }

.sub-page.billers .header-section .header-content .action a.hero-area-btn svg{
	position: relative;
    top: 0;
    left: 9px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
 }
 .sub-page.billers .header-section .header-content .action a.hero-area-btn:hover svg{
	transform: translateX(0);

 }

.sub-page.billers .header-section .header-content .header-animation {
	bottom: 0px;
	left: auto;
	right: 0px;
	z-index: 0;
	position: absolute;
	width: 100%;
}
.sub-page.billers .header-section .header-content .header-animation .header_colage{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base{
	width: 100%;
	height: 583px;
	position: relative;
	display: inline-block;
	bottom: 0px;
	left: 0;
}
.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .frame{
	z-index: 222;
	position: absolute;
	left: 540px;
	top: 20px;
}
.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-screens{
	position: absolute;
	top: 80px;
	bottom: 0px;
	left: auto;
	right: 10px;
	width: 373px;
	z-index: 111;
	/*transform: translateX(400px);
    transition: all .3s ease;*/
}
.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-strap{
	position: absolute;
	top: auto;
	bottom: 68px;
	left: 18px;
	right: auto;
	/*right: 627px;*/
	z-index: 111;
	/*transform: translateX(400px);
    transition: all .3s ease;*/
}
.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-screens img{
	vertical-align:bottom;
}

/*====================================================
Extra Small =   xs  =   0px - 767px
Small       =   sm  =   768px - 991px
Medium      =   md  =   992px - 1199px
Large       =   lg  =   1200px and up
=========================================================*/
@media (max-width:1199px) {
	.navWraper .header .navbar .navbar-nav li.nav-item a:focus {
		color: #6946db;
	}
	.navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:focus a span.menu-icon-hover{
		opacity: 1;
	  }
	  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:focus a span.menu-icon{
		opacity: 0;
	  }
	  
	  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:focus a{
		background-color: #f4f7fb;
		border: 1px solid #e9eaea;
		color: #010b17;
	  }
	  .navWraper .header .navbar .navbar-nav li.dropdown .mega-menu-wrap ul li:focus a .menu-title{
		color: #f68733;
	 }
}
@media (max-width:767px) {
	.mega-menu-wrap{
		width: 100%;
		border: none;
	}
	.navWraper .header .navbar{
		padding: 0;
	}
	.navWraper .header .navbar .navbar-toggler{
		border-color: #2a2a43;
	}
}

/* SM */
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	.navWraper .header .navbar .mainNav {
		padding: 0px;
		height: max-content;
		background-color: rgba(255, 255, 255, 1);
	}
	
	.navWraper .header .navbar ul.navbar-nav{
		float: none;
	}
	.navWraper .header .navbar ul.navbar-nav li.nav-item{
		margin-right: 0px;
	}
	.navWraper .header .navbar ul.navbar-nav li.nav-item a{
		display: block;
		padding: 10px 17px;
		color: #000;
	}
	.navWraper .header .navbar ul.navbar-nav li.nav-item .mega-menu-wrap{
		display: inline-block;
		visibility: visible;
		opacity: 1;
		box-shadow:none;
		padding: 0;
		width: 100% !important;
		border: none;
	}
	.navWraper .header .navbar ul.navbar-nav li.nav-item .mega-menu-wrap ul::after{
		left: 33px;
	}
	.navWraper .header .navbar .mainNav .header-btn{
		display: block;
		margin: 20px;
	}
	.navWraper .header .navbar .header-btn .btn.btnOutline {
		border: 1px solid #6946db;
		border-radius: 0px;
		color: #6946db;
	}
	.navWraper .header .navbar ul.navbar-nav li.dropdown:hover .dropdown-menu {
		max-height: 350px;
		overflow-y: scroll;
		position: relative;
		top: 0;
	  }
}
/* MD */
@media (min-width:992px) and (max-width:1199px) {
	.navWraper{
		width: 100% !important;
		margin: 0 !important;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		flex-grow: 0.95;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
	.sub-page.billers .header-section .header-content .contentText{
		width: 41%;
		padding-bottom: 163px;
	}
	/*.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base{
		height: 553px;
	}
	.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .frame{
		left: 466px;
		width: 33%;
		top: 30px;
	}
	.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-screens{
		width: 33%;
		top: 93px;
		height: fit-content;
	}
	.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-strap{
		width: 44%;
		right: 596px;
	}
	.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .frame img, 
	.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-screens img,
	.sub-page.billers .header-section .header-content .header-animation .header_colage .mobile-base .inner-strap img{
		width: 100%;
		height: auto;
	}*/

	.sub-page.recharge .header-section .header-content .contentText{
		width: 40%;
	}
	.sub-page.recharge .header-section .header-content .header-animation{
		width: 59% !important;
	}
	.sub-page.recharge .header-section .header-content .header-animation #canvas{
		width: 595px !important;
		height: auto !important;
		right: 0px;
	}
  }

/* LG */
@media (min-width:1200px) {}


/* CSS TRANSITION CLASS ON SCROLL */

/* COMMON */
.reveal {
	position: relative;
	opacity: 0;
  } 
  .reveal.active {
	opacity: 1;
  }
  .active.fade-bottom {
	animation: fade-bottom 0.5s ease-in;
  }
  /*.active.fade-left {
	animation: fade-left 1s ease-in;
  }
  .active.fade-right {
	animation: fade-right 1s ease-in;
  }*/
 
  .reveal-hidden {
	position: relative;
	opacity: 0;
  }
  
  .reveal-hidden.active {
	opacity: 1;
  }
  .active.fade-bottom-delay1 {
	animation: fade-bottom 1s ease-in;
	animation-delay:0.5s;
  }


  
  /* The common animation class */
  .element {
	opacity: 0;
	animation: slideUp 1s forwards;
  }
  
  .ai-element1{
	opacity: 0;
	animation: scroll-left 1s forwards;
  }



  /* Billers page*/

  .billers-element1{
	opacity: 0;
	animation: billers-scroll-left 1s forwards;
  }
  .billers-element2{
	opacity: 0;
	animation: billers-scroll-right 1s forwards;
  }



  /* DMT page*/

  .dmt-element1{
	opacity: 0;
	animation: slideupBounce 1s ease-out forwards;
  }
  .dmt-element2{
	opacity: 0;
	animation: slideupBounce 1s ease-out forwards;
  }
  .circle{
	opacity: 0;
	animation: fadeIn 1s ease-out forwards;
  }
  .dmt-border{
	opacity: 0;
	animation: fadeIn 1s ease-out forwards;
  }
  .dmt-btn-anim{
	opacity: 0;
	animation: fadeIn 1s ease-out forwards;
  }

  .dmt-anim{
	opacity: 0;
  	animation: fadeIn 1s forwards;
  }

  .scroll{
	opacity: 0;
	animation: moveWaitDisappear 2s forwards; /* 6 seconds total for animation */
  }



 /* Add delays for sequential animation */


  /* AI billers page page*/
   .element.base {
	animation-delay: 0.3s;  
  }
  .ai-scroll1{
	animation-delay: 2s;  
  }
  .ai-element1.screen1{
	animation-delay: 4s;  
  }
  .ai-scroll2{
	animation-delay: 6s;  
  }
  .ai-element1.screen2{
	animation-delay: 8s;  
  }
  .ai-scroll3{
	animation-delay: 10s;  
  }
  .ai-element1.screen3{
	animation-delay: 12s;  
  }
  .ai-scroll4{
	animation-delay: 14s;  
  }
  .ai-element1.screen4 {
	animation-delay: 16s;  
  }
  .ai-scroll5{
	animation-delay: 18s;  
  }
  .ai-element1.screen5 {
	animation-delay: 20s;  
  }


  
/* Billers page*/
  .billers-element1.screen1{
	animation-delay: 1.5s;  
  }
  .billers-element2.screen2{
	animation-delay: 2.5s;  
  }
 

/* ai - DMT page*/
.dmt-element1.screen1{
	animation-delay: 0.5s;  
}
.dmt-element2.screen2{
	animation-delay: 1.5s;  
}
.circle{
	animation-delay: 2s;
}
.dmt-anim:nth-child(1) {
	animation-delay: 2.5s;
  }
  .dmt-anim:nth-child(2) {
	animation-delay: 3s;
  }
  .dmt-anim:nth-child(3) {
	animation-delay: 3.5s;
  }
  .dmt-anim:nth-child(4) {
	animation-delay: 4s;
  }
  .dmt-anim:nth-child(5) {
	animation-delay: 4.5s;
  }



/* ALL ANIMATION KEYFRAMES*/

  @keyframes fade-bottom {
	0% {
	  transform: translateY(20px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }

  @keyframes fadeIn {
	to {
	  opacity: 1;
	}
  }

  @keyframes fadeInUp {
	0% {
	  opacity: 0;
	  transform: translateY(20px);
	  transition: all .3s ease;
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	  transition: all .3s ease;
	}
  }

  @keyframes slideUp {
	0% {
	  opacity: 0;
	  transform: translateY(250px);
	}
	100% {
		opacity: 1;
	  transform: translateY(0);
	}
  }

  @keyframes slideupBounce {
	0% {
	  opacity: 0;
	  transform: translateY(250px);
	}
	80% {
	  opacity: 1;
	  transform: translateY(-3px);
	}
	90% {
		opacity: 1;
	  transform: translateY(0px);
	}
	100% {
		opacity: 1;
	  transform: translateY(0);
	}
  }

  @keyframes scroll-left {
	0% {
	  transform: translateX(400px);
	  opacity: 1;
	}
	100% {
	  transform: translateX(25px);
	  opacity: 1;
	}
  }
  
  @keyframes moveWaitDisappear {
	0% {
	  transform: translate(180px, 340px); /* Initial position */
	  opacity: 1; /* Fully visible */
	}
	50% {
	  transform: translate(var(--move-distance)); /* Move 30px, 60px, 90px, or 120px downward */
	  opacity: 1; /* Stay fully visible at 50% */
	}
	60% {
	  opacity: 1; /* Stay fully visible */
	}
	100% {
	  transform: translate(var(--move-distance)); /* Stay at moved position */
	  opacity: 0; /* Fade out */
	}
  }


  

  /* KEYFRAMES FOR BILLERS PAGE ANIMATION */

  @keyframes billers-scroll-left {
	0% {
	  transform: translateX(-200px);
	  opacity: 1;
	}
	100% {
	  transform: translateX(0px);
	  opacity: 1;
	}
  }

  @keyframes billers-scroll-right {
	0% {
	  transform: translateX(300px);
	  opacity: 1;
	}
	100% {
	  transform: translateX(0px);
	  opacity: 1;
	}
  }

 /* 
  @keyframes fade-right {
	0% {
	  transform: translateX(100px);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
  }

  @keyframes scrollTo {
	0% {
	  transform: translateY(150px);
	  opacity: 1;
	}
	50% {
		transform: translateY(30px);
		opacity: 1;
	  }
	70% {
		transform: translateY(30px);
		opacity: 1;
	  }
	100% {
	  transform: translateY(30px);
	  opacity: 0;
	}
  }*/