html,
body {
  font-family: 'Poppins', sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  outline: 0;
  overflow-x: hidden;
}
.footer_con_a{
    color: #ffcc00 !important;
}

a {
  color: #303030;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

a:hover,
a:link,
a:visited,
a:active {
  color: #303030;
  text-decoration: none;
}

a:active,
a:focus,
a:visited,
button:active,
button:focus,
button:visited {
  outline: 0;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

.input-group-append {
  margin-left: 0px;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 600;
  color: #303030;
}

.form-control {
  background-color: #EFEFEF;
  border: 1px solid transparent;
  color: #303030;
  width: 100%;
  font-size: 16px;
  height: 36px;
  padding: 0 13px;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #FFFFFF;
}

.form-control:focus {
  background-color: #fff;
  border: 1px solid #08f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus,
.default-btn:focus,
a:link:focus {
  outline: 0;
}

.btn.focus,
.btn:focus,
.form-control:focus,
.form-control-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #414141;
}

::-ms-input-placeholder {
  color: #414141;
}

:-ms-input-placeholder {
  color: #414141;
}

::placeholder {
  color: #414141;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.container {
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
}

@media only screen and (min-width: 10px) {
  .section-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 48px;
  }
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

@media only screen and (min-width: 10px) {
  .section-subtitle {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .section-subtitle {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 86%;
  }
}

@media (max-width: 479px) {
  .container {
    max-width: 88%;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.article_header {
  color: #ffcc00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0;
}

@media only screen and (min-width: 10px) {
  .article_header {
    font-size: 17px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) {
  .article_header {
    font-size: 25px;
  }
}

.hero-section {
  background: url("../images/bg/hero-section.jpg");
  padding-bottom: 35px;
  background-position: 100% 97%;
}

@media only screen and (min-width: 10px) {
  .hero-section {
    background: url("../images/bg/sm-hero-section.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 375px) {
  .hero-section {
    background: url("../images/bg/md-hero-section.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .hero-section {
    background: url("../images/bg/hero-section.jpg");
    background-position: 100% 97%;
  }
}

@media (min-width: 992px) and (max-width: 1700px) {
  .hero-section {
    background-position: 60% 97%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    background-position: 50% 97%;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section header .header-logo img {
    width: 295px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section header .header-logo img {
    width: 392px;
  }
}

.hero-section form .form-content .form-group {
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
  margin-right: 10px;
  border: 2px solid #fff;
}

.hero-section form .form-content .form-group:nth-child(1) {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AEAEAE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #AEAEAE 100%) 0% 0% no-repeat padding-box;
  width: 193px;
}

@media only screen and (min-width: 992px) {
  .hero-section form .form-content .form-group:nth-child(1) {
    width: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section form .form-content .form-group:nth-child(1) {
    width: 193px;
  }
}

.hero-section form .form-content .form-group:nth-child(2) {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AEAEAE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #AEAEAE 100%) 0% 0% no-repeat padding-box;
  width: 193px;
}

@media only screen and (min-width: 992px) {
  .hero-section form .form-content .form-group:nth-child(2) {
    width: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section form .form-content .form-group:nth-child(2) {
    width: 193px;
  }
}

.hero-section form .form-content .form-group:nth-child(3):hover {
  -webkit-box-shadow: 0 0 21px #fff, 0 0 20px #2d2809, 0 0 21px #c5b9ff inset;
          box-shadow: 0 0 21px #fff, 0 0 20px #2d2809, 0 0 21px #c5b9ff inset;
}

.hero-section form .form-content .form-group:nth-child(4) {
  background: #D08507;
  border: 2px solid transparent;
}

.hero-section form .form-content .form-group:nth-child(4):hover {
  -webkit-box-shadow: 0 0 21px #cfa518, 0 0 20px #2d2809, 0 0 21px #f3ba00 inset;
          box-shadow: 0 0 21px #cfa518, 0 0 20px #2d2809, 0 0 21px #f3ba00 inset;
}

.hero-section form .form-content .form-group input.form-control {
  background: transparent;
  border: none;
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
}

.hero-section form .form-content .form-group button.login-btn {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  width: 130px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 35px;
  height: 36px;
}

@media only screen and (min-width: 992px) {
  .hero-section form .form-content .form-group button.login-btn {
    width: 110px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section form .form-content .form-group button.login-btn {
    width: 130px;
  }
}

.hero-section form .form-content .form-group button.dafter-btn {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  width: 130px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 35px;
  height: 36px;
}

@media only screen and (min-width: 992px) {
  .hero-section form .form-content .form-group button.dafter-btn {
    width: 110px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section form .form-content .form-group button.dafter-btn {
    width: 130px;
  }
}

.hero-section .md-device-auth {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .md-device-auth {
    display: block;
  }
}

@media (max-width: 575px) {
  .hero-section .marquee .notiff img {
    width: 60px;
  }
}

.hero-section .marquee .marqueeHome {
  position: relative;
}

@media (max-width: 575px) {
  .hero-section .marquee .marqueeHome {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-section .marquee .marqueeHome {
    font-size: 13px;
  }
}
.marquee_wrap{
    position: relative;
}
.hero-section .marquee .marquee_wrap .top-border {
  width: 200px;
  background: #dad8d8;
  height: 1px;
  position: absolute;
  top: -14px;
  left: 0;
}

@media (max-width: 480px) {
  .hero-section .marquee .marquee_wrap .top-border {
    width: 140px;
    top: -10px;
  }
}

.hero-section .marquee .marquee_wrap .top-border::before {
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  content: '';
  position: relative;
  top: -4px;
}

.hero-section .marquee .marquee_wrap .bottom-border {
  width: 200px;
  background: #fbfbfb;
  height: 1px;
  position: absolute;
  bottom: -8px;
  right: 0;
}

@media (max-width: 480px) {
  .hero-section .marquee .marquee_wrap .bottom-border {
    width: 140px;
    bottom: -6px;
  }
}

.hero-section .marquee .marquee_wrap .bottom-border::after {
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  content: '';
  position: relative;
  top: 4px;
  left: calc(100% - 45px);
}

.hero-section .marquee .marqueeHome::before {
  display: block;
  width: 110px;
  height: 5px;
  background: red;
}

.hero-section .top-navbar {
  position: relative;
  z-index: 99;
}

.hero-section .top-navbar ul {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-section .top-navbar ul li {
  position: relative;
  list-style-type: none;
  margin-right: 1px;
  padding: 8px 21px;
}

.hero-section .top-navbar ul > li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #D08507;
  visibility: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
}
.hero-section .top-navbar ul > li.active:hover::after {

    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
    background: transparent;

}
.hero-section .top-navbar ul > li:hover::after {

    opacity: 1;
    visibility: visible;
    height: 100%;

}

.hero-section .top-navbar ul li:nth-child(4):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 992px) {
  .hero-section .top-navbar ul li {
    padding: 8px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .top-navbar ul li {
    padding: 8px 21px;
  }
}

.hero-section .top-navbar ul li.active {
  background: #D08507;
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
}

.hero-section .top-navbar ul li.active a {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
}

.hero-section .top-navbar ul li:nth-child(4) {
  position: relative;
}

.hero-section .top-navbar ul li:nth-child(4) > a {
  position: relative;
}

.hero-section .top-navbar ul li:nth-child(4) > a:hover:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hero-section .top-navbar ul li:nth-child(4) > a:after {
  display: inline-block;
  content: "";
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-left: -3px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  right: -18px;
  top: 11px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .hero-section .top-navbar ul li:nth-child(4) > a:after {
    right: -13px;
  }
}

.hero-section .top-navbar ul li:last-child {
  margin-right: 0;
}

.hero-section .top-navbar ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0px 10px 3px #00000080;
}

@media only screen and (min-width: 992px) {
  .hero-section .top-navbar ul li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .top-navbar ul li a {
    font-size: 18px;
  }
}

.hero-section .top-navbar ul li .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 8s ease-in;
  transition: visibility 8s ease-in;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  left: -13px;
  top: 100%;
  right: 0;
  width: 190px;
}

.hero-section .top-navbar ul li .sub-menu ul {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fec72e;
  -webkit-box-shadow: 0px 0px 20px #00000080;
  box-shadow: 0px 0px 20px #00000080;
  margin-left: 0;
  border-radius: 5px;
}

.hero-section .top-navbar ul li .sub-menu ul li {
  padding: 0;
  margin-right: 0;
}
.hero-section .top-navbar ul > li .sub-menu ul li:hover::after{display:none}
.hero-section .top-navbar ul li .sub-menu ul li a {
  text-shadow: none;
  font-size: 15px;
  padding: 8px 12px;
}

.hero-section .top-navbar ul li .sub-menu ul li a:hover {
  color: #fff;
  background-color: #000021;
}
.hero-section .top-navbar ul > li .sub-menu.skew-bg {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.hero-section .top-navbar ul li .sub-menu.skew-bg ul {
   left: 50px;
  -webkit-transform: skew(30deg, 0);
  transform: skew(30deg, 0);
  position: absolute;
}

.hero-section .top-navbar ul li .sub-menu.skew-bg ul li {
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
  padding: 0;
}

.hero-section .top-navbar ul li.skew-element:after {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  right: 6px;
}

@media (max-width: 1199px) {
  .hero-section .top-navbar ul li.skew-element:after {
    right: 1px;
  }
}

@media (max-width: 1199px) {
  .hero-section .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

.hero-section .jackpot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap .left-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content {
    margin-right: 38px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content {
    margin-right: 32px;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content {
    margin-right: 55px;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content {
    margin-right: 35px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content {
    margin-right: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-section .jackpot-wrap .left-content {
    margin-right: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .left-content {
    margin-top: 0;
    margin-right: 0;
  }
}

.hero-section .jackpot-wrap .left-content .jackpot-bg {
  opacity: 1;
  z-index: 9;
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .jackpot-bg {
    position: absolute;
    left: 0;
  }
}

.hero-section .jackpot-wrap .left-content .jackpot-bg img {
  -webkit-box-shadow: 0px 0px 20px #00000080;
          box-shadow: 0px 0px 20px #00000080;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .jackpot-bg img {
    width: 85%;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .jackpot-bg img {
    width: 82%;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .jackpot-bg img {
    width: 63%;
    margin-bottom: 7px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .jackpot-bg img {
    width: 55%;
    margin-bottom: 13px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content .jackpot-bg img {
    width: 45%;
    margin-bottom: 9px;
  }
}

.hero-section .jackpot-wrap .left-content .counter {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  position: relative;
  width: 544px;
  height: 150px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#D08507), to(#B36900)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #D08507 0%, #B36900 100%) 0% 0% no-repeat padding-box;
  border: 4px solid #B36900;
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
  margin-left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 400px;
    margin-left: -100px;
    height: 130px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 400px;
    margin-left: -100px;
    height: 110px;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter {
    margin-left: 105px;
    height: 100px;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter {
    margin-left: 94px;
    height: 83px;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content .counter {
    margin-left: 67px;
    height: 70px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 435px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 544px;
  }
}

.hero-section .jackpot-wrap .left-content .counter h1 {
  font-size: 55px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 118px;
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  text-shadow: 0 0 6px #ff00e0, 0 0 10px #ff00e0, 0 0 10px #fff;
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 39px;
    margin-left: 85px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 35px;
    margin-left: 77px;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 33px;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 30px;
    margin-left: 66px;
  }
}
@media (max-width: 455px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 29px;
    margin-left: 63px;
  }
}

@media (max-width: 435px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 26px;
    margin-left: 60px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    width: 100%;
    font-size: 27px;
    margin-left: 42px;
  }
}
@media (max-width: 385px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    width: 100%;
    font-size: 25px;
    margin-left: 40px;
  }
}
@media (max-width: 365px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    width: 100%;
    font-size: 23px;
    margin-left: 40px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 23px;
    margin-left: 50px;
  }
}
@media (max-width: 335px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 23px;
    margin-left: 46px;
  }
}
@media (max-width: 320px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 21px;
    margin-left: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 46px;
    margin-left: 96px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 60px;
    margin-left: 102px;
  }
}

.hero-section .jackpot-wrap .left-content .counter .jackpot-top {
  position: absolute;
  right: 40px;
  top: -60px;
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top {
    right: -75px;
    top: -41px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top {
    right: -118px;
    top: -35px;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top {
    right: -163px;
    top: -29px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top {
    right: -195px;
    top: -25px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top {
    right: -10px;
    top: -50px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top {
    right: 40px;
    top: -60px;
  }
}

.hero-section .jackpot-wrap .left-content .counter .jackpot-top .content {
  position: relative;
}

.hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
  width: 100%;
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
    width: 75%;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
    width: 65%;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
    width: 52%;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
    width: 45%;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content img {
    width: 100%;
  }
}

.hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #001E4F;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  line-height: 70px;
  margin-left: 65px;
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 30px;
    line-height: 52px;
    margin-left: -43px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 22px;
    line-height: 44px;
    margin-left: -77px;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 20px;
    line-height: 36px;
    margin-left: -134px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 17px;
    line-height: 30px;
    margin-left: -173px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 36px;
    line-height: 70px;
    margin-left: 65px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 34px;
    line-height: 65px;
    margin-left: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-top .content h3 {
    font-size: 36px;
    line-height: 70px;
    margin-left: 65px;
  }
}

.hero-section .jackpot-wrap .left-content .counter .jackpot-bottom {
  position: absolute;
  left: 110px;
  bottom: -35px;
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom {
    left: 90px;
    bottom: -26px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom {
    left: 90px;
    bottom: -23px;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom {
    left: 65px;
    bottom: -19px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom {
    left: 43px;
    bottom: -18px;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom img {
    width: 85%;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom img {
    width: 70%;
  }
}

@media (max-width: 479px) {
  .hero-section .jackpot-wrap .left-content .counter .jackpot-bottom img {
    width: 65%;
  }
}

.hero-section .jackpot-wrap .right-content {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(0, 127, 236, 0.85)), to(rgba(0, 30, 79, 0.85))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(0, 127, 236, 0.85) 0%, rgba(0, 30, 79, 0.85) 100%) 0% 0% no-repeat padding-box;
  width: 406px;
  border-radius: 4px;
}

@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .hero-section .jackpot-wrap .right-content {
    width: 360px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content {
    width: 305px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content {
    width: 265px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content {
    width: 345px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content {
    width: 406px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap {
  width: 60%;
  padding: 20px;
  padding-right: 0;
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap {
    padding: 20px 10px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap {
    padding: 20px 15px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap {
    padding: 20px;
    padding-right: 0;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap h3 {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap h3 {
    font-size: 18px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap h3 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap h3 {
    font-size: 21px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
  height: 60px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AEAEAE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #AEAEAE 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  width: 160px;
  text-decoration: none;
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 20px 12px;
    width: 140px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    width: 120px;
    height: 55px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    width: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    width: 160px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 35px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content {
  margin-left: 10px;
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content {
    margin-left: 7px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content {
    margin-left: 5px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 11px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
  display: block;
  font-size: 10px;
  color: #000021;
  margin-top: 2px;
}
@media (max-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 8px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 7px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content .whatsapp {
  color: #3FC94F;
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content .telegram {
  color: #1D9FD5;
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content .livechat {
  color: #FE5100;
  margin-top: 0;
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 21px #fff, 0 0 20px #2d2809, 0 0 21px #c5b9ff inset;
          box-shadow: 0 0 21px #fff, 0 0 20px #2d2809, 0 0 21px #c5b9ff inset;
}

@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .first-child .content {
    margin-left: 5px;
  }
}

.hero-section .jackpot-wrap .right-content .curved-bg {
  width: 105%;
  height: 285px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .hero-section .jackpot-wrap .right-content .curved-bg {
    margin-left: 14px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .curved-bg {
    height: 275px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .curved-bg {
    height: 256px;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .curved-bg {
    margin-left: 12px;
    height: 275px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .curved-bg {
    margin-left: 20px;
    height: 285px;
  }
}

.hero-section .jackpot-wrap .right-content .curved-bg::before {
  content: "";
  width: 286%;
  height: 0;
  padding-top: 200%;
  border-radius: 100%;
  background: #f7f7f7;
  position: absolute;
  top: -22%;
  left: 0;
}

@media (max-width: 480px) {
  .hero-section .jackpot-wrap .right-content .curved-bg::before {
    padding-top: 256%;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .curved-bg::before {
    padding-top: 300%;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .curved-bg::before {
    padding-top: 246%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .curved-bg::before {
    padding-top: 200%;
  }
}

.hero-section .jackpot-wrap .right-content .curved-bg .content {
  position: relative;
  margin-left: 10px;
}

.hero-section .jackpot-wrap .right-content .curved-bg .content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content h3 {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content h3 {
    font-size: 19px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content h3 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content h3 {
    font-size: 25px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content h3 {
    font-size: 30px;
  }
}

.hero-section .jackpot-wrap .right-content .curved-bg .content h3 span {
  color: #13B42B;
}

.hero-section .jackpot-wrap .right-content .curved-bg .content a.download {
  width: 125px;
  height: 40px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#D08507), to(#B36900)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #D08507 0%, #B36900 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  margin-left: 10px;
  color: #fff;
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content a.download {
    width: 100px;
    height: 34px;
    font-size: 12px;
    line-height: 35px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content a.download {
    width: 95px;
  }
}

.hero-section .jackpot-wrap .right-content .curved-bg .content a.download:hover {
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content a.download {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .right-content .curved-bg .content a.download {
    margin-left: 22px;
  }
}

.sm-device-header {
  background: #000000;
  padding: 10px 10px 2px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

@media only screen and (min-width: 992px) {
  .sm-device-header {
    display: block;
  }
}

.sm-device-header .menu-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .sm-device-header .menu-toggler {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .sm-device-header .menu-toggler img {
    width: 354px;
  }
}

@media (max-width: 767px) {
  .sm-device-header .menu-toggler img {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .sm-device-header .menu-toggler img {
    width: 270px;
  }
}

@media (max-width: 500px) {
  .sm-device-header .menu-toggler img {
    width: 240px;
  }
}

@media (max-width: 450px) {
  .sm-device-header .menu-toggler img {
    width: 230px;
  }
}

@media (max-width: 400px) {
  .sm-device-header .menu-toggler img {
    width: 200px;
  }
}

@media (max-width: 350px) {
  .sm-device-header .menu-toggler img {
    width: 100%;
  }
}

.sm-device-header .menu-toggler button {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .sm-device-header .menu-toggler button {
    font-size: 13px;
  }
}

.sm-device-header .menu-toggler button:first-child svg {
  height: 23px;
}

#masterDominoNav .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}

#masterDominoNav .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#masterDominoNav .modal-content {
  background: #000;
  height: 100%;
}

#masterDominoNav .modal-body {
  padding-top: 6px;
}

#masterDominoNav .navbar-head {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

@media (max-width: 991px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media (max-width: 350px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 15px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 354px;
  }
}

@media (max-width: 767px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 300px;
  }
}

@media (max-width: 575px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 270px;
  }
}

@media (max-width: 500px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 240px;
  }
}

@media (max-width: 450px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 230px;
  }
}

@media (max-width: 400px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 200px;
  }
}

@media (max-width: 350px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 100%;
  }
}

#masterDominoNav .navbar-head .menu_close_icon {
  width: 10%;
}

#masterDominoNav .navbar-head .menu_close_icon .btn-close i {
  color: white;
  font-size: 25px;
}

#masterDominoNav .sm-nav ul li {
  position: relative;
}

#masterDominoNav .sm-nav ul li:nth-child(4):hover:after {
  color: #fff;
}

#masterDominoNav .sm-nav ul li:nth-child(4):after {
  display: inline-block;
  content: "";
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-left: -3px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  left: 106px;
  top: 28px;
  color: #ccc;
  cursor: pointer;
}

#masterDominoNav .sm-nav ul li a {
  color: #CCCCCC;
  font-size: 16px;
  padding: 7px 0;
  margin: 10px 0;
}

#masterDominoNav .sm-nav ul li a img {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  padding-bottom: 2px;
}

#masterDominoNav .sm-nav ul li a:hover {
  color: #fff;
  position: relative;
}

#masterDominoNav .sm-nav ul li a:after {
  background: none repeat scroll 0 0 transparent;
  margin-top: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#masterDominoNav .sm-nav ul li a:hover:after {
  width: 100%;
  left: 0;
}

#masterDominoNav .sm-nav ul li .sub_nav {
  display: none;
}

#masterDominoNav .sm-nav ul li .sub_nav ul {
  background: #fec72e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 20px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul {
    display: block;
    padding: 10px 12px;
  }
}

@media only screen and (min-width: 768px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul {
    padding: 20px;
  }
}

#masterDominoNav .sm-nav ul li .sub_nav ul li {
  list-style: none;
  padding: 0 10px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul li {
    padding: 0 30px;
  }
}

#masterDominoNav .sm-nav ul li .sub_nav ul li:hover {
  background-color: #000021;
}

#masterDominoNav .sm-nav ul li .sub_nav ul li a {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 576px) and (max-width: 991px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul li a {
    padding: 0;
  }
}

#masterDominoNav .sm-nav ul li .sub_nav ul li a:after {
  display: none;
}

#masterDominoNav .modal-body .default-btn {
  width: 48.5%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  height: 50px;
  border-radius: 3px;
  line-height: 42px;
  font-weight: 500;
}

#masterDominoNav .modal-body .signup {
  -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
          box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  background: #f7a403;
  margin-right: 3%;
}

#masterDominoNav .modal-body .login {
  background: #7e2ea8;
}

#masterDominoAuth .btn-close {
  width: 8px;
}

#masterDominoAuth .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#masterDominoAuth .modal-content .modal-header {
  height: 70px;
}

#masterDominoAuth .modal-content label {
  font-weight: 400;
  color: #464646;
}

#masterDominoAuth .modal-content .form-control {
  background: antiquewhite;
  height: 40px;
  border: 1px solid #ced4da;
}

#masterDominoAuth .modal-content .form-control:focus {
  color: #212529;
  background: antiquewhite;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#masterDominoAuth .modal-content .form-group {
  margin-bottom: 18px;
}

#masterDominoAuth .modal-content .btn-primary.submit {
  width: 100%;
  background: #fec72e;
  border-radius: 30px;
  padding: 10px 0;
  font-size: 6vw;
  font-weight: 600;
  border: none;
}

#masterDominoAuth .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masterDominoAuth .modal-content .modal-footer span {
  font-size: 13px;
}

#masterDominoAuth .modal-content .modal-footer .btn.btn-primary {
  margin-left: 5px;
  padding: 10px 5px;
  border: 2px solid #000;
  color: #000;
  border-radius: 50rem;
  font-size: small;
  font-weight: 400;
  background: #fff;
}

#masterDominoAuth .modal-content .modal-footer .btn.btn-primary:hover {
  background: grey;
}

.show {
  display: block !important;
}

.game-section {
  background: #000021;
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 575px) {
  .game-section {
    padding-top: 20px;
  }
}

.game-section .section-bg {
  background: url("../images/bg/game-section.png");
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .game-section .section-bg {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .game-section .section-bg {
    padding-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .game-section .section-bg {
    padding-bottom: 25px;
  }
}

.game-section .section-bg h2.section-title {
  padding: 100px 0 30px;
}

@media (max-width: 991px) {
  .game-section .section-bg h2.section-title {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .game-section .section-bg h2.section-title {
    padding: 0 0 22px;
  }
}

@media (max-width: 767px) {
  .game-section .section-bg .game-item img {
    width: 100%;
    height: auto;
  }
}

.game-item img {
    animation: float 3s ease-in-out infinite;
}

.game-section .section-bg .game-item a {
  width: 230px;
  height: 50px;
  line-height: 46px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#007FEC), to(#001E4F)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #007FEC 0%, #001E4F 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 15px 15px #00000080;
          box-shadow: 0px 15px 15px #00000080;
  border: 2px solid #007FEC;
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
  margin: 20px auto 30px;
}

.game-section .section-bg .game-item a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#001E4F), to(#007FEC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #001E4F 0%, #007FEC 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (min-width: 10px) {
  .game-section .section-bg .game-item a {
    width: 90%;
    font-size: 15px;
    height: 31px;
    line-height: 25px;
  }
}

@media (max-width: 380px) {
  .game-section .section-bg .game-item a {
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  .game-section .section-bg .game-item a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) {
  .game-section .section-bg .game-item a {
    width: 230px;
    font-size: 16px;
    height: 37px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .game-section .section-bg .game-item a {
    font-size: 17px;
    height: 41px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .game-section .section-bg .game-item a {
    height: 50px;
    line-height: 46px;
    font-size: 24px;
  }
}

.game-section .section-bg .game-item a span {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  display: block;
}

.liveChat-section {
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#007FEC), to(#000021)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #007FEC 0%, #000021 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 150px;
}

@media (max-width: 1199px) {
  .liveChat-section {
    padding-bottom: 115px;
  }
}

@media (max-width: 575px) {
  .liveChat-section {
    padding-bottom: 90px;
  }
}

.liveChat-section h2.section-title {
  padding: 80px 0 30px;
}

@media (max-width: 991px) {
  .liveChat-section h2.section-title {
    padding: 60px 0 30px;
  }
}

@media (max-width: 991px) {
  .liveChat-section h2.section-title {
    padding: 52px 0 15px;
  }
}

@media (max-width: 767px) {
  .liveChat-section h2.section-title {
    padding: 35px 0 10px;
  }
}

.liveChat-section p.section-subtitle {
  padding-bottom: 50px;
}

.liveChat-section .game-item img {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

@media only screen and (min-width: 992px) {
  .liveChat-section .game-item img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 478px) {
  .liveChat-section .game-item img {
    width: 100%;
    height: auto;
  }
}

.liveChat-section .game-item a {
  width: 180px;
  height: 50px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#D08507), to(#824C00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #D08507 0%, #824C00 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 15px 15px #00000080;
          box-shadow: 0px 15px 15px #00000080;
  border: 2px solid #D08507;
  display: block;
  line-height: 46px;
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
  margin: 20px auto 30px;
}

.liveChat-section .game-item a:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#824C00), to(#D08507)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #824C00 0%, #D08507 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (min-width: 10px) {
  .liveChat-section .game-item a {
    width: 90%;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) {
  .liveChat-section .game-item a {
    width: 80%;
    font-size: 16px;
    height: 38px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 576px) {
  .liveChat-section .game-item a {
    width: 180px;
    height: 50px;
    line-height: 46px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .liveChat-section .game-item a {
    font-size: 17px;
    height: 41px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .liveChat-section .game-item a {
    width: 150px;
    font-size: 18px;
    height: 44px;
    line-height: 41px;
  }
}

@media only screen and (min-width: 1200px) {
  .liveChat-section .game-item a {
    width: 180px;
    font-size: 22px;
    height: 50px;
    line-height: 46px;
  }
}

.liveChat-section .game-item a span {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  display: block;
}

.liveChat-section .liveChat {
  margin-top: 60px;
  border: 2px solid #FFFFFF;
  text-align: center;
}

@media (max-width: 991px) {
  .liveChat-section .liveChat {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .liveChat-section .liveChat {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .liveChat-section .liveChat {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat {
    width: calc(100% - 96px);
    -webkit-transform: skew(-30deg, 0);
            transform: skew(-30deg, 0);
    margin-left: 47px;
  }
}

.liveChat-section .liveChat p {
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 10px) {
  .liveChat-section .liveChat p {
    font-size: 14px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) {
  .liveChat-section .liveChat p {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat p {
    -webkit-transform: skew(30deg, 0);
            transform: skew(30deg, 0);
    padding: 0px 60px;
    font-size: 20px;
  }
}

.liveChat-section .liveChat .liveChat-btn {
  display: block;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AEAEAE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #AEAEAE 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 15px 15px #00000080;
          box-shadow: 0px 15px 15px #00000080;
  border: 2px solid #FFFFFF;
  width: 277px;
  height: 60px;
  line-height: 60px;
  margin: -30px auto;
}

.liveChat-section .liveChat .liveChat-btn:hover {
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media only screen and (min-width: 10px) {
  .liveChat-section .liveChat .liveChat-btn {
    width: 60%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: -23px auto;
  }
}

@media (max-width: 991px) {
  .liveChat-section .liveChat .liveChat-btn {
    -webkit-transform: skew(-30deg, 0);
            transform: skew(-30deg, 0);
  }
}

@media only screen and (min-width: 576px) {
  .liveChat-section .liveChat .liveChat-btn {
    width: 277px;
    height: 60px;
    line-height: 60px;
    margin: -30px auto;
  }
}

.liveChat-section .liveChat .liveChat-btn span {
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
  display: inline-block;
  font: normal normal 600 24px/28px Poppins;
  color: #001E4F;
  text-transform: uppercase;
}

.bankSupport-section {
  background-color: #000021;
}

@media only screen and (min-width: 1200px) {
  .bankSupport-section {
    background: url("../images/bg/bankSupport-section.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-color: #000021;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .bankSupport-section {
    background-position: 20% 100%;
  }
}

.bankSupport-section .section-title {
  margin-bottom: 30px;
}

.bankSupport-section .section-subtitle {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .bankSupport-section .section-subtitle {
    margin-bottom: 60px;
  }
}

.bankSupport-section .progress-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .bankSupport-section .progress-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap .left-progress-step {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .bankSupport-section .progress-wrap .left-progress-step {
    width: 78%;
  }
}

@media only screen and (min-width: 992px) {
  .bankSupport-section .progress-wrap .left-progress-step {
    width: 49%;
  }
}

@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 100%;
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 78%;
  }
}

@media only screen and (min-width: 992px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 49%;
    margin-top: 0;
    margin-left: 2%;
  }
}

.bankSupport-section .progress-wrap h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .bankSupport-section .progress-wrap h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .bankSupport-section .progress-wrap h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap h2 {
    font-size: 18px;
  }
}

.bankSupport-section .progress-wrap .content-wrap {
  position: relative;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .bankSupport-section .progress-wrap .content-wrap {
    margin-top: 45px;
  }
}

@media (max-width: 365px) {
  .bankSupport-section .progress-wrap .content-wrap {
    margin-top: 38px;
  }
}

.bankSupport-section .progress-wrap .content-wrap .lg-progress-img {
  display: block;
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .lg-progress-img {
    display: none;
  }
}

.bankSupport-section .progress-wrap .content-wrap .sm-progress-img {
  display: none;
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .sm-progress-img {
    display: block;
  }
}

.bankSupport-section .progress-wrap .content-wrap .content-table {
  position: absolute;
  top: 0;
  left: 50px;
  margin-top: -28px;
}

@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -28px;
  }
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -18px;
    left: 40px;
  }
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -22px;
    left: 30px;
  }
}

@media (max-width: 450px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -20px;
    left: 30px;
  }
}

@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -17px;
    left: 27px;
  }
}

@media (max-width: 365px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -15px;
    left: 27px;
  }
}

@media (max-width: 340px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table {
    margin-top: -14px;
    left: 25px;
  }
}

.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item {
  height: 100px;
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item {
    height: 67px;
  }
}

.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap {
  position: relative;
}

.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap img {
  margin-top: 0;
  max-width: 100%;
}

.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 60px;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 40px;
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 35px;
    font-size: 15px;
  }
}

@media (max-width: 365px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 30px;
    font-size: 12px;
  }
}

.partner-section {
  background-color: #000021;
  padding: 120px 0 80px;
}

@media (max-width: 767px) {
  .partner-section {
    padding: 90px 0 80px;
  }
}

@media only screen and (min-width: 992px) {
  .partner-section {
    background: url("../images/bg/partner_section.png");
    background-color: #000021;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section {
    background: url("../images/bg/partner_section.png");
    background-color: #000021;
    background-repeat: no-repeat;
    background-position: -200px 165%;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .partner-section {
    background-position: 30% 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .partner-section img {
    width: 100%;
  }
}

.partner-section .section-title {
  margin-bottom: 30px;
}

.partner-section .section-subtitle {
  margin-bottom: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .section-subtitle {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .partner-section .section-subtitle {
    margin-bottom: 50px;
  }
}

.partner-section .disini-btn {
  width: 548px;
  height: 52px;
  border: 2px solid #FFFFFF;
  border-top: none;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .disini-btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .partner-section .disini-btn {
    width: 100%;
  }
}

.partner-section .disini-btn a {
  display: block;
  text-align: center;
  width: 275px;
  height: 56px;
  line-height: 55px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AEAEAE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #AEAEAE 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 15px 15px #00000080;
          box-shadow: 0px 15px 15px #00000080;
  border: 2px solid #FFFFFF;
  opacity: 1;
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
  margin: 0px auto;
  position: relative;
  top: 20px;
  font-size: 24px;
}

.partner-section .disini-btn a:hover {
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media (max-width: 379px) {
  .partner-section .disini-btn a {
    width: 171px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    top: 25px;
  }
}

.partner-section .disini-btn a span {
  display: inline-block;
  font-weight: bold;
  color: #001E4F;
  text-transform: uppercase;
  -webkit-transform: skew(30deg, 0);
          transform: skew(30deg, 0);
}

.footer_wrapper {
  background-color: #000021;
}

@media only screen and (min-width: 1200px) {
  .footer_wrapper {
    background-image: url(../images/bg/footer.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
}

.footer_wrapper .footer-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer_wrapper .footer-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .footer-title {
    font-size: 20px;
  }
}

.footer_wrapper .bank-support h2.footer-title {
  padding-top: 70px;
  padding-bottom: 22px;
}

@media (max-width: 991px) {
  .footer_wrapper .bank-support h2.footer-title {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .bank-support h2.footer-title {
    padding-top: 10px;
  }
}

.footer_wrapper .bank-support .support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_wrapper .bank-support .support-wrapper .support-item {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
}

@media (max-width: 479px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .footer_wrapper .bank-support .support-wrapper .support-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 480px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 32.3%;
  }
}

@media only screen and (min-width: 576px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 576px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 768px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

.footer_wrapper .bank-support .support-wrapper .support-item img {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .footer_wrapper .bank-support .support-wrapper .support-item img {
    width: 100%;
  }
}

.footer_wrapper .licensed h2.footer-title {
  border-top: 1px solid #007FEC;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .footer_wrapper .licensed h2.footer-title {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .footer_wrapper .licensed img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .licensed img {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .footer_wrapper .licensed img {
    width: 100%;
  }
}

.footer_wrapper .contact h2.footer-title {
  border-top: 1px solid #007FEC;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .footer_wrapper .contact h2.footer-title {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.footer_wrapper .contact .social-item {
  width: 180px;
  height: 180px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#007FEC), to(#001E4F)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #007FEC 0%, #001E4F 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  margin-right: 15px;
  text-align: center;
}

.footer_wrapper .contact .social-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 21px #fff, 0 0 20px #2d2809, 0 0 21px #c5b9ff inset;
  box-shadow: 0 0 21px #fff, 0 0 20px #2d2809, 0 0 21px #c5b9ff inset;
}

.footer_wrapper .contact .social-item:last-child {
  margin-right: 0;
}

.footer_wrapper .contact .social-item:last-child img {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer_wrapper .contact .social-item:last-child img {
    margin-top: 22px;
  }
}

@media (max-width: 400px) {
  .footer_wrapper .contact .social-item:last-child img {
    margin-top: 18px;
  }
}

.footer_wrapper .contact .social-item img {
  margin-top: 20px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .footer_wrapper .contact .social-item img {
    width: 48px;
    margin: 13px 0;
  }
}

@media (max-width: 575px) {
  .footer_wrapper .contact .social-item img {
    width: 42px;
    margin: 11px 0;
  }
}

@media (max-width: 400px) {
  .footer_wrapper .contact .social-item img {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .contact .social-item {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 575px) {
  .footer_wrapper .contact .social-item {
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  .footer_wrapper .contact .social-item {
    width: 98px;
    height: 108px;
    margin-right: 6px;
  }
}

@media (max-width: 350px) {
  .footer_wrapper .contact .social-item {
    width: 91px;
    height: 108px;
    margin-right: 6px;
  }
}

@media (max-width: 325px) {
  .footer_wrapper .contact .social-item {
    width: 84px;
    height: 108px;
    margin-right: 6px;
  }
}

.footer_wrapper .contact .social-item h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer_wrapper .contact .social-item h2 {
    font-size: 16px;
    margin-bottom: -2px;
  }
}

@media (max-width: 575px) {
  .footer_wrapper .contact .social-item h2 {
    font-size: 14px;
    margin-bottom: -4px;
  }
}

@media (max-width: 350px) {
  .footer_wrapper .contact .social-item h2 {
    font-size: 13px;
  }
}

.footer_wrapper .contact .social-item span {
  font-size: 15px;
  color: #fff;
}
.footer_wrapper .contact .social-item span a{
  color: #fff;
}

@media (max-width: 767px) {
  .footer_wrapper .contact .social-item span {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .footer_wrapper .contact .social-item span {
    font-size: 9px;
  }
}

.footer_wrapper .contact .social-item .whatsapp {
  color: #3FC94F;
}

.footer_wrapper .contact .social-item .telegram {
  color: #1D9FD5;
}

.footer_wrapper .contact .social-item .livechat {
  color: #FD501E;
}

.footer_wrapper .footer_copy {
  height: 80px;
  text-align: center;
  color: #fff;
  border-top: 2px solid #007FEC;
  padding: 35px 0 80px;
  margin-top: 35px;
}

@media (max-width: 991px) {
  .footer_wrapper .footer_copy {
    padding: 35px 0 65px;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .footer_copy {
    padding: 35px 0 60px;
  }
}

@media (max-width: 575px) {
  .footer_wrapper .footer_copy {
    padding: 25px 0;
  }
}

.footer_wrapper .footer_copy p {
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.4px;
}

@media (max-width: 991px) {
  .footer_wrapper .footer_copy p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .footer_copy p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .footer_wrapper .footer_copy p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) {
  .footer_wrapper .footer_copy {
    font-size: 1rem;
  }
}

.scroll-top {
  position: relative;
  display: block;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#172CA2), to(#D7D7D7));
  background: linear-gradient(180deg, #172CA2 0%, #D7D7D7 100%);
}

.scrollToTop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scrollToTop span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop span {
  font-size: 20px;
}

.other_page_bg {
  background: none;
  background-color: #000021;
}

.other_page_bg .pages_banner_section {
  background-image: url(../images/pages_img/header_banner/all_pages_bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.other_page_bg .pages_banner_section .banner_other_pg {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .other_page_bg .pages_banner_section .banner_other_lg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .other_page_bg .pages_banner_section .banner_other_pg {
    width: 100%;
  }
}

.bg_article {
  background-color: #000021;
}

.bg_article .article_wrapper {
  padding: 80px 0;
  background-image: url(../images/pages_img/header_banner/all_pages_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  /* Poker First Image */
  /* Domino99 page*/
  /* Capsa Susun page*/
}

@media only screen and (min-width: 10px) {
  .bg_article .article_wrapper {
    padding: 20px 0;
  }
}

.bg_article .article_wrapper p {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 10px) {
  .bg_article .article_wrapper p {
    font-size: 14px;
  }
}

.bg_article .article_wrapper ul .text-centers {
  max-width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin: auto;
}

@media (max-width: 360px) {
  .bg_article .article_wrapper ul .text-centers {
    width: 100%;
  }
}

.bg_article .article_wrapper ul li {
  font-size: 16px;
  color: #fff;
  list-style-type: disc;
  margin-left: 20px;
  padding: 10px 0;
}

.bg_article .article_wrapper ul li a {
  color: #b93636;
}

.bg_article .article_wrapper ul img {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}

.bg_article .article_wrapper .peraturan_ul li {
  list-style-type: decimal;
}

.bg_article .article_wrapper img {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}

.bg_article .article_wrapper .jadwal_bank_logo {
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .bg_article .article_wrapper .text-center-poker {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .bg_article .article_wrapper .text-center-domino {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .bg_article .article_wrapper .text-center-cap {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .bg_article .article_wrapper .text-center-capsa {
    width: 100%;
  }
}

.bg_article .article_wrapper .image_inline {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.bg_article .article_wrapper .image_inline .inline_img {
  display: inline-block;
  margin: auto;
}

@media (max-width: 505px) {
  .bg_article .article_wrapper .image_inline .mt_fix {
    margin-top: 10px;
  }
}

.article_wrappers {
  background-color: #000021;
}
.article_wrappers .front_ul{
    color: #fff;
    margin-left: 40px;
    padding-bottom: 20px;
}
.article_wrappers .front_ul_2{
    color: #fff;
    margin-left: 25px;
    padding-bottom: 20px;
    list-style-type: none;
}


@media only screen and (min-width: 10px) {
  .article_wrappers .article_headers {
    text-align: left;
    font-size: 20px;
    color: #ffcc00;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) {
  .article_wrappers .article_headers {
    text-align: center;
    color: #ffcc00;
    font-size: 32px;
    padding: 20px 0 10px;
  }
}

.article_wrappers p {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 10px) {
  .article_wrappers p {
    font-size: 14px;
  }
}

.article_wrappers .nb {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

@media only screen and (min-width: 10px) {
  .article_wrappers .nb {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) {
  .article_wrappers .nb {
    text-align: center;
  }
}



/*# sourceMappingURL=style.css.map */