﻿body {
    
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    touch-action: manipulation
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box;
    outline: 0
}

html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.5);
    padding: 0 2px
}

::-webkit-scrollbar-thumb {
    background: #1141c1;
    border-radius: 5px
}

body {
    line-height: normal;
    font-size: 16px;
    color: #47535d;
    font-family: Roboto,sans-serif
}

iframe, img {
    max-width: 100%;
    height: auto
}

button, input, select, textarea {
    font-family: Roboto,sans-serif
}

b, strong {
    font-weight: 700
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

p {
    margin: 10px 0 15px
}

.btn {
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    background: #47ba38;
    padding: 14px 15px;
    min-width: 160px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s
}

    .btn:hover {
        background: #3aaa2b
    }

.white {
    background: #fff
}

    .white:hover {
        background: #fff
    }

.black {
    background: #1f2224
}

    .black:hover {
        background: #1f2224
    }

.gray {
    background: #47535d
}

    .gray:hover {
        background: #47535d
    }

.blue {
    background: #1141c1
}

.gray:hover {
    background: #373e44
}

.blue:hover {
    background: #0780eb
}

.container {
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto
}

.header_sec {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 5
}

    .header_sec .container {
        display: flex;
        -webkit-display: flex;
        align-items: center;
        justify-content: space-between
    }

.mobile {
    display: none !important
}

.top_banner {
    background-size: cover;
    background-position: top center;
    padding-top: 78px;
    position: relative
}

    .top_banner:before {
        background: rgba(0,0,0,.1);
        border-top: 1px solid rgba(255,255,255,.1);
        width: calc(50% + 400px);
        content: "";
        height: 70px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1
    }

    .top_banner .container {
        display: flex;
        -webkit-display: flex;
        align-items: flex-end;
        justify-content: space-between
    }

    .top_banner img {
        vertical-align: bottom
    }

    .top_banner .textblock {
        width: calc(100% - 422px);
        padding-bottom: 100px;
        position: relative
    }

        .smsText, .top_banner .textblock > p {
            color: #fff;
            font-size: 12px;
            margin-top: 3px;
            margin-bottom: 10px
        }

    .top_banner .imageblock {
        width: 422px;
        position: relative;
        z-index: 2
    }

    .top_banner h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 15px
    }

        .top_banner h1 span {
            color: #f5dc31
        }

.download_with {
    display: flex;
    -webkit-display: flex;
    align-items: center
}

.get_apk p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center
}

    .get_apk p#moberror, .get_apk p#moberrorrummy {
        color: red;
        font-weight: 500;
        margin-top: 5px;
        font-size: 14px;
        position: absolute;
        bottom: -30px;
        left: 0
    }

    .get_apk p#mobgreen, .get_apk p#mobgreenrummy {
        color: #47ba38;
        font-weight: 500;
        margin-top: 5px;
        font-size: 14px;
        left: 0
    }

.get_apk form {
    position: relative
}

.get_apk .formblock {
    display: flex;
    -webkit-display: flex;
    position: relative
}

.get_apk .telcode {
    position: absolute;
    left: 8px;
    top: 12px;
    color: #47535d;
    font-weight: 700;
    pointer-events: none
}

.get_apk input {
    width: calc(100% - 140px);
    border: none;
    font-size: 15px;
    height: 44px;
    color: #47535d;
    border-radius: 4px;
    padding: 5px 10px 5px 40px
}

.get_apk .btn {
    font-size: 14px;
    min-width: 130px;
    margin-left: 10px
}

.qr_scaner {
    width: 240px;
    border-left: 1px dashed rgba(255,255,255,.5);
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    -webkit-display: flex;
    align-items: center
}

    .qr_scaner p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        padding-left: 10px
    }

.speciality {
    display: flex;
    -webkit-display: flex;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 2
}

    .speciality li {
        list-style: none;
        padding: 10px 0 10px 65px;
        position: relative;
        color: #fff;
        border-left: 1px solid rgba(255,255,255,.1);
        margin-left: 25px
    }

        .speciality li:first-of-type {
            border-left: none;
            margin-left: 0;
            padding-left: 45px
        }

    .speciality span.icon {
        width: 28px;
        height: 28px;
        position: absolute;
        left: 25px;
        top: 15px
    }

    .speciality li:first-of-type span.icon {
        left: 10px
    }

    .speciality span.icon svg {
        width: 100%;
        height: 100%
    }

    .speciality p {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0
    }

        .speciality p small {
            display: block;
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 400
        }

.install_sec {
    background: #edeff5;
    padding: 45px 0 35px
}

.head {
    max-width: 650px;
    margin: 0 auto 25px
}

.heading {
    color: #47535d;
    font-size: 25px;
    font-weight: 700
}

    .heading span {
        color: #1141c1
    }

.install_steps {
    padding-top: 25px;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    counter-reset: counter
}

    .install_steps li {
        list-style: none;
        width: 32%;
        margin-left: 2%;
        text-align: center;
        counter-increment: counter;
        position: relative
    }

        .install_steps li:before {
            content: counter(counter);
            width: 50px;
            height: 50px;
            background: linear-gradient(#ffa127 0,#ffcf27 100%);
            border: 5px solid #edeff5;
            text-align: center;
            position: absolute;
            left: 15px;
            top: -30px;
            border-radius: 100%;
            line-height: 50px;
            font-size: 25px;
            font-weight: 700;
            color: #fff
        }

        .install_steps li:first-of-type {
            margin-left: 0
        }

    .install_steps .image_box {
        background: rgba(0,136,255,.2);
        border-radius: 4px;
        width: 100%;
        text-align: center;
        border: 1px solid #1141c1;
        margin-bottom: 15px
    }

        .install_steps .image_box img {
            vertical-align: bottom
        }

.howtoplay_sec {
    padding: 35px 0 100px
}

.howtoplay_list {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    counter-reset: counter
}

    .howtoplay_list li {
        list-style: none;
        width: 32%;
        margin-left: 2%;
        counter-increment: counter;
        position: relative
    }

        .howtoplay_list li:first-of-type {
            margin-left: 0
        }

        .howtoplay_list li p {
            padding-left: 50px;
            position: relative;
            margin-bottom: 20px;
            font-size: 14px;
            max-width: 300px
        }

            .howtoplay_list li p:before {
                content: counter(counter);
                width: 40px;
                height: 40px;
                background: linear-gradient(#47535d 0,#0e1113 100%);
                text-align: center;
                position: absolute;
                left: 0;
                top: 8px;
                border-radius: 100%;
                line-height: 40px;
                font-size: 22px;
                font-weight: 700;
                color: #fff
            }

    .howtoplay_list p strong {
        display: block;
        font-size: 18px;
        margin-bottom: 5px
    }

.action_btns {
    margin-top: 35px
}

    .action_btns .btn {
        margin: 0 5px
    }

.download_sec {
    background-size: cover;
    background-position: center center
}

    .download_sec .container {
        display: flex;
        -webkit-display: flex;
        align-items: center
    }

.download_text {
    padding: 30px
}

    .download_text h2 {
        color: #fff;
        font-weight: 700;
        font-size: 35px
    }

        .download_text h2 span {
            color: #f5dc31
        }

    .download_text .btnsbox {
        display: flex;
        margin: 15px 0 5px
    }

.btnsbox a {
    text-decoration: none;
    min-width: 175px;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center
}

    .btnsbox a:last-of-type {
        margin-left: 15px
    }

    .btnsbox a.gray {
        background: #1f2224
    }

    .btnsbox a span {
        width: 20px;
        height: 20px
    }

        .btnsbox a span img {
            width: 100%;
            height: auto
        }

.btnsbox p {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding-left: 10px;
    text-align: left
}

    .btnsbox p strong {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #1f2224
    }

.download_sec img {
    vertical-align: middle
}

.myteam_device {
    margin-top: -70px
}

.brand_add {
    margin-top: -50px
}

.download_btns > p {
    font-size: 11px;
    color: #fff
}

.head04 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 8px 0
}

    .head04 span {
        color: #f5dc31
    }

.head05 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 8px 0
}

.custumer_review {
    padding: 35px 0 40px;
    background: #f6f6f7
}

.review_list {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap
}

    .review_list li {
        list-style: none;
        width: 32%;
        margin-left: 2%;
        background: #fff;
        overflow: hidden;
        border: 1px solid #edeff5;
        border-radius: 5px
    }

        .review_list li:first-of-type {
            margin-left: 0
        }

    .review_list .review_head {
        background: #262626;
        padding: 15px 10px 45px
    }

    .review_list h4 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        background: -webkit-linear-gradient(#ffa127 0,#ffcf27 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

.review_disc {
    padding: 0 10px 10px;
    text-align: center
}

.custumer_thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: -30px auto 10px;
    display: block;
    box-shadow: 0 0 12px rgba(0,0,0,.12)
}

    .custumer_thumb img {
        object-fit: cover;
        width: 100%;
        height: auto
    }

.review_disc h6 {
    color: #2b3136;
    font-size: 16px;
    font-weight: 500
}

.review_disc p {
    font-size: 14px;
    color: #47535d
}

.more_games {
    padding: 35px 0
}

.games_list {
    margin: 0 0 10px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center
}

    .games_list li {
        list-style: none;
        width: 49%;
        margin-left: 2%;
        padding: 15px;
        z-index: 1;
        background: #cfcfcf;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .games_list li:before {
            content: "";
            background-image: -moz-linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.90196) 100%);
            background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.90196) 100%);
            position: absolute;
            z-index: -1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

        .games_list li:first-of-type {
            margin-left: 0
        }

    .games_list .text {
        width: calc(100% - 200px);
        padding-right: 20px
    }

    .games_list .image {
        width: 200px
    }

    .games_list h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700
    }

    .games_list p {
        color: #fff;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .games_list .btn {
        background: #ffbc1c;
        font-size: 14px
    }

.footer_sec {
    background: #262626;
    width: 100%
}

.footer_row1 {
    padding: 35px 0;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.usps_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

    .usps_list li {
        list-style: none;
        font-weight: 700;
        color: #fff;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid rgba(255,255,255,.1);
        margin-top: 7px;
        margin-bottom: 7px
    }

        .usps_list li:first-of-type {
            margin-left: 0;
            padding-left: 0;
            border-left: none
        }

        .usps_list li span.icon {
            vertical-align: middle;
            margin-right: 5px
        }

.footer_row2 {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

    .footer_row2 .column {
        width: 28%;
        margin-left: 2%
    }

    .footer_row2 .footer_menu {
        margin-left: 0;
        width: 40%
    }

.footer_menu ul {
    display: flex;
    flex-wrap: wrap
}

.footer_menu li {
    list-style: none;
    width: 48.5%;
    margin-left: 3%
}

    .footer_menu li:nth-child(2n+1) {
        margin-left: 0
    }

    .footer_menu li a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        display: block;
        padding: 8px 0;
        text-decoration: none;
        transition: all .5s
    }

        .footer_menu li a:hover {
            color: #f5dc31
        }

.footer_row2 h5 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.fifs_col {
    display: flex;
    align-items: center;
    justify-content: center
}

.fifs_btn {
    padding-left: 10px
}

.outline {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 10px;
    text-transform: capitalize
}

    .outline:hover {
        background: #fff;
        color: #262626
    }

.footer_row3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

    .footer_row3 p.text-center {
        margin: 0 0 10px;
        color: #fff
    }

.payment_partners {
    text-align: center
}

    .payment_partners img {
        width: 180px
    }

.social_media ul {
    display: flex;
    justify-content: center
}

    .social_media ul li {
        list-style: none;
        margin: 0 5px
    }

.social_media li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    transition: all .5s
}

    .social_media li a svg {
        width: 20px;
        height: 20px
    }

    .social_media li a:hover {
        background: #fff
    }

.social_media ul li.facebook a {
    border-color: #4267b2
}

.social_media ul li.facebook a {
    background-color: #4267b2
}

    .social_media ul li.facebook a svg .social_icon {
        fill: #fff
    }

.social_media ul li.twitter a {
    border-color: #000
}

.social_media ul li.twitter a {
    background-color: #000
}

    .social_media ul li.twitter a svg .social_icon {
        fill: #fff
    }

.social_media ul li.instagram a {
    border-color: #8a3ab9
}

.social_media ul li.instagram a {
    background-color: #8a3ab9
}

    .social_media ul li.instagram a svg .social_icon {
        fill: #fff
    }

.social_media ul li.linkdin a {
    border-color: #0e76a8
}

.social_media ul li.linkdin a {
    background-color: #0e76a8
}

    .social_media ul li.linkdin a svg .social_icon {
        fill: #fff
    }

.social_media ul li.youtube a {
    border-color: red
}

.social_media ul li.youtube a {
    background-color: red
}

    .social_media ul li.youtube a svg .social_icon {
        fill: #fff
    }

.social_media ul li.telegram a {
    border-color: #229ed9
}

.social_media ul li.telegram a {
    background-color: #229ed9
}

    .social_media ul li.telegram a svg path {
        fill: #fff
    }

.social_media ul li.sportstiger a {
    border-color: #fff
}

.social_media ul li.sportstiger a {
    background-color: #fff
}

.social_media ul li a {
    transition: .5s
}

    .social_media ul li a:hover {
        transform: scale(1.2)
    }

.feedback p {
    color: #fff;
    font-size: 16px;
    text-align: center
}

    .feedback p a {
        font-size: 30px;
        font-weight: 700;
        display: block;
        color: #fff
    }

.footer_row4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0
}

    .footer_row4 .column {
        width: 50%
    }

    .footer_row4 p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-align: center
    }

        .footer_row4 p strong {
            color: #ffbc1d
        }

        .footer_row4 p a {
            color: #ffbc1d
        }

.footer_disc {
    text-align: center;
    background: #fff;
    padding: 10px 0
}

    .footer_disc p {
        font-size: 14px;
        line-height: 22px;
        margin: 0
    }

.chatbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 6
}

.sticky_btns {
    position: sticky;
    bottom: 10px;
    max-width: 390px;
    margin: 0 auto;
    z-index: 6
}

    .download_with a.singleButton, .sticky_btns a.singleButton {
        background-image: linear-gradient(#4cea46,#1caa0e);
        border: none;
        box-shadow: 0 17px 26.46px .54px rgba(0,0,0,.49);
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        text-align: center;
        height: 50px;
        line-height: 50px;
        border-radius: 10px
    }

    .sticky_btns .btnsbox {
        display: flex;
        -webkit-display: flex
    }

    .sticky_btns a {
        text-transform: capitalize;
        text-align: left
    }

    .sticky_btns .btnsbox p {
        color: #fff
    }

        .sticky_btns .btnsbox p strong {
            color: #fff
        }

    .sticky_btns a.green {
        text-align: center;
        justify-content: center
    }

    .sticky_btns .rummyStickyBtn {
        display: none;
        background-color: #1f2224;
        color: #fff
    }

        .sticky_btns .rummyStickyBtn img {
            width: 32px;
            margin-right: 8px
        }

.modal {
    display: none;
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.modal-content {
    margin: 1.75rem auto;
    width: 100%;
    max-width: 850px;
    position: relative;
    z-index: 8
}

.model_wrap {
    background-color: #fefefe;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 10px
}

.overlay {
    background-color: rgba(0,0,0,.4);
    right: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 7
}

.modal-content .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 32px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 10;
    right: -21px;
    background: #fff;
    text-align: center;
    cursor: pointer
}

.modal-content iframe {
    vertical-align: middle;
    width: 100%;
    height: 450px
}

.mobile_installsteps {
    display: none
}




.scanDownload {
    display: flex;
    align-items: center;
    justify-content: center
}

    .scanDownload img {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        border-radius: 10px
    }

    .scanDownload p {
        font-size: 20px;
        color: #fff;
        margin: 0 0 0 40px;
        padding: 0;
        max-width: 200px;
        text-align: left;
        position: relative
    }

        .scanDownload p::before {
            content: "";
            width: 1px;
            height: 100%;
            background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
            display: block;
            position: absolute;
            left: -20px;
            top: 0
        }

.heroSilder .owl-dots {
    position: absolute;
    display: block;
    bottom: -24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .heroSilder .owl-dots .owl-dot {
        display: block;
        height: 8px;
        width: 8px;
        background-color: #1141c1;
        border-radius: 4px;
        margin: 8px 2px;
        opacity: .2;
        transition: .5s
    }

        .heroSilder .owl-dots .owl-dot.active {
            opacity: 1;
            width: 16px
        }

.header_sec .right_head {
    display: flex;
    align-items: center;
    justify-content: center
}

.myteamruuBTN {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000e1a;
    padding: 4.5px 15px 4.5px 4.5px
}

    .myteamruuBTN img {
        width: 38px;
        margin-right: 8px
    }

    .myteamruuBTN:focus, .myteamruuBTN:hover {
        background-color: #000e1a;
        color: #fff
    }

.myteam11APK {
    background-image: url(img/mutilplegamesbanner2023.html)
}

.game-page-hero {
    padding-top: 70px;
    position: relative
}

    .game-page-hero a.fullApkLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 4
    }

    .game-page-hero a.btn {
        position: relative;
        z-index: 3
    }

    .game-page-hero .row {
        display: flex;
        align-items: center;
        justify-content: center
    }

        .game-page-hero .row > div:nth-child(1) {
            width: 100%
        }

        .game-page-hero .row > div:nth-child(2) {
            width: 552px;
            flex: 0 0 552px
        }

        .game-page-hero .row h1 {
            font-size: 32px;
            color: #e8e8e8;
            font-weight: 700;
            font-style: italic
        }

        .game-page-hero .row h2 {
            font-size: 55px;
            color: #e8e8e8;
            font-weight: 700;
            font-style: italic
        }

        .game-page-hero .row p {
            font-size: 24px;
            color: #e8e8e8;
            background-color: #a30f2c;
            display: inline-block;
            padding: 10px
        }

    .game-page-hero a.btn, .new-sticky_btns a.btn {
        background-image: linear-gradient(#4cea46,#1caa0e);
        border: none;
        box-shadow: 0 17px 26.46px .54px rgba(0,0,0,.49);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
        max-width: 300px;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

        .download_with a.singleButton:after, .game-page-hero a.btn:after, .new-sticky_btns a.btn:after, .sticky_btns a.singleButton:after {
            content: "";
            display: block;
            position: absolute;
            width: 50px;
            height: 200px;
            opacity: 0;
            transform: rotate(45deg);
            background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
            top: calc(50% - 100px);
            left: -50px;
            animation: download-btn-anim 1s linear infinite alternate
        }

@keyframes download-btn-anim {
    0% {
        opacity: 0;
        left: -10%
    }

    50% {
        opacity: 1;
        left: 50%
    }

    100% {
        opacity: 0;
        left: 100%
    }
}

.download_with a.singleButton {
    padding: 0 40px
}

.new-sticky_btns a.btn {
    border-radius: 0;
    width: 100%;
    max-width: none
}

    .game-page-hero a.btn:active, .game-page-hero a.btn:focus, .game-page-hero a.btn:hover, .new-sticky_btns a.btn:active, .new-sticky_btns a.btn:focus, .new-sticky_btns a.btn:hover {
        background-image: linear-gradient(#1caa0e,#4cea46) !important
    }

    .game-page-hero a.btn span.icon, .new-sticky_btns a.btn span.icon, .sticky_btns a.singleButton span.icon {
        display: block;
        flex: 0 0 24px;
        margin-left: 16px
    }

        .game-page-hero a.btn span.icon svg, .new-sticky_btns a.btn span.icon svg, .sticky_btns a.singleButton span.icon svg {
            display: block
        }

.game-page-hero .phoneImg {
    text-align: center
}

    .game-page-hero .phoneImg img {
        margin: 0 auto
    }

.aigf {
    max-width: 150px
}

@media (max-width:1199px) {
    .rummyBanner .leftRummy > p {
        font-size: 20px;
        letter-spacing: 6px
    }

    .rummyBanner .leftRummy > h2 {
        font-size: 50px
    }

    .qr_scaner {
        display: none
    }
}

@media (max-width:991px) {
    body {
        font-size: 14px
    }

    .myteam_device, .qr_scaner {
        display: none
    }

    .speciality span.icon {
        width: 20px;
        height: 20px;
        left: 15px;
        top: 10px
    }

    .speciality {
        bottom: 8px
    }

    .top_banner:before {
        height: 58px
    }

    .speciality li:first-of-type span.icon {
        left: 0
    }

    .speciality p {
        font-size: 14px;
        white-space: nowrap
    }

    .speciality li {
        padding: 6px 0 6px 45px;
        margin-left: 15px
    }

        .speciality li:first-of-type {
            padding-left: 30px
        }

    .speciality p small {
        font-size: 11px
    }

    .top_banner .imageblock {
        width: 360px
    }

    .top_banner .textblock {
        width: calc(100% - 300px);
        padding-bottom: 80px
    }

    .top_banner h1 {
        font-size: 32px
    }

    .install_steps li:before {
        width: 35px;
        height: 35px;
        border-width: 2px;
        top: -20px;
        left: 10px;
        line-height: 35px
    }

    .howtoplay_list li p:before {
        width: 32px;
        height: 32px;
        border-width: 2px;
        top: 2px;
        left: 5px;
        line-height: 32px;
        font-size: 20px
    }

    .footer_menu li a {
        font-size: 14px;
        padding: 6px 0
    }

    .footer_row1 {
        padding: 20px 0
    }

    .outline {
        font-size: 14px;
        padding: 6px 8px;
        min-width: 140px
    }

    .feedback p a {
        font-size: 24px
    }

    .howtoplay_sec {
        padding: 35px 0 70px
    }

    .download_text {
        padding: 20px
    }

    .modal-content {
        margin: 1.75rem auto;
        width: 90%;
        max-width: 480px
    }

        .modal-content iframe {
            height: 350px
        }

    .games_list .image {
        width: 140px
    }

    .games_list .text {
        width: calc(100% - 140px);
        padding-right: 15px
    }

    .heroSilder .rummyBanner .row .rightRummy {
        width: 370px;
        flex: 0 0 370px
    }

    .rummyBanner .leftRummy > h2 {
        font-size: 40px;
        margin-bottom: 15px
    }

    .rummyBanner .leftRummy > p {
        font-size: 15px;
        letter-spacing: 5px
    }

    .inputNumberRummy .rummyformblock {
        width: 350px;
        margin-bottom: 20px
    }

        .inputNumberRummy .rummyformblock .telcode, .inputNumberRummy .rummyformblock button, .inputNumberRummy .rummyformblock input {
            font-size: 14px
        }

    .scanDownload {
        display: none
    }

    .game-page-hero .row > div:nth-child(2) {
        width: 437px;
        flex: 0 0 437px
    }

    .game-page-hero .row h1 {
        font-size: 24px
    }

    .game-page-hero .row h2 {
        font-size: 42px
    }

    .game-page-hero .row p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .download_with, .right_head .myteamruuBTN, .smsText, img.desktop {
        display: none !important
    }

    .mobile {
        display: flex !important
    }

    .top_banner .container {
        flex-direction: column-reverse
    }

    .top_banner:before {
        width: 100%
    }

    .heroSilder .owl-item .item {
        min-height: 553px
    }

    .top_banner .imageblock {
        width: 100%;
        margin: 0 auto 13px;
        max-width: 360px
    }

    .top_banner .textblock {
        width: 100%;
        padding-bottom: 0
    }

    .top_banner h1 {
        font-size: 30px;
        text-align: center
    }

    .speciality {
        width: 100%;
        justify-content: center;
        position: static;
        margin-bottom: 4px
    }

    .mobile_scroll_spe {
        margin: 0 -15px;
        position: relative;
        z-index: 5
    }

    .get_apk p {
        font-size: 16px
    }

    .get_apk {
        width: 320px
    }

        .get_apk input {
            width: calc(100% - 100px);
            font-size: 14px
        }

        .get_apk .btn {
            font-size: 12px;
            min-width: 85px;
            margin-left: 5px;
            padding: 10px 8px
        }

    .howtoplay_list li, .howtoplay_list li:first-of-type, .install_steps li, .install_steps li:first-of-type {
        margin: 10px auto;
        width: 100%;
        max-width: 350px
    }

    .brand_add {
        margin-top: 0;
        max-width: 145px
    }

    .download_text {
        padding: 20px 0 20px 20px
    }

    .review_list h4 {
        font-size: 20px
    }

    .mobile_scroll {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%
    }

        .mobile_scroll .review_list {
            width: 850px;
            flex-wrap: nowrap;
            padding-bottom: 10px
        }

        .mobile_scroll::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.02);
            padding: 0 2px
        }

        .mobile_scroll::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,.1);
            border-radius: 5px
        }

    .btnsbox a:first-of-type {
        margin-right: 7px
    }

    .btnsbox a:last-of-type {
        margin-left: 0
    }

    .review_list li {
        width: 32.66%
    }

    .usps_list li {
        margin: 10px;
        padding: 0;
        border-left: none
    }

    .footer_row1, .footer_row2 {
        padding: 15px 0
    }

        .footer_row2 .column {
            width: 50%;
            margin: 0
        }

        .footer_row2 .footer_menu {
            width: 100%;
            margin-bottom: 20px
        }

    .footer_row3 .feedback, .footer_row3 .social_media, .payment_partners {
        margin: 0 auto 15px;
        width: 100%
    }

    .footer_row4 {
        padding: 15px 0
    }

        .footer_row4 .column {
            width: 100%;
            text-align: center !important;
            margin: 5px auto
        }

    .chatbtn {
        max-width: 45px;
        bottom: 10px;
        right: 10px
    }

    .games_list li {
        width: 100%;
        margin: 10px auto;
        max-width: 500px
    }

        .games_list li:first-of-type {
            margin-left: auto;
            margin-top: 0
        }

    ul.install_steps {
        display: none
    }

    .mobile_installsteps {
        display: block;
        text-align: center;
        max-width: 320px;
        margin: 0 auto
    }

    .heroSilder .rummyBanner .row {
        flex-direction: column
    }

    .inputNumberRummy {
        display: none
    }

    .heroSilder .rummyBanner .row .rightRummy {
        width: 450px;
        flex: auto
    }

    .heroSilder .rummyBanner .row .leftRummy {
        text-align: center
    }

    .sticky_btns .rummyStickyBtn {
        display: flex;
        min-width: 185px
    }

    .btnsbox a:first-of-type {
        margin-right: 8px
    }

    .game-page-hero .row {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .game-page-hero {
        padding: 70px 0 20px
    }

        .game-page-hero .row > div:first-child {
            order: 2
        }

        .game-page-hero .row > div:nth-child(2) {
            order: 1
        }

        .game-page-hero .row > div:nth-child(2) {
            flex: auto
        }

        .game-page-hero .phoneImg {
            width: 294px;
            margin: 0 auto 30px
        }
}

@media (max-width:599px) {
    .heroSilder .owl-item .item {
        min-height: 520px
    }

    .top_banner {
        padding-top: 70px
    }

    .logo {
        max-width: 170px
    }

    .btn {
        padding: 12px 10px;
        min-width: 140px;
        font-size: 14px
    }

    .header_sec {
        padding: 15px 0
    }

    .brand_add {
        display: none
    }

    .top_banner h1 {
        font-size: 24px
    }

    .howtoplay_sec, .install_sec {
        padding: 25px 0
    }

    .install_steps {
        padding-top: 0
    }

    .custumer_review, .download_text, .more_games {
        padding: 25px 0
    }

    .download_text {
        text-align: center;
        width: 100%
    }

        .download_text .btnsbox {
            justify-content: center
        }

        .download_text h2 {
            font-size: 28px
        }

    .head05 {
        font-size: 16px
    }

    .head04 {
        font-size: 24px
    }

    .btnsbox a {
        padding: 8px 10px;
        min-width: 150px
    }

    .footer_row2 .column {
        margin-top: 20px;
        width: 100%
    }

    .footer_row2 .footer_menu {
        margin-top: 0
    }

    .btnsbox a span {
        width: 18px;
        height: 18px
    }

    .btnsbox a {
        padding: 8px 8px;
        min-width: 140px
    }

    .btnsbox p {
        padding-left: 5px
    }

        .btnsbox p strong {
            font-size: 14px
        }

    .chatbtn {
        bottom: 60px
    }

    .usps_list li {
        margin: 5px
    }

    .action_btns {
        margin-top: 10px
    }

    .head {
        margin: 0 auto 15px
    }

    .mobile_scroll_spe {
        padding: 0 7px;
        margin: 0 -15px
    }

    .speciality span.icon {
        width: 16px;
        height: 16px;
        top: 50%;
        left: 12px;
        margin-top: -8px
    }

    .speciality li:first-of-type {
        padding-left: 25px
    }

    .speciality li {
        padding: 2px 0 2px 40px;
        margin-left: 8px;
        width: 33.33%;
        display: flex;
        align-items: center
    }

    .speciality p {
        white-space: normal
    }

    .speciality {
        justify-content: flex-start
    }

    .mobile_scroll_spe::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,0);
        padding: 0 0
    }

    .mobile_scroll_spe::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0);
        border-radius: 5px
    }

    .footer_disc p {
        font-size: 12px;
        line-height: normal
    }

    .modal-content {
        margin: 1.75rem 5%;
        width: 90%;
        max-width: 480px
    }

        .modal-content iframe {
            height: 300px
        }

        .modal-content .close {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 26px;
            right: -10px;
            top: -10px
        }

    .heading {
        font-size: 18px
    }

    .heroSilder .rummyBanner .row .rightRummy {
        width: 409px
    }

    .myteamruuBTN {
        padding: 4.5px 10px 4.5px 4.5px;
        min-width: 0;
        font-size: 12px;
        margin: 0
    }

        .myteamruuBTN img {
            width: 28px
        }

    .sticky_btns .rummyStickyBtn {
        min-width: 160px
    }

    .game-page-hero {
        padding: 80px 0 0
    }

    .sticky_btns {
        max-width: 100%;
        bottom: 0
    }

        .sticky_btns a.singleButton {
            border-radius: 0
        }
}

@media (max-width:479px) {
    .usps_list {
        align-items: flex-start;
        flex-wrap: nowrap;
        margin: 0 -5px
    }

        .usps_list li {
            margin: 0;
            padding: 0 3px;
            font-size: 10px;
            text-align: center;
            font-weight: 400
        }

            .usps_list li span.icon {
                display: block;
                margin: 0 auto 5px
            }

    .rummyBanner .leftRummy > h2 {
        font-size: 35px;
        margin-bottom: 46px
    }

    .heroSilder .rummyBanner .row .rightRummy {
        width: 360px
    }

    .rummyBanner {
        padding-top: 160px
    }

    .game-page-hero {
        padding: 95px 0 0
    }

        .game-page-hero .phoneImg {
            width: 336px;
            margin: 0 auto 10px
        }

    .heroSilder .owl-item .item {
        min-height: 561px
    }

    .top_banner .imageblock {
        width: 410px;
        margin: 0 auto 8px -20px;
        max-width: none
    }

    .top_banner h1 {
        margin-top: 5px
    }
}

@media (max-width:400px) {
    .top_banner h1 {
        margin-top: 39px
    }

    .top_banner .imageblock {
        width: 370px;
        margin: 0 auto 8px -20px
    }
}

@media (max-width:359px) {
    .logo {
        max-width: 145px
    }

    .btn {
        min-width: 128px
    }

    .top_banner .imageblock {
        width: 320px
    }

    .right_head .btn {
        padding: 11px 7px;
        min-width: 125px;
        font-size: 13px
    }

    .download_text h2 {
        font-size: 25px
    }

    .social_media ul li {
        margin: 0 3px
    }

    .footer_row4 p {
        font-size: 12px
    }

    .footer_menu li a {
        font-size: 13px
    }

    .games_list li {
        flex-direction: column-reverse
    }

    .games_list .text {
        width: 100%;
        padding-right: 0;
        text-align: center
    }

        .games_list .text p {
            margin: 0 auto 12px
        }

    .games_list .image {
        margin: 0 auto 15px
    }

    .games_list h4 {
        font-size: 22px
    }

    .heroSilder .rummyBanner .row .rightRummy {
        width: 320px
    }

    .rummyBanner .leftRummy > h2 {
        font-size: 30px;
        margin-bottom: 40px
    }

    .right_head .myteamruuBTN {
        padding: 4.5px 10px 4.5px 4.5px;
        min-width: 0;
        font-size: 10px;
        margin: 0
    }

        .right_head .myteamruuBTN img {
            width: 28px
        }

    .game-page-hero .phoneImg {
        width: 293px
    }

    .heroSilder .owl-item .item {
        min-height: 518px
    }

    .speciality li {
        padding: 2px 0 2px 35px
    }

    .speciality span.icon {
        width: 14px;
        height: 14px;
        margin-top: -7px
    }

    .speciality p {
        font-size: 12px
    }

        .speciality p small {
            font-size: 9px
        }
}

.stkbtnBottom {
    transition: .2s
}

.rummyTitansBanner {
    background-color: #3d050a;
    background-position: center center;
    background-size: contain
}

.rummyLogoBox {
    max-width: 180px;
    margin: 18px auto
}

.heroSilder .rummyTitansBanner .row .leftRummy {
    text-align: center
}

.heroSilder .rummyTitansBanner .row .col-md-6 {
    width: 50%;
    flex: 0 0 50%
}

.rummyBanner .leftRummy > p {
    font-family: Oswald,sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 50px;
    transform: skewX(-7deg)
}

.rummyTitansBanner .leftRummy > h2 {
    font-family: Oswald,sans-serif;
    font-weight: 700;
    background: #eac36c;
    background: linear-gradient(to right,#eac36c 50%,#b69049 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 60px;
    line-height: 75px;
    transform: skewX(-7deg);
    margin-bottom: 20px
}

.rummyBanner .download_with {
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,.5);
    margin-bottom: 15px
}

.heroSilder .rummyTitansBanner .rightRummy img:first-child {
    width: 73%;
    transform: translateX(10%) translateY(-59%)
}

.rummyTitansBanner .qr_scaner p {
    text-align: left
}

@media (max-width:1440px) {
    .rummyTitansBanner {
        background-size: cover
    }
}

@media (max-width:991px) {
    .rummyLogoBox {
        max-width: 150px;
        margin: 8px auto
    }

    .rummyBanner .leftRummy > p {
        font-size: 36px;
        line-height: 42px
    }

    .rummyTitansBanner .leftRummy > h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 11px
    }

    .rummyBanner .download_with {
        margin-bottom: 0
    }

    .heroSilder .rummyTitansBanner .rightRummy img:first-child {
        width: 95%
    }
}

@media (max-width:767px) {
    .heroSilder .owl-item .item.rummyTitansBanner {
        background-image: url(img/mt11RummyBannerMobBg.html) !important;
        background-position: center bottom -50px;
        background-color: #2e0607
    }

    .heroSilder .rummyTitansBanner .rightRummy img:first-child {
        width: 100%;
        position: static;
        transform: none
    }

    .rummyLogoBox {
        max-width: 120px;
        margin: 0 auto
    }

    .rummyBanner .leftRummy > p {
        font-size: 28px;
        line-height: 32px
    }

    .rummyTitansBanner .leftRummy > h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 0
    }

    .heroSilder .rummyTitansBanner .row .col-md-6 {
        max-width: 305px;
        width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width:599px) {
    .rummyBanner {
        padding-top: 68px
    }
}

@media (max-width:479px) {
    .rummyBanner {
        padding-top: 109px
    }

        .rummyBanner .leftRummy > p {
            font-size: 24px
        }

    .rummyTitansBanner .leftRummy > h2 {
        font-size: 32px
    }
}

@media (max-width:359px) {
    .rummyBanner {
        padding-top: 65px
    }

}
