body {
  font-family: 'Poppins', sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  outline: 0;
  overflow-x: hidden;
  background-color: #000;
  background-image: url("../images/bg/murahqq_bg.jpg");
  height: 100vh;
  background-attachment: fixed;
}

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: 400;
  color: #303030;
}

.form-control {
  background-color: #EFEFEF;
  border: 1px solid transparent;
  color: #303030;
  width: 100%;
  font-size: 16px;
  height: 37px;
  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: #000;
}

::-ms-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.container {
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #FFD500;
}

@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;
  font-family: 'Poppins', sans-serif;
}

@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: 480px) {
  .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: 400;
  }
}

@media only screen and (min-width: 768px) {
  .article_header {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .img-res {
    width: 100%;
  }
}

.hero-section .main_page {
  background-color: #000;
  background-image: url("../images/bg/heroBG.jpg");
  background-repeat: no-repeat;
  background-position: top;
}

@media (max-width: 991px) {
  .hero-section .main_page {
    background-position: bottom;
  }
}

@media (max-width: 767px) {
  .hero-section .main_page {
    background-image: url("../images/bg/mdHeroBG.jpg");
  }
}

@media (max-width: 575px) {
  .hero-section .main_page {
    background-image: url("../images/bg/smHeroBG.jpg");
  }
}

.hero-section header {
  z-index: 9;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-section .header-logo img {
    width: 190px;
  }
}

.hero-section form {
  position: relative;
  margin-left: 7px;
}

.hero-section form .form-content .auth-wrap {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFDF3E), to(#F9A90F)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFDF3E 0%, #F9A90F 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 3px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.hero-section form .form-content .auth-wrap:hover button.login-btn {
  background: transparent;
}

.hero-section form .form-content .auth-wrap:hover button.login-btn:hover {
  background: #000;
}

.hero-section form .form-content .auth-wrap:hover button.daftar-btn {
  background: transparent;
}

.hero-section form .form-content .auth-wrap:hover button.daftar-btn:hover {
  background: #000;
}

.hero-section form .form-content .auth-wrap button.login-btn {
  border-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 60px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 35px;
  height: 36px;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-section form .form-content .auth-wrap button.login-btn {
    width: 62px;
  }
}

.hero-section form .form-content .auth-wrap button.daftar-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 35px;
  height: 36px;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-section form .form-content .auth-wrap button.daftar-btn {
    width: 62px;
  }
}

.hero-section form .form-content .form-group {
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  width: 120px;
}

@media (max-width: 1199px) {
  .hero-section form .form-content .form-group {
    width: 115px;
    margin-right: 5px;
  }
}

.hero-section form .form-content .form-group input.form-input {
  background: transparent;
  border: none;
  color: #303030;
  width: 100%;
  font-size: 16px;
  height: 41px;
  padding: 0 13px;
  border-radius: 4px;
  outline: 0;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  display: block;
}

@media (max-width: 575px) {
  .hero-section .marquee .notiff img {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .hero-section .marquee .notiff img {
    width: 48px;
  }
}

.hero-section .marquee .marqueeHome {
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.hero-section .marquee .marqueeHome a {
  color: #fff;
}

@media (max-width: 575px) {
  .hero-section .marquee .marqueeHome {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hero-section .marquee .marqueeHome {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) {
  .hero-section .marquee .marqueeHome {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .marquee .marqueeHome {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .marquee .marqueeHome {
    font-size: 18px;
  }
}

.hero-section .top-navbar {
  position: relative;
  z-index: 99;
}

.hero-section .top-navbar ul.main-menu {
  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.main-menu > li {
  position: relative;
  list-style-type: none;
  margin-right: 1px;
  text-align: center;
  padding: 6px 8px;
}

@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li {
    padding: 6px 6px;
  }
}

.hero-section .top-navbar ul.main-menu > li.active a {
  color: #F7CF2E;
}

.hero-section .top-navbar ul.main-menu > li.active a:after {
  content: '';
  position: absolute;
  top: 0px;
  width: calc(100% - 16px);
  left: 8px;
  height: 2px;
  background: #F7CF2E 0% 0% no-repeat padding-box;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li.active a:after {
    width: calc(100% - 12px);
    left: 6px;
  }
}

.hero-section .top-navbar ul.main-menu > li:nth-child(5):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);
}

.hero-section .top-navbar ul.main-menu > li:last-child {
  margin-right: 0;
}

.hero-section .top-navbar ul.main-menu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.hero-section .top-navbar ul.main-menu > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 2px;
  background: #F7CF2E 0% 0% no-repeat padding-box;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.hero-section .top-navbar ul.main-menu > li > a:hover:after {
  width: calc(100% - 16px);
  left: 9px;
}

@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li > a:hover:after {
    width: calc(100% - 12px);
    left: 6px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .top-navbar ul.main-menu > li > a {
    font-size: 16px;
  }
}

.hero-section .top-navbar ul.main-menu > li:nth-child(5) {
  position: relative;
}

.hero-section .top-navbar ul.main-menu > li:nth-child(5) > a:hover::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.hero-section .top-navbar ul.main-menu > li:nth-child(5) > a::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li:nth-child(5) > a::before {
    right: -2px;
  }
}

.hero-section .top-navbar ul.main-menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 8s ease-in;
  transition: visibility 8s ease-in;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  top: 100%;
  left: 8px;
  right: 0;
  width: 160px;
}

.hero-section .top-navbar ul.main-menu > 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: #F9DE31;
  -webkit-box-shadow: 0px 0px 20px #00000080;
          box-shadow: 0px 0px 20px #00000080;
  margin-left: 0;
}

.hero-section .top-navbar ul.main-menu > li .sub-menu ul li {
  list-style: none;
  padding: 0;
  margin-right: 0;
}

.hero-section .top-navbar ul.main-menu > li .sub-menu ul li a {
  text-shadow: none;
  font-size: 15px;
  padding: 8px 19px;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #000;
}

.hero-section .top-navbar ul.main-menu > li .sub-menu ul li a:hover {
  color: #fff;
  background-color: #000021;
}

@media (max-width: 991px) {
  .hero-section .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

.hero-section .jackpot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}

@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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-section .jackpot-wrap .left-content {
  position: relative;
  text-align: center;
}

.hero-section .jackpot-wrap .left-content > img {
  width: 100%;
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content > img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content > img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content > img {
    height: auto;
  }
}

.hero-section .jackpot-wrap .left-content h2 {
  position: relative;
  top: 138px;
  color: #DBB934;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0px 10px 10px #37373780;
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 114px;
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 90px;
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 85px;
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 80px;
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 72px;
    font-size: 20px;
  }
}

.hero-section .jackpot-wrap .left-content .counter {
  position: absolute;
  bottom: 37%;
  left: -48px;
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 3px;
    bottom: 37%;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 24px;
    bottom: 40%;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter {
    bottom: 41%;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 80%;
  }
}

@media (max-width: 470px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 84%;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .left-content .counter {
    bottom: 40%;
    width: 320px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter {
    width: 285px;
  }
}

.hero-section .jackpot-wrap .left-content .counter h1 {
  font-size: 75px;
  color: #FFD500;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 0px 10px #c70606;
  text-align: left;
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 54px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 52px;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 50px;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 47px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 42px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 75px;
  }
}

.hero-section .jackpot-wrap .right-content {
  position: relative;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 0;
  }
}

.hero-section .jackpot-wrap .right-content .content-wrap {
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .content-wrap {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > h3 {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > h3 {
    font-size: 21px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > h3 {
    font-size: 18px;
  }
}

.hero-section .jackpot-wrap .right-content .content-wrap .mobile-link {
  text-align: center;
  width: 50%;
}

.hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content {
  background: #fff;
  padding: 15px 11px;
  border-radius: 8px;
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content {
    padding-bottom: 8px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content {
    padding-bottom: 11px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content img {
    width: 42px;
  }
}

.hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 2px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
    font-size: 19px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
    font-size: 17px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
    font-size: 12px;
  }
}

.hero-section .jackpot-wrap .right-content .app-link-wrap a {
  color: #fff;
}

.hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 10px;
  }
}

@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 44px;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 35px;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 30px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 26px;
  }
}

.hero-section .jackpot-wrap .right-content .app-link-wrap .download {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFDF3E), to(#F9A90F)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFDF3E 0%, #F9A90F 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 8px;
  margin-left: 16px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.hero-section .jackpot-wrap .right-content .app-link-wrap .download:hover {
  -webkit-box-shadow: 0px 0px 22px #fff;
          box-shadow: 0px 0px 22px #fff;
}

@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    margin-left: 4px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    margin-left: 12px;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 12px;
    margin-left: 4px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 11px;
    margin-left: 4px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 8px;
    margin-left: 2px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap {
  padding-right: 0;
  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;
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
  text-decoration: none;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}

@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 6px;
  }
}

@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 12px 15px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 12px 5px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 12px 4px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:after {
  content: '';
  height: 30px;
  background: #FFD500;
  display: block;
  width: 1px;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:after {
    margin-left: 10px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:after {
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 40px;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 35px;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 30px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 28px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 25px;
  }
}

.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;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 11px;
  }
}

@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 9px;
  }
}

.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .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;
}

@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .first-child .content {
    margin-left: 6px;
  }
}

.article-body {
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.article-body p {
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
  font-weight: 400;
}

.article-body p a {
  color: #F7CF2E;
}

.article-body h1,
.article-body h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .article-body h1,
  .article-body h2 {
    font-size: 20px;
  }
}

.article-body .text-size {
  font-size: 15px;
}

.sm-device-header {
  background: rgba(0, 0, 0, 0.9);
  padding: 2px 10px;
  -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: 200px;
  }
}

@media (max-width: 767px) {
  .sm-device-header .menu-toggler img {
    width: 170px;
  }
}

@media (max-width: 575px) {
  .sm-device-header .menu-toggler img {
    width: 150px;
  }
}

@media (max-width: 500px) {
  .sm-device-header .menu-toggler img {
    width: 140px;
  }
}

@media (max-width: 450px) {
  .sm-device-header .menu-toggler img {
    width: 130px;
  }
}

@media (max-width: 400px) {
  .sm-device-header .menu-toggler img {
    width: 120px;
  }
}

.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 p {
  font-family: 'Poppins', sans-serif;
}

.sm-device-header .menu-toggler button:first-child svg {
  height: 23px;
}

#masterDominoNav .menu_close_icon .btn-close {
  width: 20px;
  padding: 0;
}

#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: 0;
}

#masterDominoNav .navbar-head {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

#masterDominoNav .navbar-head h3 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 20px;
    margin-top: 3px;
  }
}

@media (max-width: 767px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 170px;
  }
}

@media (max-width: 575px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 150px;
  }
}

@media (max-width: 500px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 140px;
  }
}

@media (max-width: 450px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 130px;
  }
}

@media (max-width: 400px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 120px;
  }
}

#masterDominoNav .sm-nav ul li {
  position: relative;
}

#masterDominoNav .sm-nav ul li:nth-child(4):hover:after {
  border-color: #fff;
}

#masterDominoNav .sm-nav ul li:nth-child(4).active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#masterDominoNav .sm-nav ul li:nth-child(4):after {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 107px;
  top: 29px;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 8px;
}

#masterDominoNav .sm-nav ul li a {
  color: #CCCCCC;
  font-size: 16px;
  padding: 7px 0;
  margin: 10px 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

#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: #F9DE31;
  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: #fff;
}

#masterDominoNav .sm-nav ul li .sub_nav ul li:nth-child(4):after {
  display: none;
}

#masterDominoNav .sm-nav ul li .sub_nav ul li a {
  color: #000;
  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;
  font-family: 'Poppins', sans-serif;
}

#masterDominoAuth .modal-content label {
  font-weight: 400;
  color: #464646;
  font-family: 'Poppins', sans-serif;
}

#masterDominoAuth .modal-content .form-control {
  background: antiquewhite;
  height: 40px;
  border: 1px solid #ced4da;
  font-family: 'Poppins', sans-serif;
}

#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: 700;
  border: none;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

#masterDominoAuth .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Poppins', sans-serif;
}

#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-color: #000;
  background-image: url("../images/bg/allGameBG.png");
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}

@media (max-width: 1650px) {
  .game-section {
    background-position: 100% 25%;
  }
}

@media (max-width: 1199px) {
  .game-section {
    background-position: top;
    background-repeat: repeat-y;
  }
}

@media (max-width: 991px) {
  .game-section {
    background-position: top;
    background-repeat: repeat-y;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .game-section {
    padding-top: 25px;
    background-image: url("../images/bg/mdAllGameBG.png");
    background-position: top;
    background-repeat: repeat-y;
  }
}

@media (max-width: 350px) {
  .game-section {
    padding-top: 15px;
  }
}

.game-section .section-bg {
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .game-section .section-bg {
    padding-bottom: 40px;
  }
}

@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: 40px 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;
  }
}

.game-section .section-bg .game-item img {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

@media (max-width: 767px) {
  .game-section .section-bg .game-item img {
    width: 100%;
    height: auto;
  }
}

.game-section .section-bg .game-item a {
  width: 255px;
  height: 50px;
  line-height: 52px;
  background: #fff;
  border-radius: 8px;
  display: block;
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  margin: 20px auto 30px;
}

@media only screen and (min-width: 10px) {
  .game-section .section-bg .game-item a {
    width: 90%;
    font-size: 15px;
    height: 33px;
    line-height: 34px;
  }
}

@media (max-width: 380px) {
  .game-section .section-bg .game-item a {
    font-size: 13px;
  }
}

@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: 17px;
    height: 37px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) {
  .game-section .section-bg .game-item a {
    font-size: 19px;
    height: 41px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .game-section .section-bg .game-item a {
    width: 255px;
    height: 50px;
    line-height: 52px;
    font-size: 24px;
  }
}

.liveChat-section {
  text-align: center;
  background-color: #000;
  background-image: url("../images/bg/liveChatBG.png");
  background-repeat: no-repeat;
  background-position: center 100%;
}

@media (max-width: 1500px) {
  .liveChat-section {
    background-position: 50% 100%;
  }
}

@media (max-width: 991px) {
  .liveChat-section {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .liveChat-section {
    background-image: url("../images/bg/mdLiveChatBG.png");
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .liveChat-section {
    background-image: url("../images/bg/smLiveChatBG.png");
  }
}

.liveChat-section h2.section-title {
  padding: 50px 0 20px;
  color: #000;
}

@media (max-width: 1199px) {
  .liveChat-section h2.section-title {
    padding: 50px 0 15px;
  }
}

@media (max-width: 991px) {
  .liveChat-section h2.section-title {
    padding: 35px 0 15px;
  }
}

@media (max-width: 767px) {
  .liveChat-section h2.section-title {
    padding: 30px 0 10px;
  }
}

.liveChat-section p.section-subtitle {
  padding-bottom: 50px;
  color: #000;
}

.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%;
  }
}

@media (max-width: 478px) {
  .liveChat-section .game-item img {
    width: 100%;
    height: auto;
  }
}

.liveChat-section .game-item a {
  width: 100%;
  height: 50px;
  line-height: 52px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#CD0505)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF0000 0%, #CD0505 100%) 0% 0% no-repeat padding-box;
  display: block;
  border-radius: 8px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px auto 30px;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

@media only screen and (min-width: 10px) {
  .liveChat-section .game-item a {
    width: 90%;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 375px) {
  .liveChat-section .game-item a {
    width: 85%;
    font-size: 16px;
    height: 38px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 576px) {
  .liveChat-section .game-item a {
    width: 84%;
    height: 50px;
    line-height: 52px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .liveChat-section .game-item a {
    width: 100%;
    font-size: 17px;
    height: 41px;
    line-height: 43px;
  }
}

@media only screen and (min-width: 992px) {
  .liveChat-section .game-item a {
    font-size: 18px;
    height: 44px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1200px) {
  .liveChat-section .game-item a {
    font-size: 24px;
    height: 50px;
    line-height: 52px;
  }
}

.liveChat-section .liveChat {
  position: relative;
  margin-top: 30px;
  padding-bottom: 35px;
  text-align: center;
}

@media (max-width: 1199px) {
  .liveChat-section .liveChat {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .liveChat-section .liveChat {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .liveChat-section .liveChat img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 991px) {
  .liveChat-section .liveChat img {
    height: 155px;
  }
}

@media (max-width: 767px) {
  .liveChat-section .liveChat img {
    height: 175px;
  }
}

@media (max-width: 575px) {
  .liveChat-section .liveChat img {
    height: 165px;
  }
}

@media (max-width: 438px) {
  .liveChat-section .liveChat img {
    height: 190px;
  }
}

@media (max-width: 335px) {
  .liveChat-section .liveChat img {
    height: 210px;
  }
}

.liveChat-section .liveChat .content p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  color: white;
  margin-bottom: 3px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#CD0505)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF0000 0%, #CD0505 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .liveChat-section .liveChat .content p {
    font-size: 14px;
    padding: 25px 35px 40px;
  }
}

@media only screen and (min-width: 576px) {
  .liveChat-section .liveChat .content p {
    font-size: 16px;
    padding: 42px 50px;
  }
}

@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat .content p {
    padding: 40px 50px 55px;
    font-size: 20px;
  }
}

.liveChat-section .liveChat .content .liveChat-btn {
  display: block;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#CD0505)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FF0000 0%, #CD0505 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #FFD500;
  width: 260px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  top: -27px;
}

.liveChat-section .liveChat .content .liveChat-btn:hover {
  -webkit-box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
          box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
}

@media only screen and (min-width: 10px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    font-size: 24px;
    width: 260px;
    height: 50px;
    line-height: 50px;
  }
}

.bankSupport-section {
  background-color: #000;
  background-image: url("../images/bg/bangSupportBG.jpg");
  background-position: 100% 78%;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

@media (max-width: 1500px) {
  .bankSupport-section {
    background-position: 50% 78%;
  }
}

@media (max-width: 1199px) {
  .bankSupport-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .bankSupport-section {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .bankSupport-section {
    padding-bottom: 15px;
    background-image: url("../images/bg/mdBangSupportBG.png");
  }
}

@media (max-width: 575px) {
  .bankSupport-section {
    padding-bottom: 50px;
  }
}

.bankSupport-section .section-title {
  margin-bottom: 30px;
  padding-top: 60px;
}

.bankSupport-section .section-subtitle {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .bankSupport-section .section-subtitle {
    margin-bottom: 55px;
  }
}

.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;
  padding-bottom: 30px;
}

@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%;
    text-align: center;
  }
}

@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%;
  }
}

.bankSupport-section .progress-wrap .deposit-item .img-content-wrap {
  position: relative;
}

.bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
  width: 100%;
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 420px;
  }
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 390px;
  }
}

@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 360px;
  }
}

@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 330px;
  }
}

.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
  position: absolute;
  top: 86px;
  left: 35px;
  width: 90%;
}

@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 72px;
  }
}

@media (max-width: 991px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 91px;
  }
}

@media (max-width: 767px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 87px;
  }
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 56px;
  }
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 45px;
    left: 28px;
  }
}

@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 39px;
    left: 24px;
  }
}

@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 36px;
    left: 23px;
  }
}

.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 73px;
}

@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 56px;
  }
}

@media (max-width: 991px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 78px;
  }
}

@media (max-width: 767px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 74px;
  }
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 45px;
  }
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 450px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 25.5px;
  }
}

@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 22.5px;
  }
}

@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 18.5px;
  }
}

.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item:last-child {
  margin-bottom: 0;
}

.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
  color: #080808;
  width: 32%;
  font-size: 22px;
  font-weight: 500;
  margin-right: 1.5%;
}

@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 17px;
    padding: 9px 0 8px;
  }
}

@media (max-width: 450px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 14px;
    padding: 10px 0 8px;
  }
}

@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 13px;
  }
}

@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}

@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: 6%;
  }
}

.bankSupport-section .progress-wrap h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFD500;
  margin-bottom: 30px;
}

@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: 30px;
}

@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .content-wrap {
    margin-top: 25px;
  }
}

@media (max-width: 575) {
  .bankSupport-section .progress-wrap .content-wrap {
    margin-top: 20px;
  }
}

.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 .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 62px 0 52px;
  color: #000;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 50px;
  }
}

@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: 18px;
  }
}

@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: 16px;
  }
}

.partner-section {
  background-color: #000;
  background-image: url("../images/bg/PartnerBG.jpg");
  background-repeat: round;
  background-position: top;
  padding: 60px 0 60px;
}

@media (max-width: 1500px) {
  .partner-section {
    background-position: 50% 100%;
  }
}

@media (max-width: 1199px) {
  .partner-section {
    padding: 35px 0 60px;
  }
}

@media (max-width: 991px) {
  .partner-section {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .partner-section {
    background-image: url("../images/bg/mdOurPartnerBG.png");
  }
}

@media (max-width: 575px) {
  .partner-section {
    background-color: #000;
    padding: 0 0 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .partner-section img {
    width: 100%;
  }
}

.partner-section .section-title {
  margin-bottom: 30px;
}

.partner-section .section-subtitle {
  margin-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .section-subtitle {
    margin-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .partner-section .section-subtitle {
    margin-bottom: 50px;
  }
}

.partner-section .disini-btn {
  width: 548px;
  height: 52px;
  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: 266px;
  height: 56px;
  line-height: 58px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CECECE)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #CECECE 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0px auto;
  position: relative;
  top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #192020;
  border-radius: 8px;
  text-transform: uppercase;
}

@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:hover {
  -webkit-box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
          box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
}

.article p {
  text-align: justify;
}

.footer_wrapper {
  background-image: url("../images/bg/footerBG.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}

@media (max-width: 767px) {
  .footer_wrapper {
    background-image: url("../images/bg/mdFooterBG.png");
    background-position: bottom;
  }
}

@media (max-width: 575px) {
  .footer_wrapper {
    background-position: bottom;
    background-size: cover;
  }
}

.footer_wrapper .footer-title {
  font-size: 30px;
  font-weight: 600;
  color: #FFD500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer_wrapper .footer-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .footer_wrapper .footer-title {
    font-size: 18px;
  }
}

.footer_wrapper .bank-support h2.footer-title {
  border-top: 2px solid #FFD500;
  padding-top: 30px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .footer_wrapper .bank-support h2.footer-title {
    padding-top: 25px;
  }
}

.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%;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .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: 768px) {
  .footer_wrapper .bank-support .support-wrapper .support-item:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    margin-bottom: 1.3%;
  }
}

@media (max-width: 1199px) {
  .footer_wrapper .bank-support .support-wrapper .support-item img {
    width: 100%;
  }
}

.footer_wrapper .licensed h2.footer-title {
  border-top: 2px solid #FFD500;
  margin-top: 30px;
  padding-top: 44px;
  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: 480px) {
  .footer_wrapper .licensed img {
    width: 100%;
  }
}

.footer_wrapper .contact h2.footer-title {
  border-top: 2px solid #FFD500;
  margin-top: 40px;
  padding-top: 44px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .footer_wrapper .contact h2.footer-title {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.footer_wrapper .contact .social-item {
  text-decoration: none;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  opacity: 1;
  margin-right: 15px;
  text-align: center;
}

.footer_wrapper .contact .social-item:hover {
  background: #FFD500;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #FFD500, 0 0 21px #FFD500 inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #FFD500, 0 0 21px #FFD500 inset;
  cursor: pointer;
}

.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: #0F1114;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

@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 #FFD500;
  padding: 35px 0 60px;
  margin-top: 35px;
}

@media (max-width: 575px) {
  .footer_wrapper .footer_copy {
    padding: 25px 0;
  }
}

.footer_wrapper .footer_copy p {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #FFD500;
}

.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 {
  background-image: url("../images/bg/otherPageBG.png");
  background-attachment: fixed;
  background-position: center;
}

.other-page h1,
.other-page h2 {
  color: #FFD500;
}

.other-page h3,
.other-page p, .other-page ul, .other-page li, .other-page span {
  color: #fff;
}

.other-page .w100 {
  width: 100%;
}

@media (max-width: 575px) {
  .other-page .xs-w100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .other-page .sm-w100 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .other-page .md-w100 {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .other-page .lg-w100 {
    width: 100%;
  }
}

.other-page .hero-section {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  z-index: 99;
}

@media (min-width: 992px) {
  .other-page .hero-section {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .other-page .hero-section {
    height: 112px;
  }
}

@media (min-width: 992px) {
  .other-page .artical-section {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .other-page .artical-section {
    padding-top: 112px;
  }
}

.other-page .artical-section .article_wrapper .banner {
  text-align: center;
}

.other-page .artical-section .article_wrapper .article_body .pagecontent {
  color: #fff;
}

.other-page .artical-section .article_wrapper .article_body .pagecontent h3 {
  color: #FFD500;
}

.other-page .artical-section .article_wrapper .article_body .pagecontent p {
  text-align: justify;
}

.other-page .artical-section .article_wrapper .article_body .pagecontent .jb-logo {
  background-color: aliceblue;
  border-radius: 8px;
}

.other-page .footer_wrapper {
  background-image: none;
  background-color: transparent;
}
/*# sourceMappingURL=style.css.map */