.hide{display: none}
.bg-image {
    background-image: url(../images/background.jpeg);
    height: 100%;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{color:white}
.logo:hover{text-decoration: none}
.header-text {
/*    margin-top: 27px;*/
}
.px-2 {
    letter-spacing: 8px;
}
.px-1 {
    letter-spacing: 5px;
}
.display-1 {
    font-family: initial;
    font-weight: 800;
    line-height: 0.9;
}
.display-2 {
    font-family: initial;
    font-weight: 800;
    line-height: 0.9;
}
.panel-body .col-sm-6,
.panel-bodys .col-md-6 {
    padding-right: 6px;
    padding-left: 6px;
}
.panel-bodys .col-md-12 {
    padding-right: 6px;
    padding-left: 6px;
}
.panel-bodys {
    background-color: #000;
    position: relative;
    width: 100%;
    padding: 15px;
}
.day,
.month,
.year {
    max-width: 29.333%;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    float: left;
    margin: 0 5px 9px;
}
.btn-info {
    color: #fff;
    background-color: #f9d73f;
    border-color: #f9d73f;
    border-radius: 1.25rem;
    margin-top: 14px;
}
a:hover {
    color: #f9d73f;
}
.btn-info:hover {
    color: #fff;
    background-color: #cca808;
    border-color: #cca808;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
@media only screen and (max-width: 767px) {
    .display-1 {
        font-size: 3rem;
        line-height: 0.9;
    }
}
@media only screen and (max-width: 998px) and (min-width: 768px) {
    .display-1 {
        font-size: 3rem;
        line-height: 0.9;
    }
    .first-div {
        max-width: 100%;
        flex: none;
    }
    .second-div {
        max-width: 100%;
        flex: none;
    }
}
@media (min-width: 992px) {
    .topnav {
        display: none;
    }
}
footer ul {
    list-style: outside none none;
    margin-bottom: 0;
}
.other_links li {
    color: #fff;
    float: left;
    padding: 0 4px;
}
#base_footer {
    padding: 15px 0;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.nav-link {
    color: #fff;
}
.footer-link {
    color: #fff;
}
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    width: 100%;
	min-height: 48px;
}
.topnav #myLinks {
    display: none;
}
.topnav a {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
.topnav a.icon {
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.topnav a:hover {
    background-color: #ddd;
    color: #000;
}
.active {
    background-color: #191a19;
    color: #fff;
}
.dropbtn {
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #000;
}
.footer-1 {
    padding: 30px 15px 30px;
}
.more {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.more li,
.more li a {
    color: #131313;
    font-family: myriad-set-pro;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-decoration: none !important;
}
.more ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.img-responsives{
width: 100%;
}

@media only screen and (max-width: 767px) {
    .img-responsives{width: 117px;;} .tabbbbbb{margin-top: 100px;} .footerclass .col-md-4{text-align: center; margin: 20px 0px}
    .footerclass .textwidget{text-align: center;}footer ul{text-align: center; margin-left: 10%;}
     footer ul{text-align: center; margin-left: 10%;}
}
@media only screen and (max-width: 998px) and (min-width: 768px) {
    .img-responsives{width: 117px;;}
    .tabbbbbb{margin-top: 100px;}
    .footerclass .col-md-4{text-align: center; margin: 20px 0px}
    .footerclass .textwidget{text-align: center;}
    footer ul{text-align: center; margin-left: 10%;}
}

.game__play-btn {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    white-space: nowrap;
}
.button--secondary {
    background-color: #fff;
    opacity: .8;
    color: #000;
}
.button--small {
    font-size: 1.4rem;
    padding: 15px 25px;
}
.game__image{
	width:100%
}
.game__thumbnail:hover .game__play-btn {
    display: block;
}
.button--secondary:hover {
    background-color: #ffc107;
    color: #000;
    opacity: 1;
}
.game__play-btn {
    top: 32%;
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    white-space: nowrap;
	font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
	font-size: 1.4rem;
    padding: 15px 25px;
}
.game__thumbnail:hover .not_demo {
    opacity: .4;
}
.game__thumbnail .game__image {
    margin: 15px 0 0;
    height: 169px;
}
.game__title{
	color:black;
}

.dropdown-menu-lg-right{border-radius: 4px !important;}
#deposit-button-header:hover{background: none !important}

/* new css start */
.balancebox {
    background-color: #fff;
    padding: 7px 10px 7px 19px;
    border-radius: 50px 0 0 50px;
}
.balancebox, .c-form__link {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 300;
}

.depositbtn {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 400;
    background-color: #f3bb1a;
    color: #000;
    padding: 7px 19px 7px 10px;
    border-radius: 0 50px 50px 0;
    margin-right: 8px;
}
.balancebox, .depositbtn {
    float: left;
    margin-top: 5px;
}
.cashier_deposit{padding:0px!important;}
.-footer-container .c-footer-menu-title {
    font-family: Roboto Condensed,sans-serif;
    font-size: 25px;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 4px;
}
.c-footer-menu-title {
    font-weight: 500;
}
.c-footer-menu a, h2, h3 {
    color: #fff;
	font-size: 15px;
}
.c-footer-menu-item-list-inner {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.c-footer-menu a:hover {
    text-decoration: none;
}
.lined-logo-container {
    margin-top: 90px;
}
.footer-container .linedevider {
    border-bottom: 1px solid #fff;
    margin-bottom: 27px;
}
.lined-logo {
    margin-top: -28px;
    height: 63px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.lined-logo, .c-footer-wrapper {
    background-color: #140202;
}
.footer-container .c-copyright-text {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    margin: 0 0 4px;
}
.c-footer-menu{
	margin-top: 20px;
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
#navbarResponsive{display: none !important;}
}
@media only screen and (max-width: 768px){
.link_align{text-align:center;}
	
}

/* change css */

/*
.bg-image{
	background-image: url("../images/background.jpeg") ;
	height: 100%; min-height: 1035px; 
	background-position: initial;
	background-repeat: no-repeat;
	background-size: cover;
}*/
.header-text{
	/* margin-right: 15px;margin-left: 15px; */
	padding-top: 27px
}
.trustfactorsbg {
    max-width: 750px;
    margin-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.active{
background-color: #04182B;
}
.topnav{background-color: #04182B;}

/* new css end */

#header .navbar-nav{float: right !important}
#result_wrapper{width: 100%}
.main-container-bg{
	margin-top:100px;
	background-color: #010d19;
	color: white !important;
}
 .l-section-about-us h1, .l-section-contact-form h1, .l-section-privacy-policy h1, .l-section-responsible-gaming h1, .l-section-terms-and-conditions h1 {
    font-family: Roboto Condensed,sans-serif!important;
    font-size: 2rem!important;
    color: #f3bb1a!important;
    font-weight: 700!important;
    text-align: left!important;
    line-height: 1.5em!important;
}
.contact-box {
    padding: 20px;
    border-radius: 20px;
}
.button-solid {
    min-width: 225px;
    background-color: #f3bb1a;
    border: none;
    outline: none!important;
    padding: 8px 28px 0;
    color: #000!important;
    border-radius: 12px;
}
#contactUsLiveChat {
    box-shadow: none;
    top: 0;
    position: relative;
    display: block;
    min-width: 200px;
    padding: 1rem;
    font-size: 14px;
    height: 3rem;
    margin: auto 55px;
    width: 68px;
    text-align: center;
    min-height: 40px;
    text-decoration: none!important;
}
.l-section-banking li, .l-section-banking p, .l-section-contact-form li, .l-section-contact-form p, .l-section-privacy-policy li, .l-section-privacy-policy p, .l-section-responsible-gaming li, .l-section-responsible-gaming p, .l-section-terms-and-conditions li, .l-section-terms-and-conditions p{margin: 0 0 10px;
    /* font-family: Roboto Condensed,sans-serif!important; */
    /* font-size: 1rem!important; */
    /* color: #d4d4d4!important; */
    text-align: left!important;
    line-height: 1.5em!important;
    width: 100%;}
.c-games-info-list__game-box {
    padding: 20px;
}
.c-games-info-list, .c-games-info-list * {
    position: relative;
}
.c-games-info-list__game-fig {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 190px;
}
figure {
    margin: 0 0 1rem;
}
.c-games-info-list__game-img {
    display: block;
    max-height: 150px;
    float: left;
    margin-right: 10px;
}
.c-games-info-list__more-link, .c-games-info-list__play-link {
    display: block;
    margin: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #f3bb1a;
    color: #282828!important;
    max-width: 250px;
    text-align: center;
    float: right;
}
.c-games-info-list__game-caption h2 {
    color: #282828;
	font-weight: 900;
}
.c-games-info-list__excerpt{color: #282828;}
.l-section--news-list .c-news-list__article {
    position: relative;
    padding: 10px;
    display: flex;
    margin-bottom: 0!important;
}
.l-section--news-list .c-news-list__article-inner {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    flex: 1;
}
.l-section--news-list .c-news-list__article-title {
    color: #282828!important;
    padding: 10px 20px;
}
.l-section--news-list .c-news-list__article-excerpt {
    padding: 0 20px 10px;
    margin-bottom: 25px;
}
.l-section--news-list .c-news-list__article-link {
    position: absolute;
    display: block;
    background-color: #f3bb1a;
    color: #282828!important;
    padding: 10px 20px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-align: center;
}
.l-section--news-list .c-news-list__article-inner {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    flex: 1;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.l-section--news .c-slider-news {
    
    width: 100%;
    max-width: 600px;
    overflow: visible;
}
.c-promo__info {
    padding: 0;
    
}
.-lineargradientbg {
    background: linear-gradient(90deg,transparent 0,rgba(0,0,0,.65) 45%,rgba(0,0,0,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=1);
}
.-popoutilisiondiv {
    width: 100%;
    height: 4%;
    background-color: #010d19;
    position: absolute;
    right: 0;
}
.c-promo__description--full{ width: 100%;}
.c-promo__description--full p{color:#000}
.c-promo__title {
    color: #f8f8f8;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.c-promo__link {
    max-width: 250px;
    min-width: 200px;
}
.-promoreadmore, .c-promo__link {
    margin-left: auto;
    margin-right: auto;
}
.-button--solid {
    min-width: 225px;
    background-color: #f3bb1a;
    border: none;
    outline: none!important;
    padding: 8px 28px 8px;
    color: #000!important;
    border-radius: 12px;
}
.c-promo__text {
    color: #f8f8f8;
    margin-bottom: 1.5rem;
}
.c-promo__link {
    max-width: 250px;
    min-width: 200px;
}
.c-promo__description--full {
    border: 3px solid #deb04a;
    border-top: 0;
    color: #d4d4d4;
    padding: 35px 16px 40px;
    background-color: #e9e8e8;
    border-radius: 0 0 12px 12px;
    margin-left: 10px;
    margin-right: 10px;
}
.flex-column {
    flex-direction: column!important;
}
.-promoreadmore, .c-promo__link {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.-promoreadmore {
    text-align: left;
    max-width: 370px;
}
.-promo-closebtn {
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #000;
    border: 2px solid #deb04a;
    box-shadow: none;
    color: #fff!important;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 400;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%,50%);
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 0;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.c-promo__description--full h2{color: #221f20!important;}