html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto-Regular' !important;
    font-size: 15px;
    overflow-x: hidden;
    font-weight: 400
}

html * {
    outline: 0;
    scroll-behavior: smooth
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important
}

outline {
    border: 0
}

.active {
    outline: 0
}

.lft {
    float: left
}

.rgt {
    float: right
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0
}

a,
input,
textarea {
    transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

.loader-screen {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    display: block;
    left: 0;
    right: 0
}

#loader {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    max-width: 300px
}

.blck-tape a {
    color: #fff
}

.blck-tape a:hover {
    color: #fff;
    text-decoration: none
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #ff3720 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 50%;
    z-index: 999
}

.cd-top:hover {
    background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: 1
}

.no-touch .cd-top:hover {
    background-color: #f9a11b;
    opacity: 1
}

.main-header {
    background: rgba(1, 67, 154, .9);
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 0 100% 0;
    right: 0
}

.menu-toggle {
    display: none
}

.main-menu {
    text-align: right;
    padding: 12px 0 0 0
}

.main-menu ul {
    margin: 0
}

.left-slide-close {
    position: absolute;
    right: 23px;
    font-size: 26px;
    color: #fff;
    display: none
}

.main-menu ul li {
    display: inline-block
}

.main-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 13px 11px;
    font-size: 17px;
    display: inline-block
}

.gold-menu ul li a:hover {
    color: #fb0
}

.gold-menu ul li.active a {
    color: #fb0
}

.logo-area h1 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px
}

.login-area a {
    color: #000;
    background: #fb0;
    padding: 9px 35px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    margin: 0
}

.login-area a:hover {
    color: #000
}

.login-area {
    text-align: center;
    padding: 6px 0 8px 0;
    position: absolute;
    top: 135px;
    right: 125px
}

.logout {
    text-align: right;
    position: inherit;
    right: 125px;
    z-index: 9999
}

.logout a {
    color: #fff !important;
    padding: 0 !important;
    display: inline-block;
    font-size: 14px !important;
    margin: 8px 0 0 0
}

.logout a i {
    padding: 0 5px 0 0
}

.logout a:hover {
    color: #000
}

.logout a i {
    padding: 0 5px 0 0
}

.banner-area {
    position: relative
}

.head-banner img {
    width: 100%;
    height: 380px;
    object-fit: cover
}

.client {
    position: absolute;
    bottom: 0;
    left: 100px
}

.client img {
    width: 34%
}

.client-deta {
    padding: 5px 23px
}

.client-deta h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 12px 0
}

.client-deta h2 i {
    padding: 0 6px 0 0;
    font-size: 29px
}

.client-deta a {
    display: inline-block;
    color: #000;
    font-size: 21px
}

.client-deta a i {
    padding: 0 8px 0 0;
    font-size: 25px
}

.logout img {
    margin: 0 3px 5px 0
}

.offer-area {
    background: #000067;
    padding: 12px 50px
}

.offer-area marquee {
    color: #fff;
    font-size: 25px
}

.how-play-area {
    padding: 45px 0;
    background: url(../images/money.webp) no-repeat
}

.how-left {
    background: #fff;
    padding: 30px 29px;
    display: inline-block;
    border-radius: 30px 0 30px 0;
    border-left: 4px solid #fb0;
    border-bottom: 4px solid #fb0;
    box-shadow: 0 0 15px -6px;
    width: 100%
}

.how-left h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #01439a;
    margin: 0
}

.how-left h3 {
    font-size: 22px;
    margin: 12px 0 10px 0;
    color: #000
}

.how-left p {
    line-height: 30px;
    font-size: 16px;
    margin: 17px 0 6px 0
}

.how-right {
    background: #f3f3f3;
    padding: 30px 29px;
    display: inline-block;
    border-radius: 0 30px 0 30px;
    border-right: 4px solid #fb0;
    border-bottom: 4px solid #fb0;
    width: 100%;
    box-shadow: 0 0 15px -6px
}

.how-right h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #01439a;
    margin: 0 0 26px 0
}

.how-right ul li {
    border-top: 1px solid #bfbfbf;
    margin: 0;
    padding: 10px 0
}

.how-right ul li p {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 42px;
    color: #000
}

.how-right ul li p span {
    float: right;
    display: inline-block
}

.result-area {
    padding: 45px 0;
    background: url(../images/poin.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.title h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 26px 0
}

.single-result h2 {
    color: #fff;
    background: #fe005a;
    font-size: 26px;
    padding: 13px 15px;
    font-weight: 600
}

.single-result h2 span {
    font-size: 12px;
    float: right;
    padding: 7px 0;
    color: #fff
}

.single-result h2 {
    color: #fff;
    background: #01439a;
    font-size: 19px;
    padding: 13px 15px;
    font-weight: 600;
    color: #fb0;
    border-radius: 8px 8px 0 0;
    text-align: center
}

.single-result ul li {
    display: inline-block;
    width: 32%;
    text-align: center
}

.single-result ul li p {
    color: #fff;
    padding: 16px 0;
    font-size: 29px;
    color: #000
}

.bold-sec {
    font-size: 41px !important;
    font-weight: 600
}

.single-result {
    background: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 22px -7px
}

.game-win-area {
    background: url(../images/money.webp) no-repeat;
    padding: 45px 0
}

.win-left {
    background: #fff;
    padding: 0 0 15px 0;
    box-shadow: 0 0 13px -3px;
    border-radius: 8px;
    height: 100%;
    border-radius: 8px;
    width: 60%;
    margin: 0 auto
}

.time-table table {
    margin: 12px 17px;
    width: 95%
}

.time-table table tr th {
    width: ;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #01439a;
    border: 1px solid #bfbfbf;
    width: 59px;
    padding: 10px 0
}

.time-table table tr td {
    text-align: center;
    color: #000;
    font-size: 15px;
    width: 64px;
    border: 1px solid #bfbfbf;
    padding: 9px 0
}

.win-left h2 {
    font-size: 36px;
    font-weight: 600;
    background: #01439a;
    margin: 0;
    padding: 17px 62px;
    color: #fb0;
    border-radius: 8px 8px 0 0
}

.time-heading {
    background: #000;
    padding: 0 32px
}

.time-heading ul li p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.time-heading ul {
    margin: 0
}

.time-heading ul li {
    display: inline-block;
    padding: 8px 100px 0 0
}

.time-heading ul li:nth-child(3) {
    padding-right: 0
}

.time-cont {
    padding: 0 30px
}

.time-heading {
    background: #fff;
    padding: 11px 0;
    height: 55px;
    text-align: center;
    font-size: 20px;
    color: #fff
}

.time-cont p {
    text-align: center;
    font-size: 18px;
    padding: 14px 0
}

.win-right {
    background: #fff;
    box-shadow: 0 0 15px -3px;
    border-radius: 8px;
    padding: 0 0 6px 0
}

.win-right h2 {
    font-size: 36px;
    background: #000;
    margin: 0;
    border-radius: 8px 8px 0 0;
    padding: 17px 26px;
    color: #fff;
    font-weight: 600
}

.win-left h2 span {
    float: right;
    color: #fff
}

.win-right ul li p {
    font-size: 18px;
    padding: 15px 24px;
    margin: 11px 18px;
    background: #000;
    color: #fff;
    position: relative
}

.win-right ul li p i {
    color: #fff;
    padding: 0 10px 0 0;
    font-size: 23px
}

.win-right h2 span {
    float: right
}

.win-right ul li p span {
    float: right;
    color: #fff;
    font-weight: 600
}

.single-time {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px -3px;
    margin: 20px 0 0 0
}

.single-time h3 {
    margin: 0;
    background: #000;
    color: #fff
}

.single-time h3 {
    margin: 0;
    background: #fe005a;
    color: #fff;
    font-size: 20px;
    padding: 9px 14px;
    border-radius: 8px 8px 0 0;
    text-align: center
}

.single-time p {
    color: #000;
    font-size: 14px;
    padding: 10px 8px
}

.single-time p span {
    float: right
}

.foot-area {
    background: #01439a;
    padding: 18px 0 81px 0;
    margin: 0
}

.foot-left p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 35px
}

.foot-mid {
    text-align: right
}

.foot-mid ul li {
    display: inline-block
}

.foot-mid ul {
    margin: 0
}

.foot-mid ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 6px
}

.foot-right a {
    text-align: right;
    display: block;
    margin: 0;
    line-height: 35px
}

.logo-area h2 {
    text-align: center;
    margin: 4px 0 6px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: left
}

.main-win h2::after {
    background: url(../images/wina.webp) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 45px;
    height: 45px
}

.all-win {
    background: url(../images/all-win.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.win-all {
    padding: 15px 11px;
    border-radius: 8px;
    background: rgba(1, 67, 154, .9);
    width: 60%;
    margin: 9px auto !important
}

.main-win {
    padding: 0 !important;
    margin: 0 0 30px 0
}

.all-win-main h1 {
    margin: 32px 0 17px 0;
    text-align: center;
    color: #fff
}

.win-all {
    padding: 15px 11px;
    border-radius: 8px;
    margin: 0 0 8px 0;
    background: rgba(1, 67, 154, .9)
}

.win-all h2 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    position: relative;
    padding: 0 0 0 58px
}

.win-all p {
    color: #fb0;
    padding: 5px 0 0 55px;
    margin: 0;
    font-size: 17px
}

.social-ara {
    bottom: 17px;
    left: 111px
}

.social-ara ul li {
    display: inline-block;
    width: 5%;
    padding: 0 15px 0 0
}

.social-ara ul {
    margin: 13px auto 17px;
    text-align: center
}

.offer-area h1 {
    text-align: center;
    font-size: 36px;
    color: #fff
}

.demo {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600
}

.left-time {
    float: left !important
}

.single-result ul li {
    animation: shake 4s;
    animation-iteration-count: infinite;
    transition: all ease-in-out .6s
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.main-register-pop form input[type="submit"]:hover {
    background: #d8d7d7;
    color: #000
}

.all-option2 form input[type="submit"]:hover {
    background: #d8d7d7 !important;
    color: #000
}

.all-option form input[type="submit"]:hover {
    background: #d8d7d7 !important;
    color: #000
}

.main-login-pop form input[type="submit"]:hover {
    background: #d8d7d7;
    color: #000
}

.main-forgot-pop form input[type="submit"]:hover {
    background: #d8d7d7 !important;
    color: #000
}

.chat form input[type="submit"]:hover {
    background: #d8d7d7 !important;
    color: #000
}

.big-win {
    padding: 40px 0;
    background: url(../images/money.webp) no-repeat
}

.big-win h1 {
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #000
}

.big-win-main {
    width: 60% !important;
    margin: 37px auto;
    background: #fff;
    border-radius: 10px;
    border-right: 5px solid #fb0;
    border-left: 5px solid #fb0;
    padding: 20px 30px;
    box-shadow: 0 0 34px -9px
}

.online-m-king h2 {
    margin: 0 0 14px 0;
    font-weight: 600;
    color: #01439a;
    position: relative;
    padding: 0
}

.online-m-king img {
    width: 95% !important;
    padding: 30px 0 0 0
}

.online-m-king p {
    font-size: 17px;
    margin: 0;
    line-height: 27px;
    color: #000;
    padding: 0
}

.online-m-king h3 {
    margin: 10px 0 0 0;
    font-size: 30px;
    color: #01439a;
    font-weight: 600;
    padding: 0
}

.pop-login-area {
    background: #000 url(../images/pop-bg.webp) no-repeat;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    position: fixed;
    display: none
}

.main-login-pop h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 32px 0;
    font-weight: 600
}

.main-login-pop form input[type="text"],
.main-login-pop form input[type="password"] {
    width: 100%;
    padding: 22px 30px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    color: #000;
    margin: 0 0 15px 0
}

.main-login-pop form input[type="submit"] {
    width: 50%;
    padding: 22px 30px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    color: #000;
    margin: 0 0 15px 0;
    background: #fb0
}

.main-login-pop {
    width: 43%;
    margin: 35px auto;
    padding: 25px 30px;
    border: 1px solid #fff;
    border-radius: 30px
}

.pop-close {
    color: #fb0;
    position: absolute;
    right: 62px;
    top: 30px;
    border: 1px solid #fb0;
    padding: 8px 21px;
    border-radius: 50px;
    cursor: pointer
}

.main-login-pop h3 a {
    color: #0a66e1;
    margin: 0 0 24px 0;
    display: block
}

.main-login-pop h4 a {
    color: #0a66e1;
    padding: 0 5px
}

.main-login-pop h4 {
    color: #fff;
    font-size: 19px
}

.pop-register-area {
    background: #000 url(../images/pop-bg.webp) no-repeat;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    position: fixed;
    display: none
}

.pop-back {
    position: absolute !important;
    top: -67px !important;
    right: -51px !important
}

.main-register-pop h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 32px 0;
    font-weight: 600
}

.main-register-pop form input[type="text"],
.main-register-pop form input[type="password"] {
    width: 100%;
    padding: 19px 20px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    color: #000;
    margin: 0 0 15px 0
}

.main-register-pop form input[type="submit"] {
    width: 50%;
    padding: 22px 20px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    color: #000;
    margin: 0 0 15px 0;
    background: #fb0
}

.main-register-pop {
    width: 43%;
    margin: 29px auto;
    padding: 24px 30px;
    border: 1px solid #fff;
    border-radius: 30px
}

.pop-close {
    color: #fb0;
    position: absolute;
    right: 62px;
    top: 30px;
    border: 1px solid #fb0;
    padding: 8px 21px;
    border-radius: 50px;
    cursor: pointer
}

.main-register-pop h3 a {
    color: #0a66e1;
    margin: 0 0 24px 0;
    display: block
}

.main-register-pop h4 a {
    color: #0a66e1;
    padding: 0 5px
}

.main-register-pop h4 {
    color: #fff;
    font-size: 19px
}

.pop-forgot-area {
    background: #000 url(../images/pop-bg.webp) no-repeat;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    position: fixed;
    display: none
}

.main-forgot-pop h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 32px 0;
    font-weight: 600
}

.main-forgot-pop form input[type="text"],
.main-forgot-pop form input[type="password"] {
    width: 100%;
    padding: 22px 20px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    color: #000;
    margin: 0 0 15px 0
}

.main-forgot-pop form input[type="submit"] {
    width: 50%;
    padding: 22px 20px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    color: #000;
    margin: 0 0 15px 0;
    background: #fb0
}

.main-forgot-pop {
    width: 43%;
    margin: 71px auto;
    padding: 45px 30px;
    border: 1px solid #fff;
    border-radius: 30px
}

.main-forgot-pop h3 a {
    color: #0a66e1;
    margin: 0 0 24px 0;
    display: block
}

.main-forgot-pop h4 a {
    color: #0a66e1;
    padding: 0 5px
}

.main-forgot-pop h4 {
    color: #fff;
    font-size: 19px
}

.pop-otp-area {
    background: #000 url(../images/pop-bg.webp) no-repeat;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    position: fixed;
    display: none
}

.main-otp-pop h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 27px 0
}

.main-otp-pop form input[type="text"],
.main-otp-pop form input[type="password"] {
    width: 100%;
    padding: 14px 20px;
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    color: #000;
    margin: 0 0 8px 0
}

.main-otp-pop form input[type="submit"] {
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    color: #000;
    margin: 0 0 15px 0;
    background: #fb0
}

.main-otp-pop {
    width: 85%;
    margin: 71px auto;
    padding: 27px 18px;
    border: 1px solid #fff;
    border-radius: 30px
}

.main-otp-pop h3 a {
    color: #0a66e1;
    margin: 0 0 24px 0;
    display: block
}

.main-otp-pop h4 a {
    color: #0a66e1;
    padding: 0 5px
}

.main-otp-pop h4 {
    color: #fff;
    font-size: 19px
}

.single-game-area {
    padding: 0 0 50px 0
}

.inn-banner-area {
    position: inherit !important;
    margin: 0;
    background: #fb0
}

.left-wal h2 {
    text-align: right;
    font-size: 20px;
    margin: 15px 0;
    color: #fff
}

.left-user h2 {
    text-align: left;
    font-size: 20px;
    margin: 15px 0;
    color: #fff
}

.sing-gam {
    background: #d2e6ff;
    padding: 12px 9px;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    margin: 0 0 5px 0;
    height: 113px
}

.sec-exp {
    padding: 0 2px 0 0 !important
}

.sing-gam h2 {
    margin: 0
}

.game-time {
    width: 100%;
    padding: 3px 0 0 0;
    display: inherit;
    font-size: 11px
}

.sing-gam p {
    margin: 0;
    font-size: 13px
}

.sing-gam span input {
    padding: 0 16px 0 0;
    margin: 0 4px 0 0
}

.game-title h2 {
    text-align: center;
    font-size: 33px;
    margin: 26px 0;
    color: #000
}

.sing-gam-clo {
    background: #e7e4e4
}

.overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.errormessage {
    background: #fcb6b6;
    color: #9a0000;
    border-radius: 3px;
    box-shadow: 0 0 14px -3px rgba(0, 0, 0, .75);
    width: 650px
}

.errormessage,
.successmessage {
    -webkit-box-shadow: 0 0 14px -3px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 14px -3px rgba(0, 0, 0, .75);
    -o-box-shadow: 0 0 14px -3px rgba(0, 0, 0, .75);
    border: 5px solid #c2c2c2;
    height: 50px;
    left: 50%;
    z-index: 9999;
    margin-left: -330px;
    margin-top: -30px;
    padding: 10px;
    position: fixed;
    top: 50%
}

.successmessage {
    background: #befebe;
    color: #005b00;
    border-radius: 3px;
    box-shadow: 0 0 14px -3px rgba(0, 0, 0, .75);
    width: 650px
}

.errormessage div,
.successmessage div {
    display: inline-block;
    margin-left: 10px
}

.successmessage span {
    display: inline-block
}

.errormessage span {
    display: inline-block
}

.closebutn {
    float: right;
    cursor: pointer
}

.toppanel_txt {
    margin-right: 0 !important
}

.all-option {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 106px 0 45px 0;
    box-shadow: 0 0 16px -5px;
}

.all-option h2 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #000
}

.nc-che {
    margin: 0 9px 0 0 !important
}

.play-butt input[type="submit"] {
    width: 33%;
    padding: 13px 0;
    font-size: 17px;
    background: #000067;
    color: #fff;
    border-radius: 50px;
    border: 0;
    margin: 20px 0 15px 0
}

.play-butt {
    margin: 0 auto;
    display: block;
    text-align: center
}

.sele-area form select {
    width: 40%;
    padding: 14px 10px;
    border-radius: 4px;
    border: 1px solid #000;
    margin: 9px 0 34px 0;
    color: #000
}

.sing1 span {
    background: #fff;
    border: 1px solid #000067;
    padding: 10px 18px;
    border-radius: 6px 0 0 6px;
    background: #000067;
    font-size: 19px;
    color: #fff
}

.sing1 ul li {
    display: inline;
    margin: 0 8px 0 0
}

.sing1 input {
    padding: 14px 15px 9px 9px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #000067;
    width: 20%;
    margin: 0 0 6px 0
}

.all-option h4 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-size: 23px;
    padding: 16px 0 0 0
}

.all-option h4 span {
    padding: 0 0 0 11px;
    color: #000
}

.popup {
    background: #fff;
    box-shadow: 0 0 19px -4px;
    border-radius: 10px;
    text-align: center;
    width: 38%;
    margin: 0 auto;
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    position: fixed;
    display: none
}

.popup h2 {
    margin: 22px 0 12px 0;
    color: #1a61bf;
    font-weight: 600
}

.play-game-area {
    position: relative
}

.popup p {
    font-size: 16px;
    color: #000;
    padding: 0 0 7px 0
}

.sele-area select {
    width: 100%;
    height: 52px;
    padding: 0 17px;
    border-radius: 6px;
    border: 1px solid #000;
    margin: 9px 0 33px 0
}

.sele-date-area select {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #000;
    padding: 0 17px;
    margin: 9px 0 0 0
}

.all-option2 {
    width: 57%;
    margin: 112px auto 52px;
    background: #e7e7e7;
    border-radius: 20px;
    padding: 30px 44px
}

.all-option2 h2 {
    TEXT: ;
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 600
}

.all-option2 h3 {
    text-align: center;
    padding: 17px 0 11px 0
}

.all-option2 .sele-area form select {
    width: 100%;
    margin: 8px 0 46px 0
}

.number-area {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c9c8c8;
    height: 244px
}

.number-area ul li span {
    font-size: 19px;
    color: #000
}

.number-area ul li {
    padding: 6px 24px;
    border-bottom: 1px solid #dedada
}

.number-area ul {
    margin: 0;
    padding: 5px 0;
    overflow-y: auto;
    height: 241px
}

.number-area ul li:hover {
    cursor: pointer;
    background: #000067
}

.num.select-cls {
    background: #000067
}

.num.select-cls span {
    color: #fff
}

.number-area ul li:hover span {
    color: #fff
}

.all-option2 h4 {
    text-align: center;
    margin: 43px 0 6px 0;
    text-transform: capitalize;
    color: #000;
    font-size: 23px
}

.show-input input[type="number"] {
    background: #fff;
    border: 1px solid #000067;
    padding: 11px 2px 7px 7px;
    margin: 0 0 9px 0;
    width: 18%
}

.show-input .b-num {
    background: #000067;
    color: #fff;
    font-size: 17px;
    padding: 10px 10px;
    border-radius: 6px 0 0 6px
}

.show-input {
    margin: 30px 0 0 0
}

.show-input .d-box {
    background: #000067;
    color: #fff;
    font-size: 17px;
    padding: 10px 8px;
    border-radius: 0 6px 6px 0;
    cursor: pointer
}

.show-input p {
    display: inline;
    margin: 0 2px
}

.select-cls {
    background: #6d0000
}

.how-to-p {
    margin: 106px 0 0 0
}

.g-vider iframe {
    width: 100%;
    height: 360px
}

.g-content h2 {
    margin: 0 0 17px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #000067;
    font-size: 20px
}

.g-content p {
    font-size: 14px;
    line-height: 30px
}

.g-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000067
}

.g-content h5 {
    font-size: 18px;
    color: #1751b6;
    font-weight: 600
}

.g-content h3 {
    font-size: 19px;
    color: #000067
}

.g-content h1 {
    font-size: 20px;
    margin: 15px 0 30px 0;
    color: #000
}

.g-content h1 a {
    color: #000067;
    padding: 18px 0 0 0;
    display: block;
    font-size: 24px;
    text-align: center
}

.h-hindi p {
    font-size: 17px
}

.g-content.h-hindi h6 {
    font-size: 19px;
    font-weight: 600;
    margin: 19px 0 13px 0;
    color: #000067
}

.h-hindi {
    border-top: 1px solid #ccc;
    padding: 23px 0 0 0
}

.inner-header {
    position: inherit !important
}

.row.offer-area h2 span a {
    color: #fff;
    font-weight: 600
}

.main-body {
    background: url(../images/c-bg.webp) repeat;
    background: #f0f0f0
}

.foot-mid p {
    color: #fff;
    font-size: 23px;
    text-align: center
}

.main-register-pop p {
    font-size: 16px;
    color: #fff
}

.matka-terms {
    width: 60%;
    margin: 40px auto;
    background: #ece9e9;
    padding: 30px 40px
}

.matka-terms h2 {
    text-transform: uppercase;
    margin: 0 0 36px 0;
    font-weight: 600;
    color: #1a55a4
}

.matka-terms p {
    font-size: 16px;
    line-height: 27px;
    margin: 10px 0;
    color: #000
}

.fore-but {
    background: #000067;
    padding: 5px 0;
    text-align: center
}

.ref-but {
    background: #e5cc4e;
    padding: 5px 0;
    text-align: center
}

.ref-but p a {
    color: #000;
    text-transform: capitalize;
    font-size: 15px
}

.fore-but p a {
    color: #fb0;
    text-transform: capitalize;
    font-size: 15px
}

.fore-but p {
    margin: 0;
    color: #fff;
    text-transform: capitalize
}

.ref-but p {
    margin: 0;
    color: #000;
    text-transform: capitalize
}

.fore-but i {
    color: #fff;
    font-size: 20px
}

.ref-but i {
    color: #000;
    font-size: 20px
}

.reffer-area {
    position: absolute;
    bottom: 0;
    position: fixed;
    width: 100%;
    left: 15px;
    z-index: 9999
}

.refer-area {
    background: url(../images/for-bg.webp) no-repeat;
    padding: 45px 0;
    background-size: cover
}

.ref-top {
    background: #fff;
    padding: 30px 35px;
    border-radius: 15px;
    width: 60%;
    margin: 0 auto;
    border-left: 7px solid #e1a707
}

.ref-top h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a55a4;
    border-top: 2px solid #1a55a4;
    border-bottom: 2px solid #1a55a4;
    padding: 10px 0;
    text-align: center;
    font-size: 30px;
    background: #eae9e9;
    border-radius: 50px
}

.ref-top h2 span i {
    font-size: 35px;
    padding: 0 12px 0 0;
    color: #e1a707
}

.ref-top h3 {
    margin: 26px 0 23px 0;
    font-size: 25px;
    line-height: 36px;
    color: #000;
    font-weight: 600
}

.ref-top h4 {
    font-size: 21px;
    color: #000;
    margin: 0 0 15px 0
}

.ref-top p {
    font-size: 17px;
    padding: 0 0 8px 0;
    line-height: 28px
}

.ref-top p b {
    color: #1a55a4
}

.ref-top h5 {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px
}

.refe-num-area {
    background: url(../images/inv-bg.webp) no-repeat;
    padding: 45px 0;
    background-size: cover
}

.invi-area {
    background: #01439a;
    width: 60%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 30px 40px;
    border-right: 7px solid #e1a707
}

.invi-area h2 {
    text-align: center;
    margin: 0 0 54px 0;
    color: #e1a707;
    font-weight: 600;
    font-size: 30px;
    border-top: 2px solid #e1a707;
    border-bottom: 2px solid #e1a707;
    padding: 13px 0;
    background: rgba(225, 225, 225, .2);
    border-radius: 50px
}

.invi-area h2 span i {
    padding: 0 12px
}

.invi-area form input[type="number"] {
    width: 100%;
    padding: 22px 30px;
    border-radius: 50px;
    border: 0;
    font-size: 15px;
    margin: 0 0 23px 0
}

.invi-area form input[type="submit"] {
    width: 50%;
    padding: 22px 30px;
    border-radius: 50px;
    border: 0;
    background: #e1a707;
    font-size: 19px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    display: block
}

.refe-sta-area {
    background: url(../images/sta-bg.webp) no-repeat;
    padding: 45px 0;
    background-size: cover
}

.stat-area {
    background: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 15px;
    border-left: 6px solid #e1a707
}

.stat-area h2 {
    text-align: center;
    margin: 0 0 33px 0;
    color: #1a55a4;
    border-top: 2px solid #1a55a4;
    border-bottom: 2px solid #1a55a4;
    padding: 12px 0;
    border-radius: 50px;
    background: #efefef
}

.stat-area h2 span i {
    padding: 0 9px 0 0
}

.stat-area p {
    margin: 0;
    padding: 7px 0;
    font-size: 20px;
    text-align: center;
    color: #000
}

.stat-area p span {
    color: #01439a;
    font-weight: 600;
    padding: 0 0 0 12px
}

.hindi {
    border-top: 1px solid #ccc;
    margin: 32px 0 0 0
}

.forum-area {
    background: url(../images/for-rul.webp) no-repeat;
    padding: 24px 0;
    background-size: cover;
    margin: 69px 0 0 0
}

.for-top {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 16px 15px;
    border-radius: 15px;
    border-top: 6px solid #000067;
    border-bottom: 6px solid #000067
}

.for-top h2 {
    margin: 0 0 27px 0;
    border-bottom: 2px solid #000067;
    color: #000067;
    font-size: 20px !important;
    font-weight: 600;
    padding: 7px 0 18px 0
}

.for-top ul li p {
    font-size: 18px;
    color: #000;
    line-height: 34px
}

.for-top ul li p i {
    padding: 0 5px 0 0;
    color: #6d0000
}

.for-top h2 span i {
    padding: 0 14px 0 0
}

.forum-chat-area {
    background: url(../images/chat-bg.webp) no-repeat;
    padding: 45px 0;
    background-size: cover
}

.chat {
    background: #6d0000;
    width: 60%;
    margin: 0 auto;
    border-radius: 0 20px 0 20px;
    padding: 30px 40px
}

.chat form input[type="text"] {
    width: 100%;
    border-radius: 8px;
    border: 0;
    padding: 19px 0 107px 23px;
    margin: 0 0 17px 0
}

.chat form input[type="submit"] {
    padding: 13px 32px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 0;
    background: #f8a20e;
    color: #fff
}

.chat-user {
    background: #e5cc4e;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 50px;
    padding: 14px 24px;
    color: #000;
    border-left: 6px solid #000067;
    border-right: 6px solid #000067
}

.chat-user h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600
}

.chat-user h2 span {
    float: right;
    color: #fff
}

.sing-post {
    width: 60%;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    padding: 15px 40px;
    border-top: 4px solid #000067;
    border-bottom: 4px solid #000067;
    box-shadow: 0 0 17px -5px
}

.sing-post p {
    color: #000;
    font-size: 17px;
    line-height: 28px
}

.sing-post h4 {
    color: #000067;
    margin: 24px 0 0 0;
    font-size: 15px
}

.sing-post h4 span {
    float: right;
    font-size: 13px;
    color: #000
}

.copy-area {
    margin: 0 auto 20px;
    width: 60%;
    padding: 30px 40px;
    border-radius: 15px;
    background: #01439a;
    border-left: 6px solid #e1a707
}

.copy-area h2 {
    text-align: center;
    margin: 0 0 40px 0;
    color: #e1a707;
    font-size: 30px;
    font-weight: 600;
    border-top: 2px solid #e1a707;
    border-bottom: 2px solid #e1a707;
    background: rgba(255, 255, 255, .2);
    border-radius: 50px;
    padding: 13px 0
}

.copy-area form textarea {
    width: 100%;
    border-radius: 50px;
    border: 0;
    vertical-align: middle;
    height: 57px;
    padding: 17px 29px
}

.copy-area form input[type="submit"] {
    border: 0;
    border-radius: 50px;
    padding: 18px 40px;
    font-size: 17px;
    background: #e1a707;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 21px auto 0
}

.copy-area h2 span i {
    padding: 0 12px 0 0
}

ul.tsc_pagination li a {
    border: solid 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 9px 6px 9px
}

ul.tsc_pagination li {
    padding-bottom: 1px
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
    color: #fff;
    box-shadow: 0 1px #ededed;
    -moz-box-shadow: 0 1px #ededed;
    -webkit-box-shadow: 0 1px #ededed
}

ul.tsc_pagination {
    padding: 15px 397px;
    height: 100%;
    overflow: hidden;
    font: 15px 'Tahoma';
    list-style-type: none
}

ul.tsc_pagination li {
    margin: 0;
    padding: 0;
    margin-left: 5px
}

.tsc_pagination li a {
    display: inline-block;
    float: left;
    margin: 0 3px
}

ul.tsc_pagination li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 15px
}

ul.tsc_pagination li a img {
    border: 0
}

ul.tsc_pagination li a {
    color: #000;
    border-color: #000067;
    background: #f8fcff;
    margin: 0 4px 4px 0
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
    text-shadow: 0 1px black;
    border-color: black;
    background: #58b0e7;
    background: -moz-linear-gradient(top, #b4f6ff 1px, #63d0fe 1px, #58b0e7);
    background: black
}

#pagination {
    margin: 40 40 0
}

.Regis-area a {
    background: #01439a;
    color: #fff;
    padding: 11px 26px;
    border-radius: 50px;
    font-size: 15px
}

.Regis-area a:hover {
    color: #fff
}

.Regis-area a i {
    padding: 0 4px 0 0
}

.Regis-area {
    position: absolute;
    right: 124px;
    top: 195px;
    z-index: 99
}

.login-with ul li {
    display: inline-block
}

.login-with ul li img {
    width: 90%;
    text-align: center;
    margin: 11px 0
}

#fexample1_length label {
    padding: 0 0 21px 0;
    text-transform: capitalize;
    font-size: 17px
}

#fexample1_length label select {
    padding: ;
    margin: 0 6px;
    padding: 3px 4px;
    border-radius: 4px;
    border: 1px solid #bab9b9
}

#fexample1_filter label input {
    padding: 7px 7px;
    border-radius: 4px;
    border: 1px solid #b6b4b4;
    margin: 0 0 0 8px
}

#fexample1 thead {
    background: #6d0000;
    color: #fff
}

#fexample1 thead tr th {
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #6d0000;
    text-align: center
}

#fexample1 tbody tr td {
    padding: 11px 12px;
    text-align: center
}

#fexample1_filter label {
    font-size: 16px
}

#fexample1_paginate span a {
    background: #6c6c6c;
    color: #fff;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    margin: 0 0 0 6px;
    cursor: pointer
}

.paginate_button.current {
    background: #6d0000
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url(../fonts/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto-Bold.ttf) format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url(../fonts/Roboto-Medium.woff) format('woff'), url(Roboto-Medium.ttf) format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url(../fonts/Roboto-Regular.woff) format('woff'), url(Roboto-Regular.ttf) format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), url(../fonts/TrajanPro-Bold.otf) format('opentype'), url(../fonts/TrajanPro-Bold.woff) format('woff'), url(../fonts/TrajanPro-Bold.ttf) format('truetype'), url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
    font-weight: 400;
    font-style: normal
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto-Regular' !important;
    font-size: 15px;
    overflow-x: hidden;
    font-weight: 400
}

html * {
    outline: 0
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important
}

outline {
    border: 0
}

.active {
    outline: 0
}

.lft {
    float: left
}

.rgt {
    float: right
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0
}

a,
input,
textarea {
    transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

.top-header {
    background: #01439a
}

.head-area h3 {
    text-align: center;
    margin: 20px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px
}

.head-area h1 {
    text-align: center;
    color: #ffd800;
    margin: 11px 0 4px 0;
    font-family: 'TrajanPro-Bold';
    font-size: 22px;
    font-weight: 700
}

.banner-area2 {
    position: relative
}

.row.banner-area2 img {
    width: 100%
}

.android-app {
    text-align: center
}

.banner-text2 {
    position: absolute;
    top: 254px;
    left: 50%;
    z-index: 999
}

.banner-text2 p {
    color: #fff;
    font-size: 12px;
    width: 96%
}

.row.key-area {
    background: #02449a;
    padding: 15px 0
}

.row.kew-text p {
    color: #fff
}

.live-area {
    background: url(../images/l-bg.webp) no-repeat;
    object-fit: cover;
    padding: 0 0 30px 0;
    background-size: cover
}

.live-u h2 {
    font-size: 27px;
    text-align: center;
    font-family: 'TrajanPro-Bold';
    margin: 21px 0 21px 0;
    position: relative
}

.live-u h2::after {
    background: url(../images/g1.webp) no-repeat;
    position: absolute;
    width: 30px;
    height: 27px;
    content: '';
    z-index: 999;
    top: -4px;
    right: 18px
}

.live-u h2::before {
    background: url(../images/g1.webp) no-repeat;
    position: absolute;
    width: 30px;
    height: 27px;
    content: '';
    z-index: 999;
    top: -4px;
    left: 22px
}

.time-b h3 {
    text-align: center;
    text-transform: uppercase
}

.time-b h1 {
    text-align: center;
    font-weight: 600;
    color: #1363cc
}

.element {
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running
}

@keyframes stretch {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1.2)
    }
}

.live-result {
    background: url(../images/r-bg.webp) no-repeat;
    padding: 30px 0;
    background-size: cover
}

.row.sing-result h2 {
    color: #fec500;
    font-size: 20px;
    font-family: 'TrajanPro-Bold';
    text-align: center;
    font-weight: 600;
    margin: 0 0 23px 0
}

.result h3 {
    text-align: center;
    color: #fec500;
    margin: 16px 0 0 0
}

.result h1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 10px 0
}

.result p {
    color: #fff;
    font-size: 20px;
    text-align: center
}

.result {
    border-bottom: 1px solid #456ca5;
    padding: 0 0 2px 0
}

.matka-chat-area {
    background: url(../images/c-bg.webp) no-repeat;
    background-size: cover;
    padding: 40px 0
}

.row.chat-head p {
    font-size: 20px;
    text-align: center;
    line-height: 35px
}

.row.chat-head h3 {
    text-align: center;
    margin: 18px 0 46px 0
}

.june-area {
    background: url(../images/j-bg.webp) no-repeat;
    background-size: cover;
    padding: 18px 0
}

.title h2 {
    text-align: center;
    margin: 0 0 16px 0;
    color: #000
}

.text-june ul li p {
    color: #000;
    text-align: center;
    font-size: 17px;
    line-height: 27px
}

.text-june ul li {
    border-bottom: 1px solid #b3b3b3;
    padding: 5px 0 2px 0
}

.row.june-booking h4 {
    color: #000;
    text-align: center;
    margin: 3px 0 0 0;
    font-size: 20px
}

.row.june-booking h3 {
    text-align: center;
    margin: 14px 0 0 0;
    color: #000;
    font-size: 17px
}

.row.june-booking h1 {
    text-align: center;
    color: #1b24d8;
    font-weight: 600;
    font-size: 30px;
    margin: 16px 0 0 0
}

.row.june-booking p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 14px 0 0 0
}

.row.june-booking p a {
    color: #000cff;
    padding: 0 0 0 9px
}










/* New css */

section.banner_vi_main {
    padding: 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    background-position: right !important;
}

section.homeslider {
    color: #fff;
}
li.loginbtns a {color#000 !important;
    background: none !important;
}

li.loginbtns a {
    color: #000 !important;
}
.headingtwo {
    font-size: clamp(16px, 4vw, 30px);
}

.headingone {
    font-size: clamp(18px, 4vw, 50px) !important;
    color: #fff;
    margin: 14px 0 !important;
}
.fullrate h4 {
    font-size: 24px;
    margin-bottom: 16px;
}
.mindeposit div {
    font-size: clamp(18px, 4vw, 24px);
    margin-bottom: 8px;
    font-weight: 300;
}

.blursection {
    width: fit-content;
    padding: 50px;
    border-radius: 14px;
}

.mindeposit div span {
    background: #ffffff45;
    padding: 4px 21px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 20px;
}

.button_areass p {
    font-size: 16px;
    color: #999;
    font-weight: 300; margin:10px 0 30px;
}

.button_areass h2 {
   font-size: clamp(24px, 3vw, 30px) !important;
}


.headingss01 h1 {
 font-size: clamp(18px, 4vw, 35px) !important;
}

.headingss01 {
    text-align: center;
    padding-top: 30px;
}

.headingss01 p {
    font-size: 16px;
    margin: 0 0 30px;
}

.result_414 {
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    border-radius: 100px;
    padding: 6px 20px;
    width: 86%;
    margin: 16px auto 0;
}

.result_414 p {
margin:0px;
}

.single_result.result0121 {
    background: #ededed;
    border: none;
    overflow: hidden;
    padding: 0 0; width:100%;
}

.single_result.result0121 .bazar_title {
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 19px 0 10px;
}

.single_result.result0121 .result_number span {
    background: #000;
    padding: 3px 10px 0;
    border-radius: 0 10px 0 10px;
}

.result0121 .chart_btn a {
    background: black;
    color: #fff;
    padding: 5px 14px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.chart_btn.chartbottom {
    justify-content: space-between; margin-top:15px;
}

.chart_btn.chartbottom a:last-child {
    background: #db920e;
}

section.trust_wrap01010 {
    background: #000;
    padding: 70px 0;
}



.payment_sliderss .accordion-listgus li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px;
    margin: 0 auto 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: #333;
}

.accordion-listgus li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-top: none !important;
    font-size: 15px;
}

.payment_sliderss .guestforum_about {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-matka {
  padding:30px;
}

.about-matka h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
}
.about-matka p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
}
.aboutimg img {
    border-radius: 20px;
}

p.messagerepply {
    font-size: 16px;
    border-top: solid 1px #ffffff40;
    padding: 14px 0 0;
    margin: 0;
}

.services_step {
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    margin-top: 25px;
}
.svg_iconnew svg {
    height: 30px;
    color: #fff;
    fill: #fff;
    width: 30px;
}

.svg_iconnew {
    background: red;
    padding: 20px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 25px;
}
.journey-a h3 {
    font-size: 28px;
    font-weight: bold;
}
.journey-a p {
    font-size: 15px;
    color: #999;
    font-weight: 300;
}

.spacenormal {
    padding:80px 0;
}


.trust_section {
    background:#000;
}


ul.trust-services li .media svg {
    height: 40px;
    width: 40px;
}


ul.trust-services li .media {
  gap:15px
}

ul.trust-services li {
    margin: 0 0 18px;
}

.top_footer.footernew {
    padding: 40px 0 40px;
    background: #222;
}

.quicklinks {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 30px 0 20px;
    font-size: 25px !important;
}

.footer_sociallink a {
    border: none !important;
    background: #ffffff42;
    border-radius: 100px !important;
}

div#menu_game_id svg {
    fill: white;
    width: 45px;
    height: 45px;
}

div#menu_game_id {
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: red;
    border-radius: 100px;
    width: 80px;
    height: 80px; z-index:999999;
}

div#menu_game_id a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    text-transform: uppercase;
}



.page_footer {
    background-color: #000000 !important;
}



.footer_menu .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_menu .playicons01 {
    min-width: 100px;
    min-height: 100px;
    display: inline-flex;
    font-family: 'Nunito', sans-serif;
    background: linear-gradient(90deg, #fb0 0%, #ff8d35 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(165 165 165 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px; color:#fff; font-weight:bold;
}

.footer_menu .playicons01::before {
content: '';
  border-radius: 1000px;
  min-width: calc(120px + 12px);
  min-height: calc(120px + 12px);
  border: 3px solid #ff8d35;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.footer_menu .playicons01:hover, 
.footer_menu .playicons01:focus {
  color: #fff;
  transform: translateY(-6px);
}

.footer_menu .playicons01:hover::before, 
.footer_menu .playicons01:focus::before {
  opacity: 1;
}

.footer_menu .playicons01::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #ff8d35;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.footer_menu .playicons01:hover::after, 
.footer_menu .playicons01:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}


a.whatsappicon svg {
    width: 40px;
    height: 40px;
    fill: #fff;

}
a.whatsappicon {
    position: fixed;
    bottom: 20px;
    z-index: 999999;
     padding: 13px;
    left: 20px;
        background: green;
            border-radius: 100px;
}
a.expertforum svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.expertforum {
    position: fixed;
    background: red;
    color: #fff;
    z-index: 99999;
    bottom: 100px;
    left: 20px;
    padding: 12px;
    border-radius: 100px;
}

.matka_header_main {
    box-shadow: 0 0 7px 0px #00000059 !important;
}

.howtoplay {
    margin-top: 130px !important; padding-bottom:100px;
}


.howtoplay p {
color:#999; font-size:15px;
} 
.howtoplay a {
color:#0d6efd; font-size:15px;
} 


.howtoplay h2 {
 font-size: clamp(18px, 4vw, 26px) !important;
}






select#single_dropdown {
    width: 100% !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    padding: 10px 10px !important;
    text-align: center;
    margin: 20px 0 20px !important;
}
.chartlist_pagetitlenew p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.submit_button01 {
    padding: 0 20px;
    background: #000;
    color: #fff; height:45px;
    border: none; font-size:15px; 
}
.sing1 span {
    background: #5c0908;
    color: #fff;
    border: 2px solid #5c0908;
    /* text-decoration: wavy; */
     font-size: 16px; 
    font-weight: 900;
}
.login_section .main_login h1 {
    font-size: clamp(20px, 3vw, 30px) !important;
  
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .login_section .main_login {
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0 20px !important;
}
.login_section .loginform {
    padding: 10px 0 0;
}
.bottom_menu_inn .expertforum svg {
    width: 20px !important;
    height: 20px !important;
}
.bottom_menu_inn .whatsappicon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.expertforum {
    bottom: 80px !important;
}
.top_footer .footer_sociallink a {
    margin-right: 8px;
    padding: 10px;
    margin-top: 5px;
}
.footer_menu .playicons01 {
    min-width: 60px;
    min-height: 60px;
}
.main_login p {
    font-size: 16px !important;
}
div#menu_game_id a {
    height: 83%;
    font-size: 13px;
}
.login_regis ul {
    gap: 7px;
}
.login_regis ul li a {
    width: 100px !important;
    height: 31px;
    border-radius: 100px !important;
    font-size: 14px !important;
}
.spacenormal {
    padding: 30px 10px;
}
.single_result.result0121 {
    width: 100%;
    margin-bottom: 10px;
}
.payment_sliderss .guestforum_about {
    display: inline;
}
section.trust_wrap01010 {
    padding: 30px 0;
}
.blursection {
    padding: 30px;
}
section.banner_vi_main {
    background-position: top center !important;
    height: auto;
}
.all-option {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0px 0 5px 0;
    box-shadow: 0 0 16px -5px;
    background: #fff;
}
.bettingcardcolor {
    padding: 15px 15px !important;
}
.loginform {
    padding: 10px 0 0 !important;
}
select#single_dropdown {
    margin: 0px 0 20px !important;
}
.sing1 span {
    font-size: 14px !important;
}
.howtoplay {
    margin-top: 30px !important;
    padding: 20px !important;
}
}
@media only screen and (min-width:767px) and (max-width:992px) {
    .login_section .main_login {
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0 20px !important;
}
.login_section .loginform {
    padding: 10px 0 0;
}
.bottom_menu_inn .expertforum svg {
    width: 20px !important;
    height: 20px !important;
}
.bottom_menu_inn .whatsappicon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.expertforum {
    bottom: 80px !important;
}
.top_footer .footer_sociallink a {
    margin-right: 8px;
    padding: 10px;
    margin-top: 5px;
}
.footer_menu .playicons01 {
    min-width: 60px;
    min-height: 60px;
}
.main_login p {
    font-size: 16px !important;
}
div#menu_game_id a {
    height: 83%;
    font-size: 13px;
}
.login_regis ul {
    gap: 7px;
}
.login_regis ul li a {
    width: 100px !important;
    height: 31px;
    border-radius: 100px !important;
    font-size: 14px !important;
}
.spacenormal {
    padding: 30px 10px;
}
.single_result.result0121 {
    width: 100%;
    margin-bottom: 10px;
}
.payment_sliderss .guestforum_about {
    display: inline;
}
section.trust_wrap01010 {
    padding: 30px 0;
}
.blursection {
    padding: 30px;
}
section.banner_vi_main {
    background-position: top center !important;
    height: auto;
}
.all-option {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0px 0 5px 0;
    box-shadow: 0 0 16px -5px;
    background: #fff;
}
.bettingcardcolor {
    padding: 15px 15px !important;
}
.loginform {
    padding: 10px 0 0 !important;
}
select#single_dropdown {
    margin: 0px 0 20px !important;
}
.sing1 span {
    font-size: 14px !important;
}
.howtoplay {
    margin-top: 30px !important;
    padding: 20px !important;
}

}


.single_result.result0121 .bazar_title {
    margin: -55px 0 0;
}
.single_result.result0121 .chartbottom {
    position: absolute;
    top: -15px;
    width: 100%;
}

.single_result.result0121 .chartbottom a {
    background: none;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.single_result.result0121 .chart_btn a svg {
    width: 25px;
}


.result_number {
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.single_result.result0121 {
    background: linear-gradient(45deg, #720739, #08092c); padding-bottom:30px !important;
}



.single_result.result0121 .result_number span {
    background: none;
    padding: 13px 10px 0;
    border-radius: 0 10px 0 10px;
    font-size: 20px;
}
.result_main {
    columns: 200px 3 !important;
    display: inline-block !important;
    column-gap: 30px;
}

@media only screen and (min-width:577px) and (max-width:767px) {
 .result_main {
    columns: 200px 1 !important;
}   
    
    
}
@media only screen and (min-width:768px) and (max-width:992px) {
 .result_main {
    columns: 200px 2 !important;
 }
    
}


