

/*------- -*/
.customcontainer {
    width: 100%;
    max-width: 1248px;
    border: none;
    margin-top: 50px !important;
    margin-bottom: 70px !important;
    font-family: 'PT Sans', sans-serif !important;
}

.customcontainer p {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 14px;
}

.customcontainer ol li {font-family: 'PT Sans', sans-serif !important;font-size: 14px;}
/*--------*/

body
{
	font-family: 'PT Sans', sans-serif !important;
	background:#fff;
}
.container {
width:100%;
max-width:1248px;
}
.gthumb {
    background: #fff;
}
.gthumb .thumbnail {
    background-color: transparent !important;
    border-color: white;
    border-width: 0;
    padding: 0px;
    border-radius: 6px;
}
.gthumb .thumbnail img {
    width: 100%;
    border: 0px solid #23394e !important;
    border-radius: 6px;
    height: 180px;
    object-fit: fill;
	margin-bottom: 0;
}
.gthumb .col-xs-6
{
	padding:0 10px !important;
}
.caption {
    background: rgba(75,54,124,0.9);
}
.caption h4 {
    margin-top: 80px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0.2px;
    font-weight: bold;
    font-size: 18px;
}
.playforreal
{
	font-size: 16px;
    height: 50px;
    line-height: 50px;
    /*padding: 0 !important; */
    border-radius: 100px !important;
    padding: 0px 20px !important;
    min-width: 145px;
}
.playforreal:before
{
	content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    vertical-align: middle;
    padding-right: 7px;
}
.caption h4 {
    margin-top: 16px !important;
}
a.playforfun
{
	background: transparent !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
a.playforfun:hover
{
	color:#ff8b0c !important;
	text-decoration:underline;
}
#tabbar {
    background-color: #fff;
    width: 100%;
    float: left;
    margin: 16px 0;
    display: flex;
    align-items: flex-start;
}
.tabs ul li a {
   font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    color: #2a313b;
    font-weight: bold;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    padding: 15px 10px;
    width: 110px;
}
.tabs {
    margin: 0 !important;
}
#tabbar ul li:first-child
{
	/* padding-left:0; */
}
.tabs ul li {
     padding: 0 0 0 15px;
}
.tabs ul li a.active {
    color: #ff8b0c !important;
    border: 1px solid;
}
.tabs ul li a.active:hover {
    border: 1px solid !important;
}
#tabbar li a i
{
	display: block;
	font-size: 22px;
	padding-bottom: 5px;
}
#tabbar ul li a:hover {
    color: #ff8b0c !important;
    border: 1px solid;
}
#custom-search-input {
    margin: 0;
	position: relative;
}
#custom-search-input input[type="text"]
{
	display: block;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    color: #2a313b;
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    letter-spacing: normal;
    padding: 0 20px 0 40px;
    margin: 0;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: border-color .3s ease;
    font-family: 'PT Sans', sans-serif;
}
#custom-search-input span.search
{
	display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    position: absolute;
    left: 12px;
    top: calc(50% - 9px);
    font-size: 18px;
    color: #2a2a2a;
    z-index: 9;
}
.load-more
{
	background-color: #efeff1;
	background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%);
	background: #ff8c0e;
	font-size: 20px;
	border: 0px;
	font-weight: bold;
	/* font-family: 'PT Sans', sans-serif; */
	padding: 5px 12px;
	min-height: 60px;
	border-radius: 30px;
	font-size: 20px;
	min-width: 192px;
	outline:none !important;
}
.load-more:hover
{
    /* background-image: linear-gradient(-198deg, #ad131f 0%, #ff8b0c 100%); */
    background: #df5c14;
    transition: 0.5s ease all;
    color:#fff;
}
.load-more i
{
	font-size: 30px;
    vertical-align: sub;
}
#games {
    margin-bottom: 30px;
}
header {
    /* background: #e72d1a !important; */
    background: #4b367c !important;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9999;
    position: relative;
    box-shadow: 0 0 9px rgba(26,16,47,0.75);
}
canvas#CCEng
{
	margin-top: -1px;
}
/*---- newcss ----
.ftr-logo img {
    max-width: 100%;
}*/
/*---- login newstyle ----*/
.loginform.newstyle .modal-content {
    border: none;
    background: #EFEFF1;
    border-radius: 3px;
}

.loginform.newstyle .modal-body {
       /* max-height: 70vh; */
       overflow: auto;
       padding-top: 0;
       padding: 0 48px 16px;
}

.loginform.newstyle .modal-header {
    border-bottom: none;
}

.loginform.newstyle .modal-title {
    color: #2A313B;
    font-size: 20px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #a5a5a5;
}

.loginform.newstyle .modal-header .close {
    color: #2a313b;
    color: #a5a5a5;
    text-shadow: none;
    font-size: 40px;
    font-weight: bold;
}
.loginform.newstyle 
 .field-label .field {
    border: none;
    border-radius: inherit !important;
    margin: inherit !important;
    background: transparent;
    height: auto !important;
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: inherit !important;
    font-weight: 300;
    font-size: 14px !important;
}
.loginform.newstyle 
.field-label {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 3px !important;
    margin-bottom: 15px;
    height: 42px;
    padding: 0;
    font-size: 17px;
}

.loginform.newstyle 
.field-label>.ficon{
    width: 42px;
    text-align: center;
    line-height: 40px;
    color: #FF8C0E;
    /* color: #fd7588; */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
}

/*i.fa.fa-envelope-o:before {
    content: "\f003";
    font-family: "Font Awesome 5 Free";
}*/
.loginform.newstyle .forgotpwd {
    text-align: center;
    padding: 0 0 10px 0;
}

.loginform.newstyle .forgotpwd a {
    color: #bf2e1a;
    color: #fd7588;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
}

.loginform.newstyle .field-label-submit {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.loginform.newstyle .field-label-submit input {
    background-color: #efeff1;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    min-height: 42px;
    width: 100%;
    font-size: 18px !important;
    /* background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%); */
    /* background: #fd7588; */
    background: #ff8c0e;
    transition: 0.5s ease all;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
}
.loginform.newstyle .modal-body form {
    margin: 0;
}

.loginform.newstyle .modal-footer {
    padding: 15px;
    border-top: 1px solid #d8d8d8;
    text-align: center;
    height: auto !important;
    min-height: 0 !important;
}

.loginform.newstyle .modal-footer .signuplink {}

.loginform.newstyle .modal-footer .signuplink p {
    margin: 0;
    color: #2A313B;
    color: #a5a5a5;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.loginform.newstyle .modal-footer .signuplink a {
    color: #bf2e1a;
    color: #fd7588;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
}
.loginform.newstyle .field-label-submit:after {
    content: "\f2f6";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
    font-size: 22px;
}
.loginform.newstyle .modal-dialog {
    max-width: 400px;
    width: calc(100% - 20px);
}
/*--- forgot ----*/
.fg-text{
	margin: 0;
    color: #2A313B;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0;}
.fg-text a{
	/* color: #bf2e1a; */
	color: #fd7588;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: underline;
	}
 .loginform.newstyle .field-label-submit.fg:after {
    left: 60px;
}
.main-form .field-label-text {
    margin: 10px 0 9px 0;
    color: #2A313B;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
	font-weight:700 !important;
}
/*--- register ---*/
.signupform.newstyle{
}
.signupform.newstyle #cf {
    margin: 70px auto;
    width: 100%;
    max-width: 500px;
    border: none;
    background: #EFEFF1;
    border-radius: 3px;
    padding: 0;
}

.signupform.newstyle #contacthead {
	font-family: 'PT Sans', sans-serif !important;
	border-bottom: none;
	/* color: #2A313B; */
	color: #a5a5a5;
	font-size: 20px;
	line-height: 35px;
	text-transform: capitalize;
	font-weight: bold !important;
	letter-spacing: 0.1px;
	text-align: center;
	padding: 15px !important;
}
.signupform.newstyle .form-body {
    padding: 0 25px 16px;
}
.signupform.newstyle #cf .field-label .field {
    border: none;
    border-radius: inherit !important;
    margin: inherit !important;
    background: transparent;
    height: auto !important;
    width: 100%;
    padding: 10px 10px 10px 38px;
    font-size: inherit !important;
    font-weight: 300;
    font-size: 14px !important;
}

.signupform.newstyle .field-label>.ficon {
    width: 38px;
    text-align: center;
    line-height: 42px;
    color: #FF8C0E;
    /* color: #fd7588; */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 16px;
}

.signupform.newstyle .field-label {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 3px !important;
    margin-bottom: 10px;
    height: 42px;
    padding: 0;
    font-size: 17px;
}
.signupform.newstyle .field-label.withlabel {
    position: relative;
    width: 100%;
    background: transparent;
    border: 0px solid #DCDCDC;
    border-radius: 3px !important;
    margin-bottom: 15px;
    height: auto;
    padding: 0;
    font-size: 17px;
}

.signupform.newstyle #cf .field-label.withlabel .field-label-2 {
    margin: 0px 0 5px 0;
    color: #2A313B;
    color: #a5a5a5;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0.07px;
}

.signupform.newstyle #cf .field-label.withlabel .field {
    position: relative;
    width: 100%;
    background: #fff;
    color: #a5a5a5;
    border: 1px solid #DCDCDC;
    border-radius: 3px !important;
    margin-bottom: inherit !important;
    height: 42px !important;
    padding: 10px 10px 10px 36px;
    font-size: 14px !important;
}

.signupform.newstyle #cf .field-label.withlabel .ficon {
    width: 38px;
    text-align: center;
    line-height: 42px;
    color: #FF8C0E;
    /* color: #fd7588; */
    position: absolute;
    left: 0;
    top: inherit !important;
    bottom: 15px;
    font-size: 16px;
    z-index: 1;
}
.signupform.newstyle #cf .field-label.mycheckbox label a {
    color: #bf2e1a;
    color: #fd7588;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
}
.loginform.newstyle #cf .field-label-submit.signupicon input {
    background-color: #efeff1;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    min-height: 52px;
    width: 100% !important;
    font-size: 18px !important;
    /* background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%); */
    background: #ff8c0e;
    /* background: #fd7588; */
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    max-width: 420px;
    padding: 0 10px 0 10px !important;
    transition: 0.5s ease all;
}

.loginform.newstyle #cf .field-label-submit.signupicon:after {
    content: "\f234";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    font-size: 22px;
}
input:checked + .chck:before {
    content: "\f00c";
}

.signupform.newstyle .field-label.mycheckbox input + .chck {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 18px;
    background: #fff;
    color: #ff8c0e;
    border: 1px solid #dcdcdc;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    transition: 0.5s ease all;
    cursor: pointer;
}

input + .chck:before {
    content: "";
}


.signupform.newstyle #cf .field-label.mycheckbox label {
    padding-left: 23px;
    padding-top: 2px;
}

.signupform.newstyle #cf .field-label.mycheckbox label input {
    position: absolute;
    left: 0;
    top: 1px;
    height: 18px;
    width: 18px;
    z-index: 1;
    opacity: 0;
}

.signupform.newstyle .field-label.mycheckbox input:checked + .chck {
    background: #ffffff;
    color: #ff8c0e;
}
.signupform.newstyle #cf .field-label .field::placeholder {
    color: #b2b2b2;
}

.loginform.newstyle .field-label .field::placeholder {
    color: #b2b2b2;
}
.loginform.newstyle #cf .field-label-submit.signupicon input:hover {
    background: #df5c14;
    transition: 0.5s ease all;
}

.loginform.newstyle .field-label-submit input:hover {
     background: #df5c14;
    transition: 0.5s ease all;
}
/*--- footer ---*/

.ftr-logo img {
    max-width: 100%;
    height: auto;
}
#footer.new-footer {
    display: block;
    width: 100%;
    background-color: #dedee0;
    padding: 25px 0 40px;
    color: #606060;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

#footer.new-footer .footerlinks {
    font-family: 'PT Sans', Arial, sans-serif;
    text-decoration: none !important;
    margin-top: 0;
    padding: 0px;
    color: #606060;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    float: left;
}

.ftr-logo {
}

.footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(118,118,118,0.41);
    margin-bottom: 20px;
}

#footer.new-footer .footerlinks .fmhd {
    padding: 0;
    margin: 10px 0;
    color: #383838;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
}

#footer.new-footer .footerlinks ul li {
    padding: 8px 0 !important;
    margin: 0 0 0px 0 !important;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4c4c4c !important;
    text-transform: capitalize;
    width: 100%;
}

#footer.new-footer .footerlinks ul li a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    padding: 0 0px;
}
.ftr-desc h4 {
    padding: 0;
    margin: 10px 0;
    color: #383838;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
}

.ftr-desc p {
    color: #606060;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}

#footer .logo-lists ul {
    display: inline-block;
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
    width: 100%;
    text-align: center;
}

#footer .logo-lists ul li {
    display: inline-block;
    float: none;
    margin: 10px !important;
    padding: 0 10px !important;
}
.footer-copyright {
    padding: 20px 10px 10px 10px;
    margin: 20px 0 0 0;
    color: #606060;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    border-top: 1px solid rgba(118,118,118,0.41);
}
#footer.new-footer .footerlinks ul {
    clear: both;
    display: block;
}
/*---- header css  ----*/
.row-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}



.row-flex .header-left {
    position: relative;
    /* flex-basis: 25%; */
    width: auto;
    /* display: inline-block; */
    float: left;
}

.row-flex .header-center {
    width: auto;
    /* display: inline-block; */
    /* float: left; */
    /* flex-basis: 92%; */
}

.row-flex .header-right {/* flex-basis: 60%; */display: inline-flex;width: auto;float: right;text-align: right;/* flex-direction: row-reverse; */}

.hlddmenu {
    list-style: none;
    background: #291d45;
    color: #fff;
    width: 320px;
    position: absolute;
    left: 0px;
    top: 100%;
    opacity: 0;
    height: 0;
    z-index: -1;
    transition: 0.5s ease all;
    display: none;
}

.hlddmenu li {
    margin: 0;
    padding: 0;
}

.hlddmenu li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 15px 20px;
    min-height: 50px;
    font-family: 'PT Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.07px;
    text-decoration: none;
}
.row-flex .header-left .header-toggle-btn, .row-flex .header-left .header-toggle-btn:focus {
    background: transparent;
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
}
/*.row-flex .header-left .header-toggle-btn:hover {
    background: transparent;
    color: #fff;
}*/
.row-flex .header-left .toggled .header-toggle-btn, .row-flex .header-left .toggled .header-toggle-btn:hover, .row-flex .header-left .toggled .header-toggle-btn:focus {
    background: #291d45;
   /* width: 50px;
    height: 50px;*/
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}
.row-flex .header-left .header-toggle-btn .toggle-icon:before{content:"\f0c9";}
.row-flex .header-left .toggled .header-toggle-btn .toggle-icon:before {content:"\f00d";}
.toggled .hlddmenu {
    opacity: 1;
    height: auto;
    z-index: 10;
    transition: 0.5s ease all;
    display: block;
}
.hlddmenu li a:hover {
    background: #7c72b3;
} 
.header-left #hdermenu {
    float: left;
    width: 60px;
    position: relative;
}
.header-left .logo_holder {
    float: left;
    width: calc(100% - 70px);
    padding: 10px;
}

.header-left .logo_holder a {
    display: inline-block;
    width: 100%;
}

.header-left .logo_holder img.logo {
    width: auto !important;
    height: 50px !important;
}
.row-flex .header-center .navbar ul.nav.navbar-nav {
    padding: 0 0 !important;
    float: left;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* align-items: center; */
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 70px;
    margin: 0 !important;
}

.row-flex .header-center .navbar-nav li a img.imgicon {
    height: 30px;
    margin: 0 auto 10px auto;
    /* width: 55px; */
}

.row-flex .header-center .navbar-nav li {
    float: none;
    text-align: center;
    margin: 0 0px !important;
    /* flex-basis: 100%; */
    padding: 0px 0;
    display: inline-block;
    height: 70px !important;
}

ul.nav.navbar-nav {
}

.row-flex .header-center .navbar-nav li a span {
    width: auto;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.08px;
    float: none;
    display: block;
    font-family: 'PT Sans', Arial, sans-serif;
}
.wlgn .row-flex .header-right .buttons .myacc .header-toggle-btn {
    background: transparent;
    width: 170px;
    height: 70px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}
.row-flex .header-center .navbar-nav li a {
    margin: 0;
    font-family: 'PT Sans', Arial, sans-serif;
    height: 70px;
    padding: 8px 10px !important;
    display: inline-block;
}
/*-- for 5 columns ---*/
@media (min-width:992px){
	.gthumb .column5 {
    width: calc(100% / 5) !important;
}

.gthumb .column5 .thumbnail  img {
    height: inherit;
}
}
/*--- 5 column css end --*/
#midtopnav {
    border: none;
}
.row-flex .header-right .language {
    display: inline-block;
    /* float: right; */
    width: 100px;
    text-align: center;
    height: 70px;
    position: relative;
}

.row-flex .header-right .language .mgtb {
    float: none;
    margin: 0 !important;
}

.row-flex .header-right .language .mgtb select#langchoice {
}

.row-flex .header-center .navbar-nav li a:hover {
    background: #291d45;
}

.buttons {
    display: inline-block;
    /* float: right; */
    height: 70px;
}

.buttons .sb {
    float: none;
    width: 100% !important;
}

.buttons .sb .signup a {
    background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%);
    min-width: 144px;
    background: #ff8c0e;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #ff8c0e;
    outline: none;
    transition: background-color .5s ease;
    box-shadow: none;
    cursor: pointer;
    color: #fff !important;
    text-transform: none;
    font-family: 'PT Sans', Arial, sans-serif;
    height: 40px !important;
    display: inline-block;
    margin: 15px 5px;
}

.buttons .sb .signup {
    background: transparent;
    width: inherit;
    color: inherit !important;
    text-transform: inherit !important;
    margin: inherit !important;
    line-height: inherit !important;
    float: left;
}

.buttons .sb .signin a {
    background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%);
    min-width: 144px;
    background: transparent;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #7c72b3;
    outline: none;
    transition: background-color .3s ease;
    box-shadow: none;
    cursor: pointer;
    color: #fff !important;
    text-transform: none;
    font-family: 'PT Sans', Arial, sans-serif;
    height: 40px !important;
    display: inline-block;
    margin: 15px 5px;
    transition: 0.5s ease all;
}

.buttons .sb .signin {
    background: transparent;
    width: inherit;
    color: inherit !important;
    text-transform: inherit !important;
    margin: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    border: none;
    float: left;
}

.row-flex .header-right .myacc {
    display: inline-block;
    float: right;
}
.row-flex .header-right .language .dropdown-toggle {
    height: 71px;
    min-width: 100px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px 0 10px;
    letter-spacing: 0.07px;
    transition: 0.5s ease all;
}

.row-flex .header-right .language .dropdown-toggle:hover, .row-flex .header-right .language .open .dropdown-toggle {
    background: #291d45;
    transition: 0.5s ease all;
}

.row-flex .header-right .language .dropdown-toggle img {
    margin-right: 8px;
    font-family: 'PT Sans', Arial, sans-serif;
    height: 40px;
    width: 40px;
    border: 4px solid #7c72b3;
}

.row-flex .header-right .language .drop li {
    margin: 0 !important;
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.07px;
    background: #291d45;
    color: #fff;
}
.row-flex .header-right .language .open ul.dropdown-menu.drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 !important;
    border: 0 !important;
}	


.row-flex .header-right .language .mgtb .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #7c72b3;
    font-size: 16px;
    transform: rotate(0deg);
    display: inline-block;
    transition: transform .3s ease;
    margin-left: 7px;
}

.row-flex .header-right .language .open ul.dropdown-menu.drop img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    border: none !important;
}

.row-flex .header-right .language .drop li:hover {
    background: #7c72b3;
}
.buttons .sb .signin a:hover {
    background: #ff8c0e;
    border-color: #ff8c0e;
    transition: 0.5s ease all;
}

.buttons .sb .signup a:hover {
    transition: background-color .5s ease;
    background: transparent;
    border-color: #7c72b3;
}
.wlgn .row-flex .header-right .buttons  .balance-btn {
    float: left;
}

.wlgn .row-flex .header-right .buttons .depositbtn {
    float: left;
}

.wlgn .row-flex .header-right .buttons .myacc {
    float: left;
}

.wlgn .row-flex .header-right .buttons .balance-btn .whitebalance {
    min-width: 144px;
    background: transparent;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #7c72b3;
    outline: none;
    transition: background-color .3s ease;
    box-shadow: none;
    cursor: pointer;
    color: #fff !important;
    text-transform: none;
    font-family: 'PT Sans', Arial, sans-serif;
    height: 40px !important;
    display: inline-block;
    margin: 15px 5px;
    /* transition: 0.5s ease all; */
}

.wlgn .row-flex .header-right .buttons .balance-btn .whitebalance:hover {
    background: #ff8c0e;
    border-color: #ff8c0e;
    /* transition: 0.5s ease all; */
    transition: background-color .3s ease;
}

.wlgn .row-flex .header-right .buttons .depositbtn a {
    background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%);
    min-width: 144px;
    background: #ff8c0e;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 28px;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #ff8c0e;
    outline: none;
    transition: background-color .5s ease;
    box-shadow: none;
    cursor: pointer;
    color: #fff !important;
    text-transform: none;
    font-family: 'PT Sans', Arial, sans-serif;
    height: 40px !important;
    display: inline-block;
    margin: 15px 5px;
}

.wlgn .row-flex .header-right .buttons .depositbtn a:hover {
    transition: background-color .5s ease;
    background: transparent;
    border-color: #7c72b3;
}
.row-flex .header-right .header-toggle-btn i {
    color: #fff;
}

.wlgn .row-flex .header-right .buttons .myacc.toggled .header-toggle-btn {
    background: #291d45;
}

.wlgn .row-flex .header-right .buttons .myacc.toggled {
    position: relative;
}

.wlgn .header-right .toggled .hlddmenu {
    left: inherit;
    right: 0;
    margin: 0;
    width: 170px;
}

.wlgn .header-right .hlddmenu li a {
    text-align: left;
}
.hlddmenu li.logout-btn {
    padding: 12px 10px;
    border-top: 1px solid #564c80;
}

.wlgn .hlddmenu li.logout-btn a {
    /* background: #7c72b3; */
    border: 1px solid #ff8c0e;
    padding: 5px 20px;
    background-color: #ff8c0e;
    min-height: 40px;
    min-width: 120px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 30px;
    font-style: normal;
    text-decoration: none;
    outline: none;
    transition: background-color .3s ease;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.wlgn .hlddmenu li.logout-btn a i {
    font-size: 15px;
}

.wlgn .hlddmenu li.logout-btn a:hover {
    /* background: #7c72b3; */
    border: 1px solid #7c72b3;
    background-color: transparent;
    transition: background-color .3s ease;
}
.wlgn .row-flex .header-right .buttons .myacc .header-toggle-btn:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
	font-weight:600;
    color: #7c72b3;
    font-size: 16px;
    transform: rotate(0deg);
    display: inline-block;
    transition: transform .3s ease;
}

.wlgn .row-flex .header-right .buttons .myacc.toggled .header-toggle-btn:hover:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3s ease;
}
.row-flex .header-right .language .mgtb.open .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #7c72b3;
    font-size: 16px;
    transform: rotate(180deg);
    display: inline-block;
    transition: transform .3s ease;
}
#footer .logo-lists img {
    max-width: 100%;
    height: auto;
}
#tabbar .tabs ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

#tabbar .tabs ul li {
    float: none !important;
    margin-bottom: 10px;
}

/*--- fr language css -----*/
.fr_lgn .tabs ul li a {
    width: 120px;
}
.fr_lgn .playforreal:before{
	font-size: 18px;
}
.fr_lgn .playforreal {
    font-size: 16px;
}
.error {
    color: #ff8c0e;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}
/*---- deposit page ---*/
#bankingpage.new_style{
	    background-color: #fff !important;
	    border-radius: 6px;
	    padding: 15px !important;
	    color: #2a313b;
	    border: 1px solid #6d5fa2;
		width: 100% !important;
    max-width: 992px;
    margin: 0 auto;	
}
#bankingpage.new_style p, #bankingpage.new_style label {
    color: inherit !important;
}
#bankingpage.new_style .row .profile-title.columns {
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    padding: 15px 0 !important;
    margin: 0 0 10px 0 !important;
    position: relative;
    text-align: center;
}
#bankingpage.new_style .profile-title p {
    font-family: 'PT Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-style: normal;
    color: #2a313b !important;
    font-size: 24px;
    letter-spacing: 0.12px;
    text-transform: none;
    background-color: #fff;
    vertical-align: top;
}
#bankingpage.new_style .profile-title:before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #6d5fa2;
}
#bankingpage.new_style .row{
	padding: 0px !important;
	margin: 0 !important;
}
/*#bankingpage.new_style .row .columns {
    margin-left: 15px !important;
	margin-right: 0 !important;
}*/
#bankingpage.new_style .profile-info-block p {
    padding: 5px 0;
    margin: 0 0 20px 0 !important;
    color: #2a313b !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #6d5fa2;
}

.payment_methods .panel-heading a {
    /* border: 1px solid #bab6fd; */
    transition: background-color .3s ease, border-radius .3s ease;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    border: 0;
}

.payment_methods .panel-heading a img {
    max-width: 100%;
    height: 20px;
    width: auto;
    margin: 0 0;
}

.payment_methods .panel-heading {
    padding: 0;
}

.payment_methods .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}


.payment_methods .panel-heading a.collapsed {
    background-image: none;
    border-radius: 6px;
    border: 1px solid #6d5fa2;
    background-color: #ffffff;
    box-shadow: none;
    transition: background-color .3s ease, border-radius .3s ease;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.payment_methods .panel-body {
    border-radius: 6px;
    background-color: #EFEFF1 !important;
    padding: 24px;
    border: 0;
    margin: 0;
}
#bankingpage.new_style .pnf-field {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#bankingpage.new_style .pnf-field .pnf-lable {
    float: left;
    color: #2a313b !important;
    font-family: "PT Sans",Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    width: auto;
    min-width: 120px;
    padding-right: 10px;
}

#bankingpage.new_style .pnf-field .pnf-input {
    font-family: "PT Sans",Arial,sans-serif;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #6d5fa2 !important;
    height: 40px;
    min-height: 40px;
    border-radius: 20px !important;
    background-color: #fff;
    color: #606060;
    padding: 0 20px;
    font-size: 14px;
    transition: background-color .3s ease, color .3s ease;
}

input#searchfrom {}

.payment-newform span.pnf-lbl2 {
    color: gray;
    margin-left: 0.5em;
    font-weight: bold;
}

#bankingpage.new_style .pnf-field.sbmt {
	margin-top: 10px;
	}

#bankingpage.new_style .pnf-field.sbmt .pnf-button {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #efeff1;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    min-height: 52px;
    font-size: 18px !important;
    background: #ff8c0e;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    padding: 0 10px 0 10px !important;
    transition: 0.5s ease all;
}

#bankingpage.new_style .pnf-field.sbmt .pnf-button:hover {
    background: #df5c14 !important;
    transition: 0.5s ease all;
}

.payment_methods .panel-body .payment-newform {
    margin-bottom: 0;
}
/*---- banking page ---*/
.bankpage.new_style {background-color: rgba(255, 255, 255, 0.06) !important;border-radius: 6px;/* padding: 15px !important; */color: #2a313b;/* border: 1px solid #6d5fa2; */width: 100% !important;/* max-width: 992px; */margin-left: auto;margin-right: auto;margin-top: 50px !important;margin-bottom: 70px !important;}
.bankpage.new_style p, .bankpage.new_style label {
    color: inherit !important;
}
.bankpage.new_style .profile-title.columns {
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    padding: 15px 0 !important;
    margin: 0 0 10px 0 !important;
    position: relative;
    text-align: center;
}


.bankpage.new_style .profile-title:before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #6d5fa2;
}

.bankpage.new_style .profile-title p {
    font-family: 'PT Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-style: normal;
    color: #2a313b !important;
    font-size: 24px;
    letter-spacing: 0.12px;
    text-transform: none;
    background-color: #f0f0f2;
    vertical-align: top;
}
.bankpage.new_style .row{
	padding: 0px !important;
	margin: 0 !important;
}	
.bankpagebg {
    background-color: #efeff1;
}
.pmthds_content p {
    color: #606060;
}

.pmthds_content {
    display: block;
    width: 100%;
    max-width: 992px;
    padding: 16px;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #bab6fd;
    background-color: #fff;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none;
}

.pmt_table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 0 auto 10px auto;
    max-width: 990px;
    background: transparent;
}

.pmt_table tr th {
    position: relative;
    background-color: transparent;
    padding: 5px;
    text-align: center;
    vertical-align: bottom;
    color: #2a313b;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    border: none;
}

.pmt_table tbody {
    border: 1px solid #6d5fa2;
    background: transparent;
}
.pmt_table .paymentsimg {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #6d5fa2;
    background-color: #ffffff;
    width: 100px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
}

.pmt_table td.pm-img {
    text-align: center;
    width: 130px;
}

.pmt_table .paymentsimg img {
    max-width: 85%;
    margin: 0;
}
.pmt_table tr td:not(:last-child) {
    border-right: 1px solid rgba(109, 95, 162, 0.44);
    border-bottom: none;
}

.pmt_table tr td {
    text-align: center;
    vertical-align: middle;
    color: #2a313b;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.2;
    border-bottom: 0;
}

.field-label-submit {}

.field-label-submit input[type="submit"] {
    margin: 0 !important;
    background-color: #efeff1;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    background: #ff8c0e;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    transition: 0.5s ease all;
    padding: 5px 20px !important;
    min-height: 40px;
    min-width: 120px;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0.09px;
}

.pmt_table tbody tr:last-child {
    border-bottom: 1px solid #bab6fd;
}

.pmt_table tr {
    border: none;
}

.pmt_table tbody tr:nth-child(even) {
    background: #EFEFF1;
}

.pmt_table tbody tr:nth-child(odd) {
    background: #fff;
}
.field-label-submit input[type="submit"]:hover {
    background: #df5c14 !important;
    transition: 0.5s ease all;
}

.pmt_table .field-label-submit {
    margin: 0;
}
.pmt_table.withdraw .field-label-submit input[type="submit"] {
    background: #4b367c;
}

.pmt_table.withdraw .field-label-submit input[type="submit"]:hover {
    background: #6b5c9f !important;
    transition: 0.5s ease all;
}
.bankpage.new_style .payment_options.pmthds .pmthds_content p {
    margin: 0 0 10px 0;
    text-align: center;
}
.signupform.newstyle .field-label.withtextarea {
    height: auto;
    max-height: 70px;
}
.signupform.newstyle #contactsubhead {
    margin: 0 10px 30px 20px;
}

.signupform.newstyle #contactmsg p {
    padding: 0 20px;
    background: #ff8c0e;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
#bankingpage.new_style.historypage .pnf-field .pnf-input {
    margin-right: 15px;
}


#bankingpage.new_style.historypage .pnf-field .pnf-lable {
    line-height: 40px;
    min-width: 90px;
}

#bankingpage.new_style.historypage .pnf-button {
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    min-height: 40px;
    font-size: 18px !important;
    background: #ff8c0e;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    padding: 0 20px 0 20px !important;
    transition: 0.5s ease all;
}
.historypage #table1_wrapper {
    border-top: 1px solid #6d5fa2;
    padding-top: 10px;
}
.historypage #table1_wrapper table#table1 thead tr th {
    position: relative;
    background-color: transparent;
    padding: 5px;
    text-align: center;
    vertical-align: bottom;
    color: #2a313b;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    border: none;
    width: auto !important;
}
.historypage #table1_wrapper table#table1 tbody tr.odd {
    background: #fff !important;
}
.historypage #table1_wrapper table#table1 tbody tr.even {
    background: #EFEFF1;
}

.historypage #table1_wrapper table#table1 tbody tr td[class], #table1_wrapper table#table1 tbody tr td {
    background: transparent;
    border: none;
    border-width: 0;
}
.historypage #table1_wrapper table#table1 tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(109, 95, 162, 0.44);
    border-bottom: none;
}

.historypage #table1_wrapper table#table1 tbody {
    border: 1px solid #6d5fa2 !important;
    background: transparent !important;
    border-collapse: collapse !important;
}
.historypage table.dataTable {
    border-collapse: collapse !important;
    margin-top: 10px;
    clear: both;
    display: inline-table;
}
	
	.historypage #table1_wrapper table#table1 tfoot {
    background: transparent;
    border: none;
}

.historypage #table1_wrapper table#table1 tfoot tr {
    border: none;
}

.historypage #table1_wrapper table#table1 tfoot tr td {
    border: none;
}

.historypage #table1_wrapper select {
    font-family: "PT Sans",Arial,sans-serif;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #6d5fa2 !important;
    height: 40px;
    min-height: 40px;
    border-radius: 20px !important;
    background-color: #fff;
    color: #606060;
    padding: 0 20px;
    font-size: 14px;
    transition: background-color .3s ease, color .3s ease;
}

.historypage #table1_wrapper input {
    font-family: "PT Sans",Arial,sans-serif;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #6d5fa2 !important;
    height: 40px;
    min-height: 40px;
    border-radius: 20px !important;
    background-color: #fff;
    color: #606060;
    padding: 0 20px;
    font-size: 14px;
    transition: background-color .3s ease, color .3s ease;
}
.historypage .dataTables_wrapper .dataTables_paginate .paginate_button.current, .historypage .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ff8c0e;
    color: #fff !important;
    border: none;
}
.historypage .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #efeff1;
    color: #000 !important;
} 
/*----- promotion page ----*/
.promotionpage {
    margin: 50px 0;
}

.promotionpage .custom_col {
    padding-left: 8px;
    padding-right: 8px;
}
.promobox {
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    font-family: 'PT Sans', Arial, sans-serif;

}


.promobox .imgholder {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.promobox .imgholder img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 5px 5px 0 0;
}


.promobox .promo_box_inner {
    border-radius: 6px;
    border: 1px solid #bab6fd;
    color: #000;
    text-align: center;
	min-height: 450px;
}

.promobox .promo-content {
    max-width: 100%;
    padding: 8px 10px;
    margin: 0;
}



.promotionpage .custom_row {
    margin-left: -8px;
    margin-right: -8px;
}

.promobox .promo-content .ptitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e1e1;
}

.promobox .promo-content .pdesc {
    letter-spacing: 0.06px;
    color: #2a313b;
    font-size: 14px;
  /*  min-height: 185px;*/
}
/*.promobox .promo-content .pdesc br {
    display: none;
}*/
/*---- promo banner ---*/
.banner-part {
    margin-bottom: 20px;
}

.banner-part .promobox {
    border-radius: 0;
    padding: 0;
	height:auto;
	background:transparent;
	
}

.banner-part .promobox img {
    border-radius: 10px;
}

.banner-part .promobox .promo_box_inner {
    border: none;
    height: auto;
    min-height: 0;
}

/*------ flex css ----*/
.flex_row {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-col-sm-4, .flex-col-xs-12{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
		float:none;
}

@media (min-width: 768px){
.flex-col-sm-4 {
    max-width: 33.33%;
     flex-basis:33.33%;
}
}
@media (max-width: 767px){
.flex-col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
}
	
.mb-10-xs{
	margin-bottom:10px;
}
}

/*---- responsive  ---*/
@media (min-width:1200px){
	.showmax1199{
		display:none;
	}
}
@media (max-width:1199px){
	 .ftr-logo {
    display: none;
	 }
	 .hidemax1199{
		 display:none;
	 }
	 .showmax1199{
		  display:block;
	 }
header .container, #footer .container{
		 padding-left:0;
		 padding-right:0;
	 }
	 .row-flex .header-right .language .dropdown-toggle img{
		 display:none;
	 }
	 .row-flex .header-right .language .dropdown-toggle {
    min-width: 60px;
    padding: 0 10px;
    text-align: center;
}

.row-flex .header-right .language .open ul.dropdown-menu.drop img {
    display: none;
}

.row-flex .header-right .language .drop li {
    padding: 10px 10px;
    text-align: center;
}

.row-flex .header-right .language {
    width: auto;
    min-width: 90px;
}
.buttons .sb .signin, .buttons .sb .signup {
    width: inherit !important;
}
.pmt_table tr td {
    display: table-cell;
    padding: 0 10px;
}

.pmt_table tr th {
    /* min-width: 180px; */
}

.pmt_table {
   min-width: 700px !important;
   table-layout: fixed;
   width: calc(100% - 2px);
}

#footer.new-footer {
    padding: 25px 15px;
}
}
@media (max-width:991px){
	.promobox .promo-content .ptitle{
		    font-size: 18px;
	}
	.field-label-submit input[type="submit"] {
    min-width: 0;
    padding: 5px 15px !important;
    font-size: 16px !important;
    height: auto !important;
    min-height: 0 !important;
}

.pmt_table tr td {
    padding: 0 0 !important;
}

.pmt_table .paymentsimg {
    padding: 5px 10px;
    width: 100px;
}

	.gthumb .column5 {
    width: calc(100% / 4) !important;
}
.footer-top .centerise-sm {
    max-width: 552px;
    margin: 0 auto;
}

#footer.new-footer .footerlinks ul li a {
    font-weight: 300;
}
.ftr-desc {
    padding: 10px 15px;
    border-top: 1px solid rgba(118,118,118,0.41);
    border-bottom: 1px solid rgba(118,118,118,0.41);
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-top {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ftr-desc h4 {
    margin: 0;
    display: none;
}

#footer .logo-lists ul li {margin: 0 0 !important;padding: 0 !important;}

#footer .logo-lists ul {
    padding: 0 !important;
}

#footer .logo-lists ul.top-logos {
    margin-bottom: 10px !important;
}
#footer.new-footer {
    padding: 25px 0px 12px;
}
.tabs ul li a {
    width: 100px;
    font-size: 12px;
}

#tabbar .tabs ul li {
    width: auto;
    min-width: auto;
    margin-right: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

#footer.new-footer .footerlinks ul li {
    text-decoration: none !important;
    border: none;
}

#footer .logo-lists ul li {
    width: auto;
    border: none;
}
.buttons .sb .signin, .buttons .sb .signup {
    width: inherit !important;
}
.promobox {
    margin-bottom: 10px;
}
#footer .container {
    padding-left: 15px ;
    padding-right: 15px ;
}
}
/*--- for mobile view ----*/
@media (min-width:768px){
	.d-mobile{
		display:none;
	}
	.d-desktop{
		display:block;
	}
	#bankingpage .payment-newform span.pnf-lbl2 {
    color: gray;
	}
}
@media (max-width:767px){
	/*---- table responsive ---*/
.pmt_table thead {
    display: none;
}

.pmt_table tbody {
    border: none;
    display: block;
    width: 100%;
}

.pmt_table tr th, .pmt_table tr td, .pmt_table tr {
    display: block;
    width: 100%;
}

.pmthds_content .table-responsive {
    overflow: inherit;
    width: 100%;
    border: none;
}

.pmt_table tbody tr:nth-child(odd) {
    background: inherit;
}

.pmt_table tbody tr:nth-child(even) {
    background: inherit;
}

.pmt_table tbody tr {
    border: 1px solid #bab6fd;
    border-radius: 3px;
    margin: 0 0 50px 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
}

.pmt_table {
    display: block;
    max-width: none;
    min-width: 0 !important;
    width: 100%;
    border: none;
}

.pmt_table tr td:not(:last-child) {
    border: none;
}

.pmt_table td.pm-img {
    text-align: center;
    width: 100%;
    padding: 10px 5px !important;
    background: transparent;
}

.pmt_table tr td {
    background: #fff;
    border-bottom: 1px solid #d9d9f1 !important;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 10px calc(40% + 10px) !important;
    min-height: 10px;
    width: 100%;
    color: #2a313b;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-shadow: none;
    font-style: normal;
    text-transform: none;
}

.pmt_table tr td:before {
    content: attr(data-title);
    box-sizing: border-box;
    display: block;
    width: 40%;
    max-width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    color: #2a313b;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    text-transform: none;
    background-color: transparent;
    padding: 12px 5px 10px 10px;
    vertical-align: middle;
    line-height: 1;
    border-right: 1px solid #d9d9f1;
}

.pmt_table td.pm-img:before {
    display: none;
}

.pmt_table td.dep-btns {
    text-align: center;
    width: 100%;
    padding: 10px 5px !important;
    background: transparent;
}

.pmt_table td.dep-btns:before {
    display: none;
}

.pmt_table tr td p {
    margin: 0px 0 5px 0;
}
.d-mobile{
		display:block;
	}
	.d-desktop{
		display:none;
	}
	#bankingpage .payment-newform span.pnf-lbl2{
		    color: gray;

	}
	/*--- css for mobile header --*/
	.row-flex .header-centerlogo_holder {
    width: 100%;
    display: inline-block;
    max-height: 60px;
}

.row-flex .header-center .logo_holder a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.row-flex .header-center .logo_holder a img {
    width: auto !important;
    height: 62px !important;
}

.wlgn .row-flex .header-right .buttons .myacc .header-toggle-btn {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 26px;
    color: #7c72b3;
}
.row-flex .header-centerlogo_holder {
    width: 100%;
    display: inline-block;
    max-height: 60px;
}

.row-flex .header-center .logo_holder a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.row-flex .header-center .logo_holder a img {
    width: auto !important;
    height: 62px !important;
}

.wlgn .row-flex .header-right .buttons .myacc .header-toggle-btn {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 26px;
    color: #7c72b3;
}
.row-flex .header-right .header-toggle-btn i {
    font-size: 26px;
    color: #7c72b3;
}

.wlgn .row-flex .header-right .buttons .myacc.toggled {
    position: static;
}

.wlgn .header-right .toggled .hlddmenu {
    width: 100%;
    max-width: 320px;
    padding: 0 15px;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #564c80;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .proname {
    float: left;
    width: auto;
    padding: 0px 0px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .balance-btn {
    float: right;
    width: auto;
    padding: 0 10px;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .balance-btn a {
    padding: 0 25px;
    width: auto;
    min-height: 0;
    border: 1px solid #7b71b2;
    border-radius: 25px;
    line-height: 30px;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .balance-btn a .whitebalance {
    padding: 0;
    border: none;
    min-width: 0;
    line-height: inherit;
    margin: 0;
    height: inherit !important;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .depositbtn {
    float: none;
    clear: both;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .depositbtn a {
    height: auto !important;
    font-size: 16px !important;
    margin: 0;
    min-height: 45px;
    line-height: 35px;
    text-align: center;
    background: #7c72b3;
    border-color: #7c72b3;
}
.menu-header-inner {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.wlgn .hlddmenu li.logout-btn a {
    min-width: 0;
    width: auto;
    padding: 0 20px;
    min-height: 40px;
    line-height: 36px;
}
.hlddmenu li a {
    padding: 10px 0;
}

.hlddmenu li a .imgicon {
    margin: 0;
    width: auto;
    height: 28px;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .proname i {
    display: none;
}

#footer.new-footer {
    padding: 25px 20px;
    text-align: center;
}

#footer.new-footer .footerlinks {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

#footer.new-footer .footerlinks .fmhd {
    text-align: inherit;
}

#footer.new-footer .footerlinks ul li {
    text-align: inherit;
    display: block;
    float: none;
}

.footer-top .centerise-sm .col-sm-4 {
}

.ftr-desc h4 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.gthumb .column5 {
    width: calc(100% / 2) !important;
}


.hlddmenu li a {
    padding: 10px 15px;
}

.hlddmenu li a .imgicon {
    margin: 0;
    width: auto;
    height: 28px;
}

.wlgn .header-right .toggled .hlddmenu li.menu-header .proname i {
    display: none;
}

#footer.new-footer {
    padding: 25px 20px;
    text-align: center;
}

#footer.new-footer .footerlinks {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

#footer.new-footer .footerlinks .fmhd {
    text-align: inherit;
}

#footer.new-footer .footerlinks ul li {
    text-align: inherit;
    display: block;
    float: none;
}

.footer-top .centerise-sm .col-sm-4 {
}

.ftr-desc h4 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.gthumb .column5 {
    width: calc(100% / 2) !important;
}

#custom-search-input .input-group {width: 100%;}

.gthumb {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
}
.gamesres {
    display: block;
    width: 100%;
    padding: 0 8px;
    margin: 0;
}


.p-0-xs {
    padding: 0 !important;
}

.m-0-xs {
    margin: 0 !important;
}

#tabbar {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: inherit;
    align-items: inherit;
}

.games__category {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.games__category .tabs {padding: 16px 0;overflow-x: auto;margin-bottom: -3px !important;}

#tabbar .games__category .tabs ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    text-align: center;
}




*{
 -ms-scrollbar-highlight-color: #f5f5f5;
  -ms-scrollbar-face-color: #ff8b0c;
  -ms-scrollbar-arrow-color: #ff8b0c;
}
/*----*/
*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #f5f5f5;
}
*::-webkit-scrollbar
{
	height:5px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 0px;

	-webkit-box-shadow: inset 0 0 6px rgba(255, 139, 12, 0.03);
	background-color: #ff8b0c;
}

/*--mozzila--*/
::-moz-scrollbar-track-piece {
        background-color: #ff8b0c;          /*Global Track Peice(the slider noob.)*/
        -webkit-border-radius: 0px;
    }
::-moz-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #ff8b0c;            /* Up/Down slider background*/
        -webkit-border-radius: 0px;
    } 
::-moz-scrollbar-thumb:horizontal {
       height: 5px;;
        background-color: #ff8b0c;            /* Side/Side slider background*/
        -webkit-border-radius: 0px;
    }

.games__category .tabs a {
    padding: 10px 0;
    width: 88px;
    height: 68px;
    border-radius: 6px;
}

.games__category .tabs a.active {
    border-width: 2px;
}

.games__search {
    display: block;
    width: 100%;
    padding: 15px 0;
    /*border-top: 2px solid #ff8b0c;*/
}
.row-flex .header-right .myacc .header-toggle-btn {
    background: transparent;
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
}

.row-flex .header-right .myacc.toggled .header-toggle-btn {
    background: #291d45;
    color: #fff;
}



.lgn .row-flex .header-right .header-toggle-btn i {
    color: #fff;
}


.hlddmenu.reg-menu {
    width: 100%;
    text-align: center;
    max-width: 320px;
    right: 0;
    left: inherit;
    padding: 8px;
    margin: 0;
}

.buttons .sb .regactions .signin, .buttons .sb .regactions .signup {margin: 8px !important;width: calc(50% - 16px) !important;}


.buttons .sb .regactions .signin a {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    line-height: 38px !important;
    min-height: 40px !important;
}

.buttons .sb .regactions .signup a {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    line-height: 38px !important;
    min-height: 40px !important;
}
.gthumb .thumbnail img {
    height: auto !important;
}
.wlgn .row-flex .header-right .buttons .balance-btn .whitebalance:hover {
    background: transparent;
}
.promobox .promo-content .pdesc{
	/*min-height:170px !important;*/
}
.promobox{
	 max-width:	500px;
	 margin-left:auto;
	 margin-right:auto;

}
.container.container-custom{
	padding-left:8px;
	padding-right:8px;
}

}
@media (max-width: 480px){
	#bankingpage.new_style .pnf-field .pnf-lable {
    min-width: auto;
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

#bankingpage.new_style .pnf-field {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px;
}

#bankingpage.new_style {
    padding: 5px !important;
}

#bankingpage.new_style .pnf-field.sbmt .pnf-button {
    min-height: 40px !important;
    font-size: 18px !important;
    padding: 0 20px !important;
    width: 100% !important;
}

#bankingpage.new_style .pnf-field .pnf-input {
    height: 35px !important;
    line-height: 35px !important;
    min-height: 0 !important;
    width: 100%;
}

#bankingpage .payment-newform span.pnf-lbl2 {
    text-align: right;
    width: 100%;
    padding-right: 10px;
    margin-top: 2px;
}


.caption h4 {
    margin: 0 !important;
    font-size: 14px;
}

.gthumb .label {
    width: 100% !important;
    min-width: 0;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    line-height: normal !important;
    padding: 10px 0 !important;
}

.playforreal:before {
    font-size: 14px;
}
.row-flex .header-center .logo_holder a img {
    width: auto !important;
    max-height: 52px !important;
    max-width: 100%;
}
.row-flex .header-right .language {
    min-width: 0;
}
.loginform.newstyle .field-label-submit:after {
    left: 23%;
}
.loginform.newstyle .field-label-submit.fg:after {
    left: 10%;
}
.loginform.newstyle .modal-body{
	    padding: 0 18px 16px;
}

}

/*----- 3-august fixing ----*/
.noafter:after {
    display: none;
}
.loginform.newstyle #cf .field-label-submit.signupicon button {
    background-color: #efeff1;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    min-height: 52px;
    width: 100% !important;
    font-size: 18px !important;
    /* background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%); */
    background: #ff8c0e;
    /* background: #fd7588; */
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    max-width: 420px;
    padding: 0 10px 0 10px !important;
    transition: 0.5s ease all;
}
.loginform.newstyle .field-label-submit button {
    background-color: #efeff1;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    max-height: inherit !important;
    height: auto !important;
    min-height: 50px;
    width: 100%;
    font-size: 18px !important;
    /* background-image: linear-gradient(-198deg, #ff8b0c 0%, #ad131f 100%); */
    /* background: #fd7588; */
    background: #ff8c0e;
    transition: 0.5s ease all;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
}
.card_number_inner {
    background: #fff;
    padding: 20px 25px;
    border: 1px solid #6d5fa2 !important;
    border-radius: 50px;
    margin-bottom: 20px;
}
#stripemessage.new_style {
    color: red;
    min-height: 0;
    border: 1px solid #6d5fa2;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}