﻿/* @font-face {
    font-family: "lightspeed-v2";
    src: url("https://www.busr.ag/assets/fonts/lightspeed/lightspeed-v2.eot");
    src: url("https://www.busr.ag/assets/fonts/lightspeed/lightspeed-v2.eot?") format("embedded-opentype"), url("https://www.busr.ag/assets/fonts/lightspeed/lightspeed-v2.woff2") format("woff2"), url("https://www.busr.ag/assets/fonts/lightspeed/lightspeed-v2.woff") format("woff"), url("https://www.busr.ag/assets/fonts/lightspeed/lightspeed-v2.ttf") format("truetype"), url("https://www.busr.ag/assets/fonts/lightspeed/lightspeed-v2.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/* Hung 23-12-04 */
/* h1,
h2,
h3 {
    font-style: italic; 
    font-weight: 800;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
} */
/* Hung 23-12-04 */

.not-have-page .content h2,
.not-have-page .content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.grid-container {
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media screen and (min-width: 320px) {
    .grid-container {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .grid-container {
        max-width: 100%;
    }
}

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

@media screen and (min-width: 768px) {
    .grid-container {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

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

body input {
    border: 1px solid #7d7d7d;
    padding: 5px;
}

body input.form-control:disabled {
    border-color: #d0d0d0;
    color: #d0d0d0;
}

body .form-group .form-select select.form-control:not([size]):not([multiple]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-left: 0;
}

body .btn {
    text-transform: uppercase;
}

body .btn.btn-width-auto {
    width: auto;
}

body .btn.btn-dark {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

body .btn.btn-dark:focus {
    color: #000;
    border-color: #000;
}

body .btn.btn-dark:not(:disabled):not(.disabled):active,
body .btn.btn-dark:not(:disabled):not(.disabled).active {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .btn.btn-red {
    color: #fff;
}

body .btn.btn-red:hover {
    color: #fff;
}

body .btn.btn-red.focus,
body .btn.btn-red:focus {
    color: #fff;
}

body .btn.btn-red.disabled,
body .btn.btn-red:disabled {
    background-color: #d0d0d0;
}

body .btn.btn-red.disabled:hover,
body .btn.btn-red.disabled.focus,
body .btn.btn-red.disabled:focus,
body .btn.btn-red:disabled:hover,
body .btn.btn-red:disabled.focus,
body .btn.btn-red:disabled:focus {
    background-color: #d0d0d0;
}

body .btn.btn-white {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

body .btn.btn-border {
    color: #000;
    border: 1px solid #000;
}

body .btn.focus,
body .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .btn.disabled,
body .btn:disabled {
    border-color: #d0d0d0;
    color: #d0d0d0;
}

body .btn.disabled:hover,
body .btn.disabled.focus,
body .btn.disabled:focus,
body .btn:disabled:hover,
body .btn:disabled.focus,
body .btn:disabled:focus {
    border-color: #d0d0d0;
    color: #d0d0d0;
}

@media screen and (min-width: 768px) {
    body .btn {
        width: auto;
        max-width: none;
    }
}

body .social-login .btn {
    min-width: 0;
}

body [class^="icon-"],
body [class*=" icon-"] {
    line-height: inherit;
}

body [class^="icon-"]::before,
body [class*=" icon-"]::before {
    font-size: 140%;
    line-height: inherit;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

button:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    /* line-height: 30px; */
    color: #000;
}

a {
    /* color: #135A78;*/
	color: #0176D0;
}

a:hover {
    text-decoration: none;
}

strong,
b {
    font-weight: 700;
}

.section-dynamic {
    padding: 72px 0;
    text-align: center;
}

.section-dynamic .btn {
    margin-top: 48px;
}

.icon-font {
    font-family: "lightspeed-v2";
    font-style: normal;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

.slick-slider .slider-item .slider-wrapper .slider-item-description {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.slick-slider .slider-item .slider-wrapper .slider-item-description .btn {
    font-size: 0.8rem; 
    min-height: 40px;
    min-width: 100px;
    padding: 0;
}

.block-search {
    background-color: #fff;
    padding: 138px 0 78px;
    position: relative;
}

@media (max-width: 768px) {
    .block-search {
        padding-top: 120px;
    }
}

@media (max-width: 480px) {
    .block-search {
        padding-top: 85px;
    }
}

.block-search-title {
    font-style: normal;
}

@media (max-width: 768px) {
    .block-search-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .block-search-title {
        font-size: 1.5rem;
    }
}

.block-search .form-search {
    bottom: -24px;
    left: 0;
    position: absolute;
    right: 0;
}

.block-search .form-control {
    border-color: #0a1f8f;
    border-radius: 8px;
    font-size: 14px;
    height: 48px;
    padding-left: 16px;
}

.block-search .form-group {
    margin-bottom: 0;
}

.block-search .btn {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(10, 31, 143, 0.5);
    font-size: 18px;
    min-height: 48px;
    position: absolute;
    right: 10px;
    top: 0;
}

.block-items {
    color: #0a1f8f;
    margin-top: 72px;
}

.block-items-title {
    font-size: 2rem;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 16px;
}

.block-items-description {
    margin-bottom: 24px;
}

.block-items-content {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    color: #0a1f8f;
    display: block;
    line-height: 1.1;
    margin-bottom: 32px;
    padding: 24px 0 16px;
    text-align: center;
}

@media (max-width: 480px) {
    .block-items-content {
        margin-bottom: 16px;
    }
}

.block-items-content:hover {
    color: #0a1f8f;
}

.block-items-content .icon-font {
    display: block;
    font-size: 4.5rem;
    margin-bottom: 13px;
}

.block-items.section-contact-support {
    margin-bottom: 48px;
}

@media (max-width: 480px) {
    .block-items.section-contact-support .block-items-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 10px;
        padding-top: 14px;
    }
    .block-items.section-contact-support .icon-font {
        display: inline-block;
        font-size: 2.5rem;
        margin-bottom: 0;
        margin-right: 16px;
    }
}

@media (max-width: 480px) {
    .block-items .col-6:nth-child(2n+1) {
        padding-right: 8px;
    }
    .block-items .col-6:nth-child(2n) {
        padding-left: 8px;
    }
}

.section-list-group {
    margin-top: 72px;
}

.section-list-group .list-title {
    font-weight: 800;
    margin: 24px 0;
}

.section-list-group .list-description {
    font-size: 1.125rem;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .section-list-group {
        margin-top: 40px;
    }
    .section-list-group .list-title {
        margin-top: 40px;
    }
}

.list-group-custom .list-group-item {
    border: 0;
    margin-bottom: 2px;
    padding-bottom: 0.8125rem;
    padding-top: 0.8125rem;
}

.list-group-custom .list-group-item-action {
    color: #0a1f8f;
    font-size: 0.875rem;
}

.list-group-custom .list-group-item-action:hover,
.list-group-custom .list-group-item-action.active {
    background-color: #dfdfdf;
}

.list-group-custom img {
    width: 16px;
}

.col-list-content {
    color: #0a1f8f;
}

.col-list-content .breadcrumb {
    background-color: transparent;
    font-size: 0.875rem;
    padding: 0;
}

.col-list-content .breadcrumb-item a:hover {
    color: #135A78;
}

.col-list-content .breadcrumb-item.active {
    color: #135A78;
}

.col-list-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}

.col-list-content .breadcrumb-item+.breadcrumb-item::before {
    color: #135A78;
    content: ">";
    padding-right: 0;
}


/* table-.com */

.table-layout {
    border-collapse: collapse;
    display: table;
    text-align: left;
    width: 100%;
}

.table-layout-first {
    border-top-left-radius: 8px;
    overflow: hidden;
}

.table-layout .table-row {
    display: table-row;
}

.table-layout .table-row.empty .table-cell {
    border-bottom-color: transparent;
    opacity: 0;
}

.table-layout .table-row.empty-last .table-cell {
    border-bottom-color: #0a1f8f;
}

.table-layout .table-row.rowspan {
    height: 40px;
}

.table-layout .table-row.rowspan .table-cell {
    border: 0;
    border-bottom-color: transparent;
}

.table-layout .table-row.rowspan7 .table-cell,
.table-layout .table-row.rowspan4 .table-cell,
.table-layout .table-row.rowspan3 .table-cell {
    position: relative;
}

.table-layout .table-row.rowspan7 .table-cell::before,
.table-layout .table-row.rowspan4 .table-cell::before,
.table-layout .table-row.rowspan3 .table-cell::before {
    background: #fff;
    content: "";
    height: 40px;
    left: 1px;
    position: absolute;
    right: 0;
}

.table-layout .table-row.rowspan4 .table-cell {
    top: 65px;
}

.table-layout .table-row.rowspan4 .table-cell::before {
    top: -65px;
}

.table-layout .table-row.rowspan3 .table-cell {
    top: 40px;
}

.table-layout .table-row.rowspan3 .table-cell::before {
    top: -40px;
}

.table-layout .table-row.rowspan7 .table-cell {
    top: 120px;
}

.table-layout .table-row.rowspan7 .table-cell::before {
    top: -120px;
}

.table-layout .table-heading {
    background-color: #0a1f8f;
    display: table-header-group;
}

.table-layout .table-heading .table-head {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}

.table-layout .table-cell,
.table-layout .table-head {
    border-bottom: 1px solid #0a1f8f;
    border-left: 1px solid #f1f1f1;
    display: table-cell;
    height: 40px;
    padding: 8px 2px;
}

.table-layout .table-body {
    background-color: #fff;
    display: table-row-group;
    text-align: center;
}

.slider-table .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slider-table .slider-table-item,
.slider-table .table-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    line-height: 1.47;
}

.slider-table .table-wrapper .table-layout {
    margin-bottom: 1px;
    min-width: 182px;
}

.slider-table .table-wrapper .table-layout-first {
    min-width: 142px;
}

@media (max-width: 480px) {
    .slider-table .table-wrapper .table-layout {
        min-width: 231px;
    }
    .slider-table .table-wrapper .table-layout-first {
        min-width: 112px;
    }
    .slider-table .table-wrapper .table-layout-third {
        min-width: 170px;
    }
    .slider-table .table-wrapper .table-layout-third~.table-layout {
        min-width: 145px;
    }
}

@media (max-width: 320px) {
    .slider-table .table-wrapper .table-layout {
        min-width: 145px;
    }
    .slider-table .table-wrapper .table-layout-first {
        min-width: 85px;
    }
    .slider-table .table-wrapper .table-layout-third {
        min-width: 160px;
    }
}

.slider-table .slick-dots {
    bottom: -40px;
}

.slider-table .slick-dots .slick-active button {
    background-color: #0a1f8f;
}

.btn {
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000;
    padding: 0.1875rem 1.3125rem;
    text-transform: uppercase;
}

.btn.btn-lg,
.btn-group-lg>.btn {
    min-width: 26.25rem;
    padding: 0.4375rem 1rem;
}

@media (max-width: 480px) {
    .btn.btn-lg.btn-lg,
    .btn-group-lg>.btn {
        min-width: calc(100% - 32px);
    }
}

.btn.btn-secondary:hover {
    background-color: #ff4b41;
    border-color: #ff4b41;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) ;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}

.slick-slider .slick-btn-prev,
.slick-slider .slick-btn-next {
    background-color: rgba(255, 255, 255, 0.5);
    height: 48px;
    width: 48px;
    z-index: 999;
}

.slick-slider .slick-btn-prev:hover,
.slick-slider .slick-btn-prev:focus,
.slick-slider .slick-btn-next:hover,
.slick-slider .slick-btn-next:focus {
    background-color: rgba(255, 255, 255, 0.5);
}

.slick-slider .slick-btn-prev img,
.slick-slider .slick-btn-next img {
    width: 32px;
}

.slick-slider .slick-btn-prev::before,
.slick-slider .slick-btn-prev::after,
.slick-slider .slick-btn-next::before,
.slick-slider .slick-btn-next::after {
    font-size: 0;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("../../bet20gamebettingsa/image/ajax-loader1.gif") center center no-repeat;
}

.slick-slide>div {
    line-height: 0;
}

@font-face {
    font-family: "slick";
    src: url("https://www.busr.ag/assets/fonts/slick/slick.eot");
    src: url("https://www.busr.ag/assets/fonts/slick/slick.eot?") format("embedded-opentype"), url("https://www.busr.ag/assets/fonts/slick/slick.woff") format("woff"), url("https://www.busr.ag/assets/fonts/slick/slick.ttf") format("truetype"), url("https://www.busr.ag/assets/fonts/slick/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 0;
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.swiper-pagination {
    position: absolute;
    bottom: 11px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.swiper-pagination span {
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 4px;
    cursor: pointer;
}

.swiper-pagination span:hover,
.swiper-pagination span:focus {
    outline: none;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #e1251b;
    opacity: 1;
}

.left-arrow,
.right-arrow {
    -webkit-transition: opacity ease-in;
    transition: opacity ease-in;
    font-size: 2.6875rem;
    height: auto;
    width: auto;
    opacity: 0;
    -webkit-transition-duration: 500;
    transition-duration: 500;
}

.left-arrow:hover,
.right-arrow:hover {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .left-arrow {
        left: 30px;
    }
    i.right-arrow {
        right: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .left-arrow {
        left: 60px;
    }
    i.right-arrow {
        right: 60px;
    }
}

.section-heading {
    color: #0a1f8f;
    font-size: 1.125rem;
}

.section-heading-title {
    margin-bottom: 2rem;
}

.section-heading-description {
    margin: 0 auto;
    max-width: 872px;
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 1rem;
    }
    .section-heading-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .section-heading-title {
        font-size: 2rem;
    }
}

.section-slider {
    background-color: #fff;
    /*padding: 80px 0 120px;*/
	padding: 60px 0 68px;
}

.section-slider-content {
    padding-top: 80px;
}

.section-slider-content .slider {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .section-slider {
        padding: 104px 0 140px;
    }
    .section-slider-content {
        padding-top: 72px;
    }
    .section-slider-content .slider {
        margin-bottom: 72px;
    }
}

@media (max-width: 480px) {
    .section-slider {
        padding: 72px 0 80px;
    }
    .section-slider-content {
        padding-top: 32px;
    }
    .section-slider-content .slider {
        margin-bottom: 40px;
    }
}

.section-slider .slider-item {
    line-height: 1.47;
}

.section-slider .slider-item .slider-wrapper {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    display: block;
    margin: 0 12px 5px;
    max-width: 340px; 
    overflow: hidden;
}

@media (max-width: 480px) {
    .section-slider .slider-item .slider-wrapper {
        max-width: 264px;
        height: auto;
    }
}

.section-slider .slider-item img {
    max-width: 100%;
}

.section-slider .slider-item-description {
    border-top: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 16px;
}

.section-slider .slider-item-description .title {
    color: #0a1f8f;
    font-weight: 700;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-slider .slider-item-description .icon-font {
    color: #373737;
}

.section-slider .btn {
    font-size: 1.5rem;
    min-height: 48px;
    min-width: 376px;
}

@media (max-width: 480px) {
    .section-slider .btn {
        min-width: calc(100% - 32px);
    }
}

@media (min-width: 1441px) {
    .section-slider .slick-slider {
        padding: 0 62px;
    }
}

@media (min-width: 769px) {
    .section-slider .slick-slider::before,
    .section-slider .slick-slider::after,
    .section-slider .swiper-container-horizontal::before,
    .section-slider .swiper-container-horizontal::after  {
        background: transparent -webkit-gradient( linear, right top, left top, from(#fff), color-stop(50%, #ffffffe6), to(#ffffff05)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(270deg, #fff 0%, #ffffffe6 50%, #ffffff05 100%) 0% 0% no-repeat padding-box;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        width: 364px;
        z-index: 9;
    }
    .section-slider .slick-slider::after,
    .section-slider .swiper-container-horizontal::after {
        left: auto;
        right: 0;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.section-banner .swipper-items .info {
    bottom: 50%;
    color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
    z-index: 10;
}

.section-banner .swipper-items .banner-title {
    margin-bottom: 1rem;
    font-size: 3.5rem; font-style: italic;
  font-weight: 800;
     /*max-width: 55%; */
}

  @media (max-width: 480px) {
    .section-banner .swipper-items .banner-title{
        font-size: 2rem !important;
        max-width: 100% !important;
    }
	}
	@media (max-width:1279px) and (min-width:481px) {
    .section-banner .swipper-items .banner-title{
        font-size: 3rem !important; line-height:3.1rem !important;
    }
	}
	@media (max-width:1279px) and (min-width:768px) {
    .section-banner .swipper-items .banner-title{
        max-width: 53% !important;
    }
	}


.section-banner .swipper-items h4 {
    margin-bottom: 0;
}
.section-banner .swipper-items .banner-title, .section-banner .swipper-items .swipper-items-h4 {
    text-shadow: 2px 3px 5px rgba(0,0,0,.5);
}
@media (max-width: 480px){
.section-banner .swipper-items .swipper-items-h4 {
    font-size: 1rem;
    max-width: 100% !important;
}
}
@media (max-width: 768px){
.section-banner .swipper-items .swipper-items-h4 {
    font-size: 1.125rem;
} }
.section-banner .swipper-items .swipper-items-h4 {
    margin-bottom: 0;
}
.section-banner .swipper-items .btn {
    margin-top: 2rem;
    min-width: 23.5rem;
}

@media (max-width: 480px) {
    .section-banner .swipper-items .btn {
        min-width: 100%;
        font-size: 14px;
        margin-top: 15px;
    }
}

.container h2.banner-title {text-align: left !important;}
@media (max-width: 768px) {
    .section-banner .swipper-items .info {
        text-align: center;
    }
    .container h2.banner-title {text-align: center !important;}
    .section-banner .swipper-items h1,
    .section-banner .swipper-items h2 {
        font-size: 3.5rem !important;
    }
    .section-banner .swipper-items h4 {
        font-size: 1.125rem;
    }
    .section-banner .swipper-items .section-banner-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 540px;
    }
    .section-banner .swipper-items img {
        display: none;
    }
}

@media (max-width: 480px) {
    .section-banner .swipper-items h1,
    .section-banner .swipper-items h2 {
        font-size: 2rem !important;
        max-width: 100% !important;
    }
    .section-banner .swipper-items h4 {
        font-size: 1rem;
        max-width: 100% !important;
    }
}

.section-service {
    background-color: #fff;
    color: #0a1f8f;
    padding: 119px 0;
}

.section-service .service-item-icon {
    background: #0a1f8f;
    border-radius: 50%;
    height: 196px;
    line-height: 196px;
    margin: 0 auto 16px;
    width: 196px;
}

.section-service .service-item-icon .icon-font {
    color: #fff;
    font-size: 112px;
}

.section-service .service-item-content {
    max-width: 285px;
}

.section-service .service-item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media (min-width: 769px) {
    .section-service .service-slider {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-service {
        padding: 77px 0;
    }
    .section-service .slick-slide>div {
        line-height: inherit;
    }
    .section-service .service-item-content {
        margin: 0 auto;
    }
    .section-service .service-desktop {
        display: none;
    }
    .section-service .slick-next,
    .section-service .slick-prev {
        height: 48px;
        width: 48px;
    }
    .section-service .slick-next img,
    .section-service .slick-prev img {
        width: 24px;
    }
    .section-service .slick-next::before,
    .section-service .slick-prev::before {
        font-size: 0;
    }
}

@media (max-width: 480px) {
    .section-service {
        padding: 49px 0;
    }
}

.section-feature .section-heading,
.slider-feature .section-heading {
    padding: 56px 0 32px;
}

@media (min-width: 481px) {
    .section-feature .section-heading,
    .slider-feature .section-heading {
        padding: 84px 0 44px;
    }
}

@media (min-width: 769px) {
    .section-feature .section-heading,
    .slider-feature .section-heading {
        padding: 80px 0 120px;
    }
}

@media (min-width: 1441px) {
    .section-feature .section-heading,
    .slider-feature .section-heading {
        padding: 160px 0 180px;
    }
}

.section-feature-content,
.slider-feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 28px;
}

@media (min-width: 769px) {
    .section-feature-content,
    .slider-feature-content {
        padding-bottom: 120px;
    }
}

@media (min-width: 1441px) {
    .section-feature-content,
    .slider-feature-content {
        padding-bottom: 152px;
    }
}

@media (max-width: 768px) {
    .section-feature-content,
    .slider-feature-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-feature-content .feature-head,
    .slider-feature-content .feature-head {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .section-feature-content,
    .slider-feature-content {
        padding-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .section-feature.section-feature-no-heading~.section-feature-no-heading,
    .slider-feature.section-feature-no-heading~.section-feature-no-heading {
        padding-bottom: 52px;
    }
}

@media (max-width: 480px) {
    .section-feature.section-feature-no-heading~.section-feature-no-heading,
    .slider-feature.section-feature-no-heading~.section-feature-no-heading {
        padding-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .section-feature.section-feature-event,
    .slider-feature.section-feature-event {
        padding-top: 112px;
    }
}

@media (max-width: 768px) {
    .section-feature.section-feature-event,
    .slider-feature.section-feature-event {
        padding-bottom: 52px;
    }
}

@media (max-width: 480px) {
    .section-feature.section-feature-event,
    .slider-feature.section-feature-event {
        padding-bottom: 20px;
    }
}

.section-feature .feature-head,
.slider-feature .feature-head {
    border-top: 0;
    color: #0a1f8f;
    padding-left: 34px;
    padding-right: 34px;
    position: relative;
}

@media (min-width: 769px) {
    .section-feature .feature-head,
    .slider-feature .feature-head {
        background: #0a1f8f;
        border-right: 50px solid transparent;
        color: #fff;
        height: 0;
        min-width: 536px;
        padding-left: 48px;
        padding-right: 0;
    }
    .section-feature .feature-head::before,
    .slider-feature .feature-head::before {
        background: #0a1f8f none repeat scroll 0 0;
        border-radius: 0 20px 15px 0;
        content: "";
        height: 320px;
        position: absolute;
        right: -20px;
        top: 0;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
        width: 536px;
        z-index: -1;
    }
}

@media (max-width: 480px) {
    .section-feature .feature-head,
    .slider-feature .feature-head {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.section-feature .feature-head-wrapper,
.slider-feature .feature-head-wrapper {
    max-height: 320px;
    overflow: hidden;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .section-feature .feature-head-wrapper,
    .slider-feature .feature-head-wrapper {
        padding: 56px 0;
    }
}

.section-feature .feature-head-title,
.slider-feature .feature-head-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 40px;
}

@media (max-width: 768px) {
    .section-feature .feature-head-title,
    .slider-feature .feature-head-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .section-feature .feature-head-title,
    .slider-feature .feature-head-title {
        font-size: 1.5rem;
    }
}

.section-feature .feature-head-desc,
.slider-feature .feature-head-desc {
    font-size: 18px;
}

@media (min-width: 769px) {
    .section-feature .feature-head-desc,
    .slider-feature .feature-head-desc {
        display: -webkit-box;
        max-height: 130px;
        padding-right: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 768px) {
    .section-feature .feature-head-desc,
    .slider-feature .feature-head-desc {
        font-size: 1rem;
    }
}

.section-feature .feature-nav-item,
.slider-feature .feature-nav-item {
    margin-left: 44px;
    overflow: hidden;
    padding-left: 26px;
}

@media (min-width: 769px) {
    .section-feature .feature-nav-item,
    .slider-feature .feature-nav-item {
        padding: 30px 0;
    }
    .section-feature .feature-nav-item::after,
    .slider-feature .feature-nav-item::after {
        background: transparent -webkit-gradient( linear, left bottom, left top, from(#00000000), color-stop(100%, #00000080), to(#808080)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(0deg, #00000000 0%, #00000080 100%, #808080 100%) 0% 0% no-repeat padding-box;
        -webkit-transform: matrix(0, 3.8, -0.3, 0, 0, 0);
        transform: matrix(0, 3.8, -0.3, 0, 0, 0);
        bottom: 36px;
        content: "";
        position: absolute;
        right: 0;
        top: 36px;
        width: 70px;
        z-index: 99;
    }
}

@media (max-width: 480px) {
    .section-feature .feature-nav-item,
    .slider-feature .feature-nav-item {
        padding-left: 9px;
    }
}

.section-feature .feature-item,
.slider-feature .feature-item,
.section-feature .feature-item .help-txt,
.section-feature .feature-item .feature-item-bottom-hover-txt,
.section-feature .feature-item .text-overlap,
.section-feature .feature-item .feature-item-bottom {
    line-height: 1.47;
    padding: 0 8px;
}

@media (min-width: 769px) {
    .section-feature .feature-item,
    .slider-feature .feature-item {
        padding: 0 16px;
    }
}

.section-feature .feature-item-content,
.slider-feature .feature-item-content {
    min-height: 270px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    margin-bottom: 6px;
    /* max-width: 340px; */
    overflow: hidden;
    position: relative;
}

/* @media (max-width: 480px) {
    .section-feature .feature-item-content,
    .slider-feature .feature-item-content {
        max-width: 302px;
    }
} */

.section-feature .feature-item-content .text-overlap,
.slider-feature .feature-item-content .text-overlap {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #fff;
    padding: 15px;
    position: absolute;
    top: 100%;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.section-feature .feature-item-content .text-overlap strong,
.section-feature .feature-item-content .help-txt strong,
.slider-feature .feature-item-content .text-overlap strong,
.slider-feature .feature-item-content .help-txt strong {
    display: block;
    max-height: 44px;
    overflow: hidden;
}

.section-feature .feature-item-content .description,
.slider-feature .feature-item-content .description {
    display: -webkit-box;
    margin-top: 0.5rem;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.section-feature .feature-item-content .feature-item-bottom-no-effect,
.section-feature .feature-item-content .feature-item-bottom,
.slider-feature .feature-item-content .feature-item-bottom {
    background-color: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 20px 15px;
    position: absolute;
    right: 0;
}

.section-feature .feature-item-content .feature-item-bottom a,
.slider-feature .feature-item-content .feature-item-bottom a {
    color: #135A78;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.section-feature .feature-item-content .feature-item-bottom-link-hover,
.slider-feature .feature-item-content .feature-item-bottom-link-hover {
    font-size: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    width: 0;
}

.section-feature .feature-item-content:hover .text-overlap,
.section-feature .feature-item-content:hover .help-txt,
.slider-feature .feature-item-content:hover .text-overlap,
.slider-feature .feature-item-content:hover .help-txt {
    top: 0;
}

.section-feature .feature-item-content:hover .feature-item-bottom,
.slider-feature .feature-item-content:hover .feature-item-bottom {
    background-color: transparent;
}

.section-feature .feature-item-content:hover .feature-item-bottom-title,
.slider-feature .feature-item-content:hover .feature-item-bottom-title {
    font-size: 0;
}

.section-feature .feature-item-content:hover .feature-item-bottom-link,
.slider-feature .feature-item-content:hover .feature-item-bottom-link {
    display: none;
}

.section-feature .feature-item-content:hover .feature-item-bottom-link-hover,
.slider-feature .feature-item-content:hover .feature-item-bottom-link-hover {
    bottom: 20px;
    font-size: 16px;
    right: 0;
    width: 100%;
}

.section-feature .feature-item:hover .feature-item-bottom-hover-btn,
.slider-feature .feature-item:hover .feature-item-bottom-hover-btn {
    width: 100%;
}

.section-feature .feature-item:hover .feature-item-bottom-hover-txt,
.slider-feature .feature-item:hover .feature-item-bottom-hover-txt {
    font-size: 0;
}

.section-feature .feature-item:hover .feature-item-bottom-hover,
.slider-feature .feature-item:hover .feature-item-bottom-hover {
    background-color: #373737;
}

.section-feature .feature-item-bottom-hover,
.slider-feature .feature-item-bottom-hover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    position: absolute;
    width: 100%;
}

.section-feature .feature-item-bottom-hover-txt,
.slider-feature .feature-item-bottom-hover-txt {
    color: #0a1f8f;
    font-size: 1rem;
}

.section-feature .feature-item-bottom-title,
.section-feature .feature-item-bottom-hover-txt,
.slider-feature .feature-item-bottom-title,
.slider-feature .feature-item-bottom-hover-txt {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-feature .feature-item-bottom-title,
.slider-feature .feature-item-bottom-title {
    max-width: 200px;
}

.section-feature .feature-item-bottom-hover-btn,
.slider-feature .feature-item-bottom-hover-btn {
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    width: 150px;
}

.section-feature .feature-item .help-txt,
.slider-feature .help-txt {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    bottom: 0;
    color: #fff;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 100%;
    -webkit-transition: top 0.1s ease;
    transition: top 0.1s ease;
}

.section-feature .nav-item-img,
.slider-feature .nav-item-img {
    border-radius: 16px 16px 0 0;
}
.feature-item-content .nav-item-img-fit-content{
	 height: fit-content;
}
.section-feature.section-feature-casino-promotion,
.slider-feature.section-feature-casino-promotion {
    margin-bottom: 88px;
}

@media (min-width: 768px) {
    .section-feature.section-feature-casino-promotion,
    .slider-feature.section-feature-casino-promotion {
        margin-bottom: 88px;
    }
}

@media (min-width: 1441px) {
    .section-feature.section-feature-casino-promotion,
    .slider-feature.section-feature-casino-promotion {
        margin-bottom: 160px;
    }
}

.slider-feature {
    padding: 0;
}

.section-feature-casino-promotion .section-feature-content {
    padding-bottom: 0;
}

.section-feature-casino-promotion .feature-item-content {
    color: #707070;
    display: block;
}

.section-feature-casino-promotion .feature-item-content .icon-font {
    color: #373737;
}

.section-feature-casino-promotion .feature-item-content:hover .feature-item-bottom {
    background-color: #fff;
}

.section-feature-casino-promotion .feature-item-content:hover .feature-item-bottom-title {
    font-size: inherit;
}

.section-static {
    background-color: #dfdfdf;
    padding: 104px 0;
}

@media (max-width: 767px) {
    .section-static {
        padding: 56px 0 72px;
    }
    .section-feature .nav-item-img,
    .slider-feature .nav-item-img {
        height: auto;
    }
}

.section-static-title {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .section-static-title {
        margin-bottom: 32px;
    }
}

.section-static .static-item {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 4px #00000029;
    box-shadow: 0px 4px 4px #00000029;
    overflow: hidden;
}

.section-static .static-item-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 207px;
}

@media (max-width: 1366px) {
    .section-static .static-item-bg {
        min-height: 128px;
    }
}

.section-static .static-item-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 8px;
    text-align: center;
}

@media (min-width: 1439px) {
    .section-static .static-item-title {
        min-height: 68px;
        padding: 8px 70px;
    }
}

@media (max-width: 1366px) {
    .section-static .static-item-title {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .section-static .static-item {
        margin-bottom: 24px;
    }
}

.section-casino-title {
    margin-bottom: 84px;
}

.section-casino .bg-game {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.section-casino .bg-game::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-radius: 16px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.section-casino .bg-game:hover::before {
    opacity: 1;
}

.section-casino .bg-game:hover .btn {
    opacity: 1;
}

.section-casino .bg-game .jackbot-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0a1f8f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    min-height: 48px;
    text-align: center;
}

.section-casino .bg-game .btn {
    margin: 0 8px 12px;
    min-width: auto;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.section-casino .bg-game .jackbot-price,
.section-casino .bg-game .btn {
    z-index: 1;
}

.section-casino .col-bg-lg .bg-game {
    min-height: 230px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-casino .col-bg-lg .bg-game {
        min-height: 343px;
    }
}

@media (min-width: 1440px) {
    .section-casino .col-bg-lg .bg-game {
        min-height: 400px;
    }
}

.section-casino .col-bg-md .bg-game,
.section-casino .col-bg-sm .bg-game {
    min-height: 163px;
}

@media (min-width: 768px) {
    .section-casino .col-bg-md .bg-game {
        min-height: 195px;
    }
}

@media (min-width: 1440px) {
    .section-casino .col-bg-sm .bg-game {
        min-height: 100px;
    }
}

.section-casino.section-recently-played {
    margin-top: 80px;
}

@media (min-width: 768px) {
    .section-casino.section-recently-played {
        margin-top: 88px;
    }
}

@media (min-width: 1441px) {
    .section-casino.section-recently-played {
        margin-top: 160px;
    }
}

.section-casino.section-recently-played .col-bg-lg .jackbot-price {
    background-color: transparent;
    font-size: 24px;
    margin-left: -7px;
    max-width: 314px;
    position: relative;
    -webkit-transform: skew(-16deg);
    transform: skew(-16deg);
}

.section-casino.section-recently-played .col-bg-lg .jackbot-price::before {
    background-color: #0a1f8f;
    border-radius: 0 6px 6px;
    content: "";
    min-height: 48px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.section-casino.section-recently-played .col-bg-lg .jackbot-price span {
    -webkit-transform: skew(16deg);
    transform: skew(16deg);
}

@media (max-width: 1366px) {
    .section-casino.section-recently-played .col-bg-lg {
        margin-bottom: 16px;
    }
}

.section-casino.section-recently-played .col-bg-lg .bg-game .btn {
    margin: 0 36% 12px;
    white-space: nowrap;
}

.section-casino.section-recently-played .col-bg-lg .bg-game:hover .btn {
    margin: 0 8px 12px;
}

.section-casino.section-recently-played .col-bg-md:nth-child(1),
.section-casino.section-recently-played .col-bg-md:nth-child(2) {
    margin-bottom: 16px;
}

@media (min-width: 1440px) {
    .section-casino.section-recently-played .col-bg-md:nth-child(1),
    .section-casino.section-recently-played .col-bg-md:nth-child(2) {
        margin-bottom: 10px;
    }
}

.section-casino.section-recently-played .col-bg-md .btn {
    margin-top: auto;
}

@media (max-width: 768px) {
    .section-casino.section-recently-played .col-bg-md:nth-child(2) {
        padding-right: 8px;
    }
    .section-casino.section-recently-played .col-bg-md:nth-child(3) {
        padding-left: 8px;
    }
}

.section-casino.section-trending-games .col-bg-md {
    margin-bottom: 32px;
}

.section-casino.section-trending-games .btn {
    margin-top: auto;
}

@media (max-width: 1366px) {
    .section-casino.section-trending-games .col-bg-sm .bg-game,
    .section-casino.section-trending-games .col-bg-md .bg-game {
        min-height: 195px;
    }
    .section-casino.section-trending-games .col-bg-sm {
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    .section-casino.section-trending-games .col-bg-sm .bg-game,
    .section-casino.section-trending-games .col-bg-md .bg-game {
        min-height: 163px;
    }
    .section-casino.section-trending-games .col-bg-md,
    .section-casino.section-trending-games .col-bg-sm {
        margin-bottom: 16px;
    }
    .section-casino.section-trending-games .col-6:nth-child(2n+1) {
        padding-right: 8px;
    }
    .section-casino.section-trending-games .col-6:nth-child(2n) {
        padding-left: 8px;
    }
}

@media (min-width: 1366px) {
    .section-casino.section-jackpot .jackpot-desktop {
        padding: 0 30px;
    }
    .section-casino.section-jackpot .jackpot-desktop .col-lg-4 {
        padding: 0 28px;
    }
}

@media (min-width: 1441px) {
    .section-casino.section-jackpot .jackpot-desktop {
        padding: 0;
    }
    .section-casino.section-jackpot .jackpot-desktop .col-lg-4 {
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    .section-casino.section-jackpot .jackpot-desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .section-casino.section-jackpot .slider-jackpot {
        display: none;
    }
}

.section-casino.section-jackpot .slider-jackpot-item {
    line-height: 1.47;
    margin-bottom: 4px;
    text-align: center;
}

.section-casino.section-jackpot .slider-jackpot-item .slider-jackpot-item-content {
    margin: 0 16px;
    max-width: 376px;
}

@media (max-width: 480px) {
    .section-casino.section-jackpot .slider-jackpot-item .slider-jackpot-item-content {
        margin: 0 8px;
        max-width: 300px;
    }
}

.section-casino.section-jackpot .slider-jackpot-item .jackbot-title {
    font-weight: 800;
    margin-top: 29px;
}

.section-casino.section-jackpot .slider-jackpot-item .jackpot-price {
    color: #0a1f8f;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 28px;
}

.section-casino.section-jackpot .slider-jackpot-item .btn {
    min-width: auto;
    display: block;
}

@media (max-width: 1300px) {
    .section-casino.section-jackpot .slider-jackpot-item .jackbot-title {
        font-size: 1.25rem;
    }
    .section-casino.section-jackpot .slider-jackpot-item .jackpot-price {
        font-size: 2.1875rem;
    }
    .section-casino.section-jackpot .slider-jackpot-item .jackbot-title,
    .section-casino.section-jackpot .slider-jackpot-item .jackpot-price {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.section-casino.section-recently-played,
.section-casino.section-trending-games,
.section-casino.section-jackpot {
    margin-bottom: 88px;
}

@media (min-width: 768px) {
    .section-casino.section-recently-played,
    .section-casino.section-trending-games,
    .section-casino.section-jackpot {
        margin-bottom: 88px;
    }
}

@media (min-width: 1441px) {
    .section-casino.section-recently-played,
    .section-casino.section-trending-games,
    .section-casino.section-jackpot {
        margin-bottom: 160px;
    }
}

.section-as-seen-as {
    background: url(../../bet20gamebettingsa/image/as_seen_on_2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 88px 0;
    position: relative;
}

.section-as-seen-as::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-as-seen-as-title {
    margin-bottom: 16px;
}

.section-as-seen-as-description {
    margin-bottom: 72px;
}

.section-as-seen-as-logos {
    position: relative;
}

.section-as-seen-as-logos li {
    margin: 0 16px 16px;
}

@media (max-width: 1360px) {
    .section-as-seen-as-logos {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .section-as-seen-as-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .section-as-seen-as-title {
        font-size: 2rem;
    }
}

.section-ultimate-callout {
    background-color: #0a1f8f;
    color: #fff;
}

.section-ultimate-callout-title {
    margin-bottom: 16px;
    margin-top: 60px;
}

.section-ultimate-callout-description {
    margin-bottom: 32px;
}

.section-ultimate-callout .btn {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .section-ultimate-callout-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .section-ultimate-callout-title {
        font-size: 2rem;
        margin-top: 80px;
    }
    .section-ultimate-callout .btn {
        min-width: 100% !important;
        margin-bottom: 80px;
    }
}

.not-have-page {
    padding: 0;
    height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not-have-page .content {
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-align: center;
    padding-bottom: 2.8125rem;
}

@media screen and (min-width: 320px) {
    .not-have-page .content {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .not-have-page .content {
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .not-have-page .content {
        max-width: 1260px;
    }
}

@media screen and (min-width: 768px) {
    .not-have-page .content {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

.not-have-page .content h2 {
    font-size: 9.375rem;
    color: #000;
    line-height: 1.33;
}

.not-have-page .content p {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.56;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.not-have-page .content .button .btn {
    width: auto;
    text-decoration: none;
    color: #fff;
    background-color: #f00;
}

.not-have-page .content .button .btn:hover {
    color: #fff;
    background-color: #f00;
}

.not-have-page .content .button .btn.focus,
.not-have-page .content .button .btn:focus {
    color: #fff;
    background-color: #f00;
}

@media screen and (min-width: 768px) {
    .not-have-page .content h2 {
        font-size: 12.5rem;
        line-height: 1;
        margin-bottom: 1.375rem;
    }
    .not-have-page .content p {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 4.5625rem;
    }
}

/* Hung 23-12-04 */
/* .container .content h2 {
    color: #0a1f8f;
    font-size: 4rem;
    margin-bottom: 2rem;
    text-align: center !important;
} */
/* Hung 23-12-04 */

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

@media (max-width: 768px) {
    .container .content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .container .content h2 {
        font-size: 2rem;
    }
    .container .content h3 {
        font-size: 1.8rem;
    }
}
#no-more-tables{
	/* overflow:scroll; */
}
.feature-nav-item,.slider-nav
{
	position: relative;
	display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.swiper-button-next,.swiper-button-prev{
   z-index:100 !important;
}
.swiper-container-horizontal{
	overflow:hidden;
}


/***************************************************************************************/
/*style_whitetheme_newnew.css*/
@font-face {
    font-family: 'busr-join';
    src:  url('https://www.busr.ag/assets/css/busr-join-v1.0/fonts/busr-join.eot?r0xct4');
    src:  url('https://www.busr.ag/assets/css/busr-join-v1.0/fonts/busr-join.eot?r0xct4') format('embedded-opentype'),
      url('https://www.busr.ag/assets/css/busr-join-v1.0/fonts/busr-join.ttf?r0xct4') format('truetype'),
      url('https://www.busr.ag/assets/css/busr-join-v1.0/fonts/busr-join.woff?r0xct4') format('woff'),
      url('https://www.busr.ag/assets/css/busr-join-v1.0/fonts/busr-join.svg?r0xct4') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="iconjoin-"], [class*=" iconjoin-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'busr-join' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .iconjoin-error:before {
    content: "\e907";
  }
  .iconjoin-user:before {
    content: "\e905";
  }
  .iconjoin-check-circle .path1:before {
    content: "\e900";
  }
  .iconjoin-check-circle .path2:before {
    content: "\e901";
    margin-left: -1em;
  }
  .iconjoin-eye:before {
    content: "\e902";
  }
  .iconjoin-lock:before {
    content: "\e903";
  }
  .iconjoin-eye-slash:before {
    content: "\e904";
  }
  .iconjoin-check:before {
    content: "\e906";
  }
  
  
  /*
  *
  * ==========================================
  * ICON FONT
  * ==========================================
  *
  */
  
  .icon-font {
      font-style: normal;
  }
  
  
  /*
  *
  * ==========================================
  * BUTTON
  * ==========================================
  *
  */
  
  .btn-red,
  .btn-blue,
  .btn-grey,
  .btn-white {
      border-radius: 6px;
      text-transform: uppercase;
      box-shadow: 0px 1px 0px #000000bf;
      color: #ffffff;
  }
  
  .btn-red:hover,
  .btn-blue:hover,
  .btn-grey:hover {
      color: #ffffff;
  }
  
  .btn-white {
      background: #FFFFFF 0% 0% no-repeat padding-box !important;
      color: #0A1F8F !important;
      box-shadow: 0px 4px 4px #00000029 !important;
      border-radius: 8px !important;
      border: none !important;
  }
  
  .btn-red {
      background: #e1251b 0% 0% no-repeat padding-box;
      border: 2px solid #ff4b41;
  }
  
  .btn-red:hover {
      background-color: #ff4b41;
      border-color: #ff4b41;
  }
  
  .btn-blue {
      background: #0a1f8f 0% 0% no-repeat padding-box;
      border: 2px solid #1635db;
  }
  
  .btn-blue:hover {
      background-color: #1635db;
      border-color: #1635db;
  }
  
  .btn-grey {
      background: #ffffff80 0% 0% no-repeat padding-box;
      border: 2px solid #ffffff;
  }
  
  
  
  /*
  *
  * ==========================================
  * MODAL
  * ==========================================
  *
  */
  
  .modal-form .modal-dialog {
      width: 375px;
  }
  
  .modal-form .modal-body {
      padding-left: 24px;
      padding-right: 24px;
  }
  
  .modal-form .modal-body div[class^="col-"],
  .modal-form .modal-body .col {
      padding-left: 8px;
      padding-right: 8px;
  }
  
  @media only screen and (max-width: 575px) {
      .modal-form .modal-dialog {
          width: 100% !important;
          max-width: 100% !important;
          margin: 50px 0px !important;
          padding-left: 10px;
          padding-right: 10px;
      }
      .modal-form .modal-header,
      .modal-form .modal-content {
          /* border-top-right-radius: 0px !important;
          border-top-left-radius: 0px !important; */
      }
  
      .has-float-label {
          margin-bottom: 22px !important;
      }
      .row.footer-menu div {
        padding-left: 16px!important;
        padding-right:16px!important;
        border-right: none !important;
    }
  
  }
  
  .modal-form a {
      font: Bold 16px/22px Open Sans;
      letter-spacing: 0;
      color: #135A78;
  }
  
  .modal h5 {
      font: ExtraBold 24px/36px Open Sans;
      letter-spacing: 0;
      color: #0a1f8f;
      text-transform: capitalize;
      font-weight: bold;
  }
  
  .modal button.close {
      position: absolute;
      right: 16px;
      color: #0a1f8f;
  }
  
  .modal .modal-content {
      border-radius: 16px;
  }
  
  .modal .modal-header {
      border-bottom: none;
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
  }
  
  .modal .modal-header h4 {
      font-weight: 800;
      color: #0a1f8f;
  }
  
  .modal .modal-footer {
      background-color: #dfdfdf;
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px;
  }
  
  
  /*
  *
  * ==========================================
  * JOIN B
  * ==========================================
  *
  */
  
  .join-area {
      height: 930px;
  }
  
  .join-area .container {
      height: 930px;
      padding-top: 80px;
  }
  
  .join-area form {
      background-color: #ffffff;
      padding: 24px;
      border-radius: 12px;
      height: auto;
      margin-top: 40px;
  }
  
  .join-area h4 {
      font-weight: 800;
  }
  
  .join-area .step-3-success {
      color: #0a1f8f;
  }
  
  .join-area .step-3-success .btn-red {
      margin-top: 30px;
  }
  
  .join-area .service-item-icon {
      background: #0a1f8f;
      border-radius: 50%;
      height: 196px;
      line-height: 196px;
      margin: 0 auto 16px;
      width: 196px;
  }
  
  .join-area .service-item-icon .icon-font {
      color: #fff;
      font-size: 112px;
  }
  
  @media (max-width: 767px) and (min-width: 576px) {
    /*.page-join-b .navbar {
        background: rgba(255, 255, 255, 1);
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    }
    .page-join-b .navbar .navbar-brand {
        color: #0a1f8f;
    }
    .page-join-b .navbar .navbar-brand .logo-white {
        display: none;
    }
    .page-join-b .navbar .navbar-brand .logo-blue {
        display: block;
    }
    .page-join-b .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .page-join-b .navbar .navbar-nav .nav-link {
        color: #0a1f8f;
    }
    .page-join-b .navbar .navbar-navv .nav-link:hover,
    .page-join-b .navbar .navbar-nav .nav-link:focus {
        color: #0a1f8f;
        text-decoration: none;
    }
    .page-join-b .navbar .navbar-toggler-icon {
        color: #0a1f8f;
    }*/
  }
  @media only screen and (max-width: 575px) {
      .page-join-b .cover {
          height: 0px;
          overflow: hidden;
      }
      .join-area h2 {
          text-align: center;
          font-size: 30px;
          color: #0a1f8f;
          margin-top: 108px;
          margin-bottom: 0px;
      }
      .join-area {
          height: 100%;
          margin-top: 0px;
          padding-bottom: 48px;
      }
      .join-area form {
          height: 100%;
          background-color: transparent;
          margin-top: 0;
          padding-top: 29px;
          padding-left: 0;
          padding-right: 0;
      }
      .join-area form .form-control,
      .join-area form .form-control:focus {
          background-color: transparent;
      }
      .join-area form .has-float-label label::after,
      .join-area form .has-float-label>span::after {
          background: #ffffff;
      }
      /*.page-join-b .navbar {
          background: rgba(255, 255, 255, 1);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
      }
      .page-join-b .navbar .navbar-brand {
          color: #0a1f8f;
      }
      .page-join-b .navbar .navbar-brand .logo-white {
          display: none;
      }
      .page-join-b .navbar .navbar-brand .logo-blue {
          display: block;
      }
      .page-join-b .dropdown:hover>.dropdown-menu {
          display: block;
      }
      .page-join-b .navbar .navbar-nav .nav-link {
          color: #0a1f8f;
      }
      .page-join-b .navbar .navbar-navv .nav-link:hover,
      .page-join-b .navbar .navbar-nav .nav-link:focus {
          color: #0a1f8f;
          text-decoration: none;
      }
      .page-join-b .navbar .navbar-toggler-icon {
          color: #0a1f8f;
      }*/
      footer {
          padding-top: 80px;
      }
       .footer-menu {
       justify-content: flex-start !important;
       margin: 0;
      }
  }
  
  @media (min-width: 576px) {
      .page-join-b .cover {
          height: 372px;
          background-size: cover;
          background-repeat: no-repeat;
      }
      .join-area {
        height: auto !important;
        margin-top: 12px;
        padding-bottom: 40px;
      }
      .join-area h2 {
          text-align: center;
      }
      .join-area form {
          /* height: 100%; */
      }
      .join-area form .btn {
          width: 456px;
      }
      .join-area form .btn.btn-blue {
          margin: 16px 0;
      }
      .join-area .step-3-success {
          height: 661px;
          margin: 0px;
          padding: 0;
      }
  }
  
  @media (min-width: 768px) {
      .join-area {
          height: 880px;
      }
  }
  
  @media (min-width: 1440px) {
      .page-join-b .cover {
          height: 762px;
          background-size: cover;
          background-repeat: no-repeat;
      }
      .join-area {
          /*height: 666px;*/
          height: 1110px;
          margin-top: -666px;
          padding-bottom: 0px;
      }
      .join-area form {
          /*height: 650px;*/
          height: 100%;
          margin-top: 0px;
      }
      .join-area form .btn {
          width: 420px;
      }
      .join-area .step-3-success {
          height: 602px;
          margin: 0px;
          padding: 0;
      }
  
      .page-join-b h2 {
          font-size: 62px;
          margin-top: 212px;
      }
  }
  
  /* @media (min-width: 1920px) {
      .page-join-b .cover {
          height: 920px;
          background-size: cover;
          background-repeat: no-repeat;
      }
      .join-area {
          height: 802px;
          margin-top: -802px;
          padding-bottom: 0px;
      }
      .join-area form {
          height: 762px;
          margin-top: 0px;
      }
      .join-area form .btn {
          width: 420px;
      }
      .join-area .step-3-success {
          height: 714px;
          margin: 0px;
          padding: 0;
      }
  } */
  
  
  /*
  *
  * ==========================================
  * JOIN A
  * ==========================================
  *
  */
  
  #joinModal .btn-link {
      box-shadow: none;
      color: #135A78;
      font-size: 16px;
  }
  
  #joinModal .m-progress {
      height: 5px;
      margin-top: 0px;
      margin-bottom: 20px;
      padding: 0 16px;
  }
  
  #joinModal .m-progress-bar-wrapper {
      border-top: 1px solid #e1251b;
  }
  
  #joinModal .m-progress-bar {
      min-height: 4px;
      background: #e1251b;
      width: 5%;
  }
  
  #joinModal .m-progress-stats {
      display: none;
  }
  
  #joinModal .step-title {
      font-size: 20px;
      line-height: 30px;
      font-family: "Open Sans", sans-serif;
      color: #0a1f8f;
      margin-top: -20px;
      margin-bottom: 18px;
  }
  
  #joinModal button.btn.btn-primary.step.step-1 {
      margin-top: 15px;
  }
  
  #joinModal .step-3-success {
      color: #0a1f8f;
  }
  
  #joinModal .step-3-success .btn-red {
      margin-top: 30px;
  }
  
  #joinModal .service-item-icon {
      background: #0a1f8f;
      border-radius: 50%;
      height: 196px;
      line-height: 196px;
      margin: 0 auto 16px;
      width: 196px;
  }
  
  #joinModal .service-item-icon .icon-font {
      color: #fff;
      font-size: 112px;
  }
  
  
  /*
  *
  * ==========================================
  * FORM
  * ==========================================
  *
  */
  
  .anti-bot-question {}
  
  .form-control {
      height: 56px;
      padding: 10px;
      font: Regular 16px/22px Open Sans;
      letter-spacing: 0.15px;
      color: #0a1f8f;
      border: 1px solid #0a1f8f;
      border-radius: 4px;
  }
  .form-control:focus {
      box-shadow: none;
      border: 2px solid #0a1f8f;
  }
  .has-float-label {
      margin-bottom: 34px;
      /* margin-top:20px */;
  }
  
  .has-float-label .form-control:placeholder-shown:not(:focus)+* {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      color: #0a1f8f;
      top: 20px;
  }
  
  small.text-muted {
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0.4px;
      color: #0a1f8f !important;
      padding-left: 16px;
      font-size: 12px;
      line-height: 14px;
  }
  
  .custom-control-label,
  .form-check-label {
      font: Regular 16px/24px Open Sans;
      letter-spacing: 0;
      color: #0a1f8f;
  }
  
  
  /*
  *
  * ==========================================
  * SIDE MENU
  * ==========================================
  *
  */
  
  /*for v2*/
  /*.sidemenu__overlay {
      background: rgba(0, 0, 0, 0.4);
      bottom: 0;
      opacity: 1;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      visibility: visible;
      z-index: 1040;
  }
  
  .sidemenu__overlay.closed {
      opacity: 0;
      visibility: hidden;
  }
  
  @media (max-width: 1259px) {
      .navbar-collapse {
          position: absolute;
          left: -100%;
          transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          display: block;
      }
      .navbar-collapse.collapsing {
          height: auto !important;
          margin-right: 50%;
          transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          display: block;
      }
      .navbar-collapse.show {
          left: 0;
      }
      .alignment {
          padding-top: 0px !important;
      }
  }*/
  
  
  /*
  *
  * ==========================================
  * PAGE - CONTACT 
  * ==========================================
  *
  */
  
  .cover.cover-contact {
      height: 380px;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .cover.cover-contact h1 {
      font-size: 72px;
      color: #FFFFFF;
      text-transform: uppercase;
      padding-top: 40px;
  }
  
  .contact-area {
      padding-top: 130px;
      padding-bottom: 120px;
  }
  
  .contact-area h4 {
      font-size: 40px;
      font-weight: bold;
      color: #0A1F8F;
  }
  
  .contact-area p.lead {
      font-size: 24px;
      color: #0A1F8F;
      padding: 32px 0 46px 0;
  }
  
  .contact-area .btn-white {
      width: 100% !important;
      padding: 4px 21px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: inherit;
  }
  
  .contact-area .btn-white span.icon-font {
      padding-right: 8px;
      font-size: 40px;
  }
  
  .form-contact {
      padding: 0 17px;
  }
  .form-contact .form-control,
  .form-contact .form-control:focus {
      background-color: transparent;
  }
  .form-contact .has-float-label label::after,
  .form-contact .has-float-label>span::after {
      background: #ffffff;
  }
  
  @media only screen and (max-width: 575px) {
      .cover.cover-contact h1 {
          font-size: 40px;
          padding-top: 20px;
      }
      .contact-area h4 {
          font-size: 26px;
      }
      .contact-area p.lead {
          font-size: 16px;
      }
      .form-contact {
          margin-top: 40px;
      }
      .contact-area .btn-white {
          margin-bottom: 16px;
      }
      .form-contact {
          margin-top: 24px;
      }
      .form-contact .btn-blue {
          width: 100%;
      }
  }
  
  @media (min-width: 576px) {
      .contact-area p.lead {
          padding: 32px 0 32px 0;
      }
      .contact-area .btn-white {
          margin-bottom: 16px;
      }
      .form-contact {
          margin-top: 32px;
      }
      .form-contact .btn-blue {
          width: 100%;
      }
  }
  
  @media (min-width: 768px) {
      .form-contact .btn-blue {
          width: 130px;
      }
  }
  
  @media (min-width: 1440px) {
      .form-contact {
          margin-top: 0px;
      }
      .form-contact .btn-blue {
          width: 130px;
      }
  }
  
  
  /*
  *
  * ==========================================
  * HOME - SECTION SLIDER
  * ==========================================
  *
  */
  
  @media (min-width: 769px) {
      .section-slider .slick-slider .slick-btn-prev,
      .section-slider .slick-slider .slick-btn-next {
          background: transparent;
      }
  }
  
  @media (min-width: 1441px) {
      .section-slider .slick-slider {
          padding: 0px;
      }
  }
  
  
  /*MODIFIED 2020-03-11*/
  
  .slick-slide:focus,
  .slick-slide a:focus {
      outline: none;
  }
  
  .feature-item-bottom-title {
      color: #000;
  }
  
  #breadcrumbs {
      font-size: 14px;
      font-weight: 400;
      color: #0176D0;
      background: transparent;
      padding: 32px 0;
  }
  
  #breadcrumbs a {
      font-size: 14px;
      font-weight: 700;
	  color: #0176D0 !important;
  }
  
  #breadcrumbs span.breadcrumb_last {
      font-weight: 700;
  }
  
  
  /*MODIFIED 2020-03-12*/
  
  .racesList {
      max-width: 827px !important;
      margin: auto !important;
      border: 2px solid #0A208F !important;
      border-top-left-radius: 10px !important;
      border-top-right-radius: 10px !important;
      border-bottom-left-radius: 10px !important;
      border-bottom-right-radius: 10px !important;
      overflow: hidden;
      height: 192px;
  }
  
  #cburMenuTrack img {
      width: auto !important;
      height: 18px !important;
      margin-left: 5px !important;
      margin-right: 10px !important;
      position: relative !important;
      top: -2px !important;
  }
  
  .racesList>tbody tr td {
      color: #373737 !important;
      vertical-align: middle !important;
  }
  
  .racesList>tbody tr td:nth-child(1) {
      text-align: left;
      padding-left: 14px;
  }
  
  .racesList>tbody tr td:nth-child(2) {
      text-align: center;
  }
  
  .racesList>tbody tr td:nth-child(3) {
      text-align: center;
  }
  
  .section-banner-bg {
      background-size: cover;
      background-repeat: no-repeat;
  }
  
  .section-banner-bg img {
      visibility: hidden;
  }
  
  @media only screen and (max-width: 767px) {
      .section-banner-bg {
         height: 410px !important;
      }
      /*.banner-bg-whitetheme {
          background-image: url('/assets/images/hero_mobile.jpg');
      } */
      .banner-bg-whitetheme {
          background-image: url('../../bet20gamebettingsa/image/hero_3_mobile.jpg');
      }
      .banner-bg-whitetheme-hero3 {
          background-image: url('../../bet20gamebettingsa/image/hero_3_mobile.jpg');
      }
      .banner-bg-whitetheme-Belmont {
          background-image: url('https://www.busr.ag/public/assets/images/Belmont_mobile.jpg');
      }
      .banner-bg-whitetheme-racetracks {
          background-image: url('https://www.busr.ag/public/assets/images/lg_racetracks_mobile.jpg');
      }
      .banner-bg-whitetheme-Preakness {
          background-image: url('https://www.busr.ag/public/assets/images/Preakness_mobile.jpg');
      }
      .banner-bg-whitetheme-PWC {
          background-image: url('https://www.busr.ag/img/pegasus/pegasus-world-cup-hero_mobile.jpg');
      }
      .banner-bg-whitetheme-Sports {
          background-image: url('https://www.busr.ag/public/assets/images/hero-sports-football-players_mobile.jpg');
      }
      .banner-bg-whitetheme-aboutus {
          background-image: url('https://www.busr.ag/public/assets/images/about_mobile.jpg');
      }
      .banner-bg-whitetheme-Breeder {
          background-image: url('https://www.busr.ag/public/assets/images/Breeder_mobile.jpg');
      }
      .banner-bg-whitetheme-ContactUs {
          background-image: url('https://www.busr.ag/public/assets/images/ContactUs_mobile.jpg');
      }
      .banner-bg-whitetheme-dubai {
          background-image: url('../../bet20gamebettingsa/image/dubai_hero05_mobile.jpg');
      }
      .banner-bg-whitetheme-horse_racing {
          background-image: url('https://www.busr.ag/public/assets/images/horse-racing_mobile.jpg');
      }
      .banner-bg-whitetheme-KentuckyDerby {
          background-image: url('https://www.busr.ag/public/assets/images/KentuckyDerby_mobile.jpg');
      }
      .banner-bg-whitetheme-saudi {
          background-image: url('https://www.busr.ag/public/assets/images/saudi_cup_hero_mobile.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_50{
      background-image: url('../../bet20gamebettingsa/image/50-sports-bonus-lg.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_150{
          background-image: url('../../bet20gamebettingsa/image/cash-bonus-150-hero.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_10{
          background-image: url('../../bet20gamebettingsa/image/cash-bonus-10-hero.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_100{
          background-image: url('../../bet20gamebettingsa/image/100-casino-bonus-lg.jpg');
      }
      .banner-bg-whitetheme-casino_new_member_50{
          background-image: url('../../bet20gamebettingsa/image/50-cash-back-hero.jpg');
      }
      .banner-bg-whitetheme-rebate_8{
          background-image: url('../../bet20gamebettingsa/image/horse-racing-rebates2.jpg');
      }
      .banner-bg-whitetheme-promos{
          background-image: url('../../bet20gamebettingsa/image/TC.jpg');
      }
      .banner-bg-whitetheme-Sports-superbowl{
          background-image: url('../../bet20gamebettingsa/image/super-bowl-hero-md.jpg');
      }
      .banner-bg-whitetheme-roadtoroses{
          background-image: url('https://www.busr.ag/img/kentuckyderby/2019_kd_hero03.jpg');
      }
      .banner-bg-whitetheme-bittcoinbonus{
          background-image: url('https://www.busr.ag/public/assets/images/promos/cash-bonus-10-hero.jpg');
      }
      .banner-bg-whitetheme-superbowlreload{
          background-image: url('https://www.busr.ag/public/assets/images/hero-sports-football-players.jpg');
      }
      .banner-bg-whitetheme-reloadbonus{
          background-image: url('https://www.busr.ag/public/assets/images/promos/sm_20percent-reload-bonus-hero.jpg');
      }
      .banner-bg-whitetheme-bjtournament{
          background-image: url('https://www.busr.ag/public/assets/images/sm_hero_casino.jpg');
      }
      .banner-bg-whitetheme-blackjacktournament{
          background-image: url('https://www.busr.ag/public/assets/images/promos/blackjack-tournament-hero.jpg');
      }
      .banner-bg-whitetheme-promobreeders{
          background-image: url('https://www.busr.ag/public/assets/images/promos/sm_breeders-cup-promos.jpg');
      }   
      .banner-bg-whitetheme-faqhelp{
          background-image: url('https://www.busr.ag/public/assets/images/Help.jpg');
      }           
  }
  
  @media (min-width: 768px) {
     .section-banner-bg {
          height: 410px !important;
      }
     /* .banner-bg-whitetheme {
          background-image: url('/assets/images/hero.jpg');
      } */
       .section-banner-bg {
         width: 100%;
      }
      .banner-bg-whitetheme {
          background-image: url('../../bet20gamebettingsa/image/hero_3.jpg');
      }   
      .banner-bg-whitetheme-hero3 {
          background-image: url('../../bet20gamebettingsa/image/hero_3.jpg');
      }
      .banner-bg-whitetheme-Belmont {
          background-image: url('https://www.busr.ag/public/assets/images/Belmont.jpg');
      }
      .banner-bg-whitetheme-racetracks {
          background-image: url('https://www.busr.ag/public/assets/images/lg_racetracks.jpg');
      }
      .banner-bg-whitetheme-Preakness {
          background-image: url('https://www.busr.ag/public/assets/images/Preakness.jpg');
      }
      .banner-bg-whitetheme-PWC {
          background-image: url('https://www.busr.ag/img/pegasus/pegasus-world-cup-hero.jpg');
      }
      .banner-bg-whitetheme-Sports {
          background-image: url('https://www.busr.ag/public/assets/images/hero-sports-football-players.jpg');
      }
      .banner-bg-whitetheme-aboutus {
          background-image: url('https://www.busr.ag/public/assets/images/about.jpg');
      }
      .banner-bg-whitetheme-Breeder {
          background-image: url('https://www.busr.ag/public/assets/images/Breeder.jpg');
      }
      .banner-bg-whitetheme-ContactUs {
          background-image: url('https://www.busr.ag/public/assets/images/ContactUs.jpg');
      }
      .banner-bg-whitetheme-dubai {
          background-image: url('../../bet20gamebettingsa/image/dubai_hero05.jpg');
      }
      .banner-bg-whitetheme-horse_racing {
          background-image: url('https://www.busr.ag/public/assets/images/horse-racing.jpg');
      }
      .banner-bg-whitetheme-KentuckyDerby {
          background-image: url('https://www.busr.ag/public/assets/images/KentuckyDerby.jpg');
      }
      .banner-bg-whitetheme-koaks {
          background-image: url('https://www.busr.ag/img/kentuckyderby/2019_kd_hero03.jpg');
      }
      .banner-bg-whitetheme-saudi {
          background-image: url('https://www.busr.ag/public/assets/images/saudi_cup_hero.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_50{
          background-image: url('../../bet20gamebettingsa/image/50-sports-bonus-lg.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_150{
          background-image: url('../../bet20gamebettingsa/image/cash-bonus-150-hero.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_10{
          background-image: url('../../bet20gamebettingsa/image/cash-bonus-10-hero.jpg');
      }
      .banner-bg-whitetheme-sport_new_member_100{
          background-image: url('../../bet20gamebettingsa/image/100-casino-bonus-lg.jpg');
      }
      .banner-bg-whitetheme-casino_new_member_50{
          background-image: url('../../bet20gamebettingsa/image/50-cash-back-hero.jpg');
      }
      .banner-bg-whitetheme-rebate_8{
          background-image: url('../../bet20gamebettingsa/image/horse-racing-rebates2.jpg');
      }
      .banner-bg-whitetheme-promos{
          background-image: url('../../bet20gamebettingsa/image/TC.jpg');
      }
      .banner-bg-whitetheme-Sports-superbowl{
          background-image: url('../../bet20gamebettingsa/image/super-bowl-hero-lg.jpg');
      }
      .banner-bg-whitetheme-roadtoroses{
          background-image: url('https://www.busr.ag/img/kentuckyderby/2019_kd_hero03.jpg');
      }
      .banner-bg-whitetheme-bittcoinbonus{
          background-image: url('https://www.busr.ag/public/assets/images/promos/cash-bonus-10-hero.jpg');
      }
      .banner-bg-whitetheme-superbowlreload{
          background-image: url('https://www.busr.ag/public/assets/images/hero-sports-football-players.jpg');
      }
      .banner-bg-whitetheme-reloadbonus{
          background-image: url('https://www.busr.ag/public/assets/images/promos/Lg_20percent-reload-bonus-hero.jpg');
      }
      .banner-bg-whitetheme-bjtournament{
          background-image: url('https://www.busr.ag/public/assets/images/hero-casino.jpg');
      }
      .banner-bg-whitetheme-blackjacktournament{
          background-image: url('https://www.busr.ag/public/assets/images/promos/blackjack-tournament-hero.jpg');
      }
      .banner-bg-whitetheme-promobreeders{
          background-image: url('https://www.busr.ag/public/assets/images/promos/Lg_breeders-cup-promos.jpg');
      }
      .banner-bg-whitetheme-faqhelp{
          background-image: url('https://www.busr.ag/public/assets/images/Help.jpg');
      }       
  }
  
  @media (min-width: 1440px) {
      .section-banner-bg {
          height: 630px !important;
      }
  }
  
  @media (min-width: 1920px) {
      
  }
  
  
  .section-banner-bg .banner-bg {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
  }
  
  .service-item .service-item-icon {
      margin: 0 auto 16px;
  }
  
  .section-service .service-item-title {
      margin-top: 16px;
  }
  
  .service-item .service-item-icon img {
      width: 50%;
      margin-top: 49px;
  }
  
  
  /*TEMPLATE CONTAINER WITHOUT COVER*/
  
  article.container.without-cover {
      padding-top: 150px;
      padding-bottom: 50px;
  }
  
  .slick-slider div {
      transition: none;
  }
  
  /* NAV LOGGED */
  .navbar-logged a.dropdown-toggle {
      color: #0A1F8F;
      display: flex;
  }
  
  .navbar-logged a.dropdown-toggle .icon-font {
      font-size: 32px;
  }
  
  .navbar-logged a.dropdown-toggle > div {
      display: flex;
      flex-direction: column;
      font-size: 14px;
      line-height: 18px;
      justify-content: center;
  }
  
  /* LOGO TEXT */
  .logo-text,
  div.content a[href="/"] {
      font-style: italic;
      font-weight: bold;
      font-size: 16px;
      color: #0a1f8f;
  }
  
  /* ENTRY CONTENT UL LI */
  .entry-content ul li {
      padding: 8px 0;
  }
  
  .entry-content ul {
      list-style: none;
      padding: 10px 20px;
  }
  
  ul.section-as-seen-as-logos {
      list-style: none;
  }
  
  /* LearnMore */
  .section-feature .btn-learnmore {
      color: #135A78;
      font-family: "Archivo", sans-serif;
      font-weight: 700;
      white-space: nowrap;
      width: 90px;
  }
  /* LearnMore */
  .section-feature .feature-item-bottom-hover,
  .slider-feature .feature-item-bottom-hover {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      border-radius: 0 0 16px 16px;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 15px;
      position: absolute;
      width: 100%;
  }
  /* Play Now */
  .swiper-wrapper .slider-item .slider-wrapper .slider-item-description .btn {
      font-size: 1.2rem; 
      min-height: 40px;
      min-width: 140px;
      padding: 0;
  }
  .section-slider .slider-item-description{
      align-items: center;
  }
  
  /*REMOVE EFFECT*/
  .section-feature .feature-item-content:hover .text-overlap,
  .section-feature .feature-item-content:hover .help-txt,
  .slider-feature .feature-item-content:hover .text-overlap,
  .slider-feature .feature-item-content:hover .help-txt {
      display: none;
  }
  
  .section-feature .feature-item-content:hover .feature-item-bottom,
  .slider-feature .feature-item-content:hover .feature-item-bottom {
      background-color: #ffffff;
  }
  
  .section-feature .feature-item-content:hover .feature-item-bottom-title,
  .slider-feature .feature-item-content:hover .feature-item-bottom-title {
      font-size: 18px;
  }
  
  .section-feature .feature-item-content:hover .feature-item-bottom-link,
  .slider-feature .feature-item-content:hover .feature-item-bottom-link {
      display: inherit;
  }
  
  .section-feature .feature-item-bottom-link-hover {
    display: none;
  }
  
  .section-feature .feature-item:hover .feature-item-bottom-hover-btn,
  .slider-feature .feature-item:hover .feature-item-bottom-hover-btn {
      width: 150px;
  }
  
  .section-feature .feature-item:hover .feature-item-bottom-hover,
  .slider-feature .feature-item:hover .feature-item-bottom-hover {
      background-color: #ffffff;
  }
  
  .section-feature .feature-item:hover .feature-item-bottom-hover-txt {
      font-size: 16px;
  }
  
  /*2020-03-26 Restore the original style  */
  /* footer .footer-menu h4 {
      color: #135A78;
  }
  
  footer .footer-menu li a {
      color: #ffffff;
  } */
  
  /*2020 03 23*/
  .section-service {
      display: none;
  }
  
  .swiper-button-next, .swiper-button-prev {
      background-color: rgba(255, 255, 255, 0.5);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 32px;
      width: 48px;
      height: 48px;
      z-index: 999;
  }
  
  .swiper-button-next {
      background-image: url(../../bet20gamebettingsa/image/icon-next.svg);
  }
  
  .swiper-button-prev {
      background-image: url(../../bet20gamebettingsa/image/icon-prev.svg);
  }
  
  .swiper-button-next::after, .swiper-button-prev::after {
      content: '';
  }
  
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: 0px;
      right: auto;
  }
  
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: 0px;
      left: auto;
  }
  
  /*FAQ ACCORDION*/
  .wpsm_panel-group .wpsm_panel-heading{
      padding:0px !important;
  }
  .wpsm_panel-group .wpsm_panel-title {
      margin:0px !important; 
      text-transform:none !important;
      line-height: 1 !important;
  }
  .wpsm_panel-group .wpsm_panel-title a{
      text-decoration:none;
      overflow:hidden;
      display:block;
      padding:0px;
      font-size: 14px !important;
      font-family: sans-serif !important;
      color:#0a1f8f !important;
      border-bottom:0px !important;
  }
  
  .wpsm_panel-group .wpsm_panel-title a:focus {
  outline: 0px !important;
  }
  
  .wpsm_panel-group .wpsm_panel-title a:hover, .wpsm_panel-group .wpsm_panel-title a:focus {
      color:#0a1f8f !important;
  }
  .wpsm_panel-group .acc-a{
      color: #0a1f8f !important;
      background-color:#ffffff !important;
      border-color: #ddd;
  }
  .wpsm_panel-group .wpsm_panel-default > .wpsm_panel-heading{
      color: #0a1f8f !important;
      background-color: #ffffff !important;
      border-color: #ffffff !important;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
  }
  .wpsm_panel-group .wpsm_panel-default {
          border:1px solid transparent !important;
      }
  .wpsm_panel-group {
      margin-bottom: 20px;
      overflow: hidden;
      float: none;
      width: 100%;
      display: block;
  }
  .wpsm_panel-group .ac_title_class{
      display: block;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .wpsm_panel-group  .wpsm_panel {
      overflow:hidden;
      -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
      box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
              border-radius: 0px;
      }
  .wpsm_panel-group  .wpsm_panel + .wpsm_panel {
          margin-top: 5px;
      }
  .wpsm_panel-group  .wpsm_panel-body{
      background-color:#f1f1f1 !important;
      color:#0a1f8f !important;
      border-top-color: #ffffff !important;
      font-size:18px !important;
      font-family: sans-serif !important;
      overflow: hidden;
          border: 2px solid transparent !important;
      }
  
  .wpsm_panel-group .ac_open_cl_icon{
      background-color:#ffffff !important;
      color: #0a1f8f !important;
      float:right !important;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      line-height: 1.0 !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      display: inline-block !important;
  }
  
  .wpsm_panel-group .wpsm_panel-heading {
      /*background-image: url(http://devx.busr.ag/wp-content/plugins/responsive-accordion-and-collapse/img/style-soft.png);*/
      background-position: 0 0;
      background-repeat: repeat-x;
  }
  .wpsm_panel-group .ac_open_cl_icon{
      /*background-image: url(http://devx.busr.ag/wp-content/plugins/responsive-accordion-and-collapse/img/style-soft.png);*/
      background-position: 0 0;
      background-repeat: repeat-x;
  }
  
  .wpsm_panel-group .wpsm_panel-title {font-family: "Open Sans", sans-serif !important;}
  .wpsm_panel-group .wpsm_panel-body {font-family: "Open Sans", sans-serif !important;}
  
  /*FAQ SEARCH AUTOCOMPLETE*/
  ul.typeahead.dropdown-menu {
      list-style: none;
      padding: 8px 0;
  }
  ul.typeahead.dropdown-menu li {
      padding: 0;
  }
  
  /*page join b*/
  .page-join-b .container-fluid {
      /*height: 182px;*/
      overflow: hidden;
  }
  .page-join-b .info {
      margin: 0 0 20px;
      text-align: left;
      float: left;
      width: 33.3333333333%;
  }
  .page-join-b .info_icon {
      background: transparent url(../../bet20gamebettingsa/image/signup-info.png) 0 0 no-repeat;
      display: block;
      height: 66px;
      margin: 0 auto 20px;
      width: 66px;
  }
  .page-join-b .info_icon.protected {
      background-position: -86px -1px;
  }
  .page-join-b .info_icon.agree {
      background-position: -172px 0;
  }
  .page-join-b .info p {
      color: #000000;
      font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      text-align: center;
      display: block;
  }
  @media (min-width: 768px) {
      .page-join-b .info p {
          display: block;
      }
  }
  @media (max-width: 414px) {
      .page-join-b .container-fluid {
          height: 300px;
      }
      .page-join-b .info p {
          line-height: 21px;
          padding: 0 2px;
      }
  }
  @media (max-width: 767px) {
      .page-join-b .container-fluid {
          height: 300px;
      }
      .page-join-b .info p {
          line-height: 21px;
          padding: 0 2px;
      }
       .footer-menu {
       justify-content: flex-start !important;
       margin: 0;
       width: 100%;
      }
  }
  
  /*fix safari 13.1*/
  .has-float-label label::after, .has-float-label>span::after {
      height: 1em;
      top: 0;
  }
  
  .section-slider .slider-item-description{
      padding: 11.5px 12px;
      align-items: center;
  }
  
  @media only screen and (max-width: 575px) {
      .navbar .navbar-brand {
          left: 52px;
      }
  }
  
  /* Edit Form Signup 2020-04-05 */
  @media only screen and (max-width: 767px) {
      .form-join-b .form-check {
          margin-bottom: 0 !important;
      }
  
      .form-join-b .form-check-input {
          margin-top: 8px;
      }
      .form-join-b .has-float-label,
      .form-join-b .form-group {
          margin-bottom: 20px;
      }
      .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(1), .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(2) {
          padding-right: 4px;
      }
      .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(2), .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(3) {
          padding-left: 4px;
      }
  
      .join-area form .btn.btn-blue {
          margin-top: 16px;
      }
  
      .newsletter .form-check:nth-child(2) .form-check-label {
          line-height: 24px;
      }
  }
  
  @media (min-width: 768px) {
      .form-join-b .form-check {
          margin-bottom: 0 !important;
      }
      .form-join-b .form-control {
          height: 56px;
      }
      .form-join-b .form-check-input {
          margin-top: 8px;
      }
      .form-join-b .has-float-label,
      .form-join-b .form-group {
          margin-bottom: 21px;
      }
      .form-join-b .row:nth-child(1) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(2) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(1), .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(6) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(8) div[class^="col-"]:nth-child(1) {
          padding-right: 7px;
      }
      .form-join-b .row:nth-child(1) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(2) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(2), .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(3),
      .form-join-b .row:nth-child(6) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(8) div[class^="col-"]:nth-child(2) {
          padding-left: 7px;
      }
      .join-area form .btn.btn-blue {
          margin-bottom: 0;
      }
  }
  
  @media (min-width: 1440px) {
      .page-join-b .cover {
          height: 898px;
      }
      .join-area {
          height: 846px;
          margin-top: -798px;
      }
      .form-join-b .has-float-label,
      .form-join-b .form-group {
          margin-bottom: 18px;
      }
      .form-join-b .row:nth-child(1) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(2) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(3) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(1), .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(6) div[class^="col-"]:nth-child(1),
      .form-join-b .row:nth-child(8) div[class^="col-"]:nth-child(1) {
          padding-right: 7.5px;
      }
      .form-join-b .row:nth-child(1) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(2) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(3) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(2), .form-join-b .row:nth-child(5) div[class^="col-"]:nth-child(3),
      .form-join-b .row:nth-child(6) div[class^="col-"]:nth-child(2),
      .form-join-b .row:nth-child(8) div[class^="col-"]:nth-child(2) {
          padding-left: 7.5px;
      }
      .page-join-b h2 {
          font-size: 50px;
          margin-top: 300px;
      }
      .join-area h4 {
          font-weight: 800;
          font-size: 20px;
          text-align: center;
      }
  }
  
  @media only screen and (max-width: 575px) {
      .navbar .navbar-brand img {
          height: 27px;
      }
  }
  
  @media only screen and (max-width: 320px) {
      .navbar .navbar-brand {
          left: 46px;
      }
      .navbar .navbar-brand img {
          height: 24px;
      }
  }
  
  /* add show password button */
  .join-area form.form-join-b .btn.btn-red {
      margin-bottom: 16px;
  }
  .form-join-b .form-check-label {
      font-size: 14px;
  }
  .form-join-b .btn-show-password,
  .newJoinModal .btn-show-password {
      width: 55px !important;
      height: 56px !important;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 15px;
      border: 1px solid #0a208f;
      box-shadow: none;
      background: transparent;
      border-radius: 4px !important;
  }
  .form-join-b .row:nth-child(2) div[class^="col-"]:nth-child(1) label.form-group ,
  .newJoinModal .row:nth-child(2) div[class^="col-"]:nth-child(1) label.form-group{
      width: calc(100% - 70px);
      float: left;
  }
  @media (min-width: 768px) and (max-width: 1440px) {
      .form-join-b .btn-show-password,
      .newJoinModal .btn-show-password {
          width: 56px !important;
          margin-left: 14px;
      }
  }
  /* end show password button*/
  
  /* fix footer link wrapper */
  footer .footer-menu li {
        display: block;
      padding: 2px 0;
  }
  footer .footer-menu li a {
      display: inline;
  }
  
  /* contact support */
  @media only screen and (max-width: 767px) {
      .section-main-topics .block-items-content {
          height: 170px;
      }
  }
  
  /* new join modal */
  .newJoinModal img.logo-blue , #accountExistingModal img.logo-blue{
      height: 28px;
      margin-top: 8px;
  }
  .newJoinModal .modal-body {
      padding-bottom: 24px;
  }
  .stepwizard-step p {
      margin-top: 0px;
      color: #666;
  }
  
  .stepwizard-row {
      display: table-row;
  }
  
  .stepwizard {
      display: table;
      width: 100%;
      position: relative;
      padding: 0 24px;
      width: calc(100% - 88px);
      margin: 8px auto;
      margin-top: 16px;
  }
  
  .stepwizard-step button[disabled] {
      opacity: 1 !important;
      filter: alpha(opacity=100) !important;
  }
  
  .stepwizard .btn.disabled,
  .stepwizard .btn[disabled],
  .stepwizard fieldset[disabled] .btn {
      opacity: 1 !important;
      color: #bbb;
  }
  
  .stepwizard-row:before {
      top: 19px;
      bottom: 0;
      position: absolute;
      content: " ";
      width: calc(100% - 48px);
      height: 1px;
      background-color: #ccc;
      z-index: 0;
  }
  
  .stepwizard-step {
      display: table-cell;
      text-align: center;
      position: relative;
  }
  
  .newJoinModal .btn-circle {
      width: 40px !important;
      height: 40px;
      text-align: center;
      padding: 0;
      font-size: 16px !important;
      line-height: 40px !important;
      border-radius: 50% !important;
      -webkit-box-shadow: 0 0 6px 0 #abacac;
      box-shadow: 0 0 6px 0 #abacac;
      background-color: #fff;
      border: none;
      color: #abacac;
  }
  .newJoinModal .btn-success {
      background-color: #43bd36;
      color: #fff !important;
  }
  
  .newJoinModal .panel-title {
      font-size: 16px;
      margin: 8px 0 16px 0;
  }
  .stepwizard-row.setup-panel {
  
  }
  
  /* .newJoinModal .has-float-label .form-control:placeholder-shown:not(:focus)+* {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      color: #0a1f8f;
      top: 20px;
  }
  
  .newJoinModal .has-float-label label, 
  .newJoinModal .has-float-label>span {
      top: 6px;
      font-size: 10px;
  } */
  label.label-dateofbirth {
      font-size: 14px;
      line-height: 14px;
  }
  .newJoinModal .panel-heading {
      margin-left: -8px;
      margin-right: -8px;
  }
  .newJoinModal .has-float-label {
      margin-bottom: 24px;
  }
  .newJoinModal .btn-link {
      box-shadow: none;
      color: #135A78;
      font-size: 16px;
  }
  .newJoinModal .stepwizard-step-wrapper {
      width: 48px;
      background: #fff;
  }
  .newJoinModal .stepwizard-step:nth-child(2) .stepwizard-step-wrapper {
      margin: 0 45px;
      width: 56px;
  }
  .mobile-phone-group span.flag-icon.flag-icon-us {
      position: absolute;
      top: 19px;
      left: 22px;
  }
  .mobile-phone-group .has-float-label .form-control:placeholder-shown:not(:focus)+* {
      left: 44px;
  }
  .mobile-phone-group input { 
      padding-left: 44px;
  }
  .password-group span.iconjoin-lock {
      position: absolute;
      top: 14px;
      left: 20px;
      font-size: 24px;
      color: #949496;
  }
  .password-group .has-float-label .form-control:placeholder-shown:not(:focus)+* {
      left: 44px;
  }
  .password-group input { 
      padding-left: 44px;
      padding-right: 44px;
  }
  .password-group span.show-password {
      position: absolute;
      top: 14px;
      right: 20px;
      font-size: 24px;
      color: #949496;
      cursor: pointer;
  }
  .userid-group span.iconjoin-user {
      position: absolute;
      top: 14px;
      left: 20px;
      font-size: 24px;
      color: #949496;
  }
  .userid-group .has-float-label .form-control:placeholder-shown:not(:focus)+* {
      left: 44px;
  }
  .userid-group input { 
      padding-left: 44px;
  }
  button.btn.btn-primary.nextBtn.pull-right {
      width: 102.98px;
  }
  .newJoinModal span.iconjoin-check {
      line-height: 36px;
      font-size: 21px;
      color: #43bd36;
  }
  .newJoinModal .btn-success span.iconjoin-check {
      color: #fff;
  }
  
  /*password hint*/
  .validation-hints {
      background: #fff;
      border: 1px solid #bebfc0;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #292a2e;
      font-size: 13px;
      line-height: 19px;
      margin: 0;
      padding: 11px;
      margin-top: 60px;
      margin-bottom: 24px;
      position: absolute;
      z-index: 1000;
  }
  .validation-hints ul {
      margin-bottom: 0;
      margin-top: 8px;
      padding: 0px;
  }
  .validation-hints ul li {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 19px;
      margin-bottom: 4px;
      padding: 0px;
  }
  .validation-hints ul li .iconjoin-error,
  .validation-hints ul li .iconjoin-check {
      top: 3px;
      position: relative;
      margin-right: 3px;
      color: #1284e0;
  }
  .validation-hints ul li .iconjoin-check {
      color: #2db343;
  }
  .validation-hints ul li .iconjoin-error.red {
      color: #ff3b30;
  }
  @media (max-width: 768px) {
      .join-area .validation-hints {
          width: calc(100% - 32px);
      }
  }
  
  @media (min-width: 769px) {
      .join-area .validation-hints {
          width: calc(100% - 23px);
      }
  }
  
  /*.newJoinModal nextBtn btn-blue*/
  .newJoinModal .nextBtn,
  .newJoinModal .btn-blue,
  #forgotPasswordModal .btn-next {
      background-color: #9b9b9b;
      border-color: #9b9b9b;
      color: #ffffff;
  }
  .newJoinModal .nextBtn.active,
  .newJoinModal .btn-blue.active,
  #forgotPasswordModal .btn-next.active {
      background-color: #68b94d !important;
      border-color: #68b94d !important;
      color: #ffffff;
  }
  
  /*Promo Page - Slider*/
  .promo-card-back {
      flex-direction: column;
      padding: 15px;
      background-color: #0a2090;
      color: #fff;
      padding-bottom: 0px;
  }
  .promo-card-back .description {
      max-height: 141px !important;
      font-size: 16px;
      line-height: 24px;
  }
  .promo-card-back .row {
      height: 76px;
  }
  .promo-card-back .row .col-5 {
      padding-right: 4px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .promo-card-back .row .col-5 span {
      font-size: 11px;
  }
  .promo-card-back .row .col-5 span a {
      color: #24cfff;
  }
  .promo-card-back .row .col-5 span a:focus {
      outline: none;
  }
  .promo-card-back .col-7 {
      align-items: center;
      display: flex;
      justify-content: flex-end;
  }
  .promo-card-back .feature-item-bottom-click.btn.btn-secondary {
      padding-left: 11px;
      padding-right: 11px;
  }
  #modal_terms-and-conditions ul {
      margin-left: 20px;
  }
  #modal_terms-and-conditions ul li {
      list-style: circle;
      margin-bottom: 12px;
  }
  span.bonuses-modal-title.d-flex {
      background-color: #ccc;
      margin: -16px -16px 8px -16px;
      padding: 8px 16px;
  }
  .promo-card-back .feature-item-bottom-click,
  .promo-card .feature-item-bottom-click {
      text-transform: capitalize;
  }
  
  /*divider*/
  .modal .modal-footer {
      border-top: 2px solid #0a2589;
  }
  
  /*ADS*/
  @media (max-width: 1439px) {
      .col-before-ads {
          max-width: 100% !important;
      }
      .col-ads {
          max-width: 100% !important;
      }
  }
  
  /* button link - join */
  a.btn-red.btn-join {
      height: 40px;
      font-size: 20px;
      line-height: 29px;
  }
  
  /*tmp*/
  body {
      background-color: #fff;
  }
  
  /*Custom Slider*/
  @media (min-width: 769px) {
      .section-feature .feature-head-wrapper {
          max-width: 414px;
      }
      .section-feature .feature-head-desc, .slider-feature .feature-head-desc {
          max-height: 148px;
      }
  }
  
  /*custom checkbox*/
  #login-form .custom-control-label::after {
      top: 7px !important;
  }
  #login-form .custom-control {
      margin-left: 8px !important;
  }
  
  .promo-card-back .description-wrapper {
      min-height: 175px;
      max-height: 175px;
      overflow: hidden;
  }
  
  /*ADS*/
  .ads-wrapper {
      margin-bottom: 24px;
  }
  
  .ads-wrapper p:last-child {
      margin-bottom: 0;
  }
  
  /*Custom Slider*/
  .swiper-slide .btn.link-button {
      background: transparent;
      border: none;
      box-shadow: none;
      color: #1d9dd6;
      text-transform: none;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      font-size: 18px;
      line-height: 1.47;
  }
  .section-feature-content.with-link-button .feature-item-bottom-hover-txt {
      max-width: 190px;
  }
  .section-feature .feature-item-bottom-hover, 
  .slider-feature .feature-item-bottom-hover {
      display: flex !important;
      justify-content: flex-end !important;
  }
  .section-feature .feature-item-content, .slider-feature .feature-item-content {
      min-width: 340px;
      min-height: 266px;
  }
  @media only screen and (max-width: 575px) {
      .section-feature .feature-item-content, .slider-feature .feature-item-content {
          min-width: 302px;
      }
  }
  @media (min-width: 769px) {
      .section-feature .feature-nav-item::after, .slider-feature .feature-nav-item::after {
          top: 31px;
      }
  }
  
  /*fix small screen container*/
  @media only screen and (max-width: 320px) {
      .container {
          /*max-width: 300px;*/
      }
  }
  @media (min-width: 321px) and (max-width: 414px) {
      .container {
          /*max-width: 320px;*/
      }
  }
  @media (min-width: 415px) and (max-width: 575px) {
      .container {
          /*max-width: 414px;*/
      }
  }
  @media only screen and (max-width: 575px) {
      .container {
          max-width: 98%;
      }
      .table {
          width: 100% !important;
      }
      
  }
  
  /*fix scrollbar when modal is opened*/
  .modal-open {
      overflow-y: overlay !important;
  }
  
  /*custom conteiner width in .post-inner.thin*/
  .post-inner.thin .entry-content > .container {
      width: 1024px;
  }
  
  /*big button in content*/
  .container-btn-large {
      text-align: center;
  }
  
  .container-btn-large .btn {
      margin: 60px auto;
  }
  
  .newJoinModal .panel-heading {
      background-color: transparent;
      color: #0a1f8f !important;
  }
  .newJoinModal .panel-heading:hover {
      background-color: transparent;
      color: #0a1f8f !important;
  }
  
  .iti__flag-container {
      width: 100%;
  }
  .iti__selected-flag {
      width: 48px;
  }
  .iti__country-list {
      width: 100%;
      z-index: 99 !important;
      list-style: none !important;
      overflow-x: hidden;
  }
  /*holder*/
  .section-banner-bg{
      background-position: center;
      background-size: cover;
      flex-shrink: 0;
      position: relative;
      transition-property: transform;
  }
  .swipper-items{
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
  }
  
  .grecaptcha-badge { opacity:0;}

  @media (max-width:768px){.section-banner .swipper-items .info{bottom:40px;transform:translateY(0);height:auto}}@media (max-width:414px){.headline h1,.headline h2,.headline h3,.headline h4{font-size:24px!important}.headline{margin-bottom:20px}}figure.is-type-video{text-align: center;}.section-heading-description {max-width: 100%;}
  
  @media only screen and (max-width: 575px) {}
  
  @media (min-width: 576px) {}
  
  @media (min-width: 1440px) {}
  



/*HERO*/
/* .section-banner .swipper-items .info {
    bottom: calc(50% - 70px) !important;
}
@media (max-width:767px) {
    .section-banner .swipper-items .info {
        bottom: inherit !important;
        transform: translateY(calc(-100% + -40px));
    }
} */

/*HERO*/


/*HAMBURGER MENU*/
.sub-header.onscroll #subnavbarCollapse {
    /*display: none !important;*/
}
.sub-header.onscroll #subnavbarCollapse.show {
    display: block !important;
}
.sub-header .second-menu {
    display: flex !important;
    align-items: flex-start;
}
.sub-header.onscroll .second-menu {
    display: none !important;
}
.sub-header .hamburger-menu {
    display: none !important;
}
.hamburger-menu nav.nav-list {
    flex-direction: column;
}
.hamburger-menu .odds-time-format {
    display: flex !important;
    flex-direction: row;
    padding-left: 0;
}
.hamburger-menu .odds-time-format__dropdown-format-btn {
    font-size: 14px;
    line-height: 18px;
}
.hamburger-menu .odds-time-format__dropdown-format-btn .js-format-value small {
    font-size: 12px;
}
.hamburger-menu .odds-time-format .odds-time-format__dropdown-format:first-child {
    margin-right: 30px;
}
#subnavbarCollapse .nav-link {
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 24px;
    padding-left: 32px;
}
#subnavbarCollapse .nav-link:hover {
    background-color: #135A78;
}
#subnavbarCollapse .side-menu-list__title:hover {
    background-color: transparent;
}
@media (max-width:767px) {
    section.sub-header {
        z-index: 1041;
    }
    .sub-header #subnavbarCollapse {
        overflow: hidden;
        overflow-y: auto;
        padding: 6px 0 52px 0;
        border-top: 1px solid #ffffff;
    }
    .nav-list__list {
        border-top: none;
    }
    .sub-header.onscroll #subnavbarCollapse.show {
        display: block !important;
        z-index: 1041 !important;
    }
    .sub-header .second-menu {
        display: none !important;
    }
    .sub-header .hamburger-menu {
        display: flex !important;
        padding-left: 0 !important;
    }

    .sub-header-right-side > div {
        display: flex !important;
        flex-direction: revert;
        width: 100%;
        justify-content: center;
    }
    .odds-time-format > .dropdown {
        flex: 0.5;
        justify-content: center;
    }
    .odds-time-format > .dropdown .dropdown-menu {
        left: calc(50% - 5rem);
    }
    .sub-header-right-side .help-center {
        display: none !important;
    }

    .hamburger-menu a.nav-link.text-uppercase.font-weight-bold {
        color: #ffffff;
        text-transform: none !important;
        text-align: left;
    }
    .hamburger-menu .side-menu-list__title {
        color: #ffffff !important;
        border-top: 1px solid #fff;
        margin-top: 11px;
        padding-left: 8px !important;
        font-size: 12px !important;
    }
}


/*HAMBURGER MENU*/


.odds-time-format__dropdown-format-btn:hover .js-format-value {
    color: #ffffff;
}


.block-search {
    padding-top: 198px;
}

@media (min-width: 1440px) {
    .join-area {
        margin-top: -737px;
    }
}




/*Sportsbook menu*/
.main-header__featured-top-menu,
.main-header__sub-container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
	width: 100%
}

.main-header__featured-top-menu {
	background: #f6f4f5;
	min-height: 50px
}

.main-header__mega-menu {
	background: #0a1f8f;
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
	width: 100%;
	height: 0;
	z-index: 109;
	display: none;
	transform-origin: top;
	transition: height .5s ease
}

.main-header__mega-menu.open-menu {
	position: fixed;
	display: flex;
	height: calc(100% - 75px);
	overflow: auto;
	top: 75px
}

@media screen and (min-width:768px) {
	.main-header__mega-menu.open-menu {
		position: absolute;
		height: 400px;
		top: 0
	}
}

.main-header__logo__img {
	max-width: 114px;
	max-width: 80px
}

@media screen and (min-width:768px) {
	.main-header__logo__img {
		max-width: 116px
	}
}

@media screen and (min-width:1280px) {
	.main-header__logo__img {
		max-width: 100%
	}
}

@media screen and (min-width:1280px) {
	.featured-nav-list {
		padding-left: 0
	}
}

.featured-nav-list__list {
	padding: 1rem 0;
	height: 100%;
	max-width: 100%;
	width: auto;
	cursor: pointer;
	display: flex;
	list-style: none;
	margin: 0;
	overflow: auto;
	white-space: nowrap;
	webkit-overflow-scrolling: touch;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-overflow-style: none
}

@media screen and (min-width:1024px) {
	.featured-nav-list__list.active {
		cursor: grabbing;
		cursor: -webkit-grabbing
	}
	.featured-nav-list__list::-webkit-scrollbar-track {
		background-color: #17191a
	}
	.featured-nav-list__list::-webkit-scrollbar {
		width: 5px;
		height: 5px;
		background-color: #f5f5f5
	}
	.featured-nav-list__list::-webkit-scrollbar-thumb {
		border-radius: 8px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #f6f4f5
	}
}

.featured-nav-list__item {
	float: none;
	padding: 0 8px
}

@media screen and (min-width:1280px) {
	.featured-nav-list__item {
		padding: 0 16px
	}
}

.featured-nav-list__item.current-menu-item a {
	color: #0a1f8f
}

.featured-nav-list__item:last-of-type {
	border-right: none
}

.featured-nav-list__item__link {
	display: flex;
	align-items: center;
	height: 100%;
	color: #231f20;
	font: normal 600 normal 13px/18px Open Sans, sans-serif;
	text-decoration: none;
	text-align: center;
	position: relative
}

.featured-nav-list__item__link.active,
.featured-nav-list__item__link:hover {
	color: #0a1f8f
}

@media screen and (min-width:1280px) {
	.featured-nav-list__item__link {
		font: normal 600 normal calc(.4rem + .5vw)/19px Open Sans, sans-serif
	}
}

.featured-nav-list__open-mega-menu {
	background: #0a1f8f;
	border: none;
	height: 32px;
	width: 32px;
	margin-left: 5px;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	font-size: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
	color: #fff
}

@media not all and (min-resolution:0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.featured-nav-list__open-mega-menu {
			height:40px
		}
	}
}

.featured-nav-list__open-mega-menu:active,
.featured-nav-list__open-mega-menu:focus {
	outline: none
}

.featured-nav-list__open-mega-menu.open {
	background: #0a1f8f;
	color: #434444
}

@media screen and (min-width:768px) {
	.featured-nav-list__open-mega-menu {
		margin-left: 20px
	}
}

@media screen and (min-width:1280px) {
	.featured-nav-list__open-mega-menu {
		padding: 8px 15px;
		height: 40px;
		width: 40px;
		margin-left: 33px;
		font-size: 23px
	}
}

.featured-nav-list__open-mega-menu:before {
	display: flex;
	justify-content: center;
	align-items: center
}

.close-menu-mobile {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 22px;
	border: none;
	background: none;
	z-index: 109;
	padding: 5px 10px
}

.close-menu-mobile:active,
.close-menu-mobile:focus {
	outline: none;
	box-shadow: none
}

.mega-featured-nav-list {
	padding-top: 20px;
	padding-bottom: 20px
}

@media screen and (min-width:1600px) {
	.mega-featured-nav-list {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.mega-featured-nav-list__list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}

@media screen and (min-width:768px) {
	.mega-featured-nav-list__list {
		border-right: 1px solid #908e8f
	}
}

.mega-featured-nav-list__title {
	padding-bottom: 12px;
	font: normal 600 normal 14px/18px Open Sans, sans-serif;
	border-bottom: 1px solid #fcfcf9
}

@media screen and (min-width:768px) {
	.mega-featured-nav-list__title {
		border-bottom: none
	}
}

@media screen and (min-width:1280px) {
	.mega-featured-nav-list__title {
		padding-bottom: 24px;
		font: normal 600 normal calc(.1em + 1vw)/14px Open Sans, sans-serif
	}
}

.mega-featured-nav-list__item {
	padding-bottom: 8px
}

.mega-featured-nav-list__item:last-of-type {
	padding-bottom: 0
}

.mega-featured-nav-list__item__link {
	font: normal 600 normal 12px/15px Open Sans, sans-serif
}

@media screen and (min-width:1280px) {
	.mega-featured-nav-list__item__link {
		font: normal 600 normal 16px/14px Open Sans, sans-serif
	}
}

.mega-nav-list {
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	padding-top: 20px;
	padding-bottom: 20px
}

@media screen and (min-width:768px) {
	.mega-nav-list {
		height: inherit
	}
}

@media screen and (min-width:1600px) {
	.mega-nav-list {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.mega-nav-list__list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}

@media screen and (min-width:768px) {
	.mega-nav-list__list {
		margin: 0 40px 0 0;
		width: auto
	}
}

@media screen and (min-width:1280px) {
	.mega-nav-list__list {
		margin: 0 80px 0 0
	}
}

.mega-nav-list__title {
	padding-bottom: 8px;
	font: normal 600 normal 14px/18px Open Sans, sans-serif;
	border-bottom: 1px solid #fcfcf9
}

@media screen and (min-width:768px) {
	.mega-nav-list__title {
		border-bottom: none
	}
}

@media screen and (min-width:1280px) {
	.mega-nav-list__title {
		font: normal 600 normal calc(.1em + 1vw)/14px Open Sans, sans-serif
	}
}

.mega-nav-list__item {
	padding-bottom: 8px
}

.mega-nav-list__item:last-of-type {
	padding-bottom: 0;
	margin-bottom: 15px
}

@media screen and (min-width:1280px) {
	.mega-nav-list__item:last-of-type {
		margin-bottom: 32px
	}
}

.mega-nav-list__item__link {
	font: normal 600 normal 12px/15px Open Sans, sans-serif
}

@media screen and (min-width:1280px) {
	.mega-nav-list__item__link {
		font: normal 600 normal 16px/14px Open Sans, sans-serif
	}
}
/*End - Sportsbook menu*/


/*BETSLIP*/
.bet-slip {
    background: #ffffff !important;
}
.bet-slip__main-content__bet-details {
    background: #ffffff !important;
}
.bet-slip__main-content__bet-details__cta .place-bet-btn.disabled {
    background: #908e8f !important;
}
.bet-slip__main-content__bet-details__cta .place-bet-btn {
    background: #e1251b !important;
}
/*End - BETSLIP*/

/*NEWS*/
.latest-news {
    display: none !important;
}
/*End - NEWS*/

/*Fix sportsbook left menu*/
@media screen and (min-width: 768px) {
    #sportsMenu_Featured_Odds .featured-lines-menu .sports-menu-title {
        background: #fff;
    }

    #sportsMenu_Featured_Odds .featured-lines-menu .sports-menu-title i {
        color: #231f20;
    }

    #sportsMenu_Featured_Odds .featured-lines-menu .sports-menu-title a, 
    #sportsMenu_Featured_Odds .featured-lines-menu .sports-menu-title a:focus, 
    #sportsMenu_Featured_Odds .featured-lines-menu .sports-menu-title a:hover {
        color: #231f20;
    }
}

#sportsMenu_Betting_Lines .left-menu-group.desktop-parent-group {
    margin-bottom: 1rem!important;
}
/*End - Fix sportsbook left menu*/

/*Hero Banner*/
@media (max-width: 1439px) and (min-width: 768px) {
    .section-banner-bg .info {
        transform: translateY(0%) !important;
        bottom: 40px !important;
    }

    .section-banner-bg .info .container {
        max-width: calc(100% - 60px);
    }
}
@media (max-width:1279px) and (min-width:768px) {
    .section-banner .swipper-items h1.banner-title,
    .section-banner .swipper-items h2.banner-title {
        font-size: 3rem !important;
    }
    .section-banner .swipper-items .banner-title {
    max-width: 53% !important;
}
}
/*End - Hero Banner*/


/*Page (without-cover) padding-top */
article.without-cover .post-inner {
    padding-top: 16px !important;
}
@media (max-width:991px) and (min-width:768px) {
    .section-banner .swipper-items h2.banner-title {
        font-size: 2rem !important;
    }
}

/*End - Page (without-cover) padding-top */

/*Fix CSS Bet Slip ipad*/
@media (max-width:1439px) and (min-width:992px) {
    .sportsbook-container .main-lines-content {
        max-width: 50% !important;
    }
    .sportsbook-container .layout-sidebar-right {
        width: 25% !important;
    }
}
/*End - Fix CSS Bet Slip ipad pro*/


@media (max-width:768px) and (min-width:479px) {
       .section-banner .swipper-items h2.banner-title {
        font-size: 2rem !important;
    }
}
/***************************************************************************************/
/*custom__whitetheme.css*/
body {
	color: #0a1f8f;
	font-size: 18px;
}

#login_error_msg {
	width: 80%;
	text-align: center;
	margin-left: 10%;
}

.service-3 {
	padding: 10px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.service-3 {
		float: left;
		width: 30%;
		margin-right: 2%;
	}
}

.service_figure {
	margin: 0 0 10px;
}

figure {
	display: block;
}

.service_img {
	height: auto;
	width: 100%;
}

.services {
	display: block;
	width: 100%;
	float: left;
}

.service-3:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.card-large {
		height: 468px;
		padding: 0;
	}
	.card-large_heading {
		font-size: 43px;
	}
	.card-large_btn {
		font-size: 20px;
		padding: 14px 25px;
	}
}

.card-large {
	background-color: #003158;
	text-align: center;
	padding: 100px 0;
}

.card-large .container {
	height: 100%;
}

.block-center {
	display: table;
	height: 100%;
	width: 100%;
}

.block-center .block-center_content {
	display: table-cell;
	vertical-align: middle;
}

.card-large_heading {
	color: #fff;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.card-large_btn {
	background-color: #e2001a;
	background-image: -webkit-linear-gradient(top, #e2001a, #991a1e);
	background-image: linear-gradient(to bottom, #e2001a, #991a1e);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 900;
	margin: 0 auto;
	outline: none;
	padding: 13px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.service_title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.7;
	margin: 0 0 30px;
}


/* old theme */

.headline h1,
.headline h2,
.headline h3,
.headline h4 {
	color: #0a1f8f;
	margin: 0 0 0px 0;
	padding-bottom: 4px;
	/*  display: inline-block; */
	border-bottom: 3px solid #e1241a;
	font-style: normal;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
}

.headline h1 {
	font-size: 2.375rem;
	/* text-transform: uppercase; */
}

.table-responsive .table caption {
	caption-side: top;
}

.table-bordered>tbody>tr th {
	background: /* #f4f4f4 #1571BA !important; */
	#0a1f8f !important;
	border: /* 1px solid #ccc; */
	1px solid #0a1f8f !important;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	color: #fff !important;
	text-align: center;
}

.table-bordered>thead>tr th {
	background: /* #f4f4f4#1571BA !important; */
	#0a1f8f !important;
	border: /* 1px solid #ccc; */
	1px solid #0a1f8f !important;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	color: #fff !important;
	text-align: center;
}

#sortTable.table-bordered>thead>tr th {
	background: #091f8e !important;
}

.data>tbody>tr td {
	text-align: center;
}

.table-bordered>tbody>tr th:first-child {
	border-left: 0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	/* background-color: #f9f9f9;*/
	background-color: #ffffff;
}

.headline~.content {
	margin-top: 32px;
}

.content {
	/*margin-bottom: 56px;*/
}

/* Hung 23-12-04 */
/* .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #0a1f8f;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 30px;
} */
/* Hung 23-12-04 */

.content h2 {
	text-transform: uppercase;
}

.content p {
	color: #0a1f8f;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.42857143;
	margin: 0 0 20px;
}

.content p.buttoncls {
	text-align: center;
	margin-top: 10px;
}

.table {
	margin: 0 auto;
	width: 80%;
}

.table caption {
	background: #0a1f8f;
	border: 1px solid #0a1f8f !important;
	color: #fff;
	font-weight: 500;
	text-align: center;
	border-bottom: 0 !important;
	padding: 10px !important;
	caption-side: top !important;
	font-size: 15px;
}

@media (min-width: 480px) {
	.table caption {
		font-size: 20px;
	}
}

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

.table>thead {
	font-weight: bold;
}

.table tr th {
	color: #0a1f8f;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.table tr td {
	color: #0a1f8f;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.table-bordered {
	border: /*1px solid #ddd;*/
	1px solid #0a1f8f;
}

.table>thead>tr>th,
.table>tfoot>tr>th,
.table>tbody>tr>th {
	/* color: #1672bd;*/
	color: #0a1f8f;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td {
	white-space: inherit;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(even) {
	/*background-color: #f9f9f9;*/
	background-color: #ffffff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #0a1f8f;
}

tbody tr:nth-child(odd),
tbody tr:nth-child(even) {
	/* background-color: #f9f9f9; */
	background-color: #ffffff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px;
}

.table>tfoot>tr>td {
	background-color: #ffffff;
	text-align: center;
}

.table-responsive>.table-bordered {
	border: 1px solid #0a1f8f;
}


/* ===========================

 *    Tools/Helpers

 *       =========================== */

.quickLinks li {
	display: inline;
}


/* upcoming design

 */

.racesList {
	margin-left: 10%;
	width: 80%;
	background-color: #0a1f8f;
	padding: 7px 10px 4px;
	border: 2px #1635db;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
}

#cburMenuTrack {
	text-align: left;
	width: 50%;
	height: 32px;
	display: table-cell;
}

#cburMenuTrack img {
	width: 18px;
	height: 18px;
	margin-left: 5px;
	margin-right: 5px;
}

#cburMenuRace {
	text-align: center;
	width: 32%;
	display: table-cell;
}

#cburMenuMTP {
	text-align: center;
	width: 18%;
	display: table-cell;
}

.error404-content {
	margin: 200px auto;
	max-width: 1356px;
}

.text-error {
	color: red;
	position: relative;
	display: block;
	font-size: 12px;
	margin-top: -21px;
	line-height: 1.5;
	float: left;
	padding-bottom: 15px;
}

.error {
	border-color: red;
}

.success {
	border-color: green;
}

.service-item .service-item-icon img {
	max-width: 100%;
	padding: 25%;
	margin-top: 0;
	width: auto;
}

/* Hung 23-12-04 */
/* .content h2,
h2.section-heading-title,
.container .content h2 {
	font-size: 3.75rem;
} */
/* Hung 23-12-04 */

/* .container p {
	font-size: 18px;
	line-height: 30px;
} */
p {
	font-size: 18px;
	line-height: 30px;
} 
.post-862 .item-sale-blurb {
	display: none;
}

@media (max-width: 768px) {
	.content h2,
	h2.section-heading-title,
	.container .content h2 {
		font-size: 2.5rem;
	}
    h3.section-heading-title {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
	.content h2,
	h2.section-heading-title,
	.container .content h2 {
		font-size: 2rem;
	}
}

.clearfix {
	clear: both !important;
}

.feature-item-content .nav-item-img-fit-content {
	height: 192px;
}

.form-control.success {
	box-shadow: 0px 0px 0px 3px #59cb8f;
	border-radius: 3px;
	position: relative;
}

.form-control.error {
	box-shadow: 0px 0px 0px 3px #fc4a4a;
	border-radius: 3px;
	position: relative;
}

.form-control.success input {
	border-color: transparent;
}

.form-control.error input,
.form-control.error select {
	border-color: transparent;
}

.form-control.success:after {
	background: transparent url(../../bet20gamebettingsa/image/icon-error.png) 100% 0 no-repeat;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 16px;
	width: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: 13px;
	margin-top: -8px;
}

.form-control.error:after {
	background: transparent url(../../bet20gamebettingsa/image/icon-error.png) 0 0 no-repeat;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 16px;
	width: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: 13px;
	margin-top: -8px;
}

@media (min-width: 768px) {
	.navbar .navbar-nav>li.nav-item.dropdown>.link-wrapper>a:after {
		display: none;
	}
}

.section-as-seen-as {
	padding: 68px 0;
}

.section-as-seen-as-description {
	margin-bottom: 16px;
}

ul.section-as-seen-as-logos {
	padding: 0;
}

.section-as-seen-as-logos li {
	max-width: 124px;
	padding: 0 !important;
}

.section-as-seen-as-logos li img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.section-as-seen-as-title {
		font-size: 2.5rem;
	}
}

@media (max-width: 480px) {
	.section-as-seen-as {
		padding: 40px 0;
	}
	.section-as-seen-as-title {
		font-size: 2rem;
	}
	.section-as-seen-as-description {
		margin-bottom: 40px;
	}
	.section-as-seen-as-logos li {
		margin: 0 8px 16px;
		max-width: 103px;
	}
}


/*Remove text-transform in the menu*/

.navbar .link-wrapper>a.nav-link {
	text-transform: none !important;
}

ul.navbar-nav a.dropdown-item {
	text-transform: none !important;
}

footer {
	line-height: 22px;
}

footer .footer-menu li a {
	color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    /*margin-bottom: 0.5rem;*/
    font-weight: 500;
    line-height: 25px;
}

footer .footer-menu .col-md-12:nth-child(2) li a {
	font-weight: normal;
}

footer .footer-menu .col-md-12 li a {
	font-weight: normal;
}

/*footer .copyright{
	width: 80%;
	margin: 0 auto;
}*/

.modal h5 {
	text-transform: none !important;
}

.custom-control-label::before {
	top: 0.43rem !important;
}

.eye {
	padding: 15px;
}

.eye-slash {
	padding: 15px;
}

.eyes {
	position: absolute;
	top: 19px;
	right: 30px;
}

.eye-slashs {
	position: absolute;
	top: 19px;
	right: 30px;
}

.on {
	cursor: pointer;
	display: inline;
}

.off {
	display: none;
}

.has-float-label .iti {
	display: block;
}

.toggle-description {
	padding: 20px 10px;
	text-align: justify;
}

.btn-gray-70 {
	background-color: #9b9b9b;
	border-color: #9b9b9b;
	cursor: not-allowed;
	color: white;
}

form.is-invalid button[type="submit"] {
	background-color: #9b9b9b;
	border-color: #9b9b9b;
	cursor: not-allowed;
	pointer-events: none;
}

form.is-valid button[type="submit"] {
	background-color: #7cb65b !important;
	border-color: lightgreen !important;
	color: white;
	cursor: pointer;
}

.is-valid-no-icon {
	border-color: #28a745;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right -1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid-no-icon:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

@media (max-width: 480px) {
	.section-slider .slider-item {
		width: 100% !important;
	}
	.section-slider .slider-item img {
		width: 100%;
        height: auto;
	}
	.section-slider .slider-item .slider-wrapper {
		max-width: none;
	}
}

@media (min-width: 769px) {
	.section-feature .feature-head::before,
	.slider-feature .feature-head::before {
		width: 150%;
	}
}

.logout-notify {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.logout-notify h3 {
	font-size: 30px;
}

.section-feature .feature-item-content, .slider-feature .feature-item-content{
	min-width: 300px;
}

.section-ultimate-callout .align-items-center{
	-webkit-box-align: flex-end !important;
	-ms-flex-align: flex-end !important;
	align-items: flex-end !important;
}

.section-ultimate-callout + p:empty {
	display: none;
}

@media (max-width: 768px){
	.section-heading-title {
		font-size: 22px;
	}
}

@media (max-width: 438px) {
	.promo-card .feature-item-bottom-click{
		padding: 3px 13px;
	}
}

@media (min-width: 1150px) and (max-width: 1159px){
	.promo-card .feature-item-bottom-click{
		padding: 3px 17px;
	}
}

@media (min-width: 1800px){
	.promo-card .feature-item-bottom-click{
		padding: 3px 13px;
	}
}

/*hero content position bottom - mobile*/
@media (max-width: 575px) {
	.section-banner .slick-slider .info {
	    bottom: 61px;
	    -webkit-transform: translateY(0%);
	    transform: translateY(0%);
	}
}

.modal .modal-footer{
	background-color: #0a1f8f;
}

.modal .modal-footer h5{
	color: #FFFFFF;
}

.d-flex .btn-blue{
	background: #1635db;
}
.text-footer{
	color: white;
    text-align: center;
}
.accountExistingaccount{
	font-weight:bold;
}
.text-footer .footer-phone-button{
	color: white;
}


.iti__country-list--dropup {
    z-index: 99;
}

.section-banner .swipper-items .banner-title,.section-banner .swipper-items h4 {
    text-shadow: 2px 3px 5px rgba(0,0,0,.5)
}

@media only screen and (max-width: 575px) {
	#post-9 .section-banner .swipper-items .info,
	#post-5726 .section-banner .swipper-items .info,
	#post-6459 .section-banner .swipper-items .info {
	    bottom: 40px;
	    transform: translateY(0%);
	    height: auto;
	}
	.section-banner .swipper-items h1,
    .section-banner .swipper-items h2 {
	    line-height: 40px;
	}
}

/*align center error msg - signup modal*/
span#joinModal_error {
    padding: 24px 0px 0px 0px;
    margin: 0 !important;
    width: 100%;
    display: block;
    text-align: center;
}

.blue-border {
    border: 1px solid #0a1f8f;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    height: 202px;
    position: absolute;
    width: 100%;
}

.entry-content img.size-full {
    width: 100% !important;
    height: auto !important;
}
.btn[disabled="disabled"],
.btn:disabled {
	background-color: #9b9b9b !important;
    border-color: #9b9b9b !important;
    color: #fff !important;
    cursor: not-allowed !important;
}
.btn[disabled="disabled"] span.spinner-border,
.btn:disabled span.spinner-border {
    top: -5px;
    position: relative;
}

.entry-content p:empty {
	margin: 0;
}

div#no-more-tables + small {
    display: block;
    text-align: center;
}

footer.footer .footer-social i.fa {
    padding: 0 !important;
    font-size: 40px !important;
}

.stepwizard .stepwizard-step-wrapper > a {
	pointer-events: none;
}

.section-feature-content.with-link-button .feature-item-bottom-hover-txt {
	/*max-width: 260px;*/
	max-width: 100%;
}

@media (max-width: 768px) {
	.section-banner .swipper-items .info {
		bottom: 40px;
		transform: translateY(0%);
		height: auto;
	}
}

@media (min-width: 769px) {
	.section-feature .feature-head-desc, .slider-feature .feature-head-desc {
		max-height: 180px;
	}

	.section-feature .feature-head-desc, .slider-feature .feature-head-desc {
		-webkit-line-clamp: 6;
	}
}

.footer-social .list-inline-item:not(:last-child) {
    /* margin-right: 24px;
    float: left; */
}

/* tmp https://app.clickup.com/t/t9c0h8 */
 @media (max-width: 575px) {
	/*.navbar .link-wrapper>a.nav-link {
		font-size: 10px!important;
		padding: 0 5px!important;
	}*/

/*    li.nav-item.dropdown.active {
    position: unset;
}*/
.dropdown:hover>.dropdown-menu {
    /* left: -100px; */
}
li.nav-item.dropdown.active .dropdown-menu li a {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
}
} 

.footer-menu {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.row.footer-menu div {
    padding-left: 1.5%;
    padding-right: 1.5%;
    /* border-right: solid 1px #fff; */
}
.row.footer-menu div:last-child {
    border: none;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    /* justify-content: space-evenly !important; */
    justify-content: center !important;
}
#post-2602 .swiper-container-fade .swiper-slide {
    max-height: 380px;
}

/*PIN Feature*/
.pin-group {
    position: relative;
}
.pin-group .btn-tooltip {
    border: none;
    box-shadow: none;
    width: 40px !important;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
}
#joinPage .pin-group .btn-tooltip {
    top: 8px;
}
.pin-group .icon-info {
    font-weight: 400;
    color: #212529;
}
/*End - PIN Feature*/

/*Heading Paragraph New*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
}
html { font-size: 18px; }
h1 { font-size: 3rem; }
h2 { font-size: 2.8rem; }
h3 { font-size: 2.5rem; }
h4 { font-size: 2rem; }
h5 { font-size: 1.5rem; }
h6 { font-size: 1rem; }
p { font-size: 1rem; }
p.bigger { font-size: 1.5rem; }
p.pheading{ font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 700; }
p.h1 { font-size: 3rem; line-height:3.2rem; }
p.h2 { font-size: 2.8rem; line-height:: 3rem; }
p.h3 { font-size: 2.5rem; line-height:2.6rem; }
p.h4 { font-size: 2rem; line-height:2.1rem; }
p.h5 { font-size: 1.5rem; line-height:1.6rem; }
p.h6 { font-size: 1rem;  }
#ez-toc-container.ez-toc-light-blue ul li a {
    color: #fff;
}
#ez-toc-container.ez-toc-light-blue {
    background: #0A1E8F;
    border-radius: 6px;
    margin-top: 10px;
}
h1.block-title {
    text-transform: uppercase;
    border-bottom: 2px solid #040404;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 40px;
    line-height: 150%;
    display: inline-block;
}

h1.casino-title {
    text-transform: uppercase;
    /* border-bottom: 2px solid #040404; */
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 25px;
    line-height: 150%;
    display: inline-block;
    color: #0a1f8f;
}

@media only screen and (max-width: 600px) { 
     .container h2,h3 { 
             font-size: 2rem !important; 
        }
 }