/*! CSS Used from: https://matkaplay.pro/css/bootstrap.min.css */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
::after,
::before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3,
h4,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: bolder;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

[role=button] {
    cursor: pointer;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.wallet_portn h6 svg {
    height: 25px;
    fill: #f01111;
    margin-right: 6px;
}

.wallet_portn h6 {
    color: #fff;
    font-size: 15px;
    padding: 10px 8px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.pro-offer {
    border-radius: 10px !important;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width:576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active {
    display: block;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

/*! CSS Used from: https://matkaplay.pro/css/style.css?v=1.3 */
:root {
    --black: #000000;
    --white: #ffffff;
}

.theme-light {
    --color-primary: #0060df;
    --color-secondary: #fbfbfe;
    --color-accent: #fd6f53;
    --font-color: #000000;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Arial, sans-serif !important;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    list-style: none;
    text-decoration: none;
}

h1 {
    margin-bottom: 0 !important;
}

a:hover {
    list-style: none;
    text-decoration: none;
}

.menu_area ul li a.active {
    /* color: #ff8d35; */
    background: #ff8d35;
}

.logo a img {
    height: 75px;
    /* width: 72px; */
}

.menu_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_area ul li a {
    padding: 0 10px;
    font-size: 16px;
    color: var(--white);
}

.menu_area ul li a:hover {
    color: #ff8d35;
    transition: ease-in-out .4s;
}

.Profile_area img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.Profile_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.matka_header_main {
    display: flex;
    align-items: center;
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 999;
    width: 100%;
    background: rgb(9, 7, 88);
    transition: all .3s ease-in;
    border-bottom: 2px solid aliceblue;
}

.matka_header_main .row {
    display: flex;
    align-items: center;
}

.banner_area_main {
    position: relative;
}

.banner_area_main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.Profile_area {
    display: none;
}

.login_regis ul li a svg {
    width: 12px;
    color: #fff;
}

.login_regis ul li a {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
    background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: 50% 0;
    background-size: 200%;
    padding: 11px 16px;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0 0 10px;
    transition: ease-in-out .4s;
}

.login_regis ul li a:active,
.login_regis ul li a:focus,
.login_regis ul li a:hover {
    color: #fff;
    background-position: 0;
    transition: ease-in-out .4s;
}

.login_regis ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

section.login_wrap_area h6 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 400;
}

.banner_cont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transform: translate(0, -50%);
}

.matka_rate_area {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
}

.matkaply_area {
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    left: 50%;
    right: 50%;
    top: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    padding: 25px;
}

.matkaply_area p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0 0 8px;
    position: relative;
    z-index: 99;
}

.matkaply_area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
}

.matkaply_area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
}

.matkarate_area {
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    padding: 25px;
}

.matkarate_area h2 {
    text-align: center;
    color: #d57440;
    margin: 0 0 12px;
}

.matkarate_area p a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0;
}

.matkarate_area::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
}

.matkarate_area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
}

.matkarate_area ul li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #fff;
    padding: 4px 0;
    border-bottom: 1px solid #333488;
}

.matkarate_area ul li p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.matkarate_area ul li p svg {
    width: 18px;
    margin: 0 10px 0 0;
    color: #f85425;
}

.matkarate_area ul {
    position: relative;
    z-index: 99;
}

.matkarate_area ul li span {
    color: #f85425;
    font-weight: 600;
}

.calltoaction {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
    padding: 5px 15px;
    text-align: center;
}

.button_area a {
    color: #fff;
    padding: 11px 39px;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0 0 10px;
    letter-spacing: 2px;
}

.button_area h2 {
    color: #ffff;
    font-size: 18px;
}

.button_area p {
    color: #ffff;
    font-size: 13px;
    margin: 13px 28px;
}

.matka_game_result_area {
    background: #090758;
    /* background-image:url(https://matkaplay.pro/images/reslt_bg.webp); */
    /*    background: currentColor;*/
    background-size: cover;
    /*   background-attachment:fixed;*/
    background-position: center;
    padding: 30px 0 7px;
    position: relative;
}

.heading h2 {
    text-align: center;
    color: #df7a41;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
}

.heading p {
    text-align: center;
    color: #f7f7f7;
    margin: 0 0 45px;
    font-weight: 600;
    font-size: 14px;
}

.result_main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.single_result {
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
    border-radius: 10px;
    width: 18%;
    margin: 0 7px 10px;
    padding: 10px 15px;
    position: relative;
}

.single_result::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 150px;
    width: 150px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
    opacity: .5;
}

.single_result::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 150px;
    width: 150px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(50px, -50%);
    transform: translate(-50px, -50%);
    opacity: .5;
}

.result_opn_cls p {
    transform: translate(0, -50%);
    height: 28px;
    width: 84px;
    background: #5e35b1;
    border-radius: 50px;
    line-height: 29px;
    margin: auto;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.result_opn_cls p::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 96px;
    border-radius: 50px;
    left: -6px;
    top: -6px;
    background: #5e35b1;
    opacity: .45;
    z-index: -1;
}

.result_opn_cls {
    display: flex;
    justify-content: space-between;
    bottom: 11px;
    position: relative;
}

.single_result .bazar_title {
    text-align: center;
    color: #ff8d35;
    font-size: 20px;
    margin: -4px 0 0;
    font-weight: 500;
}

.result_number {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.result_number span {
    color: #fff;
    font-size: 18px;
    margin: 5px 0;
    font-weight: 600;
}

.chart_btn a svg {
    width: 12px;
    position: relative;
    bottom: 1px;
}

/* .chart_btn a{background:linear-gradient(to right,#F01111 0%,#FF8D35 15%,#FF8D35 30%,#F01111 55%,#F01111 100%);color:#fff;padding:5px 14px;font-size:15px;text-transform:capitalize;border-radius:50px;display:inline-block;} */
.chart_btn span {
    color: #d6d0d0;
    padding: 5px 14px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 50px;
    display: inline-block;
}

.chart_btn {
    display: flex;
    justify-content: space-around;
    margin: 10px 0 0;
    position: relative;
    z-index: 9999;
}

.button_area a svg {
    width: 18px;
    margin: 0 9px 0 0;
    fill: #fff;
}

.game_timetable_area {
    background: url(https://matkaplay.pro/images/bg2.webp);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-attachment: fixed;
}

.game_table {
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
    width: 100%;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    text-align: center;
}

.game_table table {
    width: 100%;
}

.game_table table tr th {
    border-bottom: 3px solid #4528aa;
    font-size: 15px;
    color: #ff8d35;
    font-weight: 500;
    padding: 0 0 6px;
}

.game_table table tr td {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #3b1e95;
    text-align: center;
}

.game_table::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 500px;
    width: 500px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
    opacity: .5;
}

.game_table::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 500px;
    width: 500px;
    background-image: url(https://matkaplay.pro/images/ro.webp);
    background-size: cover;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    opacity: .5;
}

.info_area {
    padding: 40px 0;
    background: #1d0a64;
}

.info_detl {
    color: #fff;
    border: 1px solid #49249d;
    padding: 0 35px 24px;
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
    border-radius: 10px;
    position: relative;
}

.info_detl h2 {
    transform: translate(0px, -16px);
    height: 30px;
    width: auto;
    background: #5e35b1;
    border-radius: 50px;
    line-height: 29px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 0 14px;
}

.info_detl p {
    font-size: 15px;
}

.page_footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #232a5c;
    background-size: 100%;
}

div.footer_sociallink {
    display: flex;
    flex-direction: row;
}

div.footer_sociallink a svg {
    fill: #fff;
    height: 25px;
    margin: auto;
    display: table;
    width: 25px;
}

div.footer_sociallink a {
    border: 1px solid #5e35b1;
    margin-right: 30px;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
    height: 45px;
    width: 45px;
}

.Quicklnk_spcr {
    display: flex;
    flex-direction: row;
}

ul.Quicklnk_spcr li a {
    color: #fff;
    font-size: 15px;
    padding-right: 30px;
}

.Quicklink_hdng {
    color: #ff8d35;
    font-size: 2.2rem;
    padding-bottom: 15px;
}

.bottom_footer {
    border-top: 1px solid #121826;
}

.top_footer {
    padding-bottom: 40px;
}

.bottom_footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin: 0;
}

.steps_wrap {
    padding: 40px 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background: #1d0a64;
}

.steps_info {
    text-align: center;
    margin: 0 0 60px;
    color: #fff;
    padding: 0 25%;
}

.steps_info h2 {
    font-size: 2.5rem;
    padding-bottom: 15px;
    color: #ff8d35;
}

.steps_info p {
    font-size: 15px;
}

.steps_infobox {
    color: #fff;
    text-align: center;
    padding: 0 12px;
}

.steps_infobox .steps_dwnhdng {
    font-size: 2rem;
    padding-bottom: 15px;
    color: #ff8d35;
    height: 60px;
}

.steps_infobox p {
    font-size: 13px;
}

.steps_infobox p svg {
    fill: #fff;
    height: 22px;
}

.svg_icon {
    transform: translate(0, -50%);
    height: 60px;
    width: 60px;
    background: #5e35b1;
    border-radius: 50px;
    margin: auto;
    padding: 18px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg_icon:after {
    content: "";
    position: absolute;
    height: 72px;
    width: 72px;
    border-radius: 50px;
    left: -6px;
    top: -6px;
    background: #5e35b1;
    opacity: .45;
    z-index: -1;
}

.trust_wrap {
    background: #0a0858;
    padding: 40px 0;
}

ul.Trust_listing li svg {
    height: 20px;
    fill: #f01111;
    margin-right: 12px;
}

.trust_info h2 {
    color: #ff8d35;
    padding-bottom: 8px;
    font-size: 2.5rem;
}

.Trust_listing li .media-body p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

ul.Trust_listing li {
    padding-bottom: 20px;
}

ul.Trust_listing li:last-child {
    padding-bottom: 0;
}

.trust_img {
    position: relative;
    display: inline-block;
}

img.trust_imgmn {
    width: 330px;
    z-index: 99;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.trust_img:after {
    content: "";
    background: url(https://matkaplay.pro/images/why_us_grid.webp);
    width: 300px;
    height: 170px;
    top: -4%;
    right: -20%;
    position: absolute;
    display: inline-block;
    z-index: 9;
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    margin: 0 auto 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
}

ul.accordion-list li h2 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 10px;
    margin: 0;
    font-size: 15px;
    letter-spacing: .01em;
    cursor: pointer;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-top: 1px solid #48229d;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px;
    font-size: 14px;
}

div#nav_toggler {
    display: none;
}

.frnt_accrdian li {
    padding: 0 20px 10px !important;
    margin: 0 auto 35px;
    background: 0 0 !important;
    border: none !important;
}

ul.frnt_accrdian li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: -35px -42px 25px;
    padding: 30px 30px 15px;
    cursor: pointer;
    border-top: 1px solid #48229d;
    border-radius: 10px;
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
}

ul.frnt_accrdian li h2:after {
    content: ">";
    font-family: material-design-iconic-font;
    position: absolute;
    right: 18px;
    top: 8px;
    color: #ff8d35;
    transition: all .3s ease-in-out;
    font-size: 18px;
}

.frnt_accrdian .info_detl h2 {
    transform: translate(0px, -16px);
    height: auto;
    width: 66%;
    text-align: left;
    background: #5e35b1;
    border-radius: 50px;
    line-height: 27px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.6rem;
    display: inline-block;
    padding: 8px 25px;
}

.accordion_listinfo {
    padding: 40px 0 0 !important;
}

.frnt_accrdian li:last-child {
    margin-bottom: 0;
}

.ovaerlay_footer {
    padding-top: 30px;
    background: #121826;
}

hr.ftr_border {
    border: 1px solid #5e35b1;
    margin: 20px 0;
}

.licenses_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-top: auto;
    margin-bottom: 0;
}

.licenses_wrap li img {
    height: 30px;
    margin-left: 20px;
}

.main_socialwrp {
    display: flex;
    justify-content: space-between;
}

ul.frnt_accrdian li div.answer h4 {
    color: #ff8d35;
    padding-top: 15px;
}

ul.frnt_accrdian li div.answer h6 {
    font-size: 15px;
    color: #ff8d35;
    padding-top: 15px;
}

.trust_infodtl {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}

.whatsapp_icon {
    position: fixed;
    left: 8px;
    bottom: 17px;
    z-index: 99999;
}

.whatsapp_icon a img {
    width: 50px;
    height: 50px;
}

.bnrdownload_appbtn {
    background-color: #004a7f;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    height: 65px;
    width: 214px;
}

.msvg_hdng {
    font-size: 16px !important;
    color: #ff8d35 !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    padding-top: 0 !important;
}

.login_wrap_area p a {
    background: linear-gradient(to right, #090758 0%, #090758 15%, #6E4BD2 30%, #090758 55%, #090758 100%);
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
}

.login_wrap_area {
    padding-bottom: 5px;
    padding-top: 15px;
}

section.login_wrap_area p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}

.matkaply_conarea {
    padding: 40px 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background: #0a0858;
}

.login_areainfohdng {
    color: #F8F9FA;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.login_areainfoadded {
    padding-bottom: 11px;
    font-size: 15px;
    font-weight: 400;
}

.matkaply_area h2 {
    text-align: center;
    color: #d57440;
    font-size: 2.55rem;
    padding-bottom: 10px;
}

.payment_slider {
    margin: 0 auto;
    height: auto;
}

.payment_slider img {
    width: 100%;
}

.payment_slider_main {
    background: #1d0a64;
    padding: 27px 0 2px;
}

.heding_withd {
    text-align: center;
    color: #df7a41;
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 22px;
}

.para_withd {
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding: 0 0 34px;
}

ul.parter_listing {
    display: flex;
    flex-direction: row;
}

ul.parter_listing li {
    width: 14%;
    padding-right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.parter_listing li img {
    width: 100%;
    height: 35px;
}

img.prtnerlogobg {
    background: #fff;
}

span.guestforum_name {
    font-size: 14px;
}

.pagebanner_info h1 {
    padding-bottom: 10px;
    font-size: 28px;
}

.pagebanner_info p {
    font-size: 15px;
    padding: 5px;
}

.accordion-listgus {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
}

ul.accordion-listgus li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    margin: 0 auto 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: rgba(77, 25, 173, .5);
    border: 2px solid rgba(94, 53, 177, .5);
}

ul.accordion-listgus li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-top: 1px solid #48229d;
}

ul.accordion-listgus li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px;
    font-size: 14px;
}

.guestforumtime {
    font-size: 14px;
    font-weight: 400;
}

.expert_forum {
    position: fixed;
    left: 8px;
    bottom: 17px;
    z-index: 99999;
    background: #ff0105;
    border-radius: 4px;
    padding: 8px;
}

.expert_forum a span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

img.pro-offer {
    width: 100%;
    height: 310px;
}

/*! CSS Used from: https://matkaplay.pro/css/responsive.css?v=8.1 */
@media (MAX-width:1366px) {
    .menu_area ul li a {
        padding: 0 8px;
    }
}

@media (MAX-width:1352px) {
    .login_regis ul li a {
        padding: 11px 10px;
        font-size: 14px;
    }
}

@media (MAX-width:1305px) {
    .login_regis ul li a {
        padding: 11px 10px;
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .res-header .logo a img {
        height: 34px;
        width: 55px;
    }

    .wallet_portn {
        margin-right: 0;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translate(40px, 0px);
    }

    .wallet_portn h6 {
        padding: 6px 0 !important;
    }

    .login_wrap_area {
        padding-bottom: 15px;
    }

    .login_areainfohdng {
        font-size: 22px;
        padding-bottom: 3px;
    }

    .login_areainfoadded {
        padding-bottom: 11px;
        font-size: 15px !important;
        font-weight: 400;
        line-height: 20px !important;
    }

    .matkaply_area {
        left: 0;
        right: 0;
    }

    .svg_iconres {
        width: 50px;
    }

    .logo {
        /* position: absolute;
        left: 20px;
        top: 15px; */
    }

    .logo a img {
        /* height: 80px;
        position: relative; */
        /* bottom: 6px;
        width: 80px; */
    }

    hr.ftr_border {
        border: 1px solid #5e35b1;
        margin: 15px 0;
    }

    .main_socialwrp {
        justify-content: center;
        flex-direction: column;
    }

    .licenses_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-top: auto;
        margin-bottom: 0;
        flex-direction: row !important;
    }

    .licenses_wrap li img {
        height: 30px;
        margin-right: 20px;
        margin-left: 0;
        margin-top: 20px;
        width: 30px;
    }

    img.trust_imgmn {
        width: 270px;
        margin: 20px auto 0;
        display: table;
        height: 250px;
    }

    .Quicklnk_spcr {
        flex-direction: column;
    }

    ul.Quicklnk_spcr li {
        padding: 5px 0;
    }

    .Profile_area {
        position: absolute;
        top: 42px;
        right: 2px;
    }

    .frnt_accrdian .info_detl h2 {
        width: 100%;
        position: relative;
        left: 0;
        font-size: 1.35rem;
    }

    ul.frnt_accrdian li div.answer {
        margin: -40px 0 25px;
    }

    ul.frnt_accrdian {
        padding: 20px 0 15px;
    }

    .frnt_accrdian li:last-child {
        margin-bottom: 0;
    }

    .frnt_accrdian li {
        margin: 0 auto 5px;
    }

    .login_regis ul li a {
        padding: 5px 12px;
        font-size: 14px;
        width: 100px;
        border-radius: 0 0 0 0;
        margin: 2px 0;
        text-align: center;
    }

    .login_regis ul {
        flex-direction: column;
    }

    .login_regis ul {
        flex-direction: column;
    }

    .menu_area ul li {
        padding: 6px 10px;
    }

    .menu_area ul li a {
        padding: 0;
        font-size: 16px;
    }

    .login_regis {
        position: absolute;
        top: 7px;
        right: 0%;
    }

    .menu_area {
        margin-top: 40%;
    }

    .menu_area ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .menu_area {
        margin-top: 5%;
        /* position: absolute; */
        left: 0;
        background: #090758;
        /* bottom: 0; */
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 6px 0;
        width: 100%;
    }

    .matka_header_main {
        height: 198px;
        position: relative;
        background: rgb(45 19 132);
    }

    .banner_area_main img {
        height: 250px;
    }

    .matkarate_area {
        margin-top: 12px;
        left: 0;
        right: 0;
    }

    .single_result {
        width: 100%;
    }

    .single_result::before {
        width: 100%;
    }

    .steps_info {
        padding: 0 20px;
    }

    .steps_wrap {
        background-size: cover;
    }

    .steps_info h2 {
        font-size: 2rem;
    }

    .steps_infobox .steps_dwnhdng {
        display: flex;
        place-items: end;
        padding-bottom: 0;
    }

    .steps_infobox {
        color: #fff;
        text-align: center;
        padding: 0 12px;
        display: flex;
        flex-direction: row;
        margin-bottom: 15px !important;
    }

    .steps_infobox:last-child {
        margin-bottom: 0;
    }

    .svg_icon {
        transform: translate(0);
        margin: 12px 28px 12px 0;
    }

    .steps_infobox p {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .trust_info {
        padding: 0 20px;
        margin-bottom: 22px;
    }

    .matkaply_area::before {
        right: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .matkaply_area::after {
        left: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .matkarate_area::before {
        right: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .matkarate_area::after {
        left: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .single_result::before {
        right: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .single_result::after {
        left: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .game_table::before {
        right: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .game_table::after {
        left: 50px;
        top: 50%;
        height: 90px;
        width: 90px;
    }

    .trust_img:after {
        height: 170px;
        top: 2%;
        right: 0;
    }

    .trust_info h2 {
        font-size: 2rem;
        text-align: center;
    }

    .info_detl h2 {
        transform: translate(-50%, -50%);
        left: 50%;
        right: 50%;
        font-size: 14px;
    }

    .trust_img {
        margin: auto;
        display: table;
    }

    .info_detl {
        padding: 0 20px 24px;
    }

    .info_detl p {
        font-size: 14px;
        text-align: justify;
    }

    .page_footer {
        background-size: cover;
    }

    ul.Quicklnk_spcr li:last-child {
        padding-bottom: 0;
    }

    .top_footer {
        padding-left: 20px;
        padding-bottom: 15px;
    }

    .Quicklink_hdng {
        padding-bottom: 10px;
    }

    .Quicklink_hdng {
        padding-bottom: 10px;
        padding-top: 0;
    }

    ul.accordion-list {
        padding: 20px 0;
    }

    .matkaply_area p {
        color: #fff;
        text-align: justify;
        font-size: 14px;
        margin: 0 0 8px;
        position: relative;
        z-index: 99;
    }

    .heading h2 {
        margin: 0 0 5px;
    }

    .heading p {
        margin: 0 0 35px;
    }

    img.pro-offer {
        width: 100%;
        height: 185px;
    }
}

@media (max-width:800px) {
    ul.parter_listing li {
        width: 35%;
    }

    td {
        border: 1px solid #fff;
        border-left: none !important;
    }
}

@media (max-width:430px) {
    .matka_header_main {
        height: 189px !important;
    }
}

@media (max-width:414px) {
    .pagebanner_info h1 {
        padding-bottom: 0;
        font-size: 24px;
    }

    .matka_rate_area {
        padding: 15px 0 25px;
    }
}

@media (max-width:480px) {
    img.banner_areabg {
        height: 220px;
        width: 100%;
    }

    .msvg_sig svg {
        height: 31px !important;
        width: 31px !important;
    }

    .msvg_sig2 svg {
        height: 24px !important;
        width: 24px !important;
    }

    .logo a img {
        /* height: 55px;
        position: relative;
        bottom: 6px;
        width: 80px; */
    }

    .wallet_portn {
        left: 39%;
    }
}

@media (max-width:360px) {
    .pagebanner_info h1 {
        padding-bottom: 0;
        font-size: 24px;
    }

    .matka_header_main {
        height: 196px;
        position: relative;
        background: rgb(45 19 132);
    }

    img.trust_imgmn {
        width: 308px;
        margin: 20px auto 0;
        display: table;
        height: 215px;
    }

    /*new css added 19.06.2023*/
    div.footer_sociallink a {
        border: 1px solid #5e35b1;
        margin-right: 30px;
        border-radius: 2px;
        padding: 10px;
        margin-top: 15px;
        height: 45px;
        width: 45px;
        width: 15%;
    }

    div.footer_sociallink {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

/*! CSS Used keyframes */
@-webkit-keyframes glowing {
    0% {
        background-color: #b20000;
        -webkit-box-shadow: 0 0 3px #b20000;
    }

    50% {
        background-color: red;
        -webkit-box-shadow: 0 0 40px red;
    }

    100% {
        background-color: #b20000;
        -webkit-box-shadow: 0 0 3px #b20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #b20000;
        -moz-box-shadow: 0 0 3px #b20000;
    }

    50% {
        background-color: red;
        -moz-box-shadow: 0 0 40px red;
    }

    100% {
        background-color: #b20000;
        -moz-box-shadow: 0 0 3px #b20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #b20000;
        box-shadow: 0 0 3px #b20000;
    }

    50% {
        background-color: red;
        box-shadow: 0 0 40px red;
    }

    100% {
        background-color: #b20000;
        box-shadow: 0 0 3px #b20000;
    }
}


/*new css added here 17.10.2023*/
.pro_landing_result {
    background: #0a0858;
    padding: 20px 7px;
}

.pro_landing_result_title {
    text-align: center;
    margin: 0 0 28px;
}

.pro_landing_result_title h2 {
    color: #f01111;
    font-size: 23px;
}

.pro_landing_result_title p {
    color: #fff;
    font-size: 16px;
}

.pro_landing_result_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single_pro_landing_result {
    background: #27156a;
    padding: 15px;
    border-radius: 10px;
    width: 24%;
    text-align: center;
    margin: 0 0 18px;
}

.single_pro_landing_result h3 {
    color: #f01111;
    font-size: 20px;
}

.single_pro_landing_result p {
    color: #fff;
    font-size: 14px;
}

.single_pro_landing_result h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.reslt_butt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    position: relative;
}

.reslt_butt a {
    background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
    padding: 6px 14px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.reslt_butt a {
    background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
    padding: 6px 14px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}



#snow {
    background: none;
    z-index: 200;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/flake1.png"),
        url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/flake2.png"),
        url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/flake3.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}



@media (max-width:991px) {

    /*.matka_header_main {
    height: 230px;
}*/
    .matka_header_main {
        height: 160px;
    }

    .matka_rate_area .container-fluid {
        padding: 0;
    }

    .matka_rate_area .container {
        padding: 0;
    }

    img.pro-offer {
        border-radius: 0 !important;
        margin: -15px 0 0;
    }

    .matkarate_area {
        width: 93%;
        margin: 12px auto 0;

    }

    .matkarate_area2 {
        width: 93%;
        margin: 12px auto 0;
        color: #ffffff;
        text-align: center;
        font-size: 13px;
    }


    .menu_area ul li {
        padding: 6px 6px;
    }

    .login_wrap_area {
        width: 100%;
        padding: 0 0 0 15px;
    }

    .pagebanner_info h1 {
        text-align: left;
    }

    section.login_wrap_area p {
        text-align: left;
        font-weight: 600;
    }

    section.login_wrap_area h6 {
        text-align: left;
        font-weight: 600;
        padding: 0 0 0 5px;
    }

    .matka_rate_area {
        padding: 0px 0 25px;
    }



}

@media (max-width:820px) {
    .single_pro_landing_result {
        width: 100%;
    }

    .login_wrap_area p a {
        font-size: 18px;
    }

    .login_wrap_area p a {
        font-size: 16px;
    }
}




@media (max-width:414px) {
    #single-form ul li {
        width: 47%;
    }

    #single-form ul {
        justify-content: center;
    }

    .whatp a {
        font-size: 13px !important;
        margin: 3px 0 5px;
    }

    .matka_header_main {
        height: 189px;
    }

    .join_whatsapp_gorup_main p {
        font-size: 16px;
        width: 93% !important;
    }

    .join_whatsapp_gorup_main {
        background: linear-gradient(to right, #090758, #6461bc) !important;
    }

    .join_whatsapp_gorup_main a {
        background: #f25914 !important;
    }

    .join_whatsapp_gorup_main h3 {
        color: #fcb645 !important;
    }

}

/* @media (max-width:390px){

.matka_header_main {
  height: 160px;
}

} */


@media (max-width:380px) {
    .matkarate_area p a {
        font-size: 13px !important;
    }
}

/*new css added here 17.10.2023*/
.whatp a {
    background: #ebdaaf;
    border-radius: 4px;
    color: #d32f2f;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 17px;
    margin: 0 0 6px;
}

span.red {
    color: #eee;
    font-weight: 900;
    font-size: 20px;
}

.offer-section p {
    font-size: 14px;
    color: #ededed;
    margin: 0px;
    /* line-height: 24px; */
    line-space: 16px;
    /* letter-spacing: 0.5px; */
    font-weight: 700;
}

.offer-section h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.offer-section {
    padding: 5px;
}



.bannersecnd_optn {
    /* background: linear-gradient(45deg, #11f1e7, #35a0ff) !important; */
    background: #b20000;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;

}

.blinkcall a {
    font-weight: 700;
    font-size: 20px;
}

.blinkcall {
    background: linear-gradient(94deg, #47c758, #147521) !important;

    width: 181px;
    padding: 10px;
    color: #fff;
    margin: auto;
    display: table;
    border-radius: 6px;
}

.blinkcall:hover {
    color: #fff !important;
}

.blinkcall span {
    font-size: 18px;
    font-weight: 700;
}


@keyframes blinker {
    50% {
        opacity: 0.4;
    }
}

.sattlalv_title {
    text-align: center;
    margin: 0 0 0;
    padding: 16px 0;
}

.text-white {
    color: #fff !important;
}

.sattlalv_title p {
    color: #fff;
    font-size: 15px;
    margin: 9px 0 0;
}


.offer {
    margin: 10px;
}

.join_whatsapp_gorup_main {
    background: linear-gradient(to right, #f12711, #f5af19);
    text-align: center;
    padding: 18px 0;
    color: #fff;
}

.join_whatsapp_gorup_main h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px;
}

.join_whatsapp_gorup_main p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto 11px;
}

.join_whatsapp_gorup_main a {
    background: #090758;
    color: #fff;
    padding: 12px 32px;
    display: inline-block;
    font-size: 15px;
    border-radius: 6px;
    margin: 0 0 16px;
}

.join_whatsapp_gorup_main h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.trust_info p {
    font-size: 15px;
    color: #fff;
    margin: 0 0 16px;
}

.btmtxt {
    margin: 20px 0 0 !important;
}


.recharge_area a {
    background: transparent !important;
    border: 1px solid #f01111;
    padding: 3px 15px !important;
    text-align: center;
}

.recharge_area a p {
    margin: 0;
    font-size: 11px;
}

.recharge_area a h6 {
    margin: 0 0 2px;
    font-size: 13px;
}

.blinktext {
    text-align: center;
    animation: animate 1.5s linear infinite;
}

.blinktext {
    color: #ff8d35 !important;
}

@keyframes animate {
    0% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .3;
    }
}

.deposit_btn {
    position: fixed;
    bottom: 100px;
    background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
    left: 8px;
    width: 73px;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    z-index: 9999;
}

.deposit_btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
}


@media (max-width: 480px) {
    .footer_sociallink a {
        margin-right: 12px !important;
    }

    .recharge_area {
        position: absolute;
        right: 91px;
        top: -4px;
        z-index: 999;
    }

    .wallet_portn {
        left: 28%;
    }

    .login_regis ul li a {
        font-size: 13px;
        padding: 5px 5px;
        width: 80px;
    }

    .recharge_area a h6 {
        margin: 0 0 0px;
        font-size: 12px;
    }

    .recharge_area a p {
        font-size: 10px;
    }

    .lgot {
        position: relative;
        top: 3px;
    }

}

@media (max-width: 380px) {
    .res-header {
        height: 195px !important;
    }

    .wallet_portn {
        left: 21%;
    }
}

@media (max-width: 360px) {
    .wallet_portn {
        left: 18%;
    }

    div.footer_sociallink a {
        border: 1px solid #5e35b1;
        margin-right: 30px;
        border-radius: 2px;
        padding: 10px;
        margin-top: 15px;
        height: 45px;
        width: 45px;
        width: 15%;
    }

    div.footer_sociallink {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

/*fatafat css*/
.fatafat_sevr {
    position: relative;
}

li.fatafat_sevr a img {
    height: 20px;
    position: absolute;
    top: -18px;
    right: 22px;
}

.para_tag {
    margin: 0 0 33px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.para_withd {
    padding: 0 0 11px;
}

@media only screen and (max-width: 991px) {
    li.fatafat_sevr a img {
        height: 19px;
        position: absolute;
        top: -8px;
        right: 35px;
    }

    .menu_area ul li a {
        padding: 5px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 393px) {
    li.fatafat_sevr a img {
        height: 19px;
        position: absolute;
        top: -8px;
        right: 35px;
    }
}

@media only screen and (max-width: 360px) {
    li.fatafat_sevr a img {
        height: 19px;
        position: absolute;
        top: -8px;
        right: 32px;
    }

    .menu_area ul li {
        padding: 7px 10px;
    }

    .menu_area ul li a {
        padding: 0;
        font-size: 13px;
    }
}

.telegram_area {
    position: fixed;
    bottom: 94px;
    right: 11px;
}

.telegram_area a img {
    width: 65px;
    height: 65px;
}

.shine-button-container>a.shine-content {
    padding: 0;
    /* width: 100%; */
    height: 49px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%), 0 2px 4px 0 rgb(0 0 0 / 0%);
    font-family: 'Verlag';
    background-image: linear-gradient(to bottom, #57cc03, #004f1c), linear-gradient(to bottom, #b1fd2b, #31eb6f);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    border: none;
    color: #fff;
    line-height: 1.2;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    border-radius: 7px;
    border-style: solid;
    border-color: #b1fd2b;
    border-width: 0.9px;
    outline: none;
}

.shine-button-container>a.shine-content>div.shine-content {
    background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, rgba(255, 255, 255, .3) 45.27%, rgba(133, 239, 49, 0) 62.27%), rgba(255, 255, 255, 0);
    display: inline-block;
    height: 100%;
    padding: 16px 20px 16px 20px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer-shine-content;
    animation-name: placeholderShimmer-shine-content;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

@-webkit-keyframes placeholderShimmer {
    0%.shine-content {
        background-position: -10000px 0;
    }

    100%.shine-content {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes placeholderShimmer-shine-content {
    0% {
        background-position: -10000px 0;
    }

    100% {
        background-position: 10000px 0;
    }
}

@keyframes placeholderShimmer-shine-content {
    0% {
        background-position: -10000px 0;
    }

    100% {
        background-position: 10000px 0;
    }
}