

.header1_bg{
    
}
.header1_bg .drop_btn{
    background: transparent;
    color: #fff;
    border: none;
    font-size: 30px;
    margin: 5px 0px 0px 20px;
    transition: 1s;
}
.header1_bg .drop_btn:hover{
    color: #ee4036;
    filter: drop-shadow(0px 0px 6px #000);
    transform: scale(1.1);
    transition: 1s;
}
 .header1_bg .drop_menu{
    position: absolute;
    z-index: 2;
    display: none;
    background-image: url(../images/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 6px #000;
    text-transform: capitalize;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    right: 40px;
    text-align: center;
    margin: 30px auto 0px;
}
 .header1_bg .drop_menu li {
    margin: 10px 5px;
    transition: 1s;
}
.header1_bg .drop_menu li a{
    background: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 12px 20px;
    margin: 0px;
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    min-width: 150px;
    transition: 1s;
    filter: drop-shadow(0px 0px 1px #fff);
}
.header1_bg .drop_menu li:hover a{
    background: #ee4036;
    transition: 1s;
    transform: translateX(10px);
}




/*==========  header1_top CSS START  ========== */

.header1_top{
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/body_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 150%;
    background-color: #262261;
}
.header1_top .round1{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 250px;
    opacity: 0.4;
    mix-blend-mode: soft-light;
    left: 8%;
    top: -100px;
}
.header1_top .round2{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 230px;
    opacity: 0.4;
    mix-blend-mode: soft-light;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.header1_top .round3{
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    max-width: 300px;
    opacity: 0.4;
    mix-blend-mode: soft-light;
    right: 5%;
    bottom: -150px;
}


.header1_top a{
    font-family: 'FK Grotesk';
    padding: 14px 25px;
    margin: 0px auto 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: 1s;
    max-width: 200px;
    position: relative;
}
.header1_top .btn1{
    background: #ffffff;
    color: #23205b;
}
.header1_top .btn1:hover{
    transition: 1s;
    box-shadow: 0px 70px 0px #ee4036 inset;
    color: #fff;
}
.header1_top h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
        position: relative;
}


/*==========  header1_content CSS START  ========== */
.header1_content{
    background-image: url(../images/about_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    padding: 50px 0px;
     color: #000;
}

.header1_content .gateway{
    width: 38px;
}

.header1_content .table-responsive{
    background: #252167;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #000;
}
.header1_content table{
    width:100%;
    margin: 0px auto; 
}
.header1_content table th{
    font-family: 'FK Grotesk';
    color: #bfbaba;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    text-transform: capitalize;
    border: 1px dashed #9695ab78;
    border-top: none;
    border-left: none;
    background: #120d5a;
    width: 33%;
}
.header1_content table td{
    font-family: 'FK Grotesk';
    color: #9695ab;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 100;
    margin: 0px;
    text-transform: capitalize;
    border-top: 1px dashed #9695ab78;
    border-bottom: 1px dashed #9695ab78;
    width: 33%;
}

.header1_content input{
    font-family: 'FK Grotesk';
    outline: none;
    border: none;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px); 
    margin: 5px;
}
.header1_content textarea{
        font-family: 'FK Grotesk';
    width: 100%;
    outline: none;
    border: none;
    padding: 15px 40px 15px 60px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 55px;
    background-image: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    min-height: 120px;
}
.header1_content select{
    font-family: 'FK Grotesk';
    width: 100%;
    outline: none;
    border: none;
    padding: 15px;
    margin: 0px 0px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);  
}
.header1_content select option{
      background: #191649;  
}

/*==========  account CSS START  ========== */

.acc1_bg{
    
}
 .acc1{
    padding: 20px;
    max-width: 300px;
    margin: 10px auto;
    background-image: url(../images/feature3_bg.png);
    background-color: #120d5a;
    background-position: center;
    background-size: 60% 100%;
    border-radius: 5px;
}
.acc1 h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    text-transform: capitalize;
}
 .acc1 h3 span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px 0px;
    color: #ee4036;
}
 .acc1 img{
    max-width: 250px;
    margin: 10px 0px;
}
 .acc1 h6{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

.acc2_bg{
    background: linear-gradient(137deg, #262261, #000000);
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0px;
}
.acc2_bg h2{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px 0px 20px;
    margin: 0px;
    font-size: 30px;
    font-weight: bolder;
    text-transform: capitalize;
}
.acc2_bg h2 span{
    color: #fff;
}
.acc2_bg ul{
    border: 1px solid #221f57;
    border-top: none;
    border-radius: 5px;
    background: url(../images/affi_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.acc2_bg ul li{
    border-top: 1px solid #221f57;
}
.acc2_bg ul li h3{
   font-family: 'FK Grotesk';
    color: #181646;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
    text-transform: capitalize; 
}
.acc2_bg ul li h3 span{
    float: right;
    text-align: left;
    width: 65%;
    font-size: 15px;
}
.acc2_bg ul li h3 span  input{
    border: none;
    background: transparent;
    font-size: 17px;
    margin: 0px;
    outline: none;
    width: 70%;
    font-family: 'FK Grotesk';
    color: #181646;
    padding: 0px;
}
.acc2_bg ul li h3 span button{
    background: repeating-linear-gradient(140deg, #151150, #151150 5px, #23205b 5px, #23205b 10px);
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 7px 20px;
    margin: 0px;
    font-size: 14px;
    font-weight: 100;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 1s;
    border: none;
}
.acc2_bg ul li h3 span button:hover{
    background: #ee4036;
    transition: 1s;
    transform: translateX(10px);
}

.acc2_bg ul li h3 span a{
    color: #ee4036;
    font-weight: 600;
} 
.acc2_bg ul li h3 span a:hover{
   color: #000; 
} 

.acc3_bg{
    
}
 .acc3{
    max-width: 350px;
    margin: 10px auto;
    padding: 30px 20px;
    border-radius: 15px;
    position: relative;
    background: linear-gradient(161deg, #262261, #2a266e,#3e39ad,#17153a);
}
 .acc3 .dot{
    position: absolute;
    right: 15px;
    top: 15px;
}
 .acc3 h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 10px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}
 .acc3 h3 span{
    color: #f3f3f3;
    padding: 5px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    display: block;
}



/*==========================refferal link ===========================*/

.depo_bg .depo_plan{
    background: #2e2a72;
    text-transform: capitalize;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #0f0d36;
    max-width: 300px;
    margin: 10px auto;
    padding: 0px 0px 30px;
    position: relative;
}
.depo_bg .depo_plan h3{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    background: #23205b;
    border-radius: 20px 20px 0px 0px;
}
.depo_bg .depo_plan img{
    float: right;
    max-width: 110px;
    margin: 10px;
}
.depo_bg .depo_plan h2{
    font-family: 'FK Grotesk';
    padding: 30px 0px 30px 20px;
    margin: 0px;
    display: inline-block;
    color: #EE4039;
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
}
.depo_bg .depo_plan h2 span{
    display: block;
    padding: 5px 0px 0px 0px;
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 300;
}
.depo_bg .depo_plan h6{
    font-family: 'FK Grotesk';
    color: #f3f3f3;
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    margin: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #171546;
}
.depo_bg .depo_plan h6 span{
    display: block;
    font-size: 20px;
    font-weight: 800;
    float: right;
}
.depo_bg  .plan_select_bg{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.depo_bg  .plan_select_bg .plan_selector{
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #ee4036;
    border-radius: 5px;
    transition: 1s;
    padding: 0px;
    text-align: center;
}
.depo_bg .plan_select_bg input:checked ~ .plan_selector {
    background: #ee4036;
    transition: 1s;
    box-shadow: 0px 0px 10px #000000;
}
.depo_bg .plan_select_bg input:checked ~ .plan_selector::before{
    content: "\2713";
    position: absolute;
    font-family: 'FK Grotesk';
    font-weight: 900;
    text-align: center;
    right: 8px;
    color: #fff;
}
.depo_bg .plan_select_bg  .plan_selector:hover,.depo_bg .plan_select_bg input:checked ~ .plan_selector:hover{
    transition: 1s;
    box-shadow: 0px 0px 10px #ffffff;
}

.header1_heading{
    font-family: 'FK Grotesk';
    color: #2e2a72;
    padding: 10px;
    margin: 20px 0px;
    font-size: 22px;
    font-weight: bolder;
    text-transform: capitalize;
    border-top: 1px dashed #8d8d8d;
    border-bottom: 1px dashed #8d8d8d;
}
 .header1_heading span{
    float: right;
    color: #ee4036;
}

.depo_tab{
    display: block !IMPORTANT;
    text-align: center;
}
.depo_tab button{
  font-family: 'FK Grotesk';
    color: #2e2a72;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 5px;
    display: inline-block;
    text-transform: capitalize;
    transition: 1s;
    background: transparent;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ee4036 !IMPORTANT;  
}
.depo_tab button.active{
    transition: 1s;
    background: #ee4036 !IMPORTANT;
}
.depo_tab button:hover{
        box-shadow: 0px 0px 0px 80px #2e2a72 inset;
    transition: 1s;
    color: #ffffff;
    border: 1px solid #2e2a72 !IMPORTANT;
}

/*==========  checkmark_bg CSS START  ========== */

.checkmark_bg{
    text-align: center;
    margin: 30px auto; 
}
.checkmark_bg .checkmark{
    position: relative;
    padding: 17px 15px 17px 10px;
    margin: 10px 5px;
    display: inline-block;
    min-width: 205px;
    text-align: left;
    background: #2e2971;
    border-radius: 5px;
}

.checkmark_bg .checkmark label{
    width: 100%;
    cursor: pointer;
}
.checkmark_bg .checkmark label input{
    position: absolute;
    opacity: 0; 
    height: 0;
    width: 0;
}
.checkmark_bg .checkmark label .selector{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 50px;
    text-align: center;
    margin: auto;
    background: #262261;
    border-radius: 50px;
    box-shadow: 0px 0px 2px #b5b1b1;
}

.checkmark_bg .checkmark label .selector::after{
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    left: 3px;
    top: 2px;
    background: #d7d7d7;
    border-radius: 50px;
    transition: 1s;
}

.checkmark_bg .checkmark label input:checked ~ .selector::after {
    position: absolute;
    width: 21px;
    top: 2px;
    left: 3px;
    height: 21px;
    background: #ee4036;
    content: ' \2713';
    font-weight: bolder;
    border-radius: 50%;
    box-shadow: 0px 0px 13px #000000;
    color: #fff;
    font-size: 13px;
    padding: 1px;
    transform: translateX(24px);
}
 
 .checkmark_bg .checkmark img{
    float: left;
    margin: 0px 5px 0px 0px;
}
.checkmark_bg .checkmark h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
}
.checkmark_bg .checkmark h3 span{
    display: block;
    color: #ee4036;
    font-size: 13px;
    padding: 4px 0px 0px 0px;
}
.checkmark_bg .checkmark h3  small{
    color: #d5d0d0;
    font-size: 12px;
}


/*==========  spend_bal_bg CSS START  ========== */
.spend_bal_bg{
    text-align: center;
    background-image: url(../images/body_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #262261;
    padding: 30px;
    border-radius: 5px;
    margin: 40px auto 0px;
}
.spend_bal_bg h3{
    font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: bolder;
}
.spend_bal_bg h3 span{
    color: #fff;
}
.spend_bal_bg .inpts{
    width: 100%;
    margin: 20px auto 0px;
    background-image: repeating-linear-gradient(140deg, #262261, #262261 5px, #181818 5px, #181818 10px);
    text-align: center;
}


/*==========  depo_conform CSS START  ========== */
.pay_address{
    text-align: center;
    font-family: 'FK Grotesk';
    color: #b1b0b7;
    padding: 20px 0px 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: bolder;
}
.pay_address a{
     color: #ee4036;   
}
.pay_address a:hover{
    color: #b1b0b7;
}

/*==========  depo_succ CSS START  ========== */
.depo_succ{
    font-family: 'FK Grotesk';
    color: #2e2a72;
    padding: 0px;
    margin: 20px 0px;
    font-size: 16px;
    font-weight: bolder;
}
/*==========  history CSS START  ========== */

.header1_content .select2 {
    text-align: center;
    color: #000;
    font-weight: 600;
}
.header1_content .select2 select{
    width: 120px;
}


/*==========================refferal link ===========================*/

.ref_banner {
    
}
.ref_banner .nav{
    padding: 20px;
    margin: 10px auto;
    background-image: url(../images/feature3_bg.png);
    background-color: #120d5a;
    background-position: center;
    background-size: 60% 100%;
    border-radius: 5px;
    text-align: center;
}
.ref_banner .nav button{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 5px;
    display: inline-block;
    text-transform: capitalize;
    transition: 1s;
    border-bottom: none;
    background: transparent;
    text-align: center;
    min-width: 100px;
    border-radius: 5px !IMPORTANT;
}
.ref_banner .nav button.active{
    transition: 1s;
    background: #ee4036 !IMPORTANT;
}
.ref_banner .nav button:hover{
    box-shadow: 150px 0px 0px 0px #fff inset;
     transition: 1s;
    color: #000;
}
.ref_banner .ban{
    
}
.ref_banner .ban h3{
     font-family: 'FK Grotesk';
    color: #ee4036;
    padding: 0px 0px 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: bolder;
    text-transform: capitalize;   
}
.ref_banner .ban h3 span{
    float: right;
}
.ref_banner .ban span{
    text-align: center;
    color: #262261;
    font-weight: 600;
    float: none;
}
.ref_banner .ban span button{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 12px 25px;
    margin: 0px;
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
    background: #ee4036;
    border-radius: 5px;
    border: none;
}
.ref_banner .ban img{
    margin: 10px auto !IMPORTANT;
}



/*==========  security CSS START  ========== */

.security{
    
}
.security .sec1{
    padding: 20px;
    max-width: 550px;
    margin: 10px auto;
    background-image: url(../images/feature3_bg.png);
    background-color: #120d5a;
    background-position: center;
    background-size: 60% 100%;
    border-radius: 5px;
    text-align: center;
}
.security  h3{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    background: #252167;  
}
.security .sec1 p{
    font-family: 'FK Grotesk';
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    display: inline-block;
}
.security .sec2{
    background: url(../images/affi_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    text-align: center;
    box-shadow: 0px 0px 3px #000;
    border-radius: 10px;
    padding: 20px;
}

/*==========================edit_bg ===========================*/
.edit_bg{
    
}
.edit_bg .form_block{
    margin: 30px auto 0px;
    width: 100%;
}
.edit_bg .form_block input {
    padding: 15px 40px 15px 60px;
    margin: 0px;
}
/*==========================pagination ===========================*/

 .pagination {
    display: block !important;
    margin: 30px auto;
    text-align: center;
}

.pagination li {
      display: inline-block;
}
.page-link {
    color: #fff !IMPORTANT;
    background-color: #252167 !IMPORTANT;
    border: 1px solid #ffffff !IMPORTANT;
}
.page-item.active .page-link {
    background-color: #ee4036 !IMPORTANT;
}


@media only screen and (max-width: 991px) {
.header1_bg .drop_menu{
    left: 0;
    right: 0; 
}

}

@media only screen and (max-width: 769px) {
.header1_top {
    padding: 50px 0px;
}    
.acc2_bg {
    text-align: center;
}
.acc2_bg ul li h3 span {
    float: none;
    text-align: center;
    width: 100%;
}
.header1_content table {
    min-width: 500px; 
}
.header1_content table th {
    font-size: 15px;
}
.header1_content table td {
    font-size: 14px;
}
}


@media only screen and (max-width: 575px) {

.header1_top h3 {
    padding: 20px 0px;
}
.checkmark_bg { 
    overflow-y: scroll;
    height: 350px;
}
}









