* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    min-height: 100%;
}

@-ms-viewport {
    width: device-width;
}

body {
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #333;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    background: #fff;
}

a,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none !important;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 0px;
    font-size: 0px;
}

h1 {
    clear: both;
    color: #313131;
    font-size: 50px;
    padding-bottom: .5rem;
    font-family: 'Montserrat';
}

h2 {
    color: #313131;
    font-size: 45px;
    padding-bottom: .5rem;
    position: relative;
    font-family: 'Montserrat';
}

h3 {
    color: #313131;
    font-size: 25px;
    padding-bottom: .5rem;
    font-family: 'Montserrat';
}

h4 {
    color: #313131;
    padding-bottom: .5rem;
    font-family: 'Montserrat';
}

h5 {
    color: #313131;
    font-size: 18px;
    padding-bottom: .5rem;
    font-family: 'Montserrat';
}

h6 {
    color: #313131;
    font-size: 14px;
    padding-bottom: .5rem;
    font-family: 'Montserrat';
}

.dTable {
    display: table;
    width: 100%;
}

.dTcell {
    display: table-cell;
    vertical-align: top;
}

.relative {
    position: relative;
}

.radius2 {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius6 {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.SideLradius3 {
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.SideRradius3 {
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.downRradius3 {
    -moz-border-radius: 0px 0 3px 3px;
    -ms-border-radius: 0px 0 3px 3px;
    -o-border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
    border-radius: 0px 0 3px 3px;
}

.SideRradius5 {
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.radius10 {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.p-h-30 {
    padding: 0 30px;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-20 {
    padding: 20px 0 !important;
}

.p-v-15 {
    padding: 15px 0;
}

.p-v-40 {
    padding: 30px 0;
}

.p-v-40-20 {
    padding: 40px 0 20px;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-60 {
    padding: 60px 0;
}

.p-v-65 {
    padding: 65px 0;
}

.p-v-60-30 {
    padding: 60px 0 30px;
}

.p-v-70 {
    padding: 70px 0;
}

.p-v-150 {
    padding: 150px 0;
}

.p-v-110 {
    padding: 110px 0;
}

.p-20-10 {
    padding: 20px 10px;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-h-40 {
    padding: 0 40px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-v-40-60 {
    padding: 40px 0 60px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.p-h-20 {
    padding: 0 20px;
}

.m-l-246 {
    margin-left: 246px;
    overflow-x: hidden;
}

.m-v-30 {
    margin: 30PX 0;
}

.m-v15-40 {
    margin: 15px 0 40px;
}

.m-v-55-40 {
    margin: 55px 0 40px;
}

.pad_25-0 {
    padding: 25px 0;
}

.pad_20-0 {
    padding: 20px 0;
}

.pad_15-0 {
    padding: 15px 0;
}

.pad_20 {
    padding: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-v-15 {
    margin: 15px 0;
}

.pv-30-60 {
    padding: 30px 0 60px;
}

.pv-60-30 {
    padding: 60px 0 30px;
}

.pv-60 {
    padding: 60px 0;
}

.p-v-140-80 {
    padding: 140px 0 80px;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

section,
.full {
    float: left;
    width: 100%;
}

.autoWl {
    width: auto;
    float: left;
}

.autoWr {
    width: auto;
    float: right;
}

.imgContainer {
    float: left;
    width: 100%;
}

.imgContainer img {
    display: block;
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

.blueFonts {
    color: #0195cf;
}

.dBlock {
    display: block;
}

.bgNone {
    background: none !important;
}

.container {
    max-width: 1140px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 2vw;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table td {
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e6eaed;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    /* color: #495057; */
    /* background-color: #fff; */
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-group {
    margin-bottom: 1rem;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.height-100 {
    height: 100vh;
}

.bContent {
    background-size: contain !important;
    -moz-background-size: contain !important;
    -webkit-background-size: contain !important;
}

.bCover {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
}

.loginSec {
   
}

.loginIcon img {
    display: inline-block;
    max-width: 100%;
}

.logForm .form-group {
    margin-bottom: 8vw;
    position: relative;
}

.logForm .form-group label {
    position: absolute;
    bottom: 12px;
    left: 0;
    transition: all .25s;
    pointer-events: none;
    font-weight: 600;
    color: #444444;
    font-size: 4vw;
}

.logForm .form-group.trans label {
    bottom: 8vw;
    font-size: 3vw;
    /* opacity: .5; */
    z-index: 1;
}

.loginInput {
    height: 10vw;
    border: none;
    border-bottom: #c1c1c1 1px solid;
    border-radius: 0;
    background-color: transparent;
    color: #464646;
    font-size: 4vw;
}

.loginInput2 {
    height: 10vw;
    border: none;
    border-bottom: #858585 1px solid;
    border-radius: 0;
    background-color: transparent;
    color: #414141;
    font-size: 4vw;
}

/* .loginInput2::-webkit-input-placeholder {
    color: #fff;
}

.loginInput2::-moz-placeholder {
    color: #fff;
}

.loginInput2:-ms-input-placeholder {
    color: #fff;
}

.loginInput2:-moz-placeholder {
    color: #fff;
} */

.loginInput:focus {
    box-shadow: none;
}

.loginSecInner {
    padding: 8vw 12vw;
}

.eye-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #da3d04;
    font-size: 4vw;
}

.frgPassWord {
    font-size: 3.5vw;
    color: #737171;
    padding: 5px 0;
    text-decoration: underline;
    font-weight: bold;
}

.yellowBtn {
    display: block;
    background: #da3d04;
    color: #fff;
    font-size: 3.5vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
}

.whiteBtn {
    display: block;
    background: #fff;
    color: #011b3e;
    font-size: 3.5vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
    border: #0b9fdb 1px solid;
}

.textUpperCace {
    text-transform: uppercase;
}

.DodnAccount {
    font-size: 3.5vw;
    color: #333;
}

.DodnAccount a {
    color: #fe9d1f;
    text-transform: uppercase;
    font-weight: 600;
}

.loginLogo,
.loginIcon {
    margin: 4vw 0 10vw;
}

.homeBanText h6 {
    font-size: 3.4vw;
    color: #02193b;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 600ms 0.5s;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    text-transform: uppercase;
    letter-spacing: .8px;
    padding-left: 7%;
    -moz-text-shadow: rgba(0, 0, 0, 0.9) 0 0px 6px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.9) 0 0px 6px;
    text-shadow: rgba(0, 0, 0, 0.9) 0 0px 6px;
    line-height: 1.2;
}

.homeBanText {
    position: absolute;
    top: 60%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 77%;
}

.homeBanText .exploreNow {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all ease-in-out 600ms 1.8s;
    margin-bottom: 15px;
    font-size: 4.5vw;
    color: #02193b;
    font-weight: 700;
    padding-left: 7%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.1;
}

.banTextDate {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all ease-in-out 600ms 2.5s;
    color: #021e44;
    font-weight: 600;
    font-size: 3vw;
    background: rgba(0, 0, 0, 0.42);
    padding: 3% 7%;
    line-height: 1.1;
}

.owl-item.active .exploreNow,
.owl-item.active .banTextDate,
.owl-item.active .homeBanText .sloganImg,
.owl-item.active .homeBanText h6 {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bannerbox {
    position: relative;
}

.homeslider .owl-dots {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homeslider .owl-dot span {
    display: block;
    background: #fac7c7;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.homeslider .owl-dots button.owl-dot {
    margin: 0 5px;
}

.homeslider .owl-dots button.owl-dot.active span {
    background: rgba(255, 255, 255, 1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.marque {
    padding: 10px 10px 0;
    color: #000;
    font-size: 3vw;
    font-weight: 500;
}

.tdgLeft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tdgRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21vw;
    flex: 0 0 21vw;
    max-width: 21vw;
}

.tdgDesc {
    padding: 0 4vw;
}

.todaysGameBox {
    background: #fff;
    padding: .8rem .8rem 1.15rem;
    border-radius: .9rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    border: #ff4501 1px solid;
}
.clickHere {
    position: absolute;
    top: calc(100% - .8rem);
    width: calc(100% - 2rem);
    background: #ede4e1;
    padding: 2px 5px 0;
    text-align: center;
    text-transform: uppercase;
    left: 1rem;
    font-weight: bold;
    font-size: 11px;
    color: #6f6f6f;
    border-radius: 6px;
}


/* .gamePlayBox {
    background: #fff;
    border-radius: .9rem;
    padding: 28px 0;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
  } */

.todaysGameBox:not(:last-child) {
    margin-bottom: 4vw;
}

.tdgImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18vw;
    flex: 0 0 18vw;
    max-width: 18vw;
}

.tdgImg span {
    display: block;
}

.tdgImg span img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.topHeading {
    background: #ede4e1;
    padding: 2px 0;
    border: 6px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
}
.todaysGameBox h4 {
    color: #333;
    font-size: 3.6vw;
    font-weight: 700;
    padding: 0;
    line-height: 1;
}

.todaysGameBox p {
    color: #0a0726;
    font-size: 4vw;
    font-weight: 500;
    /* margin-bottom: 4px; */
}

.todaysGameBox h6 {
    color: #f9f9f9;
    font-size: 3vw;
    font-weight: 500;
    padding: 0;
}
.homeGameBody h2{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 5vw;
}
.playBtn {
    display: block;
    background: #ff4501;
    color: #ffffff;
    font-size: 3.1vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 8vw;
    -moz-border-radius: 8vw;
    border-radius: 8vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.closeBtn {
    display: block;
    background: #ee1818;
    color: #fff;
    font-size: 3.1vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    border-radius: 4vw;
    text-transform: uppercase;
}

.closeBtn.upcommingBtn {
    background: #4a4941;
    color: #fff;
}

.homeBody {
    padding: 3vw 0 21vw;
}

.secTitle h5 {
    font-size: 4vw;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
}

.mainFooter {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: #f9ece7;
    padding: 2vw;
    border-radius: 6vw 6vw 0 0;
    /* border-top: #969696 1px solid; */
}

.mainFooter ul {
    padding: 2vw;
}

.mainFooter ul li a {
    color: #3b3b3b;
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 1.3vw;
    border-radius: 4vw;
    z-index: 1;
}

.mainFooter ul li a span.fIcon {
    font-size: 3.8vw;
    position: absolute;
    left: 50%;
    /*bottom: 0;*/
    -moz-transition: translateX(-50%);
    -webkit-transition: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    display: block;
    border-radius: 6vw;
}

.mainFooter ul li a:hover span.fIcon,
.mainFooter ul li a.active span.fIcon {
    /*bottom: 100%;*/
    opacity: 1;
    visibility: visible;
    /*background: #fff;*/
    color: #333;
    /*padding: 2vw 3vw;*/
    font-size: 2.5vw;
    /*box-shadow: rgb(238, 146, 146) 0 0px 0 2px;*/
    left: 2vw;
}

.mainFooter ul li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 4vw;
}

.mainFooter ul li a.active i,
.mainFooter ul li a:hover i {
    color: #333;
}

.mainFooter ul li a i {
    color: #ff4501;
    font-size: 4.5vw;
    font-weight: 700;
    display: block;
    margin: 0 auto 2vw;
}

.mainFooter ul li a span.fNav {
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    display: block;
    line-height: 1;
    font-size: 3vw;
}

.mainFooter ul li a:hover span.fNav,
.mainFooter ul li a.active span.fNav {
    opacity: 1;
    visibility: visible;
}

.userArea a,
.walletArea a {
    display: block;
    color: #fff;
    font-size: 3vw;
    font-weight: 600;
}

.userArea a {
    font-size: 5vw;
}

.walletArea a i,
.userArea span {
    color: #fff;
}


.userArea a img,
.walletArea a img {
    display: inline-block;
    width: 6vw;
    margin-right: 5px;
}

.userArea .headerLogo img{
    width: 22vw;
    vertical-align: top;
    margin: 0 0 0 3vw;
}

.mainHeader {
    background: linear-gradient(to right, #ff5641 0%,#da3d04 100%);
    padding: 1.5vw 0;
}


/* Start Games */

.game-close-timebar {
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    -ms-border-radius: 30rem;
    -o-border-radius: 30rem;
    border-radius: 30rem;
    line-height: 5vw;
    padding: 0 1.5rem;
    font-size: 4vw;
    background: #da3d04;
    margin: 2vw 0 2rem 0;
}

.game-close-text h4 {
    color: #fff;
    font-size: 4vw;
    /*margin-bottom: 0;*/
    font-weight: 600;
    padding-bottom: 0;
}

.game-close-text h4 i {
    padding-right: .2rem;
}

.gamePlayBox a {
    background: #fff;
    padding: 2vw;
    border-radius: 6px;
    /* border: #10bdee 1px solid; */
    background: url(../images/icon/shield.svg) center center no-repeat;
    background-size: contain;
    height: 150px;
    text-align: center;
}
.gamePlayBoxInner span{
    display: block;
}
.gamePlayBoxInner span img{
    display: inline-block;
    width: 10vw;
}
.gamePlayBoxInner h4 {
    margin: 10px 0 0;
    font-size: 5vw;
    color: #fff;
}

.gamePlayBoxRight h4 {
    color: #313131;
    font-size: 4vw;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 0;
    padding-left: 1.5rem;
    text-transform: capitalize;
}

.gamePlayBox+.gamePlayBox {
    margin-top: 1rem;
}

.gpbLeft {
    display: block;
}

.gamePlayBoxLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

.li-justified li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.gamePlayBox-menu li a {
    font-size: 4vw;
    line-height: 9vw;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.gamePlayBox-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fe9d1f;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right;
    transition: transform .4s ease;
    height: .5vw;
    width: 100%;
}

.gamePlayBox-menu li a:hover::after,
.gamePlayBox-menu li a.active::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left;
}

.select-gamePlay h4 {
    color: #fe9d1f;
    font-size: 4vw;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    padding: .3rem 0;
}

.select-gamePlay-name {
    display: block;
}

.select-gamePlay {
    text-align: center;
}

.select-gamePlay-name h4 {
    color: #1f9dfe;
    font-size: 3.5vw;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    padding: .2rem 0;
    display: block;
}

.select-gamePlay-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.select-gamePlay-btn h4 {
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    -ms-border-radius: 30rem;
    -o-border-radius: 30rem;
    border-radius: 30rem;
    line-height: 9vw;
    font-size: 4vw;
    background: #09396a;
    display: inline-block;
    padding: 0 1.5rem;
}

.select-gamePlay.select-gamePlay-btn {
    margin: 4vw 0 8vw;
}

.input-2 {
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    border-radius: .6rem;
    height: 12vw;
    letter-spacing: .1rem;
    font-size: 4vw;
    color: #94969C;
    border: none;
    background-color: #fbfdff;
    padding: 0 1rem;
    border: #c8c8c8 1px solid;
}

.gamePlayBox-input input::placeholder {
    font-size: 4vw;
    color: #94969C;
}

.add-bit-btn-wrap {
    text-align: center;
}

.add-bit-btn-wrap .add-bit-btn {
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    border-radius: 30rem;
    line-height: 9vw;
    padding: 0 2.5rem;
    font-size: 4vw;
    background: #da3d04;
    margin: 2rem 0 1.5rem 0;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
}

.add-bit-btn-wrap .add-bit-btn:hover {
    background: #0b9fdb;
    color: #fff;
}

.bit-wrap-btn .betTableHeader li {
    color: #fff;
    background: #da3d04;
    font-weight: 600;
    font-size: 4vw;
    line-height: 11vw;
    text-transform: capitalize;
}

.bit-wrap-btn li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333337%;
    flex: 0 0 33.3333337%;
    max-width: 33.3333337%;
}

.bit-wrap-btn li:first-child {
    border-left: #e7e4e3 1px solid;
}

.bit-wrap-btn li {
    border-right: #e7e4e3 1px solid;
    border-collapse: collapse;
}

.bit-wrap-btn .betTableBody li {
    color: #fff;
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 11vw;
    text-transform: capitalize;
}

.bit-wrap-btn .betTableBody li a {
    color: #fe9d1f;
    padding: 0 5vw;
}

.bit-wrap-btn .betTableBody {
    border-bottom: #e7e4e3 1px solid;
}

.bit-btn-play {
    margin-top: 2rem;
}


/* End Games */

.menuBox:not(:last-child) {
    margin-bottom: 2vh;
}

.menuBox a {
    display: block;
    background: #2f333c;
    padding: 3vw 5vw;
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
}

.menuBoxImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8vw;
    flex: 0 0 8vw;
    max-width: 8vw;
}

.menuBoxDesc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.menuBoxImg span {
    display: block;
}

.menuBoxImg span img {
    display: block;
    width: 100%;
}

.menuBoxDesc h5 {
    font-size: 5vw;
    font-weight: 600;
    padding: 0;
}
.personalInfoBox {
    background: url(../images/profile-bg.jpg) center center no-repeat;
    position: relative;
    z-index: 1;
    padding: 50px 15px;
    background-size: cover;
}
.personalInfoBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    z-index: -1;
}
.personalInfoBox h4{
    margin: 0 0 15px;
    color: #fff;
}
.personalInfoBox ul li.inf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.personalInfoBox ul li.vall,
.bankAccountInfoBox ul li.vall {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    
}

.personalInfoBox ul li {
    font-size: 4vw;
    font-weight: 600;
}

.personalInfoBox ul:not(:last-child),
.bankAccountInfoBox ul:not(:last-child) {
    margin-bottom: 3vw;
}

.bankAccountInfoBox ul li.inf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    font-size: 3.7vw;
    font-weight: 600;
}

.input-3 {
    background-color: transparent;
    border: #d9d4d4 1px solid;
    padding: 0 5vw;
    height: 10vw;
    width: 100%;
    color: #333;
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
    font-size: 4vw;
    font-weight: 500;
}

.personalInfoBox h4,
.bankAccountInfoBox h4 {
    font-size: 6vw;
    font-weight: 500;
}
.personalInfoBoxBtm {
    background: #fff;
    margin-top: -25px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
}

.blueBtn {
    display: block;
    background: #da3d04;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    line-height: 3;
    padding: 0 2vw;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
    text-transform: uppercase;
}

.updateAccount {
    margin-top: 12vw;
}

.yellowBg {
    background: #da8c26;
}

.blueBg {
    background: #1b8ce5;
}

.taglineBtm.yellowBg {
    color: #011633;
}

.taglineBtm.blueBg {
    color: #fff;
}

.taglineBtm {
    font-size: 3vw;
    padding: 0 3vw;
    font-style: italic;
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
    margin-top: 3vw;
    font-weight: 500;
}

.pb-16 {
    padding-bottom: 22vw;
}


/* / Start 09.08.2021 /  */

.deposit-history-text {
    padding: 1.5rem 0 1rem 0;
}

.deposit-history-text h4 {
    color: #333;
    font-size: 5vw;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.deposit-wrap-head li {
    color: #fff;
    background: #0b9fdb;
    font-weight: 600;
    font-size: 4vw;
    padding: 0 1.9rem;
    line-height: 11vw;
    -webkit-border-radius: 30rem;
    -moz-border-radius: 30rem;
    -ms-border-radius: 30rem;
    -o-border-radius: 30rem;
    border-radius: 30rem;
    text-transform: capitalize;
}

.deposit-wrap-head li:not(:last-child) {
    margin-right: 2vw;
}

.deposit-history-data li {
    color: #fff;
    font-weight: 600;
    font-size: 3vw;
    padding: 0 2vw;
    text-transform: capitalize;
}

.deposit-history-data li:not(:last-child) {
    margin-right: 2.1vw;
}

.deposit-history-data-wrap {
    padding: 1.5rem 0 .8rem 0;
}

.deposit-history-data-wrap ul+ul {
    margin-top: .8rem;
}

.timeSlotInfoBox {
    box-shadow: rgba(0,0,0,.3) 0 0 13px -5px;
    border-radius: 10px;
    padding: 6px;
}
.timeSlotInfoBox:not(:last-child) {
    margin-bottom: 15px;
}

.game-time-text h4 {
    color: #000;
    font-size: 5vw;
    margin: 0 0 5px;
    font-weight: bold;
    text-transform: capitalize;
}

.game-time-wrap-head li {
    color: #fff;
    background: #da3d04;
    font-weight: 600;
    font-size: 4vw;
    padding: 0 1rem;
    line-height: 7vw;
    text-transform: capitalize;
}

.game-time-wrap-head li:not(:last-child) {
    /* margin-right: 1rem; */
    background: #fe5640;
}

.game-time-data-wrap {
    padding: 1.5rem 0 .8rem 0;
}

.game-time-data li {
    color: #313131;
    font-weight: 500;
    font-size: 3.5vw;
    padding: 0 1rem;
}

.game-time-data-wrap ul+ul {
    margin-top: .8rem;
}


/* / End 09.08.2021 / */

.reasultBox ul.row {
    margin: 0 -1vw;
}

.reasultBoxInner ul li {
    padding: 0 1vw;
    /* -webkit-flex-grow: 1;

    flex-grow: 1; */
    margin: 1vw 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.reasultBoxInner ul li span {
    background: #fff;
    color: #5b5b5b;
    font-size: 3.3vw;
    font-weight: 600;
    -webkit-border-radius: 10vw;
    -moz-border-radius: 10vw;
    -ms-border-radius: 10vw;
    -o-border-radius: 10vw;
    border-radius: 3vw;
    display: block;
    padding: 1.5vw 1.2vw;
    text-align: center;
    line-height: 1.3;
    height: 100%;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px;
}

.reasultBoxInner ul li span strong {
    display: block;
    font-weight: 600;
    font-size: 4.5vw;
    line-height: 1;
    color: #0b9fdb;
}

.reasultBox:not(:last-child) {
    padding-bottom: 2vw;
    border-bottom: #cacaca 1px solid;
    margin-bottom: 2vw;
}

.pv-3-16 {
    padding: 3vw 0 16vw;
}

.pv-4-16 {
    padding: 4vw 0 16vw;
}

.gameRulsBox:not(:last-child) {
    border-bottom: #f6f7f9 2px dashed;
    margin-bottom: 6vw;
    padding-bottom: 3vw;
}

.gameRulsBox ul li {
    margin-bottom: 3vw;
    font-size: 3.7vw;
    font-weight: 500;
}

.blueBgTitle {
    margin: 8vw 0;
}

.blueBgTitle span {
    display: block;
    background: #da3d04;
    border-radius: 20vw 0 20vw 0;
    padding: 2vw 5vw;
    line-height: 1.8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 4.15vw;
    color: #fff;
}

.contactBann img,
.contactBann span {
    display: block;
    width: 100%;
}

.contactBann span {
    /* background: #0b6ef4; */
    color: #070707;
    font-size: 5.7vw;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

.contactBody {
    padding: 6vw 0 16vw;
    /* background: linear-gradient(90deg, rgba(31, 120, 240, 1) 35%, rgba(79, 147, 240, 1) 100%); */
}

.contactBody h4 {
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
    background: #ffc7bf;
    padding: 5px;
    margin: 0;
    color: #69240a;
}

.contactBody ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}

.contactBody ul li a {
    display: block;
    text-align: center;
    font-size: 4.5vw;
    color: #000;
    font-weight: 600;
    padding: 2vw;
}

.contactBody ul li a img {
    display: block;
    max-width: 100%;
}

.contactBody ul li a span {
    display: block;
    margin-bottom: 2vw;
    padding: 0 7vw;
    position: relative;
}

.contactBody ul li:first-child span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ff4501;
    right: -26px;
    top: 0;
}

.withdrInput {
    width: 100%;
    height: 10vw;
    background: #fff;
    border: none;
    font-size: 4vw;
    color: #2f2f2f;
    font-weight: 500;
    border-bottom: #9d9d9d 1px solid;
    padding: 0 7vw;
}

.withdraBox .row {
    margin-right: -8px;
    margin-left: -8px;
}

.withdraBox .col-auto {
    padding: 0 8px;
}

.withdraBox .form-group span.rupee {
    position: absolute;
    left: 0vw;
    top: 50%;
    font-size: 6vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.withdraBox [type="radio"]:checked,
.withdraBox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.withdraBox [type="radio"]:checked+label,
.withdraBox [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.withdraBox [type="radio"]:checked+label:before,
.withdraBox [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 14px;
    height: 14px;
    border: 2px solid #da3d04;
    border-radius: 100%;
    background-color: transparent;
}

.withdraBox [type="radio"]:checked+label::after,
.withdraBox [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0b9fdb;
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.withdraBox [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.withdraBox [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.radioArea label {
    font-weight: 600;
    color: #313131;
}

.yellowBdrBtn {
    background-color: transparent;
    color: #0b9fdb;
    border: #da8686 2px solid;
    font-size: 4vw;
    text-align: center;
    line-height: 3.2;
    padding: 0 4vw;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    -webkit-border-radius: 30vw;
    -moz-border-radius: 30vw;
    -ms-border-radius: 30vw;
    -o-border-radius: 30vw;
    border-radius: 30vw;
}

.withdra .blueBtn {
    display: inline-block;
    text-transform: capitalize;
    padding: 0 4vw;
    line-height: 2.8;
}

.withdra .blueBtn,
.withdra .yellowBdrBtn {
    width: 58vw;
}

.withdraBox h4 {
    font-size: 4vw;
    padding-bottom: 1vw;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.radioArea {
    margin-bottom: 3vw;
    font-size: 3.4vw;
}

.withdraBtnArea{
    padding: 0 3px;
}

.withdrawTime {
    background: rgba(255, 255, 255, .3);
    padding: 7vw 4vw;
    font-size: 3.9vw;
    font-weight: 500;
}

.withdra {
    padding: 0 0 19vw;
}
.otpSection ul li {
    width: 14vw;
}

.otpSection ul li:not(:last-child) {
    margin-right: 3vw;
}

.otpSection ul li .otpInput {
    border: #aaa 1px solid;
    width: 100%;
    height: 9vw;
    border-radius: 2vw;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 4vw;
    background: rgba(255, 255, 255, .2);
}

.verifyPhone {
    position: absolute;
    right: 0;
    top: 3px;
}

.verifyPhone a {
    font-size: 4vw;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    display: block;
}

.navArea {
    position: fixed;
    width: calc(100% - 13vw);
    height: 100%;
    z-index: 999;
    background: #fc543d;
    /* padding: 20px; */
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navArea.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-box-shadow: rgba(0, 0, 0, .3) 10px 0 15px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 10px 0 15px -5px;
    box-shadow: rgba(0, 0, 0, .3) 10px 0 15px -5px;
}



.navigation ul li a {
    font-size: 3.7vw;
    padding: .7rem .6rem;
    display: block;
    color: #fff;
    border-radius: .4rem;
    font-weight: 700;
    letter-spacing: .022rem;
    position: relative;
}

.navigation ul li:not(:last-child) {
    margin-bottom: 1px;
    border-bottom: rgba(255,255,255,.2) 1px solid;
}

.navigation ul li a i {
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    width: 2rem;
    text-align: center;
    margin-right: 10px;
}

.navigation ul li.active a,
.navigation ul li a:hover {
    color: #fff;
    -moz-box-shadow: rgba(0, 0, 0, .3) 6px 5px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 6px 5px 10px -5px;
    box-shadow: rgba(0, 0, 0, .3) 6px 5px 10px -5px;
}

.navigation ul li.active,
.navigation ul li:hover {
    border-color: transparent;
}

.navigation ul li a::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15px;
    color: #fff;
}

.userImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0 0 36.333%;
    flex: 0 0 0 0 36.333%;
    max-width: 0 0 36.333%;
    position: relative;
}

.userImg span {
    display: block;
}

.userImg span img {
    width: 100%;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.userDtls {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 1.2rem;
}

.avatar-upload {
    position: relative;
    width: 100%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 1px;
    z-index: 1;
    bottom: -4px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    margin-bottom: 0;
    border-radius: 100%;
    background: #378AB8;
    box-shadow: 0px 0 0px 2px rgba(255, 255, 255, 1);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #267097;
}

.avatar-upload .avatar-edit input+label::after {
    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-weight: 900;
    font-size: 4vw;
    line-height: 6vw;
}

.avatar-upload .avatar-preview {
    width: 21vw;
    height: 21vw;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
}
.avatar-upload .avatar-preview>div img {
    width: 18vw;
    display: block;
}

.userDtls h4 {
    font-size: 6vw;
    letter-spacing: .150rem;
    color: #333;
    margin: 0;
    padding-bottom: .6rem;
    line-height: 1;
    font-weight: bold;
}

.userDtls p a {
    font-size: 4.2vw;
    letter-spacing: .08rem;
    color: #333;
    font-weight: 700;
}

.radio-toggle {
    position: relative;
    margin-top: 7px;
}

.radio-toggle.between input[type=radio]+label {
    position: relative;
}

.radio-toggle input[type=radio] {
    display: none;
    position: absolute;
}

.radio-toggle input[type=radio]+label:before,
.radio-toggle input[type=radio]+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 125ms ease;
    -moz-transition: all 125ms ease;
    -ms-transition: all 125ms ease;
    -o-transition: all 125ms ease;
    transition: all 125ms ease;
}

.radio-toggle input[type=radio]+label.track {
    padding: 0 15px;
}

.radio-toggle input[type=radio]+label.track:before {
    width: 60px;
    background: #c9d3d0;
    height: 24px;
    right: -30px;
    top: 50%;
    margin-top: -15.5px;
    border-radius: 13.5px;
}

.radio-toggle input[type=radio]+label.track:after {
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #FFFFFF;
    top: 50%;
    margin-top: -12.5px;
    right: -25px;
}

.radio-toggle input[type=radio]+label.knob {
    padding-left: 30px;
}

.radio-toggle input[type=radio]:checked+label.track:before {
    background: #00a56c;
}

.radio-toggle input[type=radio]:checked+label.track:after {
    right: 6px;
}

.radio-toggle {
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
}

.userDtls ul li {
    font-weight: 600;
    font-size: .8rem;
    color: #313131;
}

.userEdit {
    background: #f9f0ef;
    padding: 10px 20px;
}
.hasSubmenue ul {
    display: none;
    padding-left: 2rem;
}


/*custom*/

.personalInfoBox ul li.inf {
    color: #fff;
}

.personalInfoBox ul li.vall,
.bankAccountInfoBox ul li.vall {
    color: #fff;
}

.bankAccountInfoBox ul li.inf {
    color: #313131;
}

.gameRulsBox ul li {
    color: #313131;
}

.withdrawTime {
    color: #313131;
}

.payHistory table thead tr th {
    color: #fff;
    background: #da3d04;
    font-weight: 600;
    font-size: 3.2vw;
    padding: 0 2vw;
    line-height: 7vw;
    text-transform: capitalize;
    border: none;
}

.payHistory table tbody tr td {
    color: #313131;
    font-weight: 600;
    font-size: 3vw;
    padding: 1.5vw 2vw;
    text-transform: capitalize;
    border: none;
    text-align: center;
}

.payHistory table thead tr th:last-child {
    border-radius: 0 1vw 1vw 0;
}

.payHistory table thead tr th:first-child {
    border-radius: 1vw 0 0 1vw;
}

.gotoPlayBtn {
    display: block;
    background: #22b01d;
    color: #fff;
    font-size: 3.1vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 2vw;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 4vw 0 4vw 0vw;
    -moz-border-radius: 4vw 0 4vw 0vw;
    border-radius: 4vw 0 4vw 0vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.pv-16 {
    padding-bottom: 16vw;
}

.gamesNav {
    padding: 1vw 1rem;
    background: linear-gradient(to right, #ff5641 0%,#da3d04 100%);
    /* border-radius: 0 0 0vw 11vw; */
    /* margin-bottom: 3vw; */
}

.gamesNav ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.55vw;
    line-height: 2.5;
    padding: 0 2.5vw;
    /* border: rgba(255,255,255,.5) 1px solid; */
    border-radius: 6vw;
}

.gamesNav ul li.active a,
.gamesNav ul li a:hover {
    color: #3e3e3e;
    background: rgba(255, 255, 255, 0.67);
    
}

.transfferWrap {
    padding: 0 .5rem;
}
.transfferInnr {
    background: #fff;
    padding: 2vw;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: #bdbdbd 1px solid;
}

.transfferHeading h4 {
    font-size: 4.5vw;
}

.transfferHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myUpiIds {
    display: block;
    background: #f2f2f2;
    color: #333;
    font-size: 3.1vw;
    text-align: center;
    line-height: 2.8;
    padding: 0 3vw;
    letter-spacing: 1px;
    border: none;
    font-family: 'Montserrat';
    -webkit-border-radius: 4vw 0 4vw 4vw;
    -moz-border-radius: 4vw 0 4vw 4vw;
    border-radius: 4vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.iconOfTrns img {
    width: 100%;
    display: block;
}

.transfferInnr ul {
    display: flex;
}

.transfferInnr ul li {
    flex: 0 0 25%;
    padding: 0 1vw;
    max-width: 25%;
}

.iconOfTrns {
    padding: 2vw;
    width: 60%;
    margin: 0 auto 1vw;
}


/* .iconOfTrns img {
	filter: brightness(0) invert(1);
} */

.transfferInnr h6 {
    font-size: 3vw;
    font-weight: 500;
}

.transfferInnr ul li a {
    display: block;
    text-align: center;
}

.refferAndEarn {
    padding: 0 15px;
}

.refferAndEarnInr {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: #bdbdbd 1px solid;
    padding: 2vw;
}

.refferAndEarnInr ul {
    display: flex;
    margin: 0 -2vw;
}

.refferAndEarnInr ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 0 0 25%;
    text-align: center;
    padding: 0 1vw;
}

.refferAndEarnInr ul li a {
    display: block;
}

.refferAndEarnInr ul li h6 {
    font-size: 2.5vw;
    font-weight: 500;
    color: #060608;
    padding-bottom: 0;
}

.ech_reffer {
    width: 15vw;
    margin: 0 auto 1.5vw;
    background: #046bae;
    border-radius: 50%;
    height: 15vw;
    padding: 4vw;
}

.ech_reffer img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.rechargeAndBill {
    padding: 0 15px;
    margin-top: 10px;
}

.rechargeAndBill_innr {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 0;
}

.rechargeAndBill_innr ul li {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 10px;
}

.bill_icon img {
    width: 50%;
}

.rechargeAndBill_innr ul li h6 {
    font-weight: 500;
    padding-bottom: 0;
    font-size: 3.5vw;
}

.rechargeAndBill_innr ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bill_icon {
    margin-bottom: 6px;
}

.bill_icon.seeAllIcon {
    width: 10vw;
    height: 10vw;
    background: #5f259f;
    border-radius: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bill_icon.seeAllIcon img {
    filter: invert(1);
}



.date {
    color: #fff;
}
.deposit_msg_contener {
    margin-bottom: 10px;
}
.withdraBox.w100.card-type {
    padding-top: 5vw;
}
.upiNumber {
    flex: 1;
    padding-right: 15px;
}
.qr{
    flex: 0 0 94px;
    max-width: 94px;
    text-align: center;
}
.qr img , .qr span{
    width: 100%;
    display: block;
}
.qr a{
    font-weight: bold;
    text-decoration: underline;
}

.upiNumber ul:not(:last-child){
    margin-bottom: 12px;
}
.upiNumber ul li{
    color: #fff;
}
.upiNumber ul li.info {
    flex: 70%;
    max-width: 100%;
}
.upiNumber ul li.vall{
    flex: 1 0 auto;
}
#balanceaddform .withdraBox.w100 {
    padding-top: 6vw;
}

ons-progress-circular {
    width: 50px !important;
    height: 50px !important;
}

.modal {
    background-color: #498ce8b0;
}

.progress-circular__primary {
    stroke: #000 !important;
}

.deposit_msg_sec {
    margin-bottom: 63px;
    background: #3b589b;
    padding: 20px;
    border-radius: 0 0 12% 12%;
}
  .deposit_msg_sec_main {
    margin-bottom: 20px !important;
  }
  .deposit_msg_sec a {
    color: #fff;
}
.deposit_msg_sec p {
    color: #fff;
    font-size: 4vw;
}

  .pb-16vw {
    padding-bottom: 16vw;
  }
.withdraBtnArea .blueBtn , .withdraBtnArea .yellowBdrBtn   {
    width: 100%;
    font-size: 3.5vw;
    padding: 0 3vw;
 } 
.withdraBtnArea .blueBtn {
    line-height: 3.4;
}
.withdraBtnArea .yellowBdrBtn   {
    color: #333;
}

.transaction {
    border: #f00 1px solid;
    padding: .5rem;
    border-radius: 10px;
}
.transaction:not(:last-child) {
    margin-bottom: 4vw;
}
.transactionImg {
    flex: 0 0 4rem;
    max-width: 4rem;
}
.transactionPrice {
    flex: 0 0 5rem;
    max-width: 5rem;
    font-size: 5vw;

}
.transactionMid {
    flex-grow: 1;
}
.transactionMid h4 {
    color: #da3d04;
    font-size: 4.5vw;
    margin: 0 0 3px;
    line-height: 1;
}
.transactionMid h5 {
    color: #b98e7e;
    font-size: 3vw;
    margin: 0 0 3px;
}
.transactionMid p {
    color: #5c5c5c;
    font-size: 3.5vw;
    margin: 0 0 3px;
    line-height: 1;
}
.transactionImg span{
    height: 3rem;
    width: 3rem;
    background: #da3d04;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    border-radius: 5%;
    display: block;
}

.withdraw_msg_contener {
    color: #fff;
    font-weight: bold;
  }
  .success_row_bg{
    background: #28a74540;
    color: #fff;
}
.danger_row_bg{
    background: #dc35454f;
    color: #fff;
}
.row_bg{
    background: rgba(0,0,0,.05);
    color: #000 !important;
}

.pagenotfoundScreen {
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: url(../images/404.jpg) center center no-repeat;
    background-size: cover;
}
.internetNotFoundScreen {
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: url(../images/internet404.jpg) center center no-repeat;
    background-size: cover;
}

