
    html {
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .dp-topbox {
        border: 2px solid #eb008b;
        border-radius: 10px 0 10px 10px;
        margin-bottom: 2px
    }

    .dp-topbox h1 {
        font-size: 16px;
        color: #1a237e;
        padding-bottom: 3px
    }

    .dp-topbox p {
        color: #444;
        font-size: 14px
    }

    body {
        background-color: #fc9;
        text-align: center;
        padding: 3px 10px;
        margin: 0;
        scroll-behavior: smooth;
        font-style: italic;
        font-family: Helvetica, sans-serif;
        font-weight: 700;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    a,
    a:hover {
        text-decoration: none
    }

    .about-us a,
    .about-us b,
    .about-us p,
    .disclamer h2,
    .disclamer p,
    .faq a,
    .faq h4,
    .faq p,
    .ftr-sm h2,
    .ftr-sm p,
    .pby-us {
        font-style: normal
    }

    .about-us,
    .blue-div,
    .cm-patti,
    .conta,
    .disclamer,
    .faq,
    .ftr-sm,
    .matka-result,
    .mrque-div,
    .paid-gm,
    .pby-us,
    .purpel-header,
    .red-list>div,
    .satta-result,
    .satta-text,
    .slash-text {
        color: #000;
        text-align: center;
        margin-bottom: 8px;
        margin-top: -2px;
        display: block;
        font-size: 20px;
        outline: 4px #fff;
        outline-offset: -9px;
        border: 2px solid red !important;
        border-style: outset;
        border-radius: 10px;
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%)*/
    }

    .logo {
        background: #fc9;
        padding: 0 10px;
        display: block;
        color: #fff8f8 !important;
        margin-bottom: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        border: 3px solid #ff0016;
        border-radius: .75em;
        transform-style: preserve-3d;
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1)
    }

    .logo::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ff9a34;
        border-radius: inherit;
        transform: translate3d(0, .75em, -1em);
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), box-shadow 150ms cubic-bezier(0, 0, .58, 1)
    }

    .para1 {
        margin-bottom: 5px;
        display: flex;
        padding: 5px;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        border: 2px solid #ff182c;
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%)*/
    }

    p {
        color: #000b65;
        text-shadow: 1px 1px 2px #fff
    }

    .para2 {
        border-width: 3px;
        border: 2px solid #0014e2;
        margin-bottom: 5px;
        border-style: outset;
        border-radius: 10px;
        border: 2px solid #ff182c;
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%)*/
    }

    .para2 h1 {
        background: -webkit-linear-gradient(#ff019c, #72000a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .para2 h5 {
        color: #061699 !important;
        FREE FIX GAME DAILY text-shadow: 1px 1px 2px #fff
    }

    .para3 {
        background: linear-gradient(187deg, #fc9 50%, #ffc387 50%);
        border: 2px solid #ff0016;
        border-style: outset;
        border-radius: 10px;
        margin-bottom: 5px;
        line-height: 1.4;
        font-size: 14px;
        padding: 4px 10px;
        color: #00094d;
        text-shadow: 1px 1px 2px #fff;
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%)*/
    }

    table {
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%);*/
        margin: 5px 0
    }

    .paid-gm p,
    .satta-result div {
        border-bottom: 1px solid #ff0018
    }

    .logo img {
        width: 220px;
        height: auto;
        padding: 6px 0 0
    }

    .mrque-div {
        display: flex;
        padding: 5px;
        align-items: center
    }

    .mrque-div img {
        width: 90px;
        height: auto;
        border-radius: 5px
    }

    .mrque-div marquee {
        color: red;
        font-size: 15px;
        height: 21px;
        display: inline-block
    }

    .marquee {
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 5px;
        height: 30px;
    }

    .marquee p {
        animation: marquee 3s linear infinite;
        font-size: 10px;
        margin-top: 20px;
    }

    .marquee p:hover {
        animation-play-state: paused;
    }

    @-moz-keyframes marquee {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(0, -100%);
        }
    }

    @-webkit-keyframes marquee {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(0, -100%);
        }
    }

    @keyframes marquee {
        0% {
            -moz-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        100% {
            -moz-transform: translate(0, -100%);
            -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
        }
    }

    .mrque-div p {
        padding: 0 20px;
        color: red
    }

    .satta-text {
        padding: 5px;
        height: 100px
    }

    @media only screen and (max-width:500px) {
        .satta-text {
            height: 150px
        }
    }

    .satta-text h1 {
        font-size: 16px;
        color: #1a237e;
        padding-bottom: 3px
    }

    .satta-text p {
        color: #444;
        font-size: 14px
    }

    .cm-patti {
        border-color: #ff0016
    }

    .cm-patti .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .cm-patti .row>div {
        width: 50%
    }

    .cm-patti h4 {
        font-size: 24px;
        color: #001699;
        text-shadow: 1px 1px 2px #fff
    }

    .cm-patti p {
        font-size: 22px;
        text-shadow: none
    }

    .cm-patti .aa55 {
        border-right: 1px solid #ff0016
    }

    .cm-patti .bb55 {
        border-left: 1px solid #000ff4
    }

    .a-27-title,
    .banner,
    .cm-patti h3,
    .fg-div h4,
    .matka-result h4,
    .my-table.mumraj-sl h4 {
        background: #ff00a2;
        padding: 5px 10px;
        text-shadow: 1px 1px 2px #000;
        display: block;
        color: #fff8f8 !important;
        margin-bottom: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        border: 2px solid #fff;
        border-radius: .75em;
        transform-style: preserve-3d;
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1)
    }

    .a-27-title::before,
    .banner::before,
    .cm-patti h3::before,
    .fg-div h4::before,
    .matka-result h4::before,
    .my-table.mumraj-sl h4::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        border-radius: inherit;
        transform: translate3d(0, .75em, -1em);
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), box-shadow 150ms cubic-bezier(0, 0, .58, 1)
    }

    .matka-card h6 {
        font-size: 22px;
        color: #00094d;
        text-shadow: 1px 1px 2px #fff
    }

    .matka-card h6:not(:first-child) {
        border-top: 1px solid #ff0020;
        margin-top: 5px
    }

    .matka-card h5 {
        color: #880e4f;
        text-shadow: 1px 1px 2px #ffe2c6;
        font-size: 21px;
        line-height: 1;
        margin: 3px 0
    }

    .matka-card a,
    .refresh-btn {
        border: 1px solid #e6e6e6;
        background: #522f92;
        color: #fff;
        padding: 5px 7px;
        border-radius: 8px;
        font-size: 12px;
        margin: 2px 0 -1px;
        display: inline-block;
        transition: all .3s
    }

    .matka-card a:hover,
    .refresh-btn:hover {
        /*box-shadow:0 0 13px 3px #00000033;*/
        cursor: pointer
    }

    .countdown-img {
        font-size: 40px;
        font-weight: 700;
        text-shadow: 1px 0px 4px #03c800;
        color: #0027a9;
        position: absolute;
        right: 710px;
        margin-top: 0px;
    }

    .countdown-img2 {
        font-size: 40px;
        font-weight: 700;
        text-shadow: 1px 0px 4px #03c800;
        color: #0027a9;
        position: absolute;
        right: 941px;
        margin-top: 0px;
    }

    .conta {
        padding-top: 4px;
        padding-bottom: 7px;
        background-color: #fbe7ff;
        display: -webkit-flex;



        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center
    }

    .conta p {
        font-size: 22px;
        color: #ed143d;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 12px
    }

    .conta a {
        background: radial-gradient(#ffe500, #ff9800);
        color: #000;
        padding: 5px 8px 2px;
        border-radius: 80px;
        display: inline-block;
        /*box-shadow:0 0 10px -3px #000;*/
        border: 1px solid #ff0016;
        text-shadow: 1px 1px 2px #fff;
        font-size: 18px
    }

    .conta a:hover {
        /*box-shadow:0 0 10px 0 #000*/
    }

    .conta1 {
        padding-top: 4px;
        padding-bottom: 7px;
        background-color: #fbe7ff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center
    }

    .conta1 p {
        font-size: 22px;
        color: #ed143d;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 12px
    }

    .conta1 a {
        background: radial-gradient(#ffe500, #ff9800);
        color: #000;
        padding: 5px 8px 2px;
        border-radius: 80px;
        display: inline-block;
        /*box-shadow:0 0 10px -3px #000;*/
        border: 1px solid #ff0016;
        text-shadow: 1px 1px 2px #fff;
        font-size: 18px
    }

    .conta1 a:hover {
        /*box-shadow:0 0 10px 0 #000*/
    }

    .slash-text {
        color: #000;
        line-height: 1.4;
        font-size: 14px;
        padding: 4px 10px;
        text-shadow: 1px 1px #f4e1e1
    }

    .satta-result h4 {
        font-size: 22px;
        color: #00094d;
        text-shadow: 1px 1px 2px #fff
    }

    .satta-result h5 {
        margin: 0;
        font-size: 22px;
        line-height: 1;
        background: -webkit-linear-gradient(#4500bf, #670009);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .satta-result h6 {
        font-size: 15px;
        padding: 2px 0;
        margin-bottom: 0;
        color: #000;
        text-shadow: 1px 1px 2px #ffd9d9
    }

    .satta-result div {
        padding: 3px
    }

    .satta-result div:last-child {
        border-bottom-width: 0
    }

    .yellowbg {
        background-color: #ff0;
        border-bottom: 1px solid #ff9800 !important
    }

    .paid-gm {
        border-color: #085e58
    }

    .paid-gm h4 {
        background-color: #085e58;
        color: #fff;
        font-size: 28px;
        padding: 3px 0 4px
    }

    .paid-gm img {
        border: 2px solid #085e58;
        border-radius: 10px 0 10px 10px;
        width: 250px;
        height: auto;
        margin-top: 4px
    }

    .paid-gm p {
        padding: 6px 20px;
        text-shadow: 1px 1px 2px #eee
    }

    .paid-gm .aa,
    .paid-gm .bb {
        color: #000;
        font-size: 18px
    }

    .paid-gm .bb,
    .paid-gm .cc,
    .paid-gm .dd {
        color: #085e58
    }

    .paid-gm .cc {
        font-size: 19px
    }

    .paid-gm .dd {
        font-size: 20px
    }

    .paid-gm .ee {
        color: #e91e63;
        padding-bottom: 3px;
        font-size: 21px
    }

    .paid-gm .ff {
        color: #e91e63;
        font-size: 15px
    }

    .paid-gm .telegram1 {
        border: 2px solid #ff006c;
        background-color: #ff006c;
        color: #fff;
        padding: 3px 7px;
        border-radius: 8px 0;
        /*box-shadow:0 0 1px #000000d6;*/
        font-size: 12px;
        margin: 2px 0 -1px;
        display: inline-block;
        transition: all .3s;
        top: auto;
        position: fixed;
        left: 10px;
        right: auto
    }

    .btn-hide {
        display: none !important
    }

    .gg {
        color: #000;
        font-size: 32px
    }

    .paid-gm span {
        display: block
    }

    .my-table {
        margin-bottom: 2px
    }

    .my-table h4 {
        border: solid 2px #ff002b;
        border-bottom-width: 0;
        padding: 3px 5px 2px;
        font-size: 24px
    }

    .my-table table {
        border-collapse: collapse;
        width: 100%
    }

    .my-table thead {
        background-color: #fff;
        font-size: 16px
    }

    .my-table tbody {
        font-size: 16px
    }

    .my-table td,
    .my-table th {
        border: 1px solid #ff0016;
    }

    .my-table td,
    .my-table th {
        padding: 2px 0;
        font-size: 15px;
        text-shadow: 1px 1px 2px #fff
    }

    .my-table th {
        color: #e91e63
    }

    .my-table tr td:nth-child(2),
    .my-table tr td:nth-child(4) {
        color: #0808b2
    }

    .my-table.cm-sl h4,
    .my-table.mr-sl h4 {
        background: #ffd902;
        padding: 5px 10px;
        text-shadow: 1px 1px 2px #fff;
        display: block;
        color: #000 !important;
        margin-bottom: 20px;
        margin-top: 10px;
        letter-spacing: 1px;
        font-weight: 700;
        border: 2px solid #000;
        border-radius: .75em;
        transform-style: preserve-3d;
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1)
    }

    .my-table.cm-sl h4::before,
    .my-table.mr-sl h4::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffb002;
        border-radius: inherit;
        transform: translate3d(0, .75em, -1em);
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), box-shadow 150ms cubic-bezier(0, 0, .58, 1)
    }

    .blue-div {
        /*border:2px solid #1f3092*/
    }

    .blue-div h4 {
        background: #ff1731;
        color: #fff;
        /*border-radius:10px;
    */
        font-size: 30px;
        padding: 3px 5px;
        text-shadow: 1px 1px 2px #000;
        clip-path: polygon(0 0, 97% 0, 100% 48%, 100% 80%, 100% 100%, 3% 100%, 0 46%, 0 20%)
    }

    .blue-div a:last-child {
        border-bottom-width: 0
    }

    .blue-div a {}


    .red-list>div {
        border-color: #e71d36
    }

    .red-list h4 {
        animation: changeBackgroundColor 5s infinite;
        border-radius: 10px;
        color: #fff;
        line-height: 1.1;
        padding: 4px 10px 3px;
        text-shadow: 1px 1px 2px #000;
        font-size: 24px
    }

    .red-list p {
        font-size: 18px;
        text-align: center;
        line-height: 1.3
    }

    .purpel-header h4 {
        color: #fff;
        padding: 5px 10px 3px;
        font-size: 24px
    }

    .purpel-header a {
        display: block;
        font-size: 22px;
        padding: 5px 7px 4px
    }

    .ab1 a {
        border-bottom: 2px solid #00189f;
        color: #1a237e;
        text-shadow: 1px 1px #d9d9d9
    }

    .purpel-header a:last-child {
        border-bottom-width: 0
    }

    .ab1 {
        border-color: #00189f !important
    }

    .ab2 a {
        border-bottom: 2px solid #b9005e;
        color: #880e4f;
        text-shadow: 1px 1px 2px #ffe2c6
    }

    .ab2 {
        border-color: #b9005e !important
    }

    .faq h4 {
        color: #d70544;
        font-size: 22px;
        padding: 5px 5px 6px;
        border-top: 1.5px solid #e0557f;
        margin-top: 5px
    }

    .faq h4:first-child {
        border-top-width: 0;
        margin-top: 0
    }

    .faq p {
        font-size: 12px;
        padding: 0 5px 15px;
        line-height: 1.4;
        color: #1a1a1a
    }

    .faq a {
        color: #d70544;
        text-decoration: underline
    }

    .ftr-sm h2 {
        color: #bb2833;
        text-shadow: 1px 1px 2px #fff
    }

    @media only screen and (max-width:768px) {
        .faq h4 {
            font-size: 15px
        }
    }

    .about-us span {
        border: 1px solid #e6e6e6;
        background: #522f92;
        color: #fff;
        padding: 5px 7px;
        border-radius: 8px;
        font-size: 12px;
        margin: 2px 0 -1px;
        display: inline-block
    }

    .disclamer h4 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-top: 4px;
        text-shadow: 1px 1px 3px #000
    }

    .disclamer p {
        font-size: 13px;
        color: #340d7a;
        padding: 2px 5px 5px;
        line-height: 1.2
    }

    .about-us {
        padding: 5px
    }

    .about-us p {
        font-size: 13px;
        margin-bottom: 0;
        color: #000;
        padding-bottom: 15px
    }

    .about-us b {
        color: #0013a5;
        text-transform: uppercase
    }

    .about-us a {
        background-color: #e91e63;
        color: #fff;
        padding: 4px 6px;
        display: inline-block;
        text-shadow: 1px 1px 2px #2f2f2f;
        border-radius: 4px
    }

    .ftr-sm {
        padding: 5px
    }

    .ftr-sm h4 {
        font-size: 18px;
        margin-bottom: 4px;
        color: #d3003f
    }

    .ftr-sm p {
        color: #a50031;
        font-size: 10px;
        line-height: 1.4
    }

    .pby-us {
        text-shadow: 1px 1px #f4e1e1;
        color: #000;
        padding-top: 2px;
        padding-bottom: 1px
    }

    .refresh-btn {
        position: fixed;
        bottom: 10px;
        right: 10px
    }

    .bdr-b-0 {
        border-width: 0 !important
    }

    .p-0 {
        padding: 0 !important
    }

    @media only screen and (max-width:500px) {
        body {
            padding: 2px 5px
        }

        .logo img {
            width: 200px
        }

        .faq h4 {
            font-size: 15px
        }
    }

    .result_timing,
    .result_timing_right {
        position: absolute;
        color: #7a028d;
        font-size: 15px;
        padding: 2px 0;
        transform: translateY(-158%);
        border-bottom: none !important
    }

    .result_timing {
        left: 14px;
        right: auto
    }

    .result_timing_right {
        right: 14px;
        left: auto
    }

    .btn_chart {
        color: #fff;
        padding: 5px 7px;
        border-radius: 8px;
        font-size: 12px;
        margin: 2px -5px -1px;
        display: block;
        transition: all .3s;
        text-shadow: 1px 1px 2px #222;
        margin-top: 5px;
        border: 1px solid #e6e6e6;
        background: #522f92
    }

    @media (max-width:500px) {
        .btn_chart {
            margin: 2px -9px -1px
        }
    }

    .mb-1 {
        margin-bottom: 5px
    }

    .p-1 {
        padding: 5px 10px 8px
    }

    .bdr {
        border: 2px solid #ff001d;
        border-radius: 10px;
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%)*/
    }

    .fg-div h6 {
        font-size: 22px;
        background-color: transparent;
        color: #1a237e;
        text-shadow: 1px 1px 2px #fff
    }

    .fg-div h5 {
        font-size: 22px;
        color: #000;
        text-shadow: 1px 1px 2px #fff
    }

    .fg-div .fg-p1 {
        font-size: 22px
    }

    .fg-div .fg-c1>div {
        border: 2px solid #008906;
        border-radius: 10px;
        margin: -3px 0;
        padding: 2px
    }

    .fg-div .fg-c1 .fg-p2 {
        text-shadow: 1px 1px 0 #fff;
        letter-spacing: 1px
    }

    .fg-div .fg-c1 .fg-p3 {
        font-size: 22px;
        color: #080808;
        text-shadow: 1px 1px 2px #ffe2c6
    }

    .fg-div .fg-c1 .fg-p4 {
        font-size: 20px
    }

    .login-div {
        margin: 0 0 0;
        padding: 6px 30px;
        margin-bottom: 10px
    }

    .login-div a {
        border-radius: 5px;
        font-size: 14px
    }

    .login-div a:nth-child(2),
    .nnb8 {
        margin: 0 10px
    }

    @media only screen and (max-width:500px) {
        .login-div {
            display: block
        }

        .login-div a {
            display: block;
            margin: 10px 0 !important
        }

        .conta p {
            display: block;
            font-size: 17px
        }

        .conta {
            display: block
        }

        .conta a {
            margin-top: 5px
        }
    }

    .fg-c1 {
        width: 50%;
        display: inline-block;
        padding: 5px;
        border-color: #009206;
        border-style: solid
    }

    .fg-div .fg-c1 .fg-p2 {
        background: linear-gradient(#001fff, #004503);
        font-size: 22px !important;
        margin-bottom: 5px;
        padding: 7px 0 7px;
        border-radius: 10px;
        clip-path: polygon(0 0, 97% 0, 100% 48%, 100% 80%, 100% 100%, 3% 100%, 0 46%, 0 20%);
        color: #fff;
        text-shadow: 1px 1px 2px red
    }

    .fg-div .fg-c1 .fg-p4 {
        font-size: 20px !important;
        line-height: 24px
    }

    p.time {
        text-align: left;
        color: #444;
        margin-left: 10px
    }

    p.betting {
        color: #ff0;
        font-size: 12px;
        text-shadow: 1px 1px 2px #000
    }

    .paa3 {
        border-radius: 10px;
        border: 2px solid #ff001e;
        border-style: outset;
        margin: 10px 0;
        /*box-shadow:0 0 20px 0 rgb(0 0 0 / 40%);*/
        text-shadow: 1px 1px 2px #fff;
        padding: 10px
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 3px 10px;
        margin: 4px 0 1px;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
            /*box-shadow .15s ease-in-out;*/
            cursor:pointer
    }

    .btn-primary {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .fg-main.para-1.bdr.mb-1.p-1 {
        padding: 0
    }

    .fg-main.para-1.bdr.mb-1.p-1 * {
        font-style: normal !important
    }

    .fgzoc-time {

        margin: 5px 5px 0;
        border-radius: 10px
    }

    @media only screen and (max-width:600px) {
        .fg-div .fg-c1 .fg-p2 {
            font-size: 10px !important
        }

        .fg-div .fg-c1 .fg-p4 {
            font-size: 9px !important;
            line-height: 20px
        }
    }

    .card-1212 {
        display: flex;
        flex-wrap: wrap;
        margin: 5px;
        border-radius: 10px;
        overflow: hidden
    }

    .fg-c1:nth-child(odd) {
        border-width: 0 1px 2px 2px !important;
        margin: 0;
        border-radius: 0
    }

    .fg-c1:nth-child(even) {
        border-width: 0 2px 2px 1px !important;
        margin: 0;
        border-radius: 0
    }

    .card-1212 .fg-c1:nth-child(1),
    .card-1212 .fg-c1:nth-child(2) {
        border-top-width: 2px !important
    }

    .faq {
        border: 2px solid #003db6;
        border-radius: 10px;
        width: calc(100% - 8px);
        padding: 3px 0;
        margin: 5px auto 5px;
        width: auto;
        display: block
    }

    .faq p {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        font-size: 12px;
        font-style: normal;
        padding: 0 10px 5px;
        text-transform: capitalize;
        opacity: .9
    }

    .faq a {
        color: #d70544;
        font-weight: 700;
        text-transform: capitalize;
        text-decoration: none
    }

    .my-checkbox {
        position: fixed;
        top: 0;
        left: -9999px;
        visibility: hidden
    }

    .faq label {
        cursor: pointer;
        text-transform: uppercase;
        color: #0013a5;
        text-shadow: 1px 1px 2px #fff;
        font-weight: 800;
        font-size: 17px;
        padding: 3px 0;
        display: block
    }

    .faq label+div {
        height: 0;
        overflow: hidden;
        transition: all .3s;
        padding: 0 !important
    }

    .faq label+div {
        height: auto
    }

    .faq .faq-card {
        border-top: 1.5px solid #e0557f
    }

    .faq .faq-card.aabbcc {
        border-top: 0 solid #dc1f44
    }

    @media only screen and (max-width:500px) {
        .faq label {
            font-size: 15px
        }
    }

    @media only screen and (max-width:375px) {
        .faq label {
            font-size: 13px
        }
    }

    @media only screen and (max-width:320px) {
        .faq label {
            font-size: 11px
        }
    }

    .mp-btn {
        position: fixed;
        bottom: 9px;
        left: 5px;
        padding: 5px 8px;
        font-size: 15px;
        border: 1px solid #fff;
        text-decoration: none;
        background-color: #039;
        color: #fff;
        border-radius: 5px
    }

    .btm-btn-f {
        background: linear-gradient(45deg, navy, #005780);
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 5px;
        padding: 6px 11px 5px;
        transition: all .3s ease-in
    }

    .btm-btn-f:hover {
        border: 1px solid #011481;
        background: #fff;
        /*box-shadow:0 0 13px 3px #00000033;*/
        cursor: pointer;
        color: navy;
        background: linear-gradient(45deg, #fff, #dbdbdb)
    }

    .let-rock {
        border: 2px solid #ff0020;
        border-radius: 10px;
        font-style: normal;
        padding: 3px 0;
        margin: 5px auto 5px;
        width: auto;
        display: block;
        font-weight: 600;
        font-family: roboto, sans-serif;
        height: 200px;
        overflow-y: scroll
    }

    .let-rock .t-rock {
        cursor: pointer;
        text-transform: uppercase;
        color: #0013a5;
        text-shadow: 1px 1px 2px #fff;
        font-weight: 800;
        font-size: 17px;
        padding: 4px 0 3px;
        border-top: 1.5px solid #e0557f;
        margin-top: 8px;
        font-style: italic;
        font-weight: 700
    }

    .let-rock p {
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 0;
        color: #000;
        padding-bottom: 0
    }

    .let-rock a {
        color: #e91e63
    }

    .let-rock i {
        margin: 5px 0;
        display: block;
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 7px;
        color: #000;
        padding-bottom: 0;
        text-shadow: 1px 1px #f4e1e1
    }

    .let-rock ul {
        text-align: left;
        padding: 0 10px;
        list-style: none;
        font-size: 13px;
        margin-bottom: 0;
        margin: 0 10px 0;
        color: #000;
        text-shadow: 1px 1px #f4e1e1;
        border: 1px solid #e91e63;
        border-radius: 5px;
        margin-bottom: 12px
    }

    .let-rock li {
        margin: 7px 0
    }

    .t-0 {
        margin-top: 0 !important;
        border-top: 0 !important
    }

    @keyframes changeBackgroundColor {
        0% {
            background-color: #ff019e
        }

        25% {
            background-color: #ff001d
        }

        50% {
            background-color: #009a07
        }

        75% {
            background-color: #001fad
        }

        100% {
            background-color: #ff019e
        }
    }

    .red-list-bg-change {
        animation: changeBackgroundColor 5s infinite;
        border-radius: 10px;
        color: #fff;
        line-height: 1.1;
        padding: 4px 10px 3px;
        text-shadow: 1px 1px 2px #000;
        font-size: 24px
    }

    .red-list-bg-change h3 {
        font-size: 22px
    }

    .red-list-bg-change a {
        color: #fff
    }


    .cm-patti {
        display: block !important;
    }

    .cm-patti {
        text-align: unset !important;
    }

    .cm-patti .row {
        display: block !important;
    }

    .cm-patti .row>div {
        width: 48% !important;
        display: inline-block !important;
        text-align: center !important;
    }

    .matka-card {
        margin-bottom: 10px !important;
    }

    .matka-result {
        border: 2px solid #eb008b !important;
        border-radius: 10px 0 10px 10px !important;
        margin-bottom: 2px !important;
        text-align: center !important;
    }

    .matka-result h4 {
        background-color: #1a237e !important;
        color: #fff !important;
        padding-top: 2px !important;
        padding-bottom: 4px !important;
        font-size: 30px !important;
    }

    .matka-card h6 {
        font-size: 22px !important;
        color: #880e4f !important;
        text-shadow: 1px 1px 2px #ffe2c6 !important;
        font-weight: 900 !important;
        margin: 0px !important;
    }

    .matka-card h5 {
        font-size: 21px !important;
        color: #4a148c !important;
        text-shadow: 1px 1px 2px #fdf3ff !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        margin: 0px !important;
    }

    .refresh-btn,
    .matka-card a {
        border: 2px solid #ff006c !important;
        background-color: #ff006c !important;
        color: #fff !important;
        padding: 3px 7px !important;
        border-radius: 8px 0 !important;
        /*box-shadow: 0px 0px 1px #000000d6 !important;*/
        font-size: 12px !important;
        margin: 2px 0 -1px !important;
        display: inline-block !important;
        transition: all .3s !important;
    }

    .matka-card h6:not(:first-child) {
        border-top: 1px solid #ff518e !important;
        margin-top: 5px !important;
    }

    .matka-card h6 {
        font-size: 22px !important;
        color: #880e4f !important;
        text-shadow: 1px 1px 2px #ffe2c6 !important;
    }



    .conta1 img {
        animation: rotateIt 7s linear infinite;
    }

    @keyframes rotateIt {
        to {
            transform: rotate(360deg);
        }
    }


    tbody tr:first-child {
        background-color: #efefef !important;
        margin-bottom: 1px;
    }

    body {
        padding: 3px 10px;
        margin-left: 4px !important;
        margin-right: 4px !important;
        margin-top: -1px;
    }

    .owl-carousel .owl-item img {
        width: 50%;
        display: block;
        margin: auto;
    }

    @media only screen and (max-width: 500px) {
        body {
            padding: 2px 5px;
        }
    }

    body div {
        /*border-radius: 10px 0 10px 10px!important;*/
    }

    * {
        font-style: italic !important;
        font-family: Helvetica, sans-serif !important;
    }

    #live_result .market_name {
        font-size: 23px !important;
        display: block;
        margin-bottom: -26px;
        color: #3b0e66;
        text-shadow: 1px 1px 2px #fff;
        margin: -4px 0 0 0;
        line-height: 17px;
    }

    #live_result .market_result {
        font-size: 22px !important;
        color: #750422;
        text-shadow: 1px 1px 2px #fdf3ff;
        margin: 0;
        font-weight: bold;
        line-height: 23px;
        margin-top: 6px;
    }

    #live_result .market_icon {
        line-height: 28px;
    }

    .panal,
    .panal2,
    .panal3,
    .panal4 {
        display: none;
    }

    #live_result input {
        border: 2px solid #ff006c;
        background-color: #ff006c;
        color: #fff;
        padding: 2px 5px;
        border-radius: 8px 0;
        /*box-shadow: unset!important;*/
        font-size: 12px;
        margin: 5px 0 -1px;
        display: inline-block;
        transition: all .3s;
    }

    #live_result hr:last-child {
        border-width: 0px !important;
    }

    #live_result input:hover {
        /*box-shadow: unset!important;*/
    }

    .paa3 {
        padding-bottom: 0 !important;
        color: #000 !important;
        opacity: 1 !important;
        margin: 0 0 -12px;
    }

    .live-result {
        background-color: #FFCC99;
        color: white;
        font-weight: bold;
        font-size: 25px;
        font-family: Georgia;
        border: green solid 3px;
        margin-bottom: 5px;
        live
        /* text-shadow: 1px 1px rgb(216, 185, 71); */
        border-radius: 5px;
        text-align: center;
    }

    .panel-heading {
        background-color: #337AB7;
        border-radius: 5px;
        color: white;
        padding: 0px 15px;
        border-bottom: 3px solid red;
        /* border-top-right-radius: 10px; */
        /* border-top-left-radius: 10px; */
        border-right: 3px solid red;
        border-left: 3px solid red;
        border-top: 3px solid red;
        margin-top: 7px;
        font-weight: bold;
        font-size: large;
        font-size: 30px;
        /*font-family: Roboto,Regular;*/
    }

    .refresh-btn {
        background-color: silver;
        padding: 4px 7px;
        border-radius: 0 10px 0 10px;
        outline: none;
        color: red;
        border: 2px solid #ffffff00;
        font-size: 12px;
        margin-top: 4px;
        /*box-shadow: unset!important;*/
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        letter-spacing: 0;
        margin: 1px 0 -2px 0;
        text-shadow: 1px 1px 2px #fff, 0 0 2px #fff;
    }

    .refresh-btn:hover {
        background-color: #f10;
        color: #fff;
        /*box-shadow: unset!important;*/
        cursor: pointer;
        text-shadow: none;
    }

    .centered {
        position: relative;
        top: -183px;
        left: 3.3%;
        transform: translate(-50%, -50%);
        width: 96px;
        height: 96px;
        border-radius: 50px;
        background: red;
    }

    .refresh {
        background: #bc0203 repeat scroll 0 0;
        border-radius: 6px;
        color: #f6da06;
        cursor: pointer;
        display: inline-block;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        padding: 8px 36px;
        text-decoration: none;
        text-shadow: 0 1px 0 #9b14b3;
        margin-bottom: 20px;
        border: 2px solid #fff;
        font-style: italic;
    }

    .image {
        position: relative;
        /*top: 50%; */
        left: 5%;
        /*width: 250px;
        height: 250px;*/
        margin: 135px 0 0 -120px;
        -webkit-animation: spin 50s linear infinite;
        -moz-animation: spin 50s linear infinite;
        animation: spin 50s linear infinite;
    }

    .wheelcenter {
        /*position: relative;*/
        /*top: -448px;*/
        /*left: 4.2%;*/
        /*transform: translate(-50%, 220%);*/
        /*width: 97px;*/
        /*height: 96px;*/
        /*border-radius: 50px;*/
        /*background: black;*/

        position: relative;
        top: -458px;
        left: 4.2%;
        transform: translate(-50%, 220%);
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background: black;

    }

    .CHARTS a {
        font-family: Helvetica, sans-serif;
        font-size: 20px;
    }

    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @media(max-width: 1024px) {
        .centered {
            left: 47.8px;
        }
    }

    @media (max-width: 768px) {
        .centered {
            left: 6.7%;
        }
    }

    @media(max-width:564px) {
        .centered {
            position: relative;
            top: -170px;
            left: 13.3%;
            transform: translate(-50%, -50%);
            width: 96px;
            height: 96px;
            border-radius: 50px;
            background: red;
        }

        .image {
            left: 19%
        }

        .wheelcenter {
            /*position: relative;*/
            /*top: -448px;*/
            /*left: 13.8%;*/
            /*transform: translate(-52%, 262%);*/
            /*width: 83px;*/
            /*height: 83px;*/
            /*border-radius: 50px;*/
            /*background: black;*/

            position: relative;
            top: -500px;
            left: 16.5%;
            transform: translate(-52%, 262%);
            width: 100px;
            height: 100px;
            border-radius: 50px;
            background: black;
        }
    }

    @media (max-width: 375px) {
        .centered {
            left: 13.8%;
            border-radius: 51px !important;
        }
    }

    @media (max-width: 360px) {
        .centered {
            left: 15%;
            top: -184px;
        }
    }

    @media (max-width: 320px) {
        .centered {
            left: 21%;
            top: -210px;
        }
    }

    .B p {
        margin: 2px 0;
    }

    .paa3 {
        font-size: 15px;
        font-weight: bold;
        color: navy;
    }

    .float {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 90px;
        left: 7px;
        background-color: #25d366;
        color: #FFCC99;
        border-radius: 50px;
        text-align: center;
        font-size: 25px;
        /*box-shadow: unset!important;*/
        z-index: 100;
    }

    .star-tbl td {
        padding: 0px 0px;
        text-align: center;
        border: 1px solid #ee0000;
        font-size: 15px;
        border-width: 1px 0px 1px 1px;
    }

    .FORUM a {
        color: blue;
    }

    .star-tbl font {
        font-family: Helvetica, sans-serif;
        font-style: italic;
        font-size: 15px;
    }

    .head-22 {
        padding: 0px 0 2px;
    }

    .read-more {

        color: #fff !important;
        font-size: 14px;
        font-weight: 500;
        font-family: sans-serif;
        font-style: normal;
        padding: 3px 9px;
        border-radius: 85px;
        text-decoration: none;
        text-shadow: 1px 1px 2px #2f2f2f;
        text-transform: lowercase;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.3;
        margin: 5px auto;
        color: #d70544;
        text-transform: uppercase;
        font-style: normal !important;
        font-weight: 700 !important;
        background-color: #e91e63 !important;
    }

    .read-more:hover {
        background-color: #c70044;
        /*box-shadow: 0px 0px 7px 2px #040404ab;*/
    }

    .B1 {
        background-color: #fc9;
        color: #000;
        border-width: 2px;
        border-color: #ff006c;
        border-style: solid;
        border-top-left-radius: 10px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        margin-top: 1px;
        margin-bottom: 1px;
        font-weight: bold;
        font-size: x-large;
        font-style: none;
        text-shadow: 1px 1px navy;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .result_sec {
        background-color: transparent;
        border-style: solid;
        border-width: 2px;
        border-color: #aa00c0;
        color: navy;
        text-shadow: 1px 1px gold;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 10px 0 10px 10px;
        overflow: hidden;
        /*box-shadow: unset!important;*/
    }

    .result_sec .market_name {
        margin: 0;
        font-size: 22px !important;
        background-color: transparent;
        color: #1a237e;
        text-shadow: 1px 1px #d9d9d9;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 25px;
        margin-top: 3px;
    }

    .result_sec .market_result {
        margin: 0;
        font-size: 22px;
        background-color: transparent;
        color: #880E4F;
        text-shadow: 0px 0px #0000001f;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 19px;
    }

    .result_sec .market_time {
        color: #7a028d;
        font-size: 15px;
        padding: 2px 0;
        text-shadow: 1px 1px 2px #c4c4c4;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .result_sec font div:first-child {
        padding: 0px !important;
        margin-top: 0px !important;
    }

    .conta {
        margin: -8px 0 0;
        border: 2px solid #ff006c;
        padding: 15px 0;
        background-color: #fbe7ff;
        margin-top: 5px !important;
        /*box-shadow: unset!important;*/
        border-radius: 10px 0 10px 10px !important;
    }

    .conta h4 {
        margin: 3px 0 -1px;
        font-size: 22px;
        color: #ed143d;
        text-align: center;
    }

    .game_heading {
        background-image: linear-gradient(45deg, #085e58, #085e58);
        color: #fff;
        border-radius: unset !important;
        text-transform: uppercase;
        line-height: 30px;
        padding: 3px 0;
        margin: 0 0 3px;
        font-size: 27px;
        text-align: center;
    }

    .game_div {
        background-color: #fc9;
        color: #000;
        font-size: 18px;
        border-width: 2px;
        border-style: solid;
        border-color: #0d8c83;
        font-weight: bold;
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2px;
        font-style: normal;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        font-family: "times new roman", sans-serif;
        border-radius: 10px 0 10px 10px;
        border-style: ridge;
        border-style: ridge;
        /*box-shadow: unset!important;*/
        overflow: hidden;
        padding: 0;
    }

    .game_div p {
        font-size: 18px !important;
        padding: 7px 20px 1px;
        line-height: 7px;
        font-size: large !important;
        color: rgb(75, 0, 130);

        text-shadow: 1px 1px 2px #eee;
        font-size: 20px;
        margin: -9px 0px 0px;
    }

    hr.a1 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    hr.a2 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    hr.a3 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    hr.a4 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    hr.a5 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    hr.a6 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    hr.a7 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }

    .rashi_div {
        text-align: center;
        border: solid 3px #e91e63;
        padding: 0;
        font-size: 17px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .blue-div {
        margin-bottom: -1px;
        box-shadow: unset !important;
        margin-top: -4px;
        /* background: #fc9;*/
    }

    b,
    strong {
        font-weight: 700 !important;
    }

    .blue-div h3 {
        color: #fff;
        font-size: 33px;
        font-weight: 600;
        padding: 6px 0;
        border-radius: 10px;
        margin: 0 0;
        background: red !important;
        font-family: initial;
        text-shadow: 1px 1px 2px #666;
    }

    .blue-div>div {
        /*border: 2px solid red;
        border-top-width: 0;*/
        border: none;
        padding: 0;
        font-family: -webkit-pictograph;
    }

    .blue-div a {
        color: #000;
        text-decoration: none !important;
        margin-top: 5px !important;
        font-size: 18px !important;
        display: inline-block;
    }

    .blink.aaa1 {
        padding-right: 2px;
    }

    .B {
        border-style: solid !important;

        border-width: 2px !important;
        border-color: red !important;
        padding: 2px 10px;
    }

    body {
        background-color: #fc9;
        padding: 3px 1px 3px 0px;
    }

    .B {
        background-color: #fc9;
    }

    .table-main img {
        margin-top: -114px;
        width: auto;
    }

    .table-main table {
        margin-top: 0px;
        width: 100%;
    }

    @media only screen and (max-width: 720px) {
        body {
            padding: 2px 5px !important;
            margin: 0px !important;
        }

        .table-main img {
            width: 100%
        }
    }


    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box
    }

    img {
        vertical-align: middle;
        border-style: none
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: .5rem
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2
    }

    .h1,
    h1 {
        font-size: 2.5rem
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem
    }

    .font-weight-bold {
        font-weight: 700 !important
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
            /*box-shadow .15s ease-in-out*/
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-light {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-group-sm>.btn,
    .btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem
    }

    .btn-info {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn:hover {
        color: #212529;
        text-decoration: none
    }

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn:hover {
        color: #212529;
        text-decoration: none
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-dark {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .mb-1,
    .my-1 {
        margin-bottom: -4px !important;
    }

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    table {
        border-collapse: collapse
    }

    th {
        text-align: inherit
    }

    dl,
    ol,
    ul {
        margin-top: 0;
        margin-bottom: 1rem
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .justify-content-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .login-reg .btn:hover li {
        color: #fff !important
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer
    }

    body {
        background: #fc9;
        text-align: center;
        overflow-x: hidden
    }

    .fhsd {
        font-size: 8px;
        padding: 20px;
        line-height: 1
    }

    .hr-my {
        width: 80%;
        border-top: 2px solid #999;
        margin-top: 20px
    }

    .dfsj5 span {
        position: relative;
        top: -29px;
        background: #bddded;
        display: none !important
    }

    .dfsj5 svg {
        font-size: 20px;
        margin: 0 10px;
        color: #999
    }

    .shdfis {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .d1hfbsj {
        font-size: 50px;
        font-family: sans-serif;
        text-transform: uppercase;
        font-weight: 700
    }

    .shdfis.d1hfbsj {
        margin: 10px auto 10px;
        font-size: 38px;
        background-color: #008b8b;
        border: 2px solid #009688;
        width: calc(100% - -2px);
        text-shadow: 1px 1px 5px #444;
        color: #fff
    }

    .gfgsg.dhfsa {
        margin-top: -13px
    }

    .gfgsg.bsd1 {
        margin-top: 25px
    }

    .gfgsg .btn-info {
        text-shadow: 1px 1px 2px #333
    }

    .gfgsg .btn-warning {
        text-shadow: 1px 1px 2px #ffb342
    }

    .sssdh {
        font-size: 10px;
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 10px;
        border-color: #fff;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        display: none
    }

    .circel-div {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: fit-content
    }

    .circel-div .circle:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px
    }

    .circel-div .circle {
        height: 50px;
        width: 50px;
        background: #afa;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        padding-top: 12px
    }

    .top-p-tag {
        /*box-shadow:0 0 6px -3px #333;*/
        padding: 18px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #008b8b;
        color: #fff;
        text-shadow: 1px 1px 2px #333
    }

    .fhdskjdfhkh {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .button-slanted {
        color: #fff;
        background: radial-gradient(100% 100% at 100% 0, #a1001e 0, #000 100%);
        text-align: center;
        text-transform: uppercase;
        padding: 2px 10px;
        margin: 3px 0;
        display: inline-block;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-2deg);
        width: -webkit-fill-available
    }

    .button-slanted-content {
        -ms-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        transform: skewX(0deg);
        display: inline-block
    }

    .fjksdffjso h4 {
        color: #000 !important;
        padding: 10px 0;
        text-shadow: 1px 1px 2px #b1964a !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 3px inset teal;
        background-color: #f4f4f4;
        text-align: left !important;
        padding-left: 10px;
        margin: 5px 0 5px !important;
        text-align: center !important
    }

    .panel-body.ds454 {
        /*box-shadow:0 0 1px 2px #03a9f4;*/
        padding: 10px
    }

    .panel-body.black {
        background-color: #f4f4f4;
        padding: 1px 7px;
        border-bottom: 1px solid #0000006e
    }

    .panel-body h4 {
        color: #000;
        font-weight: 700
    }

    .panel-body h5 {
        color: #17303c;
        font-weight: 700;
        font-size: 25px;
        text-shadow: 1px 1px 2px #03a9f4
    }

    .panel-body h6 {

        color: #061b08;
        text-shadow: 1px 1px 2px #2196f3
    }

    .dsfj span {
        position: relative;
        top: 5px;
        display: inline-block;
        text-shadow: 1px 1px 2px #00000054
    }

    .fjksdffjso h4,
    .typewrite {
        font-family: 'Crimson Text', serif;
        font-weight: 700
    }

    .circle,
    .gfgsg {
        font-family: 'Josefin Sans', sans-serif
    }

    .button-slanted-content {
        font-family: 'Josefin Sans', sans-serif
    }

    .fdsdfdsf {
        margin: 0;
        padding: 0;
        width: 100%;
        align-items: center;
        justify-content: center
    }

    .fdsdfdsf a:not(.reset1, .button-slanted-content, .refresh-btn) {
        display: flex;
        padding: 20px 20px;
        transition: all .3s linear;
        position: relative;
        text-decoration: none;
        /*box-shadow:0 1px 14px #00000080;*/
        overflow: hidden;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #212529
    }

    .fdsdfdsf .dsaf {
        margin-left: auto;
        margin-right: auto;
        color: #fff !important
    }

    .fdsdfdsf a:not(.reset1, .button-slanted-content, .refresh-btn):before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        width: 50%;
        background-color: rgba(255, 255, 255, .05) z-index:-1
    }

    .after-navbar .fdsdfdsf {
        margin-top: 5px !important;
        width: calc(100% + 2px)
    }

    .after-navbar+.top-p-tag {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-label.dsaf .hr-my {
        display: none
    }

    .myhindi-txt {
        margin-top: -22px;
        width: calc(100% + 2px)
    }

    .fjksdffjso hr {
        display: none
    }

    .login-reg {
        padding: 10px 13px
    }

    .info-div {
        width: 100%;
        padding-bottom: 0
    }

    .login-reg-panel {
        margin: 6px 0 10px
    }

    .faq {
        border: 3px double #ff0057;
        border-radius: 10px;
        width: calc(100% - 8px);
        padding: 0px 0;
        margin: 0 auto;
        margin-top: 2px;
        width: auto;
        margin-bottom: -2px
    }

    .faq p {
        color: #fff;
        margin: 0;
        font-size: 14px;
        font-style: normal;
        padding: 0 20px;
        text-shadow: 1px 1px 2px #fff opacity:.95;
        padding-bottom: 21px;
        text-transform: capitalize;
        font-weight: 500
    }

    .faq a {
        color: #d70544;
        font-weight: 700;
        text-transform: capitalize;
        text-decoration: none
    }

    .my-checkbox {
        position: fixed;
        top: 0;
        left: -9999px;
        visibility: hidden
    }

    input+label {
        cursor: pointer;
        text-transform: uppercase;
        color: #ff0057;
        font-weight: 800;
        font-size: 22px;
        padding: 8px 0;
        display: block;
        text-shadow: 1px 1px 2px #fff
    }

    input+label+div {
        height: 0;
        overflow: hidden;
        transition: all .3s;
        padding: 0 !important
    }

    input:checked+label+div {
        height: auto
    }

    .faq .faq-card {
        border-top: 1px solid #dc1f44
    }

    .faq .faq-card.aabbcc {
        border-top: 0 solid #dc1f44
    }

    .my-arrow {
        transform: rotate(90deg);
        display: inline-block;
        font-style: normal !important;
        float: right;
        margin-right: 10px
    }

    @media only screen and (max-width:500px) {
        input+label {
            font-size: 15px
        }
    }

    @media only screen and (max-width:375px) {
        input+label {
            font-size: 13px
        }
    }

    @media only screen and (max-width:320px) {
        input+label {
            font-size: 11px
        }
    }

    .discl-div {
        margin: 10px 0
    }

    .discl-div h2 {
        font-size: 18px;
        font-weight: 700;
        color: #e91e63
    }

    .discla {
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 10px;
        border: 1px solid #009688
    }

    .discl-div p {
        font-size: 8px;
        padding: 5px 5px;
        margin-bottom: 0
    }

    .mypara444 {
        padding-bottom: 1px
    }

    .my-header-new {
        padding: 5px 0;
        margin: 4px auto 10px;
        background-color: #17a2b8;
        color: #fff;
        text-shadow: 1px 1px 2px #000000ab;
        font-size: 38px;
        width: calc(100% + 2px)
    }

    .my-header-new span {
        font-size: 25px;
        padding: 0 0 4px;
        display: inline-block;
        position: relative;
        top: -4px
    }

    .btn.btn-danger.btn-lg {
        padding: 1px 8px;
        font-size: 15px;
        line-height: 1.5
    }

    .bottom-diva .top-p-tag {
        width: calc(100% - 1px)
    }

    .panel-body.ds454 h4,
    .panel-body.ds454 h5 {
        margin-bottom: 1px
    }

    @media only screen and (max-width:768px) {
        .d1hfbsj {
            font-size: 35px
        }
    }

    @media only screen and (max-width:500px) {
        .fdsdfdsf a {
            width: 100%
        }

        .d1hfbsj {
            font-size: 32px
        }

        .fhdskjdfhkh {
            display: grid !important
        }

        .fhdskjdfhkh a:nth-child(2) {
            margin-bottom: 15px;
            margin-top: 15px
        }

        .fhdskjdfhkh a {
            width: 230px;
            padding: 10px;
            font-size: 22px
        }

        .button-slanted {
            height: auto
        }

        .top-p-tag {
            width: 100%
        }

        .container-fluid {
            padding-right: 0px;
            padding-left: 0px
        }
    }

    a {
        color: #fFF;
        text-decoration: none
    }

    a:hover {
        color: #fff;
        text-decoration: none
    }

    .button-slanted {
        width: 97%
    }

    .yellow-bg {
        background: #ff0 !important
    }

    .my-header {
        background-image: linear-gradient(to left, #212529 50%, #2c3034 50%);
        padding-bottom: 3px;
        margin: 5px 0 0
    }

    .my-header img {
        height: 100%;
        width: 557px;
        overflow: hidden;
        margin: -50px 0 -60px
    }

    @media only screen and (max-width:500px) {
        .my-header img {
            position: relative;
            top: 0;
            left: 50%;
            transform: translate(-50%, 0)
        }
    }

    .sdjklds {
        background-color: #ffffff9e;
        text-align: center;
        padding: 5px
    }

    .sdjklds>div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px
    }

    .sdjklds p {
        margin: 10px 0;
        font-weight: 600;
        color: #444
    }

    .sdjklds .h61 {
        background-color: #00f
    }

    .h61 h6 {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        margin: 10px 0
    }

    .sdjklds div:not(.h61) {
        border-bottom: 2px solid #00008075;
        border-left: 1px solid navy;
        border-right: 1px solid navy;
        background-color: #fff
    }

    .starl h2 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 28px
    }

    .starl {
        background-image: linear-gradient(45deg, #2196f3, #673ab7);
        padding: 30px 0
    }

    .my-table td,
    .my-table th {
        padding: 5px 0
    }

    .my-table td,
    .my-table th {
        border: 1px solid #fff;
        font-size: 18px;
        text-shadow: 1px 1px 2px #cecece
    }

    .my-table td {
        color: #fff
    }

    .my-table th {
        color: teal
    }

    .online-margin {
        margin: -21px 0 -10px !important
    }

    .live-update-nwe p {
        margin-bottom: 5px
    }

    .live-update-nwe .panel-body:last-child {
        border-bottom-width: 0
    }

    .matka-card.live-box,
    .satta-result {
        /*box-shadow:0 0 1px 2px #03a9f4;*/
        padding: 10px
    }

    .matka-card.live-box div,
    .satta-result div {
        background-color: #f4f4f4;
        padding: 5px 7px;
        border-bottom: 1px solid #0000006e
    }

    .matka-card.live-box div h6,
    .satta-result h4 {
        color: #000;
        font-weight: 700;
        margin-bottom: 1px;
        font-size: 1.5rem;
        text-transform: uppercase
    }

    .matka-card.live-box div h5,
    .satta-result h5 {
        color: #17303c;
        font-weight: 700;
        font-size: 25px;
        text-shadow: 1px 1px 2px #03a9f4;
        margin-bottom: 5px
    }

    .matka-card.live-box div a {
        padding: 3px 10px;
        font-size: 15px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        line-height: 1.5;
        border-radius: 0 10px 0 10px;
        cursor: pointer
    }

    .matka-card.live-box div a:hover {
        color: #000
    }

    .satta-result h6 {
        color: #061b08;
        text-shadow: 1px 1px 2px #2196f3;
        font-size: 1rem
    }

    .yellowbg {
        background: #ff0 !important
    }

    .bbbb>h3 {
        background-color: #008b8b;
        color: #fff;
        padding: 8px 0;
        text-align: center;
        font-size: 32px;
        margin: 0;
        font-weight: 700
    }

    .bbbb+p {
        margin-bottom: 0
    }

    .weekly-line.weekly {
        border: 2px solid teal;
        margin-bottom: 15px;
        padding: 10px 20px;
        background-color: #f4f4f4;
        padding-bottom: 20px
    }

    .weekly-line.weekly p:nth-child(1),
    .weekly-line.weekly p:nth-child(10),
    .weekly-line.weekly p:nth-child(11),
    .weekly-line.weekly p:nth-child(12),
    .weekly-line.weekly p:nth-child(13),
    .weekly-line.weekly p:nth-child(2),
    .weekly-line.weekly p:nth-child(3),
    .weekly-line.weekly p:nth-child(4),
    .weekly-line.weekly p:nth-child(5),
    .weekly-line.weekly p:nth-child(6),
    .weekly-line.weekly p:nth-child(7),
    .weekly-line.weekly p:nth-child(8),
    .weekly-line.weekly p:nth-child(9) {
        color: #17303c;
        font-weight: 700;
        font-size: 25px;
        text-shadow: 1px 1px 2px #03a9f463;
        text-align: center;
        margin-bottom: 0
    }

    .weekly-line.weekly p:first-child {
        font-size: 24px;
        color: #000;
        font-weight: 700;
        text-align: center;
        text-shadow: none;
        margin-bottom: 15px
    }

    @media only screen and (max-width:500px) {
        .aaaa {
            width: 100%
        }

        .weekly-line.weekly {
            padding: 5px 6px;
            padding-bottom: 13px
        }

        .weekly-line.weekly p:first-child {
            font-size: 22px
        }

        .weekly-line.weekly p:nth-child(1),
        .weekly-line.weekly p:nth-child(10),
        .weekly-line.weekly p:nth-child(11),
        .weekly-line.weekly p:nth-child(12),
        .weekly-line.weekly p:nth-child(13),
        .weekly-line.weekly p:nth-child(2),
        .weekly-line.weekly p:nth-child(3),
        .weekly-line.weekly p:nth-child(4),
        .weekly-line.weekly p:nth-child(5),
        .weekly-line.weekly p:nth-child(6),
        .weekly-line.weekly p:nth-child(7),
        .weekly-line.weekly p:nth-child(8),
        .weekly-line.weekly p:nth-child(9) {
            font-size: 20px;
            line-height: 1.3
        }
    }

    .weekly-line p {
        margin: 0
    }

    .btn.a8r.btn-info.info-div {
        background: #008b8b !important
    }

    .login-reg li {
        list-style: none;
        color: #fff;
        text-shadow: 1px 1px 2px #000
    }

    a.support-btn.reset1 {
        border: 1px solid #111;
        padding: 2px 10px;
        border-radius: 5px;
        background: #ff0;
        color: #000
    }

    .login-reg-panel {
        margin: 6px 0 15px !important
    }

    a.dsa1-1.btn.btn-primary.reset1,
    a.dsa1-3.btn.btn-dark.reset1 {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: 0;
        vertical-align: middle;
        text-decoration: none;
        font-size: inherit;
        font-family: inherit;
        font-weight: 600;
        padding: 6px 30px;
        color: #fff;
        text-transform: uppercase;
        background: #dc3545;
        border: 2px solid #fff;
        border-radius: .75em;
        transform-style: preserve-3d;
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1)
    }

    a.dsa1-1.btn.btn-primary.reset1::before,
    a.dsa1-3.btn.btn-dark.reset1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #d86a88;
        border-radius: inherit;
        border: 1px solid #fff;
        transform: translate3d(0, .75em, -1em);
        transition: transform 150ms cubic-bezier(0, 0, .58, 1), box-shadow 150ms cubic-bezier(0, 0, .58, 1)
    }

    a.dsa1-1.btn.btn-primary.reset1:hover,
    a.dsa1-3.btn.btn-dark.reset1:hover {
        background: #9f2531;
        transform: translate(0, .25em)
    }

    a.dsa1-1.btn.btn-primary.reset1:hover::before,
    a.dsa1-3.btn.btn-dark.reset1:hover::before {
        transform: translate3d(0, .5em, -1em)
    }

    a.dsa1-3.btn.btn-dark.reset1 {
        background: #3f51b5 !important
    }

    a.dsa1-3.btn.btn-dark.reset1::before {
        background: #5e70d2 !important
    }

    a.dsa1-3.btn.btn-dark.reset1:hover {
        background: #12258f !important
    }

    .weekly-line.weekly p {
        /*box-shadow:rgb(0 0 0 / 19%) 0 10px 20px,rgb(0 0 0 / 23%) 0 6px 6px;*/
        margin-bottom: 3px !important
    }

    .weekly-line.weekly {
        background: #fff
    }

    td.ntah-blue-sec {
        background: #fc9;
        color: #000 !important
    }

    table tbody td {
        background: #fc9
    }

    td.ntah-red-sec {
        background: #fc9
    }

    .new-table-add td {
        border: 1px solid #ffff !important
    }


    .cm-patti {
        margin-top: 1px;

        margin: -4px 0 4px;
        /*	border: #1A237E solid 2px;
        border-radius: 10px;*/
        overflow: hidden;
    }

    .cm-patti h3 {
        margin: 1px;
        background-color: #ff00a2 !important;
        color: #fff;
        padding-top: 0px;
        border-bottom: 1px solid #ffffff61;
        font-size: 22px;
        font-weight: bold;
    }

    .cm-patti .row div {
        width: 100%;
    }

    .cm-patti .aa55 {
        border-right: 1px solid #E91E63;
        border-radius: unset !important;
    }

    .cm-patti h4 {
        font-size: 24px;
        color: #00054a;
        margin: 0px;
        text-shadow: 1px 1px 3px #ffffff;
        font-weight: bold;
        padding: 0px;
    }

    .cm-patti p {
        font-size: 15px;
        color: #000b65;
        margin: 5px;
        line-height: 19px;

    }
    }

    .result_timing,
    .result_timing_right {
        position: absolute;
        color: #7a028d;
        font-size: 15px;
        padding: 2px 0;
        transform: translateY(-158%);
        border-bottom: none !important;
    }

    .result_timing {
        left: 14px;
        right: auto;
    }

    .btn_chart {
        border: 1px solid #ff006c;
        background-color: #ff006c;
        color: #fff;
        padding: 5px 7px;
        border-radius: 8px 0;
        /*box-shadow: 0px 0px 1px #000000d6;*/
        font-size: 10px;
        margin: 2px 0 -1px;
        display: block;
        transition: all .3s;
        text-shadow: 1px 1px 2px #222;
        margin-top: -1px;
        text-decoration: none;
    }

    .result_timing,
    .result_timing_right {
        position: absolute;
        color: #7a028d;
        font-size: 15px;
        padding: 2px 0;
        transform: translateY(-158%);
        border-bottom: none !important;

    }

    .result_timing_right {
        right: 14px;
        left: auto;
    }

    .diwali_wish {
        width: 700px;
    }

    .responsive {
        width: 100%;
        height: auto;
    }

    @media only screen and (max-width: 700px) {
        .diwali_wish {
            width: 100% !important;
        }

        table td {
            font-size: 15px !important;
        }

        .countdown-img {
            font-size: 40px;
            font-weight: 700;
            text-shadow: 1px 0px 4px #03c800;
            color: #0027a9;
            position: absolute;
            right: 158px;
            margin-top: -7px;
        }

        .countdown-img2 {
            font-size: 150px;
            font-weight: 700;
            text-shadow: 1px 0px 4px #03c800;
            color: #ed143d;
            position: absolute;
            right: 170px;
            margin-top: 20px;
        }
    }


