body {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    font-weight: 300;
}

/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
NAVBAR //////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/
.carousel-control-prev-icon {
    background-image: url('../img/left.svg');
}

.carousel-control-next-icon {
    background-image: url('../img/right.svg');
}

.bg-light {
    background-color: #f8f9fa !important;
    box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.07);
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    box-shadow: -2px -2px 13px 10px rgb(0 0 0 / 5%);
    z-index: 7;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FFA506;
    font-weight: 700;
}

.nav-link li:after {
    content: "/";
    color: red;
    position: absolute;
    right: 0;
    top: 34%;
}

.navbar-nav .demo .nav-link {
    background-color: #FFA506;
    border-radius: 999px;
    color: white;
    padding: 5px 20px;
    margin: 2px 0px;
    width: fit-content;
}

.navbar-nav .demo .nav-link:hover {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: sticky;
}

.dropdown-toggle:hover>.dropdown-menu.show {
    display: block;
}


.dropdown.active .nav-link {
    color: #FFA506 !important;
    font-weight: 700 !important;
}

a#navbarDropdownMenuLink {
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
}

#navbarDropdownMenuLink .nav-link {
    color: rgb(0 0 0 / 50%) !important;
    font-weight: 400 !important;
}

#navbarDropdownMenuLink .nav-link.active {
    color: #FFA506 !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 768px) {
    .dropdown-menu.show {
        border: none;
        padding: 0px 15px;
        background: transparent;
    }

    .dropdown.active .nav-link {
        color: #FFA506 !important;
        font-weight: 700 !important;
    }

    a#navbarDropdownMenuLink {
        color: rgba(0, 0, 0, .5);
        font-weight: 400;
    }

    #navbarDropdownMenuLink .nav-link {
        color: rgb(0 0 0 / 50%) !important;
        font-weight: 400 !important;
    }

    #navbarDropdownMenuLink .nav-link.active {
        color: #FFA506 !important;
        font-weight: 700 !important;
    }

}

/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
HOMEPAGE STYLE //////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/

.homesec1 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.head {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.knowmore {
    background: #FFA506;
    border: none;
    border-radius: 3px;
    padding: 10px 30px;
    color: white;
}

/*//////////////////////////////////////////////////////////////////*/

.homesec2 {
    padding-top: 5px;
    padding-bottom: 50px;
    text-align: center;
}

.homesec2 img {
    width: 65px;
}

.intro {
    text-align: center;
    width: 100px;
}

.intro b {
    font-size: 35px;
    font-weight: 600;
    color: #525252;
}

.intro td {
    padding: 15px 15px;
}

/*//////////////////////////////////////////////////////////////////*/

.homesec3 {
    background-image: url(../img/whykeno.jpg);
    background-position: center;
    padding: 50px 0px;
    margin-bottom: 25px;
    margin-right: 0px;
    margin-left: 0px;
}

.orangecolumn {
    color: black;
    text-align: center;
}

.blackcolumn {
    color: #FFA506;
    text-align: center;
}


@media screen and (max-width: 768px) {
    .homesec3 {
        background-image: none;
        background-position: center;
        padding: 50px 0px;
        margin-bottom: 25px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .orange {
        background-color: #FFA506;
        color: black !important;
        min-height: 380px;

    }

    .black {
        background: black;
        color: #FFA506 !important;
        min-height: 380px;

    }

    .vertcent {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

}


.homesec3 .col-6 {
    padding: 20px;
    text-align: center;
}

.benefitpoint {
    font-weight: 700;
}

/*//////////////////////////////////////////////////////////////////*/

.homesec4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.homesec4right {
    padding: 15px 15px;
}

.homesec4right h4 {
    font-size: 18px;
    color: #FFA506;
}

/*//////////////////////////////////////////////////////////////////*/

.contactback {
    background: #2d2d2d;
    padding: 80px 0px 80px 0px;
    color: white;
}

.contactback a {
    color: #FFA506;
    text-decoration: none;
}

.contactback a:hover {
    color: #FFA506;
    text-decoration: none;
}

@media screen and (max-width: 769px) {
    .contactback .leftcon {
        padding: 0px 30px;
    }
}


@media screen and (max-width: 768px) {
    .contactback .empty {
        width: 0%;
    }
}

@media screen and (min-width: 769px) {
    .contactback .empty {
        width: 45%;
    }
}

footer .form-control::placeholder {
    color: #ffffffd9;
}


footer .form-control {
    background: none;
    color: #FFA506;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #FFA506;
    padding: 6px 0;
    box-shadow: none;
}

#contact .form-group .col-sm-4 {
    padding-right: 15px;
    padding-left: 0px;
}

.form-control:focus {
    color: #FFA506;
    background-color: transparent;
    border-color: #FFA506;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.feedback {
    color: #ffffff;
    background: #FFA506;
}

.footer {
    background: #fff;
    text-align: center;
    font-size: 13px;
    color: #8e8e8e;
    padding: 13px 0px;
}

.footer span a {
    color: #8e8e8e;
    text-decoration: none;
    font-size: 12px;
}

.infraback {
    background-image: url(../img/back.png);
    background-repeat: repeat-x;
}

.infrabox {
    padding: 40px 25px;
    box-shadow: -6px 6px 5px -3px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin: 15px;
    background-color: white;
    width: 100%;
}

.infrabox h4 {
    color: #FFA506;
    font-size: 18px;
}

.infrabox:hover h4 {
    color: white;
}

.infrabox:hover {
    padding: 40px 25px;
    box-shadow: -6px 6px 5px -3px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin: 15px;
    background-color: #FFA506;
    color: white;
    transform: scale(1.03);
    transition: transform .5s;
}


/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
SOLUTION STYLE //////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/

.solutionbanner {
    background-image: url(../img/solution.jpg);
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: left;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .solutionbanner {
        background-image: url(../img/solution.jpg);
        padding: 65px 0px;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: left;
        background-size: cover;
    }
}

.solutionsec1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.solutionsec2 {
    background-color: #FFA506;
}

.solution2box {
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 5px 11px 10px -3px rgba(0, 0, 0, 0.07);
    height: 315px;
    margin: 25px 15px;
    background: white;
}

@media screen and (max-width: 768px) {
    .solution2box {
        padding: 50px 30px;
        border-radius: 15px;
        box-shadow: 5px 11px 10px -3px rgba(0, 0, 0, 0.07);
        height: 315px;
        margin: 15px 15px 15px 15px;
        background: white;
    }
}

.solution2box h4 {
    font-size: 17px;
    color: #FFA506;
}


.solution2box span {
    color: #989898;
    line-height: 1.15;
}

.advantagesimg {
    width: 40px;
    padding-bottom: 10px;
}

.advantageimg {
    width: 40px;
    padding-bottom: 0px;
}

.solu2 {
    padding: 50px 30px 0px 30px;
    color: white;
}

.solu3 {
    padding: 70px 30px 0px 30px;
}

.solu4 {
    padding: 20px 30px 20px 30px;
}


/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
CRYPTOGAME STYLE //////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/


.cryptokeysfeatures {
    width: 55px;
    padding-bottom: 10px;
}

.crypto1 {
    padding: 80px 30px 0px 30px;
}

.crypto2 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.cryptobanner .leftdemo a {
    font-size: 18px;
    color: #ffffff;
    padding: 15px 50px;
    background: #FFA506;
    box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.07);
    border-radius: 999px;
}

.cryptobanner .leftdemo a:hover {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: -1px 9px 5px -3px rgb(0 0 0 / 15%);
    transform: scale(1.03);
    transition: transform .5s;
}


.cryptobanner {
    background-image: url(../img/gamesbanner.png);
    background-position-y: top;
    background-position-x: center;
    background-repeat: space;
}


/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
REQUEST DEMO STYLE //////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/


.requestdemo .col-sm-6,
.col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.requestdemobanner {
    background-image: url(../img/demobanner.png);
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
}

/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
BENEFITS STYLE //////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/


.benefitsback {
    background-color: #F4F8FB;
    padding: 40px 0px 40px 0px;
}

.firstline {
    padding-top: 50px;
    padding-bottom: 50px;
}

.texthead {
    font-weight: 700;
    font-size: 17px;
    margin-top: 0.85rem;
}

.text {
    color: #989898;
    line-height: 1.15;
}

.testboxcol {
    padding: 15px;
}

.secondlineback {
    background: #FFA506;
}

.secondline {
    padding-top: 50px;
    padding-bottom: 50px;
}

.secondlineback .testbox {
    background-color: #ffb738;
    padding: 25px;
    height: 290px;
}

@media screen and (max-width: 768px) {
    .secondlineback .testbox {
        background-color: #ffb738;
        padding: 25px;
        height: 240px;
    }
}

.secondlineback .texthead {
    font-weight: 700;
    font-size: 17px;
    color: white;
}

.secondlineback .text {
    color: #ffffffbd;
    line-height: 1.15;
}

.benefittop {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
GAMES STYLE /////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/


.gamebanner {
    background-image: url(../img/gamesbanner.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: space;
}

.leftdemo {
    background-color: transparent;
    padding: 150px 120px;
    color: #ffffff;
}

.cryptotop {
    padding: 125px 120px !important;
}

@media screen and (max-width: 768px) {
    .leftdemo {
        background-color: transparent;
        padding: 125px 20px;
        color: #ffffff;
    }

    .cryptotop {
        padding: 100px 20px !important;
    }
}

.leftdemo a {
    font-size: 18px;
    color: #ffffff;
    padding: 15px 50px;
    background: #FFA506;
    box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.07);
    border-radius: 999px;
}

.leftdemo a:hover {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: -1px 9px 5px -3px rgb(0 0 0 / 15%);
    transform: scale(1.03);
    transition: transform .5s;
}

.open-modal {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 1rem 2rem;
    border-radius: 4px;
    color: #ffffff;
    background: #178ecf;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.open-modal:hover {
    background: #FFA506;
}

.title {
    font-family: inherit;
    line-height: inherit;
    color: #353535;
}

.title-text {
    font-size: 1.8rem;
    font-weight: 500;
}

.title-subs {
    font-size: 0.9rem;
    font-weight: normal;
}

.title-subs a {
    font-weight: 500;
    color: #178ecf;
}

.title-subs a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mains .modal {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(33, 33, 33, 0.75);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mains .modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.mains .modal-dialog {
    position: relative;
    max-width: 27%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3rem 2rem 3rem 2rem;
    overflow: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #353535;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    z-index: 9999;
}

.mains .modal-header {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-family: inherit;
    line-height: inherit;
    /*margin-bottom: 2rem;*/
}

.mains .modal-header .close-modal {
    font-size: 1.5rem;
    line-height: inherit;
    border: none;
    outline: none;
    color: #353535;
    background: white;
}

.mains .modal-content .form-group {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.mains .modal-content .form-group:nth-child(6) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.mains .modal-content .form-group .input-field {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    padding: 12px 20px;
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    border-radius: 9rem;
    color: #353535;
    background: #eff3f4;
}

.mains .modal-content .form-group .input-submit {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    width: 30%;
    height: auto;
    outline: none;
    border: none;
    border-radius: 11rem;
    color: #ffffff;
    background: #FFA506;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mains .modal-content .form-group .input-submit:hover {
    background: #FFA506;
}

.mains .modal-content .form-group .text-link {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: inherit;
    margin-left: 1.2rem;
    color: #178ecf;
}

.mains .modal-content .form-group .text-link:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.modal-content {
    box-shadow: none !important;
    border: none !important;
}


.modal-header {
    min-height: 16.43px;
    padding: 10px 0px 25px 0px !important;
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .mains .modal-dialog {
        position: relative;
        max-width: 85%;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 4rem 3rem 4rem 3rem;
        overflow: auto;
        border: none;
        outline: none;
        border-radius: 4px;
        color: #353535;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    }
}

.main {
    background-color: white;
    grid-area: main;
    padding: 0 0px 0px 160px;
    overflow-x: hidden;
    overflow-y: hidden;
}



@media screen and (max-width: 768px) {
    .main {
        background-color: white;
        /* grid-area: main;*/
        padding: 0 0px 0px 15px;
        /*overflow-x: hidden;
    overflow-y: hidden;*/
        overflow: hidden;
        position: relative;
    }
}

.items {
    /*position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    /* transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: grab;*/
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.cryptoitem {
    display: inline-block;
    color: rgb(255, 165, 6);
    text-align: center;
    margin: 0px 0px;
    padding: 30px 10px;
}

.cryptoitem img {
    width: 170px;
}


.item {
    display: inline-block;
    color: rgb(255, 165, 6);
    text-align: center;
    font-weight: 600;
    line-height: 1.15;
    font-size: 14px;
    padding: 35px 40px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-image: initial;
    margin: 15px 15px 15px 0px;
}

.item img {
    width: 70px;
    padding-bottom: 15px;
}

.scrollerWrapper {
    overflow: hidden;
    *position: relative;
}

ul.scroller {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

ul.scroller li {
    display: inline-block;
    *display: inline;
    white-space: normal;
    vertical-align: middle;
}


.lotback {
    background-image: url(../img/lotback.jpg);
    background-position: bottom;
}

.long {
    background-image: url(../img/long.png);
    z-index: 999px;
    background-repeat: no-repeat;
    background-position-x: bottom;
    background-position-y: left;
}


.customize {
    box-shadow: 0 2px 4px 0 #ccd0d9;
    padding: 75px 30px 75px 30px;
    color: white;
    background-color: #213F7A;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .customize {
        box-shadow: 0 2px 4px 0 #ccd0d9;
        padding: 45px 30px 45px 30px;
        color: white;
        background-color: #213F7A;
        border-radius: 5px;
    }
}

.customize h2 {
    font-size: 18px;
}

.customize h2:before {
    content: "";
    display: block;
    position: relative;
    top: 30px;
    width: 100%;
    height: 1px;
    background-color: #ffffff7d;
}


.customize:hover h2 {
    font-size: 18px;
}

.customize:hover h2:before {
    content: "";
    display: block;
    position: relative;
    top: 30px;
    width: 100%;
    height: 1px;
    background-color: #ffffff7d;
}

/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
GAMES STYLE /////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/

.about {
    padding: 160px 0px 60px 0px;
    text-align: left;
    background-image: url(../img/about.jpg);
    color: #404040;
    background-repeat: no-repeat;
    height: 90vh;
}

@media screen and (max-width: 768px) {
    .about {
        padding: 160px 0px 60px 0px;
        text-align: left;
        background-image: url(../img/about.jpg);
        color: #404040;
        background-repeat: no-repeat;
        height: 90vh;
        background-position-x: center;
        background-position-y: bottom;
    }
}


/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
HORIZONTAL  SCROLL //////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
    height: 4rem;
    padding-left: 100%;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}



.veri {
    /*padding-top: 25px;*/
}


.veri p {
    color: #999999;
}

/*///////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
CASINO //////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////*/

.casinobanner {
    background-image: url(../img/casino/casino-roulette-wheel.png);
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

.casinobanner .white {
    color: white;
}

.casinobanner .bigger {
    font-size: 20px;
}

.casicat .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FFA506;
    padding: 10px 20px;
    border-radius: 999px;
    border: none !important;
    outline: none;
    margin: 0px 5px 10px 5px;
    min-width: 100px;
}

.casicat .nav-pills .nav-link.active,
.nav-pills .show>.nav-link:focus {
    border: none;
}

.casicat .nav-pills .nav-link {
    border-radius: 999px;
    padding: 10px 20px;
    border: none !important;
    outline: none;
    margin: 0px 5px 10px 5px;
    min-width: 100px;
}

.casicat .nav-pills .nav-link:focus {
    border-radius: 999px;
    border: none !important;
    outline: none;
}

.casicat .center {
    text-align: center;
}

.midcenter {
    align-content: center;
    align-items: center;

}

.casinosmall {
    text-align: center;
}

.casinosmall img {
    width: 100%;
    border-radius: 35px;
    margin-bottom: 10px;
}

.casinosmall span {
    font-size: 17px;
    font-weight: 500;
}

.casinotab {
    padding-top: 30px;
}

.casicat .partners {
    text-align: center;
}

.casicat .partners img {
    filter: grayscale(100%);
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 5px 10px;
}

.casicat .partners img:hover {
    filter: none;
}

.casinofeature {
    text-align: center;
    background: #f9f9f9;
}

.casinofeature img {
    margin-bottom: 10px;
    width: 55px;
}

.casinofeature span {}

.casinofeature .individual {
    margin-bottom: 20px;
}




.mobilewebsize {
    width: 400px;
}



@media screen and (max-width: 768px) {
    .mobilewebsize {
        width: 100%;
    }

}


.bannerwebonly {
    display: block;
}

.bannerh5only {
    display: none;
}

@media screen and (max-width: 768px) {
    .bannerwebonly {
        display: none;
    }

    .bannerh5only {
        display: block;
    }

}