@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)z
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(#000, 0);
    line-height: 1.15
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}
/*min deposit*/
.min-deposit{
    color:#830aaa;
    margin:25px 0;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items:center;
}

/*end*/
.t_body{
    display:flex;
    flex-direction:column;
    gap:15px;
    
}
.t_body_mob{
    display:none;
}
.viewall{
    color:black;
    cursor:pointer;
    font-size:14px;
    margin-top:10px;
}
.logooo{
    
    /*line-height: 10px;*/
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    padding:5px;
    border-radius:2px;
        background-image: linear-gradient(270deg, #000 0%, #7200a4 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
     text-decoration: none !important;
}



.logooo  span{
        color: #ffedb8;

}
body {
    margin: 0;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    
    font-weight: 500;
    /*text-align: center;*/
    background-color: #000;
    color: #feffff;
    /*font-family: '', serif;*/
    font-family: Open sans,sans-serif;
    line-height: 1.2
}



[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
    cursor: help
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.header_nav ul>li.active>a,
dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #2660a4;
    text-decoration: underline
}

a:hover {
    color: #000
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}
.quick_slots{
    text-decoration:none;
    width: 111px;
    margin: 0 auto;
    border: 1px solid #2660a4;
    line-height: 27px;
    display: block;
    padding: 0 8px;
    border-radius: 6px;
    color: #2660a4;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}
.quick_slots:hover{
    color:white;
    background-color:#63a0f7;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: gray;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

p:empty {
    display: none
}



@font-face {
    src: url(../fonts/ProximaNova/ProximaNovaT-Thin.woff2) format("woff2"), url(../fonts/ProximaNova/ProximaNovaT-Thin.woff) format("woff");
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 100
}

@font-face {
    src: url(../fonts/ProximaNova/ProximaNovaA-Regular.woff2) format("woff2"), url(../fonts/ProximaNova/ProximaNovaA-Regular.woff) format("woff");
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400
}

@font-face {
    src: url(../fonts/ProximaNova/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff");
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600
}

@font-face {
    src: url(../fonts/ProximaNova/ProximaNovaA-Bold.woff2) format("woff2"), url(../fonts/ProximaNova/ProximaNovaA-Bold.woff) format("woff");
    font-display: swap;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700
}

@font-face {
    src: url(../fonts/Fontello/fontello.eot) format("embedded-opentype"), url(../fonts/Fontello/fontello.woff2) format("woff2"), url(../fonts/Fontello/fontello.woff) format("woff"), url(../fonts/Fontello/fontello.ttf) format("truetype");
    font-family: "Fontello";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.star:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    font-family: "Fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(50%) !important
}

body.overflow-y-hide {
    overflow-y: hidden
}
/*for reviews*/
.each-brand{
    display:flex;
    flex-direction:column;
    padding:25px 20px;
    align-items: center;
}
.each-brand:hover{
    box-shadow: 0 6px 25px rgba(0,0,0,.1);
    transform:scale(1.2);
    transition: all .4s ease-out;
}
.brand-list{
    display:grid;
    grid-template-columns : repeat(5,1fr);
    gap:10px;
    background-color:white;
    padding-bottom:30px;
}

.img-wrapper-review{
    height:80px;
    width:153px;
}
.img-wrapper-review img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 16px;
}
.top-review-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    
}
.review_header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px
    
}
.review,.addition-get-bonus {
    max-width:800px;
    margin:auto;
}
.read-review-container{
    background:white;
    color:black;
}
.top-review-wrapper p{
    margin-right:20px;
    color: #62666F;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
.top-content-review{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.review-img{
    margin:30px 0;
    
}
.review-img img{
    border-radius:16px;
}
.extra-info, .btn-bonus-wrapper >div{
    display:flex;
    justify-content:center;
}
.extra-info > div,.btn-bonus-wrapper{
    display:flex;
    flex-direction:column;
}
.extra-info{
    gap:10px
}
.extra-info img{
    width:48px
}
.extra-info > div{
    align-items:center;
    justify-content:center;
}
.btn-bonus-wrapper{
    gap:10px;
}
.btn-bonus-wrapper div{
    padding: 0 10px;
}
.btn-bonus-wrapper a{
    background-color: rgb(47, 119, 252);
    color: rgb(255, 255, 255);
    border-radius: 40px;
    min-width: 44px;
    min-height: 44px;
    padding: 12px 18px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    text-decoration: none;
}
.welcome-bonus-review,.bonus-review{
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 400;
    text-transform: none;
    margin-right:7px;
} 
.bonus-review{
    color: #171C2B;
}
.welcome-bonus-review {   color: #2F77FC;
}
.review-top{
    border-bottom: 0.5px solid rgb(23, 28, 43);
    padding-bottom:30px;
}
.review_content {
    margin-top:20px;
}
.review_content p{
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    text-align:left;
}
.review_content h2, h1 {
    color:rgb(242 4 4);
    font-size: 2rem;
    line-height: 2.5rem;
}
.addition-get-bonus{
    background-color: #f9f9f9;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:24px;
    border-radius: 8px;
    border: 1px solid;
    border-color: #e4e4e4;
}


.pros,.cons{
    display:flex;
    flex-direction:column;
    gap:10px;
    background: rgba(41,155,3,.1);
    border-left-color: #299b03 !important;
    margin-bottom: 16px !important;
    padding: 16px 24px;
    border-radius: 4px;
    border-left: 4px solid;
    margin-top:20px !important;
   
}
.cons{
    background: rgba(235,87,87,.1);
    border-left-color: #ff4b55 !important;
}
.emtpy{
    height:20px;
}
.pros li,.cons li {
    list-style:none;
}

/*end reviews*/
.header_burger span,
.header_nav ul,
.modal,
.modal-content,
.nav_logo,
.star:before,
a,
a>h3 {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

[class*=list_],
[class^=list_] {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.logo>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}


.partner_row .t_col.col_name {
    position: relative;
   
    /*background: #000;*/
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 130px;
    /* min-width: 200px; */
}


.modal {
    display: none;
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index:1000000;
}

.modal.modal-open {
    background-color: rgba(0, 0, 0, .65)
}

.modal-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 14px 1px transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 165px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #193755;
    box-shadow: 0 0 14px 1px transparent;
    opacity: 0;
}

.modal-content:not(.container) {
    padding: 10px
}

.modal.modal-open .modal-content {
    -webkit-box-shadow: 0 0 14px 1px #d79f31;
    box-shadow: 0 0 14px 1px #d79f31;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal-content h3 {
    font-size: 20px
}

.bmn_main {
    position: relative;
    overflow-x: hidden;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%
}

.bmn_main.bg-home {
    background-image: url(../img/bg/bg-151.jpg)
}

.bmn_main.bg-reviews {
    background-image: url(../img/bg/bg-151.jpg)
}

.bmn_main.bg-betting {
    background-image: url(../img/bg/bg-betting.jpg)
}

.bmn_main.bg-149 {
    background-image: url(../img/bg/bg-149.jpg)
}

.bmn_main.bg-150 {
    background-image: url(../img/bg/bg-150.png)
}

.bmn_main.bg-151 {
    background-image: url(../img/bg/bg-151.jpg)
}

.bmn_main.bg-152 {
    background-image: url(../img/bg/bg-152.jpg)
}

.bmn_main.bg-153 {
    background-image: url(../img/bg/bg-151.jpg)
}

.bmn_main>section {
    z-index: 1;
    position: relative
}

.dktest {
    font-size: 32px
}

.bmn_header {
    background-color: #0a0b0b
}

.header_inner,
.header_nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.header_inner {
    min-height: 60px;
    padding: 12.5px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

/*.header_logo img,*/
/*.nav_logo img {*/
    /*width: 170px;*/
/*    height: 35px*/
/*}*/

.header_nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    list-style: none
}

.header_nav ul>li>a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-family:Open-sans,sans-serif;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.header_nav ul>li:not(:last-child) {
    margin-right: 14px
}

#top-content {
    padding: 35px 0 0
}

#top-content.tc--mp {
    margin-bottom: 15px
}

.s_title {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
}

.s_title.align-center,
.s_title.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_title.align-center img {
    position: relative;
    top: 8px
}

.s_title h1 {
    font-size: 28px;
    text-transform: capitalize
}

.s_title.title-only h1 {
    margin-bottom: 30px
}

.s_title img {
    width: 48px;
    height: 48px
}

/* new header style for new template */
.new-template__title{
    color: #fff;
    text-align: center;
}

.col_name {
    width: 200px
}

.col_bonus {
    width: 200px;
}

.col_rating {
    width: 80px;
}

.col_score {
    width: 100px;
}

.col_slots_games {
    position: relative;
    width: 100%;
    margin:10px 0;
}
.col_slots_games{
    position: relative;
    width: 180px
}

.addgamesul {
    display: flex;
    gap: 10px;
}

.addgamesli {
   display:flex;
   flex-direction:column;
   align-items: center;
    gap: 10px;
}
.addgamesli span{
    font-size:12px;
}
.img-main{
    width:50px;
    height: 48px;
}
.img-main img {
    border-radius: 50%;
    transition: transform .3s linear;
    width:100%;
    height:100%;
    object-fit:cover;
}


.col_slots_games .img-main:hover .img-modal {
    display: block
}

.addgamesli:nth-child(1):hover .addgamesli:nth-child(2) {
    display: block !important
}

.whatslotslike {
    justify-content: flex-start !important
}

/* essential! v */
.t_col .col_games ul{
    padding: 0px !important;
    align-self: center;
}

.t_col .col_games p{
    color: #7e7e7e;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.col_games ul {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}
.col_games ul li {
    list-style: none !important;
    position: relative;
    /*background-color: #fff;*/
}


.col_games ul li:last-child {
    margin-right: 0;
}

.col_games ul li:hover a img {
    transform: scale(1.2)
}



.col_games ul li a .pymnt_img {
    /*width: 50px;*/
    height: 20px;
    border-radius: 2px;
    transition: transform .3s linear;
}
.col_games ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    transition: transform .3s linear;
}

.viewall .game-popup {
  position: absolute;
    /*top: -8px;*/
    /*left: 50%;*/
    transform: translate(10%, -100%);
    background: #fff;
    padding: 8px;
   /*height: 228px;*/
    width: 270px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);

    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s linear;
    z-index: 2;
}

.viewall .game-popup img {
    width: 100%;
    max-height: 120px;
}

/*.viewall .game-popup::after {*/
/*    content: '';*/
/*      width: 0; */
/*  height: 0; */
/*  border-left: 8px solid transparent;*/
/*  border-right: 8px solid transparent;*/
/*  position: absolute;*/
/*    bottom: -7px;*/
/*    left: 25px;*/
/*  border-top: 8px solid #fff;*/
/*}*/

.viewall:hover .game-popup {
    color: red;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s linear;
}

.play-game {
     
     width: 100%;
    -webkit-box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 14.5px 5px;
  border-radius: 2px;
  background-color: #33A800;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.25);

  color: #FFFFFF;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.play-game:hover {
    color: #fff !important;
    background: #57c925;
}
.slotsmob{
    display:none;
}

.game-popup h3 {
 margin: 12px auto;
  color: #000000;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;

}

.game-title {
    display: flex;
    align-items: center;
}
.game-title span {
    width: 100px;
    margin-right: 10px;
    font-size: 12px;
    color: #000;
}
.game-title span:last-child {
    margin-right: 0;
}

.col_play {
    width: 20%;
    align-items: center;
}

.col_play {
    position: relative;
}
#partners .s_title h1,
#poker .s_title h1 {
    margin: 30px 0
}

.toggle-btn:hover {
    color: #fff !important
}
.address{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-top:30px;
}
.address2{
    margin-right:200px;
}

.sbar-mobile{
    display:none;
}

.s_content h2,
.s_content h3 {
    font-size: 20px;
    font-weight: 700
}

.s_content div:not(:last-child),
.s_content p:not(:last-child) {
    margin-bottom: 15px
}

.s_content p:last-child {
    margin-bottom: 0
}

.toggle-btn {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding: 0 32px 0 16px;
    border: 1px solid #eceaea;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none
}

.toggle-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/chevron.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    content: ''
}

#bottom-content {
    background: #fff
}

#bottom-content .s_content {
    margin-top: 60px;
    padding: 30px 10px;
    color: #000
}

#bottom-content.full .toggle-btn:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tp_filters {
    margin-bottom: 30px;
}
.search-bar input{
    padding:7px 18px 7px 18px;
    border-radius: 4px;
    background-color: white !important;
    font-size: 15px;
    letter-spacing: 0.42px;
    line-height: 17px;
    width:300px;
    color:black;
    border:none;
    border: 1px solid rgba(255,255,255,0.1);
    background: url(../img/icons/search.svg) no-repeat right 13px center;
}
.search-bar input::placeholder{
        color: black;
    }
.search-bar input:focus{
        box-shadow: 0 0 3px 0 #1183d6;
        border-color: #1183d6;
        outline: none;
    }
.tc_filter-btns {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px
}

.tc_filter-btns a {
    display: inline-block;
    padding: 0 16px;
    background-color: transparent;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.tc_filter-btns a.active {
    background-color: #3C0E1D;
    pointer-events: none
}

.tc_filter-btns a:hover {
    background-color: rgba(236, 234, 234, .2)
}

.tc_filter-btns a:not(:last-child) {
    margin-right: 10px
}

.tc_filters-mobile {
    margin: 15px 0;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase
}

.tc_filters-mobile select {
    min-width: 260px;
    height: 25px;
    margin: 0 20px 0 10px;
    background-color: #fff;
    color: #666
}

.list_features,
.list_features>li,
.tc_filters-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content:flex-start;
}

.list_features>li:not(:first-child) {
    margin-left: 20px
}

.list_features>li>span {
    margin-left: 5px;
    letter-spacing:1.1px;
}

.bmn_footer {
    padding: 40px 0;
    background-color: #0a0b0b
}

.footer_bottom,
.footer_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction:column;
    justify-content: center;
}

.footer_bottom {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .4px
}

/*.footer_logo img {*/
    /*max-width: 140px;*/
    /*max-height: 35px*/
/*    height: 35px;*/
/*}*/
/*.s_filters{*/
/*    background:#6a0606;*/
/*    border-radius:6px;*/
/*    padding:5px;*/
/*}*/
.s_filters span{
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}
.list_cert,
.list_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content: center;
    margin-top:10px;
}

.list_menu>li>a {
    color: inherit;
    text-decoration: none
}

.list_menu>li>a:hover {
    -webkit-text-decoration: #ddca4f underline;
    text-decoration: #ddca4f underline
}

.list_cert>li:not(:last-child) {
    margin-right: 10px
}

.list_menu>li:not(:last-child) {
    margin-right: 20px
}

.bmn_table {
    
    
}

.partner_website a.play-now:hover,
.si_title,

.t_title {
    background-color: #193755
}
.t_head {
  
    color: white;
}
.t_head > div{
    display:flex;
    text-align:center;
    justify-content:space-between;
    align-items:center;
}

.t_head .t_col>span {
    font-size: 17px;
    font-weight:500;
    letter-spacing:0.1px;
    line-height: 1.5;
    text-transform: uppercase
}
.col_name span,
.col_bonus span,
.col_rating span,
.col_score span,
.col_games span,
.col_options span,
.col_games span{

}
.t_head .t_col,
.t_title {
    min-height: 37px
}

.t_col,
.t_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     
}

.t_row {
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color:#fff;
}

.t_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
}

.t_title {
    padding: 0 20px;
    line-height: 37px;
    text-align: center
}

.t_title h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.col_name {
    width: 170px
}

.col_bonus {
    width: 190px;
    margin-left: 25px;
}

.col_rating {
    width: 120px;
    margin-right:0;
}

.col_score {
     width: 128px;
     /*margin-left:10px;*/
}

.col_play {
    position: relative;
    width: 180px;
    /*padding-right: 2px*/
}
.allpayments{
    display:none !important;
}
#viewers {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    border-radius: 7px;
    background-color: #FFFFFF;
    color: #505050;
    font-family: 'Lato',sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 13px;
    height: 36px;
    width: auto;
    padding: 0 10px;
    position: absolute;
    bottom: -41px;
    left: -4px;
    z-index: 99;
    visibility: hidden;
             
}

.col_play:hover #viewers {
    visibility: visible !important;

}
#viewers::after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
     -moz-transform:rotate(225deg);
      -webkit-transform:rotate(225deg);
}


.col_options {
    width: 300px;
    margin-left:10px;
}

.partner_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
    /*height:185px;*/
    /* align-items: flex-start */
}

.partner_name {
    position: relative;
    padding: 0 15px;
    height: 185px; 
}

.partner_name img {
    width: 170px;
    border-radius: 16px;
}

.partner_bonus span,
.partner_rating span {
    display: block;
    margin-bottom: 5px;
    padding-top: 15px;
    color: #f90606;
    font-family: Open sans,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}
.partner_bonus span{
        letter-spacing: 0.3px;
        font-size: 15px;
        font-weight:bold;
        line-height: 19px;
        margin-top:-15px;

}
.morecontent span {
    display: none;
}
.morelink {
    display: inline;
    color: #fff;
    font-weight: 600;
}

.morelink:hover {
    /*transform: translateX(5px);*/
    color: #fff;
}

.description {
    background-color: #eee;
    color: #000;
    margin: auto;
    width: 100%;
    text-align: center;
}
.partner_bonus h4 {
    margin-top:20px;
    color: #000;
    font-family: Open sans,sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 17px;
    text-align: center;
}

.partner_options ul {
    margin-bottom: 0;
    padding: 0 0 0 15px;
    color: #3d3d3d;
    font-size: 15px;
    line-height: 18px;
    list-style: url(../img/check.svg);
    text-align: left;
    font-weight: 600;
}

.partner_score h4 {
    margin: 0 auto;
        color: #131314;
        font-family: 'Muli',sans-serif;
        font-size: 44px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 55px;
        text-align: center;
}

.get-bonus,
.partner_score a {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.partner_score a {
    /* width: 111px; */
    margin: 0 auto;
    border: 1px solid #008574;
    line-height: 27px;
    display: block;
    padding: 0 8px;
  border-radius: 4px;
    color: #008574;
    font-size: 12px
}

.partner_row .col_options,
.partner_row .col_play,
.partner_row .col_score {
    -ms-flex-item-align: center;
    align-self: center;
    align-items:center;
}



.get-bonus {
    -webkit-box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 13.5px 12px;
    /*border: 1px solid #D79C04;*/
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE  51%, #DA22FF  100%);
    border-radius: 9px;
    /*box-shadow: 0 5px 10px 0 rgb(24 16 16 / 96%);*/
    color:black;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 0 7px 0 rgba(255,255,255,0.5);
  outline:none;
}

.get-bonus:hover {
      background: linear-gradient(to right, #AA076B 0%, #61045F  51%, #AA076B  100%);
            color: #fff;
            text-decoration: none;
    /*background-image: -o-linear-gradient(65deg, #fe0914, #111010);*/
    /*background-image: linear-gradient(25deg, #fe0914, #111010);*/
    /*color:white;*/
}

.read-review,
.visit-site {
    display: inline-block;
    margin-top: 5px;
    color: #030308;
    font-family: 'Muli',sans-serif;
    font-size: 13px;
    letter-spacing: 0.42px;
    line-height: 16px;
    text-align: center;
}

.read-review {
    position: relative;
    color: #0B3F39;
}
.read-review::after {
    content: url(../img/expand-arrow.svg);
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 5px;


}

.ribbon {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    padding: 3px 8px;
    background: #008574;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.ribbon:after {
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border: 10px solid #008574;
    border-left-width: 10px;
    border-right-color: transparent;
    content: ""
}

.ribbon span {
    position: relative;
    top: 1px;
    text-transform: uppercase
}

.ribbon:empty {
    display: none
}

.list_stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.star {
    cursor: pointer
}

.star:before {
    display: inline-block;
    color: #7b7b7b;
    font-size: 16px;
    content: "\e801"
}

.star:not(:last-child):before {
    margin-right: 3px
}

.star.filled:before,
.star.hover:before {
    color: #fdcc64
}

.star.empty:before {
    color: #7b7b7b
}

.t_facts {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    order: 100;
    width: 100%;
    padding: 17px 30px 0;
    border-top: 1px solid #e1e1e1;
    color: #000;
    text-align: left
}

#partners .t_facts {
    justify-content: space-between;
}
.single_row .t_facts {
        padding-bottom: 20px
    }

#partners .tf_col {
    position: relative;
    padding-left: 34px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 28px
}

#partners  .tf_col.partner_slots::before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    border: 1px solid #E8E8E8;
    height: 120px;
    top: 15px;
    left: -40px;
}
#partners  .tf_col.partner_slots::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    border: 1px solid #E8E8E8;
    height: 120px;
    top: 15px;
    right: -20px;
}

.pc_info p,
.tf_col h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px
}

.tf_col ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none
}

.partner_website,
.slots_card,
.tf_col ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tf_col ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 290px;
    max-width: 100%;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 30px
}

.additionalGames2{
    display:flex;
    flex-direction:column;
    gap:7px;
}
.additionalGames2 li {
    border-bottom:none !important;
}
.tf_col ul li span {
    margin-left: 16px;
}


.sc_info>li span,
.tf_col ul li strong {
    font-weight: 600
}

.partner_highlights ul li img {
    width: 14px
}

.partner_highlights a {
    display: none;
    margin: 16px 0 6px;
    color: #2660a4;
    font-size: 12px;
    line-height: 14px
}

.partner_slots ul li img {
    /* max-width: 64px;
    max-height: 18px; */
    width: 25px;
    height: 25px;
    border-radius: 6px
}

.partner_website,
.slots_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.partner_website {
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* align-items: flex-start; */
    min-height: 175px
}

.partner_website ul {
    margin-top: 0
}

.partner_website ul li {
    width: 260px;
    border-color: transparent
}

.partner_website ul li a {
    color: #0B3F39;
    font-size: 14px;
    text-decoration: none
}

.partner_website ul li a:hover {
    text-decoration: underline
}

.partner_website a.play-now {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    min-width: 166px;
    width: 180px;
    margin-top: 10px;
    border-radius: 4px;
    background: linear-gradient(0deg, #008574 0%, #01C8B1 100%);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
    
}

#poker,
#slots {
    margin: 30px 0
}

.slots_card {
    -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
    width: 265px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
    color: #000
}

.sc_info {
    margin: 0;
    padding: 0;
    list-style: none
}
/* 
.partner_row .active {
    margin-bottom: 150px
} */

.sc_name {
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 50px;
    text-align: center
}

.sc_info>li,
.sc_info>li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.sc_info>li {
    padding: 0 10px;
    border-top: 1px solid #e9e9e9;
    line-height: 39px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sc_info>li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
}

.sc_info>li img {
    width: auto;
    height: 35px
}

.sc_logo {
    display: block;
    padding: 10px 10px 0
}

.sc_btn a,
.sc_logo img {
    width: 100%
}

.sc_btn {
    padding: 0 10px 10px
}

.poker_card {
    position: relative;
    width: 360px;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.pc_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 115px 20px 20px
}

.pc_info p {
    max-width: 260px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
    text-align: center
}

.pc_info .get-bonus {
    min-width: 165px;
    padding: 9.5px 16px;
    font-size: 16px
}

.pc_logo,
.pc_logo img {
    display: block;
    width: 100%;
    height: 245px
}

.pc_logo img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center
}

.bmn_twocol,
.thanks-for-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.thanks-for-rating img {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.thanks-for-rating span {
    color: #efae32;
    font-size: 22px;
    font-weight: 100
}

.bmn_twocol {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between
}

.bmn_sidebar {
    width: 100%
}

.bmn_sidecard {
    background-color: #fff
}

.bmn_sidecard .col_name {
    background-color: #fff !important;
}
.bmn_sidecard .col_name::after {
    content: '' !important;
}

.si_title,
.si_title h2 {
    text-transform: uppercase
}

.si_title {
    text-align: center
}

.si_title h2 {
    min-height: 37px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 37px
}

.si_title span {
    position: relative;
    top: -5px;
    font-size: 10px;
    font-weight: 100
}

.partner_row.sidecard_row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden
}

.sidecard_row .col_bonus,
.sidecard_row .col_options,
.sidecard_row .col_play,
.sidecard_row .col_score {
    display: none
}

.sidecard_row .partner_name {
    -webkit-box-shadow: 0 2px 10px 0 #d8d8d8;
    width: 150px;
    margin-bottom: auto;
    padding: 10px;
    box-shadow: 0 2px 10px 0 #d8d8d8
}

.sidecard_row .partner_name .get-bonus {
    width: 100%;
    margin-top: 10px
}

.sidecard_row .partner_rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#f3f3f3));
    background: -o-linear-gradient(right, #fff 0%, #f3f3f3 100%);
    background: linear-gradient(270deg, #fff 0%, #f3f3f3 100%)
}

.sidecard_row .partner_bonus span,
.sidecard_row .partner_rating span {
    padding-top: 0;
    font-size: 10px;
    text-align: left
}

.sidecard_row .partner_rating .read-review,
.sidecard_row .t_mob-parts.partner_bonus+span {
    display: none
}

.sidecard_row .partner_bonus h4 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px;
    text-align: left
}

.sidecard_row .star:before {
    font-size: 14px
}

.sidecard_row .get-bonus {
    font-size: 16px
}

.article_row,
.sidecard_row .partner_rating .list_stars {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sidecard_row .partner_rating .list_stars {
    margin: auto 0 5px
}

.sidecard_row .partner_score {
    text-align: left
}

.sidecard_row .partner_score h4 {
    color: #000;
    font-size: 32px;
    line-height: 35px;
    text-align: left
}

.sidecard_row .partner_score a {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 10px;
    line-height: 11px;
    text-decoration: underline;
    text-transform: capitalize
}

.sidecard_row .partner_score a,
.sidecard_row .partner_score a:hover {
    background-color: transparent;
    color: #000
}

#article .s_content,
#page .s_content,
#review .s_content {
    padding: 30px;
    line-height:40px
}

.t_news,
.t_page,
.t_review {
    color: #000;
    font-size: 14px
}

.t_review div,
.t_review ol,
.t_review p,
.t_review ul {
    text-align: left !important
}

#article .s_content>h2 {
    color: #2660a4;
    font-size: 24px
}

.article_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article_row:nth-of-type(2n+2) {
    background-color: #d6d6d633;
}

.article_cover,
.article_hero {
    position: relative;
    overflow: hidden
}

.article_hero {
    height: 0;
    padding-bottom: 47%
}

.article_cover {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    height: 220px
}

.article_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.article_details,
.article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px 15px
}

.article_info h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600
}
#article .s_content,
#page .s_content{
    background:white;
}
.article_info p {
    color: #7b7b7b;
    font-size: 14px
}

.article_details {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(32, 33, 47, .1)
}

.article_date,
.article_details a {
    color: rgba(32, 33, 47, .4);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.article_details a,
.article_info a {
    text-decoration: none
}

.article_details a:hover,
.article_info a:hover>h3 {
    color: #2660a4
}

#article .article_date {
    display: block;
    margin-bottom: 5px
}

.article_card,
.bmn_articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bmn_articles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px auto
}
.expand-text{
    padding-right:25px;
}
.article_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
    flex-direction: column;
    width: 260px;
    margin: 10px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15)
}

.ac_btn,
.ac_cover,
.ac_date,
.ac_info {
    padding: 0 10px
}

.ac_cover img {
    width: 100%;
    margin-bottom: 15px
}

.ac_info a,
.ac_info a h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.ac_info a:hover h3 {
    text-decoration: underline
}

.ac_info p {
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    line-height: 14px
}

.ac_btn a,
.ac_date {
    text-transform: uppercase
}

.ac_date {
    margin: auto 0 10px;
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-left: 0;
    color: #000;
    font-size: 10px;
    line-height: 22px
}

.ac_btn a,
.dropdown-menu a {
    color: #fff;
    text-decoration: none
}

.ac_btn a {
    width: 100%;
    border-radius: 6px;
    background-color: #2660a4;
    font-weight: 700;
    line-height: 39px;
    display: inline-block;
    font-size: 16px
}

.ac_btn a:hover {
    background-color: #1b4473
}

.not_found {
    padding: 40px 0 60px;
    color: #000
}

.not_found h1 {
    margin-bottom: 20px;
    color: #232426;
    font-size: 141px
}

.ac_btn a,
.not_found h1,
.not_found p {
    text-align: center
}

.dropdown {
    position: relative
}

.dropdown-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 38px;
    left: 0;
    flex-direction: column;
    background-color: #0a0b0b
}

.dropdown-menu a {
    display: block;
    min-width: 140px;
    padding: 13px;
    border-top: 1px solid #313234;
    font-size: 14px
}

.dropdown-menu a:first-child {
    border-top: 2px solid #60a0ec
}

.dropdown-menu a:hover {
    color: #60a0ec
}
#pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    cursor: pointer;
}

.fancy-popup *,
.fancy-popup ::after,
.fancy-popup ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancy-popup,
.fancy-popup-backdrop {
    z-index: 2001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancy-popup-backdrop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(4, 2, 16, .77)
}

.fancy-popup-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 725px;
    transform: translate(-50%, -50%);
    transform-origin: 0 0
}

.fancy-popup-partner-img,
.fancy-popup-partner-img img {
    display: block;
    width: 100%
}

.fancy-popup-partner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 35px;
    left: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 330px;
    height: 240px;
    pointer-events: none
}

.fancy-popup-bonus {
    display: block;
    margin-bottom: 15px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4;
    pointer-events: none
}

.fancy-popup-btn {
    -webkit-box-shadow: 0 0 17px 0 transparent;
    -webkit-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    -o-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    display: inline-block;
    position: relative;
    min-width: 256px;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #bd8c20;
    box-shadow: 0 0 17px 0 transparent;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: all;
    transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

.fancy-popup-btn span {
    z-index: 10;
    position: relative
}

.fancy-popup-btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    color: #fff;
    text-decoration: none
}

#top-filters {
    margin: 1em 0 3em;
}

#top-filters img {
    width: 25px;
    height: 25px;
}
.terms{
    background-color:white;
}

.expand {
    display: none;
}
@media only screen and (max-width:1199.9px) {
    
    .container {
        width: 940px
    }

    .header_nav ul>li {
        font-size: 13px
        margin-left:10px;
    }

    .col_options {
        display: none
    }

    .tf_col ul li {
        width: 240px
    }
}

@media only screen and (max-width:400px) {
    .img-main{
        height:auto;
        width:auto;
    }
    .col_slots_games{
        width: auto;
    }
    .game-title span{
        font-size:8px;
    }
    
}

@media only screen and (min-width:992px) and (max-width:1199.9px) {
    .single_row .col_rating {
        display: none
    }

    .single_row .col_bonus {
        width: 165px
    }

    .single_row .partner_name {
        width: 160px;
        padding-left: 20px
    }

    .single_row .partner_links {
        width: 200px;
        padding-right: 20px
    }
}

@media only screen and (max-width:991.9px) {
    /*for review*/
    .top-review-wrapper,.review_header{
        flex-direction:column;
    }
    .review-img{
        max-height:234px;
        max-width:441px;
    }
    .review-img img{
    
        height:100%;
        width:100%;
        object-fit:cover
    }
    /*end*/
    .partner_row{
        height:auto;
    }
    
    
    .expand {
    display: block;
}
.slotsmob{
    display:block;
}
      .tp_filters {
  margin-bottom:8px;
  }
  .list_features {
    margin-top: 6px !important;
    
  }
  #top-content {
  padding: 5px 0;
  }
  .s_title h1 {
  margin-top: 0;
  }
  .tc_filters-mobile {
    padding: 0 !important;
  }
    .partner_row {
        max-width: 320px;
        margin: auto;
        
    }
    .address{
        flex-direction:column;
    }
    .address2{
        margin-right:0;
    }
    .container {
        width: 740px;
        padding: 0 60px
    }

    .dropdown-menu {
        display: none !important
    }
.t_body_mobile{
    display:block;
}
.main_mob_div{
    display:flex;
    flex-direction:column;
    background:white;
    border-radius:10px;
    margin-bottom:20px;
}
    .header_nav ul {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        z-index: 9;
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 280px;
        height: 100%;
        padding-left: 0;
        overflow: auto;
        transform: translateX(100%);
        background: #0a0b0b
    }

    .header_nav.open ul {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .header_nav ul>li {
        width: 100%;
        font-size: 16px
    }

    .header_nav ul>li.active>a {
        position: relative;
        background-color: #4b4b4b;
        font-weight: 400
    }

    .header_nav ul>li.active>a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-left: 2px solid #fff;
        content: ''
    }

    .header_nav ul>li>a {
        display: block;
        padding: 15px 0 15px 40px;
        line-height: 1.5
    }

    .header_overlay {
        z-index: 7;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 0%;
        background: rgba(0, 0, 0, .3)
    }

    .header_nav.open .header_overlay {
        height: 100%
    }

    .nav_logo {
        padding: 20px 0
    }

    #poker .s_title,
    .t_exclusive {
        display: none
    }

    .bmn_poker.swiper-container,
    .bmn_slots.swiper-container {
        overflow: visible
    }

    .slots_card {
        width: 265px
    }

    .poker_card {
        width: 275px
    }

    .header_burger {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 11;
        position: absolute;
        top: 50%;
        right: 14px;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 32px;
        margin-top: -16px;
        background-color: transparent;
        cursor: pointer
    }

    .header_burger span {
        top: 50%;
        margin-top: -1px
    }

    .header_burger span,
    .header_burger span:after,
    .header_burger span:before {
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff
    }

    .header_burger span:before {
        top: -6px;
        content: ""
    }

    .header_burger span:after {
        bottom: -6px;
        content: ""
    }

    .header_burger.active {
        position: fixed;
        top: 30px
    }

    .header_burger.active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header_burger.active span:before {
        top: 0;
        opacity: 0
    }

    .header_burger.active span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        bottom: 0;
        transform: rotate(-90deg)
    }

    #top-content {
        padding: 15px 0
    }

 

    .expand-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .expand-text.active {
        white-space: normal;
    }

    #top-content .s_content,
    .s_title {
        text-align: center
    }

    .s_title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .s_title h1 {
        width: 100%;
        margin-top: 15px;
    }

    
    
    #partners .t_title,
    .t_head {
        display: none
    }

    
    .tc_right {
        display: none; !important
        /*text-align:center;*/
    }
}


@media only screen and (max-width:992px) {
  
    .t_body,.slots{
        display:none;
    }
    .t_body_mob{
        display:block;
    }
    .t_mob-parts span,h4{
        text-align:center !important;
    }
    .mob-rating,.mob-deposit,.mob-payment-title{
        color:black;
    }
    .mob-rating-wrapper,
    .mob-deposit{
        margin: 20px 0;
    }
    .mob-payment-title{
        text-align:center;
        margin:10px 0;
        font-size:12px;
    }
    .viewall .game-popup {
        left: 5%;
        width: 220px;

    }
    .left_mob_wrapper,.right_mob_wrapper{
        width:50%;
        display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    

    }
    .left_mob_wrapper > div{
        width:100%;
        text-align: -webkit-center;
    }
    .mob_wrapper{
        display:flex;
        padding:10px 10px 0 10px;
        background-color:#FFFFFF;
        /*margin-bottom:10px;*/
        border-radius: 10px;
        gap: 10px;
    }
    .right_mob_wrapper{
        text-align:center;
    }
    .col_options {
        display: block !important;
        width:unset;
        text-align:center;
        margin-left:0;
    }
    /*.pymnt_img{*/
    /*    width:50%;*/
    /*}*/
    .viewall_mob{
        margin-top:20px;
    }
    .logo_wrapper{
        height:90px;
        /*width:190px;*/
    }
    .logo_wrapper img{
        height:100%;
        width:100%;
        object-fit:cover;
    }
    .min-deposit{
        display:none;
    }
    .partner_row .t_col.col_name::after {
        content: '';
       
    }
    .container {
        width: 100%;
        max-width: 680px;
        padding: 0 30px
    }

    .bmn_main {
        background-size: 180%
    }
.address{
    flex-direction:column;
}
.address2{
    margin-right:0;
}
    #article .s_content>h2,
    .s_title h1 {
        font-size: 20px
    }

    .s_content,
    .sc_info>li {
        font-size: 14px
    }

    .article_info h3 {
        font-size: 18px
    }

    .thanks-for-rating span {
        font-size: 16px
    }

    .article_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article_cover {
        width: 100%;
        height: 0;
        padding-bottom: 71%
    }

    .article_row:not(:last-child) .article_info {
        padding-bottom: 25px
    }

    .sc_name {
        font-size: 16px
    }
    #top-filters{
        display:none;
    }
    
  .partner_bonus h4
 {
      font-size:17px;
      line-height:1.3;
      margin-top:10px;
  }
  .partner_bonus{
      margin-bottom:22px;
  }
   .partner_bonus span{
     font-size:14px;
     margin-bottom:-8px;

   }
    .get-bonus{
      margin-bottom:20px;
    font-size: 14px;
    padding: 14px 100px

  }
  .t_mob-parts{
      /*width:90%;*/
      margin:auto;
  }
   .col_games ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
}


@media only screen and (min-width:992px) {

    .mobile-link,
    .nav_logo,
    .nav_page,
    .tc_filters-mobile {
        display: none
    }

    .dropdown>a:after {
        position: relative;
        top: 12px;
        left: 3px;
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: ''
    }

    .dropdown.show>a:after {
        top: -12px;
        border-top: 0;
        border-bottom: 5px solid #fff
    }

    .bmn_main.bg-fixed {
        background-attachment: fixed
    }

    #top-content .tc_cols {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    #top-content .tc_left {
        width: 100%
    }

    /*#top-content .tc_right {*/
    /*    -ms-flex-negative: 0;*/
    /*    flex-shrink: 0;*/
    /*    width: 115px;*/
    /*    margin-left: 65px;*/
    /*    font-size: 12px;*/
    /*    line-height: 12px;*/
    /*    text-align: center;*/
    /*    text-transform: uppercase*/
    /*}*/

    #top-content .tc_right img {
        /*width: 100%;*/
        /*margin-top: 5px*/
        width: 120px;
    }

    #top-content .tc_right span {
        text-align: center;
        display: block
        /*text-align:center;*/
    }

    /* .partner_row.first_row:not(.sidecard_row) .partner_name,
    .partner_row:not(.sidecard_row) .t_col {
        margin: 25px 0
    } */

    .partner_row:not(.sidecard_row) .partner_name {
        margin: auto 0
    }

    div.partner_row:nth-of-type(2n+2):not(.sidecard_row) {
        /*background-color: #f6f6f6*/
        /*background-color: #00ced133;*/
    }

    .partner_row:not(.sidecard_row) .get-bonus {
        margin-bottom: 10px
    }

    .partner_row:not(.sidecard_row) .t_mob-parts {
        display: none
    }

    .partner_row:not(.sidecard_row) .partner_score a.active,
    .partner_row:not(.sidecard_row) .partner_score a:hover {
        background-color: #008574;
        color: #fff
    }

    
    .t_facts {
        padding: 10px;
        background: -webkit-gradient(linear, right top, left top, from(#f0f0f0), to(#f3f3f3));
        background: -o-linear-gradient(right, #f0f0f0 0%, #f3f3f3 100%);
        background: linear-gradient(270deg, #f0f0f0 0%, #f3f3f3 100%)
    }

    .betting_row .partner_options ul {
        width: 135px;
        margin: 0 0 0 35px
    }

    .bmn_sidebar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 285px;
        margin-left: 20px
    }

    .bmn_sidecard {
        width: 285px
    }

    .partner_row.first_row {
        position: relative;
        /*background-color: #00ced133;*/
    }

    .partner_row.first_row .t_col {
        z-index: 1;
        position: relative
    }

    .t_exclusive {
        z-index: 0;
        position: absolute;
        top: 0px;
        left: 0;
        height: 130px;
        padding-left: 180px;
    }

    .partner_exclusive,
    .t_exclusive:after {
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #000;
    }

    .t_exclusive:after {
        content: '';
        z-index: 1;
        left: 0;
        width: 180px;
        background: black;
    }

    .partner_exclusive {
        -webkit-transition: -webkit-transform .6s ease-out;
        -o-transition: transform .6s ease-out;
        z-index: 0;
        left: 15px;
        width: 165px;
        padding: 25px 15px 25px 12px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        transition: transform .6s ease-out;
        transition: transform .6s ease-out, -webkit-transform .6s ease-out
    }

    .partner_exclusive p {
        margin: 0 0 7px
    }

    .partner_exclusive a {
        display: block;
        width: 130px;
        padding: 0 8px;
        border: 1px solid #fff;
        border-radius: 6px;
        color: #fff;
        font-size: 12px;
        line-height: 27px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase
    }

    .partner_exclusive a:hover {
        background-color: rgba(236, 234, 234, .2)
    }

    .partner_row.first_row:hover .partner_exclusive {
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%)
    }

    .partner_row.first_row .partner_bonus,
    .partner_row.first_row .t_facts:hover~.partner_bonus {
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        opacity: 1;
        transition: opacity .2s ease-out;
        transition-delay: .3s;
        z-index: 0;
    }

    .partner_row.first_row:hover .partner_bonus {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        opacity: 0;
        transition-delay: 0s
    }
    .partner_row.first_row:hover .t_col.col_name::after {
        visibility: hidden;
    }

    .partner_exclusive,
    .partner_row.first_row .t_facts:hover~.t_exclusive .partner_exclusive {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%)
    }

    .partner_exclusive:after {
        position: absolute;
        height: 100%;
        display: inline-block;
        content: url(../img/wrap.svg);
        top:0;
        right: -34px;
    }

    .single_row {
        /*background-color: #f6f6f6*/
    }

    .single_row .partner_bonus span,
    .single_row .partner_rating span {
        margin-bottom: 12px
    }

    .single_row .partner_score {
        width: 100px
    }

    .single_row .partner_name {
        width: 165px;
        padding-right: 10px
    }

    .single_row .partner_links {
        padding-left: 10px
    }

    .single_row .t_facts {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-start;
        padding: 30px 30px 10px;
        border-top: none;
        background-color: #fff
    }
    .partner_row.first_row .t_facts:hover~.partner_bonus {
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        opacity: 1;
        transition: opacity .2s ease-out;
        transition-delay: .3s
    }
    .partner_row.first_row .t_facts:hover~.t_exclusive .partner_exclusive {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%)
    }
    .single_row .t_facts {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-start;
        padding: 30px 30px 10px;
        border-top: none;
        background-color: #fff
    }

    .single_row .tf_col {
        padding-left: 0;
        background-size: 0
    }

    .single_row .partner_highlights {
        margin-right: 65px
    }
    .t_body_mobile{
        display:none;
    }
}

@media only screen and (min-width:1200px) {
    #top-content.tc--lp+#partners .tc_filter-btns {
        margin-top: 0
    }
}


 
/* new media queries for mobile responsive design() !!!!!! */

#mobile-col {
    width: 48%;
    display: flex;
    justify-content: space-around;
}

.star-and-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}





