@media only screen and (max-width: 1200px) {

  .header{
    height:13vmin;
  }

  .section{
    padding-top:13vmin;
  }

  .nav_content {
    display:none;
  }

  .menu_btn{
    display:block;
  }

  .lang1{
    display:none;
  }

  .lang2{
    display:flex;
  }

  .logo{
    margin-left: 0;
  }

  /*-----------------Slot lobby-----------------------*/

  .lobby_content{
    width:100%;
    max-width: 100%;
    min-width: 100%;
  }



  .iframes{
    flex-direction: column;
  }

  /*-------------Footer-----------------------*/

  .footer1{
    display:none;
  }

  .footer2{
    display:block;
  }

  /*-----------------Register-----------------------*/

  .register{
    align-items: flex-start;
    width:100%;
    height:auto;
    min-height: inherit;
  }


  .register_frame{
    width:90%;
    min-width: inherit;
    height:auto;
    min-height: inherit;
  }


  .register_header{
    width:100%;
  }

  .register_form{
    width:100%;
  }

  .register_banner{
    display: none;
  }

  /*-----------------Contact-----------------------*/

  .info_content{
    width:90%;
    max-width: 90%;
    min-width: 90%;
  }


  /*--------------------------Fund----------------------------------------------*/

  .fund{
    width:90%;
    min-width: inherit;
    padding-top: 15vh;
  }

  .fund_content{
    display:flex;
    flex-direction: column;
  }

  .wallet{
    margin-bottom: 5vmin;
  }

  .wallet_list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-gap:10px;
    height:220px;
    margin:1%;
  }

}


@media (orientation: portrait) {

  .header{
    height:13vmin;
  }

  .section{
    padding-top:10vmin;
    min-height:auto;
  }

  .slider{
    min-height:auto;
    padding:20vmin 0vmin 5vmin 0 !important;
  }

  .slide{
    height:60vmin;
  }

  .swiper-pagination{
    display:none !important;
  }

  .tutorial_divider{
    display: none;
  }

  /*---------Product-------------*/

  .lc_city{
    display:none;
  }

  /*-----------------Slot lobby-----------------------*/

  .lobby{
    padding:11vh 0;
  }

  .lobby_content{
    height:auto;
    width:100%;
    max-width: 100%;
    min-width: 100%;
  }

  .slot_menu{
    justify-content: center;
  }

  .slot_menu_item{
    width:32%;
    min-width: inherit;
  }

  .slot_list_container{
    justify-content: center;
  }


  /*-----------------Promotion-----------------------*/

  .promo_nav{
    justify-content: center;
  }

  .promo_nav_item{
    width:32%;
    min-width: inherit;
  }



  /*----Footer----*/

  .footer{
    min-height: inherit;
    padding:0;
  }

  .footer_content{
    padding-top: 0;
  }

  .footer_prop{
    display:none;
  }

  .footer_top{
    width:100%;
    justify-content: center;
  }

  .footer_nav{
    flex-direction: column;
    width:100%;
    padding-top: 0;
  }

  .footer_nav_item{
    margin:0;
    text-align: center;
    width:100%;
    padding:2vmin 0;
    border-top: solid 1px rgb(20,20,20);
    width:100%;
  }

  .footer_row{
    display:none;
  }

  .footer_bottom{
    flex-direction: column;
  }

  .footer_bottom_col{
    margin: 5vmin 0;
  }

  .footer_bottom_col img{
    width:100%;
  }

  .banks_logo{
    width:50vmin !important;
  }

  /*-----Login------*/

  .login_window{
    position:relative;
    top:20%;
    width:90%;
    min-width: inherit;
    background: rgb(15,15,15);
    margin:auto;
    display:flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(15deg,transparent,var(--color1_2),var(--color1_1),var(--color1_2),transparent);
    padding:1px;
  }


    /*-----Account menu------*/

    .acc_popup{
      width:95%;
      min-width: inherit;
      height:auto;
      max-height: 95%;
      border-radius:0;
      overflow: auto;
    }

    .acc_content{
      border-radius: 0;
    }

    .acc_body{
      flex-direction: column;
    }

    .acc_box{
      width:100%;
      margin-bottom: 3%;
    }

  /*----------Register------------------*/

  .register{
    margin: 20vmin 0;
  }

  .register_frame{
    min-height: inherit;
    height:auto;
    min-height: inherit;
  }

  .register_content{
    padding-bottom: 5vmin;
  }

  /*---------------------------------*/
  .fund{
    padding-top:12vh;
    width:100%;
    min-width: inherit;
    margin-bottom: 5vmin;
  }

    .fund_content{
      display:flex;
      flex-direction: column;
      border-radius: 0;
    }

    .fund_form{
      padding:2vmin 3vmin;
      padding-bottom: 10vmin;
    }

    .bank_detail{
      width:100%;
    }

    .bd_item{
      flex-direction: column;
      align-items: center;
      width:100%;
    }

    .bd_img{
      margin-right: 0;
    }

    .bd_btns{
      position:static;
      margin-top: 30px;
    }

    /*Begin Added 20.07.2023 MR-499 Copy Retrieved from Server*/

    .step img {
        width: 19%;
        margin-right: 1vmin;
    }

    .mobiledownload {
        display: block;
        align-items: flex-end;
        justify-content: center;
        gap: 10%;
        margin-top: 100px;
    }

    .login_title {
        width: 69vmin;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        top: 25px;
    }

    .qr_item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0px 5vmin;
    }

    .slot_form {
        margin-top: 20px;
    }

    .slot_input_container {
        text-align: center;
    }

    .slot_input {
        width: 81vmin;
    }

    .slot_steps {
        display: unset;
    }

    .login_title {
        width: 69vmin;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        top: 25px;
    }
    /*End Added 20.07.2023 MR-499 Copy Retrieved from Server*/
}


@media only screen and (max-width: 800px) {

/*--------- START 10/16/2020-----------------*/

    .fund_nav{
      flex-wrap: wrap;
      background: transparent;
      margin-bottom: 1%;
    }

    .fund_nav_item{
      margin: 1%;
    }


  .fund_subnav{
    overflow-x: auto;
  }

  /*--------- END 10/16/2020-----------------*/

  .fund_header{
    flex-direction: column;
  }

  .remark_box{
    width:100%;
    margin:0;
    margin-top: 2vmin;
  }

  .input_container{
      align-self: flex-start;
      display:flex;
      align-items:flex-start;
      flex-direction: column;
      position:relative;
      color:rgb(60,60,60);
      margin-bottom: 5vmin;
      width:100%;
  }

  .input_label{
    margin:0;
    margin-bottom: 1vmin;
    width:auto;
  }

  .input_container input, .input_container select{
    width:100%;
  }

  .input_link{
    margin:2vmin;
  }

  .card_view{
    flex-wrap: nowrap;
    overflow: auto;
  }

  .submit_btn{
    margin:0;
    width:100%;
  }

  .transfer_switch{
    left:auto;
    right:10%;
    top:100%;
    height:10vmin;
    border-top:none;
    border-bottom:none;
    z-index: 2;
  }

  .date_range_input{
    flex-direction: column;
  }

  .date_range_input .input_container{
    margin:0;
    margin-bottom: 3vmin;
  }

  .date_range_input .input_container input{
    width: 100%;
  }

  .date_range_input .submit_btn{
    margin:0;
    width:100%;
  }

  .fund .view, .fund .noview{
    align-items:flex-end;
    padding-bottom: 10px;
  }

  /*Begin Added 20.07.2023 Missing in Local Machine, retrieve from Server*/
    @media only screen and (max-height: 500px) {

        .acc_popup {
            top: 2%;
            transform: translateY(0);
        }
    }

    @media only screen and (max-width: 400px) {

        .promo_item {
            width: 100%;
        }
    }
    /*End Added 20.07.2023 Missing in Local Machine, retrieve from Server*/
}

@media only screen and (max-height: 500px) {

  .acc_popup{
    top:2%;
    transform: translateY(0);
  }
}



@media only screen and (max-width: 400px){

  .promo_item{
    width:100%;
  }

}

/*------------START DATE : 22/7/2022---------------*/
/*.vip_con {
    display: none;
}
*/
/*.vipSwiper {
    display: block !important;
}

.ul {
    width: 100% !important;
    padding: 6% 10% !important;
}*/

/*------------END DATE : 24/8/2022------------*/


