.showcase{
    color: #fff;
    position: relative;
    min-height: 100vh;
}
.showcase::before {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to left, #542372, #c52f6c);
}
.showcase .showcase-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.showcase h1{
    font-size: 4rem;
}
.error{
    color: #ffab01;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    background: #5c2472;
    padding: 10px;
    max-width: 450px;
    margin: 10px auto;
    border: 2px solid #ffab01;
    border-radius: 5px;
}
.offcanvas-header .navbar-brand{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    text-transform: capitalize;
}
.btn-close {
    background: #ffab01 !important;
    position: absolute;
    width: 35px !important;
    height: 35px !important;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 6px solid #fff !important;
    border-radius: 50% !important;
    outline: none !important;
    box-shadow: unset !important;
}
.offcanvas-start{
    background: linear-gradient(to left, #542372, #c52f6c);
    width:250px !important;
}
.offcanvas-start .nav-item a{
   color: #fff;
    background: none;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    text-transform: capitalize;
    margin: 10px 0px;
    transition: 1s;
    border-radius: 50px;
    border: 2px solid #ffab01;
     position: relative;
}
.offcanvas-start .nav-item a i{
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: -20px;
    background: #ffab01;
    color: #5c2472;
    padding: 10px;
    border-radius: 50px;
    border: 6px solid #ba2e6c;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-start li a:hover{
    background:#ffab01;
}
.off
.log-btn{
    float:right;
    margin:0px 10px;
}
.account_head h3{
    color:#ffab01;
}
.account_head h3::after{
    display:none;
}

/*---------Account CSS PART START -----*/
.acc-top{
    background: #5c2472;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ffab01;
    margin: 20px 0px;
}
.acc-info h5{
   font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    color: #ffab01;
    text-transform: capitalize;
}
.acc-info h5 i{
    margin: 0px 10px 0px 0px;
    font-size: 20px;
}
.acc-btn{
   text-align:right;
}
.acc-btn a{
    display:inline-block;
}
.acc-btn .btn1{
    width:fit-content;
}
.acc-btn .btn2{
    width:fit-content;
    color:#ffab01 !Important;
}
.account_bg .owl-carousel{
    z-index:0 !important;
}
.acc-det{
    background: #5c2472;
    box-shadow: 0px 0px 5px 0px #585858;
    transition: 1s;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ffab01;
    text-align:center;
    margin:10px;
}
.acc-det img{
    display: block;
    margin: 10px auto;
    max-width: 35px;
}
.acc-det h3{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    text-transform: capitalize;
    margin: 0px 0px 5px;
    color: #ffab01;
}
.acc-det h4{
     font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    color:#ffab01;
}
.acc-det i{
   color: #ffab01;
    font-size: 40px;
    margin: 10px 0px;
}
.acc-text ul{
    text-align:center;
}
.acc-text ul li{
    display: inline-block !important;
    max-width:350px;
    width:100%;
}
.dep_det{
    background: #5c2472;
    text-align: center;
    background: 2px solid #ffab01;
    border: 2px solid #ffab01;
    border-radius: 10px;
    margin:20px 0px;
    padding:10px;
}
.dep_det .dep_head h3{
    background: linear-gradient(to left, #542372, #c52f6c);
    border-radius: 10px;
    margin: 10px 0px;
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    font-family: 'Noto Sans',sans-serif;
}
.dep_det  ul li h3{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    margin:10px;
    color:#fff;
    text-align:start;
}
.dep_det  ul li h3 span{
    color:#ffab01;
    float:right;
    font-weight:700;
}
.account_bg .form2{
    margin:20px auto;
}
.account_bg .form2 .inpts{
    padding:10px 15px;
}
.copy-but{
    text-align:center;
    margin:10px 0px;
}
.copy-but button{
    background: #ffab01;
    margin: 5px;
    color: #fff;
    padding: 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    outline: none;
    box-shadow: unset;
}
.account_bg .form2 #msg1{
    display:block;
    color: #d12d6a !important;
}
.security_form  h3{
    font-size:18px;
}
.security_form .checkmark{
    background: #ffab01;
    width: 25px;
    position: absolute;
    height: 25px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}
.security_form input{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
}
.security_form input:checked ~ .checkmark{
    background:none !important;
    transition: 1s;
}

.security_form input:checked ~ .checkmark::before{
    position: absolute;
    left: 0;
    content: "\2713";
    top: 0;
    font-size: 12px;
    display: block;
    width: 25px;
    color: #044181;
    padding: 4px 8px;
    border-radius: 50px;
    font-weight: 700;
    height: 25px;
    background: #ffab01;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.account_bg .security_form{
    margin: 20px auto;
    max-height: 195px;
    height: 100%;
}
.security_form p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans',sans-serif;
    margin:10px 0px;
    text-transform: capitalize;
    position: relative;
    padding:0px 35px;
    background: linear-gradient(to left,#461f72,#d12d6a);
    -webkit-background-clip: text;
    color: transparent;
}
.account_bg .feature_bg{
    padding:50px 10px;
    background-size:100% 100%;
}
.account_bg .fea_btn .btn1 {
    background: none;
    border: 2px solid #ffab01;
    padding: 15px 28px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.feature_bg .form_sbmt .sbmt{
    padding: 10px 28px;
    font-size: 15px;
}
.form_box h4{
    font-size: 22px;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    color: #ffab01;
}
.ban{
    text-align:center;
    max-width: 650px;
    padding: 20px 10px!important;
    margin: 20px auto;
}
.ban h3{
    font-size: 25px;
    font-weight: 500;
    font-family: 'Anton',sans-serif;
    color: #ffab01;
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
}
.ban h3 i{
    font-size: 25px;
    background: #ffab01;
    color: #5f2471;
    font-weight: 700;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 4px solid #fff;
    left: -47px;
    top: -32px;
}
.ban h3 button{
    position: relative;
}
.ban .inpts{
    margin:10px 0px;
}
.ban  .nav-tabs {
    border-bottom: none;
    display: block;
    text-align: center;
}
.ban .nav .nav-link.active {
    border: none;
    background: none;
    color: #ffab01 !important;
    font-weight: 700;
}
.ban .nav button {
    border: none;
    margin: 10px 0px;
    background: none;
    color: #ffffff !important;
    outline: none;
    box-shadow: unset;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    display: inline-block;
}
.earing_form{
    width:100%;
    max-width:unset;
    padding:50px 50px 50px 65px;
}
select option{
    background:#5b2472;
    color:#fff;
}
.deposit_list {
    background: #5c2472;
    margin: 10px 0px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ffab01;
}
.deposit_list_date p{
    background: linear-gradient(to left, #542372, #c52f6c);
    border-radius: 10px;
    margin: 10px 0px;
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    font-family: 'Noto Sans',sans-serif;   
}
.deposit_list_date p span{
    color:#ffab01;
    font-weight:700;
    float:right;
}
.deposit_list_date i{
    margin:0px 5px 0px 0px;
}
.deposit_list ul li h3{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    margin: 15px 10px;
    color: #fff;
    text-align: start;
    overflow:hidden;
}
.deposit_list .gateway{
    max-width:25px;
}
.deposit_list ul li h3 span{
    color: #ffab01;
    float: right;
    font-weight: 700;
}
.account_bg .table-responsive{
    border: 2px solid #461f72;
    border-radius: 15px;
    margin:20px 0px;
}
.account_bg table{
    border-bottom: none;
    margin: 0;
    width:100%;
    min-width:350px;
}
.account_bg .table-responsive th ,.account_bg .table-responsive .inheader {
    border: 2px dotted #ffab01;
    color: #ffab01;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.account_bg .table-responsive td {
    border: 2px dotted #ffab01;
    border-right: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    color: #ffffff;
    text-transform: capitalize;
}
.innerpage .table-responsive td{
        color:#585858;
}
.form2 h4{
    font-size: 22px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    color: #ffab01;
}
.account_bg .plan_btn{
    text-align:center;
    margin: 40px 0px 0px;
    position: relative;
}
.account_bg .plan_bg .plan1{
    z-index:0;
    background: url(../images/plan_bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.account_bg .plan_bg .plan1 h2{
    background: linear-gradient(to left,#461f72,#d12d6a);
    -webkit-background-clip: text;
    color: transparent;
}
.account_bg .plan_bg .plan1 h6{
    background: linear-gradient(to left,#461f72,#d12d6a);
    -webkit-background-clip: text;
    color: transparent;
}
.account_bg .plan_bg .plan_btn .plan_bt1{
    z-index:0;
    
}
.plan_btn input{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
}
.plan_btn input:checked ~ .checkmark{
    background: linear-gradient(to left,#ff960a , #fdd736) !important;
    transition: 1s;
    color: #1c2d43 !important;
}
.plan_btn .checkmark{
      position: relative;
}
.plan_btn input:checked ~ .checkmark::before{
    position: absolute;
    left: -20px;
    content: "\2713";
    top: -50px;
    font-size: 18px;
    display: block;
    color: #044181;
    padding: 6px 4px;
    border-radius: 50px;
    font-weight: 700;
    background: #ffab01;
    width: 40px;
    height: 40px;
}
.checkmark_bg {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: none;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}
.checkmark_bg .checkbox1 {
    border: none;
    background: url(../images/plan_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-decoration: none !important;
    outline: none;
    padding: 50px;
    margin: 15px 5px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 215px;
}
.checkmark_bg .checkbox1 input {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 115%;
    cursor: pointer;
    opacity: 0;
    top: 0;
    z-index: 1;
}
.checkmark_bg .check_box1 .checkmark1{
    
}
.checkmark_bg .check_box1 input:checked ~ .checkmark1{
    
}
.checkmark_bg .checkbox1 input:checked ~ .checkmark1::before {
    content: "\2713";
    position: absolute;
    /* left: 0; */
    right: 20px;
    top: 25px;
    border: none;
    text-align: center;
    border-radius: 50px;
    color: #642270;
    font-size: 17px;
    height: 30px;
    width: 30px;
    background: #ffab01;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 700;
}
.checkmark_bg .checkmark1 p{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;;
    margin: 10px 0px;
    background: linear-gradient(to left,#461f72,#d12d6a);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: capitalize;
}
.checkmark_bg .checkbox1 p span {
    display: block;
    margin: 5px 0px;
    font-weight: 700;
}
 .deposit2_bg .gateway{
    display:block;
    margin:auto;
}
.account_bg .nav-tabs{
    border-bottom: none !important;
    margin: 20px 0px;
    display: block;
    text-align:center;
}
.account_bg .form2 .nav button{
    background: linear-gradient(to left,#461f72,#d12d6a);
    -webkit-background-clip: text;
    color: transparent !important;
}
.account_bg .form2 .form_box1 h6{
    background: linear-gradient(to left,#461f72,#d12d6a);
    -webkit-background-clip: text;
    color: transparent;
}
.account_bg .nav button {
    border: none;
    margin: 5px 0px;
    background: none;
    color: #ffffff !important;
    outline: none;
    box-shadow: unset;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    display: inline-block;
}
.account_bg .nav .nav-link.active {
    border: none;
    background: none;
    color: #ffab01 !important;
    font-weight: 700;
}
.earned1{
    margin: 20px auto;
    background: #5c2472;
    border: 2px solid #ffab01;
    padding: 15px;
    border-radius:10px;
}
.earned1 i{
    font-size: 25px;
    color: #ffab01;
    float: right;
}
.earned1 h3{
    color:#fff;
    font-size:18px;
    font-weight: 500;
    font-family: 'Noto Sans',sans-serif;
    margin:0px 0px 5px 0px;
}
.earned1 h4{
    color:#ffab01;
    font-size:18px;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
}
@media only screen and (max-width:1191px){
    .acc-text ul li{
        max-width:280px;
    }
    .navbar_toggler i{
        left:-5px;
    }
    .faq .faq_ques::after {
        position: absolute;
        top: -25px;
        right: 0px;
    }
    .faq .faq_answer::after {
        position: absolute;
        top: -25px;
        right: 0px;
    }
}
@media only screen and (max-width:991px){
     .logo_details img{
        max-width:210px;
}
 .showcase .mt-3{
        margin:0px !important;
    }
@media only screen and (max-width:576px){
    .logo_details a{
        float:right;
        margin:0px;
    }
    .showcase .mt-3{
        margin:10px 0px!important;
    }
    .showcase .col-xs-6{
        width:50%;
    }
    .showcase .account_head h3{
        font-size:18px;
        margin:10px 0px;
    }
    .btn2 i {
        font-size:12px;
        margin:0px 0px 0px 2px;
    }
    .log-btn .btn2{
        margin:5px auto !important;
        font-size: 10px !important;
    }
    .deposit_list ul li h3{
        font-size:12px;
    }
    .comment{
    display: block;
    float: unset !important;
    margin: 10px 0px;
    }
    .account_bg .nav button{
        font-size:11px;
    }
    .form2 h3{
        font-size:12px;
    }
    .form2 h4{
        font-size:15px;
    }
    .checkmark_bg .checkmark1 p{
        font-size:10px;
    }
   .checkmark_bg .checkbox1 input:checked ~ .checkmark1::before {
    top: 4px;
    right: 0px;
    font-size: 12px;
    height: 25px;
    width: 25px;
}
    .deposit2_bg .gateway {
        max-width:20px;
    }
    .checkmark_bg .checkbox1 {
        max-width: 106px;
        padding: 15px;
    }
    .dep_det ul li h3 {
        font-size:12px;
    }
    .dep_det .dep_head h3{
        font-size:12px;
    }
    .showcase .account_head h3{
        margin:10px 0px;
        font-size:15px;
    }
    .acc-det h4{
        font-size:14px;
    }
    .acc-det h3{
        font-size:12px;
    }
    .acc-info h5{
        font-size:12px;
        margin:0px 0px 5px 0px;
        text-align:center;
    }
    .acc-btn {
        text-align:center;
    }
    .acc-btn .btn1{
        padding:8px 15px !important;
    }
     .acc-btn .btn2{
         padding:5px 15px !important;
    }
    .account_bg .table-responsive th, .account_bg .table-responsive .inheader {
        font-size:14px;
    }
    .account_bg .table-responsive th{
        font-size:12px;
    }
     .log-btn{
        margin:0px 0px
    }
    .earing_form{
        padding:65px;
    }
    .showcase .pt-5{
        padding-top:0px !important;
    }
    .account_bg .security_form{
        margin:0px auto;
    }
    .account_bg .form2{
        margin:0px auto;
    }
    .page-link {
    padding: 5px !important;
}
    .account_head h3{
        margin:10px auto;
    }
    .navbar_toggler i{
        left:15px;
        top:10px;
    }
    .offcanvas-header .navbar-brand{
        font-size:16px;
    }
    .offcanvas-start li a{
        font-size:12px !important;
        padding:5px !important;
    }
    .ban h3{
        font-size:16px;
    }
    .ban h3 i{
        font-size: 20px;
    background: #ffab01;
    color: #5f2471;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 4px solid #fff;
    left: -47px;
    top: -26px;
    }
}