.headerall_bg{
    background: url(../images/full_bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat:no-repeat;
    padding:15px 0px 15px 0px;
    background-attachment: fixed;
}
.headerall_bg .headerall_head{
    position: relative;
}
.headerall_bg .headerall_head li{
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}
.headerall_bg .headerall_head li:nth-child(1){
    
    
}
.headerall_bg .headerall_head li:nth-child(2){
    text-align:center;
}
.headerall_bg .headerall_head li:nth-child(3){
    text-align:right;   
}
.headerall_bg .headerall_head .logo{
    max-width: 100px;
  
}
.headerall_bg .headerall_head h1{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    background: #464646;
}
.headerall_bg .headerall_head .but{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 8px 25px 8px 25px;
    margin: 0px 5px 0px 5px;
    border: none;
    outline: none;
     background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 0px #531373;
    transition-duration: 1s;
}
.headerall_bg .headerall_head .but:hover{
    transition-duration: 1s;
   background: linear-gradient(45deg, #323334, #81807f);
}
.headerall_bg .dropdown{
    padding: 5px 0px 0px 0px;
}
.headerall_bg .dropdown .but{
    
    
    
    
}
.headerall_bg .dropdown .acc_img{
    width: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 0px #ccb275;
    padding: 8px;
    color: #fff;
}
.headerall_bg .dropdown .list{
    display:none;
    position: absolute;
    right: 0px;
    background: #5b147e;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    max-width: 150px;
    width: 100%;
    z-index: 1;
}
.headerall_bg .dropdown .list .link{
    display: block;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(45deg, #fa4457 16%, #9b1db8);
    padding: 5px;
    border-radius: 5px;
    margin: 8px 0px;
    transition: 0.9s;
}
.headerall_bg .dropdown .list .link:hover{
    background: linear-gradient(45deg, #9b1db8 16%, #fa4457);   
    transition: 0.9s;
    transform: translateY(-5px);
}
.headerall_bg .headerall_menu{
    margin: 30px 0px 0px;
}
.headerall_bg .bg-light {
    backdrop-filter: blur(8px);
    padding: 8px 0px;
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-attachment: fixed;
}
.headerall_bg .navbar-nav{
    display: block !important;
    width: 100%;
    text-align: center;
}
.headerall_bg .navbar-nav .nav-item{
    display: inline-block;
    border-left: 1px dashed #464646;
}
.headerall_bg .navbar-nav .nav-item .nav-link{
    background-attachment: fixed;
    margin: 0px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition-duration:1s;
}
.headerall_bg .navbar-nav .nav-item .nav-link:hover i{
    color:#000;
    transition-duration:1s;
}
.headerall_bg .navbar-nav .nav-item .nav-link i{
    font-size: 14px;
    color: #464646;
    position: relative;
    top: 2px;
    margin: 0px 2px 0px 0px;
}
/****===== Headerall part css=====****/

/****===== Admin1 part css=====****/
.admin1_bg{
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px 30px 0px;
}
/****===== Admin1 part css=====****/

/****===== Account part css=====****/
.admin1_bg{
    
    
}
.admin1_bg .head2{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #422552;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --background-color: #562672;
    --stroke-color: #fa4457;
    text-shadow: var(--x-offset) var(--y-offset) 0px #fa4457, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #fa4457 !important;
    color: #dcbd73;
    --x-offset: -1px;
    --y-offset: 0px;
    --stroke: 1px;
    --stroke-color: #262626;
    text-shadow: var(--x-offset) var(--y-offset) 0px #323232, calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke)) 0px #666661 !important;
    margin: 25px 0px 10px 0px;
    text-transform: uppercase;
}
.admin1_bg .user_detail{
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #d2b77591;
}
.admin1_bg .user_detail li{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.admin1_bg .user_detail li:nth-child(1){
    
    
}
.admin1_bg .user_detail li:nth-child(2){
    text-align: right;
}
.admin1_bg .user_detail .user_text{
    
    
    
}
.admin1_bg .user_text h1{
    color: #e7d290;
    background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 500;
}
.admin1_bg .user_text h1 span{
    display: block;
    margin: 10px 0px;
    font-size: 30px;
}
.admin1_bg .user_text h2{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.admin1_bg .user_img{
    
    
    
}
.admin1_bg .user_img .acc_img2{
    max-width: 175px;;
    margin: -63px 0px 0px 0px;
    border-radius:10px;
}
.admin1_bg .user_text1{
    background: linear-gradient(to bottom, #d2a537, #b48623);
    padding: 20px 10px;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0px 0px 6px 3px #00000014;
}
.admin1_bg .user_text1 h3{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 14px 0px;
}

.admin1_bg .user_text1 h3 i {
    color: #1e1e1e;
}
.admin1_bg .user_text1 h3 span{
    float: right;
    color: #fff;
}
.admin1_bg .user_icon{
    padding: 19px 0px 0px;
    margin: 0px;
    text-align: center;
    border-top: 1px solid #5d1381;
}
.admin1_bg .user_icon a{
    margin: 0px 5px;
}
.admin1_bg .user_icon i{
    background: #fff;
    font-size: 18px;
    color: #1e1e1e;
    padding: 5px;
    border-radius: 50px;
    margin: 0px 5px 0px 0px;
}
.admin1_bg .acc_detail{
    
    
    
    
}
.admin1_bg .acc_detail li{
    display: inline-block;
    width: 49%;
    margin: 0px 0px 30px;
}
.admin1_bg .acc_detail .account_text{
    display: inline-block;
    background: #faf3fe;
    padding: 13px 20px 10px 20px;
    width: 100%;
    border-radius: 7px;
    position: relative;
    box-shadow: 0px 0px 6px 3px #00000014;
}
.admin1_bg .acc_detail .account_text .acc_img3{
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: linear-gradient(to bottom, #d2a537, #b48623);
    width: 58px;
    padding: 10px;
    border-radius: 6px;
    transition: 0.9s;
}
.admin1_bg .acc_detail .account_text h3{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.admin1_bg .acc_detail .account_text h4{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 0px;
    margin: 0px;    
}
.admin1_bg .sec_text{
    
    
}
.admin1_bg .sec_text h5{
    background: #faf3fe;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    box-shadow: 0px 0px 6px 3px #00000014;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.admin1_bg .sec_text h5 a{
    color: #551376;
}
.admin1_bg .sec_text input{
    background: #d2a537;
    width: 90%;
    margin: 0px 5px 0px 0px;
    padding: 7px 20px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.admin1_bg .sec_text button{
    background: none;
    border: none;
    outline: none;
    box-shadow: unset;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 20px;
    margin: auto;
}
.admin1_bg .sec_text button i{
    font-size: 22px;
    color: #d2a537;
}
.admin1_bg .sec_text h5 span{
    display: block;
    margin: 0px 0px 5px 0px;
}
.admin1_bg .deposit_text{
    background: linear-gradient(to bottom, #d2a537, #b48623);
    padding: 15px;
    border-radius: 5px;    
}
.admin1_bg .deposit_text h4{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #ffffff26
}
.admin1_bg .deposit_text h4 span{
    float: right;
    color: #fff;    
}
.admin1_bg .deposit_text h4 i{
    color:#393b3a;    
}
.admin1_bg .payment_detail{
    margin: 30px 0px 0px 0px;
}
.admin1_bg .payment_detail p{
    padding: 10px 10px;
    background: linear-gradient(45deg, #323334, #81807f);
    border-radius: 5px;
    max-width: 165px;
    width: 100%;
    display: inline-block;
}
.admin1_bg .payment_detail .pay{
    width:30px;
    margin:auto;
    display: inline-block;
}
.admin1_bg .payment_detail p span{
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
    position: relative; 
    display: inline-block;
}
.admin1_bg .form_box{
    transition-duration: 0.9s !important;
    padding: 10px;
    border-radius: 5px;
    max-width: 450px;
    margin: 10px auto;
    background: url(../images/refer_bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.admin1_bg .form_box img{
    background: #bf922b;
    padding: 10px;
    width: 50px;
    border-radius: 5px;
    float: right;
}
.admin1_bg .form_box h3{
    font-size: 14px;
    font-weight: 400;
    color: #393939;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.admin1_bg .form_box h4{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.admin1_bg .form1{
    box-shadow: 7px 6px 8px 0px #ecd8963d;
}
/****===== Account part css=====****/

/****===== Deposit part css=====****/
.depo_bg{
    
    
}
.depo_bg .checkmark_bg{
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.depo_bg .check_box1{
    text-transform: none;
    background: #393939;
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffffa1;
    position: relative;
}
.depo_bg .checkmark_bg input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.depo_bg .checkmark_bg input:checked ~ .checkmark{

}
.depo_bg .checkmark_bg input:checked ~ .checkmark:before{
    content: "\2713";
    color: #fff;
    font-size: 40px;
}
.depo_bg .checkmark_bg .checkmark{
    
    
}
.depo_bg .nav{
    
    
}
.depo_bg .nav .nav-link{
    background: #faf3fe;
    padding: 14px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100%;
    max-width: 203px;
    margin: 10px auto;
    filter: drop-shadow(1px 2px 4px black);
}
.depo_bg .nav .nav-link.active{
    background: linear-gradient(to bottom, #d2a537, #b48623);
    color: #fff;
    transition:0.9s;
}
.depo_bg .nav .nav-link:hover{
    transition:0.9s;
    
    
}
.depo_bg .tab-content{
    text-align: center;
    
    
}
.depo_bg .checkmark_bg1{
    
    
    
}
.depo_bg .checkmark_bg1 .check_box{
    display: inline-block;
    width: 100%;
    max-width: 203px;
    margin: 12px 0px;
}
.depo_bg .checkmark_bg1 .check_box label{
    display: inline-block;
    position: relative;
    width: 100%;
}
.depo_bg .checkmark_bg1 .check_box input{
    
    
    
}
.depo_bg .checkmark_bg1 .check_box input:checked ~ .checkmark1{
    background: url(../images/check_bg1.png);
    background-size: 100% 100%;
    filter: drop-shadow(1px 2px 3px black);
}
.depo_bg .checkmark_bg1 .check_box .checkmark1{
    background: url(../images/check_bg.png);
    background-size: 100% 100%;
    width: 100%;
    display: block;
    padding: 20px 40px;
    cursor: pointer;
}
.depo_bg .checkmark_bg1 .check_box .checkmark1 p{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}
.depo_bg .checkmark_bg1 .check_box .checkmark1 img{
    max-width: 30px;
    filter: drop-shadow(1px 2px 3px black);
}
.depo_bg .checkmark_bg1 .check_box .checkmark1 span{
    
    
    
}
/****===== Deposit part css=====****/

/****===== Withdraw part css=====****/
.with_bg{



}
.with_bg .checkmark_bg{
    position: relative;
    text-align: center;
}
.with_bg .check_box{
    border: none;
    border-radius: 8px;
    background: url(../images/refer_bg.png);
    background-size: cover;
    background-attachment: fixed;
    max-width: 191px;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    margin: 10px;
}
.with_bg .check_box .radio_btn{
    width: 100%;
    position: relative;
}
.with_bg .check_box .radio_btn p{
    margin: 0px; 
}
.with_bg .check_box .radio_btn h5{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #393939;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #393939;
}
.with_bg .check_box input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.with_bg .check_box input:checked ~ .checkmark1:before{
    content: "\2713";
    position: absolute;
    background: #464646;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 31px;
    color: #fff;
}
.with_bg .check_box .checkmark1 {



}
.with_bg .check_box .pay{
    max-width: 50px;
    margin: 0px 0px 15px 0px;
}
.with_bg .check_box h6{
    padding: 0px 10px 11px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-align: start;
    display: block;
    width: 100%;
}
.with_bg .check_box h6 span{
    float: right;
    color: #000;
    font-weight: 600;
}
/****===== Withdraw part css=====****/

/****===== Table part css=====****/
.table-responsive{
    
    
}
.table-responsive table{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width:100%;
}
.table-responsive table .inheader {
    background: #464646 !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ddd;
    margin: 0px;
    text-transform: uppercase;
}
.table-responsive table th{
    background: #dd4880 !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4d136b;
    margin: 0px;
    text-transform: uppercase;
}  
.table-responsive table td{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #46464640;
    padding: 11px;   
    text-align: left;
}
.table-responsive table .pay{
    width: 30px;
}
.table-responsive table img{
     width: 30px;   
}


/****===== Table part css=====****/

/****===== History part css=====****/

.form_select{
    position: relative;
    margin: 12px 0px;
}
.form_select h4{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 7px 10px;
    border-radius: 5px;
}
.form_select h4 select{
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    background: linear-gradient(45deg, #393b3a 44%, #464646);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    width: 100%;
}
/****===== History part css=====****/

/****===== Page part css=====****/
.page{
    text-align: center;
    margin: 20px 0px 0px;
}
.page .pagination{
    display: inline-flex;
}
.page-link {
    background: #000;
    color: #fff;
    border: 1px solid #434343;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c5982e !important;
    border-color: #c1942c;
    background: #976a0d;
}
.page-link:hover {
    color: #0a58ca;
    border-color: #dee2e6;
    background: linear-gradient(45deg, #e43b6a, #63148a);
    color: #000;
}



/****===== Page part css=====****/

/****===== Banner part css=====****/
.form_copy{
    margin: 15px 0px;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: url(../images/refer_bg.png);
}
.form_copy button{
    float: right;
    background: none;
    border: none;
    outline: none;
    backdrop-filter: blur(6px);
    box-shadow: unset;
    color: #000;
}
.form_copy .ban_img{
    margin: 15px 0px;
}
.form_copy h3{
    color: #f614b8;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    margin: 0px;
}
.form_copy h3 span{
    font-size: 23px;
    color: #df3b6a;
}
.form_copy textarea{
    backdrop-filter: blur(3px);
    background: #ffffff21;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}
.form_copy textarea a{
    color:#fff;
}
/****===== Banner part css=====****/

/****===== Secure part css=====****/
.form_secure{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 20px;
    border-radius: 7px;
    min-height: 236px;
}
.form_secure h3{
    background: linear-gradient(45deg, #393b3a 44%, #464646);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px; 
}
.form_secure p{
    display: block;
    position: relative;
    margin: 0px;
}
.form_secure label{
    display: block;
    position: relative;
    margin: 20px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0px 55px;
}
.form_secure input{
    position: absolute;
    opacity: 0;
}
.form_secure input:checked ~ .checkmark1:before{
    content: "\2713";
    background: #c4962d;
    position: absolute;
    right: 1px !important;
    left: unset;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.form_secure .checkmark1{
    background: #fff;
    width: 45px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50px;
}
.form_secure .checkmark1:before{
    font-size: 11px;
    content: "x";
    position: absolute;
    background: #464646;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    top: 1px;
    left: 1px;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.sec_bg .form1{
    max-width: 485px;
    margin: 20px auto 0px;
    filter: drop-shadow(2px 4px 6px black);
}
.sec_bg .form1 h3{
    font-size: 22px;
    border-bottom: 1px solid #dfc8868a;
    padding: 0px 0px 5px 0px;
}
.form1 p{
    font-size: 13px;
    color: #fffffff0;
}
.form1 img{
    margin: 15px 0px;
}
/****===== Secure part css=====****/

/****===== Edit part css=====****/
.edit_bg{
    
    
    
    
}
.edit_bg .form1{
    max-width: 765px;
}



/****===== Responsive part css=====****/

@media only screen and  (max-width:1199px){
/**=== Header Part Css===**/  
    .headerall_bg .navbar-nav .nav-item .nav-link{
        margin: 0px 0px;
        font-size: 12px;
    }
    .headerall_bg .headerall_head li:nth-child(2) {
        text-align: center;
        width: 24%;
    }
    .headerall_bg .headerall_head li:nth-child(3) {
        text-align: right;
        width: 41%;
    }
    .footer_bg .footer_copy h6 {
        width: fit-content;
        margin: auto;
    }
    .footer_bg .footer_copy h6:before {
        width: 36%;
    }
    .footer_bg .footer_copy h6:after {
        width: 36%;
    }
/**=== Header Part Css===**/      
    
    
}
@media only screen and  (max-width:991px){
/**=== Header Part Css===**/  

    .headerall_bg .navbar-light .navbar-toggler {
        top: -73px;
    }
    .navbar-toggler {
        padding: 2px 6px 2px 6px;
    }
    .headerall_bg .navbar-nav .nav-item {
        margin: 10px 10px;
    }
    .headerall_bg .navbar-nav .nav-item .nav-link {
        margin: 0px 15px;
        font-size: 14px;
        width: 100%;
        margin: 0px 17px;
    }
    .headerall_bg .navbar-toggler-icon {
        width: 22px;
        height: 28px;
    }
    .headerall_bg .navbar-light .navbar-toggler {
        position: absolute;
        right: 0px;
        top: -38px;
        background: linear-gradient(63deg, #cba03f, #f8e5a0, #8e6107);
        box-shadow: unset !important;
        border: none;
    }
    .headerall_bg .headerall_menu{
        margin: 35px 0px 0px;
    }
    .headerall_bg .bg-light{
        padding: 0px 0px;
    }
/**=== Header Part Css===**/      
    
    
    
}
@media only screen and  (max-width:767px){
    
/**=== Header Part Css===**/    
    .headerall_bg .headerall_head li{
        display: block;
        width: 100%;
        margin: 20px 0px;
    }
    .headerall_bg .headerall_menu {
        margin: 50px 0px 0px;
    }
    .headerall_bg .navbar-nav .nav-item .nav-link {
        margin: 0px 0px;
    }
    .headerall_bg .navbar-nav .nav-item {
        border-bottom: 1px dashed #464646;
        border-left: none;
    }
    .headerall_bg .navbar-light .navbar-toggler {
        position: absolute;
        right: 0px;
        top: -43px;
        margin: auto;
        left: 0px;
        max-width: 50px;
    }
    .headerall_bg .headerall_head li:nth-child(1) {
        text-align: center;
        width: 100%;
        margin: 0px 0px;
    }
    .headerall_bg .headerall_head li:nth-child(2) {
        text-align: center;
        width: 100%;
    }
    .headerall_bg .headerall_head li:nth-child(3) {
        text-align: center;
        width: 100%;
    }
/**=== Header Part Css===**/    

/**=== Header Part Css===**/ 
    .table-responsive table{
        min-width: 670px;
    }
    
}
@media only screen and  (max-width:576px){

/**=== Header Part Css===**/    
    .headerall_bg .navbar-nav .nav-item .nav-link i {
        display: block;
    }
    .headerall_bg .headerall_head .logo {
    max-width: 80px;
    }


    .headerall_bg .navbar-nav .nav-item {
        margin: 10px 0px;
        width: 49%;
    }
    .header1_bg .header1_menu ul {
        top: 115px;
    }
    .header1_bg .header_menu .main_menu li:nth-child(1){
        width: 38%;
    }
    .header1_bg .header_menu .main_menu li:nth-child(2){
        width: 38%;
        margin: 8px 10px;
    }
    /**=== Admin Part Css===**/ 
    .admin1_bg .user_detail li{
        width: 100%;
        text-align: center;
    }
    .admin1_bg .user_img .acc_img2 {
        display: none;
    }
    .admin1_bg .user_text1 h3 span {
        float: unset;
        display: block;
        margin: 10px 0px 0px;
    }
    .admin1_bg .acc_detail li {
        width: 100%;
    }
    .admin1_bg .deposit_text h4 span {
        float: unset;
        display: block;
        margin: 10px 0px 0px;
    }
    /**=== Withdraw Part Css===**/ 
    .with_bg .check_box {
        margin: 10px auto;
    }
    .form_secure {
        margin: 10px auto;
    }
    
    /**=== Deposit Part Css===**/     
    .depo_bg .checkmark_bg1 .check_box {
        width: 100%;
        max-width: 122px;
    }
    .depo_bg .checkmark_bg1 .check_box .checkmark1 {
        padding: 12px 5px;
    }
    .depo_bg .checkmark_bg1 .check_box .checkmark1 p {
        font-size: 11px;
        margin: 0px;
    }
    .depo_bg .checkmark_bg1 .check_box .checkmark1 img {
        max-width: 20px;
    }
}
/****===== Responsive part css=====****/











