@font-face {
    font-family: 'calibri';
    src: url(../fonts/calibri.ttf);
}

@font-face {
    font-family: 'calibrib';
    src: url(../fonts/calibrib.ttf);
}

@font-face {
    font-family: 'geometric';
    src: url(../fonts/geometric.ttf);
}
body{
    font-family: 'calibri';
    color: #fff;
    font-size: 16px;
}
.noleft {
    padding-left: 0;
}

.noright {
    padding-right: 0;
}

.nopadding {
    padding: 0 !important;
}
button{
    padding:0;
    outline:none;
    border:none;
}
button,
a {
    transition: all 0.35s ease 0s;
}

a {
    outline: medium none !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxs {
    width: 100%;
    display: block;
    float: left;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}
.header{
    background-color: #3c763d;
    padding:5px 0px;
    position:fixed;
    top:0;
    z-index:2;
}
.view{
    display: flex;
    align-items: flex-start;
}
.head{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.view p{
    font-family: 'calibri';
    font-size:12px;
    color:#fff;
}
.view p span{
    font-family: 'calibrib';
    display: block;
}
.logo {
    margin-left:20px;
}
.logo a img{
    width: 100px;
    margin-right: 15px;
    border-radius: 20%;
}
.logo a{
    font-family: 'geometric';
    font-size: 40px;
    color:#fff;
}
.logo a span{
    color:#ff0000;
}
.login{
    display: flex;
    padding: 0px 50px 0px 50px;
    position: relative;
    align-items:center;
}
.login:before{
    /* content:'or'; */
    font-family: 'geometric';
    font-size: 14px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color:#1a0035;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 49%;
}
.login_lft{
    padding-right: 40px;
    width: 210px;
}
.login_lft a img{
    width: 170px;
    /* margin-bottom: 10px; */
}
.login_lft a{
    display: block;
    font-size: 8px;
    font-family: 'geometric';
    color:#ffcc00;
}
.login_rht{
    padding-left: 40px;
    border-left: 1px solid #fff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.login_rht .login_lft_two {
    margin-left: 40px;
}
.login_rht .form-control{
    font-family: 'calibrib';
    height: 25px;
    font-size: 12px;
    color:#000;
    border-radius: 0px;
    box-shadow: none;
    border-color: #fff;
    outline: none;
    margin-bottom: 8px;
}
.login_btn{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.login_btn button{
    background: url('../file/LOGIN_BUTTON.webp') no-repeat;
    color:#000000;
    font-family: 'calibrib';
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    background-size: contain;
    outline: none;
    border: 0px;
}
.login_btn a{
    font-family: 'calibrib';
    color:#fff !important;
    text-align: center;
    font-size: 12px;
} 
.lang{
    position: relative;
    margin-top: 20px;
    /* width: 155px; */
}
.lang_inn{
    background-color: #4c11ab;
    padding: 5px 10px ;
    cursor: pointer;
}
.lang_inn p i{
    font-style: normal;
    width: 105px;
    display: inline-block;
}
.lang_inn p span{
    padding-left: 10px;
}
.lang ul{
    background-color: rgba(51, 9, 112, .9);
    padding: 5px 10px;
    position: absolute;
    bottom: -29px;
    left:0;
    width: 100%;
    display:none;
}
.lang ul li{
    cursor: pointer;
}

/* home page start */
.home{
    background: url('../file/back.webp') no-repeat center center;
    background-size: cover;
    padding: 50px 0px;
    margin-top:110px;
}
.navi{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navi li{
    display: inline-block;
    flex: 1 1 auto;
}
.navi li a{
    /* font-size: 16px; */
    padding: 10px 40px;
    background-color: #004d27;
    color:#fff !important;
    text-transform: uppercase;
    transition: 0.3s all;
    display: block;
    margin-bottom: 20px;
}
.navi li a.active, .navi li a:hover{
    background-color: #ff003e;
}
.slider img{
    margin: 0px auto;
    width: 100%;
    height: 463px;
}
@media only screen and (max-width: 480px) {
    .slider img{
        margin: 0px auto;
        width: 100%;
        height: 80vh;
    }
}
.slider.slick-initialized{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.slider .slick-dots li, .slick-dots li button{
    width: 32px;
    height: 4px;
}
.slider .slick-dots li button:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e37f99;
    opacity: 1;
}
.slider .slick-dots li.slick-active button:before{
    background-color: #fefefe;
}
.slider .slick-arrow{
    background-color: transparent;
    outline: none;
    border:none;
}
.slider .slick-prev:before{
    content: url("../file/lftarrow.webp");
    opacity: 1;
}
.slider .slick-next:before{
    content: url("../file/rhtarrow.webp");
    opacity: 1;
}
.quick{
    /* width: 80%; */
    padding: 50px;
    position:relative;
}
.quick h5{
    font-family: 'calibrib';
    /* font-size: 16px; */
    text-transform: capitalize;
    padding-bottom: 15px;
}
.quick .form-control{
    font-family: 'calibrib';
    /* font-size: 16px; */
    text-transform: capitalize;
    color:#000;
    background-color: #fff;
    border-color:#fff;
    border-radius: 0px;
}
.otp_btn{
    font-size: 15px;
    width: 100%;
    color:#1a0035;
    background: url('../file/otpback.webp') no-repeat;
    background-size: cover;
    outline: none;
    border:none;
    text-transform: uppercase;
}
.referral{
    font-family: 'calibrib';
    /* font-size: 16px; */
    color:#fff !important;
}
.regis{
    font-size: 20px;
    width: 100%;
    color:#1a0035;
    background: url('../file/regisback.webp') no-repeat;
    background-size: cover;
    outline: none;
    border:none;
    text-transform: uppercase;
    padding: 5px 0px;
}
.quick p{
    /* font-size: 16px; */
    text-align: center;
}
.quick p a{
    text-decoration: underline !important;
    color:#fff;
}
.feat{
    background-color: #004d27;
    padding: 10px 0px;
}
.feat_inn ul{
    display: flex;
    justify-content: space-between;
}
.feat_inn li{
    font-family: 'calibrib';
    display: flex;
    align-items: center;

}
.feat_inn li span{
    margin: 0px 30px 0px 10px;
}
.time{
    padding: 80px 0px;
    background: url('../file/bg.webp') no-repeat;
    background-size: cover;
}
.time_con h1{
    font-family: 'geometric';
    font-size: 90px;
}
.time_con h4{
    font-family: 'geometric';
    font-size: 50px;
    color:#f4d81f;
}
.time_con p{
    font-family: 'geometric';
    font-size: 21px;
    padding-top: 20px;
}
.time_con li{
    display: inline-block;
    margin-left: 50px;
    margin-top: 30px;
}
.why{
    background: url('../file/base.webp') no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.why_inn h2{
    font-family: 'calibrib';
    font-size: 37px;
    padding-left: 20px;
    border-left:5px solid #fff;
    text-transform: uppercase;
}
.roz{
    /* width: 260px;
    height: 260px; */
    perspective: 1000px;
    margin-top: 40px;
}
.roz_par{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.roz_head{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    /* background: url('../file/roz.webp'); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.roz_head h5{
    font-family: 'calibrib';
    font-size: 25px;
}
.roz:hover .roz_par{
    transform: rotateY(180deg);
}
.roz_body{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    transform: rotateY(180deg);
    border: 1px solid #ff0004;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.roz_body h6{
    font-family: 'calibrib';
    font-size: 21px;
    color:#ff0004;
    padding-bottom: 5px;
}
.roz_body p{
    color:#484848;
}
.test{
    background-color: #d9d9d9;
    padding: 50px 0px;
}
.test_inner h2{
    font-family: 'calibrib';
    font-size: 37px;
    color:#000;
    padding-left: 20px;
    border-left:5px solid #000;
    text-transform: uppercase;
}
.test_info{
    margin-top: 50px;
}
.info_img{
    padding: 25px;
    background-color: #5d4c6e;
    border-radius: 10px;
}
.info_img h1{
    font-family: 'calibrib';
    font-size: 20px;
    text-align: left;
}
.info_con h5{
    padding: 10px;
    font-family: 'calibrib';
    font-size: 20px;
    color:#000;
}
.footer{
    background-color: #3c763de8;
    padding: 50px 0px;
}
.foot{
    padding-bottom: 40px;
    border-bottom:1px solid rgba(238, 238, 238, 0.5)
}
.foot_lft p{
    font-size: 16px;
    padding-top: 30px;
}
.foot_rht li{
    display: inline-block;
    margin-left:7px;
}
.foot_rht li:first-child{
    margin-left: 0px;
}
.foot h6{
    font-family: 'calibrib';
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.foot_in li a{
    color:#ffcc00 !important;
}
.foot_in li span{
    font-size: 12px;
    color:#ffcc00;
    background-color: #c21619;
    padding: 2px 5px;
    margin-left: 5px;
}
.secured{
    padding: 40px 0px;
}
.secured h5{
    font-family: 'calibrib';
    font-size: 20px;
}
.secured li{
    display: inline-block;
    padding: 20px 5px 0px 5px;
}
.copy_in p{
    font-family: 'calibrib';
}
.copy_in p a{
    color:#ffcc00 !important;
} 
.copy_rht p{
    text-align: right;
}
.read{
    background-color: #004d27;
    padding: 50px 0px;
}
.read_inn p{
    font-size: 20px;
    padding-bottom: 10px;
}
.read_inn p span{
    font-family: 'calibrib';
    font-size: 20px;
}
.read_inn h6{
    text-align: center;
}
.read_inn h6 a{
    font-size: 20px;
    color:#ffcc00;
    text-align: center;
    display: inline-block;
}
/* home page ends */

/* how to play start */
.cards{
    background: url('../file/allback.webp') no-repeat;
    background-size: cover;
}
.guests p{
    font-family: 'calibrib';
    font-size: 18px;
    padding-bottom: 20px;
}
.guests p span{
    color:#ff003e;
    margin-left: 10px;
}
.card_lft li{
    display: block;
    float: left;
    width: 100%;
}
.card_lft li a{
    font-family: 'calibrib';
    font-size: 18px;
    background-color: #004d27;
    color:#fff;
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 5px 0px;
    text-transform: uppercase;
}
.card_lft li a:hover, .card_lft li a.active{
    color:#f5bb0c;
}
.card_lft li a span{
    margin-right: 10px;
}
.card_lft li a i{
    float: right;
}
.openshow{
    display: none;
}
.inner_links{
    display: none;
}
.card_lft .inner_links li a{
    background-color: #2b912c;
    color:#fff;   
    display: block;
    width: 100%;
    text-transform: capitalize;
}
.card_lft .inner_links li a:hover, .card_lft .inner_links li a.active{
    color:#290153;
}
.card_top{
    background: #004d27;
    padding: 5px 0px;
}
.card_top h4{
    font-family: 'calibrib';
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.card_body{
    background: #3c763d;
    padding: 20px 30px;
    /* height: 100vh; */
}
.card_detail{
    padding:20px 0px;
    border-bottom:1px solid #fff;
}
.card_detail h5{
    font-family: 'calibrib';
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom:10px;
}
.card_detail table{
    width:80%;
    margin:20px auto;
    /* display:block; */
}
.card_detail table tr th, .card_detail table tr td{
    padding:10px 10px;
    text-align:center;
    color:#000;
    border:1px solid #867676;
}
.card_detail table tr th{
    background:#f5bb0c;
    
}
.card_detail table tr td{
    background:#fff;
}
.img-div{
    padding:15px 0px;
}
.card_detail p{
    padding-bottom:10px;
}
.card_detail li{
    list-style:decimal;
    list-style-position:inside;
}
.card_detail:last-child{
    border-bottom:0px;
}
/* how to play ends */

/* header responsive */
.headres, .headres1{
    display:none !important;
}
.side_bar{
    background-color: #004d27;
    height: 100%;
    left: -100%;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s ease 0s;
    width: 250px;
    z-index: 3;
  
}
.side_guest{
    background:#fff;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.profile img{
    width: 20px;
    margin-right:10px;
}
.profile {
    color:#000!important;
}
.cross img{
    width:30px;
}
.copyright{
    text-align:center;
    padding-top:20px;
}
.click_btn button{
    padding:0px;
    margin:20px auto;
    border:none;
    outline:none;
    display: inherit;
}
.modal-dialog{
    width:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
.modal-content{
    background-color:#1a0035;
}
.crosswhite{
    position:absolute;
    top: -25px;
    right: -25px;
    background:transparent;
}
.comingsoon h1{
    font-size:50px;
    text-align:center;
}
.btmdown{
    display:none;
    position:fixed;
    bottom:0px;
    left:0px;
    background:url('../file/backblackstrip.webp')no-repeat center center;
    background-size: cover;
    padding: 10px 0px;
    text-align:center;
}
.btmdown a{
    background:url('../file/fixedbtn.webp')no-repeat center center;
    background-size: contain;
    display:inline-block;
    padding: 10px;
    text-align:center;
    color:#000;
    font-size:20px;
}
.btmdown a img{
    width: 30px;
} 
.set{
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: #f5f5f5; */
  /* padding;10px 30px; */
  border-bottom:1px solid #004d27;
}
.set > a{
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #f5bb0c;
  font-family: 'calibrib';
  font-size: 18px;
  /* border-bottom: 1px solid #ddd; */
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
/* .set > a.active{
  background-color:#3399cc;
  color: #fff;
} */
.content{
  /* background-color: #fff; */
  /* border-bottom: 1px solid #ddd; */
  display:none;
}
.content p{
  padding: 10px 30px;
  margin: 0;
  font-family: 'calibri';
  color: #fff;
  font-size: 16px;
}
.faqbody{
    padding:20px 0px;
}
.playrummy{
    background:url('../file/bg2.webp') no-repeat center center;
    padding:50px 0px;
    background-size:cover
}
.playol_lft, .playol_rht {
    padding-top:30px;
}
.playol_lft a {
    font-family: 'calibrib';
    font-size: 18px;
    background-color: #004d27;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin: 5px 0px;
    text-transform: uppercase;
    border:1px solid #fff;
    border-radius:5px;
}
.playol_lft a.active {
    color: #f5bb0c;
}
.playol_in h6{
    font-family: 'calibrib';
    font-size:18px;
    color:#f5bb0c;
}
.playol_in p{
    font-family: 'calibrib';
    font-size:18px;
}
.playrummyol{
    padding-bottom:30px;
}
.readmore a{
    font-family: 'calibrib';
    font-size: 18px;
    background-color: #004d27;
    color: #fff;
    padding: 5px 10px;
    border:1px solid #fff;
    border-radius:5px;
    float:right;
}
.playol_lft .readmore a{
      font-family: 'calibrib';
    font-size: 18px;
    background-color: #004d27;
    color: #fff;
    padding: 5px 10px;
    border:1px solid #fff;
    border-radius:5px;
    float:right;
    width: max-content;
    margin-bottom:20px;
}
.set2 .playol_in, .accordion-container2{
    display:none;
}

.dflex{
    display:flex;
    align-items:center;
    float: right;
}
.approved{
    padding-bottom:0px;
}
.certi{
    background:#fff;
    width:92%;
    margin:0px auto;
    display:flex;
    float:initial;
    border:1px solid #ccc;
    border-radius:10px;
}
.certi h3{
    color:#000;
    font-size:30px;
    padding:20px;
    border-bottom:1px solid #ccc;
}
.content_area {
    line-height: 21px;
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #fff;
}
.certificate_wrap {
    border: 4px solid #666;
    width: 690px;
    margin: 0 auto 35px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    padding: 1px;
}
.img_center {
    text-align: center;
    padding: 0 0 15px;
}
.cert-header img {
    max-width: 100%;
    height: auto;
}
.cert_wrap_inner {
    /* border: 1px solid #666; */
    padding: 18px 30px;
}
.cert_head {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding: 0 0 40px;
    color: #404040;
}
.certificate_wrap p {
    padding: 0 0 15px;
    font-size: 12px;
    color: #404040;
}
.sign-block {
    width: 45%;
    display: inline-block;
}
.blu_txt {
    color: #00F!important;
}
.cert_add {
    text-align: center;
    line-height: 15px;
}
.cert_add_footer {
    background: #0070c0;
    padding: 22px 0;
    color: #fff;
    font-size: 10px;
}
.cert_add_footer a, .cert_add_footer a:hover, .cert_add_footer a:visited {
    color: #fff;
}
.online_inner{
    font-family: 'calibrib';
    color:#000;
    padding:30px 0px;
}
.online_inner p{
    padding-top:10px;;
}
/* .online_inner h2{
    padd
} */
.login_lft{
    display:grid;
}
.regisdown{
    margin-bottom:2px;
}