@media only screen and (max-width: 992px) {
  #menu-header-custom{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .marquee_desktop {
    display: none;
  }
  .wrapper {
    width: unset;
    margin: unset;
  }
  body {
    background: 0 0 !important;
    background-color: #351a00 !important;
  }
  .code,
  .daftar,
  .login,
  .number,
  .user_pass {
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
  }
  .code,
  .daftar,
  .login,
  .number,
  .password {
    margin-top: 10px;
  }
  .slider {
    margin-top: 0 !important;
  }
  .logo {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  /* .form_login {
    display: none;
  } */
  .responsive_form {
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  ul.menu li {
    height: 40px;
    width: 100%;
    padding: 4px 0;
    margin: 3px 0;
  }
  ul.menu li:last-child {
    margin-bottom: 5px;
  }
  ul.info_bg li:not(:nth-child(2)) {
    display: none;
  }
  ul.info_bg {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    margin-top: 7px !important;
  }
  .browser {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  .mobile_copyright {
    justify-content: center;
    margin-bottom: 10px;
  }
  .padding_mobile {
    padding: 0 15px;
  }
  ul.contact li {
    width: 50%;
  }
  .contact_bg {
    margin: 0;
  }
  .header_bg {
    height: unset;
    padding: 0 15px;
  }
  .text_bg {
    margin-top: 15px !important;
  }
  .mobile_text_running {
    display: block !important;
  }
  .mobile_live,
  .mobile_text {
    display: block !important;
  }
  .runing_bg {
    background-color: #d58500;
    height: 35px;
    font-size: 12px;
    border-radius: 2px;
  }
  ul.info_bg li:nth-child(2) {
    width: 100%;
  }
  .mobile_live a {
    color: #000;
    background-color: #d5c000;
    border-radius: 3px;
    padding: 5px;
  }
  .form_login {
    margin: 15px 0;
    border: 1px solid #fff;
    background-color: #2d3f49;
    display: block !important;
  }
  .menu_button {
    position: relative;
    top: -13px;
    right: 10px;
  }
  .product-mr {
    margin: 15px 0 !important;
  }
  .contact_bg:last-child {
    margin-top: 0 !important;
  }
  .product_mr {
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .sportsbook,
  .togel {
    padding-right: 7.5px;
  }
  .livecasino,
  .rollet {
    padding-left: 7.5px;
  }
  .rollet,
  .togel {
    margin-top: 15px;
  }
  .mobile_live a:focus {
    text-decoration: none;
    color: #fff;
  }
  .header_height {
    height: unset;
    align-items: end;
    padding-top: 20px;
    padding-left: 15px;
    height: 63px;
  }
  .mobile_logo {
    padding-top: 20px;
  }
  .slider-mobile {
    padding: 0 15px;
  }
  .mobile_menu {
    margin-top: -25px;
  }
}
@media (min-width: 768px) {
  .mobile_copyright {
    justify-content: end;
    margin-bottom: 0 !important;
  }
  .browser {
    justify-content: flex-end !important;
  }
}
@media (max-width: 414px) {
  .logo img {
    width: 248px !important;
    margin-top: -21px!important;
    margin-right: 125px!important;
    height: 80px!important;
  }
}
@media only screen and (min-width: 768px) {
  .menu_button {
    position: relative;
    top: -22px;
    right: 10px;
  }
}
