@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap");

/*ul li.item:before {
    content: '\2713';
    margin: 0 1em;
        list-style-position: outside;
}*/

.tcurl {
    text-decoration: underline;
}

.tcurl:hover {
    text-decoration: underline;
    color: inherit;
    /* Optionally maintain the same color */
}

ul li.item:before {
    content: "\2714\0020";
}

li.item {
    height: auto !important;
}

ul li.item {
    list-style-position: outside;
    text-indent: -1em;
    padding-left: 1em;
}

.item-offer-separator-container.inline-block.md-hidden {
    margin-left: 10px;
}

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

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

b {
    font-weight: bolder;
}

[type="button"] {
    -webkit-appearance: button;
}

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

p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

img {
    border-style: solid;
}

[role="button"] {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: inherit;
}

iframe,
img {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

*,
::after,
::before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.top-0 {
    top: 0;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

.flex-1 {
    flex: 1 1 0;
}

.flex-grow {
    flex-grow: 1;
}

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

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {

    100%,
    75% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {

    100%,
    75% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.p-4 {
    padding: 1rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pl-4 {
    padding-left: 1rem;
}

.text-center {
    text-align: center;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

*,
::after,
::before {
    --tw-shadow: 0 0 #0000;
}

*,
::after,
::before {
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

@media (min-width: 1024px) {
    .lg\:mt-0 {
        margin-top: 0;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:p-0 {
        padding: 0;
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

body {
    background-color: #323232;
    color: #bfbfbf;
    font-family: "Poppins", Arial, sans-serif;
    background-attachment: fixed !important;
    background-size: cover;
    background-position-x: center !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.cta-casino,
.cta-sports {
    display: none;
}

.item-offer-bonus-line.line-3 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.75px;
}

body.casino {
    background: url(../assets/bg-casino.webp);
}

body.sports {
    background: url(../assets/bg-sports.webp);
}

section.terms {
    position: relative;
    background: #fff;
    text-align: left;
    /* width: 100%; */
    padding: 40px;
}

.terms .container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    color: #000;
}

@media (max-width: 1024px) {
    .md-hidden {
        display: none !important;
    }

    .terms .container {
        width: 100%;
    }

    .item-offer-bonus {
        position: relative !important;
        top: 5px !important;
        font-size: 18px !important;
        padding: 9px 30px !important;
        width: 165px !important;
    }

    .site-text {
        font-size: 16px !important;
        display: none;
    }

    .site-title {
        font-size: 25px !important;
        line-height: 27px !important;
    }

    #nav-content-mobile {
        width: 100%;
        text-align: center;
        position: relative;
        height: 40px;
    }

    .logo {
        width: 216px;
        margin: 20px auto;
    }

    .cta,
    .logo {
        position: relative;
    }

    .cta {
        top: 0 !important;
    }

    .items-header-title {
        width: 100% !important;
        text-align: center !important;
    }

    .items-container {
        background: #f7f7f7;
    }

    .items-background,
    .items-header {
        width: 100% !important;
    }

    .items-header {
        font-size: 12px !important;
    }

    .logo-container {
        width: 34% !important;
        height: auto !important;
        padding-top: 0px;
    }
}

@media (min-width: 1025px) {
    .lg-hidden {
        display: none !important;
    }
}

#header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#nav-content {
    position: absolute;
    right: 1%;
}

.cta {
    border-radius: 15px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    background-color: #2b2b2b;
    padding: 30px 40px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: -70px;
    transition: top 0.1275s ease 0s;
}

.cta:hover {
    top: -65px;
}

.cta.active {
    background-color: #1fade1;
}

.items-header {
    position: relative;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #bebcc2;
    text-transform: uppercase;
    opacity: 1;
    width: 1024px;
    margin: 0 auto;
}

.items-header-title {
    display: inline-block;
}

.items-container {
    position: relative;
    clear: both;
}

.items-background {
    position: absolute;
    width: 1060px;
    height: 100%;
    overflow: visible;
    background: hsla(0, 0%, 100%, 0.1);
    z-index: -1;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-title {
    font-size: 35px;
    font-weight: 800;
}

.site-text,
.site-title {
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.site-text {
    font: normal normal 300 18px/25px "Poppins";
    font-weight: 600;
}

.logo-container {
    position: relative;
    width: 200px;
    height: 128px;
    margin-left: 0px;
}

/*! CSS Used from: https://tailwindsw.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.9 ; media=all */
body {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100vh;
}

footer {
    margin: 0 auto;
}

/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
    box-sizing: border-box;
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

b {
    font-weight: bolder;
}

code {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
        monospace;
    font-size: 1em;
}

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

sub {
    bottom: -0.25em;
}

[type="button"] {
    -webkit-appearance: button;
}

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

dl,
p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

img {
    border-style: solid;
}

[role="button"] {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: inherit;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

iframe,
img {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

*,
::after,
::before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.top-0 {
    top: 0;
}

.z-30 {
    z-index: 30;
}

.m-28 {
    margin: 7rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

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

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {

    100%,
    75% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {

    100%,
    75% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.text-center {
    text-align: center;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

*,
::after,
::before {
    --tw-shadow: 0 0 #0000;
}

*,
::after,
::before {
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

.filter {
    --tw-blur: var(--tw-empty);
    --tw-brightness: var(--tw-empty);
    --tw-contrast: var(--tw-empty);
    --tw-grayscale: var(--tw-empty);
    --tw-hue-rotate: var(--tw-empty);
    --tw-invert: var(--tw-empty);
    --tw-saturate: var(--tw-empty);
    --tw-sepia: var(--tw-empty);
    --tw-drop-shadow: var(--tw-empty);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 1024px) {
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "Gotham Black";
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham Light";
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham Thin";
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham XLight";
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham Book";
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham Thin";
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham Ultra";
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "Gotham XLight";
    font-style: italic;
    font-weight: 500;
}

.state-regulations {
    padding: 29px 0;
}

#header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#nav-content {
    position: absolute;
    right: 1%;
}

.cta {
    border-radius: 15px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    background-color: #2b2b2b;
    padding: 30px 40px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: -70px;
    transition: top 0.1275s ease 0s;
}

.cta:hover {
    top: -65px;
}

.cta.active {
    background-color: #1fade1;
}

.bonus,
body {
    color: #bfbfbf;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-family: "Poppins", Arial, sans-serif;
    background-attachment: fixed !important;
    background-position-x: center !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

ul.list-reset {
    justify-content: flex-end;
}

.logo-div {
    justify-content: flex-start !important;
}

.flag {
    position: absolute;
    width: 155px;
    height: 47px;
    padding-left: 11px;
    padding-top: 11px;
    text-align: left;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 2;
    top: -14%;
    left: -10px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}

.tag-text-color,
.tag-text-mobile {
    position: relative;
    color: #fff;
    z-index: 10;
}

.tag-text-color {
    top: 2px;
    left: -5px;
}

.tag-img-mobile {
    width: 153px;
}

.tag-img,
.tag-img-mobile {
    position: absolute;
    top: -16px;
    left: -11px;
}

.items-background {
    position: absolute;
    width: 1060px;
    height: 100%;
    overflow: visible;
    background: hsla(0, 0%, 100%, 0.1);
    z-index: -1;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.items-header {
    position: relative;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #bebcc2;
    text-transform: uppercase;
    opacity: 1;
    width: 1024px;
    margin: 0 auto;
}

.items-header-spacer {
    position: relative;
    width: 230px;
    display: inline-block;
}

#bonus-col-text,
#bonus-score-text {
    width: 255px;
    text-align: center;
}

.items-header-title {
    display: inline-block;
}

#bonus-col-text,
#bonus-score-text {
    width: 245px;
    text-align: center;
}

#bonus-last-updated-text {
    width: 265px;
    text-align: right;
}

@media (max-width: 1024px) {
    .md-hidden {
        display: none !important;
    }

    .flag.mobile {
        top: 0;
        padding-top: 10px !important;
        padding-left: 25px !important;
        font-size: 10px !important;
    }

    #nav-content-mobile {
        width: 100%;
        text-align: center;
        position: relative;
        height: 40px;
    }

    .logo {
        width: 216px;
        margin: 20px auto;
    }

    .cta,
    .logo {
        position: relative;
    }

    .cta {
        top: 0 !important;
    }

    .tag-img-mobile {
        width: 135px;
    }

    .editors-choice {
        background-size: 135px;
    }

    .trending-now {
        background-size: 135px;
    }

    .players-choice {
        background-size: 135px;
    }

    .tag-img,
    .tag-img-mobile {
        position: absolute;
        top: -1px;
        left: -15px;
    }

    .items-header-title {
        width: 100% !important;
        text-align: center !important;
    }

    .site-text {
        font-size: 16px !important;
    }

    .site-title {
        font-size: 25px !important;
        line-height: 27px !important;
    }

    #nav-content-mobile {
        width: 100%;
        text-align: center;
        position: relative;
        height: 40px;
    }

    .logo {
        width: 176px;
        margin: 20px auto;
    }

    .logo {
        position: relative;
    }

    #titles-container {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .items-header-title {
        width: 100% !important;
        text-align: center !important;
        padding-right: 5.25%;
    }

    .items-background,
    .items-header {
        width: 100% !important;
    }

    .items-header {
        font-size: 12px !important;
    }

    .item-offer {
        position: relative;
        height: 217px;
        width: 94% !important;
        align-content: flex-start !important;
        justify-content: space-between !important;
        padding-top: 10px !important;
    }

    .item-offer-bonus-text-mobile {
        text-align: center !important;
        width: 100%;
    }

    .logo-container {
        width: 50% !important;
        align-content: flex-start !important;
    }

    .logo-operator {
        width: 135px !important;
        height: auto !important;
    }

    .item-offer-bonus-container {
        width: 65% !important;
        height: 75% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: space-around !important;
        justify-content: center !important;
    }

    .item-offer-bonus {
        position: relative !important;
        font-size: 22px !important;
        width: 168px !important;
        height: 47px !important;
        padding: 12px 0 !important;
    }

    .item-offer-bonus-text-mobile {
        position: relative;
        color: #434343;
        font-size: 12px !important;
        font-weight: 400 !important;
        text-align: center;
        display: flex;
        flex-wrap: wrap !important;
        flex-direction: row;
        justify-content: flex-start;
        align-items: normal;
        font-family: Gotham, sans-serif;
    }

    .item-offer-score-mobile {
        display: flex;
        font-size: 17px;
        margin-left: 10px;
    }

    .item-offer-description-mobile {
        position: relative;
        height: 87px;
    }

    .stars-mobile,
    .stars.mobile {
        width: 65% !important;
        position: relative;
        height: auto !important;
        justify-content: space-evenly !important;
        align-items: flex-start !important;
    }

    .stars-mobile .star-empty,
    .stars-mobile .star-full,
    .stars-mobile .star-half {
        position: relative !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .item-offer-bonus-text {
        width: 100% !important;
        text-align: center;
        line-height: 1;
    }

    .item-offer-bonus-line.line-1.mobile {
        font-size: 28px;
    }

    .item-offer-bonus-line.line-2.mobile {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .footer-content,
    footer .container {
        width: 100% !important;
        padding: 10px 20px !important;
    }
}

@media (min-width: 1025px) {
    .lg-hidden {
        display: none !important;
    }
}

#header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#header,
.logo {
    position: relative;
}

.items-header {
    position: relative;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #bebcc2;
    text-transform: uppercase;
    opacity: 1;
    width: 1024px;
    margin: 0 auto;
}

.items-header-title {
    display: inline-block;
}

.items-container {
    position: relative;
    clear: both;
}

.site-title {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.site-text {
    letter-spacing: 0;
    color: #fff;
}

.site-text {
    font: normal normal 300 18px/25px "Poppins";
    font-weight: 600;
}

.site-text,
.site-title {
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 2px 4px #000000;
}

#toplist ul {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.item-offer {
    background: #fff;
    width: 1024px;
    min-height: 150px;
    height: auto;
    margin: 0 auto 28px;
    cursor: pointer;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
    box-shadow: 0 4px 25px rgb(0 0 0 / 25%);
    border-radius: 9px;
}

.item-offer,
.item-offer-score {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.item-offer-score {
    color: #434343;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    line-height: 1.1;
    line-height: 24px;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 24px;
    color: #2f2f2f;
    width: 192px;
    height: 128px;
    vertical-align: super;
    padding-top: 0px;
    line-height: 1.1;
}

.item-offer-bonus-container {
    margin: 0 auto;
    padding-right: 10px;
}

.item-offer-bonus-container {
    position: relative;
    height: 90%;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}

.item-offer-bonus-text {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    font-family: "Poppins", Arial, sans-serif !important;
    border: 0;
}

.new_player_badge_container {
    margin-top: 8px;
    flex: 100%;
}

.item-offer-bonus-line {
    color: #434343;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-align: center;
}

.item-offer-bonus-line.line-1 {
    font-size: 30px;
    font-weight: 800 !important;
    letter-spacing: -0.6px;
    line-height: 1;
    font-family: "Poppins", Arial, sans-serif !important;
}

.item-offer-bonus-line.line-2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 10px;
    line-height: 26px;
    font-family: "Poppins", Arial, sans-serif !important;
}

.item-offer-bonus-line.line-3 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.75px;
    text-transform: none;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.75px;
    line-height: 26px;
}

.item-offer-bonus {
    background: #25c30a 0 0 no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    width: 245px;
    height: auto;
    font-size: 29px;
    letter-spacing: -0.58px;
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    transition: background-color 1s;
}

.item-offer-bonus {
    background: #25c30a;
    border-radius: 4px;
    opacity: 1;
    width: 236px;
    height: 70px;
    display: flex;
    font-size: 22px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    /* font-weight: 800; */
    font-family: "Poppins", sans-serif;
}

.logo-container {
    position: relative;
    width: 190px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: auto !important;
    margin-left: 0px;
    margin-right: 0px;
}

.logo-operator {
    width: 150px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    margin: auto;
    object-fit: initial;
    object-fit: cover;
    object-position: 50% 50%;
}

.star-full {
    background: url(../assets/crown.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

.star-full,
.star-half {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
}

.star-half {
    background-size: contain;
    background-repeat: no-repeat;
}

.star-empty {
    display: inline-block;
    position: relative;
    background-size: contain;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.footer-content-container {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.footer-content {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    font-family: Gotham, sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.36px;
}

.bonus {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(91.46% 91.46% at 91.46% 12.44%,
            #2e1377 0,
            #3b2ee7 49.17%,
            #6e8ff5 100%);
    z-index: 1000;
    display: table;
}

.desktop-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%;*/
    z-index: 101;
    transition: 0.4s ease-out;
    transition-delay: 2s;
}

.desktop-links:hover {
    transition: 0.4s ease-out;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.item-offer-bonus-text-mobile {
    position: relative;
    color: #434343;
    font-size: 20px;
    font-weight: 800;
    vertical-align: text-bottom;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: inherit;
    align-content: center;
    margin-top: 5px;
}

.stars-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    /* height: 100%; */
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 5px;
    align-self: center;
    gap: 3px;
}

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    to {
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    to {
        transform: translate3d(85px, 0, 0);
    }
}

footer {
    background-color: #010e2e;
    color: #fff;
    font-family: "Poppins" !important;
}

footer a {
    text-decoration: none;
}

footer .container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 15px 0;
}

@media screen and (max-width: 1024px) {
    footer {
        font-size: 14px !important;
    }
}

/*! CSS Used from: https://tailwindsw.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.9 ; media=all */
.item-offer-bonus:hover {
    background-color: #ffc803;
    transition: background-color 0.5s;
}

.item {
    flex-basis: 100px;
    height: 44px;
    margin: 5px;
}

.item-offer-score.description {
    padding: 5px !important;
    display: flex;
    align-items: center;
}

ul.read-more-ul {
    margin-bottom: 0 !important;
}

.read-more-ul li.item {
    color: #000;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* letter-spacing: 1.2px; */
}

.item-offer-score-mobile.md-hidden {
    /* font-family: "Poppins", Arial, sans-serif; */
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.item-offer-separator {
    background-color: #707070;
    width: 1px;
    height: 83px;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item-offer-separator-container {
    position: relative;
    width: 1px;
    height: 128px;
    margin-left: 2px;
    margin-right: 2px;
}

.inline-block {
    display: inline-block;
}

.item-offer-bonus-text-mobile {
    margin-top: 0px;
}

@media (max-width: 768px) {
    span.description.show-read-more.lg-hidden {
        margin-left: 5px;
        /* width: 100%; */
    }

    .item-offer {
        margin: 0 auto 8px;
    }

    .item-offer,
    .item-offer-score {
        position: relative;
        display: flex;
        align-items: center;
        height: auto;
        flex-wrap: nowrap;
    }

    .stars-mobile {
        margin-top: 5px;
        align-self: auto;
    }

    .item-offer-bonus-text-mobile {
        margin-top: 5px;
    }

    .item-offer-score {
        font-size: 12px;
    }

    body {
        background-size: auto;
    }

    .items-container {
        background: transparent;
    }

    .logo-container {
        width: 40% !important;
        padding: 0 8px;
    }

    .item-offer {
        width: 100% !important;
        padding: 10px 0;
    }

    .item-offer-separator-container.mobile {
        position: relative;
        width: 5px !important;
        margin: 0 auto;
        left: 0%;
        display: none;
    }

    .item-offer-separator.mobile {
        background-color: #707070;
        width: 5px;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0.06;
    }

    .description {
        text-align: left;
        line-height: 15px;
        font-family: "Poppins", Arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        margin-top: inherit;
        white-space: break-spaces;
        display: -webkit-box;
        min-height: 78px;
        letter-spacing: 0px;
        display: -webkit-box;
    }

    .item-offer-score-mobile {
        display: flex;
        margin-left: 10px;
        font-family: "Poppins", Arial, sans-serif;
        font-style: normal;
        font-size: 15px;
        line-height: 16px;
        font-weight: 800;
    }

    .star-empty,
    .star-full,
    .star-half {
        width: 15px;
        height: 15px;
    }

    .item {
        flex-basis: 100px;
        height: 0;
        margin: 5px;
    }

    #content {
        min-height: 1000px;
    }
}

/* ----------- TABLET" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        background-size: contain;
    }

    .item-offer {
        height: auto;
    }
}

div#titles-container li {
    display: inline-block;
    /* margin-top: 10px; */
}

div#titles-container ul {
    margin-top: 3px;
}

div#titles-container ul li.item:before {
    content: "\2714\0020";
    color: #008000 !important;
}

@media only percy {
    .hide-in-percy {
        visibility: hidden;
    }
}

.item-offer-score {
    color: #2f2f2f;
    font-weight: 300;
    width: 370px;
    line-height: 1.1;
    font-weight: 500;
    line-height: 24px;
    font-family: "Poppins", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
}

.item-offer-score {
    text-align: left;
}

.complete {
    display: none;
}

.more {
    background: lightblue;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.show-read-more .more-text {
    display: none;
    z-index: 10000;
}

.desktop-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.read-more {
    padding: 5;
    color: grey;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
}

/* display classes for toplist */
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* display classes end  */

/* new css for toplist v2 */
.inner-blog>.row>article.page {
    width: 100% !important;
}

.toplistv2 li.item {
    list-style: none;
    padding-left: 0;
}

.toplistv2 .item-offer {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.toplistv2 .item-offer:nth-child(2n + 1) {
    background-color: #f5f5f5;
}

.toplistv2 .item-offer-bonus-text {
    width: 25%;
}

.toplistv2 ul li.item {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
}

.item-offer-score {
    font-size: 15px;
    width: auto;
    height: auto;
}

.toplistv2 .item-offer-separator-container {
    display: none;
}

.toplistv2 ul {
    padding-left: 0 !important;
    text-align: left;
    z-index: 1;
    position: relative;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin: 0;
}

.toplistv2 ul li.item:before {
    color: #00cf21;
    margin-right: 6px;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
}

.desktop-links {
    position: relative;
    transform: none;
    top: unset;
}

.toplistv2 .item-offer {
    justify-content: flex-start;
}

.toplistv2 .item-offer-bonus-container {
    margin: 0;
    justify-content: end;
    width: 15%;
    flex-grow: 1;
}

.toplistv2 .stars-mobile {
    justify-content: center;
}

.toplistv2 .item-offer-bonus {
    padding: 12px 20px;
    font-size: 22px;
    margin-left: auto !important;
}

.toplistv2 .flag {
    display: none;
}

.tag-img,
.tag-img-mobile {
    display: none;
}

li.table-list {
    width: 100%;

    /* height: 20px; */
    display: flex;
    justify-content: flex-start;
    margin: auto;
    background: #262626;
    color: #fff !important;
}

li.table-list div {
    padding: 10px;
}

.site_name {
    margin: 0;
    text-align: center;
    margin-bottom: 5px !important;
    font-family: "Poppins", Arial, sans-serif !important;
    color: #454545;
    font-size: 18px !important;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.site_name a {
    font-family: "Poppins", Arial, sans-serif !important;
    color: #454545;
    font-size: 18px !important;
    text-decoration: underline;
}

.item-offer-bonus-text-mobile {
    flex-direction: column;
    width: 15%;
}

.item-count {
    /* height: 152px; */
    min-width: 50px;
    background-color: #84befa;
    align-self: stretch;
    color: #fff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 12px;
    font-weight: 700;
    margin-right: 10px;
}

.item-offer {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0 !important;
}

.logo-container {
    width: 15%;
}

.table-list .rank {
    width: 3%;
    text-align: left;
    white-space: nowrap;
}

.table-list .app {
    width: 15%;
    text-align: center;
}

.table-list .rating {
    width: 15%;
    text-align: center;
}

.table-list .signbonus {
    width: 25%;
    text-align: center;
}

.table-list .aciton-empty {
    width: 20%;
    text-align: center;
}

.table-list .feature {
    width: 21%;
    text-align: center;
}

.parent_desc {
    width: 25% !important;
}

.toplistv2 .item-offer:last-child {}

.toplistv2 .item-offer:last-child .item-count {}

@media (max-width: 1024px) {
    .toplistv2 .item-offer {
        padding-top: 0 !important;
        width: 100% !important;
    }

    .item-count {
        font-size: 12px;
        padding: 0 5px;
        min-width: 25px;
        height: auto !important;
    }

    .toplistv2 .item-offer-bonus {
        margin: 0 auto !important;
        margin-bottom: 10px !important;
    }

    .item-offer-bonus-text-mobile {
        display: none !important;
    }

    .item-offer-bonus-text {
        height: auto;
    }

    li.table-list {
        justify-content: space-between;
        height: 40px;
        font-size: 10px !important;
    }

    .table-list div {
        display: none;
    }

    .table-list .signbonus,
    .table-list .rank,
    .table-list .app {
        display: block;
    }

    .table-list .app {
        width: 35%;
        text-align: left;
    }

    .table-list .signbonus {
        width: 55%;
    }

    .table-list .rank {
        height: 40px;
        rotate: 270deg;
        width: 5%;
        transform: translate(-5px, 2%);
    }

    .item-offer-bonus-line.line-1.mobile {
        font-size: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding-top: 5px;
    }

    .item-offer-bonus-line.line-2.mobile {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        padding-inline: 5px;
    }
}

.mean-container a.meanmenu-reveal {
    margin-top: 0 !important;
    top: -75px !important;
}

.main-menu ul li a {
    color: #fff !important;
}

.main-menu ul li::before {
    left: -12px !important;
    top: 50% !important;
    border-radius: 50% !important;
    transform: translateY(-50%) !important;

    background: #1eade1 !important;
    transform: translateY(-50%) !important;
    /* background-image: url(https://blog.bestbettingsiteadvisor.com/wp-content/themes/newpress-child/assets/Carret_Right.svg) !important; */
    width: 5px !important;
    height: 5px !important;
    /* background-size: 20px !important; */
}

.mean-container a.meanmenu-reveal span {
    border-color: #fff !important;
}

.mean-container a.meanmenu-reveal {
    border-color: #fff !important;
}

@media (max-width: 768px) {
    .mean-container a.meanmenu-reveal span {
        border-top: 2px solid #fff;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
    }

    .table-list .rank {
        transform: translate(-14px, 12%);
    }
}

.main-menu .sub-menu li a {
    padding: 15px !important;
    color: #000 !important;
}

.main-menu ul.sub-menu li a {
    padding: 10px 0 !important;
}

.toplistv2[data-type="sports"] .item-count {
    background-color: #25c30a !important;
}

.toplistv2[data-type="casino"] .item-count {
    background-color: #84befa !important;
}

.breadcrumb>.active {
    color: #88cfff;
    font-size: 18px;
}

.breadcrumb li a {
    font-size: 18px;
}

.site-content {
    background-image: none;
    background-color: #fefefe;

    overflow: hidden;
}

.site-content .pages-content>h2 {
    color: #232323;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
}

.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
    margin-bottom: 10px;
}

.site-content .pages-content p {
    color: #232323;
    font-family: Poppins;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}

.site-content .pages-content ul {
    margin-bottom: 20px;
    padding-left: 35px;
}

.site-content .pages-content li {
    color: #232323;
    font-family: Poppins;
    font-size: 16px;
    line-height: normal;
    /* margin-bottom: 10px; */
}

.toplistv2 {
    position: relative;
    /* overflow: hidden; */
    padding: min(max(15px, 1.56vw), 30px) 0;
    margin-bottom: 1.5rem;
}

.toplistv2::after {
    content: "";
    position: absolute;
    /* inset: 0; */
    background: #f3f8fb;
    width: 200%;
    left: -50%;
    right: -50%;
    top: 0;
    /* right: 0; */
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.read-more-ul {
    box-shadow: none !important;
    margin-bottom: 0;
}

.site-content .pages-content .site-title {
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    color: #111;
    text-align: center;
    font-family: Poppins;
    font-size: min(max(18px, 1.58vw), 32px);
    text-shadow: none;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 1.5rem;
}

.wp-block-latest-posts.is-grid {
    position: relative;
    padding: min(max(15px, 1.56vw), 30px) 0;
    z-index: 2;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    justify-content: center;
}

.wp-block-latest-posts.is-grid::after {
    content: "";
    position: absolute;
    /* inset: 0; */
    background: #163286;
    width: 200%;
    left: -50%;
    right: -50%;
    top: -20% !important;
    /* right: 0; */
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.wp-block-latest-posts.is-grid li {
    z-index: 2;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    list-style: none;
    margin: 0 2.25em 1.25em 0 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0 !important;
}

.wp-block-latest-posts.is-grid li:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .wp-block-latest-posts.is-grid::after {
        top: -5%;
    }

    .wp-block-latest-posts.is-grid li {
        margin-right: 10px !important;
    }

    .wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt .blog-text {
        -webkit-line-clamp: 4 !important;
        /* number of lines to show */
        line-clamp: 4 !important;
    }
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image a {
    width: 100%;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image img {
    width: 100%;
    object-fit: cover;
    height: 250px !important;
}

.wp-block-latest-posts.is-grid a.wp-block-latest-posts__post-title {
    color: #000;
    font-family: Poppins;
    font-size: min(max(18px, 1.041vw), 20px);
    padding: 0 min(max(10px, 1.3vw), 25px);
    display: block;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 0 min(max(10px, 1.3vw), 25px);
    margin-bottom: 0;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt .blog-text {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    /* number of lines to show */
    line-clamp: 12;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.breadcrumb-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.breadcrumb-title h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1;
    color: #fefefe;
    text-align: center;
}

.breadcrumb-area {
    background-color: #0a0a0a;
    background-image: none !important;
    min-height: 100px !important;
}

p#breadcrumbs {
    font-family: "Poppins";
    /* font-size: 22px; */
    color: #fefefe;
    margin-bottom: 10px;
}

.site-content .pages-content p strong {
    font-size: unset;
}

.wp-block-heading.has-text-align-center {
    position: relative;
    z-index: 4;
    color: #fff;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    padding: 0 min(max(10px, 1.3vw), 25px);
}

/* code for swiper */

.brand-slider {
    background-color: #f3f8fb;
    padding: min(max(30px, 3.12vw), 60px) 0;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.brand-slider::after {
    content: "";
    position: absolute;
    /* inset: 0; */
    background: #f3f8fb;
    width: 200%;
    left: -50%;
    right: -50%;
    top: 0;
    /* right: 0; */
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.brand-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 !important;
}

.brand-slider .swiper-slide {
    height: auto;
}

.brand-img {
    border-radius: 24px;
    background-color: #c3dfff;
    box-shadow: 4px 4px 4px 0px rgba(56, 93, 188, 0.25);
    width: min(max(80px, 7.291vw), 140px);
    height: min(max(80px, 7.291vw), 140px);
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

.brand-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: min(max(14px, 1.56vw), 30px);
    /* background-color: #F121C3; */
}

.brand-name {
    color: #232323;
    font-size: min(max(16px, 1.56vw), 30px);
    font-weight: 800;
    margin-bottom: 0 !important;
}

.app-preview {
    color: #232323;
    font-weight: 500;
    font-size: min(max(16px, 1.51vw), 24px);
    margin: 5px 0 0 !important;
}

.read-more {
    color: #409dff;
    /* text-align: center; */
    text-transform: uppercase;
    font-size: min(max(10px, 0.83vw), 16px);

    font-weight: 700;

    text-decoration-line: underline;
}

/* swiper code end */

.footer-content-container h1,
.footer-content-container h2,
.footer-content-container h3,
.footer-content-container h4,
.footer-content-container h5,
.footer-content-container h6 {
    color: rgb(168, 168, 168);
}

section.elementor-section.elementor-top-section.elementor-element.elementor-section-stretched.custom_footer.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}

.footer-content-container {
    background-color: #323232 !important;
}

.footer-bg {
    background-color: #323232 !important;
}

@media (min-width: 768px) {
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 2.83333em);
    }
}

ul.wp-block-latest-posts__list.is-grid.columns-3.has-dates.has-author.wp-block-latest-posts::after {
    top: -30px !important;
}

.footer--terms .container {
    width: 100% !important;
}

.footer--terms {
    padding: 10px 20px;
}

.exta-bottom-text {
    font-size: 9px !important;
    /* Set font size to 9px */
    margin: 0.4rem auto 0 !important;
    /* Center the text horizontally */
    text-align: center;
    /* Center the text horizontally */
    color: #333333;
    /* Set text color */
    padding: 5px 0 !important;
    /* Padding on top and bottom */
    line-height: 1.3 !important;
    /* Line height */
    width: 100%;
    /* Full width */
}

.exta-bottom-text a {
    color: #333333;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.pe-4 {
    padding-right: 2rem !important;
}

@media (max-width: 767px) {
    .mean-container .mean-nav ul li a.mean-expand {
        width: auto !important;
    }

    .exta-bottom-text {
        font-size: 9px;
        padding: 10px 0 !important;
        padding-right: 0 !important;

        margin: 0 !important;
        text-align: center;
    }

    .breadcrumb-area {
        min-height: 100px !important;
    }

    .breadcrumb-title h1 {
        font-size: 24px;
    }

    p#breadcrumbs {
        /* font-size: 12px; */
    }

    .wp-block-latest-posts.is-grid::after {
        top: -18% !important;
    }

    .footer-widget {
        float: none;
        text-align: center !important;
    }

    .wp-block-columns .wp-block-image {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .wp-block-latest-posts.is-grid::after {
        top: -10% !important;
    }

    .wp-block-heading.has-text-align-center {
        font-size: 26px;
    }

    .item-offer-bonus-line.line-2.mobile {
        padding-top: 5px;
        line-height: normal;
    }

    .toplistv2 .item-offer-bonus-container {
        padding: 5px;
        border: 0;
    }

    .item-offer-bonus {
        font-size: 20px !important;
        width: 150px !important;
        height: 47px !important;
    }
}

@media (max-width: 350px) {
    .wp-block-latest-posts.is-grid::after {
        top: -8% !important;
    }

    .wp-block-heading.has-text-align-center {
        font-size: 24px;
    }
}

.footer-widget.footer-social.text-right {
    text-align: left !important;
}

div#stateName {
    background-color: #010e2e !important;
}

a.morelink {
    /* text-decoration:none; */
    outline: none;
    color: #409dff;
    /* text-align: center; */
    /* font-family: Roboto; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
}

.morecontent span {
    display: none;
}

.site--heading {
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    font-size: min(max(40px, 3.125vw), 60px);
    text-align: center;
    white-space-collapse: collapse;
}

.item-offer-score.description {
    padding: 5px !important;
    display: flex;
    align-items: center;
}

ul.read-more-ul {
    margin-bottom: 0 !important;
}

.item-offer-score .read-more-ul li.item {
    color: #000 !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 180% !important;
    letter-spacing: 0.2px;
    padding-left: 20px;
}

.item-offer-score-mobile.md-hidden {
    font-family: "Poppins", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.bsingle__content table th,
.bsingle__content table td,
.comment-text table th,
.comment-text table td,
.pages-content table th,
.pages-content table td {
    border-color: #000 !important;
}

.bsingle__content table,
.comment-text table,
.pages-content table {
    color: #232323;
}

.footer-widget {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .toplistv2 .item-offer-bonus-container {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .menu .sub-menu {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        background-color: #ffff;
        min-width: 300px;
        z-index: 1;
        margin-top: 15px;
        border-top: 3px solid #1eade1;
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
        -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
        transition: none;

        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .menu .menu-item-has-children:hover>.sub-menu {
        margin-top: 0px;
        opacity: 1;
        overflow: unset;
        height: auto;
    }

    .main-menu .menu-item-has-children>ul>.menu-item-has-children>ul {
        display: none;
        flex-wrap: wrap;
        transition: none;
        margin-left: -300px;
        opacity: 1;
        height: auto;
        overflow: hidden;
        z-index: 9999;
    }

    .main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul {
        /* margin-top: 0px;
        opacity: 1;
        overflow: unset;
        height: auto; */
    }

    #menu-item-3743 .sub-menu {
        columns: 3;
        /* Divide the list into two columns */
        -webkit-columns: 3;
        /* For older versions of Safari and Chrome */
        -moz-columns: 3;
        /* For older versions of Firefox */
        column-gap: 0;
    }

    #menu-item-3743 .sub-menu li {
        /* width: 50%; */
        border: 0.5px solid #ddd;

        text-align: left;
        border-collapse: collapse;
    }

    #menu-item-3743 .sub-menu li a {
        padding: 10px 10px 10px !important;
    }
}

.app,
.rank,
.rating,
.signbonus,
.feature,
.aciton-empty {
    color: #fff;
}

a.desktop-links {
    color: #fff;
}

aside.sidebar-widget .widget:first-child {
    padding: 20px 0;
}

.sidebar-widget .item-offer-bonus-text-mobile {
    /* display: none !important; */
}

.sidebar-widget .description {
    display: none !important;
}

.sidebar-widget .item-offer-bonus-text-mobile {
    /* display: none !important; */
}

.sidebar-widget .widget .clearfix a {
    margin-bottom: 0;
    color: #fff;
}

.sidebar-widget ul.clearfix {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 10px min(max(5px, 0.78vw), 15px);
}

.sidebar-widget .widget .clearfix a img {
    margin: auto;
}

.sidebar-widget .widget .clearfix a:hover {
    padding-left: 0;
    color: #fff;
}

@media (min-width: 991px) {
    .sidebar-widget .widget a:hover {
        padding-left: 0;
    }

    /* .sidebar-widget .widget{
        padding:16px 5px;
    } */
    .sidebar-widget .widget .item-offer-bonus-text.md-hidden {
        display: none;
    }

    .sidebar-widget .widget .item-offer {
        padding: 20px 10px;
        align-items: center;
        flex-wrap: nowrap;
    }

    .sidebar-widget .widget .logo-container {
        padding-right: 10px;
        width: 55%;
    }

    .sidebar-widget .widget .item-offer-bonus-container {
        border-left: 1px solid #888888;
        padding-left: 10px;
    }

    .sidebar-widget .widget .item-offer-bonus-text.lg-hidden {
        display: flex !important;
        border-inline: 0;
        width: 100%;
    }

    .sidebar-widget .widget .item-offer-bonus-line.line-1 {
        font-size: 20px;
    }

    .sidebar-widget .widget .item-offer-bonus-line.line-2 {
        font-size: 13px;
        padding-top: 5px;
        /* display: none !important; */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: normal;
    }

    .sidebar-widget .widget .item-offer-bonus {
        font-size: 14px;
        width: 110px;
        height: 35px;
        padding: 12px 10px !important;
    }

    .sidebar-widget .widget .item-offer-bonus a {
        color: #fff;
    }
}

p.exta-bottom-text.text-underline-hover:hover {
    text-decoration: underline;
}

.li--item-div .d-flex.flex-nowrap.align-items-center {
    width: 100%;
    min-height: 130px;
}

.exta-bottom-text.bottom-terms {
    padding-inline: 10px !important;
    text-align: left;
    background: #7d7b7b29;
    width: calc(100% + 10px);
    margin-left: -10px !important;
    padding: 10px !important;
}

ul.clearfix.ps-0 {
    padding-left: 0;
}

h2.wp-block-heading {
    font-size: 28px;
}

h3.wp-block-heading {
    font-size: 26px;
}
