/* ==========================================================
Header
=========================================================== */
body {
    max-width: 768px;
    margin: 0 auto;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00276c;
  z-index: 9999;
  text-align: center;
}
#cover img {
  margin-top: 60%;
}
.announcement {
    padding: 5px 0;
    background-color: #fff;
    color: #505050;
    font-size: 15px;
    text-align: left;
    position: relative;
    cursor: pointer;
    height: 47px;
    max-height: 47px;
}
.announcement .announcemessage {
    display: flex;
    align-items: center;
}
.announcement .texts {
    margin-left: 20px;
    font-size: 13px;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
}
.announcement .texts div._public_news {
    height: 25px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}
.announcement .texts p{
    margin-bottom: 0 !important;
}
.announcement .content {
    display: none;
    -webkit-transition: all 3ms ease-in-out;
    -moz-transition: all 3ms ease-in-out;
    -ms-transition: all 3ms ease-in-out;
    -o-transition: all 3ms ease-in-out;
    transition: all 3ms ease-in-out;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    z-index: 100;
    padding: 20px!important;
}
.menulist {
    background-color: #ddd;
    overflow: auto;
    margin-bottom: 20px;
    position: relative;

}
.menulist.custom-list{
    display: flex;
}
.menulist ul {
    padding: 0;
    margin: 0 !important;
    overflow: auto;
    min-width: 395px;
}
.menulist ul li {
    text-align: center;
   /* width: 50px;*/
    display: inline-block;
    margin: 0 20px 0 0;
}
.menulist ul li a {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    height: 55px;
    display: block;
    padding-top: 5px;
}
.menulist ul li a .a {
}
.menulist ul li a svg path {
    fill: #000!important;
}
.menulist ul li:first-child {
    margin-left: 10px;
}


/*added by jerry*/
.menulist ul li a.active{
    /*border-bottom: 3px solid #FAA41D !important;*/
    border-radius: 0;
    color: #FAA41D !important;
    padding-top: 5px !important;
    
}

.custom-list ul li a.active p{
    border-bottom: 3px solid #FAA41D !important;
    border-radius: 0;
    color: #FAA41D !important;
    padding-bottom: 5px;
    
}
.custom-list ul {
    padding: 0;
    margin: 0 auto !important;
    overflow: auto;
    width: 650px;
    height: 90px;
    min-width: 650px;
    overflow-y: hidden;
}

.img-resize {
    width: 56px;
}
.custom-list ul li {
    text-align: center;
    width: 50px;
    display: inline-block;
    margin: 0 22px 0 0;
}
.custom-list ul li:first-child p {
    width: 60px;
}
/*/added by jerry*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    padding: 0;
    background: transparent;
    color: inherit;
}

.nav-link{
    padding: 0;
    background: transparent;
    color: inherit;
}

.nav-link p{
    margin-bottom: 0;
}

.tab-content > .tab-pane{
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.vendorList ul li{
    margin: 0 0 20px 0 !important;
    text-align: center;
    cursor: pointer;
    width: 25%;
    float: left;
}

.vendorList ul#pills-fishing li{
        min-height: 92px;
    }

.vendorList ul li a img{
    width: 60px;
}

.vendorList ul li a p {
    margin: 0;
    font-size: .7rem;
}

/* ==========================================================
Navbar
=========================================================== */
.navbar {
    max-width: 100%;
    background-color: #00276c;
    padding: 0 10px;
    position: relative;
    z-index: 20;
    height: 60px;
    max-height: 60px;
}
.navbar .logo{
    position: relative;
    left: -40px;
    top: 0;
}
.navbar #menuToggle {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    z-index: 12;
    -webkit-user-select: none;
    user-select: none;
    top: 2px;
}
.navbar #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color .3s ease;
    font-size: .9rem;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    text-indent: 10px;
}
.navbar #menuToggle a:hover {
    color: tomato;
}
.navbar #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 22;
    -webkit-touch-callout: none;
}
.navbar #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 20;
    transform-origin: 2px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
}
.navbar #menuToggle:first-child {
    transform-origin: 0 0;
}
.navbar #menuToggle:nth-last-child(2) {
    transform-origin: 0 100%}
.navbar #menu {
    position: fixed;
    width: 80%;
    margin: 0;
    padding: 50px 10px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 15;
}
.navbar #menu:li {
    padding: 10px 0;
    font-size: 22px;
}
.navbar #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, -4px);
    background: #232323;
}
.navbar #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2);
}
.navbar #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
.navbar #menuToggle input:checked~ul {
    transform: none;
}
.navbar .rightIcons {

}
.navbar .rightIcons a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
.navbar .rightIcons a:first-child {
    margin-right: 20px;
}

.navbar-inner #_player_login_area{
    padding-top: 10px;
}


/* ==========================================================
Footer
=========================================================== */
.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00276c;
/*    background: linear-gradient(180deg, #003c82 0, #003c82 35%, #001e5a 100%);*/
    color: #fff;
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
.footer ul {
    padding: 0;
    margin-top: 1rem;
     margin:5px;
     display: flex;
     justify-content: space-around;
     white-space: nowrap;
}
.footer ul li {
    opacity: .6;
    display: inline-block;
    /* margin-right: 35px; */
}
.footer ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.footer ul li a img {
    height: 24px;
}
.footer ul li:last-child {
    margin-right: 0;
}
.footer ul li.active {
    opacity: 1;
}


/* ==========================================================
Navbar Inner Page
=========================================================== */
        .navbar-inner {
            color: #ffff;
            background-color: #00276c;
            text-align: center;
        }

        .navbar-inner a {
            color: #fff;
            text-decoration: none;
            -webkit-appearance: none;
        }

        .navbar-inner p {
            display: inline-block
        }

        .navbar-inner .vendor-name {
            font-size: 16px;
            margin: 0;
            font-weight: 600;
            padding-top: 20px;
        }

        .navbar-inner .login-reg-btn {
            float: right;
            font-size: 16px;
            margin-bottom: 0;
            padding-top: 8px;
        }

        .navbar-inner .back-btn {
            float: left;
            font-size: 16px;
            padding-top: 20px;
        }

        .navbar-inner .back-btn img {
            vertical-align: middle;
            margin-right: 5px;
            cursor: pointer
        }


/* ==========================================================
Slots
=========================================================== */
        .slot__page .navbar-inner .col-4 {
            padding-right: 0;
        }

        .slot__page .col-4:nth-of-type(2) {
            padding: 0;
        }
        
        .gameList {
            padding-top: 60px;
        }

        .gameList ul {
            list-style-type: none;
            padding: 10px 20px 20px 20px
        }

        .gameList ul li {
            display: inline-block;
            text-align: center;
            width: 291px;
            margin: 14px
        }

        .gameList ul li a {
            text-decoration: none;
            color: #505050
        }

        .gameList ul li a img {
            border-radius: 5px
        }

        .gameList ul li a p {
            margin: 0
        }

        .filters {
            background: #003c82;
            background: linear-gradient(180deg, #003c82 0, #003c82 35%, #001e5a 100%);
            padding: 13px 10px 15px 10px;
            color: #505050;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 1000;
            top: 60px;
        }

        .filters .slots-search-box {
            width: 400px;
            position: relative;
            display: inline-block
        }

        .filters .slots-search-box button {
            position: absolute;
            right: -20px;
            height: 100%;
            border: 0;
            border-radius: 0 5px 5px 0
        }

        .filters .slots-search-box .searchTXT {
            border-radius: 5px;
            border: 0;
            height: 29px;
            padding: 5px;
            width: 100%
        }

        .filters .slots-search-box .searchTXT:focus {
            border-radius: 5px
        }

        .filters .fav-filter {
            display: inline-block;
            width: 300px;
            float: right
        }

        .filters .fav-filter select {
            color: #505050;
            border-radius: 5px;
            border: 0;
            height: 29px;
            padding: 5px;
            width: 100%
        }

        .filters .fav-filter select:focus {
            border-radius: 5px
        }

        .filters .fav-filter select option {
            curser: pointer
        }

/* ==========================================================
Promotions
=========================================================== */
        
        .tab-link-wrapper {
            overflow: auto;
            margin-bottom: 20px;
            position: relative;
         /*   z-index: 1;*/
        }

        .promotion-wrapper {
                padding-bottom: 24%;
            }
            .promotion-wrapper ul {
                border-bottom: 1px solid rgba(255,255,255,.2);
                background-color: #fff;
                overflow: auto;
                min-width: 727px;
            }
            .promotion-wrapper ul li {
                text-align: center;
                margin: 8px 8px 0px 16px;
                display: flex;
                justify-content: center;
            }
            .promotion-wrapper ul li a {
                background-color: transparent !important;
                border-color: transparent !important;
                transition: .3s;
            }
            .promotion-wrapper ul li a.active,
            .promotion-wrapper ul li a:hover {
                border-bottom: 5px #faa41d solid !important;
                background-color: none !important;
            }

            
            .promotion-wrapper .tab-content {
                margin: 20px 0 0 0;
            }

            .tab-content .promotion-content {
                margin-bottom: 70px;
                padding: 0 15px 0 15px;
            }

            .tab-content .promotion-content img {
                width: 100%;
                border-radius: 5px
            }

            .tab-content .promotion-content .promotion-title {
                color: #505050;
                font-size: 24px;
                display: inline-block;
                font-weight: 700;
                margin: 0;
                padding-top: 15px;
            }

            .tab-content .promotion-content .promotion-details {
                color: #fff;
                padding: 5px 20px;
                background-color:;
                border-radius: 5px;
                font-size: 14px;
                text-decoration: none;
                display: inline-block;
               /* float: right;*/
                margin-top: 10px
                z-index:-10;
            }
            .promo-rules ul {
                display: block;
                margin: 0;
                padding: 0 0 0 15px;
                min-width: unset;
            }
            .promo-rules ul li {
                text-align: left;
                display: list-item;
            }
            .promo-rules ul p {
                font-weight: 600;
                padding: 20px 0 0 0;
            }
            .tabTitle{display: none;}
            @media only screen and (max-width:480px) {
                .tab-content .promotion-content .promotion-title {
                    font-size: 15px
                }
                .menulist ul li {
                    width: auto
                }
            }

            .fadeInUp {
              -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
              -webkit-animation-duration: 1s;
              animation-duration: 1s;
              -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
              }

            @-webkit-keyframes fadeInUp {
              0% {
              opacity: 0;
              -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
              }
              100% {
              opacity: 1;
              -webkit-transform: none;
              transform: none;
              }
              }
              @keyframes fadeInUp {
              0% {
              opacity: 0;
              -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
              }
              100% {
              opacity: 1;
              -webkit-transform: none;
              transform: none;
              }
              } 
              

/* ==========================================================
Login AND Logged
=========================================================== */

.login-menu-mobile{
    font-size: 14px;
}
div.ismobile.login-menu-mobile span.login-reg-wrapper {
    display: inline-block;
    padding: 0;
    margin-left: 2px;
}
div.ismobile.login-menu-mobile span.login-reg-wrapper a {
    display: block;
}
div.ismobile.login-menu-mobile a.live-chat-url {
    float: right;
    padding: 5px 8px;
}

.login-menu-mobile span.login-reg-wrapper {
    display: inline-block;
    padding: 10px 0;
}
.login-menu-mobile span.login-reg-wrapper a {
    display: block;
}
.login-menu-mobile a.live-chat-url {
    float: right;
    padding: 18px 8px 18px 0;
}
.login-menu-mobile a,.login-menu-mobile span{
    color:white;
    margin-right:1px;
}

.login-menu-mobile a:hover,.login-menu-mobile a:active{
color:#53a2ff;
margin-right:1px;
text-decoration:none !important;
}

.login-menu-logged{
font-size:13px;
width:120px;
}
.login-menu-logged a{
margin:1px;
    
}
.login-menu-logged a:active,.login-menu-logged a:hover{
color:#53a2ff;
text-decoration:none !important;
}

.username_custom_m a{
color:yellow;
letter-spacing:1px;
}

.balance_custom_m a ,.mail_custom_m a{
color:white;
border:1px solid white;
border-radius:20px;
padding:1px 4px;
margin-bottom:2px;
display:inline-block;
text-align:center;
width:90px;
}

.logout_custom_m a{
text-align:center;
border-radius:20px;
padding:1px 4px;
width:90px;
display:inline-block;
color:black;
transition: all 0.3s ease;
background:#0075ff;
}

.logout_custom_m  a:active,.logout_custom a:hover{
color:black !important;
background:#298afd;
}


              
/* ==========================================================
Download Page
=========================================================== */
.dl-wrapper{
  padding: 0;
}
.dl-wrapper .section{
  padding: 0;
  margin-bottom: 5px;
  overflow: hidden;
  background: #d8d8d8;
  width: 100%;
}
.dl-wrapper .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.dl-wrapper .row:after {
  content: "";
  display: table;
  clear: both;
}
.dl-wrapper .row .col {
  float: left;
  padding: 0 .75rem;
}
.dl-wrapper .row .col.s3 {
  width: 25%;
  margin-left: auto;
}
.dl-wrapper .row .col.s6 {
  width: 50%;
  margin-left: auto;
}
.dl-wrapper h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 .656rem 0;
}
.dl-wrapper img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
.logo-icon-bg {
  height: 86px;
  width: 86px;
  display: inline-block;
  margin: 27px 10px;
  text-align: center;
  line-height: 110px;
  border-radius: 25px;
  outline: none;
  background: #fff;
}
.logo-icon-bg img{
  height: 76px;
  vertical-align: top;
  padding-top: 10px;
}
.dl-name-provider {
  padding: 25px 0px 0 25px !important;
}
.dl-name-provider h5 {
  font-weight: 600;
}
.dl-name-provider img {
  display: inline-block;
  float: left;
  padding-right: 5px;
  width: 20px;
}
.dl-name-provider p {
  margin: 0;
  display: inline-block;
  font-size: 14px;
}
.dl-icon {
  text-align: center;
  padding-top: 30px !important;
}
.dl-icon img {
  display: inline-block;
}
.dl-icon p {
  color: #353535;
  font-size: 12px;
  margin: 0;
  line-height: 40px;
}
.bot__content p {
    padding: 0 0 10px 15px;
    font-size: 14px;
}


              

.promotionDetails {
 position: fixed;
/*   left: 0;
  right: 0;*/
  background-color: white;
  z-index: 500;
  border-radius: 5px;
  padding: 30px;
  display: none;
  overflow: auto;
    max-height: 600px;

    left: 0;
    right: 0;
    top: 40px;
    width: 100%;
    padding-bottom: 100px;
}
.block{
    display: block !important;
}
/*.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
  cursor: pointer;
}*/
.promotion-wrapper .disabled {
    border-bottom:   0px !important ;
    display: none;
}
.promotion-wrapper .disabled a{
    cursor:default; border-bottom: 0px !important ; opacity: 0.5;
        display: none;
}
.promotion-wrapper .disabled a:hover{
    border-bottom:   0px !important ;
}
.promotion-content p:first-child {
    color: #505050;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
   padding: 15px 0 15px 0;
}
.promotion-content:after {
    display: block;
    content: "";
    clear: both;
  }
.promotionDetailsContent h1{
    font-size: 24px;
    font-weight: bold;
}

 .promotionDesc a:nth-of-type(1){
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 10px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right:100px;
    margin-top: 10px;
  
}
 .promotionDesc a:nth-of-type(2){
    background: #FFB75E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right:10px;
    margin-top: 10px;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc a {
    color: rgb(255, 255, 255);
    margin-top: 30px;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 5px;
}


.bg-christmas{
    position: absolute;
    width: 100%;
    bottom: 59px;
    right: 0;
    left: 0;
    z-index: -1;
}

.nopad {
    padding: 0;
}
.logo img {
    width: 120px;
    margin-left: 35px;
}

/* @media only screen and (max-width:480px) {
        .footer ul li {
        margin-right: 24px;
    }
} */

@media only screen and (max-width:414px) {
    .gameList ul li {
        width: 155px;
        margin: 14px
    }
    .gameList ul li a img {
        width: 100%
    }
    .filters .slots-search-box {
        width: 160px
    }
    .filters .fav-filter {
        width: 195px
    }
    .navbar .logo {
        left: -67px;
    }
}

@media only screen and (max-width:375px) {
    .gameList ul li {
        width: 137px
    }
    .gameList ul li a img {
        width: 100%
    }
    .filters .fav-filter {
        width: 163px
    }
    .navbar .logo {
        left: -48px
    }
}
@media only screen and (max-width:360px) {
    .gameList ul li {
        width: 129px
    }
    .login-menu-logged{
        font-size:13px;
        width:100px;
    }
    /* .footer ul li {
        margin-right: 12px;
    } */
    .navbar .logo {
        left: -40px ;
    }
}

@media only screen and (max-width:320px) {
    div.ismobile.login-menu-mobile span.login-reg-wrapper a {
        font-size: 11px;
    }
    .gameList ul li {
        width: 109px
    }
    .gameList ul li a img {
        width: 100%
    }
    .filters .fav-filter {
        width: 111px
    }
    .navbar .logo {
        left: -10px ;
    }
    .logo img {
        margin-left: 0 !important;
    }
    /* .footer ul li {
        margin-right: 8px;
    } */
    .navbar .logo {
        left: -13px;
    }
    .vendorList ul li a p {
        font-size: 11px;
    }
}

.closed {
    text-align: right;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5em;
}
.closed img {
    position: relative;
    left: -12px;                    
} 

.pop-img {
    max-width: 84%;
}
.vendorList.tab-content.clearfix{
    padding-bottom: 60px;
}
/*new promotions layout*/
.panel {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fff;
    margin: 0 0 10px 0;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc1 a {
    color: rgb(255, 255, 255) !important;
    margin-top: 40px !important;
    text-decoration: none;
    padding: 8px 10px !important;
    border-radius: 5px;
}

.promotionDesc1 a:nth-of-type(2) {
    background-color: #ff7d00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 25px;
    margin-top: 7px !important;
}


.promotionDesc1 a:nth-of-type(1) {
    right: 85px !important;
}
.promotionDesc1 p {
    font-size: 14px !important;
}
.panel-body .promotionDetailsContent p {

}

.promotionDesc1 {
    margin: 10px 0 40px 0;
}
.promotionBox2 .promotionDesc1 {
    height: 80px;

}

.promotionBox2 .promotionDesc1 a {
    margin: 10px 0 0 0 !important;

}
.promotionDetailsContent {
    padding-top: 30px;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc1 .jump-text {
  color: rgb(250, 164, 29) !important;
  background-color: transparent !important;
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative !important;
  right: 0 !important;
  font-size: 1rem;
}
.daily-wins{
    display: none;
  }
.game-item.pragmaticplay .daily-wins{ 
    position: absolute;
    top: 0px;
    left: 50px;
    width: 50px;
    display: none;
  /*display: block;*/ 
}
#carouselOnly a img {
    width: 100%;
    height: auto;
}

#notification-bar{
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    background-color: #ffbb33;
}

#notification-bar a{
    color: #fff;
    text-decoration: none;
}
/* home banner modal */
#banner-modal{
    background-color: #fdfdfd;
    position: fixed;
    z-index: 999;
    top: 20%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  #banner-modal .promo-img {
    width: 100%;
    padding: 20px;
  }
  #banner-modal p {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #banner-modal .close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #banner-modal .game-btn{
    color: #fff;
    background: #001E5A;
    padding: 10px 25px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 12px; 
  }
  #banner-modal .modal-header{
    background: #001E5A;
    padding: 10px 0;
  }
  #banner-modal .modal-header p{
    color: #fff;
    text-align: center;
    font-size: 18px; 
    width: 100%;
    margin-bottom: 0;
  }
  /* end banner modal */

  #luckyPopup .close,
  #popup .close,
  #vipPopup .close {
    background: white;
    position: absolute;
    right: -8px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    opacity: 1;
    text-shadow: none;
    top: -15px;
  }
  #luckyPopup .close span,
  #popup .close span,
  #vipPopup .close span {
    text-shadow: none;
  }
  #luckyPopup img,
  #popup img,
  #vipPopup img {
    border: 1px solid #434343;
    width: 100%;
  }

#luckyPopup,
#popup{
  display: none;
}

#luckyPopup.show,
#popup.show{
  display: block !important;
}