@charset "UTF-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #c9c9c9 !important;
}

.form-control:focus {
  border-color: #c9c9c9 !important;
}
html{
  background-color: #000;
}
body {
  font-family: "Montserrat", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_bg p {
  line-height: 1.8;
  color: #504e56;
}

.page_bg {
  background-color: #f9f9f9;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.5em 5px;
}

.navbar .row {
  width: 100%;
}

.navbar_custom {
  height: 115px;
}

.luckymenu {
  text-transform: uppercase;
  color: #fff;
  width: auto;
}

.bg-gradient {
  background: rgb(8, 159, 214);
  background: -webkit-linear-gradient(
    left,
    rgba(8, 159, 214, 1) 0%,
    rgba(0, 66, 101, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(8, 159, 214, 1) 0%,
    rgba(0, 66, 101, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(8, 159, 214, 1) 0%,
    rgba(0, 66, 101, 1) 100%
  );
}

.section_theme1 {
  background: rgb(8, 159, 214);
  background: -webkit-linear-gradient(
    left,
    rgba(8, 159, 214, 1) 0%,
    rgba(0, 66, 101, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(8, 159, 214, 1) 0%,
    rgba(0, 66, 101, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(8, 159, 214, 1) 0%,
    rgba(0, 66, 101, 1) 100%
  );
}

.luckymenu a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.luckymenu .dropdown-item {
  color: #333;
}

.luckymenu a:hover {
  color: #00dfdf;
}

.luckymenu a.active {
  color: #00dfdf;
}

.logo img {
  max-width: 80%;
  min-width: 272px;
}

.whitefakebg {
  background-color: #fff;
  width: 21%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.nav-link {
  margin: 0px 4px;
}

/* Make the image fully responsive */

.carousel-inner img {
  width: 100%;
  height: auto;
  /*  margin-top: -50px;*/
  margin-top: -30px;
}

#luckybanner {
  background-color: #fff;
  min-height: 80px;
}

.navbar-toggler {
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler i {
  font-size: 24px;
}

.themecolor {
  color: #004265;
}

.bg-themered {
  background-color: #041e44;
  color: #fff;
}

.topthreebutton-wrap {
  margin-top: -30px;
}

.topthreebutton {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topthreebutton a {
  -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.31);
  padding: 10px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 223, 223);
  background: -webkit-linear-gradient(
    left,
    rgba(0, 223, 223, 1) 0%,
    rgba(0, 86, 214, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 223, 223, 1) 0%,
    rgba(0, 86, 214, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 223, 223, 1) 0%,
    rgba(0, 86, 214, 1) 100%
  );
  border-radius: 18px;
  border: 3px solid #fff;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  animation: scale 1.2s linear infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.top_icon:before {
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: flex;
  margin-right: 15px;
}

.icon1:before {
  background-image: url("../img/draw_results.png");
}

.icon2:before {
  background-image: url("../img/did_i_win.png");
}

.icon3:before {
  background-image: url("../img/where_to_buy.png");
}

.secondtitle {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 34px;
}

.dark_blue {
  color: #114b77;
}

.dateBar {
  font-size: 16px;
  color: #114b77;
  font-weight: 700;
  text-transform: uppercase;
}

.homepage_table .thead-dark th {
  border: none;
  background-color: #041e44;
  color: #fff;
  padding: 8px 5px;
}

.homepage_table .thead-dark th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.homepage_table .thead-dark th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.homepage_table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.homepage_table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.custom_row {
  background-color: #041e44 !important;
}

.logo_square {
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("../img/logo_squareV3.png?v=2") no-repeat center center;
  background-size: contain;
  opacity: 0.2;
}

table.homepage_table {
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
  position: relative;
}

table.homepage_table tr:nth-child(even) {
  background: #dcf3ff;
}

table.homepage_table tr:nth-child(even) td:first-child {
  border-right: 1px solid #cee5ef;
}

.homepage_table td,
.homepage_table th {
  border: none;
  padding: 2px 2px;
  font-size: 15px;
}

.homepage_table th {
  padding: 2px 2px;
  text-transform: uppercase;
}

.homepage_table tr:first-child td:first-child,
.homepage_table tr:first-child + tr td:first-child,
.homepage_table tr:first-child + tr + tr td:first-child {
  padding: 8px 2px;
}

.homepage_table tr:first-child td:last-child,
.homepage_table tr:first-child + tr td:last-child,
.homepage_table tr:first-child + tr + tr td:last-child {
  color: #fb171b;
}

.homepage_table tr:first-child td:last-child span,
.homepage_table tr:first-child + tr td:last-child span,
.homepage_table tr:first-child + tr + tr td:last-child span {
  font-size: 22px;
}

.homepage_table td {
  padding: 1px 2px;
  text-transform: uppercase;
}

.homepage_table td {
  font-size: 26px;
}

.homepage_table td:first-child {
  border-right: 1px solid #ededed;
  font-size: 15px;
}

table.homepage_table tr:nth-child(odd) {
  background: #fff;
}

.homepage_table td span:first-child {
  color: #114b77;
  font-size: 16px;
  font-weight: bold;
}

.homepage_table td span {
  position: relative;
  z-index: 5;
}

.homepage_table td span:last-child {
  font-size: 26px;
  font-weight: bold;
}

.draw_table .thead-dark th {
  border: none;
  background-color: #041e44;
  color: #fff;
  padding: 8px 5px;
}

.draw_table tr:nth-child(even) {
  background: #dcf3ff;
}

.draw_table tr td {
  vertical-align: middle;
}

.draw_table tr td:first-child,
.draw_table tr td:last-child {
  color: red;
  font-weight: bold;
}

td.custom_row {
  padding: 6px 0px;
  font-weight: bold;
  border-right: none !important;
  font-size: 13px;
  text-transform: uppercase;
}

.span_letterSpacing {
  letter-spacing: 4px;
}

.whyus_col {
  text-align: center;
  color: #114b77;
  font-size: 15px;
}

.whyus_col p {
  text-align: center;
}

.whyus_col strong {
  font-size: 20px;
  color: #114b77;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.whyus_col img {
  display: inline-block;
  max-width: 100px;
  margin: 10px 0px 15px 0px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  animation: scale 1.2s linear infinite;
}

.hightlight {
  position: relative;
}

.hightlight_list {
  padding: 0px;
  margin: 10px 0px;
  list-style: none;
  position: relative;
  z-index: 3;
}

.hightlight_list li {
  width: 25%;
  box-sizing: border-box;
  padding: 0px 6px;
  float: left;
  margin-bottom: 12px;
  position: relative;
  z-index: 4;
}

.hightlight_list a {
  width: 100%;
}

.hightlight_list a img {
  max-width: 100%;
  -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.31);
}

.pattern_1 {
  background: url("../img/hightlight-pattern-1.png") no-repeat;
  background-size: contain;
  background-position: top center;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 1;
  display: inline-block;
}

.pattern_2 {
  background: url("../img/hightlight-pattern-2.png") no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  display: inline-block;
}

.footer {
  background-color: #e6e6e6;
}

.footer p {
  font-size: 17px;
  line-height: 1.3;
  color: #004265;
}

.footer strong {
  margin: 10px 0px 8px 0px;
  color: #004265;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
}

.social_link a {
  width: 40px;
  height: 40px;
  font-size: 22px;
  background-color: #004265;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  margin-right: 5px;
}

a.btn_download {
  display: inline-block;
  width: 160px;
  height: 50px;
  padding-top: 8px;
  padding-left: 50px;
  background-color: #121010;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.btn_download small {
  font-size: 12px;
  display: block;
}

a.btn_download:before {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50px, -50%);
  height: 50%;
  width: 50px;
  font-family: "Font Awesome 5 Brands";
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

a.btn_download.android_data {
  background-color: #8ab13a;
}

a.btn_download.ios_data:before {
  content: "\f179";
}

a.btn_download.android_data:before {
  content: "\f3ab";
}

.download_badge a {
  display: inline-block;
  padding-right: 5px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 5px;
}

.download_badge a img {
  max-width: 100%;
  display: inline-block;
}

.footer_copy {
  text-transform: capitalize;
}

.footer_copy a {
  color: #fff;
}

.footer_copy a:hover {
  color: #00dfdf;
}

.footer_logo {
  max-width: 80%;
}

.datebar_draw {
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #eee;
  margin-top: -65px;
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.datebar_draw input,
.datebar_draw button,
.font-weigh-500 {
  font-weight: 500;
  font-size: 15px;
}

.draw_bar {
  background-color: #222;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.draw-result-btn-group a {
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #17527e;
}

.draw-result-btn-group a:hover {
  opacity: 0.9;
  color: #fff;
}

.leftpattern {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #222 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #222 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.rightpattern {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #222;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #222;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.draw-result-table {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
  color: #111;
  font-size: 26px;
  margin-bottom: 15px;
}

.draw-result-table.dark-table{
  color: #eee;
}

.first2third td {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  text-align: center;
}

.first2third td strong {
  margin-left: 20px;
  font-weight: bold;
}

.first2third td strong,
.first2third td span {
  text-align: left;
  color: #000;
  font-size: 26px;
}

.draw-result-table .custom_row strong {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #17527e;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.draw-result-table.dark-table .custom_row strong {
  background-color: #222;
}

.draw-result-table.dark-table td{
  color:#ddd !important;
}
.draw-result-table.dark-table td span{
  color:rgb(207, 208, 212) !important;
}
.draw-result-table.dark-table td strong{
  color:#fff !important;
}
.draw-result-table td {
  padding: 8px 0px;
}

.draw-result-table td span:first-child {
  color: #555;
  font-size: 15px;
  font-weight: bold;
}

.draw-result-table td.custom_row {
  background-color: rgba(0, 0, 0, 0) !important;
}

.didiwin {
  font-weight: 500;
  font-size: 16px;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
}

.didiwin i {
  color: #4e6da3;
}

.didiwin p {
  font-size: 15px;
}

.didiwin h5 {
  font-weight: bold;
}

.didiwin .modal-title {
  color: #222;
  text-transform: uppercase;
}

.thead-darkblue th {
  background-color: #041e44;
}

.loadingbox {
  position: absolute;
  z-index: 23;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.53);
}

/*.draw-result-table tr:nth-child(odd) td{background-color: lightblue}*/

.link_footer {
  color: #004265;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.link_footer i {
  font-size: 15px;
  margin-right: 2px;
}

.lucky_number_modal {
  background: url("../img/lucky-numbers-bgV3.png") no-repeat 42% center;
  background-size: contain;
  height: 340px;
}

.lucky_number {
  position: absolute;
  bottom: 28%;
  width: 100%;
  height: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 24px;
  color: #0071bc;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
}

.ilikethis_link {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 50%;
  height: 120px;
}

.closeLuckyNumberModalButton {
  position: absolute;
  top: 2%;
  right: 5%;
  width: 50%;
  height: 90px;
  z-index: 3;
}

.RandomPickLuckyNumberButton {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 50%;
  height: 120px;
}

.where_to_buy_modal {
  background: url("../img/where-to-buy.png") no-repeat center center;
  background-size: contain;
  max-width: 100%;
  height: 621px;
}

.close_area {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 100%;
  height: 40px;
}

.download_area {
  position: absolute;
  bottom: 8%;
  width: 70%;
  left: 15%;
  height: 120px;
}

.privacy p {
  font-size: 14px;
  margin-bottom: 10px;
}

.privacy p strong {
  display: block;
  font-size: 15px;
  color: #222;
  margin: 15px 0px 5px 0px;
}

.w-20 {
  width: 20% !important;
}

.fourDbox {
  font-size: 14px;
  width: 33.3333333%;
  float: left;
  display: block;
  height: 100%;
  margin-bottom: 10px;
}

.fourDbox span {
  font-size: 28px;
  margin-right: 3px;
  font-weight: 700;
}

.fourDbox small {
  font-size: 13px;
  font-weight: 500;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
  top: -3px;
  position: relative;
  display: inline-block;
}

.fourDbox .bg-themered {
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fourDbox_content {
  position: relative;
  padding: 10px 10px;
  display: block;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background-color: #dcf3ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fourDbox_content.secondbg {
  background-color: #d1f6f9;
}

.prize_structure {
  overflow-x: auto;
}

.prize_structure .homepage_table {
  font-family: "Montserrat", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
  min-width: 450px;
}

.prize_structure .homepage_table .thead-dark th {
  border-right: 1px solid rgba(219, 219, 219, 0.2);
}

.prize_structure .homepage_table .thead-dark th:last-child {
  border-right: none;
}

.prize_structure .homepage_table tr:nth-child(even) td:first-child {
  border-right: none;
}

.prize_structure .homepage_table td:first-child {
  border-right: none;
}

.prize_structure .homepage_table tr td {
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
  padding: 10px;
  font-size: 17px !important;
}

.prize_structure .homepage_table tr td:first-child {
  font-size: 16px !important;
}

.prize_structure .homepage_table tr:first-child td:last-child,
.prize_structure .homepage_table tr:first-child + tr td:last-child,
.prize_structure .homepage_table tr:first-child + tr + tr td:last-child {
  color: #333 !important;
}

.prize_structure .homepage_table th .s-cur {
  font-weight: 700;
  margin-right: 2px;
}

.prize_structure .homepage_table td span:last-child {
  font-size: 14px !important;
  font-weight: bold;
  color: #333 !important;
}

.prize_structure .homepage_table .thead-dark th {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 7px;
  text-transform: none;
}

.contact_form {
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.15);
}

.contact_form .control-label {
  font-weight: 600;
}

.contact_form .form-control {
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
}

.contact_form ::-webkit-input-placeholder {
  /* Edge */
  color: #dfdfdf;
}

.contact_form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dfdfdf;
}

.contact_form ::placeholder {
  color: #dfdfdf;
}

.contact_form button {
  font-weight: 500;
  text-transform: uppercase;
}

.contact_form .alert {
  text-transform: none;
  margin-top: 10px;
}

.button-container-2 {
  position: relative;
  width: 120px;
  height: 42px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 15px;
  border: 1px solid #041e44;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 3px;
  line-height: 38px;
}

.button-container-2 button {
  width: 101%;
  height: 100%;
  font-size: 15px;
  background: #041e44;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}

.button-container-2 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mas {
  position: absolute;
  color: #041e44;
  text-align: center;
  width: 101%;
  margin-top: 2px;
  overflow: hidden;
  top: 0px;
}

.reset_container {
  border: 1px solid #777 !important;
}

.reset_container button.reset_button {
  background: #777;
}

.reset_container .mas {
  color: #777;
}

.whatsapp_container {
  border: 1px solid #777 !important;
}

.whatsapp_container button.reset_button {
  background: #777;
}

.whatsapp_container .mas {
  color: #777;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@media (max-width:968px) {
  .luckymenu {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }
  .logo img {
    max-width: 40%;
    margin-left: -2%;
    min-width: 230px;
  }
  .whitefakebg {
    height: 100%;
  }
  .navbar_custom {
    height: auto;
  }
  .carousel-inner img {
    margin-top: 0px;
    width: 110%;
    margin-left: -5%;
  }
  .topthreebutton-wrap {
    margin-top: -10px;
    z-index: 4;
  }
  .topthreebutton {
    text-align: center !important;
  }
  .topthreebutton a {
    width: 85% !important;
  }
  .hightlight_list li {
    width: 50%;
  }
  .footer_logo {
    max-width: 238px;
  }
  .download_badge a {
    width: 100%;
    padding-right: 0px;
  }
  .download_badge a img {
    width: 230px;
  }
  .footer {
    text-align: center;
  }
  .psdb {
    max-width: 90%;
  }
  .icon_text {
    width: 160px;
    margin-left: -14px;
    position: relative;
  }
  .draw-result-btn-group a {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
    width: 49.5%;
    float: left;
  }
  .draw_bar {
    border-radius: 3px;
  }
  .draw-result-btn-group a:first-child {
    margin-right: 2px;
  }
  .leftpattern,
  .rightpattern {
    display: none;
  }
  .draw_bar {
    font-size: 14px;
  }
  .whyus_col p {
    text-align: justify;
  }
  .letter_spacing_cn {
    letter-spacing: 3px;
  }
  .where_to_buy_modal {
    max-width: 100%;
    height: 580px;
  }
  .fourDbox {
    width: 100%;
  }
}

@media (max-width: 468px) {
  .lucky_number {
    bottom: 30%;
  }
  .lucky_number_modal {
    background-position: center center;
    margin-left: -5px;
  }
  .lucky_number_modal strong {
    margin-left: 10px;
  }
  .draw-result-btn-group a {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .logo img {
    margin-left: -3%;
  }
  .whitefakebg {
    height: 0%;
  }
  .hightlight_list li {
    width: 100%;
  }
  .contact_form {
    padding: 15px 10px !important;
  }
}

.jackpot-box {
  padding: 10px 20px;
  background: rgb(0, 223, 223);
  background: -webkit-linear-gradient(
    left,
    rgba(0, 223, 223, 1) 0%,
    rgba(0, 86, 214, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 223, 223, 1) 0%,
    rgba(0, 86, 214, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 223, 223, 1) 0%,
    rgba(0, 86, 214, 1) 100%
  );
  border-radius: 18px;
  border: 3px solid #fff;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  animation: scale 1.2s linear infinite;
}

.jackpot-title {
  background: url(../img/jackpot-title.png) no-repeat center center;
  width: 100%;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: -27px;
  left: 0px;
}

.jackpot-price {
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  z-index: 3;
  position: relative;
}

.jackpot-date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  font-weight: normal;
  position: relative;
  z-index: 5;
}

.jackpot-box::before {
  content: "";
  background-image: url(../img/jackpot-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.jackpot-box2 {
  background-image: none;
  background-color: #fff;
  border-radius: 15px;
  border: 5px solid #ddd;
}

.jackpot-box2::before {
  background-image: none;
}

h4.result_title {
  text-transform: uppercase;
  color: #114b77;
  font-size: 20px;
  font-weight: 700;
}

.jackpot-row {
  font-size: 16px;
  color: #114b77;
  margin-bottom: 5px;
}

.jackpot_number {
  font-size: 24px;
  color: #041e44;
  font-weight: bold;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #e90505;
}

.text-black {
  color: #222 !important;
}

.min-height-100 {
  min-height: 60px;
}

.step2img {
  border-radius: 20px;
}

.jp_number {
  letter-spacing: 1px;
  font-size: 26px;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica, sans-serif;
  font-weight: bold;
}

.jp_amount {
  letter-spacing: 1px;
  font-size: 26px;
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica, sans-serif;
  font-weight: bold;
}

.morning{
  animation: animName 3s linear infinite;
}

.btn-theme-light{
  background-color: #fff;
  color: #17527e;
  font-weight: 600;
}
.btn-theme-light:hover{
  background-color: #17527e;
  color: #fff;
}
.btn-theme-dark{
  background-color: #17527e;
  color: #fff;
  font-weight: 600;
}
.btn-theme-dark:hover{
  background-color: #fff;
  color: #17527e;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.night{
  position:relative;
  animation: animName2 1s linear infinite;
}

@keyframes animName2 {
 0%{
    top:-3px;
   }
 50%{
    top:0px
   }
 100%{
    top:-6px
  }
}

@media (max-width: 768px) {
  .jackpot-title {
    height: 60px;
  }
  .jackpot-price {
    margin-top: 20px;
    font-size: 40px;
  }
  .jackpot-row {
    margin-bottom: 2px;
  }
  .min-height-100 {
    min-height: auto;
  }
  .datebar_draw{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 468px) {
  .jackpot-title {
    height: 50px;
  }
  .jackpot-price {
    margin-top: 15px;
    font-size: 35px;
  }

}

.table6d {
  font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei", Helvetica,
    sans-serif;
  border-radius: 5px;
  font-size: 16px;
}
.table6d thead th {
  background-color: #222;
  color: #fff;
  padding: 8px 0px;
}
.table6d tr:first-child td {
  border-top: none !important;
}
.table6d tr td:first-child {
  background-color: #041e44;
  border-top: 1px solid #05427e;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.table6d tr td {
  padding: 10px 0px;
  line-height: 1;
  font-size: 17px;
  color: #041e44;
  font-weight: bold;
  background-color: #fff;
  border-top: 1px solid #cee5ef;
}
.table6d .voidor {
  color: #041e44;
  font-size: 16px;
  font-weight: normal;
}
.firstPrize {
  letter-spacing: 5px;
}
.table6d tr td.void span {
  background-color: #cee5ef;
  width: 80%;
  padding: 9px 5px;
  display: inline-block;
  margin-top: 2px;
}
.lucky_number_floating{
  position: fixed;
  top: 35%;
  right: -5px;
  z-index: 3312;
  max-width: 140px;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  animation: scale 1.2s linear infinite;
}
.lucky_number_mobile{
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  animation: scale 1.2s linear infinite;
}

.top123{
  font-size: 30px !important;
}

.text-yellow{
  color: #ffff00;
}