@media screen and (max-width: 992px) {

	
	
.side_design {
    position: absolute;
    width: 55%;
    z-index: 3;
  margin-top: 59px;
    margin-left: -15px;
}

.win_count {
  
z-index: 10;
    /* top: 30px; */
    /* left: 18px; */
    color: #fff;
    margin-top: 15px;
    padding-bottom: -22px;
    padding-left: 11px;
}
.cart-pstn
{
padding-top: 16px;
    padding-left: 119px;

}

.nxt_winner
{
 font-family:'zebulon_condensedregular';
    font-style: italic;
	font-size:18px;
	line-height:2
}

#demo
{
	font-size:16px;
	font-family: 'robotoregular' ;
}
#spnCost
{
	font-size:16px;
	font-family: 'robotoregular' ;
}
.STB_Container_Image {
  width: 100%;
    height: 100%;
    object-fit: none;
    /* margin-left: -250px; */
    margin-top: 0px;
    display: block;
    top: 0;
    left: 0;
    max-width: none;
    position: absolute;
    object-fit: cover;
    z-index: 0;
	    margin-top: 59px;
	
}

/* Important styles */
#toggle {
display: inline-block;
    width: 90px;
    height: 90px;
    /* margin: 30px auto 10px; */
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 12px;
    margin-right: 12px;
    z-index: 10;
    background: #f48034ad;
    border-radius: 50%;
    /* padding-block: 5px; */
    /* padding-block-start: 25px; */
    padding-inline:24px;
	border: 1px solid #fff;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
width: 40px;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: -33px;
    /* margin-block-end: 25px; */
    margin-inline: px;
    /* text-align: center; */
    /* padding-left: 15px; */
    left: 0px;
    right: 0;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
opacity: 1;
    visibility: visible;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -39px;
    margin-bottom: 370px;
    background: transparent;
    /* box-shadow: 5px 5px 5px 5px #000; */
    z-index: 1;
}

/* menu appearance*/
#menu {
  position: relative;
  color: #999;
  width: 200px;
  height: 200px;
  padding: 10px;
  margin: auto;

  text-align: center;
  border-radius:50%;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
  display:none
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  transition: all .2s;
   font-family:'zebulon_condensedregular';
    font-style: italic;
	font-size:15px;
}
li a:hover,
li a:focus {
background: transparent;
    color: #fff;
}
.hovicon-mobile {
    display: inline-block;
    font-size: 20px;
    line-height: 85px;
    cursor: pointer;
    margin: 10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon-mobile.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon-mobile.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon-mobile.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon-mobile:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon-mobile:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon-mobile.effect-1 {
    background:#253b56d4;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon-mobile.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon-mobile.effect-1.sub-a:hover {
    background:#F48034;
    color: #3d5470;
}
.hovicon-mobile.effect-1.sub-a:hover i {
    color:#3d5470;
}
.hovicon-mobile.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.quarter-circle-top-left{
    width: 200px;
    height: 200px;
    background: #2D435F;
    border-radius: 0 0 200px 0;
    -moz-border-radius: 0 0 200px 0;
    -webkit-border-radius: 0 0 200px 0;
	position:absolute;
	    margin-top:9px;
}
.playgame-modal-cntnt
{
	color:#fff; 
	background: #2D435F;
	font-family: 'robotoregular';
	line-height:2
}
.img_w img {
    height: 75px !important;
    width: 125px !important;
    float: left;
}
.billond_tickets {
    height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 13px;

    color: #fff;
}
.bd_per_ticket {
    margin-right: -24px;
    margin-top: -18px;
}
.new_ticket
{
	margin-left: 27px;
}
.img_w
{
	padding-bottom:5px;
}

.button-playgamemobile {
    background: url(../images/playgamemobile.png) no-repeat;
	
    border: none;
    color: white;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:14px;
    width:196px;
    height: 29px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 45px;
	
}



.button-playgamemobile  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-playgamemobile  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-playgamemobile:hover span {
  padding-right: 25px;
}

.button-playgamemobile:hover span:after {
  opacity: 1;
  right: 0;
}
