.container {
  width: 1180px;
}
header {
  background: #100 !important;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto !important;
  box-shadow: none !important;
}
header #sp-logo {
  float: left;
  margin: 0;
  padding: 0 0;
  height: auto;
  display: block;
  width: auto;
}
header #sp-top1 {
  float: right;
  padding: 16px 20px 16px 0;
  margin: 0;
  display: none;
  width: auto;
}
header .mob_notify_menu ul {
  float: left;
  margin: 0;
  padding: 0;
}
header .mob_notify_menu ul li {
  float: left;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  line-height: 25px;
}
header .mob_notify_menu ul li.last {
  padding-right: 0;
}
header .mob_notify_menu ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 35px;
  padding: 0;
}
header .mob_notify_menu ul li a i {
  font-size: 35px;
}
header #sp-top2 {
  display: none;
  float: right;
  width: auto;
  padding: 15px 0 0 0;
}
header .mobile_login_btn ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .mobile_login_btn ul li {
  float: left;
}
header .mobile_login_btn ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
}
header .mobile_login_btn ul li a:hover {
  color: #fff;
}
header .mobile_login_btn ul li.middle a {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
header .mobile_login_btn ul li a i {
  display: none;
}
header .mobile_login_btn ul li.mobile_menubar {
  display: none;
}
header .top_login .facebook_login {
  float: left;
  text-align: center;
  font-size: 10px;
  color: #c39551;
  line-height: 18px;
  position: relative;
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}
header .top_login .facebook_login:after {
  position: absolute;
  content: "OR";
  top: 14px;
  left: -8px;
  background: #350900;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
}
header .top_login .facebook_login P a {
  color: #c39551;
  text-decoration: underline;
}
header #sp-loginbox {
  float: right;
  margin: 10px 10px 10px 10px;
  padding: 0;
  width: auto;
}
header #sp-loginbox form {
  float: left;
}
header .top_login fieldset {
  float: left;
  width: 110px;
  margin: 0;
  padding: 0;
  position: relative;
}
header .top_login fieldset .error_userName_email {
  top: 0;
  left: -172px;
  display: none;
}
header .top_login fieldset .error_password {
  top: 25px;
  left: -164px;
  display: none;
}
header .top_login fieldset .error_userName_email {
  display: block;
}
header .top_login fieldset .error_password {
  display: block;
}
header .top_login fieldset input[type="password"].error,
header .top_login fieldset input[type="text"].error {
  background: #ffefef;
  border: 1px solid #feb2b2;
}
header .top_login fieldset.last {
  margin: 0;
}
header .top_login fieldset input {
  width: 100%;
}
header .top_login fieldset input.custome_input {
  height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 0 5px;
}
header .top_login fieldset input.custome_input.last {
  margin: 0;
}
header .top_login fieldset input.brown_bg {
  line-height: 25px;
  font-size: 15px;
  padding: 0;
  width: 86%;
}
header .top_login fieldset span {
  float: left;
  width: 100%;
  text-align: center;
}
header .top_login fieldset a {
  font-size: 11px;
  color: #b98c83;
  text-decoration: underline;
}
header .top_login fieldset.last {
  width: auto;
  padding: 5px 0 0;
}
header .top_login fieldset a.green_bg {
  border-radius: 3px;
  padding: 7px 10px 4px;
  width: 100%;
  font-size: 15px;
  line-height: 16px;
  background: #abff82;
  background: -moz-linear-gradient(top, #abff82 0, #5da507 3%, #467e04 100%);
  background: -webkit-linear-gradient(top, #abff82 0, #5da507 3%, #467e04 100%);
  background: linear-gradient(to bottom, #abff82 0, #5da507 3%, #467e04 100%);
  color: #fff;
  text-decoration: none;
}
header .top_login fieldset.last a {
  line-height: 25px;
}
header #sp-menu {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
body.post-login header #sp-menu {
  float: right;
}
header #sp-menu.right_al {
  float: right;
}
header .main_menu ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
header .main_menu ul li {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-flex;
}
header .main_menu ul li a {
  color: #c39551;
  text-decoration: none;
  line-height: 52px;
  padding: 8px 11px;
  float: left;
  display: block;
  font-size: 16px;
  text-transform: none;
  letter-spacing: initial;
}
header .main_menu ul li.no-space a {
  border: 0;
  padding: 0;
}
header .main_menu ul li:first-child a {
  border-left: 0;
}
header .main_menu ul li:last-child a {
  border-right: 0;
}
header .main_menu ul li.active > a,
header .main_menu ul li:hover > a {
  color: #fff;
  background: #450e02;
  background: -moz-linear-gradient(top, #450e02 0, #551502 50%, #450e02 100%);
  background: -webkit-linear-gradient(top, #450e02 0, #551502 50%, #450e02 100%);
  background: linear-gradient(to bottom, #0d6c4a 0, #23c089 50%, #0d6c4a 100%);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  float: left;
  padding: 0 !important;
  background: #0d6c4a !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  border: 0 !important;
  border-bottom: 1px solid #5b1607 !important;
  padding: 9px 20px 9px 25px !important;
  width: 100%;
  line-height: 22px;
  position: relative;
  position: relative;
  font-size: 14px;
  color: #b58a81 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a img {
  position: absolute;
  left: 0;
  top: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
  background: #360901;
  color: #fff !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:after {
  content: "";
  clear: both;
  display: block;
}
.backtoold {
  position: absolute;
  right: 0;
  top: 0;
}
body.post-login .backtoold {
  display: none;
}
body.post-login header #sp-top1 {
  margin: 0 !important;
}
.banner {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner .home_banner {
  display: block;
  overflow: hidden;
  height: 480px;
}
.banner .home_mobile_banner {
  display: none;
  overflow: hidden;
}
.banner .slick-slider {
  margin: 0;
}
.banner .slick-slider .slick-next,
.banner .slick-slider .slick-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  top: 50%;
  opacity: 0.5;
}
.banner .slick-slider .slick-prev {
  left: 20px;
  z-index: 1;
  background-position: -65px -5px;
}
.banner .slick-slider .slick-next {
  right: 20px;
  z-index: 1;
  background-position: -5px -5px;
}
.banner .slick-slider .slick-prev:before {
  z-index: 10;
  content: "";
}
.banner .slick-slider .slick-next:before {
  z-index: 10;
  content: "";
}
.banner .slick-slider .slick-next:hover,
.banner .slick-slider .slick-prev:hover {
  opacity: 1;
}
.banner .slick-slide {
  position: relative;
  height: auto;
}
.banner .slide_bg {
  height: 520px;
}
.banner .banner_container {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  display: table;
  height: 100%;
  min-height: 100%;
}
.banner .banner_container .row {
  display: table-cell;
  vertical-align: middle;
}
.banner .banner_text {
  text-align: center;
  width: auto;
}
.banner .banner_text span {
  font-size: 36px;
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: ubuntubold;
  line-height: 1.42857143;
}
.banner .banner_text span img {
  width: 100%;
}
.banner .banner_text a.playnow {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  padding: 0 40px;
}
.banner .banner_text a.joinnow {
  display: none;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  padding: 0 20px;
}
.banner .home_banner .slide1 .banner_text {
  float: left;
  margin: 200px 0 0 225px;
}
.banner .home_banner .slide2 .app_link_btn .banner_text {
  float: right;
  margin: 60px 97px 0 0;
  width: 400px;
}
.banner .home_banner .slide2 .app_link_btn .banner_text a {
  margin: 0 10px;
  display: inline-block;
}
.banner .home_banner .slide3 .banner_text {
  float: right;
  margin: 200px 150px 0 0;
}
.banner .banner_text ._btn {
  width: 150px;
  height: 50px;
  background-position: -765px -278px;
  font-size: 0;
}
.banner .banner_text .ios_btn {
  width: 150px;
  height: 50px;
  background-position: -765px -337px;
  font-size: 0;
}
.banner .home_mobile_banner .banner_text {
  float: left;
  width: 100%;
  padding: 0 20px 18px 0;
  text-align: center;
}
.banner .home_mobile_banner .banner_text .brown_bg {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  display: inline-block;
  float: right;
  width: 150px;
}
.banner .home_mobile_banner .banner_text .green_bg {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  display: inline-block;
  float: right;
  width: 150px;
}
.banner .home_mobile_banner .banner_text a.imgbtn {
  display: inline-block;
}
.banner .home_mobile_banner .banner_text a.imgbtn img {
  width: 160px;
  display: inline-block;
}
.banner .home_mobile_banner .app_link_btn .banner_text a img {
  display: inline-block;
}
.banner .home_mobile_banner .slide1 {
  background-image: url(../../../images/promotions/2018/january/million-maker-rummy-tournament/home-page-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .home_mobile_banner .slide2 {
  background-image: url(../../../images/promotions/2017/december/after-dark-cash-rewards/home-page-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .downarrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -23px;
  background-position: -915px -5px;
  width: 47px;
  height: 26px;
  animation: 2s ease 0s normal none infinite running bounce;
  outline: 0;
  cursor: pointer;
  font-size: 0;
}
body.ab_homepage header #sp-loginbox {
  width: 225px;
}
.banner .banner_withform .slide_bg {
  height: 520px;
}
.banner .banner_withform .banner_text {
  float: none;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  position: absolute;
}
.banner .banner_withform .banner_text .brown_bg {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  width: 250px;
}
.banner .banner_withform .banner_text .green_bg {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  margin: 0 0 0 -310px;
  width: 250px;
}
.banner .banner_withform .mobile_banner {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.banner .banner_withform .mobile_banner img {
  width: 100%;
}
.banner .banner_withform .tab_banner {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.banner .banner_withform .tab_banner img {
  width: 100%;
}
.banner .banner_withform .tab_banner1 {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.banner .banner_withform .tab_banner1 img {
  width: 100%;
}
.banner .banner_withform .form_tag {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.banner .banner_withform .form_tag img {
  width: 165px;
}
.banner .banner_withform .home_register_form {
  float: right;
  margin: 10px 0 0;
  padding: 10px;
  width: 343px;
  height: 514px;
  background: url(../../../images/home/home-with-form/from_bg.png) no-repeat;
}
.banner .banner_withform .home_register_form .form_header {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.banner .banner_withform .home_register_form .form_header img {
  display: inline-block;
}
.banner .banner_withform .home_register_form .form_inner {
  float: left;
  width: 100%;
  padding: 70px 20px 0;
  margin: 0;
}
.banner .banner_withform .home_register_form .form_inner .form-group p {
  color: #000;
  font-size: 14px;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder {
  padding-bottom: 25px;
  position: relative;
  width: 100%;
  float: left;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder .req_star {
  position: absolute;
  right: -10px;
  top: 0;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3e3f41;
  color: #fff;
  border: 1px solid #505258;
  border-left: 0;
  height: 31px;
  padding: 5px 10px 5px 35px;
  float: left;
}
.banner .banner_withform .home_register_form .form_inner .button_holder .brown_bg {
  font-size: 21px;
  text-align: center;
  width: 100%;
  border-radius: 25px;
  line-height: 40px;
}
.banner .banner_withform .home_register_form .form_inner .button_holder a {
  color: #9b0312;
  text-decoration: underline;
  font-size: 14px;
}
.banner .banner_withform .home_register_form .form_inner .button_holder.last {
  margin: 0;
  text-align: center;
  color: #000;
}
.banner .banner_withform .home_register_form .form_inner .button_holder.last p.mlogin {
  font-size: 14px;
  color: #000;
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder.error input {
  background: #3e3f41 none repeat scroll 0 0;
  border: 1px solid #505258;
  border-left: 0;
  height: 30px;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.email,
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.mobile,
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.password,
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.username {
  background: url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.username {
  background-position: 0 4px;
  background-color: #3e3f41;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.password {
  background-position: 0 -42px;
  background-color: #3e3f41;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.email {
  background-position: 0 -89px;
  background-color: #3e3f41;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.mobile {
  background-position: 0 -135px;
  background-color: #3e3f41;
}
@-webkit-keyframes username {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 4px;
  }
}
@-webkit-keyframes password {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -42px;
  }
}
@-webkit-keyframes email {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -89px;
  }
}
@-webkit-keyframes mobile {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -135px;
  }
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.username:-webkit-autofill {
  -webkit-animation-name: username;
  -webkit-animation-fill-mode: both;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.password:-webkit-autofill {
  -webkit-animation-name: password;
  -webkit-animation-fill-mode: both;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.email:-webkit-autofill {
  -webkit-animation-name: email;
  -webkit-animation-fill-mode: both;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.mobile:-webkit-autofill {
  -webkit-animation-name: mobile;
  -webkit-animation-fill-mode: both;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder input.error {
  border: 1px solid #505258;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder .tooltip.bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder .tooltip.bottom .tooltip-arrow {
  display: none;
}
.banner .banner_withform .home_register_form .form_inner .form_item_holder .tooltip.bottom .tooltip-inner {
  background: 0 0 !important;
  color: #ff4a4a !important;
  text-align: left;
  font-size: 11px !important;
  padding: 3px 0 !important;
}
.banner .banner_withform .home_register_form .facebook_reg {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.banner .banner_withform .home_register_form .facebook_reg .or_div {
  color: #e3e3e3;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 3px 0;
}
.banner .banner_withform .home_register_form .facebook_reg .or_div span {
  position: relative;
}
.banner .banner_withform .home_register_form .facebook_reg .or_div span:after {
  position: absolute;
  content: "";
  top: 7px;
  right: -100px;
  background: #e3e3e3;
  height: 1px;
  width: 90px;
}
.banner .banner_withform .home_register_form .facebook_reg .or_div span:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -100px;
  background: #e3e3e3;
  height: 1px;
  width: 90px;
}
.banner .banner_withform .home_register_form .form_footer {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
.banner .banner_withform .home_register_form .form_footer .form-group {
  margin: 0;
  padding: 0;
}
.banner .banner_withform .home_register_form .form_footer .form-group .no_crcard {
  margin: 0 0 0;
  padding: 0 0 0;
  color: #6d6d6d;
  font-size: 13px;
}
.banner .banner_withform .home_register_form .form_footer .form-group .no_crcard span.no_crcard_img {
  width: 20px;
  height: 20px;
  background-position: -999px -143px;
  position: relative;
  right: auto;
  top: 5px;
  display: inline-block;
}
.banner .banner_withform .home_register_form .form_footer .form-group .no_crcard a {
  color: #6d6d6d;
  text-decoration: underline;
}
.banner .container {
  position: absolute;
  left: 780px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
}
.banner .home_register_form1 {
  float: right;
  margin: 20px 0 0;
  padding: 0;
  width: 333px;
  height: 477px;
  background: url(../../../images/home/home-with-form/from_bg_new2.png) no-repeat;
  box-shadow: 0 0 15px #000;
  border-radius: 12px;
}
.banner .home_register_form1 .form_header {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.banner .home_register_form1 .form_header img {
  display: inline-block;
}
.banner .home_register_form1 .form_inner {
  float: left;
  width: 100%;
  padding: 95px 20px 0;
  margin: 0;
}
.banner .home_register_form1 .form_inner .form-group p {
  color: #000;
  font-size: 14px;
}
.banner .home_register_form1 .form_inner .form_item_holder {
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  float: left;
}
.banner .home_register_form1 .form_inner .form_item_holder .req_star {
  position: absolute;
  right: -10px;
  top: 0;
}
.banner .home_register_form1 .form_inner .form_item_holder input {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  border: 1px solid #9f9f9f;
  height: 35px;
  padding: 5px 10px;
  float: left;
}
.banner .home_register_form1 .form_inner .button_holder .brown_bg {
  font-size: 24px;
  text-align: center;
  width: 100%;
  border-radius: 25px;
  line-height: 40px;
  height: 55px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #086113;
  background: #13e100;
  background: -moz-linear-gradient(top, #13e100 0%, #1cab0f 27%, #129306 54%, #023c00 100%);
  background: -webkit-linear-gradient(top, #13e100 0%, #1cab0f 27%, #129306 54%, #023c00 100%);
  background: linear-gradient(to bottom, #13e100 0%, #1cab0f 27%, #129306 54%, #023c00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#13e100', endColorstr='#023c00', GradientType=0);
}
.banner .home_register_form1 .form_inner .button_holder a {
  color: #9b0312;
  text-decoration: underline;
  font-size: 14px;
}
.banner .home_register_form1 .form_inner .button_holder.last {
  margin: 0;
  text-align: center;
  color: #000;
}
.banner .home_register_form1 .form_inner .button_holder.last p.mlogin {
  font-size: 14px;
  color: #000;
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.banner .home_register_form1 .form_inner .form_item_holder.error input {
  background: #3e3f41 none repeat scroll 0 0;
  border: 1px solid #505258;
  border-left: 0;
  height: 30px;
}
.banner .home_register_form1 .form_inner .form-group select.state,
.banner .home_register_form1 .form_inner .form_item_holder input.em_mob,
.banner .home_register_form1 .form_inner .form_item_holder input.email,
.banner .home_register_form1 .form_inner .form_item_holder input.mobile,
.banner .home_register_form1 .form_inner .form_item_holder input.password,
.banner .home_register_form1 .form_inner .form_item_holder input.username {
  background: url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
}
.banner .home_register_form1 .form_inner .form_item_holder input.username {
  background-position: 0 4px;
  background-color: #3e3f41;
}
.banner .home_register_form1 .form_inner .form_item_holder input.password {
  background-position: 0 -42px;
  background-color: #3e3f41;
}
.banner .home_register_form1 .form_inner .form_item_holder input.email {
  background-position: 0 -89px;
  background-color: #3e3f41;
}
.banner .home_register_form1 .form_inner .form_item_holder input.em_mob {
  background-position: 2px -180px;
  background-color: #3e3f41;
}
.banner .home_register_form1 .form_inner .form_item_holder input.mobile {
  background-position: 0 -135px;
  background-color: #3e3f41;
}
.banner .home_register_form1 .form_inner .form-group select.state {
  background-position: 0 -223px;
}
@-webkit-keyframes username {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 4px;
  }
}
@-webkit-keyframes password {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -42px;
  }
}
@-webkit-keyframes email {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -89px;
  }
}
@-webkit-keyframes em_mob {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 2px -180px;
  }
}
@-webkit-keyframes mobile {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -135px;
  }
}
@-webkit-keyframes select {
  to {
    color: #fff;
    background: #3e3f41 url(../../../images/home/home-with-form/home_from_icon.png) no-repeat;
    background-position: 0 -223px;
  }
}
.banner .home_register_form1 .form_inner .form_item_holder input.username:-webkit-autofill {
  -webkit-animation-name: username;
  -webkit-animation-fill-mode: both;
}
.banner .home_register_form1 .form_inner .form_item_holder input.password:-webkit-autofill {
  -webkit-animation-name: password;
  -webkit-animation-fill-mode: both;
}
.banner .home_register_form1 .form_inner .form_item_holder input.email:-webkit-autofill {
  -webkit-animation-name: email;
  -webkit-animation-fill-mode: both;
}
.banner .home_register_form1 .form_inner .form_item_holder input.em_mob:-webkit-autofill {
  -webkit-animation-name: email;
  -webkit-animation-fill-mode: both;
}
.banner .home_register_form1 .form_inner .form_item_holder input.mobile:-webkit-autofill {
  -webkit-animation-name: mobile;
  -webkit-animation-fill-mode: both;
}
.banner .home_register_form1 .form_inner .form-group select.state:-webkit-autofill {
  -webkit-animation-name: email;
  -webkit-animation-fill-mode: both;
}
.banner .home_register_form1 .form_inner .form_item_holder input.error {
  border: 1px solid maroon;
}
.banner .home_register_form1 .form_inner .form_item_holder .tooltip.bottom {
  width: 100%;
  margin: 0;
  padding: 0;
  top: 32px !important;
}
.banner .home_register_form1 .form_inner .form_item_holder .tooltip.bottom .tooltip-arrow {
  display: none;
}
.banner .home_register_form1 .form_inner .form_item_holder .tooltip.bottom .tooltip-inner {
  background: #800000 !important;
  color: #fff !important;
  text-align: left;
  font-size: 10px !important;
  padding: 3px 10px !important;
  border-radius: 0 0 5px 5px;
}
.banner .home_register_form1 .form_inner .form-group {
  margin-bottom: 22px;
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  background: #3e3f41;
}
.banner .home_register_form1 .form_inner .form-group select {
  display: block;
  border: 1px solid #505258;
  border-radius: 5px;
  height: 31px;
  width: 100%;
  font-size: 15px;
  color: #fff;
  padding: 5px 10px 5px 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.banner .home_register_form1 .form_inner .form-group select option {
  background: #fff;
  color: #000;
}
.banner .home_register_form1 .form_inner .form-group:after {
  background: url(../../../images/common/arrow_bottom.png) no-repeat center right 10px;
  background-size: 15px;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
}
.banner .home_register_form1 .form_inner .form-group .tooltip.bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}
.banner .home_register_form1 .form_inner .form-group .tooltip.bottom .tooltip-arrow {
  display: none;
}
.banner .home_register_form1 .form_inner .form-group .tooltip.bottom .tooltip-inner {
  background: 0 0 !important;
  color: #ff4a4a !important;
  text-align: left;
  font-size: 11px !important;
  padding: 3px 0 !important;
}
.banner .home_register_form1 .facebook_reg {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0 0;
}
.banner .home_register_form1 .facebook_reg .or_div {
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 3px 0;
}
.banner .home_register_form1 .facebook_reg .or_div span {
  position: relative;
}
.banner .home_register_form1 .facebook_reg .or_div span:after {
  position: absolute;
  content: "";
  top: 7px;
  right: -100px;
  background: #fff;
  height: 1px;
  width: 90px;
}
.banner .home_register_form1 .facebook_reg .or_div span:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -100px;
  background: #fff;
  height: 1px;
  width: 90px;
}
.banner .home_register_form1 .form_footer {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
.banner .home_register_form1 .form_footer .form-group {
  margin: 0;
  padding: 0;
}
.banner .home_register_form1 .form_footer .form-group .no_crcard {
  margin: 0 0 0;
  padding: 0 0 0;
  color: #fff;
  font-size: 13px;
}
.banner .home_register_form1 .form_footer .form-group .no_crcard span.no_crcard_img {
  width: 20px;
  height: 20px;
  background-position: -999px -143px;
  position: relative;
  right: auto;
  top: 5px;
  display: inline-block;
}
.banner .home_register_form1 .form_footer .form-group .no_crcard a {
  color: #fff;
  text-decoration: underline;
}
@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.geting_started {
  clear: both;
  margin: 0;
  padding: 50px 0 0;
  width: 100%;
  background: #f5f0e2;
}
.geting_started .section_heading {
  float: left;
  margin: 0;
  padding: 0 0 50px;
  color: #000;
  font-size: 28px;
  width: 100%;
  text-align: center;
}
.geting_started .step {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.geting_started .step ul {
  float: left;
  margin: 0;
  padding: 0;
}
.geting_started .step ul li {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.geting_started .step ul li span.icon {
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
}
.geting_started .step ul li span.icon a {
  width: 60px;
  height: 60px;
  font-size: 0;
  float: left;
}
.geting_started .step ul li span.icon.step1 a {
  background-position: -570px -186px;
}
.geting_started .step ul li span.icon.step2 a {
  background-position: -647px -186px;
}
.geting_started .step ul li span.icon.step3 a {
  background-position: -722px -186px;
}
.geting_started .step ul li p {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(100% - 80px);
  font-size: 14px;
}
.geting_started .step ul li p .title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: ubuntumedium;
  font-size: 20px;
}
.geting_started .step ul li p .link {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.geting_started .step ul li p .link a {
  color: #b16801;
  text-decoration: underline;
}
.geting_started .geting_started_img {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
}
.download_app_strip {
  background: #2b3241;
  width: 100%;
  padding: 40px 0;
  margin: -40px 0 0 0;
  position: relative;
  z-index: 0;
}
.download_app_strip p {
  float: left;
  width: 100%;
}
.download_app_strip span {
  color: #fff;
  font-size: 24px;
  padding-right: 30px;
  float: left;
  line-height: 50px;
}
.download_app_strip a {
  display: inline-block;
  margin-right: 10px;
  float: left;
  width: 150px;
  height: 50px;
  font-size: 0;
}
.download_app_strip a.app_store {
  background-position: -765px -337px;
}
.download_app_strip a.google_play {
  background-position: -275px -5px;
}
.download_app_strip a._real {
  background-position: -765px -278px;
}
.why_play {
  margin: 0;
  padding: 50px 0 20px;
  width: 100%;
  background: #fff;
}
.why_play .section_heading {
  float: left;
  margin: 0;
  padding: 0 0 50px;
  color: #000;
  font-size: 28px;
  width: 100%;
  text-align: center;
}
#featuresTab .resp-tabs-list {
  float: none;
  width: 80%;
  font-family: ubuntumedium;
  margin: 0 auto;
}
#featuresTab .resp-tabs-list li {
  text-align: center;
  width: 50%;
  float: left;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #474747;
  background: #f4f4f4;
  padding: 13px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#featuresTab .resp-tabs-list li:first-child {
  margin: 0;
  border-left: 1px solid #e5e5e5;
}
#featuresTab .resp-tabs-list li:last-child {
  margin: 0;
  border-right: 1px solid #e5e5e5;
}
#featuresTab .resp-tabs-list li span.icon {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 0 0 10px;
}
#featuresTab .resp-tabs-list li span.icon .fa {
  font-size: 45px;
}
#featuresTab .resp-tabs-list li.resp-tab-active {
  color: #fff;
  position: relative;
  background: #b16801;
}
#featuresTab .resp-tabs-list li.resp-tab-active:first-child:before {
  border-left: 0;
}
#featuresTab .resp-tabs-list li.resp-tab-active:last-child:after {
  border-left: 0;
}
#featuresTab .resp-tabs-list li.resp-tab-active:before {
  content: "";
  border-left: 25px solid #f4f4f4;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
#featuresTab .resp-tabs-list li.resp-tab-active:after {
  content: "";
  border-left: 25px solid #b16801;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  right: -25px;
  top: 0;
  position: absolute;
  z-index: 1;
}
#featuresTab .resp-tabs-list li.resp-tab-active span.icon.icon1 {
  background: url(../images/home/attractive_promotions_icon.png) no-repeat center -44px;
}
#featuresTab .resp-tabs-list li.resp-tab-active span.icon.icon2 {
  background: url(../images/home/rummy_features_icon.png) no-repeat center -45px;
}
#featuresTab .resp-tabs-list li.resp-tab-active span.icon.icon3 {
  background: url(../images/home/winners_speak_icon.png) no-repeat center -44px;
}
#featuresTab .resp-tabs-container {
  float: left;
  margin: 60px 0 0;
  padding: 0;
  width: 100%;
}
#featuresTab .resp-tab-content {
  padding: 0 0 0;
  width: 100%;
  float: left;
  display: none;
  height: auto;
  min-height: 400px;
}
#featuresTab .resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  padding: 4px 20px;
  height: 50px;
  line-height: 45px;
  color: #474747;
  float: left;
  width: 100%;
  background: #f4f4f4;
}
#featuresTab .resp-accordion .resp-arrow {
  width: 25px;
  height: 25px;
  float: right;
  margin-top: 7px;
  position: relative;
  line-height: 25px;
  color: #6a6a6a;
}
#featuresTab .resp-accordion .resp-arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 0;
}
#featuresTab .resp-accordion:hover .resp-arrow:after {
  color: #6a6a6a;
}
#featuresTab .resp-accordion.resp-tab-active .resp-arrow:after {
  content: "\f106";
  line-height: 20px;
  color: #ebcb9f;
}
#featuresTab .resp-easy-accordion .resp-tab-content {
  border: 0 solid #c1c1c1;
}
#featuresTab .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 0 solid #c1c1c1 !important;
}
#featuresTab .resp-accordion:first-child {
  border-top: 0 solid #c1c1c1 !important;
}
#featuresTab .resp-accordion:hover {
  color: #474747;
  background: #f4f4f4;
  border-bottom-color: #d7d7d7;
}
#featuresTab .resp-accordion.resp-tab-active {
  color: #fff;
  background: #b16801;
  border-bottom-color: #b16801;
}
#featuresTab .resp-accordion span.icon {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 6px 10px 0 0;
}
#featuresTab .resp-accordion span.icon .fa {
  font-size: 33px;
}
#featuresTab .resp-tab-content .Promotions .promotion_thmb_big img {
  width: 99%;
  border-radius: 5px;
}
#featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 {
  padding-bottom: 27px;
}
#featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 img {
  width: 100%;
  border-radius: 5px;
}
.featurescontent div {
  padding-bottom: 40px;
}
.featurescontent div span.icon_outer {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}
.featurescontent div span.icon_outer span {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.featurescontent div span.icon_outer span.icon1 {
  background-position: 5px -260px;
}
.featurescontent div span.icon_outer span.icon2 {
  background-position: -105px -260px;
}
.featurescontent div span.icon_outer span.icon3 {
  background-position: -215px -260px;
}
.featurescontent div span.icon_outer span.icon4 {
  background-position: -335px -260px;
}
.featurescontent div.clear {
  padding: 0;
}
.featurescontent div p {
  float: left;
  width: calc(100% - 130px);
  padding: 10px 0 0 10px;
  color: #474747;
  font-size: 16px;
}
.featurescontent div p samp {
  color: #000;
  font-size: 20px;
  font-family: ubuntumedium;
  padding-bottom: 20px;
  display: block;
  line-height: 22px;
}
.featurescontent div ul {
  float: left;
  width: calc(100% - 130px);
  padding: 0 0 0 20px;
  color: #474747;
  font-size: 14px;
}
.featurescontent div ul li {
  list-style: disc;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: list-item;
}
#featuresTab .resp-tab-content .winners_speak .winner_text {
  background: #f4f4f4;
  float: left;
  padding: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  height: 200px;
  color: #474747;
  line-height: 28px;
}
#featuresTab .resp-tab-content .winners_speak .winner_text:after,
#featuresTab .resp-tab-content .winners_speak .winner_text:before {
  content: "";
  border-top: 20px solid #f4f4f4;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 50px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
}
#featuresTab .resp-tab-content .winners_speak .winner_text:before {
  border-top: 20px solid #e5e5e5;
  bottom: -21px;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_pic {
  width: 69px;
  height: 69px;
  border: 1px solid #c4c4c4;
  border-radius: 69px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_pic img {
  width: 100%;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_pic.winner1 {
  background-position: -793px -184px;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_pic.winner2 {
  background-position: -876px -184px;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_pic.winner3 {
  background-position: -951px -184px;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name {
  float: left;
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  color: #000;
}
#featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name span {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: ubuntubold;
  width: 100%;
}
.seo_content {
  margin: 0;
  width: 100%;
  padding: 0;
  background: #f5f0e2;
}
.seo_content .smk_accordion {
  position: relative;
  margin: 0;
  padding: 40px 0;
  list-style: none;
  margin-bottom: 0;
}
.seo_content .smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: 0;
  overflow: hidden;
}
.seo_content .smk_accordion .accordion_in:last-child {
  border: 0;
}
.seo_content .smk_accordion .accordion_in .acc_head {
  position: relative;
  color: #000;
  padding: 10px;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
.seo_content .smk_accordion .accordion_in .acc_head h3 {
  font-size: 18px;
}
.seo_content .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-position: -1006px -5px;
}
.seo_content .smk_accordion .accordion_in .acc_content {
  color: #474747;
  padding: 3px 10px 15px;
  float: left;
  font-size: 14px;
}
.seo_content .smk_accordion .accordion_in .acc_content h1:first-of-type,
.seo_content .smk_accordion .accordion_in .acc_content h2:first-of-type,
.seo_content .smk_accordion .accordion_in .acc_content h3:first-of-type,
.seo_content .smk_accordion .accordion_in .acc_content h4:first-of-type,
.seo_content .smk_accordion .accordion_in .acc_content h5:first-of-type,
.seo_content .smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.seo_content .smk_accordion .accordion_in:first-of-type,
.seo_content .smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.seo_content .smk_accordion .accordion_in:last-of-type,
.seo_content .smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.seo_content .smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.seo_content .smk_accordion .accordion_in.acc_active > .acc_content span.strong {
  font-weight: 700;
}
.seo_content .smk_accordion .accordion_in.acc_active > .acc_head {
  color: #000;
}
.seo_content .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background-position: -1006px -23px;
}
.seo_content .smk_accordion.acc_with_icon .accordion_in .acc_content,
.seo_content .smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-left: 30px;
}
.seo_content .smk_accordion .accordion_in .acc_content .seo_pic_app {
  float: right;
  margin: 0 0 -15px 20px;
}
.seo_content .smk_accordion .accordion_in .acc_content ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 20px;
}
.seo_content .smk_accordion .accordion_in .acc_content ul li {
  list-style: disc;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: list-item;
}
.seo_content .smk_accordion .accordion_in .acc_content ul li ul li {
  list-style: disc;
}
.seo_content .smk_accordion .accordion_in .acc_content a {
  color: #b16801;
  text-decoration: underline;
}
.seo_content .seo_content_inner {
  display: block;
  padding: 30px 20px;
}
.seo_content .seo_content_inner .title_heading {
  position: relative;
  color: #000;
  padding: 10px;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
.seo_content .seo_content_inner .content_div {
  color: #474747;
  padding: 10px;
  float: left;
  font-size: 14px;
}
.seo_content .seo_content_inner .content_div a {
  display: inline-block;
  margin-right: 10px;
  float: left;
  width: 150px;
  height: 50px;
  font-size: 0;
}
.seo_content .seo_content_inner .content_div a.app_store {
  background-position: -765px -337px;
}
.seo_content .seo_content_inner .content_div a._real {
  background-position: -765px -278px;
}
.seo_content .seo_content_inner ul {
  display: block;
  padding: 20px 0 0 20px;
}
.seo_content .seo_content_inner ul li {
  list-style: disc;
  line-height: 1.5;
}
#home_login .modal-content {
  background: 0 0;
}
#home_login .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#home_login .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#home_login .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
}
#home_login .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
#home_login .modal-body {
  padding: 0;
  background: #fff;
}
#home_login .modal-body .mobile_pop_banner {
  float: left;
  width: 100%;
  display: none;
}
#home_login .modal-body .mobile_pop_banner img {
  padding: 0 0 0;
}
#home_login .modal-body .desk_pop_banner {
  float: left;
  width: 295px;
}
#home_login .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 28px 30px;
}
#home_login .modal-body .form-group {
  padding: 0 0 25px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
#home_login .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
#home_login .modal-body .form-group span {
  position: absolute;
  right: -10px;
  top: -5px;
}
#home_login .modal-body .form-group .custome_input {
  padding-right: 40px !important;
}
#home_login .modal-body .form-group .hide_pa,
#home_login .modal-body .form-group .show_pa {
  display: none;
  position: absolute;
  right: 10px;
  top: 7px;
  color: #a25f01;
  cursor: pointer;
  font-size: 20px;
}
#home_login .modal-body .form-group .show_pa .fa-eye {
  display: block;
}
#home_login .modal-body .form-group .show_pa .fa-eye-slash {
  display: none;
}
#home_login .modal-body .form-group .hide_pa .fa-eye {
  display: none;
}
#home_login .modal-body .form-group .hide_pa .fa-eye-slash {
  display: block;
}
#home_login .modal-body .form-group .brown_bg {
  width: 100%;
  font-size: 18px;
  line-height: 35px;
}
#home_login .modal-body .form-group a {
  color: #b46a00;
  text-decoration: underline;
}
#home_login .modal-body .form-group.register_link {
  border-top: 1px solid #c5c5c5;
  font-size: 16px;
  padding: 10px 0 0;
  color: #474747;
}
#home_login .modal-body .form-group.register_link a.green_bg {
  float: none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
#home_login .modal-body .form-group.error {
  padding-bottom: 25px;
}
#home_login .modal-body .form-group .custome_input.error {
  border: 1px solid #feb2b2;
  background: #ffefef;
}
#home_login .modal-body .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: 1px;
}
#home_login .modal-body .form-group.error .error_tooltip {
  bottom: 2px;
  position: absolute;
  font-size: 12px;
  display: block;
}
#home_login .modal-body .facebook_pop_div {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
}
#home_login .modal-body .facebook_pop_div .or_div {
  color: #474747;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 3px 0;
}
#home_login .modal-body .facebook_pop_div .or_div span {
  position: relative;
}
#home_login .modal-body .facebook_pop_div .or_div span:after {
  position: absolute;
  content: "";
  top: 7px;
  right: -100px;
  background: #c5c5c5;
  height: 1px;
  width: 90px;
}
#home_login .modal-body .facebook_pop_div .or_div span:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -100px;
  background: #c5c5c5;
  height: 1px;
  width: 90px;
}
#home_login .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#home_login .modal-footer p .popup_mail {
  width: 18px;
  height: 18px;
  background-position: -928px -43px;
  display: inline-block;
}
#home_login .modal-footer p .popup_chat {
  width: 20px;
  height: 20px;
  background-position: -963px -43px;
  display: inline-block;
}
#home_login .modal-footer p .popup_call {
  width: auto;
  height: 20px;
  background-position: -1004px -44px;
  display: inline-block;
  padding-left: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
#home_login .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#home_login .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#home_login .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 50%;
  float: left;
  text-align: center;
}
#home_login .modal-footer .footer_mobile a span {
  display: block;
}
#home_login .modal-footer .footer_mobile a .chat_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -105px -75px;
}
#home_login .modal-footer .footer_mobile a .mail_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -155px -75px;
}
#home_login .modal-footer .footer_mobile a .call_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -205px -75px;
}
#home_register .modal-content {
  background: 0 0;
}
#home_register .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#home_register .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#home_register .modal-header .modal-title {
  color: #fff;
}
#home_register .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
#home_register .modal-body {
  padding: 0;
  background: #fff;
}
#home_register .modal-body .mobile_pop_banner {
  float: left;
  width: 100%;
  display: none;
}
#home_register .modal-body .mobile_pop_banner img {
  padding: 0 0 0;
}
#home_register .modal-body .desk_pop_banner {
  float: left;
  width: 295px;
}
#home_register .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px;
}
#home_register .modal-body .form-group {
  padding: 0 0 25px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
#home_register .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
#home_register .modal-body .form-group.pbottom10 {
  padding-bottom: 5px;
}
#home_register .modal-body .form-group span {
  position: absolute;
  right: -10px;
  top: -5px;
}
#home_register .modal-body .form-group .brown_bg {
  width: 100%;
  font-size: 18px;
  line-height: 35px;
}
#home_register .modal-body .form-group a {
  color: #b46a00;
  text-decoration: underline;
}
#home_register .modal-body .no_crcard {
  margin: 5px 0 0;
  padding: 0 0 0;
  position: relative;
}
#home_register .modal-body .no_crcard span.no_crcard_img {
  width: 20px;
  height: 20px;
  background-position: -999px -143px;
  position: relative;
  right: auto;
  top: 4px;
  display: inline-block;
}
#home_register .modal-body .no_crcard img {
  padding: 0;
}
#home_register .modal-body .agree_tc {
  border-bottom: 1px solid #c5c5c5;
  float: left;
  margin: 0 0 5px;
  padding: 5px 0 10px;
  width: 100%;
  text-align: center;
}
#home_register .modal-body .form-group.error {
  padding-bottom: 25px;
}
#home_register .modal-body .form-group .custome_input.error {
  border: 1px solid #feb2b2;
  background: #ffefef;
}
#home_register .modal-body .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: 3px;
  font-size: 11px;
  padding: 2px 7px;
}
#home_register .modal-body .form-group.error .error_tooltip {
  display: block;
  bottom: 2px;
  position: absolute;
  font-size: 12px;
}
#home_register .modal-body .facebook_pop_div {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
}
#home_register .modal-body .facebook_pop_div .or_div {
  color: #474747;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 3px 0;
}
#home_register .modal-body .facebook_pop_div .or_div span {
  position: relative;
}
#home_register .modal-body .facebook_pop_div .or_div span:after {
  position: absolute;
  content: "";
  top: 7px;
  right: -100px;
  background: #c5c5c5;
  height: 1px;
  width: 90px;
}
#home_register .modal-body .facebook_pop_div .or_div span:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -100px;
  background: #c5c5c5;
  height: 1px;
  width: 90px;
}
#home_register .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#home_register .modal-footer p .popup_mail {
  width: 18px;
  height: 18px;
  background-position: -928px -43px;
  display: inline-block;
}
#home_register .modal-footer p .popup_chat {
  width: 20px;
  height: 20px;
  background-position: -963px -43px;
  display: inline-block;
}
#home_register .modal-footer p .popup_call {
  width: auto;
  height: 20px;
  background-position: -1004px -44px;
  display: inline-block;
  padding-left: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
#home_register .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#home_register .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#home_register .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 50%;
  float: left;
  text-align: center;
}
#home_register .modal-footer .footer_mobile a span {
  display: block;
}
#home_register .modal-footer .footer_mobile a .chat_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -105px -75px;
}
#home_register .modal-footer .footer_mobile a .mail_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -155px -75px;
}
#home_register .modal-footer .footer_mobile a .call_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -205px -75px;
}
#home_forgot .modal-content {
  background: 0 0;
}
#home_forgot .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#home_forgot .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#home_forgot .modal-header .modal-title {
  color: #fff;
}
#home_forgot .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
#home_forgot .modal-body {
  padding: 0 0 0;
  background: #fff;
}
#home_forgot .modal-body .mobile_pop_banner {
  float: left;
  width: 100%;
  display: none;
}
#home_forgot .modal-body .mobile_pop_banner img {
  padding: 0 0 0;
}
#home_forgot .modal-body .desk_pop_banner {
  float: left;
  width: 295px;
}
#home_forgot .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 28px 30px;
}
#home_forgot .modal-body .form-group {
  padding: 0 0 25px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
#home_forgot .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
#home_forgot .modal-body .form-group.title h3 {
  font-family: ubuntumedium;
  font-size: 16px;
  padding-bottom: 15px;
}
#home_forgot .modal-body .form-group.title p {
  color: #474747;
}
#home_forgot .modal-body .form-group span {
  position: absolute;
  right: -10px;
  top: -5px;
}
#home_forgot .modal-body .form-group .brown_bg {
  width: 100%;
  font-size: 18px;
}
#home_forgot .modal-body .form-group.note {
  font-size: 12px;
  color: #474747;
  padding: 0;
}
#home_forgot .modal-body .form-group a {
  color: #b46a00;
  text-decoration: underline;
  font-size: 12px;
}
#home_forgot .modal-body .form-group.error {
  padding-bottom: 25px;
}
#home_forgot .modal-body .form-group .custome_input.error {
  border: 1px solid #feb2b2;
  background: #ffefef;
}
#home_forgot .modal-body .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: 3px;
  font-size: 11px;
}
#home_forgot .modal-body .form-group.error .error_tooltip {
  display: block;
  bottom: 2px;
  position: absolute;
  font-size: 12px;
}
#home_forgot .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#home_forgot .modal-footer p .popup_mail {
  width: 18px;
  height: 18px;
  background-position: -928px -43px;
  display: inline-block;
}
#home_forgot .modal-footer p .popup_chat {
  width: 20px;
  height: 20px;
  background-position: -963px -43px;
  display: inline-block;
}
#home_forgot .modal-footer p .popup_call {
  width: auto;
  height: 20px;
  background-position: -1004px -44px;
  display: inline-block;
  padding-left: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
#home_forgot .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#home_forgot .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#home_forgot .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 50%;
  float: left;
  text-align: center;
}
#home_forgot .modal-footer .footer_mobile a span {
  display: block;
}
#home_forgot .modal-footer .footer_mobile a .chat_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -105px -75px;
}
#home_forgot .modal-footer .footer_mobile a .mail_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -155px -75px;
}
#home_forgot .modal-footer .footer_mobile a .call_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -205px -75px;
}
#home_forgot_thank .modal-content {
  background: 0 0;
}
#home_forgot_thank .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#home_forgot_thank .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#home_forgot_thank .modal-header .modal-title {
  color: #fff;
}
#home_forgot_thank .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
#home_forgot_thank .modal-body {
  padding: 0 0 0;
  background: #fff;
}
#home_forgot_thank .modal-body .desk_pop_banner {
  float: left;
  width: 295px;
}
#home_forgot_thank .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 30px;
}
#home_forgot_thank .modal-body .form-group {
  padding: 0 0 0;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
#home_forgot_thank .modal-body .form-group img {
  padding-bottom: 20px;
}
#home_forgot_thank .modal-body .form-group strong {
  color: #b46a00;
}
#home_forgot_thank .modal-body .form-group.icon span {
  display: inline-block;
  width: 150px;
  height: 111px;
  background-position: -604px -275px;
  margin-bottom: 20px;
}
#home_forgot_thank .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#home_forgot_thank .modal-footer p .popup_mail {
  width: 18px;
  height: 18px;
  background-position: -928px -43px;
  display: inline-block;
}
#home_forgot_thank .modal-footer p .popup_chat {
  width: 20px;
  height: 20px;
  background-position: -963px -43px;
  display: inline-block;
}
#home_forgot_thank .modal-footer p .popup_call {
  width: auto;
  height: 20px;
  background-position: -1004px -44px;
  display: inline-block;
  padding-left: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
#home_forgot_thank .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#home_forgot_thank .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#home_forgot_thank .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 50%;
  float: left;
  text-align: center;
}
#home_forgot_thank .modal-footer .footer_mobile a span {
  display: block;
}
#home_forgot_thank .modal-footer .footer_mobile a .chat_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -105px -75px;
}
#home_forgot_thank .modal-footer .footer_mobile a .mail_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -155px -75px;
}
#home_forgot_thank .modal-footer .footer_mobile a .call_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -205px -75px;
}
#notification .modal-content {
  background: 0 0;
}
#notification .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#notification .modal-sm {
  width: 620px;
  margin: 30px auto;
}
#notification .modal-header .modal-title {
  color: #fff;
}
#notification .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
#notification .modal-body {
  padding: 0 0 0;
  background: #fff;
}
#notification .modal-body .mobile_pop_banner {
  float: left;
  width: 100%;
  display: none;
}
#notification .modal-body .mobile_pop_banner img {
  padding: 0 0 0;
}
#notification .modal-body .desk_pop_banner {
  float: left;
  width: 295px;
}
#notification .modal-body .form_inner {
  float: left;
  width: 323px;
  margin: 0;
  padding: 40px 30px;
}
#notification .modal-body .form-group {
  padding: 0 0 25px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
#notification .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
#notification .modal-body .form-group p.icon span {
  display: inline-block;
  width: 112px;
  height: 121px;
  background-position: -470px -275px;
}
#notification .modal-body .form-group.title p {
  color: #474747;
}
#notification .modal-body .form-group .brown_bg {
  font-size: 18px;
  float: left;
  padding: 0 45px;
  line-height: 35px;
}
#notification .modal-body .form-group .black_bg {
  font-size: 18px;
  border-radius: 3px;
  line-height: 35px;
  float: right;
  padding: 0 45px;
}
#notification .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#notification .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#notification .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#notification .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 50%;
  float: left;
  text-align: center;
}
#notification .modal-footer .footer_mobile a span {
  display: block;
}
#notification .modal-footer p .popup_mail {
  width: 18px;
  height: 18px;
  background-position: -928px -43px;
  display: inline-block;
}
#notification .modal-footer p .popup_chat {
  width: 20px;
  height: 20px;
  background-position: -963px -43px;
  display: inline-block;
}
#notification .modal-footer p .popup_call {
  width: auto;
  height: 20px;
  background-position: -1004px -44px;
  display: inline-block;
  padding-left: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
#notification .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#notification .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#notification .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 33.33%;
  float: left;
  text-align: center;
}
#notification .modal-footer .footer_mobile a span {
  display: block;
}
#notification .modal-footer .footer_mobile a .chat_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -105px -75px;
}
#notification .modal-footer .footer_mobile a .mail_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -155px -75px;
}
#notification .modal-footer .footer_mobile a .call_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -205px -75px;
}
#notification1 .modal-content {
  background: 0 0;
}
#notification1 .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: ubuntumedium;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#notification1 .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#notification1 .modal-header .modal-title {
  color: #fff;
}
#notification1 .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
#notification1 .modal-body {
  padding: 40px 0 25px;
  background: #fff;
}
#notification1 .modal-body img {
  padding: 0 0;
}
#notification1 .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
#notification1 .modal-body .form-group {
  padding: 0 0 15px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
#notification1 .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
#notification1 .modal-body .form-group p {
  color: #606060;
  font-size: 18px;
}
#notification1 .modal-body .form-group p strong {
  color: #000;
}
#notification1 .modal-body .form-group {
  padding: 0 20px 15px;
  position: relative;
  margin: 0;
  text-align: center;
}
#notification1 .modal-body .form-group .green_bg {
  font-size: 18px;
  margin: 0 10px;
  padding: 5px 40px;
  float: none;
}
#notification1 .modal-body .form-group .black_bg {
  font-size: 18px;
  margin: 0 10px;
  padding: 5px 40px;
  float: none;
}
#notification1 .modal-body .form-group a {
  color: #b46a00;
  text-decoration: underline;
  font-size: 12px;
}
.coming_soon .modal-sm {
  width: 380px;
  margin: 30px auto;
}
.coming_soon .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: ubuntumedium;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.coming_soon .modal-header .modal-title {
  color: #fff;
}
.coming_soon .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
.coming_soon .modal-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.coming_soon .modal-body img {
  padding: 0 0;
}
.coming_soon .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.coming_soon .modal-body .form-group {
  padding: 0 0 15px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
.coming_soon .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
.coming_soon .modal-body .form-group p {
  color: #606060;
  font-size: 18px;
}
.coming_soon .modal-body .form-group ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.coming_soon .modal-body .form-group ul li {
  display: list-item;
  list-style: disc;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.coming_soon .modal-body .form-group .brown_bg {
  display: inline-block;
}
.how_to_play .modal-sm {
  width: 500px;
  margin: 100px auto 0;
}
.how_to_play .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: ubuntumedium;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.how_to_play .modal-header .modal-title {
  color: #fff;
}
.how_to_play .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
.how_to_play .modal-body {
  padding: 20px;
  background: #fff;
}
.how_to_play .modal-body img {
  padding: 0 0;
}
.how_to_play .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0;
}
.how_to_play .modal-body .form-group {
  padding: 0 0 0;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
.how_to_play .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
.how_to_play .modal-body .form-group p {
  color: #606060;
  font-size: 18px;
}
.close-offcanvas {
  width: 25px;
  height: 25px;
  font-size: 0;
  border: 0;
  top: 12px;
  right: 12px;
}
.close-offcanvas:after,
.close-offcanvas:before {
  height: 100%;
  width: 3px;
  background: #202020;
  content: "";
  position: absolute;
}
.close-offcanvas:after {
  transform: rotate(45deg);
}
.close-offcanvas:before {
  transform: rotate(-45deg);
}
.close-offcanvas:hover {
  background: none;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 40px;
}
.offcanvas-menu {
  background: #fff !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border: 0;
  border-bottom: 0px solid #000;
  color: #000;
  padding: 15px 20px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border-top: 1px solid #444;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
  border: 0;
  border-bottom: 0 solid #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:last-child a {
  border-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.parent a:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  box-sizing: border-box;
  border-style: solid;
  border-color: #202020;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
  transition: 300ms;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.parent a.opened-menu:after {
  transform: rotate(225deg);
  margin-top: -2px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.parent ul li:not(.deeper):not(.parent) a {
  background: 0 0;
  padding-left: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
  border-top: 1px solid #a4a4a4;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a:after {
  visibility: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a i {
  margin-right: 10px;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding: 0;
}
.offcanvas .offcanvas-menu ul.nav-child li a {
  font-size: 13px;
  font-weight: normal;
  padding: 10px 20px;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.deeper.parent > ul.nav-child {
  background-color: #4c4c4c;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.deeper.parent a {
  padding-left: 30px;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.deeper.parent > ul.nav-child > li > a {
  padding-left: 60px;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.active a {
  background: #212121;
  color: #fff;
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  header .container {
    padding: 0 20px;
  }
  header .row {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .home_page .container {
    width: 100%;
  }
  header {
    padding: 0 15px;
  }
  header .logo img {
    display: block !important;
  }
  header #sp-top1 {
    display: block;
  }
  body.pre-login header #sp-top1 {
    display: block;
    padding: 22px 10px 22px 20px;
  }
  header #sp-loginbox {
    margin-left: 20px;
  }
  header #sp-menu {
    display: none;
  }
  header #sp-loginbox {
    display: none;
  }
  header #sp-top2 {
    display: block;
    padding-top: 20px;
  }
  header .mobile_login_btn .sp-module ul > li {
    width: auto;
  }
  header .mobile_login_btn .sp-module ul > li > a {
    width: 100%; /*line-height:72px*/
  }
  header .mobile_login_btn .sp-module ul > li.middle {
    border-right: none;
  }
  header .mobile_login_btn .sp-module ul > li > a i {
    line-height: 72px;
  }
  header .mobile_login_btn .sp-module ul > li.mobile_menubar {
    display: block;
    text-align: center;
    background: 0 0;
    border-left: 0;
  }
  header .mobile_login_btn .sp-module ul > li.mobile_menubar a {
    background: 0 0;
  }
  header .mobile_login_btn .sp-module ul > li.mobile_menubar a i {
    margin: 0;
    color: #fff;
  }
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-prev {
    top: auto;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .banner .slick-slider .slick-prev {
    left: 20px;
  }
  .banner .slick-slider .slick-next {
    right: auto;
    left: 80px;
  }
  .banner .home_banner {
    display: none;
  }
  .banner .banner_withform {
    display: none;
  }
  .banner .home_mobile_banner {
    display: block;
    height: 400px;
  }
  .banner .banner_container {
    width: 100%;
  }
  .banner .banner_container .row {
    vertical-align: bottom;
  }
  .banner .home_mobile_banner .slide_bg {
    height: 400px;
    background-position: center;
  }
  .banner .banner_text {
    margin-left: 0;
  }
  .banner .downarrow {
    display: none;
  }
  .banner .slick-slider .slick-prev {
    left: 20px;
  }
  .banner .slick-slider .slick-next {
    right: 20px;
  }
  .banner .banner_withform .slide_bg {
    height: auto;
    background-position: top center !important;
    padding-bottom: 20px;
    background-color: #180705 !important;
  }
  .banner .banner_withform .banner_text {
    margin: 150px 0 0;
    padding: 0;
  }
  .banner .banner_withform .banner_text img {
    width: 100%;
  }
  .banner .banner_withform .home_register_form {
    margin-top: 10px;
  }
  .banner .banner_withform .home_register_form .form_inner .form-group.last p.mlogin {
    display: block;
  }
  .geting_started {
    padding: 50px 20px;
  }
  .geting_started .geting_started_img img {
    width: 100%;
  }
  .why_play {
    padding-bottom: 30px;
  }
  .download_app_strip {
    margin: 0;
    padding: 40px 20px;
    display: none;
  }
  #featuresTab .resp-tabs-list li.resp-tab-active::after {
    right: -24px;
  }
  #featuresTab .resp-tabs-container {
    padding: 0 20px;
  }
  #featuresTab .resp-tab-content {
    height: auto;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big img {
    width: 100%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 img {
    width: 100%;
  }
  .featurescontent {
    margin-top: -10px;
  }
  .featurescontent div {
    padding-bottom: 20px;
  }
  #featuresTab .resp-tab-content .winners_speak {
    padding-bottom: 20px;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_text {
    line-height: 21px;
  }
  .seo_content .smk_accordion {
    padding: 40px 20px;
  }
  footer.footer1 {
    padding: 40px 20px !important;
  } /*footer.footer2{padding:0 20px!important}*/
  footer.footer2 .social_PGlogo .socialicon a {
    margin-right: 4px;
  }
  .scrollToTopdiv .container .scrollToTop {
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0) url(../images/home/scroll_top_arrow1.png) no-repeat scroll center 0;
    opacity: 1;
  }
  #home_login .modal-body .form-group .hide_pa,
  #home_login .modal-body .form-group .show_pa {
    display: block;
  }
  footer.footer2 .social_PGlogo .kclogo {
    display: none;
  }
  footer.footer2 .social_PGlogo .kclogo1 {
    display: block;
  }
  footer.footer2 .social_PGlogo .pglogo {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) and (orientation: landscape) {
  .home_page .container {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .home_page .container {
    width: 100%;
  }
  header {
    padding: 0 0;
  }
  #sp-header .logo h1 {
    line-height: 1;
  }
  header .logo img {
    display: block !important;
  }
  header #sp-loginbox {
    display: none;
  }
  header #sp-menu {
    display: none;
  }
  .banner .banner_container {
    width: 100%;
  }
  .banner .downarrow {
    display: none;
  }
  header #sp-logo {
    padding-left: 10px;
  }
  header .logo img {
    /*width:160px*/
  }
  header #sp-top1 {
    display: block;
  }
  body.pre-login header #sp-top1 {
    display: block;
    padding: 18px 20px 0 0;
  }
  header #sp-top2 {
    display: block;
    padding-top: 15px;
  }
  header .mobile_login_btn ul li {
    width: auto;
    line-height: 40px;
  }
  header .mobile_login_btn ul li.middle {
    border-right: none;
  }
  header .mobile_login_btn ul li a i {
    line-height: 40px;
  }
  header .mobile_login_btn ul li.mobile_menubar {
    display: block;
    text-align: center;
    background: 0 0;
    border-left: 0;
  }
  header .mobile_login_btn ul li.mobile_menubar a {
    background: 0 0;
  }
  header .mobile_login_btn ul li.mobile_menubar a i {
    margin: 0;
    color: #fff;
  }
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-prev {
    top: auto;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .banner .slick-slider .slick-prev {
    left: 20px;
  }
  .banner .slick-slider .slick-next {
    right: auto;
    left: 80px;
  }
  .banner .home_banner {
    display: none;
  }
  .banner .home_mobile_banner {
    display: block;
    height: 420px;
  }
  .banner .banner_container .row {
    vertical-align: bottom;
  }
  .banner .home_mobile_banner .slide_bg {
    height: 420px;
    background-position: center;
  }
  .banner .banner_text {
    width: 350px;
    padding-left: 50px;
  }
  .banner .banner_text a.playnow {
    display: none;
  }
  .banner .banner_text a.joinnow {
    display: inline-block;
  }
  .banner .banner_withform {
    display: none;
  }
  .banner .banner_withform .slide_bg {
    height: auto;
    background-position: top center !important;
    padding-bottom: 20px;
    background-color: #180705 !important;
  }
  .banner .banner_withform .banner_text {
    margin: 150px 0 0;
    padding: 0;
    width: 450px;
  }
  .banner .banner_withform .banner_text img {
    width: 100%;
  }
  .banner .banner_withform .home_register_form {
    margin-top: 10px;
  }
  .banner .banner_withform .home_register_form .form_inner .form-group.last p.mlogin {
    display: block;
  }
  .geting_started {
    padding: 50px 0;
  }
  .geting_started .section_heading {
    padding: 0 0 40px;
    font-size: 27px;
  }
  .geting_started .step {
    padding: 0 20px;
  }
  .geting_started .geting_started_img img {
    width: 100%;
  }
  .download_app_strip {
    margin: 0 0 0;
    padding: 30px 20px;
    text-align: center;
    display: none;
  }
  .download_app_strip span {
    padding: 0 0 30px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .download_app_strip a {
    float: none;
    margin: 0 10px;
  }
  .why_play {
    padding-bottom: 30px;
  }
  .why_play .section_heading {
    padding: 0 0 30px;
  }
  #featuresTab .resp-tabs-list li.resp-tab-active::after {
    right: -25px;
  }
  #featuresTab .resp-tabs-list {
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  #featuresTab .resp-tab-content {
    height: auto;
    padding: 20px 20px 0;
  }
  #featuresTab .resp-tabs-container {
    margin: 30px 0 0;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big {
    padding-bottom: 20px;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big img {
    width: 100%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 {
    padding-bottom: 19px;
    width: 50%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 img {
    width: 100%;
  }
  .featurescontent div {
    width: 100%;
  }
  .featurescontent div span.icon_outer {
    margin-right: 20px;
  }
  .featurescontent div p {
    padding: 0;
    width: calc(100% - 140px);
  }
  .featurescontent div ul {
    width: calc(100% - 140px);
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div {
    padding-bottom: 30px;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div:last-child {
    padding-bottom: 0;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_text {
    height: auto;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name {
    width: 68%;
  }
  .seo_content .smk_accordion {
    padding: 40px 20px;
  }
  footer.footer1 {
    padding: 40px 20px 20px !important;
  }
  footer.footer1 > .container > .row > div {
    width: 33.33%;
    padding-bottom: 0;
    height: 180px;
  }
  footer.footer1 > .container > .row > div:last-child {
    padding-bottom: 0;
  }
  footer.footer1 .quicklinks.last {
    padding: 0 0 0;
  }
  footer.footer2 .social_PGlogo {
    padding-bottom: 0;
  }
  footer.footer2 .social_PGlogo .socialicon {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  footer.footer2 .social_PGlogo .socialicon a {
    display: inline-block;
    float: none;
    margin-right: 10px;
  }
  footer.footer2 .social_PGlogo .pglogo {
    width: 100%;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 5px 0;
  }
  footer.footer2 .social_PGlogo .pglogo .pglogo1,
  footer.footer2 .social_PGlogo .pglogo .pglogo2 {
    margin-bottom: 15px;
  }
  footer.footer2 .social_PGlogo .kclogo {
    display: none;
  }
  footer.footer2 .social_PGlogo .kclogo1 {
    display: block;
  }
  .scrollToTopdiv .container .scrollToTop {
    left: 0;
    bottom: 0;
    background-position: -55px -75px;
    opacity: 1;
    border-radius: 0 7px 0 0;
    background-color: #191f2a;
  }
  #home_login .modal-body .form-group .hide_pa,
  #home_login .modal-body .form-group .show_pa {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .home_page .container {
    width: 100%;
  } /*header #sp-top2{width:100%}header .mobile_login_btn .sp-module ul li{width:50%}*/
  header .mobile_login_btn .sp-module ul li.mobile_menubar {
    display: none;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  header #sp-logo {
    padding-left: 10px;
  }
  header .logo img {
    /*width: 160px;*/
    display: block !important;
  }
  header #sp-top1 {
    display: block;
  }
  header #sp-top2 {
    display: block;
  }
  body.pre-login header #sp-top1 {
    padding: 18px 20px 0 20px;
  }
  .backtoold img {
    width: 55px;
  }
  header .mobile_login_btn ul li.middle {
    border-right: none;
  }
  .banner .home_mobile_banner {
    height: 400px;
  }
  .banner .home_mobile_banner .slide_bg {
    height: 400px;
    background-position: center;
  }
  .banner .banner_text {
    width: 100%;
    padding: 0 20px 30px;
    margin: 0;
  }
  .banner .banner_container .row {
    vertical-align: bottom;
  }
  .banner .banner_text span {
    display: none;
  }
  .banner .banner_text a.playnow {
    display: none;
  }
  .banner .banner_text a.joinnow {
    display: inline-block;
    float: right;
  }
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-prev {
    top: auto;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .banner .slick-slider .slick-prev {
    left: 20px;
  }
  .banner .slick-slider .slick-next {
    right: auto;
    left: 80px;
  }
  .banner .banner_withform .slide_bg {
    height: auto;
    background: #120502 !important;
    padding-bottom: 30px;
  }
  .banner .banner_withform .banner_text {
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  .banner .banner_withform .banner_text img {
    width: auto;
  }
  .banner .banner_withform .home_register_form {
    float: none;
    margin: 0 auto 0;
  }
  .banner .banner_withform .home_register_form .form_inner .form-group.last p.mlogin {
    display: block;
  }
  .geting_started {
    padding: 30px 20px 20px;
  }
  .geting_started .section_heading {
    padding: 0 20px 40px;
    font-size: 20px;
    line-height: 30px;
    font-family: ubuntumedium;
  }
  .geting_started .step {
    width: 100%;
    padding: 0;
  }
  .geting_started .step ul li p .title {
    font-size: 17px;
  }
  .geting_started .geting_started_img {
    display: none;
  }
  .download_app_strip {
    margin: 0 0 0;
    padding: 30px 20px;
    text-align: center;
  }
  .download_app_strip span {
    padding: 0 0 30px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .download_app_strip a {
    float: none;
    margin: 0 10px;
  }
  .why_play .section_heading {
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 30px;
    font-family: ubuntumedium;
  }
  #featuresTab .resp-tabs-list {
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  #featuresTab .resp-tab-content {
    height: auto;
    padding: 20px 0 0;
  }
  #featuresTab .resp-tabs-container {
    margin: 30px 0 0;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big {
    padding-bottom: 20px;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big img {
    width: 100%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 {
    padding-bottom: 30px;
    width: 50%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 img {
    width: 100%;
  }
  .featurescontent div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .featurescontent div span {
    margin-right: 15px;
  }
  .featurescontent div p {
    padding: 0;
  }
  .featurescontent div p samp {
    font-size: 17px;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div {
    padding-bottom: 30px;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div:last-child {
    padding-bottom: 0;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_text {
    height: auto;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name {
    width: 68%;
    font-size: 15px;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name span {
    font-size: 17px;
  }
  .seo_content .smk_accordion {
    padding: 40px 20px;
  }
  .seo_content .smk_accordion .accordion_in .acc_head h3 {
    font-size: 17px;
  }
  footer.footer1 {
    padding: 40px 20px;
  }
  footer.footer1 > .container > .row > div {
    width: 50%;
    padding-bottom: 20px;
  }
  footer.footer1 > .container > .row > div:last-child {
    padding-bottom: 0;
  }
  footer.footer1 .quicklinks.last {
    padding: 0 0 0;
  }
  footer.footer2 .social_PGlogo {
    padding-bottom: 0;
  }
  footer.footer2 .social_PGlogo .socialicon {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  footer.footer2 .social_PGlogo .socialicon a {
    display: inline-block;
    float: none;
  }
  footer.footer2 .social_PGlogo .pglogo {
    width: 100%;
    text-align: center;
  }
  footer.footer2 .social_PGlogo .pglogo .pglogo1,
  footer.footer2 .social_PGlogo .pglogo .pglogo2,
  footer.footer2 .social_PGlogo .pglogo .pglogo3,
  footer.footer2 .social_PGlogo .pglogo .pglogo4,
  footer.footer2 .social_PGlogo .pglogo .pglogo5,
  footer.footer2 .social_PGlogo .pglogo .pglogo6,
  footer.footer2 .social_PGlogo .pglogo .pglogo7,
  footer.footer2 .social_PGlogo .pglogo .pglogo8 {
    margin-bottom: 15px;
  }
  #home_login .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_login .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_login .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_login .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_login .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_login .modal-body .desk_pop_banner {
    display: none;
  }
  #home_login .modal-footer .footer_desktop {
    display: none;
  }
  #home_login .modal-footer .footer_mobile {
    display: block;
  }
  #home_register .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_register .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_register .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_register .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_register .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_register .modal-body .desk_pop_banner {
    display: none;
  }
  #home_register .modal-footer .footer_desktop {
    display: none;
  }
  #home_register .modal-footer .footer_mobile {
    display: block;
  }
  #home_forgot .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_forgot .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_forgot .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_forgot .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_forgot .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_forgot .modal-body .desk_pop_banner {
    display: none;
  }
  #home_forgot .modal-footer .footer_desktop {
    display: none;
  }
  #home_forgot .modal-footer .footer_mobile {
    display: block;
  }
  #home_forgot_thank .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_forgot_thank .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_forgot_thank .modal-body .desk_pop_banner {
    display: none;
  }
  #home_forgot_thank .modal-footer .footer_desktop {
    display: none;
  }
  #home_forgot_thank .modal-footer .footer_mobile {
    display: block;
  }
  #notification .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #notification .modal-body .form_inner {
    width: 100%;
    padding: 40px 20px;
  }
  #notification .modal-body .mobile_pop_banner {
    display: block;
  }
  #notification .modal-body .desk_pop_banner {
    display: none;
  }
  #notification .modal-body .form-group .brown_bg {
    padding: 0 40px;
    float: none;
    margin: 0 5px;
  }
  #notification .modal-body .form-group .black_bg {
    padding: 0 40px;
    float: none;
    margin: 0 5px;
  }
  #notification .modal-body .form-group .icon {
    display: none;
  }
  #notification .modal-footer .footer_desktop {
    display: none;
  }
  #notification .modal-footer .footer_mobile {
    display: block;
  }
  .how_to_play .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  header #sp-logo {
    padding-left: 10px;
  }
  header .logo img {
    width: 180px;
    display: block !important;
  }
  header #sp-top1 {
    display: block;
  }
  header #sp-top2 {
    display: block;
  }
  header .mobile_login_btn ul li.middle {
    border-right: none;
  }
  .banner .home_mobile_banner {
    height: 400px;
  }
  .banner .home_mobile_banner .slide_bg {
    height: 400px;
    background-position: center;
  }
  .banner .banner_text {
    width: 100%;
    padding: 0 20px 30px;
  }
  .banner .banner_container .row {
    vertical-align: bottom;
  }
  .banner .banner_text span {
    display: none;
  }
  .banner .banner_text a.playnow {
    display: none;
  }
  .banner .banner_text a.joinnow {
    display: inline-block;
    float: right;
  }
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-prev {
    top: auto;
    bottom: 25px;
    width: 50px;
    height: 50px;
  }
  .banner .slick-slider .slick-prev {
    left: 20px;
  }
  .banner .slick-slider .slick-next {
    right: auto;
    left: 80px;
  }
  .geting_started {
    padding: 30px 20px 20px;
  }
  .geting_started .section_heading {
    padding: 0 20px 40px;
    font-size: 21px;
    line-height: 30px;
    font-family: ubuntumedium;
  }
  .geting_started .step {
    width: 100%;
    padding: 0;
  }
  .geting_started .step ul li p .title {
    font-size: 17px;
  }
  .geting_started .geting_started_img {
    display: none;
  }
  .download_app_strip {
    margin: 0 0 0;
    padding: 30px 20px;
    text-align: center;
  }
  .download_app_strip span {
    padding: 0 0 30px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .download_app_strip a {
    float: none;
    margin: 0 10px;
  }
  .why_play .section_heading {
    padding: 0 0 30px;
    font-size: 21px;
    line-height: 30px;
    font-family: ubuntumedium;
  }
  #featuresTab .resp-tabs-list {
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  #featuresTab .resp-tab-content {
    height: auto;
    padding: 20px 20px 0;
  }
  #featuresTab .resp-tabs-container {
    margin: 30px 0 0;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big {
    padding-bottom: 20px;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big img {
    width: 100%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 {
    padding-bottom: 30px;
    width: 50%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 img {
    width: 100%;
  }
  .featurescontent div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .featurescontent div span.icon_outer {
    margin-right: 15px;
  }
  .featurescontent div p {
    padding: 0;
    font-size: 17px;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div {
    padding-bottom: 30px;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div:last-child {
    padding-bottom: 0;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_text {
    height: auto;
    font-size: 15px;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name {
    width: 68%;
    font-size: 15px;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name span {
    font-size: 17px;
  }
  .seo_content .smk_accordion {
    padding: 40px 20px;
  }
  .seo_content .smk_accordion .accordion_in .acc_head h3 {
    font-size: 17px;
  }
  footer.footer1 {
    padding: 40px 20px;
  }
  footer.footer1 > .container > .row > div {
    width: 50%;
    padding-bottom: 20px;
  }
  footer.footer1 > .container > .row > div:last-child {
    padding-bottom: 0;
  }
  footer.footer1 .quicklinks.last {
    padding: 0 0 0;
  }
  footer.footer2 .social_PGlogo {
    padding-bottom: 0;
  }
  footer.footer2 .social_PGlogo .socialicon {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  footer.footer2 .social_PGlogo .socialicon a {
    display: inline-block;
    float: none;
  }
  footer.footer2 .social_PGlogo .pglogo {
    width: 100%;
    text-align: center;
  }
  footer.footer2 .social_PGlogo .pglogo .pglogo1,
  footer.footer2 .social_PGlogo .pglogo .pglogo2 {
    margin-bottom: 15px;
  }
  #home_login .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_login .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_login .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_login .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_login .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_login .modal-body .desk_pop_banner {
    display: none;
  }
  #home_login .modal-footer .footer_desktop {
    display: none;
  }
  #home_login .modal-footer .footer_mobile {
    display: block;
  }
  #home_register .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_register .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_register .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_register .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_register .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_register .modal-body .desk_pop_banner {
    display: none;
  }
  #home_register .modal-footer .footer_desktop {
    display: none;
  }
  #home_register .modal-footer .footer_mobile {
    display: block;
  }
  #home_forgot .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_forgot .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_forgot .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_forgot .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_forgot .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_forgot .modal-body .desk_pop_banner {
    display: none;
  }
  #home_forgot .modal-footer .footer_desktop {
    display: none;
  }
  #home_forgot .modal-footer .footer_mobile {
    display: block;
  }
  #home_forgot_thank .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #home_forgot_thank .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_forgot_thank .modal-body .desk_pop_banner {
    display: none;
  }
  #home_forgot_thank .modal-footer .footer_desktop {
    display: none;
  }
  #home_forgot_thank .modal-footer .footer_mobile {
    display: block;
  }
  #notification .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
  #notification .modal-body .form_inner {
    width: 100%;
    padding: 40px 20px;
  }
  #notification .modal-body .mobile_pop_banner {
    display: block;
  }
  #notification .modal-body .desk_pop_banner {
    display: none;
  }
  #notification .modal-body .form-group .brown_bg {
    padding: 0 40px;
    float: none;
    margin: 0 5px;
  }
  #notification .modal-body .form-group .black_bg {
    padding: 0 40px;
    float: none;
    margin: 0 5px;
  }
  #notification .modal-body .form-group .icon {
    display: none;
  }
  #notification .modal-footer .footer_desktop {
    display: none;
  }
  #notification .modal-footer .footer_mobile {
    display: block;
  }
  .how_to_play .modal-sm {
    width: 60%;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  header #sp-logo {
    padding: 6px 0;
  }
  header .logo img {
    width: 150px;
    display: block !important;
  }
  header #sp-top1 {
    display: block;
  }
  body.pre-login header #sp-top1 {
    padding: 22px 0px 0px 20px;
  }
  header .mob_notify_menu ul li a {
    line-height: 25px;
  }
  header #sp-top2 {
    display: block;
    padding: 19px 0 0 0;
  }
  header .mobile_login_btn ul li a {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    border-width: 1px;
    border-radius: 5px 0 0 5px;
  }
  header .mob_notify_menu ul li a i {
    font-size: 25px;
  }
  .backtoold img {
    width: 55px;
  }
  header .mobile_login_btn ul li.middle {
    border-right: none;
  }
  .banner .slide_bg {
    height: 330px;
  }
  .banner .home_mobile_banner {
    height: 400px;
  }
  .banner .home_mobile_banner .slide_bg {
    height: 400px;
    background-position: center;
  }
  .banner .banner_text {
    width: 100%;
    padding: 0 20px 30px;
  }
  .banner .banner_container .row {
    vertical-align: bottom;
  }
  .banner .banner_text span {
    display: none;
  }
  .banner .banner_text a.playnow {
    display: none;
  }
  .banner .banner_text a.joinnow {
    display: inline-block;
    float: right;
  }
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-prev {
    top: auto;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .banner .slick-slider .slick-prev {
    left: 20px;
  }
  .banner .slick-slider .slick-next {
    right: auto;
    left: 80px;
  }
  .banner .banner_withform .slide_bg {
    height: auto;
    background: #120502 !important;
    padding-bottom: 30px;
  }
  .banner .banner_withform .banner_text {
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  .banner .banner_withform .banner_text img {
    width: 100%;
  }
  .banner .banner_withform .home_register_form {
    float: none;
    margin: 0 auto 0;
  }
  .banner .banner_withform .home_register_form .form_inner .form-group.last p.mlogin {
    display: block;
  }
  .geting_started {
    padding: 30px 20px 20px;
  }
  .geting_started .section_heading {
    padding: 0 20px 40px;
    font-size: 20px;
    line-height: 30px;
    font-family: ubuntumedium;
  }
  .geting_started .geting_started_img {
    display: none;
  }
  .download_app_strip {
    margin: 0 0 0;
    padding: 30px 20px;
    text-align: center;
  }
  .download_app_strip span {
    padding: 0 0 30px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .download_app_strip a {
    float: none;
    margin: 0 2px;
  }
  .why_play {
    padding: 30px 0;
  }
  .why_play .section_heading {
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 30px;
    font-family: ubuntumedium;
  }
  #featuresTab .resp-accordion {
    display: block;
  }
  #featuresTab .resp-tabs-list {
    display: none;
  }
  #featuresTab .resp-tab-content {
    height: auto;
    padding: 30px 20px 10px;
  }
  #featuresTab .resp-tabs-container {
    margin: 0;
    padding: 0;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big {
    padding-bottom: 20px;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_big img {
    width: 100%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 {
    padding-bottom: 20px;
    width: 100%;
  }
  #featuresTab .resp-tab-content .Promotions .promotion_thmb_small div.col-md-6 img {
    width: 100%;
  }
  .featurescontent div {
    width: 100%;
  }
  .featurescontent div span.icon_outer {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .featurescontent div p {
    padding: 0;
    width: 100%;
    font-size: 15px;
  }
  .featurescontent div p samp {
    font-size: 17px;
  }
  .featurescontent div ul {
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div {
    padding-bottom: 30px;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winners_speak_div:last-child {
    padding-bottom: 0;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_text {
    height: auto;
    width: 100%;
  }
  #featuresTab .resp-tab-content .winners_speak .winner_pin_name .winner_name {
    width: 68%;
  }
  .seo_content .smk_accordion {
    padding: 30px 20px;
  }
  .seo_content .smk_accordion .accordion_in .acc_head h3 {
    font-size: 17px;
  }
  footer.footer1 {
    padding: 40px 20px;
  }
  footer.footer1 > .container > .row > div {
    width: 50%;
    padding-bottom: 0;
    height: 180px;
  }
  footer.footer1 > .container > .row > div:last-child {
    padding-bottom: 0;
  }
  footer.footer1 .quicklinks.last {
    padding: 0 0 0;
  }
  footer.footer2 .social_PGlogo {
    padding-bottom: 0;
  }
  footer.footer2 .social_PGlogo .socialicon {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  footer.footer2 .social_PGlogo .socialicon a {
    display: inline-block;
    float: none;
  }
  footer.footer2 .social_PGlogo .socialicon span {
    display: inline-block;
  }
  footer.footer2 .social_PGlogo .pglogo {
    width: 100%;
    text-align: center;
  }
  footer.footer2 .social_PGlogo .pglogo .pglogo1,
  footer.footer2 .social_PGlogo .pglogo .pglogo2,
  footer.footer2 .social_PGlogo .pglogo .pglogo3,
  footer.footer2 .social_PGlogo .pglogo .pglogo4,
  footer.footer2 .social_PGlogo .pglogo .pglogo5,
  footer.footer2 .social_PGlogo .pglogo .pglogo6,
  footer.footer2 .social_PGlogo .pglogo .pglogo7,
  footer.footer2 .social_PGlogo .pglogo .pglogo8 {
    margin-bottom: 15px;
  }
  .how_to_play .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 415px) {
  .banner .home_mobile_banner {
    height: 350px;
  }
  .banner .home_mobile_banner .slide_bg {
    height: 350px;
    background-size: cover !important;
    background-position: center;
  }
  .download_app_strip a {
    float: none;
    margin: 0 0 10px;
    display: block;
  }
  footer.footer1 > .container > .row > div {
    width: 100%;
    padding-bottom: 20px;
    height: auto;
  }
  footer.footer1 > .container > .row > div:last-child {
    padding-bottom: 0;
  }
  footer.footer2 .social_PGlogo .socialicon span {
    display: block;
    margin-bottom: 10px;
  }
  #home_login .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
  #home_login .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_login .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_login .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_login .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_login .modal-body .desk_pop_banner {
    display: none;
  }
  .banner .home_mobile_banner .app_link_btn .banner_text img {
    width: 140px;
  }
  #home_login .modal-footer .footer_desktop {
    display: none;
  }
  #home_login .modal-footer .footer_mobile {
    display: block;
  }
  #home_register .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
  #home_register .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_register .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_register .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_register .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_register .modal-body .desk_pop_banner {
    display: none;
  }
  #home_register .modal-footer .footer_desktop {
    display: none;
  }
  #home_register .modal-footer .footer_mobile {
    display: block;
  }
  #home_forgot .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
  #home_forgot .modal-body .mobile_pop_banner {
    display: block;
  }
  #home_forgot .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_forgot .modal-body .form-group {
    padding: 0 0 10px;
  }
  #home_forgot .modal-body .form-group .error_tooltip {
    display: none;
    float: left;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #home_forgot .modal-body .desk_pop_banner {
    display: none;
  }
  #home_forgot .modal-footer .footer_desktop {
    display: none;
  }
  #home_forgot .modal-footer .footer_mobile {
    display: block;
  }
  #home_forgot_thank .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
  #home_forgot_thank .modal-body .form_inner {
    width: 100%;
    padding: 20px;
  }
  #home_forgot_thank .modal-body .desk_pop_banner {
    display: none;
  }
  #home_forgot_thank .modal-footer .footer_desktop {
    display: none;
  }
  #home_forgot_thank .modal-footer .footer_mobile {
    display: block;
  }
  #notification .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
  #notification .modal-body .form_inner {
    width: 100%;
    padding: 40px 20px;
  }
  #notification .modal-body .mobile_pop_banner {
    display: block;
  }
  #notification .modal-body .desk_pop_banner {
    display: none;
  }
  #notification .modal-body .form-group .brown_bg {
    padding: 0 40px;
    float: none;
    margin: 0 5px;
  }
  #notification .modal-body .form-group .black_bg {
    padding: 0 40px;
    float: none;
    margin: 0 5px;
  }
  #notification .modal-body .form-group .icon {
    display: none;
  }
  #notification .modal-footer .footer_desktop {
    display: none;
  }
  #notification .modal-footer .footer_mobile {
    display: block;
  }
  .how_to_play .modal-sm {
    width: 90%;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  header #sp-logo {
    padding: 0;
  }
  header .logo img {
    width: 130px;
  }
  header #sp-top2 {
    padding: 12px 0 0 0;
  }
  body.pre-login header #sp-top1 {
    padding: 15px 0px 0px 20px;
  }
  header #sp-top1 {
    padding: 14px 0 0 10px;
  }
  header .mobile_login_btn ul li a {
    font-size: 12px;
    height: 28px;
    line-height: 26px;
  }
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-503,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-504,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-505,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-507,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-516,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-518,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-523,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-524 {
  display: none;
}
.attention_div {
  background: #400c00;
  float: left;
  width: 100%;
  margin: 0;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  color: #d1caca;
}
.attention_div a {
  color: #d1caca;
  text-decoration: underline;
}
.download_apk_btn_outer {
  display: none;
}
.download_apk_btn {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 5px 3px 5px;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 999;
}
.download_apk_btn a {
  display: inline-block !important;
}
.download_apk_btn a img {
  width: 250px;
}
#close_apk_btn {
  position: absolute;
  top: -18px;
  right: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .download_apk_btn,
  .download_apk_btn_outer {
    display: block;
  }
}
.home_page.pre-login .scrollToTopdiv {
  display: none;
}
.testimonial-slider {
  clear: both;
  margin: 0;
  padding: 50px 0;
  width: 100%;
  background: #fff;
}
.testimonial-slider .section_heading {
  float: left;
  margin: 0;
  padding: 0 0 50px;
  color: #000;
  font-size: 28px;
  width: 100%;
  text-align: center;
}
.testimonial-slider .slick-slider {
  margin: 0;
  background: #fff;
  padding-bottom: 0;
  position: relative;
}
.testimonial-slider .slick-slider .slick-next,
.testimonial-slider .slick-slider .slick-prev {
  width: 50px;
  height: 50px;
  bottom: 0;
  top: auto;
  opacity: 0;
  display: none;
}
.testimonial-slider .slick-slider .slick-prev {
  left: 49%;
  margin: 0 0 0 -50px;
  z-index: 1;
  background-position: -65px -5px;
}
.testimonial-slider .slick-slider .slick-next {
  right: 49%;
  margin: 0 -50px 0 0;
  z-index: 1;
  background-position: -5px -5px;
}
.testimonial-slider .slick-slider .slick-prev:before {
  z-index: 10;
  content: "";
}
.testimonial-slider .slick-slider .slick-next:before {
  z-index: 10;
  content: "";
}
.testimonial-slider .slick-slider .slick-next:hover,
.testimonial-slider .slick-slider .slick-prev:hover {
  opacity: 1;
}
.testimonial-slider .slick-slide {
  position: relative;
  height: auto;
  padding: 0 10px;
}
.testimonial-slider .winners_speak_slider .winner_text {
  background: #fbebba;
  float: left;
  padding: 20px;
  border: 1px solid #f9e19c;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  height: 160px;
  color: #474747;
  line-height: 25px;
  font-size: 14px;
}
.testimonial-slider .winners_speak_slider .winner_text:after,
.testimonial-slider .winners_speak_slider .winner_text:before {
  content: "";
  border-top: 20px solid #fbebba;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 50px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
}
.testimonial-slider .winners_speak_slider .winner_text:before {
  border-top: 20px solid #f9e19c;
  bottom: -21px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic {
  width: 69px;
  height: 69px;
  border: 1px solid #c4c4c4;
  border-radius: 69px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic img {
  width: 100%;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner1 {
  background-position: -793px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner2 {
  background-position: -876px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner3 {
  background-position: -951px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner4 {
  background-position: -323px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner5 {
  background-position: -406px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner6 {
  background-position: -481px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner7 {
  background-position: -88px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner8 {
  background-position: -171px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_pic.winner9 {
  background-position: -246px -184px;
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_name {
  float: left;
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  color: #000;
  width: calc(100% - 89px);
}
.testimonial-slider .winners_speak_slider .winner_pin_name .winner_name span {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: ubuntubold;
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .testimonial-slider .section_heading {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .testimonial-slider {
    padding: 30px 0;
  }
  .testimonial-slider .winners_speak_slider .winner_text {
    height: 190px;
  }
}
@media only screen and (max-width: 415px) {
  .testimonial-slider .winners_speak_slider .winner_text {
    height: 160px;
  }
}
@media only screen and (max-width: 340px) {
  .testimonial-slider .winners_speak_slider .winner_text {
    font-size: 13px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 670px) and (orientation: landscape) {
  .testimonial-slider .winners_speak_slider .winner_text {
    height: 190px;
  }
}
@media only screen and (max-width: 570px) and (orientation: landscape) {
  .testimonial-slider .winners_speak_slider .winner_text {
    font-size: 13px;
    line-height: 22px;
    height: 110px;
  }
}
.featurescontent1 div {
  padding-bottom: 40px;
}
.featurescontent1 div span.icon_outer {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}
.featurescontent1 div span.icon_outer span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../../../images/common/home-sprite.png) no-repeat;
}
.featurescontent1 div span.icon_outer span.icon1 {
  background-position: 5px -260px;
}
.featurescontent1 div span.icon_outer span.icon2 {
  background-position: -105px -260px;
}
.featurescontent1 div span.icon_outer span.icon3 {
  background-position: -215px -260px;
}
.featurescontent1 div span.icon_outer span.icon4 {
  background-position: -335px -260px;
}
.featurescontent1 div.clear {
  padding: 0;
}
.featurescontent1 div p {
  float: left;
  width: calc(100% - 130px);
  padding: 10px 0 0 10px;
  color: #474747;
  font-size: 16px;
}
.featurescontent1 div p samp {
  color: #000;
  font-size: 20px;
  font-family: ubuntumedium;
  padding-bottom: 20px;
  display: block;
  line-height: 22px;
}
.featurescontent1 div ul {
  float: left;
  width: calc(100% - 130px);
  padding: 0 0 0 20px;
  color: #474747;
  font-size: 14px;
}
.featurescontent1 div ul li {
  list-style: disc;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: list-item;
}
@media only screen and (max-width: 800px) {
  .featurescontent1 div {
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  .featurescontent1 div {
    width: 100%;
  }
  .featurescontent1 div span.icon_outer {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .featurescontent1 div p {
    padding: 0;
    width: 100%;
    font-size: 15px;
  }
  .featurescontent1 div p samp {
    font-size: 17px;
  }
  .featurescontent1 div ul {
    width: 100%;
  }
}
