html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------my-css---------------*/
body{
	font-family: arial;
}
body a{
	text-decoration: none !important;
}
/*-----logo------*/
.logo{
	width: 100px;
	padding: 10px 0;
}
.logo img{
	width: 100%;
}
.login-content h1{
	font-weight: 100;
	font-size: 30px;
	line-height: 1.1;
}
.logo-content p{
	color: #112bfc !important;
	font-weight: 600;
}
.login-content span{
	color: #112bfc !important;
	font-weight: 600;
}
.logo-text p{
	color: #112bfc !important;
}
.logo-text span{
	color: #d71a76 !important;
}
.logo-text {
    text-align: center;
    /*margin: 0 50px 0 0;*/
}
.form{
	padding: 30px 0 0 0;
	width: 400px;
	margin: 0 auto;
}
.login-btn{
	background: #370374 !important;
	border: none;
	color: #ffffff;
}
.form svg{
	width: 20px;
}
.form form{
	padding: 25px;
	box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
	border-radius: 7px;
	width: 100%;
}
.form form span{
	border: none;
	background: #fff;
}
.form form input{
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
	border: transparent !important;
	background: #fff;
	padding: 10px;
}
.form form a{
	text-decoration: none;
}
.form form a:hover{
	color: #112bfc !important;
}
.copy-right{
	background: linear-gradient(90deg, #2c2c2a 0, #2c2c2a 59%, #404040 100%);
	padding: 10px;
	color: #fff;
	margin: 0;
}
.copy-right a{
	text-decoration: none;
	font-weight: 600;
}
.verify-otp-box img{
	width: 100%;
}
.img-box{
	width: 150px;
	margin: 0 auto;
}
.verify-otp-heading p{
	line-height: 1.4;
	font-size: 15px;
	text-align: center;
}
.otp-input{
	width: 100%;
	margin: 0 auto;
}
.otp-input input {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
    border: transparent !important;
    background: #fff;
    padding: 10px 15px;
}
.otp-input button{
	box-shadow: none !important;
}
.otp-input button:hover{
	background: #fff;
	color: #0d6efd !important;
}
.slider-h{
	height: 350px;
}
.copy-right p{
	line-height: 1.4;
}
.my-checkbox{
	display: flex;
	align-items: center;
}
.right-link ul{
	display: flex;
}
.right-link ul li a{
	margin: 0 0 0 12px;
	text-decoration: none;
	font-size: 13px;
	border: 1px solid #112bfc;
	border-radius: 25px;
	padding: 4px 10px;
	color: #fff !important;
	background: #112bfc;
	transition: 0.5s;
}
.right-link ul li a:hover{
	color: #112bfc !important;
	background: #fff;
}
.login-details p{
	font-size: 14px;
}
.login-time{
	font-size: 11px;
}
.right-link{
	text-align: right;
    display: flex;
    justify-content: end;
    margin: 10px 0;
}
.login-details{
	text-align: right;
}
.navbar-bg{
	background: #ffffff;
}
.navbar-bg a{
	color: #000000 !important;
	font-size: 18px;
}
.navbar-bg a:hover{
	color: #182bff !important;
}
.navbar-bg svg{
	width: 20px;
	color: #d90c6e;
}
.my-dropdown-bg{
	background: #ffffff !important;
}
.my-dropdown-bg a:hover{
	background: #d90c6e !important;
	color: #fff !important;
}
/*---------marquee-text------*/
.side-nav-w{
	width: 300px !important;
}
.marquee-text{
	padding: 10px 0 0 0; 
}
.marquee-text marquee{
	color: #112BFC;
	font-weight: 600;
}
.service-box{
	width: 100%;
	height: 135px;
	box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	background: #ffffff;
}
.service-box img{
	width: 30px;
	transition: 0.5s;
}
.service-box:hover img{
	transform: scale(1.1);
}

.service-box:hover svg{
	transform: scale(1.1);
}
.service-name{
	text-align: center;
	margin: 25px 0 0 0;
}
.service-name a{
	background: #112BFC;
	color: #ffffff;
	padding: 6px 12px;
	border-radius: 15px;
	transition: 0.5s;
	border: 1px solid #112BFC;
	font-size: 12px;
}
.service-name a:hover{
	background: #ffffff;
	color: #112BFC;
}
/*.main-box{
	padding: 90px 0;
}*/
.user-font-size{
	font-size: 12px;
}
.user-amount{
	background: #9D9D9D;
}
.user-b span{
	font-weight: 600;
}
.user-b h1{
	letter-spacing: 2px;
	text-align: center;
}
.wc-blance{
	background-image: linear-gradient(to right, #182bff , #182bff24);
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid #182bff;
	cursor: pointer;
}
.wc-blance a{
	color: #000000 !important;
	letter-spacing: 2px;
}
.wc-blance:hover{
	background: #Ffffff !important;
}
/*------------.counter-box---------------*/
.counter-box {
    display: block;
    text-align: center;
}
.counter {
    display: block;
    font-size: 15px;
    /*font-weight: 700;*/
    color: #ffffff;
    margin: 10px 0;
    text-align: right;
}
.counter-box span {
    color: #000;
}
.counter-box h1{
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}
.counter-box p {
    color: #;
    font-size: 18px;
    font-weight: 500;
}
/*-------------service-icon------------*/

.service-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-icon svg{
	width: 30px;
	transition: 0.5s;
}
.aeps-box ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user-profile{
	margin: 0 18px;
}
/*.dtm1-main{
	padding: 50px 0;
}*/
.dmt1-search{
	background: #00b6ef;
	padding: 15px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.bg-color-search-box{
	background: #ffffff;
}
.select2{
	width: 100% !important;
}
/*-------------loder------------*/

#loder{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*background: rgba(0, 0, 0, 0.5);*/
	height: 100%;
	width: 100%;
	justify-content: center;
}
#loder img{
	width: 200px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*-----------amount-d-----------*/
.amount-d{
	padding: 10px 0;
	/*margin: 30px 0;*/
}
.amount-d svg{
	width: 15px;
}
.amout-display ul{
	display: flex;
	justify-content: space-evenly;
}
.amout-display{
	padding: 15px;
	background: #9D9D9D;
}
/*.sender-name ul{
	display: flex;
}*/
.sender-name{
	display: flex;
	justify-content: space-between;
}
.sender-name li{
	line-height: 1.4;
	font-size: 14px;
	/*color: #;*/
}
