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;
}


@font-face {
    font-family: 'OCR A Std';
    src: url('fonts/OCRAStd.woff2') format('woff2'),
        url('fonts/OCRAStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

.form-control {
    background-color: #fff;
    border: 2px 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: #f8f8f8;
    border: 2px solid #d3d3d3;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn,
.btn {
    background-color: #005597;
    color: #fff;
    font-size: 15px;
    border: 0px solid #49b2d0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    min-width: 120px;
    padding: 15px 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}

.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 {
    background-color: #034b83;
    color: #fff;
    border: 0px solid #095194;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}

a.btn:focus,
.btn:focus {
	outline:0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}

a.btn-primary,
.btn-primary {
    background-color: #f59f1f;
    color: #fff;
}

a.btn-primary:hover,
.btn-primary:hover,
.btn-primary:active {
    background-color: #ea9415;
    color: #fff;
}

a.btnsm,
.btnsm {
    background-color: #005597;
    color: #fff;
    font-size: 13px;
    border: 0px solid #49b2d0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    min-width: 95px;
    padding: 9px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
}

a.btnsm:hover,
.btnsm:hover,
a.btnsm:focus,
.btnsm:focus {
    /*min-width: 75px;*/
    /*padding: 5px 10px;*/
    background-color: #034b83;
    color: #fff;
    border: 0px solid #095194;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
	outline:0;
}

a.btnsm i,
.btnsm i {
    margin-right: 5px;
}

a.btnline,
.btnline {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #005597;
}

a.btnline:hover,
.btnline:hover,
a.btnline:focus,
.btnline:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #005597;
}
a.btnblock,
.btnblock{
	width:100%
}

.input-group {
    border: 2px solid #efefef;
    border-radius: .25rem;
}

.input-group .form-control {
    border: 0px solid #efefef;
    padding: .650rem .75rem;
}

.input-group .form-control:focus {
    background-color: #fff;
    border: 0px solid #efefef;
}
.input-group .input-group-append{
	position: relative;
}
.input-group .editbtn{
	padding:2px 5px 2px 30px;
	border:0px;
	background-color: #e9ecef;
	height: 100%;
	border-left: 1px solid #c5c6c7;
    margin-left: 1px;
	font-size: 13px;
	background-image:url('../images/edit-icon.png');
	background-position:5px 8px;
	background-repeat:no-repeat;
	background-size:22px 22px;
	text-indent: -9999px;
}
.input-group .editbtn:focus{
	border:0px;
	border-left: 1px solid #c5c6c7;
    margin-left: 1px;
outline:0;
	background-color: #e9ecef;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50,0);
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #fff;
}

.input-group-text img {
    max-width: 30px;
    max-height: 30px;
}

.input-group-text .rupee {
    max-width: 15px;
}

.input-group .btn_reset {
    border: 0px;
    color: #fff;
    background-color: #168db9;
    padding-left: 15px;
    padding-right: 15px;
}

.input-group .btn_reset:hover {
    border: 0px;
    background-color: #005597;
}
.form-switch {
    padding-left: 3.0em;
}

.form-switch .form-check-input {
    width: 2.8em;
    margin-left: -3.0em;
    height: 1.2em;
}

.checklist {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.checklist li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
}

.checklist .checklabel {
    width: 80%
}

.checklist .checkswitch {
    width: 20%;
    min-width: 5em;
    display: flex;
    justify-content: flex-end;
}

.checklist .form-switch {
    padding-left: 3.6em;
}

.checklist .form-switch .form-check-input {
    width: 2.8em;
    margin-left: 0;
}

.m185 {
    min-width: 185px;
}

.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-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: 8px;
    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: #f36719;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    padding: 2px 0 0;
}

.errormsg {
    color: #c50d0d;
    font-size: 13px;
    display: block;
}

.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 .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13, 110, 253, 0);
    opacity: 1;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

.modal h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.modalsuccess-msg {
    text-align: center;
    margin-bottom: -15px;
    padding: 0px 0px 0px;
    position: relative;
    top: -15px;
}

.modalsuccess-msg p {
    margin: 0;
    padding: 0px 0px 5px;
}

#otpvalidationModal .formbox,
.modal .formbox {
    max-width: 368px;
    margin: 0 auto;
}

#otpvalidationModal .btn {
    width: 100%;
}

#otpvalidationModal .otplink {
    text-align: center;
}
.table-responsive {
	margin-bottom:20px;
}
.table-responsive .table{
	margin-bottom:0;
}
.success-tick {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    display: block;
    background-image: url("../images/tickimg.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 18px;
    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: 20px;
    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 20px 0;
    margin: 0;
}

.pra-th span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #f36719;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.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;
}

.ullist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ullist li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 15px;
    position: relative;
}

.ullist li:before {
    content: '';
    width:8px;
    height:8px;
    display: block;
	background:#818080;
    position: absolute;
    top:8px;
    left: 0;
	border-radius: 25px;
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 15px 25px;
    position: relative;
}

.list li:before {
    content: '';
    width: 12px;
    height: 20px;
    display: block;
    background-image: url('../images/i-list.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

/*------------- close common css -----------------*/

.navbar-default {
    padding-top: .8rem;
    padding-bottom: .8rem;
    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.fixed-top {
    transition: all 0.10s ease-in-out;
}

.navbar-brand img {
    max-width: 200px;
    max-height: 60px;
}

.navbar-toggler {
    border: 1px solid #3d86dc;
    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;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #33d8e6;
}

.navbar-nav .nav-link i {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 28px;
    position: relative;
}

.navbar-nav .nav-link i.noti {
    background-image: url(../images/i-notification.svg);
}

.navbar-nav .nav-link i.noti span.notinum {
    background-color: #33d8e6;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 3px;
    text-align: center;
    border: 3px solid #005597;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -13px;
    right: -12px;
}

.navbar-nav .nav-link i.user {
    background-image: url(../images/i-profile.svg);
}

.navbar-nav .nav-link i.logout {
    background-image: url(../images/i-logout.svg);
}

.navbar-nav .nav-link .uname {
    display: none;
}

.topmenu .navbar-nav {
    flex-direction: row;
}

.topmenu .navbar-nav .nav-item {
    margin: 0 0.6rem;
}

.topmenu .navbar-nav .dropdown-toggle:after {
    position: absolute;
    top: 40%;
    right: 0;
    display: none;
}

.topmenu .navbar-nav .dropdown-menu {
    min-width: 12rem;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: -20px;
    left: inherit;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
}

.topmenu .navbar-nav .dropdown-item {
    padding: .5rem 1rem;
    border-bottom: 1px solid #d4d4d4;
}

.topmenu .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0px solid #d4d4d4;
}

.topmenu .navbar-nav .dropdown-item:focus,
.topmenu .navbar-nav .dropdown-item:hover {
    color: #fff;
    background-color: #33d8e6;
}

.topmenu .navbar-nav .dropdown-menu.dropdown-menu-end {
    right: -1rem;
    left: auto;
    z-index: 9999;
}

.footer {
    padding: 15px 0 10px;
    border-top: 1px solid #e4e4e4;
}

.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 0 1px 0;
}

.btnlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}

.btnlist:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}

.btnlist li {
    float: left;
    padding: 0 15px 0 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; */
}

.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 {
    padding-left: 0px;
}

.foolink li:first-child:before {
    display: none;
}

.preventionbody {
    padding-top: 30px;
    position: relative;
}

.preventionbody .textblue {
    font-weight: bold;
    text-decoration: underline;
    color: #0066a6;
}

.preventionbody .close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.preventionbody h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.popmodal .modal-body {
    padding-top: 42px;
}

.modal .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1086;
}

.bazarimg {
    text-align: center;
}

.bazarimg img {
    max-width: 100%;
}

.headtitle {
    width: 100%;
    display: block;
    margin: 0px auto;
    height: auto;
    background: url(images/headerline.png) no-repeat scroll center bottom transparent;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.headtitle h1 {
    text-transform: uppercase;
    text-align: canter;
    font-size: 22px;
    line-height: 28px;
}

.headtitle .lead {
    color: #757575;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}

.privacybox .blue {
    color: #0066a6;
    font-weight: bold;
}

.privacybox ol,
.privacybox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.privacybox li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 10px 0;
}

.privacybox li span {
    display: block;
    padding: 0 0 10px 0;
}

.privacybox ol,
.privacybox li ol {
    list-style-type: decimal;
    margin: 0 0 10px 15px;
}

.privacybox ol li,
.privacybox li ol li {
    list-style-type: decimal !important;
    padding: 5px 0 5px 0;
}

.privacybox .alphalist {
    list-style-type: lower-alpha;
    margin: 0 0 10px 30px;
}

.privacybox .alphalist li {
    list-style-type: lower-alpha;
    margin: 0;
    padding: 5px 0 10px 0;
}


.signup-box {
    width: 100%;
}

.signup-box iframe,
.custom-frame {
    width: 100%;
}

.custom-frame {
    width: 100%;
    padding: 0 10px 0 15px;
}

.custom-frame {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #5d5d5d;
    padding: 0 10px 0 15px;
}

.loginwrap {
    margin-bottom: 50px;
}

.logowrap {
    padding: 20px 0;
}

.logowrap .brandlogo {
    max-height: 60px;
}

.loginbody h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding: 0;
}

.loginbody .formbox,
.validatebody .max400 {
    max-width: 400px;
    margin: 0 auto;
}

.loginbody .formbox .btn {
    width: 100%;
}

.loginbody .form-control,
#otpModal .form-control {
    background-color: #efefef;
    border: 1px solid #efefef;
    padding: .650rem .75rem;
    font-size: 0.85rem;
}

.loginbody .form-control:focus,
#otpModal .form-control:focus {
    background-color: #efefef;
    border: 1px solid #dad6d6;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.loginbody .form-control:disabled,
.loginbody .form-control[readonly] {
    color: #212529;
}

.loginbody .input-group {
    background-color: #efefef;
    border: 1px solid #efefef;
}

.loginbody .input-group select {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid #efefef;
    padding: .650rem .75rem;
}

.loginbody .input-group select:focus,
.loginbody .input-group select:focus-visible {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid #efefef;
    outline: 0;
}

.loginbody .forgetlink {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}

.loginbody .forgetext {
    color: #29a4c8;
}

.forgotbody {
    display: none;
}

.coverimg {
    text-align: center;
}

.coverimg img {
    max-height: 450px;
}

.regibody .formbox {
    max-width: 100%;
    margin: 0 auto;
}

.checkbox-terms label {
    max-width: 680px;
}


.passform {
    position: relative;
}

.passform .noteref {
    /* position: absolute;
    bottom:0;
    left:0; */
    display: none;
    width: 99%;
    max-width: 450px;
    margin: 10px 0 0 0;
    padding: 10px;
    color: #898a8a;
    font-size: 11px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
}

.passform .noteref ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.passform .noteref ul li {
    margin: 0;
    padding: 0 0 2px 8px;
    position: relative;
}

.passform .noteref ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #898a8a;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.passform.show .noteref {
    display: block;
}

.or {
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
}

.or span.ortext {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    position: relative;
    font-weight: bold;
}

.or span.ortext:before,
.or span.ortext:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #282828;
    position: absolute;
    top: 50%;
}

.or span.ortext:before {
    left: -85px;
}

.or span.ortext:after {
    right: -85px;
}

.walletbox {
    font-size:13px;
	line-height: 18px;
    color: #fff;
    background: #014a83;
    width: 100%;
	padding:8px 8px 5px ;
    margin: 15px auto 0;
    max-width:220px;
	border:2px solid #fff;
	border-radius:10px;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}

.walletbox p {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 5px;
    margin: 0;
}

.walletbox h4 {
    color: #fff;
    font-size:22px;
    line-height:28px;
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0;
}

.walletbox .balbox {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
	border-bottom:0px solid #43a3c7;
}

.walletbox .balbox .wallbal,
.walletbox .balbox .cardnum {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
    padding: 5px 5px;
    position: relative;
}

.walletbox .balbox .walletbal {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:0 0 3px;
    position: relative;
	text-align: center;
}

.walletbox .balbox .wallbal {
    flex: 0 0 auto;
    width: 52%;
}

.walletbox .balbox .cardnum {
    flex: 0 0 auto;
    width: 48%;
}

.walletbox .balbox .cardnum:before {
    content: '';
    display: block;
    background: #fff;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 0px;
}
.walletbal .refresh_wallet{
	background-color:rgba(255,255,255,0) !important;
}

.walletbox .addtopup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 10px;
    flex: 0 0 auto;
    width: 100%;
    padding:1px 0 0;
	border-top:1px solid #0a79a3;
}

.walletbox .addtopup a {
    color: #fff;
    font-size: 13px;
    min-width: 124px;
    text-align: center;
    height: 45px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 20px;
    background: #005597;
}
.walletbox .addtopup .wleft,
.walletbox .addtopup .wright{
	width:50%;
	text-align: center;
}
.walletbox .addtopup .wleft span,
.walletbox .addtopup .wright  span{
	text-align: center;
	display: block;
	font-size:14px;
	line-height:16px;
	font-weight: bold;
}


.tabwrap {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 15px;
    margin: 0 auto 25px;
    max-width: 1140px;
    min-height: 350px;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.08);
    overflow: hidden;
}

.sidebarwrap {
    background-color: #383a3b;
    position: relative;
    height: 100%;
}

.sidebarwrap:before {
    content: '';
    width: 120%;
    height: 100%;
    background-color: #383a3b;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebarbox {
    padding: 20px 20px;
    position: relative;
}


.sidebarbox .baldata {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
	max-width: 326px;
	margin:0 auto;
    padding:0 0 25px;
	color:#fff;
    color: #fff;
    font-size:12px;
}
.sidebarbox .baldata .wleft,
.sidebarbox .baldata .wright{
	width:50%;
}
.sidebarbox .baldata .baldata-num,
.sidebarbox .baldata .baldata-num{
	display: block;
	font-size:18px;
	line-height:22px;
	font-weight: bold;
}
.sidebarbox .baldata .wleft{
	border-right:1px solid #525354;
	padding-right:15px;
}
.sidebarbox .baldata .wright{
	border-left:1px solid #1b1c1c;
	padding-left:15px;
}

.i-infowrap{
	position: relative;
	display:inline-block;
	margin-left:5px;
	height: 20px;
	vertical-align: middle;
}
.i-infowrap .i-info{
	width:20px;
	height:20px;
	display:inline-block;
	border:1px solid #dfbc47;
	color:#dfbc47;
	font-size:12px;
	font-style:italic;
	padding:2px;
	border-radius:25px;
	text-indent:-999px;
	background-image:url('../images/i-info.svg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:12px 12px;
}
.i-infowrap .infotx{
	display:none;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    min-width: 150px;
    z-index: 5;
    line-height: 14px;
    padding: 8px;
    border-radius: 8px;
    position: absolute;
    top: 25px;
    left: -11px;
	transition:all .15s ease-in-out;
}
.sidebarbox .baldata .wright .i-infowrap .infotx{
    position: absolute;
    top: 25px;
	left:inherit;
    right: -11px;
}
.i-infowrap:hover .infotx{
	display: block;
}



.sidebarbox .checklist {
    color: #fff;
    max-width: 326px;
    margin: 0 auto 20px;
}

.usermenu .i {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 30px;
}

.usermenu .icon1 {
    background-image: url("../images/i-add-balance.svg");
}

.usermenu .icon2 {
    background-image: url("../images/i-statement.svg");
}

.usermenu .icon3 {
    background-image: url("../images/i-spend-analytics.svg");
}

.usermenu .icon4 {
    background-image: url("../images/i-manage-card.svg");
}

.usermenu .icon6 {
    background-image: url("../images/i-block-card.svg");
    background-size: 32px auto;
}

.usermenu .icon7 {
    background-image: url("../images/i-reset-pin.svg");
}


.amtnum {
    text-align: center;
    padding: 10px 0;
}

.amtnum .form-check-inline {
    margin: 0 8px;
    padding: 0;
}

.amtnum .form-check label,
.amtnum .form-check-label {
    background-color: #005597;
    border: 0px solid #e1e0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 2px;
	color:#fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.amtnum .amtradio:checked+label {
    background-color: #177ecd;
    border: 0px solid #015698;
    color: #fff;
}

.amtnum .amtradio:checked,
.amtnum .amtradio:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.flitergroup {
    /* width:100%;
    max-width:320px; */
}

.tabform {
    max-width: 355px;
    margin: 0 auto;
}

.tabform .or span.ortext:before,
.tabform .or span.ortext:after {
    background-color: #dedede;
}

.tabform .btngroup {
    text-align: center;
}

.tabform .btngroup .btn {
    text-align: center;
    min-width: 185px;
}

.lbcards-tab .radio-group {
    padding: 0 0 25px 0;
    text-align: center;
}

.lbcards-tab .btngroup {
    text-align: center;
}

.tablabel {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

.select-fliter {
    max-width: 235px;
}

.table-user {
    vertical-align: top;
    font-size: 12px;
	line-height: 14px;
    border: 0px solid #fff;
}

.table-user tr {
}

.table-user th {
    background-color: #cfd8de;
    vertical-align: top;
	border-bottom:3px solid #fff;
}
.table-user>:not(:last-child)>:last-child>*{border-bottom-color: #fff;}
.table-user td {
    background-color: #f6f7fc;
    vertical-align: top;
	border-bottom:2px solid #fff;
	min-width:90px;
	max-width:300px;
	word-break: break-all;
}
.table-user td.cardnum,
.table-user td.date,
.table-user td a {
	white-space: nowrap;
}

.table-user p {
    margin: 0;
    padding: 0;
}

.table-user .fottertr {
    border-bottom: 10px solid #fff;
}

.table-user .fottertr td {
    padding-top: 0;
}

.table-user .fottertr td b {
    color: #808080;
    opacity: .8;
    font-weight: 600;
}

.table-user .dtd {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.table-user .inputtd {
    vertical-align: top;
    text-align: center;
}

.table-user a {
    display: block;
}

.table-user .reportlink {
    padding: 0 0 0 22px;
    margin:8px 0;
    background-image: url(../images/i-report.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    background-size: auto 14px;
    vertical-align: middle;
}

.table-user .reportlink:hover {
    color: #cf0707;
}

.table-user .downlink {
    padding: 0 0 0 22px;
    margin: 2px 0;
    background-image: url(../images/i-invoice.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: auto 16px;
    vertical-align: middle;
}

.table-user .downlink:hover {
    color: #0f5f9d;
}

.table-user .text-green {
    color: #069f18;
    font-weight: bold;
}

.table-user .text-red {
    color: #c70000;
    font-weight: bold;
}

.table-user input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
}

.tabs-panel {
    padding: 15px;
}

.namebox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.namebox .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 70%;
    min-width: 0;
}

.namebox .seltitle {
    position: relative;
    width: 25%;
    margin-right: 5%;
}

.pie {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.piechartwrap,
.chartinfo {
    margin: 0 auto;
}

.chartright {
    background-color: #f9fafe;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.reginote {
    margin: 0;
    position: relative;
    top: -20px;
}

.steplist {
    list-style-type: none;
    margin: 0 0 45px 0;
    padding: 0;
    display: block;
    width: 100%;
}

.steplist li {
    display: inline-block;
    vertical-align: top;
    min-width: 32.5%;
    max-width: 33%;
    padding: 0 35px 0 38px;
    font-size: 15px;
    line-height: 16px;
    color: #a0a0a0;
    cursor: pointer;
    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;
}

/* .regipassbox .personalbox,.regicardabox, .regikycbox{
    display:none;
} */
. {}

.personalbox,
.regicardabox,
.regikycbox {
    display: none;
}

.cardview-wrap {
    max-width: 326px;
    margin: 0 auto;
    position: relative;
}

.cardviewrow {
    max-width: 326px;
    height:195px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.cardviewrow .frontside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cardviewrow .backside {
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipped .frontside{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display:none;
     -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s; 
}

.cardview {
    width: 100%;
    max-width: 326px;
    height: 195px;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #005597;
    overflow: hidden;
    position: relative;
}

.cardview:before {
    content: '';
    display: inline-block;
    width: 251px;
    height: 226px;
    background-color: #055ca0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -8%;
    right: -38%;
}

.cardview:after {
    content: '';
    display: inline-block;
    width: 288px;
    height: 230px;
    background-color: rgba(7, 100, 171, 0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -82%;
    left: -7%;
}

.cardview .toplogo {
    display: block;
    text-align: right;
    height: 50px;
}

.cardview .toplogo img {
    max-height: 30px;
}

.cardview .rupaylogo {
    width: 70px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: -4px;
}

.cardview .rupaylogo img {
    max-height: 30px;
}

.cardview .cardchip-data {
    padding: 0 0 0 15px;
    position: relative;
}

.cardview .nfclogo {
    max-height: 25px;
    position: absolute;
    top: 0px;
    right: 24px;
}

.cardview .cardchip {
    width: 39px;
    height: 27px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cardview .cardnum {
    font-size: 18px;
    font-family: 'OCR A Std';
    padding: 15px 0 0 16px;
    letter-spacing: 1.1px;
}

.cardview .carddata {
    display: flex;
}

.cardview .expdate {
    width: 115px;
    font-size: 14px;
    font-family: 'OCR A Std';
    padding: 15px 0 0 20px;
}

.cardview .expdate .label {
    display: inline-block;
    width: 22px;
    font-size: 9px;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
}

.cardview .cvvdata {
    padding: 15px 0 0 5px;
}

.cardview .cvvdata .label {
    display: inline-block;
    width: 24px;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
}

.cardview .cvvnumbox {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    position: relative;
}

.cardview .cvvnum {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 14px;
    font-family: 'OCR A STD';
    /* transition: all 0.3s ease-in-out; */
}

.cardview .showeye {
    display: inline-block;
    margin: 0 0 0 4px;
}

.cardview .iview {
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/visibility.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 18px;
    cursor: pointer;
}

.cardview .complogo {
    padding: 28px 0 5px 0;
}

.cardview .complogo .complogo-airpay {
    max-height: 19px;
    display: block;
    margin-bottom: 3px;
}

.cardview .complogo .complogo-transcorp {
    max-height: 13px;
    display: block;
}

.cardview .strip {
    display: block;
    width: 108%;
    height: 36px;
    background: #000;
    margin: 0 -10px;
}

.cardview .cardinner {
    position: relative;
    z-index: 5;
    height: 100%;
}

.backside .cardinner {
    padding-top: 16px;
}

.cardbott {
    display: flex;
    padding: 15px 0 10px 0;
}

.cardbott .linkbtn {
    width: 33%;
}

.cardbott .powered {
    width: 66%;
    text-align: right;
}

.cardbott .powered img {
    max-width: 200px;
    position: relative;
    top: -10px;
}

.cardview-wrap .smtext {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    padding: 0 0 10px 0;
    color: #a2a2a2;
}

.cardview-wrap .morelink {
    color: #005597;
    width: 90px;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #005597;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.sidebarbox .cardview-wrap .morelink {
    color: #fff;
    width: 90px;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.cardview-wrap .hidelink,
.cardview-wrap .smtext {
    display: none;
}


.kindlnote {
    max-width: 550px;
    margin: 0 auto;
    padding: 10px 0 30px;
    font-size: 12px;
    line-height: 16px;
    color: #b9b9b9;
}

.sidebarwrap .kindlnote {
    max-width: 326px;
}

.kindlnote h4 {
    color: #b9b9b9;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0 0 10px;
}

.kindlnote ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.kindlnote ul li {
    position: relative;
    margin: 0;
    padding: 0 0 6px 12px;
}

.kindlnote ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 0;
}

.nocard-modal {
    text-align: center;
}

.nocard-modal .modal-body {
    min-height: 175px;
}

.nocard-modal h5,
.nocard-modal h5.modal-title {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 0 15px;
    text-align: center;
}

.set-timeout {
    text-align: center;
}

.set-timeout img {
    margin-bottom: 10px;
}

.set-timeout h3 {
    font-size: 22px;
    font-weight: 600;
    color: #f44336;
    margin-bottom: 15px;
}

.set-timeout p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

#help-desk {
    float: right;
    width: 24px;
    cursor: pointer;
    border-radius: 50%;
}

.help-desk-data p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid #efefef;
    border-radius: .25rem;
    opacity: 0;
}

.pagination-sec {
    border-top: 2px solid #dee2e6;
    padding: 10px 0;
}

.page-item.active .page-link {
    background-color: #005597;
    border-color: #005597;
}

.disbaled-layer {
    background-color: rgb(0 0 0 / 75%);
    width: 101%;
    height: 103%;
    z-index: 99;
    position: absolute;
    cursor: not-allowed;
    color: #fff;
    text-align: center;
    /*padding: 50% 15%;*/
}

.disbaled-layer .disbaled-layer-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.disbaled-layer img {
    width: 75px;
}

.disbaled-layer p {
    font-size: 14px;
    margin-top: 15%;
}

#confirmMessage{
	font-size: 22px;
    line-height: 28px;
    text-align: center;
	padding:25px 0 35px;
}
.regibody .paytopup{
	max-width:410px;
}
.regibody .paytopup .form-group,
.regibody .paytopup .btngroup{
	max-width:380px;
	margin:0 auto 20px;
	
}
.paytopup h4{
    color: #0065a5;
}
.paydata{
	background-color:#e7f6ff;
	border:1px solid #b4ddf7;
	    text-align: center;
	padding:15px;
    margin: 25px 0 15px;
}
.paydata p{
	max-width:350px;
	margin:0 auto;
	padding:0;
}

.faqpage .logowrap{
	text-align: center;
}
.faqpage .logowrap a{
	display:inline-block;
}
#faqinfo h3{
	font-size:18px;
	font-weight: bold;
	margin:40px 0 15px;
}
#faqinfo .accordion-item{
	border:1px solid rgba(0,0,0,.125);
	margin:0 0 12px;	
	border-radius:4px;
}

#faqinfo .accordion-button,
#faqinfo .accordion-button.collapsed{
	border:0px solid rgba(0,0,0,.125);
	margin:0;
	border-radius:0px;
	position: relative;
	padding: 1rem 1.25rem 1rem 2.5rem;
	font-size: 16px;
    line-height: 20px;
}

#faqinfo .accordion-button{
	background-color:#fff;
}
#faqinfo .accordion-button.collapsed{
	background-color:#f0f1f3;
}
#faqinfo .accordion-button:not(.collapsed) {
    color: #106fb9;
	    font-weight: bold;
    background-color: #fff;
}
#faqinfo .accordion-button .num{
	position: absolute;
    top: 1.1rem;
    left: 1rem;
}
#faqinfo .accordion-collapse {
    border: 0px solid rgba(0,0,0,.125);
}
#faqinfo .accordion-body {
    padding: 0rem 1.25rem 1rem;
}

@media (min-width:600px) {
    .walletwrap {}

    .walletbox {
        width: 100%;
        margin: 15px auto 0;
        max-width: 480px;
        display: flex;
        flex-wrap: wrap;
    }

    .walletbox .balbox {
        display: flex;
        flex: 0 0 auto;
        width: 100%;
    }

    .walletbox .balbox .wallbal,
    .walletbox .balbox .cardnum {
        display: flex;
        flex-direction: column;
        padding: 5px 5px;
    }

    /* .walletbox .balbox .wallbal{
        flex: 0 0 auto;
        width: 58%;
    }
    .walletbox .balbox .cardnum{
        flex: 0 0 auto;
        width: 42%;
    } */
    .walletbox .addtopup {
        display: flex;
        flex: 0 0 auto;
        width: 100%;
    }


}

@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;
    }

    .loginwrap {
        min-height: calc(100vh - 120px);
        position: relative;
    }

    .contentbody {
        min-height: calc(100vh - 175px);
        position: relative;
    }

    .section {
        padding: 60px 0;
        position: relative;
    }

    .navbar-nav .nav-item {
        margin: 0 0.5rem;
    }

    .navbar-nav .nav-link .uname {
        display: block;
        max-width: 150px;
        overflow: hidden;
    }

    .topmenu .navbar-nav .nav-item {
        margin: 0 0.7rem;
    }

    .navbar-nav .nav-link i {
        width: 34px;
        height: 34px;
        background-size: auto 34px;
    }

    .navbar-nav .nav-link i.noti span.notinum {
        font-size: 13px;
        line-height: 15px;
        width: 26px;
        height: 26px;
        position: absolute;
        top: -7px;
        right: -7px;
    }

    .contentbody {
        padding: 20px 0 10px 0;
    }

    .passform .noteref {
        position: absolute;
        top: 80px;
        right: -107%;
    }

    .modal-body .passform .noteref {
        position: relative;
        top: inherit;
        right: inherit;
        left: 0;
        text-align: left;
    }
    .walletwrap {
        position: absolute;
        left:50%;
        top:14px;
        width: 220px;
		margin-left:-120px;
    }
	.walletbox{
		    margin: 0;
	}
}

@media (min-width: 992px) {
    .rowbar-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .logleft {
        display: flex;
        align-items: center;
    }

    .walletbox {
        width: 250px;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .tabwrap {
        padding: 0;
    }

    .chartwrap {
        display: flex;
        flex-wrap: wrap;
    }

    .chartright {
        flex: 0 0 auto;
        width: 74%;
        margin-left: 3%;
        padding: 25px 15px;
    }

    .chartleft {
        flex: 0 0 auto;
        width: 23%;
    }

}

@media (min-width:992px) {
    .passform .noteref_left {
        left: -107%;
        top: 16px;
    }
}

@media (min-width: 1020px) {

    .navbar-brand {
        margin-right: 3rem;
    }

    .navbar-nav .nav-item {
        margin: 0 0.5rem;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
    }
}

@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;
    }

    .regibody .logright {
        padding-left: 50px;
    }

    .regibody .logleft {}

    .walletwrap {
        width: 250px;
		margin-left:-130px;
    }

    .walletbox {
        width: 250px;
    }

    .tabs-panel {
        padding: 40px 45px;
    }

    .r-tabs .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bazarimg img {
        max-width: 1140px;
    }

}

@media (min-width: 1320px) {

    body.userpage .container,
    body.userpage .container-lg,
    body.userpage .container-md,
    body.userpage .container-sm,
    body.userpage .container-xl {
        max-width: 1320px;
    }

    .topmenu .navbar-nav .dropdown-menu {
        font-size: 14px;
        min-width: 14rem;
        position: absolute;
        right: inherit;
        left: -4rem;
        padding: .5rem;
    }

    .topmenu .navbar-nav .dropdown-item {
        padding: .8rem 1rem;
        border-bottom: 1px solid #d4d4d4;
    }

    .topupform {
        max-width: 80%;
        margin: 0 auto;
    }

    #topupmodal .modal-body {
        padding: 45px 0;
    }

    .topupcardimg {
        max-width: 450px;
        margin: 0 auto;
    }

    /* .contentleft{
        flex: 0 0 auto;
        width: 68.6666666667%;
    }
    .contentside{
        flex: 0 0 auto;
        width: 31.3333333333%;
    } */

}

@media (min-width: 1400px) {}

@media (min-width: 1800px) {}

@media screen and (min-width:992px) and (max-width:1080px) {
    .cardview {
        width: 252px;
        height: 150px;
    }

    .cardview:before {
        width: 195px;
        height: 176px;
    }

    .cardview:after {
        width: 224px;
        height: 180px;
    }

    .cardview .toplogo {
        height: 38px;
    }

    .cardview .toplogo img {
        max-height: 24px;
    }

    .cardview .cardchip-data {
        padding-left: 8px;
    }

    .cardview .cardchip {
        width: 30px;
        height: 21px;
    }

    .cardview .nfclogo {
        max-height: 20px;
        right: 20px;
    }

    .cardview .cardnum {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 10px 0 0 12px;
    }

    .cardview .expdate {
        width: 98px;
        font-size: 12px;
        padding: 8px 0 0 14px;
    }

    .cardview .expdate .label {
        width: 18px;
        font-size: 8px;
    }

    .cardview .cvvdata {
        padding: 8px 0 0 5px;
    }

    .cardview .cvvdata .label {
        display: inline-block;
        width: 17px;
        font-size: 9px;
    }

    .cardview .cvvnumbox {
        width: 26px;
    }

    .cardview .cvvnum {
        font-size: 12px;
    }

    .cardview .iview {
        width: 21px;
        height: 16px;
        background-size: 21px 16px;
    }

    .cardview .rupaylogo {
        width: 60px;
        height: 26px;
    }

    .cardview .rupaylogo img {
        max-height: 26px;
    }

    .cardview .complogo {
        padding-top: 14px;
    }

    .cardview .complogo .complogo-airpay {
        max-height: 15px;
    }

    .cardview .complogo .complogo-transcorp {
        max-height: 11px;
    }

    .cardview .strip {
        height: 30px;
    }

    .backside .cardinner {
        padding-top: 10px;
    }

    .cardbott .linkbtn {
        width: 39%;
    }

    .cardview-wrap .smtext {
        font-size: 11px;
    }
}

@media all and (max-width:1080px) {}

@media all and (max-width:991px) {
    .sidebarwrap {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) / -1);
        margin-left: calc(var(--bs-gutter-x) / -1);
    }

    .sidebarwrap:before {
        width: 100%;
        height: 106%;
    }

    .sidebarbox {
        width: 100%;
        padding: 20px 25px;
    }

    .contentbody {
        padding-top: 25px;
    }
}

@media all and (max-width: 767px) {
    .navbar-nav li {
        width: 100%;
    }

    .registration-form {
        margin-bottom: 35px;
    }

    .foolink {
        text-align: center;
    }

    .bazarimg {
        display: none;
    }
}

@media all and (max-width: 640px) {

    .navbar-default.fixedtop {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .navbar-default.fixedtop .navbar-brand img {
        max-width: 200px;
        max-height: 45px;
    }

    .foonav {
        text-align: center;
        padding: 25px 0 0;
    }

    .foonav li {
        float: none;
        padding: 0;
    }

    .foonav p {
        padding: 0;
        margin: 0;
    }

    .footlogo {
        justify-content: center;
    }

    .btnlist {
        text-align: center;
        padding: 10px 0 15px;
    }

    .btnlist li {
        float: none;
        display: inline-block;
        padding: 0 5px;
    }

    .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 .numtx {
        display: none;
    }
}

@media all and (max-width: 480px) {}

@media all and (max-width:380px) {


    /* .cardview-wrap,.cardviewrow{
        max-width:308px;
    }
        .cardview{
        max-width:295px;
        height:180px;
    }
    .cardview:before{
        width:198px;
        height:198px;
    }
    .cardview:after{
            width: 260px;
        height: 200px;
    }
    .cardview .toplogo img{
        max-height:30px;
    }
    .cardview .rupaylogo{
        width: 68px;
        height:35px;
    }
    .cardview .rupaylogo img{
        max-height:35px;
        bottom: -4px;
    }
    .cardview .cardchip-data{
            padding:14px 0 14px 10px;
    }
    .cardview .nfclogo {
        max-height: 26px;
        position: absolute;
        top: 18px;
        right: 30px;
    }
    .cardview .cardchip {
        width: 35px;
        height:24px;
    }   
    .cardview .cardnum{
        font-size: 15px;
        padding:12px 0 0 9px;
    }
    .cardview .expdate{
        width: 110px;
        font-size:12px;
        padding:8px 0 0 9px;
    }
    .cardview .expdate .label {
        width:26px;
        font-size:8px;
        line-height:9px;
    }
    .cardview .cvvdata{
        padding:5px 0 0 12px;
    }
    .cardview .cvvdata .label {
        width: 20px;
        font-size:10px;
        line-height:17px;
    }
    
    .cardview .cvvnumbox {
        width: 28px;
    }
    .cardview .cvvnum {
        position: absolute;
        top: 2px;
        font-size:12px;
    }
    .cardview .strip{
        height:32px;
    }
    .cardview .complogo{
        padding-top:20px;
    }   
    .cardview .complogo .complogo-airpay{
        max-height:18px;        
    }
    .cardview .complogo .complogo-transcorp{
        max-height:13px;
    }
     */
    .cardview {
        width: 290px;
        height: 174px;
    }

    .cardview:before {
        width: 235px;
        height: 208px;
    }

    .cardview:after {
        width: 255px;
        height: 203px;
    }

    .cardview .toplogo {
        height: 43px;
    }

    .cardview .toplogo img {
        max-height: 24px;
    }

    .cardview .cardchip-data {
        padding-left: 16px;
    }

    .cardview .cardchip {
        width: 34px;
        height: 24px;
    }

    .cardview .nfclogo {
        max-height: 20px;
        right: 20px;
    }

    .cardview .cardnum {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 14px 0 0 16px;
    }

    .cardview .expdate {
        width: 100px;
        font-size: 13px;
        padding: 10px 0 0 18px;
    }

    .cardview .expdate .label {
        width: 22px;
        font-size: 9px;
    }

    .cardview .cvvdata {
        padding: 10px 0 0 5px;
    }

    .cardview .cvvdata .label {
        display: inline-block;
        width: 22px;
        font-size: 11px;
    }

    .cardview .cvvnumbox {
        width: 32px;
    }

    .cardview .cvvnum {
        font-size: 14px;
    }

    .cardview .iview {
        width: 21px;
        height: 16px;
        background-size: 21px 16px;
    }

    .cardview .rupaylogo {
        width: 67px;
        height: 28px;
        bottom: 3px;
        right: -4px;
    }

    .cardview .rupaylogo img {
        max-height: 28px;
    }

    .cardview .complogo {
        padding-top: 22px;
    }

    .cardview .complogo .complogo-airpay {
        max-height: 19px;
    }

    .cardview .complogo .complogo-transcorp {
        max-height: 14px;
    }

    .cardview .strip {
        height: 32px;
    }

    .backside .cardinner {
        padding-top: 12px;
    }

    .cardbott .linkbtn {
        width: 39%;
    }

    .cardview-wrap .smtext {
        font-size: 11px;
    }

    .cardbott .powered img {
        max-width: 188px;
        position: relative;
        top: -5px;
    }

    #verticalTab .r-tabs-panel {
        padding: 15px 0;
    }

    .amtnum .form-check-inline {
        margin: 0 4px;
    }
    
    .cardviewrow {
    height:175px;
    }

}

@media all and (max-width:360px) {

    .cardview .numtext {
        font-size: 22px;
        font-weight: bold;
    }
}