@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    background: #121212;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/********** login page css **********/

.login-wrapper-section {
    padding: 15px 0px;
    background-image: url(../images/background.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.login-block-wrapp {
    width: 430px;
    margin: auto;
}

.logo {
    text-align: center;
    margin-bottom: 27px;
}

.logo a {
    display: inline-block;
}

.login-block-wrapp .login-block-details-wrapp {
    padding: 32px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}

.login-block-wrapp .login-block-details-wrapp .form-group {
    margin-bottom: 30px;
    position: relative;
}

.login-block-wrapp .login-block-details-wrapp .form-group .form-control {
    border-radius: 13px;
    padding: 14px 28px;
    box-shadow: none;
    overflow: hidden;
    border-color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.login-block-wrapp .login-block-details-wrapp .form-group i.fas {
    position: absolute;
    top: 20px;
    right: 18px;
    color: #666666;
}

.btn-wrapp {
    text-align: center;
    padding-top: 12px;
}

.btn-wrapp a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    background-color: #26A5E3;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    padding: 13px 0px;
    font-weight: 500;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.login-join-now-info {
    text-align: center;
    padding-top: 27px;
}

.login-join-now-info ul li {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

.login-join-now-info ul li a {
    display: inline-block;
    padding-left: 21px;
    font-size: 15px;
    font-weight: 400;
    color: #cd5729;
    text-decoration: none;
}

.login-block-wrapp .login-block-details-wrapp .form-group i.fas.fa-eye {
    font-size: 18px;
}


/********** index page css **********/

.top-full-slider .slider-banner-1 .img {
    width: 100%;
}

.main_container-wrapper {
    background: #121212;
    padding-top: 10px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.container-full {
    max-width: 100%;
    padding: 0px;
}

.main_container-wrapper .left-side-section {
    max-width: 18%;
}

.main_container-wrapper .right-side-section {
    max-width: 81%;
    flex: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.row.row-full {
    margin: 0;
}

.top-full-slider .owl-nav button {
    width: 32px;
    height: 32px;
    color: #fff !important;
    border-radius: 100px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    font-weight: normal !important;
    font-size: 20px !important;
}

.top-full-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 69px;
    left: 5px;
}

.top-full-slider .owl-nav button.owl-next {
    position: absolute;
    top: 69px;
    right: 5px;
}

.top-full-slider .owl-dots {
    position: absolute;
    bottom: 4px;
    width: 100%;
}

.top-full-slider .owl-dots button span {
    width: 23px !important;
    height: 1px !important;
}

.top-full-slider .owl-dots button {
    outline: 0 !important;
}

.top-full-slider .slider-banner-1 {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.tow-box-banner.row {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.tow-box-banner.row .col-md-6 {
    padding: 0px 7px;
}

.table-box-wrapper {
    float: left;
    width: 100%;
}

.table-box-wrapper .header-wrapper-box {
    display: flex;
    width: 100%;
    align-items: center;
    float: left;
    justify-content: space-around;
}

.table-box-wrapper .header-wrapper-box .box-width {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 9px 13px;
    background: #282828;
    height: 41px;
}

.table-box-wrapper .header-wrapper-box .left-box {
    background: #26A5E3;
}

.table-box-wrapper .header-wrapper-box .left-box {
    background: #26A5E3;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-top-left-radius: 10px;
}

.table-right-side-section-box {
    float: left;
    width: 100%;
    margin-top: 17px;
    padding: 23px;
    border: solid 1px #242424;
    border-radius: 7px;
    background-image: url(../images/background.jpg);
    background-size: cover;
}

.table-box-wrapper .header-wrapper-box ul.header-box-title-no-ul {
    display: flex;
    width: 100%;
}

.table-box-wrapper .header-wrapper-box ul.header-box-title-no-ul li {
    width: 33%;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.icon-class {
    max-width: 19px;
    margin-right: 6px;
}

.table-wrapper-box-iner {
    float: left;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
}

.table-wrapper-box-iner .box-width {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 4px 0px;
    background: #ffffff;
    height: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.table-wrapper-box-iner .iner-box.left-box {
    padding-left: 11px;
}

.table-wrapper-box-iner ul.header-box-title-no-ul {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
}

.table-wrapper-box-iner ul.header-box-title-no-ul li {
    width: 33%;
    color: #000;
    text-align: center;
    font-size: 14px;
    display: flex;
}

.table-wrapper-box-iner ul.header-box-title-no-ul li .box-text-width {
    width: 50%;
    margin-right: 3px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.table-wrapper-box-iner .box-bg-1 {
    background-color: #a5d9fe;
}

.table-wrapper-box-iner .box-bg-2 {
    background-color: #f8d0ce;
}

.iner-box-icon ul li {
    width: 100%;
    font-size: 10px;
    line-height: 23px;
    color: #28a745;
    text-align: center;
}

.iner-box-icon ul {
    display: flex;
    width: 100%;
}

.header-section {
    background-color: #000000;
    padding: 12px 0px 3px;
}

.container {
    max-width: 100%;
}

.header-left-details-info {
    display: flex;
}

.logo-wrapp {
    margin-right: 1px;
}

.logo-wrapp a {
    display: inline-block;
    max-width: 158px;
}

.header-top-icon ul li {
    display: inline-block;
    margin-left: 17px;
}

.header-top-icon ul li a {
    display: inline-block;
    background-color: #26A5E3;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.header-right-details-info {
    display: flex;
    justify-content: right;
    align-items: center;
}

.v-overlay-disable-bg {
    opacity: 0.46;
    background-color: rgb(33, 33, 33);
    border-color: rgb(33, 33, 33);
    border-radius: inherit;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
    width: 99%;
    will-change: opacity;
}

.search-container {
    border: solid 1px #292929;
    border-radius: 5px;
    padding: 0px 37px;
    width: 250px;
    display: flex;
    line-height: 31px;
    margin-right: 26px;
    background-color: #292929;
    position: relative;
    padding-right: 30px;
}

.search-container input {
    margin-top: 0px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    outline: none;
    width: 98%;
    background-color: #292929;
    font-weight: 700;
}

label i.far {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #fff;
    padding-left: 13px;
}

.login-btn a {
    display: inline-block;
    background: transparent;
    text-decoration: none;
    padding: 6px 20px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    border: solid 1px #26A5E3;
}

.login-btn {
    margin-left: 11px;
}

label i.fa {
    font-size: 20px;
    color: #73b2bc;
}

label {
    margin-bottom: 0px;
    display: inline-block;
}

.menu-section {
    padding: 8px 0px 2px;
    background: linear-gradient(0deg, hsla(0, 0%, 4%, .5) 50%, #323232);
    background-color: #1e1e1e;
}

.menu-wrapper-cont {
    max-width: 1004px;
}

.menu-text ul li {
    display: inline-block;
    margin: 0px 3px;
}

.menu-text ul li a {
    color: #ffffff99;
    padding: 8px 10px;
    border: solid 1px #7c3216;
    border-color: transparent;
    border-radius: 100px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
}

.menu-text ul li a img {
    margin-right: 8px;
    vertical-align: bottom;
}

.menu-text ul li a.active {
    border-color: #7c3216;
    color: #26A5E3;
    font-weight: 700;
    border-collapse: collapse;
    box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
    -webkit-box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
    -moz-box-shadow: inset 0 8px 26px -23px hsla(0, 0%, 100%, .75);
    position: relative;
    transform: scale(1.05);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.menu-text ul li a:hover {
    border-collapse: collapse;
    border-radius: 100px;
    box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
    -webkit-box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
    -moz-box-shadow: inset 0 8px 26px -23px hsla(0, 0%, 100%, .75);
    border-color: #7c3216;
    color: #26A5E3;
}

.content-section {
    background-color: #000000;
    padding: 20px 0px;
}

.sidebar-box {
    padding-right: 0px;
}

.sidebar-wrapp {
    border: solid 1px chocolate;
    border-radius: 20px;
    padding: 15px;
}

.sidebar-heading-title {
    font-size: 16px;
    color: #fff;
    background-color: #26A5E3;
    padding: 8px 0px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 32px;
    position: relative;
}

.sidebar-heading-title::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: solid 1px chocolate;
    left: 0;
    right: 0;
    bottom: -12px;
}

.sidebar-heading-title img {
    max-width: 38px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 3px #fff;
    border-radius: 100%;
}

.sidebar-menu-text ul li a {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 0px;
}

.sidebar-menu-text ul li a img {
    margin-right: 15px;
}

.sidebar-menu-text ul li a span {
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #26A5E3;
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
}

.sidebar-menu-text ul li {
    border-right: 5px solid transparent;
}

.sidebar-menu-text ul li:hover {
    border-collapse: collapse;
    border-right: 5px solid #e15c26;
    transition: color .6s ease-in-out;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
    -webkit-box-shadow: inset 0 8px 26px -23px hsl(0deg 0% 100% / 75%);
    -moz-box-shadow: inset 0 8px 26px -23px hsla(0, 0%, 100%, .75);
}

.sidebar-menu-text ul li a:hover {
    color: #26A5E3;
    transition: color .6s ease-in-out;
}

.iner-box-icon ul li .fa-signal-stream {
    font-size: 12px;
}

.left-box .match-name {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #504e4e;
}

.table-wrapper-box-iner ul.header-box-title-no-ul li .box-text-width span {
    font-size: 10px;
    width: 100%;
    float: left;
    xfont-weight: bold;
}

.table-wrapper-box-iner ul.header-box-title-no-ul li .box-text-width strong {
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 100%;
}

.table-right-side-section-box .table-box-wrapper {
    margin-bottom: 19px;
}

.table-right-side-section-box .table-title-top i {
    background: #26A5E3;
    background-image: linear-gradient(#26A5E3, #ad441a);
    margin-right: 8px;
    height: 23px;
    width: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 100px;
    font-size: 9px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.table-right-side-section-box .table-title-top {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.vale-none {
    background: #e1e1e1 !important;
}

.favorites-left-side-section {
    float: left;
    width: 100%;
    margin-top: 11px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background: #2d2d2d;
    border-radius: 6px;
}

.favorites-left-side-section .favorites-title-box i {
    margin-right: 5px;
    font-size: 15px;
}

.favorites-left-side-section .favorites-title-box {
    background: #26A5E3;
    padding: 11px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 7px;
}

.favorites-left-side-section .favorites-box-iner {
    text-align: center;
    padding: 23px;
}

.favorites-left-side-section .favorites-box-iner h2 {
    font-size: 14px;
    color: #fff;
    margin-top: 11px;
}

.favorites-left-side-section .favorites-box-iner .favorite-icon a {
    font-size: 21px;
    color: #fff;
}

.login-btn a i {
    background: #26A5E3;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    border-radius: 100px;
    margin-left: 2px;
}

.table-wrapper-box-iner {
    background: #fff;
}

.table-box-wrapper .header-wrapper-box {
    justify-content: space-between;
    background: #282828;
}

.mobile-view-valu-box {
    display: none !important;
}

.mobile-view-header {
    display: none;
}


/********* menu css *********/

.wrapper-menu {
    width: 100%;
}

.baner-menu-section {
    width: 100%;
    float: left;
}

.wrapper-menu ul.navbar-nav li a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-left: 4px;
}

.nav-item.buy-now a {
    background: #302018;
    border-radius: 10px;
    padding: 5px 22px !important;
}

.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-left: 23px;
    background: #ffa725;
}

.wrapper-menu ul.navbar-nav {
    margin-left: auto;
}

.add-banner-wr .col-md-3 {
    padding: 0px;
}

.add-banner-wr {
    background-size: cover;
}

@media (max-width:991px) {
    .container {
        max-width: 100%;
    }
    .menu-bar ul.menu {
        position: fixed;
        width: 245px;
        left: 0;
        text-align: left;
        background: #363636;
        z-index: 2;
        padding: 0px 0px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
    .nav_area ul li a img {
        padding-right: 10px;
        max-width: 41px;
        margin-top: -10px;
    }
    .menu-bar ul.menu.open {
        left: 0;
        overflow-y: scroll;
        z-index: 66666;
        padding: 11px 9px;
    }
    .header .row {
        align-items: center;
    }
    label.toggle.toggle-menu-new {
        background: none;
    }
    body.open:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0px;
        z-index: 333;
        display: inherit;
        overflow: hidden;
        background-color: rgb(33, 33, 33);
        opacity: 0.46;
    }
    .toggle {
        color: #000;
        cursor: pointer;
        font-size: 20px;
        margin: 0;
        text-align: center;
        display: block;
        position: absolute;
        right: 4px;
        top: 0px;
        z-index: 9999;
        background: #fff;
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 50%;
    }
    .menu-side {
        position: initial;
    }
    .header-mobile-view-right-side ul li a {
        background: #26A5E3 !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 100px !important;
        text-align: center !important;
        font-size: 15px !important;
        line-height: 33px !important;
        padding: 0px !important;
        margin: 0px 4px !important;
        display: inline-block;
        color: #fff;
    }
    nav.nav_area ul li {
        display: block;
        position: relative;
        border: 0;
    }
    nav.nav_area ul li {
        border-bottom: none;
    }
    span.arrow {
        position: absolute;
        right: 10px;
        color: #000;
        top: 10px;
        width: 40px;
        text-align: center;
        height: 30px;
    }
    .menu-logo-mobile-view {
        padding: 12px;
    }
    .menu-logo-mobile-view a {
        display: inline-block;
        max-width: 95%;
    }
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
    }
    ul li .sub-menu li a {
        line-height: 14px;
    }
    .header .container {
        position: initial;
    }
    ul.sub-menu span.arrow {
        right: 10px;
        text-align: right;
    }
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
        content: "\f106";
    }
    .home-slider.owl-carousel .owl-item img {
        height: 300px;
    }
    .top-bar img {
        max-width: 25px;
        vertical-align: middle;
    }
    .select-drop {
        margin: 20px auto 0;
    }
    .menu-bar {
        position: initial;
        background: transparent;
    }
}

@media (min-width: 992px) {
    label.toggle {
        display: none;
    }
    .menu-bar {
        text-align: left;
        display: inline-block;
    }
    .nav_area>ul>li {
        display: inline-block;
        padding-right: 33px;
    }
    li.menu-item-has-children.language::after {
        content: "";
        position: absolute;
        border-right: solid 1px #fff;
        right: -4px;
        height: 14px;
        top: 5px;
    }
    li.menu-item-has-children.language {
        position: relative;
    }
    li.menu-item-has-children.language-chan {
        padding-right: 0px;
    }
    .nav_area ul li a {
        color: #030461;
        font-size: 15px;
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        font-family: 'Lora', serif;
        line-height: 74px;
    }
    span.arrow {
        padding-left: 3px;
        color: #030461;
        font-weight: normal;
        font-size: 14px;
    }
    .nav_area>ul>li ul.sub-menu {
        display: block;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        display: none;
    }
    ul.sub-menu {
        min-width: 230px;
    }
    ul.sub-menu {
        position: absolute;
        background: #003681;
        z-index: 555;
        text-align: left;
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    ul.sub-menu {
        position: absolute;
        background: #ffffff;
        z-index: 555;
        text-align: left;
        border-radius: 10px;
        -webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
        box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .nav_area>ul>li:hover>ul.sub-menu,
    .nav_area ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        overflow: visible;
        z-index: 20;
        -webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
        transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
        -o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
        transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
        transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
    }
    ul.sub-menu li ul.sub-menu {
        left: 100%;
        top: 0px;
        width: 100%;
    }
    .nav_area>ul>li ul.sub-menu li a:hover {
        width: 100%;
        padding-left: 26px;
        background: #f7b2a6;
        color: #ffffff;
    }
    .nav_area>ul>li ul.sub-menu li a {
        color: #030461;
        position: relative;
        font-weight: 500;
        font-size: 13px;
        font-family: 'Lora', serif;
        line-height: 31px;
        border-bottom: solid 1px #e3e3e3;
    }
    ul.sub-menu li a {
        color: #000;
        line-height: 20px;
        padding: 6px 17px;
        font-size: 14px;
        display: inline-block;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: bold;
        -webkit-transition: padding .2s ease-out;
        -o-transition: padding .2s ease-out;
        transition: padding .2s ease-out;
        width: 100%;
    }
    ul.sub-menu li.menu-item-has-children .arrow {
        color: #fff;
        padding-left: 0;
    }
}

.top-logo.logo-mobile {
    display: none;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
    background: #50418a;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0;
    margin-top: 0px;
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
    font-size: 15px;
    padding-left: 11px;
    padding-right: 7px;
    margin-left: 0px;
    line-height: 28px;
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
    background: #3b2a7b;
}

.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 14px;
}

.wrapper-menu nav#nav {
    padding-bottom: 0px;
}

.wrapper-menu ul.navbar-nav>li>a {
    padding-bottom: 12px;
}

.row.header-row {
    align-items: flex-end;
}

.logo-img a {
    display: inline-block;
    padding-bottom: 15px;
}


/*********** menu css and ***********/

.categories-menu-mobile-view {
    padding: 0px 4px;
    background: #000000;
    padding-top: 3px;
    padding-bottom: 0px;
}

.categories-menu-mobile-view-row {
    background: #3d3d3d;
    padding: 4px 0px;
    border-radius: 24px;
}

.categories-menu-mobile-view-row ul li {
    width: 25%;
    text-align: center;
}

.categories-menu-mobile-view-row ul {
    display: flex;
    justify-content: space-between;
}

.categories-menu-mobile-view-row ul li .categories-menu-text {
    color: #a1a1a1;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: bold;
}

.categories-menu-mobile-view {
    display: none;
}

.mobile-view-footer-fixed {
    background-image: linear-gradient(#2f2f2f, #141414);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 666;
}

.mobile-view-footer-fixed .mobile-view-ul-wrapper ul li {
    width: 33.3333%;
    border-right: solid 1px #dedede;
}

.mobile-view-footer-fixed .mobile-view-ul-wrapper ul li:last-child {
    border-right: none;
}

.mobile-view-footer-fixed .mobile-view-ul-wrapper ul li .mobile-view-text-footer {
    color: #6c6c5d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}

.mobile-view-footer-fixed ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.mobile-view-footer-fixed ul .mobile-footer-menu-icon img {
    max-width: 46px;
    height: 35px;
    object-fit: contain;
}

.mobile-view-ul-wrapper {
    padding-top: 3px;
    padding-bottom: 1px;
}

.mobile-view-footer-fixed {
    display: none;
}

.modal-wrapper-box .modal-wrapper .modal-content {
    background: none;
    border: none;
    padding: 30px;
}

.modal-wrapper-box {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.modal-wrapper-box .modal-wrapper {
    background: #1e1e1e;
}

.modal-wrapper-box .modal-wrapper .modal-content input {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    border: none;
    padding: 0px 11px;
    font-size: 13px;
    padding-left: 37px;
    outline: 0;
}

.modal-wrapper-box .modal-wrapper .modal-content {
    background: none;
}

.modal-wrapper-box.is-visible {
    visibility: visible;
    display: block;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-wrapper-box.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal-wrapper-box.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-wrapper-box .modal-wrapper .modal-content form.example {
    position: relative;
}

.modal-wrapper-box .modal-wrapper .modal-content button {
    position: absolute;
    right: 0px;
    height: 37px;
    border: none;
    width: 42px;
    background: none;
    color: #e95819;
    font-weight: normal;
    left: 0px;
    cursor: pointer;
}

.modal-header-wrapper .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px;
    color: #aaa;
    background: none;
    border: 0;
    width: 34px;
    z-index: 6666;
    cursor: pointer;
    outline: 0;
}

.overflow-y-hidden {
    overflow-y: hidden!important;
}

nav.overlay-menu {
    margin-bottom: 55px;
}

.button_container {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 99999;
    transition: opacity 0.25s ease;
}

.button_container:hover {
    opacity: 0.7;
}

.overlay {
    position: absolute;
    background: #000;
    bottom: -118px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 66666;
}

.overlay.open {
    opacity: 0.99;
    visibility: visible;
    height: 100%;
    position: absolute;
    background: #000;
    overflow-y: scroll !important;
    padding-bottom: 121px;
}

.overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay .overlay-menu ul li {
    display: block;
    opacity: 0;
    width: 33.333%;
    float: left;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay .overlay-menu ul li .categories-text-new {
    font-size: 12px;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.categories-menu-mobile-view-row ul li a.active .categories-menu-text {
    color: #fff;
}


/******** Cricket page ********/

.center-section-class .table-right-side-section-box {
    background: #1f1f1f;
    border-radius: 18px;
    margin-top: 0px;
}

.center-section-class {
    padding: 0;
}

.center-section-class .table-right-side-section-box .left-box {
    flex: auto;
    max-width: 50% !important;
}

.center-section-class .table-right-side-section-box .hide-mobile-v-spacer {
    flex-grow: 1!important;
    max-width: max-content;
}

.center-section-class .table-right-side-section-box .header-box-title-no {
    max-width: 48% !important;
    flex: auto;
}

.center-section-class .table-right-side-section-box .header-box.box-width {
    height: 51px;
    position: relative;
}

.center-section-class .table-box-wrapper .table-wrapper-box-iner .iner-box-title-no {
    max-width: 48% !important;
    flex: auto;
}

.center-section-class .table-box-wrapper .left-box .match-name {
    font-size: 12px;
    color: #000;
}

.center-section-class .table-box-wrapper .header-wrapper-box .header-box.left-box .match-title-top {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.center-section-class .table-box-wrapper .header-wrapper-box .header-box.left-box .match-time {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.center-section-class .upcoming-title {
    background: #2196f3;
    display: inline-block;
    padding: 0px 18px;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    border-radius: 6px;
    position: absolute;
    top: -11px;
}

.header-box-row-ce {
    display: flex;
    align-items: center;
}

.header-box-row-ce .header-boxnew-1 {
    margin-right: 12px;
    margin-left: 7px;
}

.center-section-class .table-right-side-section-box .header-box-title-no ul.header-box-title-no-ul li {
    width: auto;
    margin: 0px 12px;
}

.center-section-class .table-right-side-section-box .header-box-title-no ul.header-box-title-no-ul {
    margin-left: auto;
    margin-right: auto;
    display: flex!important;
    align-content: center;
    justify-content: center;
    position: relative;
}

.star-icon-right-side i {
    color: #ffc107;
    font-size: 18px;
    position: absolute;
    right: 6px;
    top: 5px;
}

.center-section-class .table-right-side-section-box .header-wrapper-box {
    border-top-right-radius: 12px;
}

.center-section-class .table-right-side-section-box .header-box.box-width .star-icon-right-side {
    display: none;
}

.details-page-class .table-box-wrapper .header-wrapper-box .timer-sec-wrapper-box {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    min-width: 25px;
    color: #fff;
    margin-left: 0;
    font-size: 13px;
    float: left;
}

.details-page-class .table-box-wrapper .header-wrapper-box .timer-sec-wrapper-box i {
    margin-left: 2px;
    color: #c7c7c7;
}

.details-page-class .table-right-side-section-box .table-box-wrapper .header-wrapper-box .header-box.box-width.left-box {
    max-width: 41% !important;
    align-items: center;
    display: flex;
}

.details-page-class .table-box-wrapper .header-wrapper-box .box-width {
    height: 45px !important;
    align-items: center;
}

.v-overlay-suspended-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #999999;
    background-color: rgba(153, 153, 153, 0.9);
}

.v-overlay-suspended-bg a {
    color: #000;
    background: #e0e0e0;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.v-overlay-suspended-bg a:hover {
    background: #efeded;
}


/****** Betslip Right-Side******/

.right-side-section-tabs {
    background: #1e1e1e;
    border-radius: 6px;
    padding-bottom: 20px;
}

.right-side-section-tabs ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.right-side-section-tabs ul.nav.nav-tabs li a {
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.right-side-section-tabs ul.nav.nav-tabs li a.active {
    background: none;
    border: none;
    color: #c65225;
}

.right-side-section-tabs ul.nav.nav-tabs li a {
    position: relative;
    padding: 11px 15px;
    outline: 0;
    border: none;
}

.right-side-section-tabs ul.nav.nav-tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #26A5E3;
}

.tab-betslip-wrapper {
    border: solid 3px #a5d9fe;
    background: #fff;
    border-radius: 11px;
    padding: 12px;
    float: left;
    width: 100%;
}

.tab-betslip-wrapper .tab-bets-box-title p {
    margin-bottom: 4px;
    font-size: 12px;
    color: #686868;
}

.choose-stake-size-row-wrapper {
    float: left;
    width: 100%;
    margin-top: 13px;
}

.choose-stake-size-row-wrapper .choose-stake-size-row {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.choose-stake-size-row-wrapper .choose-stake-size-row .choose-stake-size-box {
    font-size: 13px;
    color: #686868;
}

.choose-stake-size-row-wrapper .choose-stake-size-row .edit-stakes a {
    color: #e56726;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 6px;
    text-decoration: none;
}

.choose-stake-size-row-wrapper .choose-stake-size-row .edit-stakes a:hover {
    background: #fdf2ee;
}

.choose-stake-size-row-btn .btn-size-stake .button-size {
    height: 29px;
    background: #e36226;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    padding: 0px 16px;
    cursor: pointer;
    outline: 0;
}

.choose-stake-size-row-btn {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.choose-stake-size-row-btn-r {
    display: flex;
    justify-content: space-between;
}

.choose-stake-size-row-btn .choose-stake-size-row-btn-last {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.choose-stake-size-row-btn .choose-stake-size-row-btn-last .btn-size-stake {
    display: inline-block;
    width: 100%;
}

.choose-stake-size-row-btn .choose-stake-size-row-btn-last .btn-size-stake button.button-size {
    width: 100%;
    display: inline-block;
    max-width: 92%;
}

.choose-stake-size-row-btn-cancel-btn {
    margin-top: 10px;
}

.choose-stake-size-row-btn-cancel-btn .btn-size-stake button.button-size {
    width: 48%;
    float: left;
    margin-right: 5px;
    height: 36px;
}

.choose-stake-size-row-btn-cancel-btn .btn-size-stake button.button-size.cancel-btn {
    background: none;
    border: solid 1px #e56926;
    color: #e56926;
    text-transform: uppercase;
}

.choose-stake-size-row-btn-cancel-btn .btn-size-stake button.button-size.bet-btn {
    background: none;
    border: solid 1px #e1e1e1;
    background-color: #e1e1e1;
    color: #a6a6a6;
    text-transform: uppercase;
    cursor: auto;
}

.choose-stake-size-row-btn .caption-text {
    margin-top: 8px;
    float: left;
    width: 100%;
}

.choose-stake-size-row-btn .caption-text p {
    color: #26A5E3;
    font-size: 13px;
    font-weight: 500;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 41px;
    height: 31px;
    margin: 0;
    background: none;
    text-decoration: none;
    text-align: center;
    line-height: 31px;
}

.quantity__minus:hover,
.quantity__plus:hover {
    color: #fff;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
    text-decoration: none;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #000;
}

.tab-betslip-wrapper .increment-decrement-row {
    display: flex;
    float: left;
    width: 100%;
}

.tab-betslip-wrapper .increment-decrement-row .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 50%;
    border: solid 1px #9e9d9d;
    margin-right: 17px;
    border-radius: 4px;
}

.tab-betslip-wrapper .increment-decrement-row .increment-decrement-input input {
    width: 100%;
    height: 34px;
    border: solid 1px #9e9d9d;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
    padding: 0px 8px;
}

.tab-betslip-wrapper .increment-decrement-row .quantity .quantity__input {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #8184a1;
    border: none;
    outline: 0;
}

.choose-stake-size-row-btn-cancel-btn .btn-size-stake button.button-size.cancel-btn:hover {
    background: #fdf2ee;
}

.accordion-title:before {
    float: right !important;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    width: 22px;
    height: 22px;
    background: #26A5E3;
    text-align: center;
    border-radius: 100px;
    line-height: 22px;
    font-size: 13px;
}

.accordion-title.collapsed:before {
    float: right !important;
    content: "\f078";
}

.accordion-tab-wrapper {
    padding: 21px;
}

.accordion-tab-wrapper .card {
    margin-bottom: 21px;
    border: solid 1px #26A5E3;
    border-radius: 12px;
    background-color: #1e1e1e;
}

.accordion-tab-wrapper .card-header a {
    color: #fff;
    font-size: 14px;
}

.accordion-tab-wrapper .card-header {
    padding: 7px 18px;
}

.accordion-tab-wrapper .card-body {
    padding: 0px 15px;
}

.accordion-tab-wrapper .card-body p {
    color: #26A5E3;
    font-size: 14px;
}

.wrapper-balance-information-modal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 270px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    background: #363636;
}

.wrapper-balance-information-modal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #363636;
    padding: 0;
    border-left: solid 1px #5d5d5d;
    border-radius: 0px;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/

.wrapper-balance-information-modal .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.wrapper-balance-information-modal.show .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


/* ----- v CAN BE DELETED v ----- */

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}

.balance-information-wrapper-classs .roller-title-text {
    background-color: #e46327;
    text-align: center;
    padding: 13px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.balance-information-wrapper-classs .balance-information-details {
    padding: 16px;
    border-bottom: solid 1px #4e4e4e;
}

.balance-information-wrapper-classs .balance-information-details .balance-information-title {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    font-weight: 500;
}

.balance-information-wrapper-classs .balance-information-details ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
}

.balance-information-wrapper-classs .balance-information-details ul li span {
    width: 48%;
    display: inline-block;
    color: #ffffffb3;
    font-size: 13px;
    font-weight: 500;
}

.balance-information-wrapper-classs .balance-information-details ul li span.winnig {
    font-size: 16px;
    color: #4caf50;
    font-weight: 700;
}

.balance-information-wrapper-classs .balance-information-details .balance-information-title i.fas {
    margin-right: 12px;
    color: #26A5E3;
    font-size: 17px;
}

.balance-information-wrapper-classs .right-sidebar-menu {
    padding-top: 15px;
    border-bottom: solid 1px #4e4e4e;
    padding-bottom: 10px;
}

.balance-information-wrapper-classs .right-sidebar-menu ul li a {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    padding: 12px 16px;
    font-weight: normal;
}

.balance-information-wrapper-classs .right-sidebar-menu ul li a:hover {
    background-color: #464646;
}

.balance-information-wrapper-classs .right-sidebar-menu ul li a i.fal {
    width: 50px;
    color: #da5927;
    font-size: 18px;
}

.balance-information-wrapper-classs .right-sidebar-menu ul li a span {
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #26A5E3;
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
}

.balance-information-wrapper-classs .btn-wrapp.bal {
    padding: 20px 8px 0px;
}

.balance-information-wrapper-classs .btn-wrapp.bal a {
    border-radius: 50px;
    padding: 5px 0px;
    letter-spacing: 3px;
    font-size: 12px;
}

.wrapper-balance-information-modal .modal-header {
    background: #26A5E3;
    border-radius: 0px;
    border-bottom: none;
    padding: 14px 15px;
    text-align: center;
    position: relative;
}

.wrapper-balance-information-modal .modal-header .roller-title-text {
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
    float: left;
}

.wrapper-balance-information-modal button.close {
    background: none;
    width: 41px;
    height: 30px;
    position: absolute;
    right: 35px;
    top: 25px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    outline: 0;
}

.wrapper-balance-information-modal .modal-body {
    padding: 0 !important;
    padding-bottom: 116px !important;
}

.desktop_right_slip {
    display: block;
}

.mobile_slip {
    display: none;
}


/******** Mobile Layout ********/

@media only screen and (max-width: 767px) {
    .center-section-class .table-right-side-section-box .header-box-title-no ul.header-box-title-no-ul {
        margin-left: 14px;
        margin-top: 11px;
    }
    .mobile_slip {
        display: block;
    }
    .desktop_right_slip {
        display: none;
    }
    .header-mobile-view-right-side {
        position: absolute;
        top: 13px;
        right: 9px;
    }
    .center-section-class .table-box-wrapper .table-wrapper-box-iner .box-width.left-box {
        max-width: 60% !important;
        width: 60%;
    }
    .center-section-class .table-box-wrapper .table-wrapper-box-iner .iner-box-title-no .mobile-view-valu-box li {
        width: 50%;
    }
    .center-section-class .table-box-wrapper .table-wrapper-box-iner .iner-box-title-no .mobile-view-valu-box li .box-text-width {
        width: 100%;
    }
    .center-section-class .table-box-wrapper .table-wrapper-box-iner .iner-box-title-no {
        max-width: 37% !important;
        flex: auto;
    }
    .center-section-class .table-right-side-section-box .header-box-title-no {
        display: block;
    }
    .center-section-class .table-right-side-section-box .header-box.box-width {
        flex: auto;
        width: 100% !important;
        max-width: 100% !important;
        border-top-right-radius: 10px;
    }
    .center-section-class .table-right-side-section-box .header-box.box-width .star-icon-right-side {
        display: block;
        margin-right: 13px;
        position: absolute;
        right: -7px;
        top: 9px;
    }
    .login-wrapper-section {
        padding: 15px 21px;
        height: auto;
    }
    .top-full-slider .owl-nav {
        display: none;
    }
    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 39%;
        left: 0;
        margin: 0px auto;
        right: 0;
        max-width: 286px;
    }
    .mobile-view-footer-fixed {
        display: block;
    }
    .categories-menu-mobile-view {
        display: block;
    }
    .main_container-wrapper {
        padding-bottom: 98px;
    }
    .main_container-wrapper .left-side-section {
        max-width: 100%;
    }
    .main_container-wrapper .right-side-section {
        max-width: 100%;
        flex: auto;
        padding-right: 0px;
        padding-left: 0px;
    }
    .left-side-section-hide-mobile {
        display: none;
    }
    .tow-box-banner.row .tow-box-banner-img {
        margin-bottom: 10px;
    }
    .hide-mobile-v-spacer {
        display: none !important;
    }
    .table-box-wrapper .header-wrapper-box .box-width:last-child {
        flex: auto;
        max-width: 158px;
    }
    .table-box-wrapper .header-wrapper-box .left-box {
        flex: 40%;
        max-width: 40%;
        float: left;
    }
    .table-wrapper-box-iner .box-width:last-child {
        flex: auto;
        max-width: 158px;
    }
    .table-box-wrapper .header-wrapper-box {
        justify-content: space-between;
        background: #282828;
    }
    .desktop-view-valu-box {
        display: none !important;
    }
    .mobile-view-valu-box {
        display: flex !important;
    }
    .table-wrapper-box-iner .iner-box.left-box {
        padding-left: 6px;
        flex: auto !important;
        max-width: 38% !important;
    }
    .table-wrapper-box-iner .iner-box-icon {
        flex: auto;
        max-width: 16% !important;
    }
    .mobile-view-valu-box li .box-text-width.box-bg-1 {
        width: 100% !important;
    }
    .desktop-view-header {
        display: none;
    }
    .mobile-view-header {
        display: block;
    }
    .desktop-view-menu-section {
        display: none;
    }
    .mobile-menu.wrapper-menu nav.nav_area {
        display: flex;
        align-items: center;
        align-content: center;
        padding-top: 12px;
        padding-bottom: 6px;
    }
    .menu-and-mobile-view-logo {
        float: left;
        width: 50%;
        display: flex;
    }
    .header-bar-row-mobile-view {
        display: flex;
        justify-content: space-between;
        padding: 0px 12px;
        width: 100%;
    }
    .menu-and-mobile-view-logo label.toggle {
        position: relative;
        z-index: 333;
        background: none;
        color: #fff;
        opacity: 1;
    }
    .mobile-menu.wrapper-menu {
        background: #000000;
    }
    .menu-and-mobile-view-logo label.toggle i {
        color: #fff;
        font-size: 21px;
    }
    .mobile-logo-view a {
        margin-top: 4px;
        display: inline-block;
    }
    .header-mobile-view-right-side ul {
        display: flex;
    }
    .header-mobile-view-right-side ul li {
        border-bottom: none !important;
    }
}


/******** Tablet Layout ********/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-stake-size-row-btn-r .btn-size-stake {
        margin-bottom: 13px;
    }
    .choose-stake-size-row-btn .choose-stake-size-row-btn-last {
        display: inline-block;
        width: 100%;
    }
    .choose-stake-size-row-btn .choose-stake-size-row-btn-last .btn-size-stake {
        display: inline-block;
        width: 100%;
        margin-bottom: 11px;
    }
    .choose-stake-size-row-btn .btn-size-stake .button-size {
        width: 100%;
    }
    .choose-stake-size-row-btn .choose-stake-size-row-btn-last .btn-size-stake button.button-size {
        max-width: 100%;
    }
    .choose-stake-size-row-btn-cancel-btn .btn-size-stake {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .choose-stake-size-row-btn-cancel-btn .btn-size-stake button {
        width: 100% !important;
    }
    .wrapper-balance-information-modal {
        z-index: 99999999;
    }
    .menu-bar ul.menu.open {
        z-index: 66666666;
    }
    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 29%;
        left: 0;
        margin: 0px auto;
        right: 0;
        max-width: 424px;
    }
    .choose-stake-size-row-btn-r {
        display: inline-block;
        width: 100%;
    }
    .header-mobile-view-right-side {
        position: absolute;
        top: 23px;
        right: 16px;
    }
    .hide-mobile-v-spacer {
        display: none !important;
    }
    .table-box-wrapper .header-wrapper-box .box-width:last-child {
        max-width: 55% !important;
        flex: auto;
    }
    .table-wrapper-box-iner .iner-box.left-box {
        padding-left: 12px;
        flex: auto !important;
        max-width: 30% !important;
    }
    .table-wrapper-box-iner .iner-box-icon {
        flex: auto;
        max-width: 11% !important;
    }
    .table-wrapper-box-iner .box-width:last-child {
        max-width: 55% !important;
        flex: auto;
    }
    .mobile-view-footer-fixed {
        display: block;
    }
    .desktop-view-header {
        display: none;
    }
    .desktop-view-menu-section {
        display: none;
    }
    .mobile-menu.wrapper-menu {
        background: #000000;
    }
    .mobile-view-header {
        display: block;
    }
    .menu-and-mobile-view-logo {
        float: left;
        width: 50%;
        display: flex;
    }
    .menu-and-mobile-view-logo label.toggle {
        position: relative;
        z-index: 333;
        background: none;
        color: #fff;
        opacity: 1;
    }
    .menu-and-mobile-view-logo label.toggle i {
        color: #fff;
        font-size: 21px;
    }
    .mobile-logo-view a {
        margin-top: 4px;
        display: inline-block;
    }
    .header-mobile-view-right-side ul {
        display: flex;
    }
    .categories-menu-mobile-view {
        display: block;
        position: relative;
        z-index: 999999;
    }
    .main_container-wrapper .left-side-section {
        max-width: 100%;
    }
    .main_container-wrapper .right-side-section {
        max-width: 100%;
    }
    .left-side-section-hide-mobile {
        display: none;
    }
    .main_container-wrapper {
        padding-bottom: 98px;
    }
    .header-bar-row-mobile-view {
        display: flex;
        justify-content: space-between;
        padding: 0px 12px;
        width: 100%;
        height: 82px;
        align-items: center;
    }
    .categories-menu-mobile-view-row ul li .categories-menu-text {
        font-size: 17px;
    }
    .categories-menu-mobile-view-row ul li .categories-menu-icon img {
        width: 29px;
    }
    .categories-menu-mobile-view-row {
        padding: 7px 5px;
    }
    .overlay .overlay-menu ul li {
        width: 25%;
        float: left;
    }
}


/******** Medium Layout ********/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main_container-wrapper .left-side-section {
        max-width: 25%;
    }
    .main_container-wrapper .right-side-section {
        max-width: 74%;
    }
    .choose-stake-size-row-btn .btn-size-stake .button-size {
        font-size: 11px;
        padding: 0px 13px;
    }
}

.table-right-side-section-box .table-box-wrapper .table-wrapper-box-iner:last-child .iner-box-title-no.box-width .desktop-view-valu-box li:last-child .box-bg-2 {
    border-bottom-right-radius: 13px;
}

.table-right-side-section-box .table-box-wrapper .table-wrapper-box-iner:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    overflow: hidden;
}