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--------*/
/*---navbar---------*/
.mynav{
	background: #fff;
	color: #000 !important;
}
.mynav svg{
	width: 1rem;
}
.navbar-img{
	height: 1.5rem;
}
.user-profile{
	width: 50px;
	margin: 0 auto;
}
.user-profile img{
	width: 100%;
	border-radius: 50%;
}
.my-dropdown-w{
	min-width: 14rem !important;
}
.my-align{
	align-items: center;
}
/*--------service-box------------*/
.service-main-box{
	box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
	padding: 20px 10px;
}
.service-box {
    box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    height: 145px;
}
.service-box .number {
    position: absolute;
    right: 0px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, 0.2);
    z-index: 1;
    pointer-events: none;
}
.icon-box {
    border: 3px solid #0049ad;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.icon-box img {
    width: 50px;
    transition: transform .3s ease-in-out;
}
.service-box a{
	font-size: 14px;
	letter-spacing: 0.5px;
}
.service-box:hover .icon-box img {
    transform: scale(1.2);
}
.user-img{
	height: 2rem;
}
/*---logo----*/
.logo-w {
    width: 100px;
}
.login-btns a:nth-child(1) {
    border: 1px solid #000;
    text-transform: uppercase;
}
.login-btns a:nth-child(2) {
    background: #0049ad;
    border: 1px solid #0049ad;
    color: #ffffff !important;
    text-transform: uppercase;
}
.login-btns a:nth-child(1):hover {
    background: #0049ad;
    color: #fff !important;
    border: 1px solid #0049ad;
}
.login-btns a:nth-child(2):hover {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000;
}
/*----sslider---*/
.slider-h {
    height: 250px;
    object-fit: contain;
}
/*----*/
.service-bg{
	background: #002970;
	padding: 50px 0 100px 0;
}
.recharge-row{
	box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
	border-radius: 15px;
    padding: 15px;
}
/*------------recharge-section----------------*/
.recharge-section{
    margin-top: -69px;
}
.my-raidus{
    border-radius: 20px !important;
}
.head-bg {
    background: linear-gradient(238deg, #280071,#B01C56);
}