body  {
/* bg */


left: 0px;
top: 0px;
color:#fff;
font-family: 'robotoregular' !important;

background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%);

}

nav {
 display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;

position: absolute;

}
.navbar-nav {

    list-style: none;
    padding-top: 15px;
    margin-left: -23px;

}
.navbar-brand img {

width: 163px;
height: 46px;
right: 1093px;
top: 19px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #000;
	
}
.navbar-toggle {
    background-color: #8c8c8ce6;
}
.navbar-brand {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #683aa4;
}
nav ul li a {
    color: #a9a9a9;
    font-size: 22px;
    margin: auto 10px;
    /* Competitions */

    /*width: 173px;*/
    top: 0px;
    font-family:'zebulon_condensedregular';
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    /* or 89% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #FBFBFB;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;	
    padding: .5rem 1.8rem !important;
}
nav ul li a:after {
  display:block;
  content: '';
  border-bottom: solid 2px #FFF;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
nav ul li a:after{ transform-origin: 100% 50%; }
nav ul li a:hover:after{ transform: scaleX(1); transform-origin:   0% 50%; }
nav ul li a:hover {
  color: #683aa4;
  text-decoration:none;
}
.modal-pdng
{
margin-left: -21px;	
}

@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.85); }
  to { transform: scale(1); }
}
.m-pulse {
  animation-name: unset;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.m-pulse:hover {
  animation-name: pulse;
  color:#FFF
}
.nav-link {
    display: block;
    color: #fff !important;
	
}
.button-subheading {
    background: url(../images/btn3.png) no-repeat;
	
    border: none;
    color: white;
   padding-top: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    width:253px;
    height: 33px;
    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-subheading  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-subheading  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-subheading:hover span {
  padding-right: 25px;
}

.button-subheading:hover span:after {
  opacity: 1;
  right: 0;
}


.navbar-header{
margin-left: -30px;
margin-top: -15px;
}
.bg-dark {
/* background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background:url(../images/banner.jfif) no-repeat center center;
height: 456px;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;*/
background: url(../images/banner.jfif)  no-repeat; 
background-size: 100% 100%;
background-position: center -237px;
background-size: cover;
object-fit: cover;
margin-top: 80px;
height: 456px;
}



.button {
   background: url(../images/playnow.png) no-repeat;
    border: none;

    color: white;
 padding-top: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    width: 259px;
    height: 46px;
    font-family: 'zebulon_condensedregular';
    font-style: italic
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.button-practicegame {
    background: url(../images/btn3.png) no-repeat;
    border: none;
    color: white;
     padding-top: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    width: 244px;
    height: 34px;
    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-practicegame span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-practicegame span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-practicegame:hover span {
  padding-right: 25px;
}

.button-practicegame:hover span:after {
  opacity: 1;
  right: 0;
}



.button-payment {
    background: url(../images/payment.png) no-repeat;
	    border: none;
    color: white;
   padding-top: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:34px;
    width: 496px;
    height: 47px;
    font-family: 'zebulon_condensedregular';
    font-style: italic
}

.button-payment span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-payment span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-payment:hover span {
  padding-right: 25px;
}

.button-payment:hover span:after {
  opacity: 1;
  right: 0;
}
.button-playnowmodal {
   background: url(../images/playnow.png) no-repeat;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    width: 258px;
    height: 47px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    padding-top: 10px;
    margin-top: 25px;
   
}

.button-playnowmodal span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-playnowmodal span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-playnowmodal:hover span {
  padding-right: 25px;
}

.button-playnowmodal:hover span:after {
  opacity: 1;
  right: 0;
}


.button-playnow {
   background: url(../images/playnow.png) no-repeat;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    width: 258px;
    height: 47px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    padding-top: 10px;
    margin-top: 25px;
    margin-left: 25px;
}

.button-playnow span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-playnow span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-playnow:hover span {
  padding-right: 25px;
}

.button-playnow:hover span:after {
  opacity: 1;
  right: 0;
}

.margin {
    margin-bottom: 29px;
    font-family: 'zebulon_condensedregular';
    font-size: 64px;
    font-style: italic;
    margin-top: 185px;
	color: #FBFBFB;
}
.margin-upcoming {
    font-family: 'zebulon_condensedregular';
    font-size: 48px;
    font-style: italic;
    border-top: 2px solid #FBFBFB;
    border-bottom: 2px solid #FBFBFB;
    padding: 4px;
	width:100%
}
.margin-subheading {
    font-family: 'zebulon_condensedregular';
    font-size: 24px;
    font-style: italic;
    margin-bottom: 42px;
}

  p {font-size: 14px;}
  
  .bg-1 { 

    color: #ffffff;
  }
  .bg-2 { 
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
  }
  .bg-4 { 
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
  }
 .heading-content
 {
	 padding-top:45px;
	 padding-bottom:45px;
 }
.mrgin-top
{
	margin-top:25px;
}
.winner-box
{
    background: #F48034;
    padding: 13px;
    text-align: left;
    width: 98.9%;
   
}
.winner-heding {
    font-family: 'zebulon_condensedregular';
    font-size: 18px;
    font-style: italic;
}
#cartModal1 {
    opacity: 1;
}

section
{
  padding:4%;
  background:#7e8890;
}
h2,h6
{
  color:#e6e6e6;
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}

.form-subscribe .form-control
{
  background-color: transparent;
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:1px solid #F6F8F9;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px;
  height:32.50px;
  font-style:italic;
  font-size:12px;
  width:550px;
  color:#F6F8F9 !important
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;

}
.form-subscribe .btn
{
	width:102px;
	height:33px;
  
}

.form-subscribe-competition
{
  max-width:600px;
  margin:0 auto
}

.form-subscribe-competition .form-control
{
  background-color: transparent;
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:1px solid #F6F8F9;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px;
  height:32.50px;
  font-style:italic;
  font-size:12px;
  width:415px;
  color:#F6F8F9 !important
}
.form-subscribe-competition .form-control.focus,.form-subscribe-competition .form-control:focus
{
  z-index:2;

}
.form-subscribe-competition .btn
{
	width:102px;
	height:33px;
  
}
.bg-img
{
	margin-top: 55px;
}
.footer-logo
{
	width:165px;
	height:46px;
	    margin-top: -10px;
}
.footer-txt
{
	line-height:20px;
	font-size:12px
}
.footer-menuhdng {
    font-family: 'zebulon_condensedregular';
    font-size: 18px;
    font-style: italic;

}
.list-unstyled
{
	line-height:30px;
}
.footerlink
{
	color:#FBFBFB !important
}



#header-content {
  position: absolute;
  bottom: 0;
}
#header {
  position: relative;
}


@media only screen and (max-width:1152px) {
.form-subscribe .form-control {
	width: 100% !important;
}
.navbar-header {
    margin-left: 0px;
}

    .navbar-nav {
        padding-top: 15px;
    
        list-style: none;
    }
    .margin {
        margin-bottom: 29px;
        font-family:'zebulon_condensedregular';
        font-size: 35px;
        font-style: italic;
        margin-top: 185px;
    }
.winner-box
{
	background: #F48034;
    padding: 6px;
    text-align: left;
    width: 100%;
   
}
.bg-dark {
 	
   height: auto; 
   background-position: center 0px;
}
nav ul li a {
    color: #a9a9a9;
    font-size: 22px;
    margin: auto 10px;
    /* width: 173px; */
    top: 0px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FBFBFB;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
    padding: .5rem 1.45rem !important;
}
.navbar-header {
    margin-left: -30px !important;
    margin-top: -15px;
}
.footer-menuhdng {
    font-family: 'zebulon_condensedregular';
    font-size: 16px;
    font-style: italic;
}



}





.img-holder {
    min-height: 200px;
}

.footr-txt
{
	padding:28px;
	font-size:14px
}
.footr-txt nav a {
font-family: 'robotoregular' !important;
font-style:normal;
font-size:10pt;
padding:0px;
line-height: 30px;
}
figure.effect-honey {
	
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;

	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.img-rotate {
  transition: transform .7s ease-in-out;
}
.img-rotate:hover {
  transform: rotate(360deg);
}


.search:hover {
	

  box-shadow: 0px 15px 20px rgb(236 236 236 / 40%);
  color: #fff !important;

  background-color:transparent;
  text-decoration: none !important;
  border-radius:25px;
  background:#2D435F;
  border: 1px solid #fff;
}

.search {
   
  
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 45px;
  background:#F6F8F9;
      color: #334A66;
	    font-family: 'robotoregular';
	  font-size:14px;
	  
  
	
}
a:focus, a:hover {

    text-decoration:none !important;

}
a.regist:focus,a.regist:hover {

    text-decoration:none !important;
	color:#ccc
	

}



.image:hover  {

  opacity: 0.8;
}
.addgift
{
	text-align: center;
    background: #ccc;
    padding: 15px;
}
.border-radius
{
	border-radius:15px;
}
.header-bg
{
	background:#F48034;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	    margin-top: -12px;
}
.close
{
	margin-top: 8px !important;
    opacity: 1 !important;
   
}

.close:focus, .close:hover {
	color:#fff !important
   
}

/* Full-width input fields */
.input-design {
width: 100%;
    padding: 15px;
    margin: 15px 0 22px 0;
    display: inline-block;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
	
}

.input-design:focus {
  background-color: #ddd;
  outline: none;
}
.input-design1 {

    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
 
    border: 1px solid #fff;
    border-radius: 15px;

	
	margin-left: -41px;
	background:#000;
	color: #fff;
    text-align: center;
	width:68%
	
}

.input-design1:focus {
  background-color: #ddd;
  outline: none;
}


/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color:#fff;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
.modalheadre-text
{
	font-family: 'zebulon_condensedregular';
    font-size: 29px;
    font-style: italic;
    color: #fff;
     PADDING-LEFT:0px;
}
.modalheadre-text1
{
	font-family: 'zebulon_condensedregular';
    font-size: 35px;
    font-style: italic;
    color: #fff;
    
}
.modalbg
{
background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%) !important;
z-index:10;
position: fixed;
    top: 25%;

}
.modalbg-register

{
background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%) !important;
z-index:10;
position: relative;
 

}

.modalbg-pwd
{
background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%) !important;
z-index:10;
position: fixed;
    top: 25%;

}

.modalbg-forgot
{
background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%) !important;
z-index:10;

}

.modalbgbag
{
background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%) !important;
z-index:10
}

.loginbtn {
    margin-top: 8%;
}
.forgot_txt{
    color: #fff !important;
    margin-bottom: 20px;
}
.txt
{
	padding-left: 271px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}
.socialmedia
{
	margin-left: 191px;
}
.btnbg
{
	background: #3D4042 !important;
    border-radius: 50%;
    width: 31px;
    height: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
	opacity:none !important
}

.btnbg1
{
	background: #f5f5f5 !important;
    border-radius: 50%;
    width: 31px;
    height: 30px;
    color: #000;
    font-size: 22px;
    font-weight: normal;	opacity:none !important
}
::placeholder{
  color: #fff;


}
.img-thumbnailbox
{
	width:213px;
	height:149px;
}


.box-upcoming {
  transition: box-shadow .3s;
  background-color:transparent;


  border-radius:10px;

  float: left;
  
}
.box-upcoming:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.btn-ticket {
font-family: 'robotoregular';

	color: #fff;
	margin: 0px;
	font-weight: bold;
	font-size:16px;
	margin-left: 26px;    font-weight: 200;
}
.rheight {
	padding: 7px 0px
}
.modal-body hr {
	height: 0px;
	background: #CCC;
	margin: 13px 0px;
}
.title-head {
	font-size: 9.5pt;
	position:relative;

	font-family: 'zebulon_condensedregular';
	font-style:italic;
	left: 0;
   
    margin-left: 0px;
	font-weight:200;    font-weight: 200;
}
.title-head1 {
	font-size: 12pt;
	position:relative;
	line-height: 2;
	font-family: 'robotoregular';
	margin-left:0px;

}
.sub-title-head {
	font-size: 12pt;
	font-weight:normal;
	position:relative;

	line-height: 2;
	margin-left:0px;
}
.del-btn {
	width: 19px;
	position: relative;
 margin-left: 18px;    font-weight: 200;
}
.gft-btn {
margin-left: -15px;
    margin-right: -15px;
}
.doll-txt {
	position:relative;
bottom:-11px;
margin-left: 103px;    font-weight: 200;
}
.thumb-holder
{
background: #CCC;
text-align: center;
width: 110%;
padding:9% 21%;
}
.img-thumbnail {


    width:90px;
border:0px;
    margin-top: 11px;
	border-radius: 0px;
	height: 67px;
}
.thumb-holder-b
{
background: #CCC;
text-align: center;
width: 105%;
padding:7% 5%;
}

	
	
	.addgift {
    text-align: center;
    background: #ccc;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.inter{
  position:absolute;
  width:100%;
  height:100%;
  background:blue;
  top:0;
  left:0;
  display:none;
}


.showMore {
  font-size: 14px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.showMore + input {
 display:none;
}
.showMore + input + * {
 
  max-height: 0;
  /*and eventually delay an overflow:auto; */
  overflow:hidden;
  transition: max-height 0.5s, overflow 0s;
}
.showMore + input:checked + * { 
  /* here comes the compromise, set a max-height that would for your usual contents*/
   max-height: 5em;
  overflow:auto;
  transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.bagbox
{
	color: #FFF;
    margin-top: 7%;
    width: 400px;
    position: absolute;
    margin-left: 64.5%;
	
}
.modal-lineheight
{

}
/*Css form about page Rahul 23-08-2021*/

.about-section {
    padding: 4% 0;
    background: transparent;
}

.about_description {
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    line-height: 42px;
    color: #FFFFFF;
}

.contact_title {
  	font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FBFBFB;
  
}
.contct-margin
{
	padding-left: 405px;
}

.mb_15 {
    margin-bottom: 15px;
}

.horizontal_center {
    justify-content: center;
    display: flex;
}

.w_100 {
    width: 100%;
}

.input_style {
    background: none;
    height: 50px;
    border-radius: 10px;
}

    .input_style::placeholder {
        color: #fff;
    }

.text_area {
    color: #fff;
    text-align: left;
    text-indent: -85px;
    height: 195px !important;
}

.text_area1 {
    color: #fff;
    text-align: left;
    text-indent: -85px;
    height: 115px !important;
}

.send_btn {
    background: url(../images/comment.png) no-repeat;
    border: none;
    color: white;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    width:341px;
    height:47px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 45px;
	margin-left: -56px;
}

    .send_btn span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .send_btn span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
            color: #fff
        }

    .send_btn:hover span {
        padding-right: 25px;
    }

        .send_btn:hover span:after {
            opacity: 1;
            right: 0;

        }
		
		
		
	
        /*END*/

/*Css form FAQ page Rahul 23-08-2021*/


.height_80{
    height:80px;
}
.play_title h6 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 32px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 42px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    color: #000;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #2d435f;
}
.faq-section {
    padding: 1% 0;
    background: transparent;
}


	.scroll-sctn
		{
			overflow-y:scroll;
			overflow-x:hidden;
			padding-right:5px;
			height: 189px;
		}
		
		
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4C617A; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4C4C4D; 
}
.dropdown-bg
{
	background:#2D435F;
	    border: 1px solid #fff;    margin-left: -49px;
}

.dropdown-bgnew
{
background: #2D435F;
    border: 1px solid #fff;
    margin-left: -25px;
    width: 235px;
	text-align:center;
}

.dropdown-menu>li>a {

    color: #fff !important;
  
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color:#2D435F !important ;
}
.pctgame-btn
{
margin-left: 185%;	
}



.fade.in {
  opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);

}

.modal-backdrop .fade .in {
  opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}



/* Dropdown Button */
.dropbtn {

 
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
 

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {}

/* blog page css */
.mb-40 {
    margin-bottom: 40px;
}
.blog-wrapper {

    overflow: hidden;
    padding: 0px;  
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}
.blog-wrapper1 {

    overflow: hidden;
    padding:20px;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}
pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.grey-bg {
    background:none;
}
.sidebar-blog .widget {
    margin-bottom: 35px;margin-right: -45px;
	color:#fff;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.sidebar-blog .widget1 {
    margin-bottom: 35px;margin-right: -45px;
	color:#fff;
	
}

.widget {
    
    overflow: hidden;
    padding: 25px;
}

.widget-comptn {
    
    overflow: hidden;
    padding:0px;
}

.widget1 {
    
    overflow: hidden;
    padding: 21px;
}
.blog-wrapper {

    overflow: hidden;

}
.mb-40 {
    margin-bottom: 40px;
}
.meta-info ul li:first-child {
    padding-left: 0;
}
.meta-info ul li {
    color: #666666;
    display: inline-block;
    font-size: 11px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-title {
    display: inline-block;
    font-size: 30px;
    font-family: 'Roboto-Regular';
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding: 0;
    text-align: left;
}
.blog-content {
    font-size: 16px;
}
.link-box a {
    color: #197cf1;
    font-size: 14px;
    font-weight: 600;
}
.blog-post-items
{

}
.btm-txt
{
line-height: 2;
    margin-left: 16px;

    width: 99.45%;
    margin-left: -1.5%;
    margin-top:5px;
}

.basic-blog-area
{
	margin-left: -15px;
	    margin-top: 25px;
}
.sidebar-blog .widget {
   margin-bottom: 35px;
    margin-right: -14px;
    /* margin-left: 25px; */
    margin-left: -25px;
}
.sidebar-rc-post .rc-post-thumb {
   display: inline-block;
    float: left;
    /* height: 70px; */
    overflow: hidden;
    position: relative;
    width: 163px;
}
.sidebar-rc-post .rc-post-content {
    margin-left: 15px;
}
.widget-title
{
	font-weight:bold;
	margin-bottom:30px;
	  font-family: 'zebulon_condensedregular';
    font-style: italic;
	font-size:25px;
	border-bottom: 1px solid;
    padding-bottom: 15px;
}
.brandwidget-title
{
	font-weight:bold;

	  font-family: 'zebulon_condensedregular';
    font-style: italic;
	font-size:25px;

    padding-bottom: 15px;
}

.playgamewidget-title
{
	font-weight:bold;

	  font-family: 'zebulon_condensedregular';
    font-style: italic;
	font-size:14px;
margin-left: 0px;
    padding-bottom: 15px;
}


.title_h3
{
	 font-family: 'zebulon_condensedregular';
    font-style: italic;
	font-size:25px
}
.rc-post-content
{
	line-height:2
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3b5998;
}
.twitter-bg {
    background: #55acee;
}
.insta-bg {
    background-color: #fb3958;
}
.input-designregister {
  width: 100%;
    padding: 15px;
    margin: 15px 0 22px 0;
    display: inline-block;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
  
}
.input-designregister1 {
  width: 100%;
    padding: 15px;
    margin: 15px 0 22px 0;
    display: inline-block;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-left: 0px;
}

.buttonforget {
    background: url(../images/btn2.png) no-repeat;
    border: none;
    color: white;
 padding-top: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    width: 312px;
    height: 46px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
	margin-left: -28px;
}

.buttonforget span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonforget span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.buttonforget:hover span {
  padding-right: 25px;
}

.buttonforget:hover span:after {
  opacity: 1;
  right: 0;
}
.forgot-txt
{
	width: 410px;
    margin-left: 83px;
    color: #fff;
	line-height:1.5
}
.description_txt
{
	text-align:justify;
	overflow-x: hidden;
    height: 350px;
    overflow-y: scroll;
}
.side-blog {
    padding: 20px;
  
    box-shadow: 1px 1px 5px 1px #198754;
}
.side-blog ul > li .post-date {
    display: block;
    font-size: 13px;
    line-height: 20px;
}

.sidebartxt
{
	width: 180px;
    font-size: 15px;
}
.rcnt-post
{
display: flex;
    background: #6D7F95;
    width: 340px;
    padding: 5px;
	    margin-top: 5px;
	
}
.lazyload
{
	margin-bottom:0px !important
	
}
.widget-date
{
	line-height: 1.5;
    padding-top: 15px;
	color:#FBFBFB
}
h7
{
font-size: 13px;
    font-family: 'zebulon_condensedregular';	
}
.order_summary_title
{
font-size: 16px;
    font-family: 'zebulon_condensedregular';
	font-style:italic	;

}

.socialicon
{
	margin-right:15px;
}
.cntctarticle
{
padding-left: 75px;
    padding-bottom: 25px;
}

.topbackmenu
{
	text-align: right;
   
    padding-right: 44px;
}
.bgcomment
{
	background:#F48034;
	padding-left: 237px;
	
}

.buttonread {
   background: url(../images/readmore.png) no-repeat;
    border: none;

    color: white;
 padding-top: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width:138px;
    height:31px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
	    margin-bottom: 48px;
}

.buttonread span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonread span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.buttonread:hover span {
  padding-right: 25px;
}

.buttonread:hover span:after {
  opacity: 1;
  right: 0;
}


#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 {
    
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    z-index: 94034;
}
#st-1 .st-total.st-hidden {
    display: none;
}

#st-1 .st-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center;
}
#st-1 .st-btn[data-network='email'] {
    background-color: #7d7d7d;
}

#st-1.st-has-labels .st-btn {
    min-width: 120px;
}

#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 37px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 43px;
    line-height: 39px;
    margin-right: 8px;
    /* padding: 0 1px; */
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-1 .st-btn[data-network='whatsapp'] {
    background-color: #25d366;
}


#st-1 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}
#st-1 .st-btn[data-network='twitter'] {
    background-color: #55acee;
}


#st-1 .st-btn:hover {
    opacity: .8;
    top: -4px;
}
#st-1 .st-btn > img {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 12px;
    vertical-align: top;
}



#hover {
  color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
  color: #fffae3;
}

div#all {
  width: 100%;
  height: 100%;
}


/* generic css */

.view {
  margin: 10px;
  float: left;

  overflow: hidden;
  position: relative;
  text-align: center;

  cursor: default;
 
}

.view .mask,
.view .content {
  width: 300px;
  height: 400px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-family: Raleway, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view p {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #fff;

  text-align: center
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: Raleway, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}


/*1*/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  width: 254px;
  height: auto;
  background:#fff
}

.view-first .mask {
  opacity: 0;
    margin-left:45px;
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {

 opacity: 1;
    transition: all 0.2s linear;
    font-family: 'zebulon_condensedregular';
    text-align: left;
 
    font-size: 15px;
    font-style: italic;
	color:#FFF;
	line-height:2;
	padding-left: 10px;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.view-first{
    box-shadow: 5px 5px 5px 5px #21334a;
}

/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}


.carmodel
{
	text-align:left;
	font-size:13px;
	color:#fff;
	padding-left: 26px;
}
.prizemodel
{
	text-align:right;font-size:15px;
		color:#fff;padding-right: 25px;
}

.view-first1 img {
  /*1*/
  transition: all 0.2s linear;

  height: 213px;
}

.view-first1 .mask {
  opacity: 0;
  background-color: rgba(52, 58, 64, 0.93);
  transition: all 0.4s ease-in-out;  width: 680px;
}

.view-first1 h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first1 p {

 opacity: 1;
    transition: all 0.2s linear;
    font-family: 'zebulon_condensedregular';
    text-align: left;
 
    font-size: 20px;
    font-style: italic;
	color:#000;
	line-height:2
}

.view-first1 a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


/* */

.view-first1:hover img {
  transform: scale(1.1);
}

.view-first1:hover .mask {
  opacity: 1;
}

.view-first1:hover h2,
.view-first1:hover p,
.view-first1:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first1:hover p {
  transition-delay: 0.1s;
}

.view-first1:hover a.info {
  transition-delay: 0.2s;
}
.view1 {
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../images/bgimg.jpg) no-repeat center center;
  width: 699px;
}

.view1 .mask,
.view1 .content {
 
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view1 img {
  display: block;
  position: relative
}

.view1 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-family: Raleway, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view1 p {
    font-family: 'zebulon_condensedregular';
  font-style: italic;
  font-size: 22px;
  position: relative;
  color: #000;
    padding-left: 13px;
  text-align: left
}

.view1 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: Raleway, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view1 a.info:hover {
  box-shadow: 0 0 5px #000
}
.sndbtn
{
	margin-left: -81px;
}
.modal-wdth
{
	width:900opx !important;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.butyingticket
{
	margin:0px !important;
	padding-top: 7px;
	
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background:#F48034 !important;
	border-color:#F48034 !important	
}
.pagination>li>a, .pagination>li>span {

    padding: 6px 6px !important;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow-y:scroll;
  overflow-x:hidden
}
.overlay:target {
  visibility: visible;
  opacity: 1;z-index: 1000;
}

.popup {
  margin: 70px auto;
  padding: 20px;
background: radial-gradient(50% 50% at 50% 50%, #566E8C 13.54%, #2D435F 100%);
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {


}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.socialsharemargin
{
	margin-left: 304px;
}

#output {
 color: #fff;

    letter-spacing: 2px;
    font-size: 15px;
    position: absolute;
    left: 43%;
    margin-top: -43px;
}

.seletion_table {
    width: 100%;
}
.seletion_table tr {
    /* border: 1px solid #ddd; */
    margin-top: 10px;
    /* display: list-item; */
    width: 100%;
    /* padding: 0px 5px; */
    /* list-style: none; */
    vertical-align: middle;
    text-align: center;

}
.vertical-center {
   
   bottom: 0;
    position: absolute;

}
.fmly_cri
{
	line-height:2
}
.more_text {
    text-align: end;
}
.ticket_text1
{
	padding-left:81px;
    padding: 15px;
}
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #000;
}

.mt_forgot {
    margin-top: 12%;
    margin-bottom: 10%;
}
.order_title {
    margin-top: 30px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-size: 22px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 0px;
}
.newrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.order_summary {
    border: 1px solid #ddd;
    margin: 0px;
    line-height: 2.5;
    border-bottom: 0px;
}
.ali_center {
    display: flex;
    align-items: center;

}
price_right {
    text-align: right;
    display: flex;
    /* padding-top: 28px; */
    /* padding-right: 8px; */
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.order_summary_box
{
	padding-bottom:1px;
	padding-top:15px;
}
.order_qty
{
	font-weight:bold;
}
.usertitle
{

    padding-top: 20px;
	font-family: 'zebulon_condensedregular';
  font-style: italic;
}

.usertitlename
{
	padding-left: 20px;
    padding-top: 20px;
	font-family: 'zebulon_condensedregular';
  font-style: italic;
}
.usertitletop
{
	padding-left: 20px;

	font-family: 'zebulon_condensedregular';
  font-style: italic;
  margin-left: -12px;
}


.tab-pane
{
	line-height:2.5;
	text-align:justify;

}
.user-info
{
	border:1px solid #fff;
	padding:6px;
}
.transtion
{
		font-family: 'zebulon_condensedregular';
  font-style: italic;
  color:#fff;
  text-align:center;
  padding:0px;
}
.title-month
{

  color:#fff;
  text-align:center;
}
.date
{
  color:#fff;
  text-align:center;	
}

.hovicon {
    display: inline-block;
    font-size: 20px;
    line-height: 85px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon: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: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.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.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.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
    color: #3d5470;
}
.hovicon.effect-1.sub-a:hover i {
    color:#3d5470;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.congratulation_title {
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-weight: normal;
    font-size: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FBFBFB;
    justify-content: center;
    margin-top: 5%;
}
.price_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 38px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 2px;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.title_p {

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    color: #FFFFFF;
    justify-content:center;
}
.title_h6 {
      font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-size: 22px;
    line-height:63px;
    color: #fff;
}
.copy_link_btn .banner_btn {
    font-size: 20px;
}
.play-section .banner_btn {
    bottom: 50px !important;
}
.play-section .banner_btn {
    border: 2px solid #016634;
    padding: 2px 30px;
    border-radius: 10px;
    margin-top: 30px;
    color: #016634;
}
.copy_link_btn
{
    padding-top: 25px;	
}


.button-copy {
   background: url(../images/readmore.png) no-repeat;
    border: none;

    color: white;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width:138px;
    height:31px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
	  
		    line-height: 2;
}

.button-copy span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-copy span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button-copy:hover span {
  padding-right: 25px;
}

.button-copy:hover span:after {
  opacity: 1;
  right: 0;
}
.icon-circle2 {
    border: 2px solid #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.icon-circle2 .icon_fa {
    font-size: 50px;
}
.fmly_tri {
        font-family: 'zebulon_condensedregular';
    font-style: italic;
	    padding: 8px;
}
.btn_orange {
    padding-top: 12px;
    font-size: 20px;
    margin-top: 15px;
}
h4.text-popup {
    font-size: 30px;
}
.icon-border {
    border-bottom: 2px solid #fff;
    padding-top: 10px;
    margin-bottom: 5px;
}
.exclamBTN {
    color: #f9f9f9;
    font-size: 27px !important;
    border-radius: 50%;
   
    width: 50px;
   
    background-color: #1a2533 !important;
   
    padding: 10px 15px;
}

.send_btn1 {
    background: url(../images/comment.png) no-repeat;
    border: none;
    color: white;
   
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    width:341px;
    height:47px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 45px;
	margin-left: -56px;
	line-height:1
}

    .send_btn1 span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .send_btn1 span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
            color: #fff
        }

    .send_btn1:hover span {
        padding-right: 25px;
    }

        .send_btn1:hover span:after {
            opacity: 1;
            right: 0;

        }
		
	.buttonupdate {
   background: url(../images/playnow.png) no-repeat;
    border: none;

    color: white;
 line-height: .8;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    width: 259px;
    height: 46px;
    font-family: 'zebulon_condensedregular';
    font-style: italic
}

.buttonupdate span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonupdate span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.buttonupdate:hover span {
  padding-right: 25px;
}

.buttonupdate:hover span:after {
  opacity: 1;
  right: 0;
}	
	
	
	
	
	
		.view-order {
  background: url(../images/readmore.png) no-repeat;
    border: none;
    color: white;
   
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:13px;
    width: 138px;
    height: 31px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    margin-bottom: 48px;
	line-height:2.5
}

.view-order span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.view-order span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.view-order:hover span {
  padding-right: 25px;
}

.view-order:hover span:after {
  opacity: 1;
  right: 0;
}	
		
.prizemodel
{
    margin-left:0px;	
}



#content-desktop {display: block;}
#content-mobile {display: none;}

.comptn-pdng
{
	padding-left:0px; 
	padding-right:0px;
	padding-top: 15px;
}
.mobile-margin
{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.modal-dialog {
    width: 80% !important;
}

@media screen and (max-width: 992px) {
    .modal-dialog {
        width: 100% !important;
    }

    div#myNavbar {
        position: absolute;
        width: 100%;
        left: 0;
    }
	.dropdown-account
	{
		display: grid !important;
    width: 100%;
    margin-left: 0px;
	}
	
	.ali_center {
    display: flex;
    align-items: baseline;
}
.order_title {
    margin-top: 30px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-size: 22px;
    border: 1px solid #ddd;
    padding: 10px 53px;
    margin-bottom: 0px;
}
.mobile-col
{
	display:none
	
}
	.newrow
	{
		flex-wrap: inherit;
	}
	.order_summary_box {
    padding-bottom: 15px;
    padding-top: 15px;
}
.order_summary_title {
    font-size: 13px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
}
.button-payment {
    background: url(../images/playnow.png) no-repeat;
    border: none;
    color: white;
    padding-top: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    width: 258px;
    height: 47px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    line-height: 2;
	margin-top: 25px;
}
.contct-margin {
    padding-left:8px;
}
	.about_description {
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
	text-align: justify;
}
	.navbar-toggle 
	{
		margin-top: 26px;
	}
	.dropdown-bg {
   
    margin-left:0px !important;
}
	
	.vertical-center {
    bottom: 0;
    position: relative;
}
figure.effect-honey {
   
    padding-bottom: 15px;
}
	.comptn-pdng
{
	padding-left:0px; 
	padding-right:0px;
	padding-top:0px !important;
}
.navbar-brand {
 

	margin-left:0px !important
}
 .margin-upcoming {
    font-family: 'zebulon_condensedregular';
    font-size: 17px;
    font-style: italic;
    border-top: 2px solid #FBFBFB;
    border-bottom: 2px solid #FBFBFB;
    padding: 4px;
    width: 100%;
    margin-top: 15px;
	margin-bottom: 15px;
}

#content-desktop {display: none;}
#content-mobile {display: block;}

.form-subscribe-competition .form-control {
    background-color: transparent;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: 1px solid #F6F8F9;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    height: 32.50px;
    font-style: italic;
    font-size: 12px;
    color: #F6F8F9 !important;
	width: 100%;
}
.view-first {
    box-shadow: none;
    border: 1px solid #fff;
}
.view-first img {
    transition: all 0.2s linear;
    width: 100%;
    height: 200px;
	background:#fff !important
}
.prizemodel {
	display:none !important
}
.view-first .mask {
    opacity: 0;
    margin-left: 93px;
    transition: all 0.4s ease-in-out;
}
.popup {
    width: 100%;
   
}
.brandwidget-title {
    font-weight: bold;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-size: 17px;
    padding-bottom: 15px;
}
.blog-wrapper {
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    margin-top: 0px !important;
	
	margin-bottom: 48px;
}
.buttonread {
    background: url(../images/readmore.png) no-repeat;
    border: none;
    color: white;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 138px;
    height: 31px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    margin-bottom: 48px;
    margin-left: 18px;
}
.btm-txt {
    line-height: 1.5;
    margin-left: 16px;
    width: 100%;
    margin-left: 0;
    margin-top: -29px;
    text-align: justify;
}
.title_h3 {
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-size: 16px;
}
.close {
    margin-top: 0px !important;
    opacity: 1 !important;
}
.st-label
{
	display:none;
}
#st-1.st-has-labels .st-btn {
    min-width: 60px;
    margin-left:0px;
}
.basic-blog-area {
    margin-left: 0px;
    margin-top: 25px;
}
.send_btn {
 
    margin-left: -23px;
}
.description_txt {
    text-align: justify;
    overflow-x: hidden;
    height: auto !important;
    overflow-y: hidden;
}
.navbar-collapse {
   padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    /* margin-left: -76px; */

}

    
.bgcomment {
    background: #F48034;
    padding-left:0px;
}
.navbar-nav {
    padding-top: 15px;
    margin-left:0px !important;
    background: #F48034;
    margin-top: 0px;
    list-style: none;
    border: 1px solid;
	margin-right:0px !important
}
.mrgin-top {
    margin-top:0px;
}
nav {
    display: contents;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    position: absolute;
}
.footr-txt {
 padding: 0px;
    font-size: 14px;
    border-bottom: 1px solid;
}
.navbar-header {
  
    margin-top:0px;
	margin-left:0px !important
}
.prizemodel {
    text-align: left;
    font-size: 15px;
    color: #fff;
	margin-left: 12px;
    margin-top: 18px;

}

.bg-dark {
    background: url(../images/banner.jfif) no-repeat;
    background-size: 100% 100%;
    background-position: center -30px;
    background-size: cover;
    object-fit: cover;
    margin-top: 0px;
    height: 206px;
}
.margin {
    margin-bottom: 29px;
    font-family: 'zebulon_condensedregular';
    font-size: 23px;
    font-style: italic;
    margin-top: 48px;
}
.heading-content {
    padding-top: 0px !important;
    padding-bottom: 15px;
}
.margin-subheading {
    font-family: 'zebulon_condensedregular';
    font-size: 17px !important;
    font-style: italic;
    margin-bottom: 0px !important;
	    margin-top: 15px;
}

.mobile-margin
{
	margin-top: 15px;
}
.img-rotate
{
	padding-top: 15px;
    padding-bottom: 15px;
}

figure.effect-honey {
	margin-bottom: 15px;
}
figure {
    margin:auto !important;
}
.input-design {
    padding: 15px;
    margin: 15px 0 22px 0;
    display: inline-block;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
}
.forgot-pwd {
   margin-left: 0px;0
    color: #fff;
    text-align: center;
   margin-bottom: 10px;
}


.header-bg {
    background: #F48034;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  margin-top: 0px; 
}
.socialmedia {
   margin-left: 0px;
    text-align: center;
}
.modalheadre-text {
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    color: #fff;
}
.modal-pdng
{
	margin-left:0px;
}
.bagbox {
    color: #FFF;
   margin-top:0%;
    width: auto;
    position: absolute;
     margin-left:0px;
	 left:0
}	
.modalheadre-text1 {
    font-family: 'zebulon_condensedregular';
    font-size: 18px;
    font-style: italic;
    color: #fff;
   PADDING-LEFT: 0px;
   }
   .thumb-holder {
    background: #CCC;
    text-align: center;
    width: 25%;
    padding: 0;
}
.title-head {

      margin-left: -65px;
}
.del-btn {
 
   margin-left: 57px;
}
.btn-ticket {

       margin-left: -64px;
}
.doll-txt {
 
   margin-left: 50px;
}
.img-cart {
    width: 43%;
    margin-left: 13px;
}


.modalbg-forgot {
  
    left: 0;
    right: 0;
    position:absolute;
	top:0%

}

.modalbg-forgot 
{
  

    left: 0;
    right: 0;
    position:relative;
	top:0%

}
.sidebar-blog .widget {
    margin-bottom: 35px;
    margin-right: 0px;
 margin-left: 0px; 
}
.modalbgbag {
  
    left: 0;
    right: 0;
 
}

.play-btn
{
	padding-top: 0px; line-height: 1.5; margin-left: auto !important;margin: auto;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.input-designregister {
    width: 100%;
	margin-left:0px;
}
.input-designregister1 {
    width: 100%;
	margin-left:0px;
	
}

.img_wdh {
    width: 70px;
}
.product-img {
    margin-bottom: -8px;
}
.img-cart
{
	width:50%;
	margin-left: 13px;
	
}
.play-btn
{
	padding-top: 0px; line-height: 1.5; margin-left: 62px;
}
.text-hint {
    font-size: 12px;
    padding-bottom: 14px;
    width: 100% !important;
   
    color: #ffffff;
    line-height: 1.5;
}
.modal-header .close {
    padding: 0px !important;
    margin: 0px;
    position: relative;
    right: -32px;
}
.forgot-txt {
    width: 310px;
    margin-left: 26px;
    color: #fff;
    line-height: 1.5;
}
}

@media all and (device-width: 768px) {
	.contct-margin {
    padding-left: 191px;
}
.modalheadre-text {
    font-family: 'zebulon_condensedregular';
    font-size: 15px;
    font-style: italic;
    color: #fff;
    PADDING-LEFT: 180px;
}
.close {
    margin-top: -3px !important;
    opacity: 1 !important;
}
.title-head {
    margin-left: 55px;
}
.del-btn {
    margin-left: 107px;
}
.btn-ticket {
    margin-left: 54px;
}
.doll-txt {
    margin-left: 110px;
}
.sndbtn {
    margin-left: -37px;
}
	
.navbar-nav {
    padding-top: 15px;
    margin-left: 0px !important;
 background: none;
    margin-top: 18px;
    list-style: none;
   border: none;
    margin-right: 0px !important;
    display: contents;
}
.navbar-brand {
    margin-left: -30px !important;
}
nav ul li a {
    color: #a9a9a9;
    font-size: 22px;
    margin: auto 10px;
    /* width: 173px; */
    top: 0px;
    font-family: 'zebulon_condensedregular';
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FBFBFB;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
    padding: 1.5rem 0.3rem !important;
}
.bg-dark {
    background: url(../images/banner.jfif) no-repeat;
    background-size: 100% 100%;
    background-position: center -200px;
    background-size: cover;
    object-fit: cover;
    margin-top:0px;
    height: 206px;
}
 .bagbox {
    color: #FFF;
    margin-top: 0%;
    width: auto;
    position: absolute;
    margin-left:100px;
    /* left: 0; */
} 
.mrgin-top {
    margin-top: 0px;
    
}
figure.effect-honey {
    margin-bottom: 15px;
     margin-left: 7px !important;
    width: auto;
}
.footer-logo {
    width: 104px;
    height: 46px;
    margin-top: -10px;

}
.footer-txt {

    line-height: 20px;
    font-size: 12px;
}
.fotr-alignment
{
margin-left: -17px;
}
.list-unstyled {
    line-height: 30px;
    margin-top: 25px;
}
.footer-menuhdng {
    font-family: 'zebulon_condensedregular';
    font-size: 13px;
    font-style: italic;
	text-align: center;
}
.rcnt-post {
    display: flex;
    background: #6D7F95;
    width: 95%;
    padding: 5px;
    margin-top: 5px;
}
.sidebar-blog .widget {
    margin-bottom: 35px;
    margin-right: 14px;
  
    margin-left: 0px;
}
.blog-wrapper {
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    margin-top: 0px !important;
    width: 90%;
    margin-bottom:55px;
}
.modalbg {
    left: 0;
    right: 0;
    position: relative;
}

.modalbg-forgot {
    left: 0;
    right: 0;
    position: relative;
}
.bgcomment {
    background: #F48034;
 padding-left: 237px;
}
.send_btn {
    margin-left: -68px;
}
.modal-header .close {
    padding: 0px !important;
    margin: 0px;
    position: fixed;
    right: 10px !important;
}
}

.rgster
{
    font-size:21px;


}
a.rgster:link {
    color: #FBFBFB;
}

a.rgster:visited {
    color: #dee2e6;
}

a.rgster:hover {
    color: #FBFBFB;
}
a.forgttxt:link {
    color: #FBFBFB;
}

a.forgttxt:visited {
    color: #dee2e6;
}

a.forgttxt:hover {
    color: #FBFBFB;
}

.login_eye {
    float: right;
    margin-right: 10px;
    margin-top: -55px;
    position: relative;
    z-index: 2;
    color: #fff !important;
}
.form-check-label {
    margin-left: 20px;
}

.no_margin{
    margin-left:0 !important;
    margin-right:0 !important;
}
.form-check-label
{
	color:#fff !important
}
label {
   
   font-weight: normal !important;
}
.fa-position
{
	margin-left:-39px;
       margin-top: -39px;
}
.text-hint
{
	font-size: 12px;
    padding-bottom: 14px;
   
	color: #ffffff;
	line-height: 1.5;
}
.fa-position {
    color: #fff;
}
.already_register {
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 16px;
}
.play-icon
{
	width: 24%;
	display:none
}
.navbar-nav .nav-link {
    
    cursor: pointer;
}
.new_ticket {
            text-align: end;
            margin-top: -22px;
            font-weight: bold;
            color: #fff;
        }
 .billond_tickets {
       
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
        }
    .new_ticket1 {
            text-align: end;
            margin-top: -22px;
            font-weight: bold;
            color: #fff;
			font-weight: 200;
        }
.modalpopup-block
{
background-color: #f48034 !important;
    border-color: #f48034 !important;
    border-radius-left: 3px;
    height: 36px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 21px;	
}

.titlemargin
{
	width: 188px;
    margin-left:0px;
}
.titlemargintotal
{
	width: 188px;
    margin-left:28px;
}
.btnbg.close {
    position: absolute !important;
    right: 0 !important;
    top: -25px !important;
}

.bottom-border
{
	
	border-bottom:1px solid #fff;
	padding-top:5px; 
	padding-bottom:5px;
}
.img-margin
{
	margin-left:12px;
}


.error-message
{
	color:#ff5454 !important;
	font-size:15px !important
}
.fa {
    display: inline !important;
}
.remove-r-padding {
    padding-right: 0px !important;
}
.remove-padding {
    padding-left: 0px !important;
}

@media(max-width:767px) {
    .linebar {
        margin-top: 20px;
    }
}

@media(max-width:480px) {
    .m-hidden {
        display: none;
    }

    .remove-r-padding {
        padding: .5rem 1.45rem !important;
    }

    .remove-padding {
        padding: .5rem 1.45rem !important;
    }
    .btnbg a {
        position: absolute;
        top: -40px;
        right: 10px;
    }
    #output {
        
        left: 44%;
       
    }
    .modalbg {
        top: 50%;
    }
    .btnbg.close {
        right: 15px !important;
        top: -15px !important;
    }
}
