body, html {
    background: #f7f7f7;
    font-family: 'Arvo', serif !important;    
    font-size: 16px;        
}
/* disable section */
#cofirmotp_container{
    display: none;
}
/* commons */
.mg5{
    margin-right: 10px;
}
.pg{
    max-width: 720px;
    min-width: 375px;
    height: auto;
    padding: 0px 0px;    
}
.bx_navbar{
    background: rgb(228, 172, 42);
    background: linear-gradient(90deg, rgba(228, 172, 36,1) 0%, rgb(228, 172, 36) 61%, rgb(228, 172, 36) 100%);    
    height: 50px;
    width: 100%;                
}
.nav_title{
    font-family: 'Bebas Neue', serif;
    color: #ffffff;
    width: 60%;
    font-size: 25px;    
    text-align: left;        
    float: left;
    font-weight: bold;
    margin-left: 25px;    
    margin-top: 5px;
    letter-spacing: 2px;
}
.nav_tools{
    width: auto;
    font-size: 25px;    
    line-height: 30px;        
    float: right;
    color: #ffffff;
    margin-right: 25px;    
    margin-top: 5px;
}
.slider_container{
   background: linear-gradient(90deg, rgba(228, 172, 42,1) 0%, rgb(228, 172, 42) 61%, rgb(228, 172, 42) 100%);    
   height: 50px;    
    height: 150px;
    width: 100%;
    padding-top: 10px;    
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.slider_control{
    width: 90%;
    margin: 5px auto;           
}
.carousel-item img{
    border-radius: 20px;    
}
.lot_data{
    width: 98%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.lot_header_main{
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;    
}
.lot_card_box{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.lot_card_box_td{        
     width: 49%;   
}
.lot_card_box_td_div{
    height: 125px; 
    position: relative;   
}
.lot_card_box_td_div_zp{
  height: 200px; 
  position: relative;   
}
.lcbtd_divcol1{    
    background: rgb(253,187,45);
    background: linear-gradient(0deg, rgba(253,187,45,1) 0%, rgba(253,45,45,1) 100%);
}
.lcbtd_divcol2{
    background: rgb(253,187,45);
    background: linear-gradient(0deg, rgba(253,187,45,1) 0%, rgba(184,45,253,1) 100%);
}
.lcbtd_divcol3{
    background: rgb(253,187,45);
    background: linear-gradient(0deg, rgba(253,187,45,1) 0%, rgba(247,45,253,1) 100%);
}
.lcbtd_divcol4{
    background: rgb(255,191,53);
    background: linear-gradient(0deg, rgba(255,191,53,1) 10%, rgba(0,157,42,1) 100%);
}
.card_lot_logo{
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.card_lot_logo img{
    width: 100px;
    height: 100px;
}
.win_prize_logo{
    position: relative;
    float: right;    
    right: 5px;
    width: 45%;
}
.win_prize_logo img{
    width: 50px;
    height: 50px;        
    margin-top: 10px;
    float: left;
    left: 5px;
}
.win_prize_logo h1{    
    position: relative;    
    margin-top: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;    
    float: right;
    right: 10px;
}
/* footer area */
.foot_advert{
    height: 40px;
    width: 425px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Arvo', serif;
    font-size: 18px;
    line-height: 40px;   
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
  }
  .foot_redir_icons{
    height: 30px;
    width: 425px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 10px;
    font-family: 'Arvo', serif;
    font-size: 24px;
    line-height: 30px;   
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;    
  }
  .foot_space_icons{
    margin-left: 30px;
    margin-right: 30px;
  }
  
  /* login purpose */
  .div_galaxy_login{
    width: 450px;
    height: 250px;
    margin: 20px auto;
  }
  .ic_size{
    width: 50px;
  }
  .div_btn_login{
    width: 400px;
    margin: 10px auto;
    height: auto;    
  }
  .div_btn_signup{
    width: 400px;
    margin: 10px auto;
    height: auto;
  }    
  .btn_login{
    width: 100%;    
    border-radius: 10px;
    border: 1px solid #2274A5;
    background: #2274A5;
    color: #FFFFFF;    
    height: 40px;
    font-family: 'Bebas Neue', serif;    
    font-size: 18px;
    letter-spacing: 2px;
  }  
  .btn_signup{
    width: 30%;    
    border-radius: 10px;
    border: 1px solid #2274A5;
    background: #2274A5;
    color: #FFFFFF;    
    height: 40px;
    font-family: 'Bebas Neue', serif;    
    font-size: 18px;
    letter-spacing: 2px;
    float: left;            
  }
  .btn_reset{
    width: 65%;    
    border-radius: 10px;
    border: 1px solid #2274A5;
    background: #2274A5;
    color: #FFFFFF;    
    height: 40px;
    font-family: 'Bebas Neue', serif;
    font-size: 18px;
    letter-spacing: 2px;
    float: right;        
  }
  .btn_login:hover{
    background: #E1FFBB;
    color: #ff0000;
  }
  .btn_signup:hover{
    background: #E1FFBB;
    color: #ff0000;
  }
  .btn_reset:hover{
    background: #E1FFBB;
    color: #ff0000;
  }
  .div_galaxy_signupcont{
    width: 450px;
    height: 150px;
    margin: 20px auto;
  }
  .div_galaxy_signupcont_a{
    width: 450px;
    height: 100px;
    margin: 20px auto;
  }
  .div_btn_getotp, .div_btn_confirmotp{
    width: 400px;
    margin: 10px auto;
    height: auto;    
  }
  .btn_getotp, .btn_confirmotp{
    width: 100%;    
    border-radius: 10px;
    border: 1px solid #02831e;
    background: #02831e;
    color: #FFFFFF;    
    height: 40px;
    font-family: 'Bebas Neue', serif;    
    font-size: 18px;
    letter-spacing: 2px;
  }  
  /* upi id clipboard */
  .Qr_Container_wrapper{
    height: 720px;
    width: 450px;
    margin: 10px auto;
  }
  .qr_img_container{
    width: 220px;
    height:220px;
    border: 1px solid #ff0000;
    margin: 5px auto;
    padding: 5px 5px;
  }
  .img_qr{
    width: 200px;
    height: 200px;
    margin: 5px auto;
  }
  .qr_msg_line{
    width: 300px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin: 5px auto;
    padding: 5px 5px;
    font-size: 16px;
    /*font-weight: bold;*/
  }    
  .btn_clipboard{
    height: 40px;
    width: auto;
    font-size: 16px;
    color: #ff0000;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #ff0000;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
  }
  .btn_clipboard:hover{
    background-color: #ff0000;
    color: #FFFFFF;
  }
  .txt_upiid{
    height: 40px;
    max-width: 100%;
    font-size: 18px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #ff0000;
    border: none;
  }
  #upi_copy_gpnotification, #upi_copy_ppnotification, #upi_copy_ptnotification{
    display: none;
  }
  .qr_msg_line_medium{
    width: 325px;
    height: 125px;    
    vertical-align: middle;
    text-align: center;
    margin: 5px auto;
    padding: 5px 5px;
    font-size: 16px;
  }
  .txt_transid{
    margin-top: 5px;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
  }
  .btn_transid{
    margin-top: 5px;
    width: 75%;
    height: 40px;
    font-size: 16px;
    background: #632B30;
    color: #FFFFFF;
    border: 1px solid #632B30;    
  }
  .btn_transid:hover{
    background: #FFFFFF;
    color: #ff0000;
  }
  .cart_title{
    border-radius: 10px;
    background: #02831e;
    width: 99%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
  .cont_border_cart{        
    width: 460px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .tbl_cartlot{
    width: 450px;
    margin: 5px auto;
  }
  .tbl_cartlot tr{
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
  }
  .tbl_cartlot td{
    height: 40px;
    font-size: 14px !important;
    border: 1px solid #ff0000;
  }
  .bordernone{
    border: 0px solid #ffffff !important;
  }
  .bl_userdata_container{
    margin-top: 5px;
    width: 100%;
    height: 30px;
    background-color: #f7f7f7;
    color: #ff0000;
    font-size: 16px;
    font-weight:400;
    letter-spacing:0.5px;
  }
  .user_title{
    width: 65%;
    text-transform:capitalize;
    margin-left: 5px;    
    float: left;
  }
  .user_data{
    width: 30%;
    margin-left: 5px;
    padding-left: 20px;
    float: right;
  }
  .dashboard_container{
    height: auto;
    width: 450px;
    margin: 5px auto;
    overflow-x: scroll;
  }
  .div_btn_dashboard{
    width: 400px;
    margin: 10px auto;
    height: auto; 
    text-align: center;   
  }
  .btn_dashboard{
    width: 80%;    
    border-radius: 10px;
    border: 1px solid #632B30;
    background: #632B30;
    color: #FFFFFF;    
    height: 40px;
    font-family: 'Bebas Neue', serif;    
    font-size: 18px;
    letter-spacing: 2px;    
  }
  .btn_dashboard:hover{
    background: #E1FFBB;
    color: #ff0000;
  }
  .tbl_dashboard{
    width: 100%;
    height: auto;    
    font-size: 16px;
  }
  .tbl_dashboard td{
    border: 1px solid #ff0000;
    padding: 2px;
  }
  .td_dashcenter{
    text-align: center;
  }
  .td_dashleft{
    text-align: left;
  }
  .td_dashright{
    text-align: right;
  }
  .dashp{
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 1.5px;
    font-size: 18px;
    color: #7700ff;    
  }
  .dashinput {
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .recharge_button{
    border: none !important;
    background: #FFFFFF !important;
  } 
  .ic_mediuma{
    width: 125px;
  }
  .tbl_report{
    width: max-content;    
  }
  .tbl_max{
    width: max-content;
  }
  .tbl_report td, th{
    border: 1px solid #ff0000;
  }
  .pdf_link_size{
    font-size: 20px;
    color: #ff0000;
  }
  .btnwallet{
    width: 90% !important;
    height: 40px !important;    
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .img_slide{
    height: 200px;
  }
  .img_lot{
    height: 125px;
  }
  .img_lot_zp{
    height: 200px;
  }
  .carousel-item {
    background: transparent !important;
  }
  .div_timer_home{
    z-index: 1;
    position:absolute;
    bottom: 20px;
    left: 30px;    
  }
  .home_timer_spn{
    font-size: 18px;
    color: #000000;
    font-family: 'Times New Roman', serif !important;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-left: 2px;
  }
  .overlay_closed{
    height:125px;
    width:100%;
    position:absolute;
    background:rgba(0,153,255,.8);
    text-align:center;
    display:none;
    z-index: 999;
}
.overlay_closed p{
    color:white;
    line-height:125px;
    font-size:20px;
    margin:0;
}
.container_ga{
  margin-top: 100px;
  width: 98%;      
}
.cls_global_announcements{
  margin: 5px 5px;
  color: #FFFFFF;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background: #632B30;
  font-weight: 800;  
  border-radius: 5px;
}
.circle_result {
  width: 25px;
  height: 25px;
  line-height: 25px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #ff0000;
  background-color: #ff0000;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  margin: 5px;
}
.custom_links li{
  margin-right: 10px;  
}
.height200{
  height: 200px !important;  
}
/* spinner section */
#spin_overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
/* max 470px  */
@media only screen and (max-width: 479px) {
    .overlay_closed{
      height:100px;
    }
    .overlay_closed p{
      line-height:100px;
      font-size:18px;
    }
    .div_timer_home{
      left: 25px;
      bottom: 15px;
    }
    .home_timer_spn{
      font-size: 14px;
    }    
    .img_slide{
      height: 150px;
    }
    .img_lot{
      height: 100px;
    }
    .img_lot_zp{
      height: 150px;
    }
    .slider_container{
        height: 100px;
    }
    .slider_control{
        margin: 2px auto;
    }
    .carousel-item img{
        border-radius: 10px;    
    }
    .lot_data{
        margin-top: 10px;
    }  
    .lot_data_tr img{
        width: 100%;
        height: 175px;
        border-radius: 10px;
    }  
    .lot_header_main{
        font-size: 20px;
    }
    .lot_card_box_td_div{
        height: 100px;       
    }
    .lot_card_box_td_div_zp{
      height: 150px;      
    }
    .card_lot_logo{
        width: 50px;        
        height: 50px;
    }
    .card_lot_logo img{
        width: 50px;        
        height: 50px;
    } 
    .win_prize_logo{        
        width: 50%;
    }
    .win_prize_logo img{
        width: 30px;
        height: 30px;
        left: 1px;
    }
    .win_prize_logo h1{
        margin-top: 20px;
        font-size: 12px;
        right: 1px;
    }    
    .foot_advert{      
        width: 325px;
        font-size: 16px;      
        letter-spacing: 0.5px;
    }
    .foot_redir_icons{
        width: 325px;
        font-size: 20px;      
        letter-spacing: 0.5px;
    }
    .div_galaxy_login{
        width: 350px;
    }   
    .div_btn_login{
        width: 300px;
    }    
    .div_btn_signup{
        width: 300px;
    } 
    .div_galaxy_signupcont{
        width: 350px;
    }
    .div_btn_getotp, .div_btn_confirmotp{
        width: 300px;
    }  
    .Qr_Container_wrapper{
        width: 350px;
    }
    .cont_border_cart{        
      width: 360px;
    }
    .tbl_cartlot{
      width: 350px;
      margin: 5px auto;
    }
    .user_title, .user_data{
      font-size: 14px !important;
    }
    .dashboard_container{      
      width: 350px;
    }
    .div_btn_dashboard{
      width: 300px;
    }
    .tbl_dashboard{
      font-size: 14px;
    }
    .tbl_cartlot td{
      font-size: 12px !important;
    }
    .container_ga{
      margin-top: 75px;
    }
    .custom_links li{
      margin-right: 5px;
      font-size: 12px;  
    }
}